]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish documentation updates by Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 338
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX }}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \language spanish
173 \inputencoding auto
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pagebackref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset CommandInset label
342 LatexCommand label
343 name "cha:Figuras"
344
345 \end_inset
346
347
348 \begin_inset Index
349 status collapsed
350
351 \begin_layout Plain Layout
352 Figuras
353 \end_layout
354
355 \end_inset
356
357
358 \begin_inset Index
359 status collapsed
360
361 \begin_layout Plain Layout
362 Gráficos|see
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 {
369 \end_layout
370
371 \end_inset
372
373 Figuras
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 }
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 Diálogo de gráficos
394 \begin_inset CommandInset label
395 LatexCommand label
396 name "sec:Diálogo-Gráficos"
397
398 \end_inset
399
400
401 \begin_inset Index
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figuras ! Diálogo de gráficos
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
415  texto que desees y haz clic en el icono 
416 \begin_inset Graphics
417         filename ../../images/dialog-show-new-inset_graphics.png
418         scale 85
419
420 \end_inset
421
422  o en el menú 
423 \family sans
424 Insertar\SpecialChar \menuseparator
425 Imagen
426 \family default
427 .
428  Aparecerá un diálogo para escoger el archivo a cargar.
429  La imagen aparecerá en el archivo de salida exactamente en la misma posición
430  en la que la has colocado.
431 \end_layout
432
433 \begin_layout Standard
434 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
435  sobre una imagen.
436  Este diálogo tiene tres pestañas:
437 \end_layout
438
439 \begin_layout Description
440 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
441  presentación en LyX y en la salida.
442  En el apéndice
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "cha:Unidades-disponibles-en"
450
451 \end_inset
452
453  se detallan las unidades disponibles para el tamaño del gráfico.
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figuras ! Rotar
463 \end_layout
464
465 \end_inset
466
467 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
468  un ángulo y un origen de rotación.
469  La imagen también gira en LyX.
470 \begin_inset Newline newline
471 \end_inset
472
473
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Figuras ! Escalar
479 \end_layout
480
481 \end_inset
482
483 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
484  la altura y la anchura.
485  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
486  automáticamente.
487  Si fijas ambas dimensiones
488 \family sans
489 ,
490 \family default
491  la imagen se adaptará a ellas, posiblemente distorsionada.
492  Para evitar distorsión en la imagen marca la opción 
493 \family sans
494 Mantener
495 \begin_inset space ~
496 \end_inset
497
498 proporción
499 \family default
500 .
501  En ese caso la imagen será escalada de forma que su anchura y su altura
502  no excedan de las dimensiones especificadas.
503 \begin_inset Newline newline
504 \end_inset
505
506 Las imágenes se pueden abrir con un programa de tu elección pulsando el
507  botón 
508 \family sans
509 Editar
510 \family default
511 .
512  Los programas visor y editor para cada formato de imagen se pueden establecer
513  en la configuración de los formatos de archivo de las preferencias de LyX.
514 \end_layout
515
516 \begin_layout Description
517 Recorte Alternativamente al escalado, es posible establecer las coordenadas
518  de la imagen para ajustar su altura y anchura en la salida.
519  Además, las coordenadas se pueden calcular automáticamente pinchando el
520  botón 
521 \family sans
522 Obtener
523 \begin_inset space ~
524 \end_inset
525
526 de
527 \begin_inset space ~
528 \end_inset
529
530 archivo
531 \family default
532 .
533  El botón 
534 \family sans
535 Recortar
536 \begin_inset space ~
537 \end_inset
538
539 al
540 \begin_inset space ~
541 \end_inset
542
543 cuadro
544 \begin_inset space ~
545 \end_inset
546
547 delimitador
548 \family default
549  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
550 as.
551  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
552 \end_layout
553
554 \begin_layout Description
555 Opciones
556 \begin_inset space ~
557 \end_inset
558
559 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
560  y poner la imagen como subfigura de una figura flotante con su propio título.
561  Las subfiguras se explican en la sección
562 \begin_inset space ~
563 \end_inset
564
565
566 \begin_inset CommandInset ref
567 LatexCommand ref
568 reference "sec:Figuras-Flotantes"
569
570 \end_inset
571
572 .
573 \begin_inset Newline newline
574 \end_inset
575
576 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
577 \begin_inset Newline newline
578 \end_inset
579
580 La opción 
581 \family sans
582 Modo
583 \begin_inset space ~
584 \end_inset
585
586 borrador
587 \family default
588  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
589 \begin_inset Newline newline
590 \end_inset
591
592 La opción 
593 \family sans
594 No
595 \begin_inset space ~
596 \end_inset
597
598 descomprimir
599 \begin_inset space ~
600 \end_inset
601
602 al
603 \begin_inset space ~
604 \end_inset
605
606 exportar
607 \family default
608  sólo afecta a los gráficos EPS comprimidos, p.
609 \begin_inset space \thinspace{}
610 \end_inset
611
612 e.
613 \begin_inset space ~
614 \end_inset
615
616
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
622  puesto que LaTeX puede manejarlas como están.
623 \begin_inset Newline newline
624 \end_inset
625
626 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
627  utiliza PostScript como formato de salida, 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 Líneas múltiples en celdas
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \begin_inset Index
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635 Tablas ! Saltos de línea
10636 \end_layout
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 \align center
10645 \begin_inset Float table
10646 placement H
10647 wide false
10648 sideways false
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Caption
10653
10654 \begin_layout Plain Layout
10655 \begin_inset CommandInset label
10656 LatexCommand label
10657 name "tab:Tabla-con-múltiples"
10658
10659 \end_inset
10660
10661 Tabla con líneas múltiples en celda
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Plain Layout
10670 \align center
10671 \begin_inset Tabular
10672 <lyxtabular version="3" rows="3" columns="3">
10673 <features>
10674 <column alignment="center" valignment="middle" width="2.5cm">
10675 <column alignment="center" valignment="middle" width="0">
10676 <column alignment="center" valignment="middle" width="0">
10677 <row>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 líneas
10683 \begin_inset Newline linebreak
10684 \end_inset
10685
10686 múltiples
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 b
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 c
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 d
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 e
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 f
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 g
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 h
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 i
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \begin_layout Standard
10781 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10782  párrafos con varias líneas y guionado.
10783 \end_layout
10784
10785 \begin_layout Standard
10786 Para generar la tabla
10787 \begin_inset space ~
10788 \end_inset
10789
10790
10791 \begin_inset CommandInset ref
10792 LatexCommand ref
10793 reference "tab:Tabla-con-múltiples"
10794
10795 \end_inset
10796
10797 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10798  En el diálogo que surge establece una anchura de 2.5
10799 \begin_inset space \thinspace{}
10800 \end_inset
10801
10802 cm y escoge centro en alineación vertical y horizontal.
10803  La alineación vertical se utiliza para todas las celdas de la fila.
10804  Como nuestro texto es menor de 2.5
10805 \begin_inset space \thinspace{}
10806 \end_inset
10807
10808 cm, sólo aparece una línea.
10809  Para poner dos añadimos un salto de línea justificado, (atajo 
10810 \family sans
10811 Ctrl-Mayúsculas-Retorno
10812 \family default
10813 ).
10814  Si el texto es más ancho que la celda será automáticamente dividido en
10815  líneas.
10816 \end_layout
10817
10818 \begin_layout Standard
10819 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10820  con guión si es la primera entrada.
10821  Por eso hay que insertar algo para que dicha palabra no sea la primera
10822  entrada: añade un espacio horizontal de 0
10823 \begin_inset space \thinspace{}
10824 \end_inset
10825
10826 pt delante de la palabra.
10827  Como el espacio es 0 la salida no cambia.
10828  La tabla
10829 \begin_inset space ~
10830 \end_inset
10831
10832
10833 \begin_inset CommandInset ref
10834 LatexCommand ref
10835 reference "tab:Tabla-con-y"
10836
10837 \end_inset
10838
10839  muestra el efecto.
10840 \end_layout
10841
10842 \begin_layout Standard
10843 \begin_inset Float table
10844 placement b
10845 wide false
10846 sideways false
10847 status open
10848
10849 \begin_layout Plain Layout
10850 \begin_inset Caption
10851
10852 \begin_layout Plain Layout
10853 \begin_inset CommandInset label
10854 LatexCommand label
10855 name "tab:Tabla-con-y"
10856
10857 \end_inset
10858
10859 Tablas con y sin guión
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Plain Layout
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \begin_inset Tabular
10873 <lyxtabular version="3" rows="3" columns="3">
10874 <features>
10875 <column alignment="center" valignment="middle" width="2.5cm">
10876 <column alignment="center" valignment="middle" width="0">
10877 <column alignment="center" valignment="middle" width="0">
10878 <row>
10879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 celdaconpalabramuylarga
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 b
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 c
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 d
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 e
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 f
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 g
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 h
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 i
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 </lyxtabular>
10966
10967 \end_inset
10968
10969
10970 \begin_inset space \hfill{}
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="3">
10976 <features>
10977 <column alignment="center" valignment="middle" width="2.5cm">
10978 <column alignment="center" valignment="middle" width="0">
10979 <column alignment="center" valignment="middle" width="0">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 \begin_inset space \hspace{}
10986 \length 0pt
10987 \end_inset
10988
10989 celdaconpalabramuylarga
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 b
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 c
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 d
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 e
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 f
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 g
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 h
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 i
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 </lyxtabular>
11072
11073 \end_inset
11074
11075
11076 \begin_inset space \hfill{}
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083
11084
11085 \begin_inset Newpage newpage
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \begin_layout Subsection
11092 Multicolumnas
11093 \begin_inset CommandInset label
11094 LatexCommand label
11095 name "sub:Multicolumnas"
11096
11097 \end_inset
11098
11099
11100 \begin_inset Index
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Multicolumnas
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \begin_inset Index
11111 status collapsed
11112
11113 \begin_layout Plain Layout
11114 Tablas ! Multicolumnas
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Subsubsection
11123 Fundamentos de multicolumna
11124 \end_layout
11125
11126 \begin_layout Standard
11127 Para extender una celda sobre varias columnas, se marcan las celdas que
11128  se desee combinar y se usa el botón 
11129 \begin_inset Graphics
11130         filename ../../images/tabular-feature_multicolumn.png
11131         scale 85
11132
11133 \end_inset
11134
11135 , el menú 
11136 \family sans
11137 Editar\SpecialChar \menuseparator
11138 Tabla\SpecialChar \menuseparator
11139 Multicolumna
11140 \family default
11141 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11142  bajo la solapa 
11143 \family sans
11144 Configuración
11145 \family default
11146 , la casilla Multicolumna.
11147 \end_layout
11148
11149 \begin_layout Standard
11150 Las multicolumnas tienen su propia configuración de celdas.
11151  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11152  multicolumna.
11153  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11154  otra en la última fila sin borde superior:
11155 \end_layout
11156
11157 \begin_layout Standard
11158 \align center
11159 \begin_inset Tabular
11160 <lyxtabular version="3" rows="3" columns="4">
11161 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11162 <column alignment="center" valignment="top" width="0pt">
11163 <column alignment="center" valignment="middle" width="0">
11164 <column alignment="center" valignment="top" width="0in">
11165 <column alignment="center" valignment="top" width="0pt">
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 abc
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 def ghi
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 jkl
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \family roman
11211 \series medium
11212 \shape up
11213 \size normal
11214 \emph off
11215 \bar no
11216 \noun off
11217 \color none
11218 A
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 B
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 C
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 D
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \begin_layout Subsubsection
11297 Cálculos en multicolumnas
11298 \begin_inset CommandInset label
11299 LatexCommand label
11300 name "sub:Cálculos-en-Multicolumnas"
11301
11302 \end_inset
11303
11304
11305 \begin_inset Index
11306 status collapsed
11307
11308 \begin_layout Plain Layout
11309 Multicolumnas ! Cálculos
11310 \end_layout
11311
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \begin_layout Standard
11318 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11319  la anchura de celda de las columnas combinadas en la celda multicolumna.
11320 \end_layout
11321
11322 \begin_layout Standard
11323 \begin_inset Float table
11324 placement h
11325 wide false
11326 sideways false
11327 status open
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Caption
11331
11332 \begin_layout Plain Layout
11333 \begin_inset CommandInset label
11334 LatexCommand label
11335 name "tab:Tabla-con-centrado"
11336
11337 \end_inset
11338
11339 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11340 te la mitad de anchura que la celda multicolumna
11341 \begin_inset OptArg
11342 status collapsed
11343
11344 \begin_layout Plain Layout
11345 Tabla multicolumna perfecta
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Plain Layout
11359 \align center
11360 \begin_inset Tabular
11361 <lyxtabular version="3" rows="3" columns="3">
11362 <features>
11363 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11364 <column alignment="center" valignment="middle" width="0">
11365 <column alignment="center" valignment="top" width="0">
11366 <row>
11367 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 multicolumna línea múltiple
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 c
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 d
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 e
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 f
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 g
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 h
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 i
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 </lyxtabular>
11454
11455 \end_inset
11456
11457
11458 \end_layout
11459
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \begin_layout Standard
11466 Por ejemplo, para crear la tabla
11467 \begin_inset space ~
11468 \end_inset
11469
11470
11471 \begin_inset CommandInset ref
11472 LatexCommand ref
11473 reference "tab:Tabla-con-centrado"
11474
11475 \end_inset
11476
11477 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11478  clic-derecha.
11479  En el diálogo marca 
11480 \emph on
11481 multicolumna
11482 \emph default
11483
11484 \emph on
11485 alineación centro
11486 \emph default
11487  y una anchura de 2.5
11488 \begin_inset space \thinspace{}
11489 \end_inset
11490
11491 cm.
11492  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11493  de la celda multicolumna, así que deberías ajustar 1.25
11494 \begin_inset space \thinspace{}
11495 \end_inset
11496
11497 cm para la primera columna.
11498  La segunda columna tendrá entonces automáticamente 1.25
11499 \begin_inset space \thinspace{}
11500 \end_inset
11501
11502 cm de anchura.
11503  Para la tabla
11504 \begin_inset space ~
11505 \end_inset
11506
11507
11508 \begin_inset CommandInset ref
11509 LatexCommand ref
11510 reference "tab:Tabla-sin-mitad"
11511
11512 \end_inset
11513
11514  se ha procedido de la siguiente manera:
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \begin_inset Float table
11519 wide false
11520 sideways false
11521 status open
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Caption
11525
11526 \begin_layout Plain Layout
11527 \begin_inset CommandInset label
11528 LatexCommand label
11529 name "tab:Tabla-sin-mitad"
11530
11531 \end_inset
11532
11533 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11534  anchura que la celda multicolumna
11535 \begin_inset OptArg
11536 status open
11537
11538 \begin_layout Plain Layout
11539 Tabla multicolumna imperfecta
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \begin_layout Plain Layout
11553 \align center
11554 \begin_inset Tabular
11555 <lyxtabular version="3" rows="3" columns="3">
11556 <features>
11557 <column alignment="center" valignment="top" width="1.25cm">
11558 <column alignment="center" valignment="top" width="0">
11559 <column alignment="center" valignment="top" width="0">
11560 <row>
11561 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 multicolumna línea múltiple
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 c
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 <row>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 d
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 e
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 f
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 </row>
11618 <row>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 g
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 h
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 i
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11661 a, es un poco mayor.
11662  La razón es que la anchura dada para una celda 
11663 \begin_inset Formula $W_{g}$
11664 \end_inset
11665
11666  no es su anchura total 
11667 \begin_inset Formula $W_{\mathrm{tot}}$
11668 \end_inset
11669
11670  porque una celda es siempre algo mayor que la anchura dada.
11671  El apéndice
11672 \begin_inset space ~
11673 \end_inset
11674
11675
11676 \begin_inset CommandInset ref
11677 LatexCommand eqref
11678 reference "cha:Explicación-de-la-Ecuación"
11679
11680 \end_inset
11681
11682  lo explica con detalle.
11683 \end_layout
11684
11685 \begin_layout Standard
11686 La anchura dada necesaria, 
11687 \begin_inset Formula $W_{g\, n}$
11688 \end_inset
11689
11690  para combinar 
11691 \emph on
11692 n
11693 \emph default
11694  columnas puede calcularse de manera que cada columna tenga una anchura
11695  total de 
11696 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11697 \end_inset
11698
11699 :
11700 \begin_inset Formula \begin{equation}
11701 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 En nuestro caso tenemos 
11710 \begin_inset Formula $n=2$
11711 \end_inset
11712
11713
11714 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11715 \end_inset
11716
11717
11718 \begin_inset space \thinspace{}
11719 \end_inset
11720
11721 cm y los valores predeterminados para longitudes, así la ecuación
11722 \begin_inset space ~
11723 \end_inset
11724
11725
11726 \begin_inset CommandInset ref
11727 LatexCommand ref
11728 reference "eq:Wgn"
11729
11730 \end_inset
11731
11732  queda
11733 \begin_inset Formula \begin{equation}
11734 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11735
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Standard
11742 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11743  
11744 \series bold
11745 calc
11746 \series default
11747  con la línea
11748 \begin_inset Index
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 LaTeX-paquetes ! calc
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Standard
11761
11762 \series bold
11763
11764 \backslash
11765 usepackage{calc}
11766 \end_layout
11767
11768 \begin_layout Standard
11769 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11770  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11771  He aquí un repaso de los argumentos:
11772 \end_layout
11773
11774 \begin_layout Itemize
11775
11776 \series bold
11777 p{ancho}
11778 \series default
11779  crea celdas con anchura fija, el texto alineado arriba
11780 \end_layout
11781
11782 \begin_layout Itemize
11783
11784 \series bold
11785 m{ancho}
11786 \series default
11787  crea celdas con anchura fija, el texto con alineación vertical centrada
11788  
11789 \end_layout
11790
11791 \begin_layout Itemize
11792
11793 \series bold
11794 b{ancho}
11795 \series default
11796  crea celdas con anchura fija, el texto alineado abajo
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11801  en el diálogo se ignoran.
11802 \end_layout
11803
11804 \begin_layout Standard
11805 \begin_inset Note Greyedout
11806 status open
11807
11808 \begin_layout Plain Layout
11809
11810 \series bold
11811 Nota:
11812 \series default
11813  Debido a un error, LyX muestra de todas formas estas propiedades.
11814 \end_layout
11815
11816 \end_inset
11817
11818  
11819 \end_layout
11820
11821 \begin_layout Standard
11822 El comando 
11823 \series bold
11824
11825 \backslash
11826 centering
11827 \series default
11828  centra horizontalmente el texto.
11829  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11830  columna extendida:
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836 >{
11837 \backslash
11838 centering}m{1.25cm-6.2pt}
11839 \end_layout
11840
11841 \begin_layout Standard
11842 El comando 
11843 \series bold
11844 >{ }
11845 \series default
11846  significa que los comandos entre llaves se aplican antes de crear la celda.
11847 \end_layout
11848
11849 \begin_layout Standard
11850 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11851 , aún está alineado a la izquierda.
11852  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11853  Así que para multicolumnas hemos de usar el argumento de LaTeX
11854 \end_layout
11855
11856 \begin_layout Standard
11857
11858 \series bold
11859 >{
11860 \backslash
11861 centering}m{2.5cm}
11862 \end_layout
11863
11864 \begin_layout Subsection
11865 Multifilas
11866 \begin_inset Index
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Multifilas
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset Index
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880 Tablas ! Multifilas
11881 \end_layout
11882
11883 \end_inset
11884
11885
11886 \begin_inset Index
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890 LaTeX-paquetes ! multirow
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Standard
11899 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11900  hace falta un poco de código TeX.
11901  Hay que cargar el paquete de LaTeX 
11902 \series bold
11903 multirow
11904 \series default
11905  en el preámbulo del documento con el comando
11906 \end_layout
11907
11908 \begin_layout Standard
11909
11910 \series bold
11911
11912 \backslash
11913 usepackage{multirow}
11914 \end_layout
11915
11916 \begin_layout Standard
11917 Las multifilas se crean con el comando
11918 \end_layout
11919
11920 \begin_layout Standard
11921
11922 \series bold
11923
11924 \backslash
11925 multirow{número de filas}{ancho de celda}{entrada de celda}
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Para crear la siguiente tabla:
11930 \end_layout
11931
11932 \begin_layout Standard
11933 \align center
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 renewcommand{
11942 \backslash
11943 multirowsetup}{
11944 \backslash
11945 centering}
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \begin_inset Tabular
11952 <lyxtabular version="3" rows="3" columns="3">
11953 <features>
11954 <column alignment="center" valignment="top" width="0">
11955 <column alignment="center" valignment="top" width="0">
11956 <column alignment="center" valignment="top" width="0">
11957 <row>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 a
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 b
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 c
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995
11996
11997 \backslash
11998 multirow{2}{2.5cm}{
11999 \end_layout
12000
12001 \end_inset
12002
12003 entrada multifila
12004 \begin_inset ERT
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008
12009 }
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 e
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 f
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 <row>
12039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 h
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 i
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 </lyxtabular>
12068
12069 \end_inset
12070
12071
12072 \begin_inset ERT
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076
12077
12078 \backslash
12079 renewcommand{
12080 \backslash
12081 multirowsetup}{
12082 \backslash
12083 raggedright}
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Standard
12092 crea una tabla 3×3.
12093  Para quitar la línea sobre la última celda en la primera columna, se marca
12094  la celda como multicolumna y se quita el borde superior.
12095  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12096  ahí el comando
12097 \end_layout
12098
12099 \begin_layout Standard
12100
12101 \series bold
12102
12103 \backslash
12104 multirow{2}{2.5cm}{
12105 \end_layout
12106
12107 \begin_layout Standard
12108 en código TeX.
12109  Según los parámetros del comando la multifila se expande a dos filas y
12110  tiene de ancho 2.5
12111 \begin_inset space \thinspace{}
12112 \end_inset
12113
12114 cm.
12115  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12116  y el comando finaliza con llave derecha 
12117 \series bold
12118 }
12119 \series default
12120  en otro cuadro de código TeX tras el texto.
12121 \end_layout
12122
12123 \begin_layout Standard
12124
12125 \series bold
12126
12127 \backslash
12128 multirow
12129 \series default
12130  alinea su contenido a la izquierda por omisión.
12131  Para cambiarlo renombra el comando 
12132 \series bold
12133
12134 \backslash
12135 multirowsetup
12136 \series default
12137  con el comando
12138 \end_layout
12139
12140 \begin_layout Standard
12141
12142 \series bold
12143
12144 \backslash
12145 renewcommand{
12146 \backslash
12147 multirowsetup}{
12148 \backslash
12149 centering}
12150 \end_layout
12151
12152 \begin_layout Standard
12153 en el preámbulo del documento.
12154  Entonces se centran todas las entradas de celdas multifila en el documento.
12155  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12156  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12157  Si el texto debe estar alineado a la derecha, reemplaza 
12158 \series bold
12159
12160 \backslash
12161 centering
12162 \series default
12163  por 
12164 \series bold
12165
12166 \backslash
12167 raggedleft
12168 \series default
12169 .
12170  Para volver a alineado a la izquierda usa 
12171 \series bold
12172
12173 \backslash
12174 raggedright
12175 \series default
12176 .
12177 \end_layout
12178
12179 \begin_layout Section
12180 Tablas formales
12181 \begin_inset CommandInset label
12182 LatexCommand label
12183 name "sec:Tablas-Formales"
12184
12185 \end_inset
12186
12187
12188 \begin_inset Index
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192 Tablas Formales
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \begin_inset Index
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202 Tablas ! Estilo formal
12203 \end_layout
12204
12205 \end_inset
12206
12207  
12208 \end_layout
12209
12210 \begin_layout Standard
12211 En los libros, las tablas se suelen presentar en un formato como el de la
12212  tabla 
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "tab:Ejemplo-tabla-formal"
12220
12221 \end_inset
12222
12223 .
12224  Se denominan tablas 
12225 \emph on
12226 formales
12227 \emph default
12228 .
12229  Para hacer tablas con este diseño, elige 
12230 \family sans
12231 Estilo
12232 \family default
12233
12234 \begin_inset space ~
12235 \end_inset
12236
12237
12238 \family sans
12239 Formal
12240 \family default
12241  en la solapa 
12242 \family sans
12243 Bordes
12244 \family default
12245  del cuadro de diálogo de tablas.
12246 \end_layout
12247
12248 \begin_layout Standard
12249 \begin_inset Float table
12250 placement h
12251 wide false
12252 sideways false
12253 status open
12254
12255 \begin_layout Plain Layout
12256 \begin_inset Caption
12257
12258 \begin_layout Plain Layout
12259 \begin_inset CommandInset label
12260 LatexCommand label
12261 name "tab:Ejemplo-tabla-formal"
12262
12263 \end_inset
12264
12265 Ejemplo de tabla formal
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \begin_layout Plain Layout
12274 \align center
12275 \begin_inset Tabular
12276 <lyxtabular version="3" rows="8" columns="4">
12277 <features booktabs="true">
12278 <column alignment="center" valignment="top" width="0">
12279 <column alignment="center" valignment="top" width="0">
12280 <column alignment="center" valignment="top" width="0">
12281 <column alignment="center" valignment="top" width="0">
12282 <row>
12283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 System
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 Medipix
12297 \begin_inset Formula $\,$
12298 \end_inset
12299
12300 1
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 Medipix
12310 \begin_inset Formula $\,$
12311 \end_inset
12312
12313 2
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row>
12329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337
12338
12339 \backslash
12340 cmidrule(r){2-2}
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350
12351
12352 \backslash
12353 cmidrule(l){3-4}
12354 \end_layout
12355
12356 \end_inset
12357
12358 Detector thickness [µm]
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 <cell alignment="center" valignment="top" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367 300
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Plain Layout
12376 300
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 700
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 Edge angle [°]
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405 3.55
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 2.71
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 7.99
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 <row topspace="default">
12430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Plain Layout
12434 Spatial resolution [µm]
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 4.26
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 10.17
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 10.56
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 </row>
12467 <row topspace="default">
12468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 MTF at 
12473 \begin_inset Formula $f_{\mathrm{max}}$
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 0.53
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 <cell alignment="center" valignment="top" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 0.37
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 0.39
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 </row>
12509 <row topspace="default">
12510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 cmidrule(l{10pt}){1-1}
12522 \end_layout
12523
12524 \end_inset
12525
12526 LSF-spatial resolution
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 </row>
12559 <row>
12560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 in µm
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 129.7
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 52.75
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 50.78
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 <row>
12598 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 in % of pixel size
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 76.3
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 95.9
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 92.3
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 </row>
12635 </lyxtabular>
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12649  correspondientes que se encuentran en la solapa 
12650 \family sans
12651 Bordes 
12652 \family default
12653 del diálogo
12654 \family sans
12655  Configuración
12656 \begin_inset space ~
12657 \end_inset
12658
12659 de
12660 \begin_inset space ~
12661 \end_inset
12662
12663 la
12664 \begin_inset space ~
12665 \end_inset
12666
12667 tabla
12668 \family default
12669 , como se explica en la sección
12670 \begin_inset space ~
12671 \end_inset
12672
12673
12674 \begin_inset CommandInset ref
12675 LatexCommand ref
12676 reference "sub:Espacio-adicional"
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Standard
12684 A diferencia de las tablas normales, las tablas formales no tienen líneas
12685  verticales.
12686  Las líneas horizontales se pueden poner o no como en las tablas normales,
12687  pero en la salida se mostrarán con distinto grosor:
12688 \begin_inset Newline newline
12689 \end_inset
12690
12691 Las líneas primera y última tienen un grosor predeterminado de 0.08
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 em, las demás tienen un grosor predeterminado de 0.05
12696 \begin_inset space \thinspace{}
12697 \end_inset
12698
12699 em.
12700 \end_layout
12701
12702 \begin_layout Standard
12703 Estos valores predeterminados se pueden cambiar
12704 \series bold
12705  
12706 \series default
12707 con las líneas de preámbulo:
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713
12714 \backslash
12715 let
12716 \backslash
12717 mytoprule
12718 \backslash
12719 toprule
12720 \begin_inset Newline newline
12721 \end_inset
12722
12723
12724 \backslash
12725 renewcommand{
12726 \backslash
12727 toprule}{
12728 \backslash
12729 mytoprule[grosor]}
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Este ejemplo es para la primera línea, la denominada 
12734 \series bold
12735 toprule
12736 \series default
12737 .
12738  Si quieres cambiar el grosor de la última línea, reemplaza 
12739 \series bold
12740 toprule
12741 \series default
12742  por 
12743 \series bold
12744 bottomrule
12745 \series default
12746 .
12747  Y para cambiar el grosor de las demás líneas cambia 
12748 \series bold
12749 toprule
12750 \series default
12751  por 
12752 \series bold
12753 midrule
12754 \series default
12755 .
12756  Puedes usar cualquiera de las unidades listadas en el apéndice
12757 \begin_inset space ~
12758 \end_inset
12759
12760
12761 \begin_inset CommandInset ref
12762 LatexCommand ref
12763 reference "cha:Unidades-disponibles-en"
12764
12765 \end_inset
12766
12767 para establecer el grosor.
12768 \end_layout
12769
12770 \begin_layout Standard
12771 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12772  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12773  LyX empleará internamente el comando 
12774 \series bold
12775
12776 \backslash
12777 cmidrule
12778 \series default
12779  para dibujar la línea.
12780  El esquema completo es
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 cmidrule[grosor](recorte){inicol-fincol}
12789 \end_layout
12790
12791 \begin_layout Standard
12792 Por el momento, LyX no soporta las opciones de 
12793 \series bold
12794
12795 \backslash
12796 cmidrule
12797 \series default
12798 , así que para usarlas hay que emplear código TeX.
12799  Las líneas 
12800 \series bold
12801
12802 \backslash
12803 cmidrule
12804 \series default
12805  se pueden insertar manualmente con el comando en código TeX como primera
12806  entrada de la primera celda de una fila.
12807  En la salida se dibujará la línea sobre dicha fila.
12808 \end_layout
12809
12810 \begin_layout Standard
12811 El grosor predeterminado es 0.03
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 em.
12816  
12817 \series bold
12818 inicol
12819 \series default
12820  es el número de la columna en la que comienza la línea y 
12821 \series bold
12822 fincol
12823 \series default
12824  es el número de la columna en la que acaba la línea.
12825  El valor 
12826 \series bold
12827 fincol
12828 \series default
12829  debe especificarse siempre, aunque la línea se extienda sobre una sola
12830  columna.
12831  El parámetro opcional 
12832 \series bold
12833 recorte
12834 \series default
12835  debe ser 
12836 \emph on
12837 l{recorte}
12838 \emph default
12839  o 
12840 \emph on
12841 r{recorte}
12842 \emph default
12843 , donde 
12844 \emph on
12845 recorte
12846 \emph default
12847  también es opcional.
12848  Por ejemplo, el parámetro 
12849 \emph on
12850 l{2pt}
12851 \emph default
12852  significa que la línea se recorta 2
12853 \begin_inset space \thinspace{}
12854 \end_inset
12855
12856 pt por su izquierda.
12857  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12858 \begin_inset space \thinspace{}
12859 \end_inset
12860
12861 em.
12862
12863 \series bold
12864  
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \end_layout
12870
12871 \begin_layout Standard
12872 \begin_inset VSpace bigskip
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879 La tabla
12880 \begin_inset space ~
12881 \end_inset
12882
12883
12884 \begin_inset CommandInset ref
12885 LatexCommand ref
12886 reference "tab:Ejemplo-tabla-formal"
12887
12888 \end_inset
12889
12890  se ha creado con los comandos
12891 \end_layout
12892
12893 \begin_layout Standard
12894
12895 \series bold
12896
12897 \backslash
12898 cmidrule(r){2-2}
12899 \backslash
12900 cmidrule(l){3-4}
12901 \end_layout
12902
12903 \begin_layout Standard
12904 en la segunda fila, 
12905 \series bold
12906
12907 \backslash
12908 midrule
12909 \series default
12910  en la tercera, y
12911 \end_layout
12912
12913 \begin_layout Standard
12914
12915 \series bold
12916
12917 \backslash
12918 cmidrule(l{10pt}){1-1}
12919 \end_layout
12920
12921 \begin_layout Standard
12922 en la sexta fila.
12923 \end_layout
12924
12925 \begin_layout Standard
12926 \begin_inset VSpace bigskip
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933 Quizá quieras superponer líneas 
12934 \series bold
12935
12936 \backslash
12937 cmidrules
12938 \series default
12939  como en la tabla
12940 \begin_inset space ~
12941 \end_inset
12942
12943
12944 \begin_inset CommandInset ref
12945 LatexCommand ref
12946 reference "tab:Tabla-formal-especial"
12947
12948 \end_inset
12949
12950 .
12951  Esto se consigue con el comando en código TeX
12952 \end_layout
12953
12954 \begin_layout Standard
12955
12956 \series bold
12957
12958 \backslash
12959 morecmidrules
12960 \end_layout
12961
12962 \begin_layout Standard
12963 El comando que se ha utilizado para la segunda fila de la tabla
12964 \begin_inset space ~
12965 \end_inset
12966
12967
12968 \begin_inset CommandInset ref
12969 LatexCommand ref
12970 reference "tab:Tabla-formal-especial"
12971
12972 \end_inset
12973
12974  es
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 cmidrule(r){2-2}
12983 \backslash
12984 cmidrule(l){3-4}
12985 \backslash
12986 morecmidrules
12987 \backslash
12988 cmidrule{2-4}
12989 \end_layout
12990
12991 \begin_layout Standard
12992 El comando para la sexta fila es
12993 \end_layout
12994
12995 \begin_layout Standard
12996
12997 \series bold
12998
12999 \backslash
13000 midrule
13001 \backslash
13002 morecmidrules
13003 \backslash
13004 cmidrule{3-4}
13005 \series default
13006
13007 \begin_inset VSpace bigskip
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13015  el siguiente comando para dibujar líneas que se extienden sobre todas las
13016  columnas
13017 \end_layout
13018
13019 \begin_layout Standard
13020
13021 \series bold
13022
13023 \backslash
13024 specialrule{anchura}{espacio superior}{espacio inferior}
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Para más información sobre estas características especiales, acude al manual
13029  del paquete LaTeX 
13030 \series bold
13031 booktabs
13032 \series default
13033
13034 \begin_inset CommandInset citation
13035 LatexCommand cite
13036 key "booktabs"
13037
13038 \end_inset
13039
13040 .
13041 \begin_inset Index
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045 LaTeX-paquetes ! booktabs
13046 \end_layout
13047
13048 \end_inset
13049
13050  
13051 \begin_inset VSpace bigskip
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Standard
13058 \begin_inset Float table
13059 placement h
13060 wide false
13061 sideways false
13062 status open
13063
13064 \begin_layout Plain Layout
13065 \begin_inset Caption
13066
13067 \begin_layout Plain Layout
13068 \begin_inset CommandInset label
13069 LatexCommand label
13070 name "tab:Tabla-formal-especial"
13071
13072 \end_inset
13073
13074 Tabla formal especial
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Plain Layout
13083 \align center
13084 \begin_inset Tabular
13085 <lyxtabular version="3" rows="8" columns="4">
13086 <features booktabs="true">
13087 <column alignment="center" valignment="top" width="0">
13088 <column alignment="center" valignment="top" width="0">
13089 <column alignment="center" valignment="top" width="0">
13090 <column alignment="center" valignment="top" width="0">
13091 <row>
13092 <cell alignment="center" valignment="top" topline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 System
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 Medipix
13106 \begin_inset space \thinspace{}
13107 \end_inset
13108
13109 1
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Medipix
13119 \begin_inset space \thinspace{}
13120 \end_inset
13121
13122 2
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row>
13138 <cell alignment="center" valignment="top" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147
13148 \backslash
13149 cmidrule(r){2-2}
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 cmidrule(l){3-4}
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173
13174 \backslash
13175 morecmidrules 
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 cmidrule{2-4}
13189 \end_layout
13190
13191 \end_inset
13192
13193 Detector thickness [µm]
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 300
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 300
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 700
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 </row>
13226 <row>
13227 <cell alignment="center" valignment="top" topline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Edge angle [°]
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 3.55
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 2.71
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 7.99
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 </row>
13264 <row topspace="default">
13265 <cell alignment="center" valignment="top" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Spatial resolution [µm]
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 4.26
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 10.17
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 10.56
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row topspace="default">
13303 <cell alignment="center" valignment="top" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 MTF at 
13308 \begin_inset Formula $f_{\mathrm{max}}$
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 0.53
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 0.37
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 0.39
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 \begin_inset ERT
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353
13354
13355 \backslash
13356 morecmidrules 
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 cmidrule{3-4}
13370 \end_layout
13371
13372 \end_inset
13373
13374 LSF-spatial resolution
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 in µm
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 129.7
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 52.75
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 50.78
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 in % of pixel size
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 76.3
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 95.9
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 92.3
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 </lyxtabular>
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Section
13496 Alineación vertical de tablas
13497 \begin_inset Index
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501 Tablas ! Alineación vertical
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13511  en un cuadro.
13512  Entonces el cuadro se puede alinear verticalmente como se describe en la
13513  sección
13514 \begin_inset space ~
13515 \end_inset
13516
13517
13518 \begin_inset CommandInset ref
13519 LatexCommand ref
13520 reference "sec:Diálogo-Cuadros"
13521
13522 \end_inset
13523
13524 .
13525  
13526 \end_layout
13527
13528 \begin_layout Standard
13529 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13530 \begin_inset Foot
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534 Las minipáginas se describen en la sección
13535 \begin_inset space ~
13536 \end_inset
13537
13538
13539 \begin_inset CommandInset ref
13540 LatexCommand ref
13541 reference "sec:Minipáginas"
13542
13543 \end_inset
13544
13545 .
13546 \end_layout
13547
13548 \end_inset
13549
13550  que tiene una anchura del 15
13551 \begin_inset space \thinspace{}
13552 \end_inset
13553
13554 % de columna:
13555 \end_layout
13556
13557 \begin_layout Itemize
13558 test 
13559 \begin_inset Box Frameless
13560 position "t"
13561 hor_pos "c"
13562 has_inner_box 1
13563 inner_pos "c"
13564 use_parbox 0
13565 width "15col%"
13566 special "none"
13567 height "1in"
13568 height_special "totalheight"
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 \begin_inset Tabular
13573 <lyxtabular version="3" rows="3" columns="3">
13574 <features>
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 a
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 d
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 g
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 b
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 e
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 h
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 c
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 f
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 i
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 </lyxtabular>
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673
13674  test 
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 raisebox{0.85
13683 \backslash
13684 baselineskip}{
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \begin_inset Box Frameless
13691 position "t"
13692 hor_pos "c"
13693 has_inner_box 1
13694 inner_pos "c"
13695 use_parbox 0
13696 width "15col%"
13697 special "none"
13698 height "1in"
13699 height_special "totalheight"
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 \begin_inset Tabular
13704 <lyxtabular version="3" rows="3" columns="3">
13705 <features>
13706 <column alignment="center" valignment="top" width="0">
13707 <column alignment="center" valignment="top" width="0">
13708 <column alignment="center" valignment="top" width="0">
13709 <row>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 a
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 d
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 g
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 </row>
13738 <row>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 b
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 e
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 h
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 c
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 f
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 i
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 </row>
13796 </lyxtabular>
13797
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \end_inset
13804
13805
13806 \begin_inset ERT
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 }
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \begin_layout Itemize
13820 test 
13821 \begin_inset Box Frameless
13822 position "c"
13823 hor_pos "c"
13824 has_inner_box 1
13825 inner_pos "c"
13826 use_parbox 0
13827 width "15col%"
13828 special "none"
13829 height "1in"
13830 height_special "totalheight"
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834 \begin_inset Tabular
13835 <lyxtabular version="3" rows="3" columns="3">
13836 <features>
13837 <column alignment="center" valignment="top" width="0">
13838 <column alignment="center" valignment="top" width="0">
13839 <column alignment="center" valignment="top" width="0">
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 a
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 d
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 g
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 b
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 e
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 h
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 <row>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 c
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 f
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 i
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 </row>
13927 </lyxtabular>
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Itemize
13940 test 
13941 \begin_inset Box Frameless
13942 position "b"
13943 hor_pos "c"
13944 has_inner_box 1
13945 inner_pos "c"
13946 use_parbox 0
13947 width "15col%"
13948 special "none"
13949 height "1in"
13950 height_special "totalheight"
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 \begin_inset Tabular
13955 <lyxtabular version="3" rows="3" columns="3">
13956 <features>
13957 <column alignment="center" valignment="top" width="0">
13958 <column alignment="center" valignment="top" width="0">
13959 <column alignment="center" valignment="top" width="0">
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 a
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 d
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 g
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 b
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 e
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 h
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 c
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 f
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 i
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 </lyxtabular>
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \end_inset
14055
14056  test 
14057 \begin_inset ERT
14058 status collapsed
14059
14060 \begin_layout Plain Layout
14061
14062
14063 \backslash
14064 raisebox{-0.32
14065 \backslash
14066 baselineskip}{
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \begin_inset Box Frameless
14073 position "b"
14074 hor_pos "c"
14075 has_inner_box 1
14076 inner_pos "c"
14077 use_parbox 0
14078 width "15col%"
14079 special "none"
14080 height "1in"
14081 height_special "totalheight"
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 \begin_inset Tabular
14086 <lyxtabular version="3" rows="3" columns="3">
14087 <features>
14088 <column alignment="center" valignment="top" width="0">
14089 <column alignment="center" valignment="top" width="0">
14090 <column alignment="center" valignment="top" width="0">
14091 <row>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 a
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 d
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 g
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 <row>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 b
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 e
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 h
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 </row>
14149 <row>
14150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 c
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163 f
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 i
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 </row>
14178 </lyxtabular>
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \begin_inset ERT
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192
14193 }
14194 \end_layout
14195
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \begin_layout Standard
14202 Como ves, los contenidos de la primera y última filas no se alinean correctament
14203 e con la línea de texto donde está la tabla.
14204  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14205  un cuadro elevado («raisebox»
14206 \begin_inset Foot
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210 El uso del comando 
14211 \series bold
14212
14213 \backslash
14214 raisebox
14215 \series default
14216  se explica en la sección
14217 \begin_inset space ~
14218 \end_inset
14219
14220
14221 \begin_inset CommandInset ref
14222 LatexCommand ref
14223 reference "sub:Alineación-Vertical"
14224
14225 \end_inset
14226
14227 .
14228 \end_layout
14229
14230 \end_inset
14231
14232 ).
14233  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14234  usando el comando en código TeX
14235 \end_layout
14236
14237 \begin_layout Standard
14238
14239 \series bold
14240
14241 \backslash
14242 raisebox{0.85
14243 \backslash
14244 baselineskip}{
14245 \end_layout
14246
14247 \begin_layout Standard
14248 antes del cuadro.
14249  Tras él, se pone la llave de cierre 
14250 \series bold
14251 }
14252 \series default
14253  también en código TeX.
14254  Para la segunda tabla en el tercer ítem se usa el comando 
14255 \end_layout
14256
14257 \begin_layout Standard
14258
14259 \series bold
14260
14261 \backslash
14262 raisebox{-0.32
14263 \backslash
14264 baselineskip}{
14265 \end_layout
14266
14267 \begin_layout Standard
14268 \begin_inset Note Greyedout
14269 status open
14270
14271 \begin_layout Plain Layout
14272
14273 \series bold
14274 Not
14275 \series default
14276 a: La alineación del contenido de la fila con la línea del texto adyacente
14277  no es exacta.
14278  El factor necesario del comando 
14279 \series bold
14280
14281 \backslash
14282 raisebox
14283 \series default
14284  para este alineamiento depende de la fuente del documento, del tamaño de
14285  la fuente y del grosor de línea de la tabla.
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \begin_layout Section
14294 Tablas coloreadas
14295 \begin_inset CommandInset label
14296 LatexCommand label
14297 name "sec:Tablas-Coloreadas"
14298
14299 \end_inset
14300
14301
14302 \begin_inset Index
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306 Tablas ! Coloreadas
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Subsection
14315 Celdas coloreadas
14316 \begin_inset Index
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320 Tablas coloreadas ! Celdas
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \begin_inset Index
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330 Color ! en celdas de tablas
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \begin_inset Float table
14340 placement h
14341 wide false
14342 sideways false
14343 status open
14344
14345 \begin_layout Plain Layout
14346 \begin_inset Caption
14347
14348 \begin_layout Plain Layout
14349 \begin_inset CommandInset label
14350 LatexCommand label
14351 name "tab:Tabla-coloreada-sin"
14352
14353 \end_inset
14354
14355 Tabla coloreada sin usar el paquete 
14356 \series bold
14357 colortbl
14358 \series default
14359
14360 \begin_inset OptArg
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364 Tabla sin colortbl
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Plain Layout
14378 \align center
14379 \begin_inset Tabular
14380 <lyxtabular version="3" rows="3" columns="3">
14381 <features>
14382 <column alignment="center" valignment="top" width="0">
14383 <column alignment="center" valignment="top" width="0">
14384 <column alignment="center" valignment="top" width="0">
14385 <row>
14386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390
14391 \color green
14392 a
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401
14402 \color red
14403 b
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412
14413 \color red
14414 c
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 <row>
14421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425
14426 \color green
14427 d
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \color blue
14438 e
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447
14448 \color blue
14449 f
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460
14461 \color green
14462 g
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471
14472 \color blue
14473 h
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \color blue
14484 i
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 </lyxtabular>
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14504  el menú 
14505 \family sans
14506 Editar\SpecialChar \menuseparator
14507 Estilo
14508 \begin_inset space ~
14509 \end_inset
14510
14511 del
14512 \begin_inset space ~
14513 \end_inset
14514
14515 Texto
14516 \family default
14517 .
14518  Esto se ha hecho en la tabla
14519 \begin_inset space ~
14520 \end_inset
14521
14522
14523 \begin_inset CommandInset ref
14524 LatexCommand ref
14525 reference "tab:Tabla-coloreada-sin"
14526
14527 \end_inset
14528
14529 .
14530  En cualquier otro caso hay que usar el paquete LaTeX 
14531 \series bold
14532 colortbl
14533 \series default
14534 .
14535 \begin_inset Index
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 LaTeX-paquetes ! colortbl
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \begin_layout Standard
14548 \begin_inset ERT
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552
14553
14554 \backslash
14555 ifcolortbl
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \begin_inset Note Note
14562 status open
14563
14564 \begin_layout Plain Layout
14565 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14566  LaTeX 
14567 \series bold
14568 colortbl
14569 \series default
14570 .
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Standard
14579 Para crear tablas coloreadas, 
14580 \series bold
14581 colortbl
14582 \series default
14583  debe cargarse en el preámbulo con la línea
14584 \end_layout
14585
14586 \begin_layout Standard
14587
14588 \series bold
14589
14590 \backslash
14591 usepackage{colortbl}
14592 \end_layout
14593
14594 \begin_layout Standard
14595 El color de una columna se define con el comando
14596 \end_layout
14597
14598 \begin_layout Standard
14599
14600 \series bold
14601
14602 \backslash
14603 columncolor{nombre del color}
14604 \end_layout
14605
14606 \begin_layout Standard
14607 dentro del comando 
14608 \series bold
14609 >{ }
14610 \series default
14611 .
14612  Más sobre el comando 
14613 \series bold
14614 >{}
14615 \series default
14616  se explica en la sección
14617 \begin_inset space ~
14618 \end_inset
14619
14620
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sub:Cálculos-en-Multicolumnas"
14624
14625 \end_inset
14626
14627 .
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Los siguientes nombres de color están predefinidos:
14632 \end_layout
14633
14634 \begin_layout Standard
14635
14636 \family sans
14637 red
14638 \family default
14639
14640 \family sans
14641 green
14642 \family default
14643
14644 \family sans
14645 yellow, blue
14646 \family default
14647
14648 \family sans
14649 cyan
14650 \family default
14651 \series bold
14652 ,
14653 \series default
14654  
14655 \family sans
14656 magenta, black
14657 \family default
14658
14659 \family sans
14660 white
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset VSpace medskip
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 Puedes definir tus propios colores con el comando
14672 \end_layout
14673
14674 \begin_layout Standard
14675
14676 \series bold
14677
14678 \backslash
14679 definecolor{nombre del color}{modelo de color}{valores de color}
14680 \end_layout
14681
14682 \begin_layout Standard
14683 El modelo de color puede ser
14684 \end_layout
14685
14686 \begin_layout Labeling
14687 \labelwidthstring 00.00.0000
14688 cmyk: cyan, magenta, yellow, black
14689 \end_layout
14690
14691 \begin_layout Labeling
14692 \labelwidthstring 00.00.0000
14693 rgb: red, green, blue
14694 \end_layout
14695
14696 \begin_layout Labeling
14697 \labelwidthstring 00.00.0000
14698 gray: gray
14699 \end_layout
14700
14701 \begin_layout Standard
14702 y los valores de color son números separados por comas entre 0 y 1 que describen
14703  el factor para el color correspondiente del modelo de color.
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Por ejemplo, puedes definir el color
14708 \series bold
14709  
14710 \series default
14711 «
14712 \emph on
14713 verde oscuro
14714 \emph default
14715 » en el preámbulo con
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \series bold
14721
14722 \backslash
14723 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14724 \end_layout
14725
14726 \begin_layout Standard
14727 y el color «
14728 \emph on
14729 gris claro
14730 \emph default
14731 » con
14732 \end_layout
14733
14734 \begin_layout Standard
14735
14736 \series bold
14737
14738 \backslash
14739 definecolor{grisclaro}{gray}{0.8}
14740 \end_layout
14741
14742 \begin_layout Standard
14743 \begin_inset VSpace medskip
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 Las líneas se colorean con el comando
14751 \end_layout
14752
14753 \begin_layout Standard
14754
14755 \series bold
14756
14757 \backslash
14758 rowcolor{nombre del color}
14759 \end_layout
14760
14761 \begin_layout Standard
14762 y las celdas se colorean con el comando
14763 \end_layout
14764
14765 \begin_layout Standard
14766
14767 \series bold
14768
14769 \backslash
14770 cellcolor{nombre del color}
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Ambos comandos se insertan al principio de una celda en código TeX.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14779 \family sans
14780 Editar\SpecialChar \menuseparator
14781 Estilo
14782 \begin_inset space ~
14783 \end_inset
14784
14785 del
14786 \begin_inset space ~
14787 \end_inset
14788
14789 Texto
14790 \family default
14791 .
14792  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14793  TeX en color puede ocasionar errores de LaTeX.
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \begin_inset VSpace bigskip
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 Para crear la tabla
14805 \begin_inset space ~
14806 \end_inset
14807
14808
14809 \begin_inset CommandInset ref
14810 LatexCommand ref
14811 reference "tab:Tabla-coloreada-con"
14812
14813 \end_inset
14814
14815  haz lo siguiente: el color de la primera columna debe ser 
14816 \emph on
14817 verde oscuro
14818 \emph default
14819 , entonces inserta
14820 \end_layout
14821
14822 \begin_layout Standard
14823
14824 \series bold
14825 >{
14826 \backslash
14827 columncolor{verdeoscuro}
14828 \backslash
14829 centering}c
14830 \end_layout
14831
14832 \begin_layout Standard
14833 como argumento LaTeX para esta columna.
14834  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 rowcolow{cyan}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 en la primera celda de esta fila.
14847  Observa que esto sobreescribe el color de la columna para la primera celda.
14848  La última celda de la última fila se colorea magenta insertando el comando
14849  en código TeX
14850 \end_layout
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855
14856 \backslash
14857 cellcolor{magenta}
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Ahora podrían colorearse los caracteres usando el menú 
14862 \family sans
14863 Editar\SpecialChar \menuseparator
14864 Estilo
14865 \begin_inset space ~
14866 \end_inset
14867
14868 del
14869 \begin_inset space ~
14870 \end_inset
14871
14872 Texto
14873 \family default
14874 .
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset Float table
14879 placement h
14880 wide false
14881 sideways false
14882 status open
14883
14884 \begin_layout Plain Layout
14885 \begin_inset Caption
14886
14887 \begin_layout Plain Layout
14888 \begin_inset CommandInset label
14889 LatexCommand label
14890 name "tab:Tabla-coloreada-con"
14891
14892 \end_inset
14893
14894 Tabla coloreada con el paquete 
14895 \series bold
14896 colortbl
14897 \series default
14898
14899 \begin_inset OptArg
14900 status open
14901
14902 \begin_layout Plain Layout
14903 Tabla con 
14904 \series bold
14905 colortbl
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Plain Layout
14919 \align center
14920 \begin_inset Tabular
14921 <lyxtabular version="3" rows="3" columns="3">
14922 <features>
14923 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14924 <column alignment="center" valignment="top" width="0">
14925 <column alignment="center" valignment="top" width="0">
14926 <row>
14927 <cell alignment="center" valignment="top" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 \begin_inset ERT
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935
14936
14937 \backslash
14938 rowcolor{cyan}
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \color magenta
14945 a
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \color red
14956 b
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color red
14967 c
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \color yellow
14980 d
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color blue
14991 e
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \color blue
15002 f
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \color yellow
15015 g
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color blue
15026 h
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset ERT
15036 status collapsed
15037
15038 \begin_layout Plain Layout
15039
15040
15041 \backslash
15042 cellcolor{magenta}
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \color green
15049 i
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 </row>
15055 </lyxtabular>
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \begin_inset ERT
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072
15073
15074 \backslash
15075 else
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \begin_inset Note Note
15082 status open
15083
15084 \begin_layout Plain Layout
15085 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15086  
15087 \series bold
15088 colortbl
15089 \series default
15090 .
15091 \end_layout
15092
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Debes instalar el paquete LaTeX 
15100 \series bold
15101 colortbl
15102 \series default
15103  para ver la parte siguiente en la salida.
15104 \end_layout
15105
15106 \begin_layout Standard
15107 \begin_inset ERT
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111
15112
15113 \backslash
15114 fi
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \begin_layout Subsection
15123 Líneas coloreadas
15124 \begin_inset Index
15125 status collapsed
15126
15127 \begin_layout Plain Layout
15128 Tablas coloreadas ! Líneas
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \begin_inset Index
15135 status collapsed
15136
15137 \begin_layout Plain Layout
15138 Color ! en bordes de tabla
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Standard
15147 Como se describe en la sección
15148 \begin_inset space ~
15149 \end_inset
15150
15151
15152 \begin_inset CommandInset ref
15153 LatexCommand ref
15154 reference "sub:Grosor-de-Líneas"
15155
15156 \end_inset
15157
15158 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15159  
15160 \series bold
15161
15162 \backslash
15163 arrayrulewidth
15164 \series default
15165 .
15166  Se ha puesto 1.5
15167 \begin_inset space \thinspace{}
15168 \end_inset
15169
15170 pt para todas las tablas de esta sección.
15171 \begin_inset ERT
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175
15176
15177 \backslash
15178 setlength{
15179 \backslash
15180 arrayrulewidth}{1.5pt}
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15190  el preámbulo del documento el siguiente formato de columna, de acuerdo
15191  a lo descrito en la sección
15192 \begin_inset space ~
15193 \end_inset
15194
15195
15196 \begin_inset CommandInset ref
15197 LatexCommand ref
15198 reference "sub:Formato-Personalizado"
15199
15200 \end_inset
15201
15202 :
15203 \end_layout
15204
15205 \begin_layout Standard
15206
15207 \series bold
15208
15209 \backslash
15210 newcolumntype{W}{!{
15211 \backslash
15212 color{green}
15213 \backslash
15214 vline}}
15215 \end_layout
15216
15217 \begin_layout Standard
15218 Para la tabla
15219 \begin_inset space ~
15220 \end_inset
15221
15222
15223 \begin_inset CommandInset ref
15224 LatexCommand ref
15225 reference "tab:Tabla-con-verticales-coloreadas"
15226
15227 \end_inset
15228
15229  se usó el argumento LaTeX
15230 \series bold
15231  WcW
15232 \series default
15233  para la última columna y
15234 \series bold
15235  Wc
15236 \series default
15237  para las demás.
15238 \end_layout
15239
15240 \begin_layout Standard
15241 Si quieres tener varios colores, define más formatos de columna.
15242 \end_layout
15243
15244 \begin_layout Standard
15245 \begin_inset Float table
15246 placement h
15247 wide false
15248 sideways false
15249 status open
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Caption
15253
15254 \begin_layout Plain Layout
15255 \begin_inset CommandInset label
15256 LatexCommand label
15257 name "tab:Tabla-con-verticales-coloreadas"
15258
15259 \end_inset
15260
15261 Tabla con líneas verticales coloreadas
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \begin_layout Plain Layout
15270 \align center
15271 \begin_inset Tabular
15272 <lyxtabular version="3" rows="3" columns="3">
15273 <features>
15274 <column alignment="center" valignment="top" width="0" special="Wc">
15275 <column alignment="center" valignment="top" width="0" special="Wc">
15276 <column alignment="center" valignment="top" width="0" special="WcW">
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 sd
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 sd
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 sd
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \begin_layout Standard
15377 \begin_inset VSpace bigskip
15378 \end_inset
15379
15380 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15381 \begin_inset space ~
15382 \end_inset
15383
15384
15385 \begin_inset CommandInset ref
15386 LatexCommand ref
15387 reference "tab:Tabla-con-horizontales-coloreadas"
15388
15389 \end_inset
15390
15391 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15392 \end_layout
15393
15394 \begin_layout Standard
15395
15396 \series bold
15397
15398 \backslash
15399 let
15400 \backslash
15401 myHlineC
15402 \backslash
15403 hline
15404 \begin_inset Newline newline
15405 \end_inset
15406
15407
15408 \backslash
15409 renewcommand{
15410 \backslash
15411 hline}
15412 \begin_inset Newline newline
15413 \end_inset
15414
15415
15416 \begin_inset ERT
15417 status collapsed
15418
15419 \begin_layout Plain Layout
15420
15421
15422 \backslash
15423 hphantom{ }
15424 \end_layout
15425
15426 \end_inset
15427
15428 {
15429 \backslash
15430 arrayrulecolor{red}
15431 \backslash
15432 myHlineC
15433 \backslash
15434 arrayrulecolor{black}}
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset ERT
15439 status collapsed
15440
15441 \begin_layout Plain Layout
15442
15443
15444 \backslash
15445 let
15446 \backslash
15447 myHlineC
15448 \backslash
15449 hline
15450 \end_layout
15451
15452 \begin_layout Plain Layout
15453
15454
15455 \backslash
15456 renewcommand{
15457 \backslash
15458 hline}
15459 \end_layout
15460
15461 \begin_layout Plain Layout
15462
15463  {
15464 \backslash
15465 arrayrulecolor{red}
15466 \backslash
15467 myHlineC
15468 \backslash
15469 arrayrulecolor{black}}
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \begin_inset Float table
15476 placement h
15477 wide false
15478 sideways false
15479 status open
15480
15481 \begin_layout Plain Layout
15482 \begin_inset Caption
15483
15484 \begin_layout Plain Layout
15485 \begin_inset CommandInset label
15486 LatexCommand label
15487 name "tab:Tabla-con-horizontales-coloreadas"
15488
15489 \end_inset
15490
15491 Tabla con líneas horizontales coloreadas
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \begin_layout Plain Layout
15500 \align center
15501 \begin_inset Tabular
15502 <lyxtabular version="3" rows="3" columns="3">
15503 <features>
15504 <column alignment="center" valignment="top" width="0">
15505 <column alignment="center" valignment="top" width="0">
15506 <column alignment="center" valignment="top" width="0">
15507 <row>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 sd
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 sd
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 sd
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 </lyxtabular>
15595
15596 \end_inset
15597
15598
15599 \end_layout
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \begin_layout Standard
15607 Para volver al color de línea negro predeterminado inserta este comando
15608  en código TeX detrás de la tabla o el flotante:
15609 \end_layout
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614
15615 \backslash
15616 renewcommand{
15617 \backslash
15618 hline}{
15619 \backslash
15620 myHlineC}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 La tabla
15625 \begin_inset space ~
15626 \end_inset
15627
15628
15629 \begin_inset CommandInset ref
15630 LatexCommand ref
15631 reference "tab:Tabla-con-líneas-coloreadas"
15632
15633 \end_inset
15634
15635  es un ejemplo con líneas verticales y horizontales coloreadas.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset Float table
15640 placement h
15641 wide false
15642 sideways false
15643 status open
15644
15645 \begin_layout Plain Layout
15646 \begin_inset Caption
15647
15648 \begin_layout Plain Layout
15649 \begin_inset CommandInset label
15650 LatexCommand label
15651 name "tab:Tabla-con-líneas-coloreadas"
15652
15653 \end_inset
15654
15655 Tabla con líneas coloreadas
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Plain Layout
15664 \align center
15665 \begin_inset Tabular
15666 <lyxtabular version="3" rows="3" columns="3">
15667 <features>
15668 <column alignment="center" valignment="top" width="0" special="Wc">
15669 <column alignment="center" valignment="top" width="0" special="Wc">
15670 <column alignment="center" valignment="top" width="0" special="WcW">
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 sd
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 sd
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 sd
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 </lyxtabular>
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Standard
15771 \begin_inset ERT
15772 status collapsed
15773
15774 \begin_layout Plain Layout
15775
15776
15777 \backslash
15778 renewcommand{
15779 \backslash
15780 hline}{
15781 \backslash
15782 myHlineC}
15783 \end_layout
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Standard
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 setlength{
15799 \backslash
15800 arrayrulewidth}{0.4pt}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Section
15809 Personalización de tablas
15810 \begin_inset Index
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814 Personalización de tablas
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \begin_inset Index
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 Tablas ! Personalización
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Subsection
15833 Espacio adicional en filas
15834 \begin_inset CommandInset label
15835 LatexCommand label
15836 name "sub:Espacio-adicional"
15837
15838 \end_inset
15839
15840
15841 \begin_inset Index
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845 Personalización de tablas ! Espacio adicional en filas
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Standard
15854 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15855  
15856 \family sans
15857 Bordes,
15858 \family default
15859  del diálogo de configuración de tablas.
15860  En el marco 
15861 \family sans
15862 Espacio
15863 \begin_inset space ~
15864 \end_inset
15865
15866 adicional
15867 \family default
15868  dispones de tres posibilidades:
15869 \end_layout
15870
15871 \begin_layout Description
15872 Superior
15873 \begin_inset space ~
15874 \end_inset
15875
15876 de
15877 \begin_inset space ~
15878 \end_inset
15879
15880 la
15881 \begin_inset space ~
15882 \end_inset
15883
15884 fila añade espacio sobre los caracteres de la fila.
15885  Si la tabla es de estilo formal
15886 \begin_inset Foot
15887 status collapsed
15888
15889 \begin_layout Plain Layout
15890 Las tablas formales se explican en la sección
15891 \begin_inset space ~
15892 \end_inset
15893
15894
15895 \begin_inset CommandInset ref
15896 LatexCommand ref
15897 reference "sec:Tablas-Formales"
15898
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905
15906  LyX insertará 0.5
15907 \begin_inset space \thinspace{}
15908 \end_inset
15909
15910 em por omisión.
15911  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15912  verticales, como se ve en la tabla siguiente:
15913 \begin_inset VSpace medskip
15914 \end_inset
15915
15916
15917 \begin_inset Newline newline
15918 \end_inset
15919
15920
15921 \begin_inset space \hspace*{}
15922 \length 0pt
15923 \end_inset
15924
15925
15926 \begin_inset space \hfill{}
15927 \end_inset
15928
15929
15930 \begin_inset Tabular
15931 <lyxtabular version="3" rows="3" columns="1">
15932 <features>
15933 <column alignment="center" valignment="top" width="0">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 A
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row topspace="3mm">
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 3
15951 \begin_inset space \thinspace{}
15952 \end_inset
15953
15954 mm sobre la fila
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 </row>
15960 <row>
15961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 C
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 </lyxtabular>
15972
15973 \end_inset
15974
15975
15976 \begin_inset space \hfill{}
15977 \end_inset
15978
15979
15980 \begin_inset space \hspace*{}
15981 \length 0pt
15982 \end_inset
15983
15984
15985 \begin_inset VSpace medskip
15986 \end_inset
15987
15988
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15993  sin líneas verticales.
15994 \end_layout
15995
15996 \begin_layout Description
15997 Inferior
15998 \begin_inset space ~
15999 \end_inset
16000
16001 de
16002 \begin_inset space ~
16003 \end_inset
16004
16005 la
16006 \begin_inset space ~
16007 \end_inset
16008
16009 fila añade espacio bajo los caracteres de la fila.
16010  Si la tabla es formal LyX inserta por omisión 0.5
16011 \begin_inset space \thinspace{}
16012 \end_inset
16013
16014 em; si la tabla es normal inserta 2
16015 \begin_inset space \thinspace{}
16016 \end_inset
16017
16018 pt.
16019  
16020 \end_layout
16021
16022 \begin_layout Description
16023 Entre
16024 \begin_inset space ~
16025 \end_inset
16026
16027 las
16028 \begin_inset space ~
16029 \end_inset
16030
16031 filas añade espacio entre la fila actual y la siguiente.
16032  Si la tabla es formal LyX inserta 0.5
16033 \begin_inset space \thinspace{}
16034 \end_inset
16035
16036 em por omisión.
16037  En tablas normales, el espacio adicional destruirá las líneas verticales
16038  de la tabla, como se ve en la siguiente:
16039 \begin_inset VSpace medskip
16040 \end_inset
16041
16042
16043 \begin_inset Newline newline
16044 \end_inset
16045
16046
16047 \begin_inset space \hspace*{}
16048 \length 0pt
16049 \end_inset
16050
16051
16052 \begin_inset space \hfill{}
16053 \end_inset
16054
16055
16056 \begin_inset Tabular
16057 <lyxtabular version="3" rows="3" columns="1">
16058 <features>
16059 <column alignment="center" valignment="top" width="0">
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 A
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 <row interlinespace="3mm">
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 \begin_inset Formula $\downarrow$
16077 \end_inset
16078
16079  3
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 mm entre las filas
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Formula $\uparrow$
16095 \end_inset
16096
16097  3
16098 \begin_inset space \thinspace{}
16099 \end_inset
16100
16101 mm entre las filas 
16102 \begin_inset Formula $\uparrow$
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 </lyxtabular>
16112
16113 \end_inset
16114
16115
16116 \begin_inset space \hfill{}
16117 \end_inset
16118
16119
16120 \begin_inset space \hspace*{}
16121 \length 0pt
16122 \end_inset
16123
16124
16125 \begin_inset VSpace medskip
16126 \end_inset
16127
16128
16129 \begin_inset Newline newline
16130 \end_inset
16131
16132 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16133  para tablas sin líneas verticales.
16134 \end_layout
16135
16136 \begin_layout Standard
16137 \begin_inset VSpace bigskip
16138 \end_inset
16139
16140 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16141  utiliza los siguientes comandos en el preámbulo:
16142 \end_layout
16143
16144 \begin_layout Standard
16145
16146 \series bold
16147
16148 \backslash
16149 @ifundefined{extrarowheight}
16150 \begin_inset Newline newline
16151 \end_inset
16152
16153
16154 \begin_inset ERT
16155 status collapsed
16156
16157 \begin_layout Plain Layout
16158
16159
16160 \backslash
16161 hphantom{ }
16162 \end_layout
16163
16164 \end_inset
16165
16166 {
16167 \backslash
16168 usepackage{array}}{}
16169 \begin_inset Newline newline
16170 \end_inset
16171
16172
16173 \backslash
16174 setlength{
16175 \backslash
16176 extrarowheight}{altura}
16177 \end_layout
16178
16179 \begin_layout Standard
16180 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16181  centrado en vertical.
16182  (Lyx cargará automáticamente el paquete 
16183 \series bold
16184 array
16185 \series default
16186  cuando uses formatos de tabla autodefinidos.
16187  Para evitar que sea cargado dos veces se pone al principio el comando 
16188 \series bold
16189
16190 \backslash
16191 @ifundefined
16192 \series default
16193 .)
16194 \end_layout
16195
16196 \begin_layout Standard
16197
16198 \end_layout
16199
16200 \begin_layout Subsection
16201 Alineación especial de celdas
16202 \begin_inset Index
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 Personalización de tablas ! Alineación especial de celdas
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \begin_layout Standard
16215 A veces mejora la presentación si las entradas en las celdas de una columna
16216  se alinean con un carácter determinado, p.
16217 \begin_inset space \thinspace{}
16218 \end_inset
16219
16220 e.
16221 \begin_inset space ~
16222 \end_inset
16223
16224 el separador decimal, como en la tabla
16225 \begin_inset space ~
16226 \end_inset
16227
16228
16229 \begin_inset CommandInset ref
16230 LatexCommand ref
16231 reference "tab:Tabla-con-celdas-de"
16232
16233 \end_inset
16234
16235 .
16236 \end_layout
16237
16238 \begin_layout Standard
16239 \begin_inset Float table
16240 wide false
16241 sideways false
16242 status open
16243
16244 \begin_layout Plain Layout
16245 \begin_inset Caption
16246
16247 \begin_layout Plain Layout
16248 \begin_inset CommandInset label
16249 LatexCommand label
16250 name "tab:Tabla-con-celdas-de"
16251
16252 \end_inset
16253
16254 Tabla con celdas alineadas con el separador decimal.
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Plain Layout
16263 \align center
16264 \begin_inset Tabular
16265 <lyxtabular version="3" rows="4" columns="2">
16266 <features>
16267 <column alignment="right" valignment="top" width="0">
16268 <column alignment="left" valignment="top" width="0" special="@{}l">
16269 <row>
16270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 leyenda
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="center" valignment="top" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 12.
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 6
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 0.
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 68
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 </row>
16329 <row>
16330 <cell alignment="center" valignment="top" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 -123.
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 0
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 </lyxtabular>
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Standard
16362 Esta es una tabla 4×2.
16363  La leyenda es una multicolumna centrada.
16364  La primera columna está alineada a la derecha y contiene el punto decimal
16365  y los dígitos anteriores.
16366  La segunda columna está alineada a la izquierda y contiene los dígitos
16367  posteriores al punto decimal.
16368  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16369  argumento LaTeX para la segunda columna:
16370 \end_layout
16371
16372 \begin_layout Standard
16373
16374 \series bold
16375 @{}l
16376 \end_layout
16377
16378 \begin_layout Standard
16379 La tabla
16380 \begin_inset space ~
16381 \end_inset
16382
16383
16384 \begin_inset CommandInset ref
16385 LatexCommand ref
16386 reference "tab:Varias-alineaciones"
16387
16388 \end_inset
16389
16390  muestra varios ejemplos de alineación.
16391  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16392 o más pequeño al comienzo de la última columna para conseguir el espacio
16393  adecuado alrededor del signo.
16394 \end_layout
16395
16396 \begin_layout Standard
16397 \begin_inset Float table
16398 wide false
16399 sideways false
16400 status open
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Caption
16404
16405 \begin_layout Plain Layout
16406 \begin_inset CommandInset label
16407 LatexCommand label
16408 name "tab:Varias-alineaciones"
16409
16410 \end_inset
16411
16412 Tabla con varias alineaciones.
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Plain Layout
16421 \align center
16422 \begin_inset Tabular
16423 <lyxtabular version="3" rows="4" columns="6">
16424 <features>
16425 <column alignment="right" valignment="top" width="0">
16426 <column alignment="left" valignment="top" width="0" special="@{}l">
16427 <column alignment="right" valignment="top" width="0">
16428 <column alignment="left" valignment="top" width="0" special="@{}l">
16429 <column alignment="right" valignment="top" width="0">
16430 <column alignment="left" valignment="top" width="0" special="@{}l">
16431 <row>
16432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 unidades
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 exponentes
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 relaciones
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 <row>
16488 <cell alignment="center" valignment="top" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 12×
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 24
16502 \begin_inset space \thinspace{}
16503 \end_inset
16504
16505 bottles
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $10\cdot$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $10^{\mbox{-}17}$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $\Gamma(t)\propto$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $\:\Upsilon(t)$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="center" valignment="top" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 1024×
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 768
16574 \begin_inset space \thinspace{}
16575 \end_inset
16576
16577 Pixels
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $5.78\cdot$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 \begin_inset Formula $10^{7}$
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $A\ne$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\: B_{\mathrm{red}}$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 32×
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 6
16646 \begin_inset space \thinspace{}
16647 \end_inset
16648
16649 cm
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 -
16659 \begin_inset Formula $33.5\cdot$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $10^{4}$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\sin(\alpha)\ge$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\:\sin(\beta)$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Standard
16717 \begin_inset VSpace bigskip
16718 \end_inset
16719
16720 También hay un paquete LaTeX, 
16721 \series bold
16722 dcolumn
16723 \series default
16724
16725 \begin_inset Index
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729 LaTeX-paquetes ! dcolumn
16730 \end_layout
16731
16732 \end_inset
16733
16734 , que permite alinear el contenido de las celdas.
16735  Pero desgraciadamente trata las entradas de celda en modo matemático y
16736  no permite fórmulas en celdas: la primera columna de la tabla
16737 \begin_inset space ~
16738 \end_inset
16739
16740
16741 \begin_inset CommandInset ref
16742 LatexCommand ref
16743 reference "tab:Varias-alineaciones"
16744
16745 \end_inset
16746
16747  se verá con 
16748 \series bold
16749 dcolumn
16750 \series default
16751  como la primera columna en la tabla
16752 \begin_inset space ~
16753 \end_inset
16754
16755
16756 \begin_inset CommandInset ref
16757 LatexCommand ref
16758 reference "tab:Alineaciones-con-el"
16759
16760 \end_inset
16761
16762  y sólo con algunos trucos se consigue lo que se espera.
16763  La alineación de la segunda y tercera columnas de la tabla
16764 \begin_inset space ~
16765 \end_inset
16766
16767
16768 \begin_inset CommandInset ref
16769 LatexCommand ref
16770 reference "tab:Varias-alineaciones"
16771
16772 \end_inset
16773
16774  no es posible con 
16775 \series bold
16776 dcolumn
16777 \series default
16778 .
16779 \end_layout
16780
16781 \begin_layout Standard
16782 \begin_inset Float table
16783 placement h
16784 wide false
16785 sideways false
16786 status open
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Caption
16790
16791 \begin_layout Plain Layout
16792 \begin_inset CommandInset label
16793 LatexCommand label
16794 name "tab:Alineaciones-con-el"
16795
16796 \end_inset
16797
16798
16799 \begin_inset OptArg
16800 status open
16801
16802 \begin_layout Plain Layout
16803 Tabla alineada con 
16804 \series bold
16805 dcolumn
16806 \end_layout
16807
16808 \end_inset
16809
16810 Alineaciones con el paquete LaTeX 
16811 \series bold
16812 dcolumn
16813 \series default
16814 .
16815  Se han tenido que usar unos trucos para la alineación de las columnas en
16816  la salida.
16817 \end_layout
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \begin_layout Plain Layout
16825 \align center
16826 \begin_inset Tabular
16827 <lyxtabular version="3" rows="4" columns="3">
16828 <features>
16829 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16830 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16831 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16832 <row>
16833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 unidades
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 unidades
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 unidades
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 12x24
16867 \begin_inset space \thinspace{}
16868 \end_inset
16869
16870 bottles
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 12x24
16880 \begin_inset space \thinspace{}
16881 \end_inset
16882
16883
16884 \begin_inset Formula $\mbox{bottles}$
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 12
16897 \begin_inset ERT
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901
16902
16903 \backslash
16904 times
16905 \end_layout
16906
16907 \end_inset
16908
16909 24~
16910 \begin_inset Formula $\mbox{bottles}$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 1024x768
16925 \begin_inset space \thinspace{}
16926 \end_inset
16927
16928 Pixels
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 1024x768
16938 \begin_inset space \thinspace{}
16939 \end_inset
16940
16941
16942 \begin_inset Formula $\mbox{Pixels}$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 1024
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 times
16963 \end_layout
16964
16965 \end_inset
16966
16967 768~
16968 \begin_inset Formula $\mbox{Pixels}$
16969 \end_inset
16970
16971  
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 32x6
16983 \begin_inset space \thinspace{}
16984 \end_inset
16985
16986 cm
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 32x6
16996 \begin_inset space \thinspace{}
16997 \end_inset
16998
16999
17000 \begin_inset Formula $\mbox{cm}$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 32
17013 \begin_inset ERT
17014 status collapsed
17015
17016 \begin_layout Plain Layout
17017
17018
17019 \backslash
17020 times
17021 \end_layout
17022
17023 \end_inset
17024
17025 6~
17026 \begin_inset Formula $\mbox{cm}$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 </lyxtabular>
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Subsection
17048 Formato personalizado de celda/columna
17049 \begin_inset CommandInset label
17050 LatexCommand label
17051 name "sub:Formato-Personalizado"
17052
17053 \end_inset
17054
17055
17056 \begin_inset Index
17057 status collapsed
17058
17059 \begin_layout Plain Layout
17060 Personalización de tablas ! Formato de celda/columna
17061 \end_layout
17062
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 El cálculo de la anchura necesaria para columnas extendidas descrito en
17070  la sección
17071 \begin_inset space ~
17072 \end_inset
17073
17074
17075 \begin_inset CommandInset ref
17076 LatexCommand ref
17077 reference "sub:Cálculos-en-Multicolumnas"
17078
17079 \end_inset
17080
17081  es muy pesado si tienes varias tablas con multicolumnas.
17082  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17083 mna aplicable a todas las tablas del documento.
17084  El formato se define con el comando
17085 \end_layout
17086
17087 \begin_layout Standard
17088
17089 \series bold
17090
17091 \backslash
17092 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17093 \end_layout
17094
17095 \begin_layout Standard
17096 El nombre de formato puede ser una sola letra.
17097  Las letras 
17098 \emph on
17099 b, c, l, m, p
17100 \emph default
17101  y 
17102 \emph on
17103 r
17104 \emph default
17105  están predefinidas y no pueden usarse.
17106  Pero se permiten todas las mayúsculas.
17107 \end_layout
17108
17109 \begin_layout Standard
17110 \begin_inset VSpace medskip
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \begin_layout Standard
17117 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17118  fija puedes definir el formato de celda
17119 \end_layout
17120
17121 \begin_layout Standard
17122
17123 \series bold
17124
17125 \backslash
17126 newcolumntype{M}[1]{>{
17127 \backslash
17128 centering
17129 \backslash
17130 hspace{0pt}}m{#1}}
17131 \end_layout
17132
17133 \begin_layout Standard
17134 donde 
17135 \series bold
17136
17137 \backslash
17138 hspace{0pt}
17139 \series default
17140  evita el problema de partir con guión la primera palabra, como se describe
17141  en la sección
17142 \begin_inset space ~
17143 \end_inset
17144
17145
17146 \begin_inset CommandInset ref
17147 LatexCommand ref
17148 reference "sub:Líneas-Múltiples-en"
17149
17150 \end_inset
17151
17152 .
17153  Ahora puedes introducir simplemente
17154 \end_layout
17155
17156 \begin_layout Standard
17157
17158 \series bold
17159 M{ancho}
17160 \end_layout
17161
17162 \begin_layout Standard
17163 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17164 \end_layout
17165
17166 \begin_layout Standard
17167 \begin_inset VSpace bigskip
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 newcolumntype{S}[2]{>{
17183 \backslash
17184 centering
17185 \backslash
17186 hspace{0pt}}
17187 \begin_inset Newline newline
17188 \end_inset
17189
17190
17191 \begin_inset ERT
17192 status collapsed
17193
17194 \begin_layout Plain Layout
17195
17196
17197 \backslash
17198 phantom{
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \backslash
17205 newcolumntype
17206 \begin_inset ERT
17207 status collapsed
17208
17209 \begin_layout Plain Layout
17210
17211 }
17212 \end_layout
17213
17214 \end_inset
17215
17216 m{(#1+(2
17217 \backslash
17218 tabcolsep+
17219 \backslash
17220 arrayrulewidth)*(1-#2))/#2}}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Este formato usa la ecuación 
17225 \begin_inset CommandInset ref
17226 LatexCommand eqref
17227 reference "eq:Wgn"
17228
17229 \end_inset
17230
17231  para calcular la anchura necesaria para que cada celda extendida tenga
17232  la misma anchura.
17233 \end_layout
17234
17235 \begin_layout Standard
17236 Ahora puedes introducir
17237 \end_layout
17238
17239 \begin_layout Standard
17240
17241 \series bold
17242 S{ancho de la celda multicolumna}{número de columnas extendidas}
17243 \end_layout
17244
17245 \begin_layout Standard
17246 como argumento LaTeX de la columna.
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset VSpace bigskip
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Standard
17257 Para columnas coloreadas puedes definir
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 newcolumntype{K}[1]{>{
17266 \backslash
17267 columncolor{#1}
17268 \backslash
17269 hspace{0pt}}c}
17270 \end_layout
17271
17272 \begin_layout Standard
17273 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17274  horizontalmente.
17275  Ahora puedes introducir
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281 K{nombre del color}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 como argumento LaTeX.
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset VSpace bigskip
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Para crear la tabla
17297 \begin_inset space ~
17298 \end_inset
17299
17300
17301 \begin_inset CommandInset ref
17302 LatexCommand ref
17303 reference "tab:Tabla-con-formatos-definidos-por"
17304
17305 \end_inset
17306
17307  usa los argumentos LaTeX
17308 \end_layout
17309
17310 \begin_layout Standard
17311
17312 \series bold
17313 M{2.5cm}
17314 \end_layout
17315
17316 \begin_layout Standard
17317 para la primera columna y la multicolumna,
17318 \end_layout
17319
17320 \begin_layout Standard
17321
17322 \series bold
17323 K{red}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 para la última columna y
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333 S{2.5cm}{2}
17334 \end_layout
17335
17336 \begin_layout Standard
17337 para las celdas en la segunda columna.
17338 \end_layout
17339
17340 \begin_layout Standard
17341 \begin_inset Float table
17342 placement h
17343 wide false
17344 sideways false
17345 status open
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Caption
17349
17350 \begin_layout Plain Layout
17351 \begin_inset CommandInset label
17352 LatexCommand label
17353 name "tab:Tabla-con-formatos-definidos-por"
17354
17355 \end_inset
17356
17357 Tabla con formatos definidos por el usuario
17358 \end_layout
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \begin_layout Plain Layout
17366 \align center
17367 \begin_inset Tabular
17368 <lyxtabular version="3" rows="3" columns="4">
17369 <features>
17370 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17371 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17372 <column alignment="center" valignment="middle" width="0">
17373 <column alignment="center" valignment="middle" width="0" special="K{red}">
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 palabramuylargaenceldadetabla
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 multicolumna línea múltiple
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 c
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 d
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 e
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 f
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 g
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 h
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 i
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 j
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 k
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 </lyxtabular>
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Subsection
17501 Grosor de líneas
17502 \begin_inset CommandInset label
17503 LatexCommand label
17504 name "sub:Grosor-de-Líneas"
17505
17506 \end_inset
17507
17508
17509 \begin_inset Index
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513 Personalización de tablas ! Grosor de línea
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17523  
17524 \series bold
17525
17526 \backslash
17527 arrayrulewidth
17528 \series default
17529 .
17530  Por ejemplo, para poner un grosor de línea de 1.5
17531 \begin_inset space \thinspace{}
17532 \end_inset
17533
17534 pt, como en la tabla
17535 \begin_inset space ~
17536 \end_inset
17537
17538
17539 \begin_inset CommandInset ref
17540 LatexCommand ref
17541 reference "tab:Tabla-con-líneas"
17542
17543 \end_inset
17544
17545 , inserta el comando
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 setlength{
17554 \backslash
17555 arrayrulewidth}{1.5pt}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 en código TeX antes de la tabla o flotante.
17560  Este cambio es válido para todas las siguientes tablas.
17561  Para volver al valor predeterminado, define 
17562 \series bold
17563
17564 \backslash
17565 arrayrulewidth
17566 \series default
17567  a 0.4
17568 \begin_inset space \thinspace{}
17569 \end_inset
17570
17571 pt en código TeX detrás de la tabla o flotante.
17572 \end_layout
17573
17574 \begin_layout Standard
17575 \begin_inset ERT
17576 status collapsed
17577
17578 \begin_layout Plain Layout
17579
17580
17581 \backslash
17582 setlength{
17583 \backslash
17584 arrayrulewidth}{1.5pt}
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \begin_inset Float table
17591 wide false
17592 sideways false
17593 status open
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Caption
17597
17598 \begin_layout Plain Layout
17599 \begin_inset CommandInset label
17600 LatexCommand label
17601 name "tab:Tabla-con-líneas"
17602
17603 \end_inset
17604
17605 Tabla con líneas de grosor 1.5
17606 \begin_inset space \thinspace{}
17607 \end_inset
17608
17609 pt
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout Plain Layout
17618 \align center
17619 \begin_inset Tabular
17620 <lyxtabular version="3" rows="3" columns="3">
17621 <features>
17622 <column alignment="center" valignment="top" width="0">
17623 <column alignment="center" valignment="top" width="0">
17624 <column alignment="center" valignment="top" width="0">
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 sd
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 sd
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 </row>
17683 <row>
17684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 sd
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 </lyxtabular>
17713
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 setlength{
17730 \backslash
17731 arrayrulewidth}{0.4pt}
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 \begin_inset VSpace bigskip
17741 \end_inset
17742
17743 Para definir un grosor de 1.5
17744 \begin_inset space \thinspace{}
17745 \end_inset
17746
17747 pt sólo para líneas horizontales, como en la tabla
17748 \begin_inset space ~
17749 \end_inset
17750
17751
17752 \begin_inset CommandInset ref
17753 LatexCommand ref
17754 reference "tab:Tabla-con-horizontales"
17755
17756 \end_inset
17757
17758 , inserta estos comandos en código TeX antes de la tabla o flotante:
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764
17765 \backslash
17766 let
17767 \backslash
17768 myHline
17769 \backslash
17770 hline
17771 \begin_inset Newline newline
17772 \end_inset
17773
17774
17775 \backslash
17776 renewcommand{
17777 \backslash
17778 hline}
17779 \begin_inset Newline newline
17780 \end_inset
17781
17782  {
17783 \backslash
17784 noalign{
17785 \backslash
17786 global
17787 \backslash
17788 arrayrulewidth 1.5pt}
17789 \begin_inset Newline newline
17790 \end_inset
17791
17792   
17793 \backslash
17794 myHline
17795 \backslash
17796 noalign{
17797 \backslash
17798 global
17799 \backslash
17800 arrayrulewidth 0.4pt}}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Para volver al grosor predeterminado, inserta este comando en código TeX
17805  detrás de la tabla o flotante:
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 renewcommand{
17814 \backslash
17815 hline}{
17816 \backslash
17817 myHline}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826
17827 \backslash
17828 let
17829 \backslash
17830 myHline
17831 \backslash
17832 hline
17833 \end_layout
17834
17835 \begin_layout Plain Layout
17836
17837
17838 \backslash
17839 renewcommand{
17840 \backslash
17841 hline}
17842 \end_layout
17843
17844 \begin_layout Plain Layout
17845
17846  {
17847 \backslash
17848 noalign{
17849 \backslash
17850 global
17851 \backslash
17852 arrayrulewidth 1.5pt}
17853 \end_layout
17854
17855 \begin_layout Plain Layout
17856
17857   
17858 \backslash
17859 myHline
17860 \backslash
17861 noalign{
17862 \backslash
17863 global
17864 \backslash
17865 arrayrulewidth 0.4pt}}
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \begin_inset Float table
17872 wide false
17873 sideways false
17874 status open
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Caption
17878
17879 \begin_layout Plain Layout
17880 \begin_inset CommandInset label
17881 LatexCommand label
17882 name "tab:Tabla-con-horizontales"
17883
17884 \end_inset
17885
17886 Tabla con líneas horizontales de 1.5
17887 \begin_inset space \thinspace{}
17888 \end_inset
17889
17890 pt
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Plain Layout
17899 \align center
17900 \begin_inset Tabular
17901 <lyxtabular version="3" rows="3" columns="3">
17902 <features>
17903 <column alignment="center" valignment="top" width="0">
17904 <column alignment="center" valignment="top" width="0">
17905 <column alignment="center" valignment="top" width="0">
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 sd
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 sd
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 sd
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 </lyxtabular>
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008
18009 \backslash
18010 renewcommand{
18011 \backslash
18012 hline}{
18013 \backslash
18014 myHline}
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \begin_layout Standard
18023 \begin_inset VSpace bigskip
18024 \end_inset
18025
18026 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18027  siguiente formato de columna en el preámbulo del documento, de acuerdo
18028  con lo descrito en la sección
18029 \begin_inset space ~
18030 \end_inset
18031
18032
18033 \begin_inset CommandInset ref
18034 LatexCommand ref
18035 reference "sub:Formato-Personalizado"
18036
18037 \end_inset
18038
18039 :
18040 \end_layout
18041
18042 \begin_layout Standard
18043
18044 \series bold
18045
18046 \backslash
18047 newcolumntype{V}{!{
18048 \backslash
18049 vrule width 1.5pt}}
18050 \end_layout
18051
18052 \begin_layout Standard
18053 Para la tabla
18054 \begin_inset space ~
18055 \end_inset
18056
18057
18058 \begin_inset CommandInset ref
18059 LatexCommand ref
18060 reference "tab:Tabla-con-verticales"
18061
18062 \end_inset
18063
18064  se usó el argumento LaTeX
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070 VcV
18071 \end_layout
18072
18073 \begin_layout Standard
18074 para la última columna y
18075 \end_layout
18076
18077 \begin_layout Standard
18078
18079 \series bold
18080 Vc
18081 \end_layout
18082
18083 \begin_layout Standard
18084 para las otras.
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset Float table
18089 wide false
18090 sideways false
18091 status open
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Caption
18095
18096 \begin_layout Plain Layout
18097 \begin_inset CommandInset label
18098 LatexCommand label
18099 name "tab:Tabla-con-verticales"
18100
18101 \end_inset
18102
18103 Tabla con líneas verticales de 1.5
18104 \begin_inset space \thinspace{}
18105 \end_inset
18106
18107 pt de grosor
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Plain Layout
18116 \align center
18117 \begin_inset Tabular
18118 <lyxtabular version="3" rows="3" columns="3">
18119 <features>
18120 <column alignment="center" valignment="top" width="0" special="Vc">
18121 <column alignment="center" valignment="top" width="0" special="Vc">
18122 <column alignment="center" valignment="top" width="0" special="VcV">
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 sd
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" topline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 <row>
18153 <cell alignment="center" valignment="top" topline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 sd
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 </row>
18181 <row>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 sd
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 </row>
18210 </lyxtabular>
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Subsection
18223 Líneas de trazos
18224 \begin_inset Index
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 Personalización de tablas ! Líneas de trazos
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 ifarydshln
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \begin_inset Note Note
18251 status open
18252
18253 \begin_layout Plain Layout
18254 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18255  LaTeX 
18256 \series bold
18257 arydshln
18258 \series default
18259 .
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 \begin_inset Float table
18269 placement H
18270 wide false
18271 sideways false
18272 status open
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Caption
18276
18277 \begin_layout Plain Layout
18278 \begin_inset CommandInset label
18279 LatexCommand label
18280 name "tab:Tabla-con-trazos"
18281
18282 \end_inset
18283
18284 Tabla con líneas de trazos
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Plain Layout
18293 \align center
18294 \begin_inset Tabular
18295 <lyxtabular version="3" rows="5" columns="5">
18296 <features>
18297 <column alignment="center" valignment="top" width="0">
18298 <column alignment="center" valignment="top" width="0">
18299 <column alignment="center" valignment="top" width="0" special=":c">
18300 <column alignment="center" valignment="top" width="0">
18301 <column alignment="center" valignment="top" width="0">
18302 <row>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 a
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 b
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 c
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 d
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 e
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 f
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 g
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 h
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 i
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 j
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 hdashline 
18409 \end_layout
18410
18411 \end_inset
18412
18413 k
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 l
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 m
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 n
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 o
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 \begin_inset ERT
18461 status collapsed
18462
18463 \begin_layout Plain Layout
18464
18465
18466 \backslash
18467 cdashline{4-5}
18468 \end_layout
18469
18470 \end_inset
18471
18472 p
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 q
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 r
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 s
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 t
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 u
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 v
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 w
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 x
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 </lyxtabular>
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18575  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18576 \series bold
18577 arydshln
18578 \series default
18579
18580 \begin_inset Index
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 LaTeX-paquetes ! arydshln
18585 \end_layout
18586
18587 \end_inset
18588
18589  
18590 \end_layout
18591
18592 \begin_layout Standard
18593
18594 \series bold
18595
18596 \backslash
18597 usepackage{arydshln}
18598 \end_layout
18599
18600 \begin_layout Standard
18601 Para hacer una línea vertical a trazos, introduce dos puntos «
18602 \series bold
18603 :
18604 \series default
18605 » junto con el carácter para alineación horizontal como argumento LaTeX
18606  en el diálogo de celda de tabla.
18607 \end_layout
18608
18609 \begin_layout Standard
18610 Para una línea de trazos horizontal añade el comando
18611 \end_layout
18612
18613 \begin_layout Standard
18614
18615 \series bold
18616
18617 \backslash
18618 hdashline
18619 \end_layout
18620
18621 \begin_layout Standard
18622 en código TeX como primer elemento de la primera celda en la fila.
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Para líneas de trazos en multicolumna usa el comando
18627 \end_layout
18628
18629 \begin_layout Standard
18630
18631 \series bold
18632
18633 \backslash
18634 cdashline{número de líneas}
18635 \end_layout
18636
18637 \begin_layout Standard
18638 en código TeX como primer elemento de la primera celda en la fila.
18639  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18640  4 y quieres una línea de trazos por encima, añade el comando
18641 \end_layout
18642
18643 \begin_layout Standard
18644
18645 \series bold
18646
18647 \backslash
18648 cdashline{2-4}
18649 \end_layout
18650
18651 \begin_layout Standard
18652 como primer elemento de la primera celda en la fila de la multicolumna.
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset VSpace bigskip
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Standard
18663 La tabla
18664 \begin_inset space ~
18665 \end_inset
18666
18667
18668 \begin_inset CommandInset ref
18669 LatexCommand ref
18670 reference "tab:Tabla-con-trazos"
18671
18672 \end_inset
18673
18674  se ha hecho usando «
18675 \series bold
18676 :c
18677 \series default
18678 » como argumento LaTeX de la tercera columna.
18679  El comando en código TeX 
18680 \series bold
18681
18682 \backslash
18683 hdashline
18684 \series default
18685  se ha insertado en la primera celda de la tercera fila y el comando en
18686  código TeX
18687 \begin_inset Newline newline
18688 \end_inset
18689
18690
18691 \series bold
18692
18693 \backslash
18694 cdashline{4-5}
18695 \series default
18696  en la primera celda de la cuarta fila.
18697 \end_layout
18698
18699 \begin_layout Standard
18700 \begin_inset Note Greyedout
18701 status open
18702
18703 \begin_layout Plain Layout
18704
18705 \series bold
18706 Nota:
18707 \series default
18708  Aparentemente el paquete LaTeX 
18709 \series bold
18710 arydshln
18711 \series default
18712  no es compatible con el paquete LaTeX 
18713 \series bold
18714 colortbl
18715 \series default
18716
18717 \begin_inset Index
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721 LaTeX-paquetes ! colortbl
18722 \end_layout
18723
18724 \end_inset
18725
18726  que se usa para tablas coloreadas en la sección
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "sec:Tablas-Coloreadas"
18734
18735 \end_inset
18736
18737 .
18738  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Standard
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 else
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \begin_inset Note Note
18761 status open
18762
18763 \begin_layout Plain Layout
18764 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18765  
18766 \series bold
18767 arydshln
18768 \series default
18769 .
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Debes instalar el paquete LaTeX 
18779 \series bold
18780 arydshln
18781 \series default
18782  para ver la parte siguiente en la salida.
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 fi
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Chapter
18802 Flotantes
18803 \begin_inset CommandInset label
18804 LatexCommand label
18805 name "cha:Flotantes"
18806
18807 \end_inset
18808
18809
18810 \begin_inset Index
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 Flotantes
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Section
18823 Introducción
18824 \begin_inset CommandInset label
18825 LatexCommand label
18826 name "sec:Introducción-Flotantes"
18827
18828 \end_inset
18829
18830
18831 \begin_inset Index
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Flotantes ! Introducción
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18845  no tiene posición fija.
18846  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18847  Las 
18848 \family sans
18849 Notas
18850 \begin_inset space ~
18851 \end_inset
18852
18853 al
18854 \begin_inset space ~
18855 \end_inset
18856
18857 pie
18858 \family default
18859  y 
18860 \family sans
18861 Notas
18862 \begin_inset space ~
18863 \end_inset
18864
18865 al
18866 \begin_inset space ~
18867 \end_inset
18868
18869 margen
18870 \family default
18871  también son flotantes, porque pueden flotar a la página siguiente cuando
18872  hay demasiadas notas en la página.
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Los flotantes permiten composiciones de alta calidad.
18877  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18878  impedir espacios en blanco y páginas sin texto.
18879  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18880  cada flotante puede ser referenciado en el texto.
18881  Por lo tanto los flotantes están numerados.
18882  Las referencias se describen en la sección
18883 \begin_inset space ~
18884 \end_inset
18885
18886
18887 \begin_inset CommandInset ref
18888 LatexCommand ref
18889 reference "sec:Referencias-a-Flotantes"
18890
18891 \end_inset
18892
18893 .
18894 \end_layout
18895
18896 \begin_layout Standard
18897 Para insertar un flotante, usa el menú 
18898 \family sans
18899 Insertar\SpecialChar \menuseparator
18900 Flotante
18901 \family default
18902 .
18903  Esto inserta una 
18904 \family sans
18905 Leyenda,
18906 \family default
18907  un cuadro con una etiqueta.
18908  La etiqueta se traducirá automáticamente al idioma del documento.
18909  Tras la etiqueta puedes insertar el texto de la leyenda.
18910  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18911  separado dentro del flotante.
18912  La colocación de leyendas se describe en la sección
18913 \begin_inset space ~
18914 \end_inset
18915
18916
18917 \begin_inset CommandInset ref
18918 LatexCommand ref
18919 reference "sec:Colocación-de-leyendas"
18920
18921 \end_inset
18922
18923 .
18924  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18925  con clic-izquierdo sobre él.
18926  Un cuadro cerrado se muestra así: 
18927 \begin_inset Graphics
18928         filename clipart/flotanteQt4.png
18929         scale 70
18930
18931 \end_inset
18932
18933  ---un cuadro gris con etiqueta en rojo---.
18934 \end_layout
18935
18936 \begin_layout Standard
18937 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18938  errores de LaTeX si el texto circundante se formatea de modo especial.
18939 \end_layout
18940
18941 \begin_layout Standard
18942 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18943  y pinchando el botón correspondiente de la barra de herramientas para un
18944  flotante nuevo.
18945 \end_layout
18946
18947 \begin_layout Section
18948 Tipos de flotantes
18949 \end_layout
18950
18951 \begin_layout Standard
18952 Además de los flotantes de imagen y de tabla que se describen en la sección
18953 \begin_inset space ~
18954 \end_inset
18955
18956
18957 \begin_inset CommandInset ref
18958 LatexCommand ref
18959 reference "sec:Figuras-Flotantes"
18960
18961 \end_inset
18962
18963  y 
18964 \begin_inset CommandInset ref
18965 LatexCommand ref
18966 reference "sec:Tablas-Flotantes"
18967
18968 \end_inset
18969
18970 , respectivamente, LyX ofrece los tipos 
18971 \series bold
18972 Algoritmo
18973 \series default
18974  y 
18975 \series bold
18976 Envoltorio
18977 \series default
18978 .
18979 \end_layout
18980
18981 \begin_layout Subsection
18982 Algoritmos flotantes
18983 \begin_inset Index
18984 status collapsed
18985
18986 \begin_layout Plain Layout
18987 Flotantes ! Algoritmos
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \begin_inset CommandInset label
18994 LatexCommand label
18995 name "sub:Algoritmos-Flotantes"
18996
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \begin_layout Standard
19003 \begin_inset Float algorithm
19004 placement h
19005 wide false
19006 sideways false
19007 status open
19008
19009 \begin_layout Plain Layout
19010 \begin_inset Caption
19011
19012 \begin_layout Plain Layout
19013 \begin_inset CommandInset label
19014 LatexCommand label
19015 name "alg:Ejemplo-de-Algoritmo-flotante"
19016
19017 \end_inset
19018
19019 Ejemplo de algoritmo flotante
19020 \end_layout
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout LyX-Code
19028 for I in 1..N loop
19029 \begin_inset Newline newline
19030 \end_inset
19031
19032  Sum:= Sum + A(I); /*comment*/
19033 \begin_inset Newline newline
19034 \end_inset
19035
19036 end loop
19037 \begin_inset VSpace -4mm
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044
19045
19046 \end_layout
19047
19048 \begin_layout Standard
19049 Este tipo de flotante se inserta con el menú 
19050 \family sans
19051 Insertar\SpecialChar \menuseparator
19052 Flotante\SpecialChar \menuseparator
19053 Algoritmo
19054 \family default
19055 .
19056  Se usa para códigos y descripciones de algoritmos.
19057  Un posible entorno para algoritmos es 
19058 \family sans
19059 Código-LyX
19060 \family default
19061 , descrito en la 
19062 \emph on
19063 Guía del usuario
19064 \emph default
19065  de LyX.
19066  El algoritmo
19067 \begin_inset space ~
19068 \end_inset
19069
19070
19071 \begin_inset CommandInset ref
19072 LatexCommand ref
19073 reference "alg:Ejemplo-de-Algoritmo-flotante"
19074
19075 \end_inset
19076
19077  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19078  vertical de -4
19079 \begin_inset space \thinspace{}
19080 \end_inset
19081
19082 mm al final para tener la línea inferior exactamente bajo la última línea
19083  de texto.
19084 \end_layout
19085
19086 \begin_layout Standard
19087 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19088  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19089 \end_layout
19090
19091 \begin_layout Standard
19092
19093 \series bold
19094
19095 \backslash
19096 floatname{algorithm}{nombre}
19097 \end_layout
19098
19099 \begin_layout Standard
19100 donde 
19101 \family sans
19102 nombre
19103 \family default
19104  es la palabra «
19105 \emph on
19106 algorithm
19107 \emph default
19108 » en el lenguaje deseado.
19109 \end_layout
19110
19111 \begin_layout Standard
19112 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19113  
19114 \family sans
19115 Insertar\SpecialChar \menuseparator
19116 Lista/IG\SpecialChar \menuseparator
19117 Lista de algoritmos
19118 \family default
19119  como en documentos en inglés.
19120  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19121 \end_layout
19122
19123 \begin_layout Standard
19124
19125 \series bold
19126
19127 \backslash
19128 listof{algorithm}{nombre}
19129 \end_layout
19130
19131 \begin_layout Standard
19132 donde 
19133 \family sans
19134 nombre
19135 \family default
19136  es «
19137 \emph on
19138 List of algorithms
19139 \emph default
19140 » en tu idioma.
19141 \end_layout
19142
19143 \begin_layout Standard
19144 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19145  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19146 tmo».
19147  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19148  documento:
19149 \end_layout
19150
19151 \begin_layout Standard
19152
19153 \series bold
19154
19155 \backslash
19156 numberwithin{algorithm}{chapter}
19157 \end_layout
19158
19159 \begin_layout Standard
19160 Para poder usar el comando 
19161 \series bold
19162
19163 \backslash
19164 numberwithin
19165 \series default
19166 , marca la opción 
19167 \family sans
19168 Usar
19169 \begin_inset space ~
19170 \end_inset
19171
19172 el
19173 \begin_inset space ~
19174 \end_inset
19175
19176 paquete
19177 \begin_inset space ~
19178 \end_inset
19179
19180 AMS
19181 \family default
19182  en el menú 
19183 \family sans
19184 Documento\SpecialChar \menuseparator
19185 Configuración\SpecialChar \menuseparator
19186 Ecuaciones
19187 \family default
19188 .
19189 \end_layout
19190
19191 \begin_layout Subsection
19192 Envoltorios flotantes
19193 \begin_inset Index
19194 status open
19195
19196 \begin_layout Plain Layout
19197 Flotantes ! Envoltorio
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \begin_inset CommandInset label
19204 LatexCommand label
19205 name "sub:Envoltorio-flotante"
19206
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \begin_layout Standard
19213 \begin_inset Wrap figure
19214 lines 0
19215 placement l
19216 overhang 1cm
19217 width "40col%"
19218 status open
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Graphics
19222         filename ../clipart/mobius.eps
19223         width 40col%
19224         rotateOrigin center
19225
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Caption
19233
19234 \begin_layout Plain Layout
19235 \begin_inset CommandInset label
19236 LatexCommand label
19237 name "fig:Envoltorio-de-figura"
19238
19239 \end_inset
19240
19241 Figura envuelta en el texto
19242 \end_layout
19243
19244 \end_inset
19245
19246
19247 \end_layout
19248
19249 \end_inset
19250
19251  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19252  de modo que ocupe sólo una parte del ancho de columna.
19253  Se inserta con el menú 
19254 \family sans
19255 Insertar\SpecialChar \menuseparator
19256 Flotante\SpecialChar \menuseparator
19257 Envoltorio
19258 \begin_inset space ~
19259 \end_inset
19260
19261 de
19262 \begin_inset space ~
19263 \end_inset
19264
19265 figura
19266 \family default
19267  o 
19268 \family sans
19269 Envoltorio
19270 \begin_inset space ~
19271 \end_inset
19272
19273 de
19274 \begin_inset space ~
19275 \end_inset
19276
19277 tabla
19278 \family default
19279  si está instalado el paquete LaTeX 
19280 \series bold
19281 wrapfig
19282 \series default
19283
19284 \begin_inset Index
19285 status collapsed
19286
19287 \begin_layout Plain Layout
19288 LaTeX-paquetes ! wrapfig
19289 \begin_inset ERT
19290 status collapsed
19291
19292 \begin_layout Plain Layout
19293
19294
19295 \backslash
19296 vspace{4mm}
19297 \end_layout
19298
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \end_inset
19305
19306 .
19307 \begin_inset Foot
19308 status collapsed
19309
19310 \begin_layout Plain Layout
19311 La instalación de paquetes LaTeX se explica en el manual 
19312 \emph on
19313 Configuración de LaTeX
19314 \emph default
19315 .
19316 \end_layout
19317
19318 \end_inset
19319
19320  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19321  con clic-derecha sobre el cuadro del flotante.
19322  Son obligatorios la 
19323 \family sans
19324 Ubicación
19325 \family default
19326  y la 
19327 \family sans
19328 Anchura
19329 \family default
19330 .
19331  Son opcionales 
19332 \family sans
19333 Overhang
19334 \family default
19335 , que especifica la anchura de invasión del margen, y 
19336 \family sans
19337 Extender
19338 \begin_inset space ~
19339 \end_inset
19340
19341 líneas
19342 \family default
19343 , que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19344  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19345  opción sólo si encuentras problemas en la colocación del flotante.
19346  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19347  del párrafo o en los párrafos adyacentes.
19348  La figura
19349 \begin_inset space ~
19350 \end_inset
19351
19352
19353 \begin_inset CommandInset ref
19354 LatexCommand ref
19355 reference "fig:Envoltorio-de-figura"
19356
19357 \end_inset
19358
19359  es un ejemplo de envoltorio con una anchura de columna del 40
19360 \begin_inset space \thinspace{}
19361 \end_inset
19362
19363 %, ubicado a la izquierda y 1
19364 \begin_inset space \thinspace{}
19365 \end_inset
19366
19367 cm de invasión de margen.
19368 \begin_inset Foot
19369 status collapsed
19370
19371 \begin_layout Plain Layout
19372 Consulta las unidades disponibles en el apéndice
19373 \begin_inset space ~
19374 \end_inset
19375
19376
19377 \begin_inset CommandInset ref
19378 LatexCommand ref
19379 reference "cha:Unidades-disponibles-en"
19380
19381 \end_inset
19382
19383 .
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 \begin_inset Note Greyedout
19393 status open
19394
19395 \begin_layout Plain Layout
19396
19397 \series bold
19398 Nota:
19399 \series default
19400  ¡Los envoltorios flotantes son frágiles! P.
19401 \begin_inset space \thinspace{}
19402 \end_inset
19403
19404 e.
19405 \begin_inset space ~
19406 \end_inset
19407
19408 si una figura está demasiado cerca de la parte inferior de la página se
19409  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19410  o situarse junto a otro texto.
19411 \end_layout
19412
19413 \end_inset
19414
19415
19416 \end_layout
19417
19418 \begin_layout Standard
19419 En general:
19420 \end_layout
19421
19422 \begin_layout Itemize
19423 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19424  salto de página.
19425  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19426  esté casi listo y puedas prever los saltos de página.
19427 \end_layout
19428
19429 \begin_layout Itemize
19430 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19431  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19432 \end_layout
19433
19434 \begin_layout Itemize
19435 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19436  que asegura que hay un párrafo de texto entre ellos.
19437 \end_layout
19438
19439 \begin_layout Itemize
19440 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19441 \end_layout
19442
19443 \begin_layout Section
19444 Numeración de flotantes
19445 \begin_inset CommandInset label
19446 LatexCommand label
19447 name "sec:Numeración-de-flotantes"
19448
19449 \end_inset
19450
19451
19452 \begin_inset Index
19453 status collapsed
19454
19455 \begin_layout Plain Layout
19456 Flotantes ! Numeración
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 En general, los flotantes se numeran independientemente de las secciones
19466  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19467  dependiendo de la clase de documento utilizada.
19468 \end_layout
19469
19470 \begin_layout Standard
19471 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19472  comando en el preámbulo del documento:
19473 \end_layout
19474
19475 \begin_layout Standard
19476
19477 \series bold
19478
19479 \backslash
19480 renewcommand{
19481 \backslash
19482 thetable}{
19483 \backslash
19484 roman{table}}
19485 \end_layout
19486
19487 \begin_layout Standard
19488
19489 \series bold
19490
19491 \backslash
19492 thetable 
19493 \series default
19494 es el comando que imprime el número de la tabla, para figuras flotantes
19495  el comando sería 
19496 \series bold
19497
19498 \backslash
19499 thefigure
19500 \series default
19501 .
19502  El comando 
19503 \series bold
19504
19505 \backslash
19506 roman
19507 \series default
19508  imprime el número de tabla en números romanos en minúscula.
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19513  usa este comando en el preámbulo:
19514 \end_layout
19515
19516 \begin_layout Standard
19517
19518 \series bold
19519
19520 \backslash
19521 numberwithin{table}{subsection}
19522 \end_layout
19523
19524 \begin_layout Standard
19525 Para poder usar el comando 
19526 \series bold
19527
19528 \backslash
19529 numberwithin
19530 \series default
19531 , debes marcar la opción 
19532 \family sans
19533 Usar
19534 \begin_inset space ~
19535 \end_inset
19536
19537 el
19538 \begin_inset space ~
19539 \end_inset
19540
19541 paquete
19542 \begin_inset space ~
19543 \end_inset
19544
19545 AMS 
19546 \family default
19547 en el apartado 
19548 \family sans
19549 Ecuaciones 
19550 \family default
19551 de las preferencias del documento.
19552 \end_layout
19553
19554 \begin_layout Standard
19555 Puedes ver más detalles y notas importantes sobre comandos de numeración
19556  en la sección
19557 \begin_inset space ~
19558 \end_inset
19559
19560
19561 \begin_inset CommandInset ref
19562 LatexCommand ref
19563 reference "sub:Numeración-de-Notas-al-Pie"
19564
19565 \end_inset
19566
19567 .
19568 \end_layout
19569
19570 \begin_layout Section
19571 Referencias a flotantes
19572 \begin_inset CommandInset label
19573 LatexCommand label
19574 name "sec:Referencias-a-Flotantes"
19575
19576 \end_inset
19577
19578
19579 \begin_inset Index
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583 Flotantes ! Referencias
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \begin_inset Index
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593 Referencias
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19603  menú 
19604 \family sans
19605 Insertar\SpecialChar \menuseparator
19606 Etiqueta
19607 \family default
19608  o el botón 
19609 \begin_inset Graphics
19610         filename ../../images/label-insert.png
19611         scale 85
19612
19613 \end_inset
19614
19615 .
19616  Aparece una ventana esperando la introducción del texto de la etiqueta
19617  y se inserta un cuadro gris como este: 
19618 \begin_inset Graphics
19619         filename clipart/etiquetaQt4.png
19620         scale 85
19621
19622 \end_inset
19623
19624 .
19625  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19626  El prefijo depende del tipo de flotante, p.
19627 \begin_inset space \thinspace{}
19628 \end_inset
19629
19630 e.
19631 \begin_inset space ~
19632 \end_inset
19633
19634 para figuras el prefijo será «
19635 \family sans
19636 fig:
19637 \family default
19638 ».
19639 \end_layout
19640
19641 \begin_layout Standard
19642 La etiqueta se usa como ancla y el nombre para la referencia.
19643  Puedes referenciar la etiqueta usando el menú 
19644 \family sans
19645 Insertar\SpecialChar \menuseparator
19646 Referencia
19647 \family default
19648
19649 \begin_inset space ~
19650 \end_inset
19651
19652
19653 \family sans
19654 cruzada
19655 \family default
19656  o el botón 
19657 \begin_inset Graphics
19658         filename ../../images/dialog-show-new-inset_ref.png
19659         scale 85
19660
19661 \end_inset
19662
19663 .
19664  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19665  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19666  trabajando de la lista desplegable de la parte superior del diálogo.
19667  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19668  Se inserta un cuadro gris como este: 
19669 \begin_inset Graphics
19670         filename clipart/referenciaQt4.png
19671         scale 85
19672
19673 \end_inset
19674
19675 .
19676  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Se recomienda poner un espacio protegido entre el nombre de la referencia
19681  cruzada y su número para evitar saltos de línea entre ellos.
19682  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19683  dos interrogaciones en la salida.
19684 \end_layout
19685
19686 \begin_layout Standard
19687 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19688  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19689  al texto de la etiqueta nueva, no te ocupes por eso.
19690 \end_layout
19691
19692 \begin_layout Standard
19693 El botón 
19694 \family sans
19695 Ir
19696 \begin_inset space ~
19697 \end_inset
19698
19699 a
19700 \begin_inset space ~
19701 \end_inset
19702
19703 la
19704 \begin_inset space ~
19705 \end_inset
19706
19707 etiqueta
19708 \family default
19709  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19710  y el texto del botón cambia a 
19711 \family sans
19712 Volver
19713 \family default
19714 , con el que se puede retornar a la referencia.
19715  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19716  la etiqueta pero sin opción de volver.
19717 \end_layout
19718
19719 \begin_layout Subsection
19720 Formatos de referencia cruzada
19721 \begin_inset CommandInset label
19722 LatexCommand label
19723 name "sub:Formatos-referencia-cruzada"
19724
19725 \end_inset
19726
19727
19728 \begin_inset Index
19729 status collapsed
19730
19731 \begin_layout Plain Layout
19732 Referencias ! Formatos
19733 \end_layout
19734
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \begin_layout Standard
19741 Hay seis variedades de referencias cruzadas:
19742 \end_layout
19743
19744 \begin_layout Description
19745 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19746  
19747 \begin_inset CommandInset ref
19748 LatexCommand ref
19749 reference "fig:Dos-imágenes-distorsionadas"
19750
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \begin_layout Description
19757 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19758  habitual para referirse a fórmulas, especialmente si se omite el nombre
19759  «Ecuación»: 
19760 \begin_inset CommandInset ref
19761 LatexCommand eqref
19762 reference "eq:Wgn"
19763
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \begin_layout Description
19770 <página>: imprime el número de página: Página
19771 \begin_inset space ~
19772 \end_inset
19773
19774
19775 \begin_inset CommandInset ref
19776 LatexCommand pageref
19777 reference "fig:Dos-imágenes-distorsionadas"
19778
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \begin_layout Description
19785 en
19786 \begin_inset space ~
19787 \end_inset
19788
19789 página
19790 \begin_inset space ~
19791 \end_inset
19792
19793 <página>: imprime el texto «en la página» y el número de página: 
19794 \begin_inset CommandInset ref
19795 LatexCommand vpageref
19796 reference "fig:Dos-imágenes-distorsionadas"
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Description
19804 <referencia>
19805 \begin_inset space ~
19806 \end_inset
19807
19808 en
19809 \begin_inset space ~
19810 \end_inset
19811
19812 página
19813 \begin_inset space ~
19814 \end_inset
19815
19816 <página>: imprime el número flotante, el texto «en la página» y el número
19817  de página: 
19818 \begin_inset CommandInset ref
19819 LatexCommand vref
19820 reference "fig:Dos-imágenes-distorsionadas"
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Description
19828 Referencia
19829 \begin_inset space ~
19830 \end_inset
19831
19832 con
19833 \begin_inset space ~
19834 \end_inset
19835
19836 formato: imprime un formato personalizado.
19837  
19838 \begin_inset Note Greyedout
19839 status open
19840
19841 \begin_layout Plain Layout
19842
19843 \series bold
19844 Nota:
19845 \series default
19846  Esta característica sólo está disponible si está instalado el paquete LaTeX
19847  
19848 \series bold
19849 prettyref
19850 \series default
19851 .
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 Ten en cuenta que el estilo <página>
19861 \begin_inset space \thinspace{}
19862 \end_inset
19863
19864  no imprime el número si la etiqueta está en la misma página, en la anterior
19865  o en la siguiente.
19866  En su lugar verás p.
19867 \begin_inset space \thinspace{}
19868 \end_inset
19869
19870 e.
19871 \begin_inset space ~
19872 \end_inset
19873
19874 el texto «
19875 \family sans
19876 en esta página
19877 \family default
19878 ».
19879 \end_layout
19880
19881 \begin_layout Standard
19882 El número y página actual de la parte del documento referida es automáticamente
19883  calculado por LaTeX en la salida.
19884  Las variedades se ajustan en el campo 
19885 \family sans
19886 Formato
19887 \family default
19888  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19889 \end_layout
19890
19891 \begin_layout Subsection
19892 Designación automática de referencias
19893 \begin_inset Index
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897 Referencias ! Designación automática
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Standard
19906 El paquete LaTeX 
19907 \series bold
19908 hyperref
19909 \series default
19910  dispone de una característica muy útil que permite incluir automáticamente
19911  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19912  de texto como secciones).
19913  Quieres p.
19914 \begin_inset space \thinspace{}
19915 \end_inset
19916
19917 e.
19918 \begin_inset space ~
19919 \end_inset
19920
19921 escribir la palabra «Figura» antes de cada cuadro de referencia.
19922  Para conseguirlo debes cargar el paquete LaTeX 
19923 \series bold
19924 hyperref
19925 \series default
19926
19927 \begin_inset Index
19928 status collapsed
19929
19930 \begin_layout Plain Layout
19931 LaTeX-paquetes ! hyperref
19932 \end_layout
19933
19934 \end_inset
19935
19936  en el preámbulo del documento con
19937 \end_layout
19938
19939 \begin_layout Standard
19940
19941 \series bold
19942
19943 \backslash
19944 usepackage[pdfborder={0 0 0}]{hyperref}
19945 \begin_inset Newline newline
19946 \end_inset
19947
19948
19949 \backslash
19950 AtBeginDocument{
19951 \backslash
19952 renewcommand{
19953 \backslash
19954 ref}[1]{
19955 \backslash
19956 mbox{
19957 \backslash
19958 autoref{#1}}}}
19959 \end_layout
19960
19961 \begin_layout Standard
19962
19963 \series bold
19964 hyperref
19965 \series default
19966  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
19967  esto significa que el lector del documento podrá pinchar sobre una entrada
19968  de Índice o una referencia y será inmediatamente dirigido a esa parte del
19969  documento.
19970  
19971 \series bold
19972 hyperref
19973 \series default
19974  también crea marcadores PDF para cada sección para facilitar al lector
19975  la navegación por el documento.
19976  Esto también se ha usado en este documento pero si echas una ojeada al
19977  preámbulo encontrarás varias opciones en la carga de 
19978 \series bold
19979 hyperref
19980 \series default
19981 .
19982  Para aprender más sobre ello acude a la documentación del paquete 
19983 \begin_inset CommandInset citation
19984 LatexCommand cite
19985 key "hyperref"
19986
19987 \end_inset
19988
19989 .
19990 \end_layout
19991
19992 \begin_layout Standard
19993 \begin_inset Note Greyedout
19994 status open
19995
19996 \begin_layout Plain Layout
19997
19998 \series bold
19999 Nota:
20000 \series default
20001  La designación automática de referencias no puede usarse en el estilo 
20002 \family sans
20003 Referencia
20004 \begin_inset space ~
20005 \end_inset
20006
20007 con
20008 \begin_inset space ~
20009 \end_inset
20010
20011 formato
20012 \family default
20013 , descrita en la sección
20014 \begin_inset space ~
20015 \end_inset
20016
20017
20018 \begin_inset CommandInset ref
20019 LatexCommand ref
20020 reference "sub:Formatos-referencia-cruzada"
20021
20022 \end_inset
20023
20024 .
20025 \end_layout
20026
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \begin_layout Subsection
20033 Colocación de referencias
20034 \begin_inset CommandInset label
20035 LatexCommand label
20036 name "sub:Colocación-de-Referencias"
20037
20038 \end_inset
20039
20040
20041 \begin_inset Index
20042 status collapsed
20043
20044 \begin_layout Plain Layout
20045 Referencias ! Colocación
20046 \end_layout
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \begin_layout Standard
20054 Si usas 
20055 \series bold
20056 hyperref
20057 \series default
20058
20059 \begin_inset Index
20060 status collapsed
20061
20062 \begin_layout Plain Layout
20063 LaTeX-paquetes ! hyperref
20064 \end_layout
20065
20066 \end_inset
20067
20068  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20069  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20070  La leyenda será la primera parte del texto en pantalla, de forma que para
20071  ver la imagen debes deslizar.
20072  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20073  Usando el paquete 
20074 \series bold
20075 hypcap
20076 \series default
20077
20078 \begin_inset Index
20079 status collapsed
20080
20081 \begin_layout Plain Layout
20082 LaTeX-paquetes ! hypcap
20083 \end_layout
20084
20085 \end_inset
20086
20087 , que forma parte del paquete LaTeX 
20088 \series bold
20089 oberdiek
20090 \series default
20091
20092 \begin_inset Index
20093 status collapsed
20094
20095 \begin_layout Plain Layout
20096 LaTeX-paquetes ! oberdiek
20097 \end_layout
20098
20099 \end_inset
20100
20101 , el ancla de enlace se sitúa al comienzo de un flotante.
20102  Para usar esta característica para figuras flotantes carga 
20103 \series bold
20104 hypcap
20105 \series default
20106  en el preámbulo con
20107 \end_layout
20108
20109 \begin_layout Standard
20110
20111 \series bold
20112
20113 \backslash
20114 usepackage[figure]{hypcap}
20115 \end_layout
20116
20117 \begin_layout Standard
20118 Puedes usar 
20119 \series bold
20120 hypcap
20121 \series default
20122  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20123  Más información en el manual de 
20124 \series bold
20125 hypcap
20126 \series default
20127  
20128 \begin_inset CommandInset citation
20129 LatexCommand cite
20130 key "hypcap"
20131
20132 \end_inset
20133
20134 .
20135 \end_layout
20136
20137 \begin_layout Standard
20138 \begin_inset Note Greyedout
20139 status open
20140
20141 \begin_layout Plain Layout
20142
20143 \series bold
20144 Nota: hypcap
20145 \series default
20146  debe cargarse después de 
20147 \series bold
20148 hyperref
20149 \series default
20150  en el preámbulo
20151 \series bold
20152 .
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \begin_layout Standard
20161 \begin_inset Note Greyedout
20162 status open
20163
20164 \begin_layout Plain Layout
20165
20166 \series bold
20167 Nota:
20168 \series default
20169  La colocación de referencias no afecta a las referencias a subfiguras.
20170 \end_layout
20171
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \begin_layout Section
20178 Colocación de flotantes
20179 \begin_inset CommandInset label
20180 LatexCommand label
20181 name "sec:Colocación-de-Flotantes"
20182
20183 \end_inset
20184
20185
20186 \begin_inset Index
20187 status collapsed
20188
20189 \begin_layout Plain Layout
20190 Flotantes ! Colocación
20191 \end_layout
20192
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \begin_layout Standard
20199 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20200  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20201  los flotantes.
20202 \begin_inset Newline newline
20203 \end_inset
20204
20205 La opción 
20206 \family sans
20207 Extender
20208 \begin_inset space ~
20209 \end_inset
20210
20211 columnas
20212 \family default
20213  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20214  abarcará ambas columnas en lugar de una sola.
20215 \begin_inset Newline newline
20216 \end_inset
20217
20218 La opción 
20219 \family sans
20220 Girar
20221 \begin_inset space ~
20222 \end_inset
20223
20224 a
20225 \begin_inset space ~
20226 \end_inset
20227
20228 un
20229 \begin_inset space ~
20230 \end_inset
20231
20232 lado
20233 \family default
20234  sirve para girar flotantes, véase sección
20235 \begin_inset space ~
20236 \end_inset
20237
20238
20239 \begin_inset CommandInset ref
20240 LatexCommand ref
20241 reference "sec:Rotación-de-Flotantes"
20242
20243 \end_inset
20244
20245 .
20246  
20247 \end_layout
20248
20249 \begin_layout Standard
20250 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20251  la posición de un flotante si desmarcas la opción 
20252 \family sans
20253 Usar
20254 \begin_inset space ~
20255 \end_inset
20256
20257 ubicación
20258 \begin_inset space ~
20259 \end_inset
20260
20261 predeterminada
20262 \family default
20263 :
20264 \end_layout
20265
20266 \begin_layout Description
20267
20268 \family sans
20269 \series bold
20270 Aquí
20271 \begin_inset space ~
20272 \end_inset
20273
20274 si
20275 \begin_inset space ~
20276 \end_inset
20277
20278 es
20279 \begin_inset space ~
20280 \end_inset
20281
20282 posible
20283 \family default
20284 \series default
20285  intenta situar el flotante en la posición en la que se inserta
20286 \end_layout
20287
20288 \begin_layout Description
20289
20290 \family sans
20291 \series bold
20292 Principio
20293 \begin_inset space ~
20294 \end_inset
20295
20296 de
20297 \begin_inset space ~
20298 \end_inset
20299
20300 página
20301 \family default
20302 \series default
20303  intenta situar el flotante al principio de la página actual
20304 \end_layout
20305
20306 \begin_layout Description
20307
20308 \family sans
20309 \series bold
20310 Fin
20311 \begin_inset space ~
20312 \end_inset
20313
20314 de
20315 \begin_inset space ~
20316 \end_inset
20317
20318 página
20319 \family default
20320 \series default
20321  intenta situar el flotante al final de la página actual
20322 \end_layout
20323
20324 \begin_layout Description
20325
20326 \family sans
20327 \series bold
20328 Página
20329 \begin_inset space ~
20330 \end_inset
20331
20332 de
20333 \begin_inset space ~
20334 \end_inset
20335
20336 flotantes
20337 \family default
20338 \series default
20339  intenta situar el flotante en una página propia 
20340 \end_layout
20341
20342 \begin_layout Standard
20343 LaTeX usa 
20344 \emph on
20345 siempre
20346 \emph default
20347  ese orden de opciones.
20348  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20349  lugar 
20350 \family sans
20351 Aquí
20352 \begin_inset space ~
20353 \end_inset
20354
20355 si
20356 \begin_inset space ~
20357 \end_inset
20358
20359 es
20360 \begin_inset space ~
20361 \end_inset
20362
20363 posible
20364 \family default
20365 , luego 
20366 \family sans
20367 Principio
20368 \begin_inset space ~
20369 \end_inset
20370
20371 de
20372 \begin_inset space ~
20373 \end_inset
20374
20375 página
20376 \family default
20377 , y después las otras.
20378  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20379  pero en dicho orden.
20380  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20381  pero intenta poner el flotante en la página siguiente.
20382 \end_layout
20383
20384 \begin_layout Standard
20385 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20386 \end_layout
20387
20388 \begin_layout Labeling
20389 \labelwidthstring 00.00.0000
20390
20391 \family sans
20392 Principio
20393 \begin_inset space ~
20394 \end_inset
20395
20396 de
20397 \begin_inset space ~
20398 \end_inset
20399
20400 página:
20401 \family default
20402  sólo si el flotante ocupa menos del 70
20403 \begin_inset space \thinspace{}
20404 \end_inset
20405
20406 % de la página puede ubicarse al principio de página (
20407 \series bold
20408
20409 \backslash
20410 topfraction
20411 \series default
20412 )
20413 \end_layout
20414
20415 \begin_layout Labeling
20416 \labelwidthstring 00.00.0000
20417
20418 \family sans
20419 Fin
20420 \begin_inset space ~
20421 \end_inset
20422
20423 de
20424 \begin_inset space ~
20425 \end_inset
20426
20427 página:
20428 \family default
20429  sólo si el flotante ocupa menos del 30
20430 \begin_inset space \thinspace{}
20431 \end_inset
20432
20433 % de la página puede ubicarse al fin de página.
20434  (
20435 \series bold
20436
20437 \backslash
20438 bottomfraction
20439 \series default
20440 )
20441 \end_layout
20442
20443 \begin_layout Labeling
20444 \labelwidthstring 00.00.0000
20445
20446 \family sans
20447 Página
20448 \begin_inset space ~
20449 \end_inset
20450
20451 de
20452 \begin_inset space ~
20453 \end_inset
20454
20455 flotantes:
20456 \family default
20457  sólo si más del 50
20458 \begin_inset space \thinspace{}
20459 \end_inset
20460
20461 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20462  página.
20463  (
20464 \series bold
20465
20466 \backslash
20467 floatpagefraction
20468 \series default
20469 )
20470 \end_layout
20471
20472 \begin_layout Standard
20473 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20474  
20475 \family sans
20476 Ignorar
20477 \begin_inset space ~
20478 \end_inset
20479
20480 reglas
20481 \begin_inset space ~
20482 \end_inset
20483
20484 de
20485 \begin_inset space ~
20486 \end_inset
20487
20488 LaTeX
20489 \family default
20490 .
20491 \begin_inset Newline newline
20492 \end_inset
20493
20494 También puedes redefinir las reglas con los comandos LaTeX que van entre
20495  paréntesis tras la descripción de las reglas anteriores.
20496  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20497  la regla 
20498 \family sans
20499 Fin
20500 \family default
20501
20502 \begin_inset space ~
20503 \end_inset
20504
20505
20506 \family sans
20507 de
20508 \family default
20509
20510 \begin_inset space ~
20511 \end_inset
20512
20513
20514 \family sans
20515 página
20516 \family default
20517  al 50
20518 \begin_inset space \thinspace{}
20519 \end_inset
20520
20521 %, añade esta línea en el preámbulo:
20522 \end_layout
20523
20524 \begin_layout Standard
20525
20526 \series bold
20527
20528 \backslash
20529 renewcommand{
20530 \backslash
20531 bottomfraction}{0.5}
20532 \end_layout
20533
20534 \begin_layout Standard
20535 En determinados casos podrías necesitar ubicar un flotante exactamente en
20536  la posición en la que se inserta.
20537  Para esto puedes usar la opción 
20538 \family sans
20539 Aquí
20540 \begin_inset space ~
20541 \end_inset
20542
20543 definitivamente
20544 \family default
20545 .
20546  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20547  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20548  se podría estropear el diseño de la página.
20549 \end_layout
20550
20551 \begin_layout Standard
20552 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20553  rodeados por texto de un párrafo determinado.
20554 \begin_inset VSpace bigskip
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \begin_layout Standard
20561 A veces surge el problema de que un flotante se sitúa al principio de la
20562  página mientras que su sección correspondiente empieza en mitad de la página,
20563  así que el lector podría creer que el flotante forma parte de la sección
20564  anterior.
20565  Para evitarlo puede emplearse el comando LaTeX 
20566 \series bold
20567
20568 \backslash
20569 suppressfloats
20570 \series default
20571 , que suprime la ubicación de un flotante dado en la página donde se inserta
20572  y además puede servir para evitar que el flotante se coloque antes del
20573  inicio de sección.
20574  Para ello, añade estos comandos al preámbulo:
20575 \end_layout
20576
20577 \begin_layout Standard
20578
20579 \series bold
20580
20581 \backslash
20582 let
20583 \backslash
20584 mySection
20585 \backslash
20586 section
20587 \begin_inset Newline newline
20588 \end_inset
20589
20590
20591 \backslash
20592 renewcommand{
20593 \backslash
20594 section}{
20595 \backslash
20596 suppressfloats[t]
20597 \backslash
20598 mySection}
20599 \end_layout
20600
20601 \begin_layout Standard
20602 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20603  subsecciones.
20604  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20605  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20606 \end_layout
20607
20608 \begin_layout Standard
20609 \begin_inset VSpace bigskip
20610 \end_inset
20611
20612 En ciertos casos se quieren tener todas las figuras/tablas al final del
20613  documento.
20614  Para estos casos está el paquete LaTeX 
20615 \series bold
20616 endfloat
20617 \series default
20618
20619 \begin_inset Index
20620 status collapsed
20621
20622 \begin_layout Plain Layout
20623 LaTeX-paquetes ! endfloat
20624 \end_layout
20625
20626 \end_inset
20627
20628 .
20629  Pone todas las figuras y tablas flotantes al final del documento en secciones
20630  propias.
20631  En la posición original del flotante se inserta una indicación como «
20632 \family sans
20633 [Figure
20634 \begin_inset space ~
20635 \end_inset
20636
20637 3.2 about here.]
20638 \family default
20639 ».
20640  El paquete 
20641 \series bold
20642 endfloat
20643 \series default
20644  se carga en el preámbulo con la línea
20645 \end_layout
20646
20647 \begin_layout Standard
20648
20649 \series bold
20650
20651 \backslash
20652 usepackage[options]{endfloat}
20653 \end_layout
20654
20655 \begin_layout Standard
20656 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20657  Para más información véase la documentación de 
20658 \begin_inset CommandInset citation
20659 LatexCommand cite
20660 key "endfloat"
20661
20662 \end_inset
20663
20664 .
20665 \begin_inset Newline newline
20666 \end_inset
20667
20668
20669 \begin_inset Note Greyedout
20670 status open
20671
20672 \begin_layout Plain Layout
20673
20674 \series bold
20675 Nota: endfloat
20676 \series default
20677  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20678  véase sección
20679 \begin_inset space ~
20680 \end_inset
20681
20682 4 en 
20683 \begin_inset CommandInset citation
20684 LatexCommand cite
20685 key "endfloat"
20686
20687 \end_inset
20688
20689 .
20690 \end_layout
20691
20692 \end_inset
20693
20694
20695 \begin_inset Newline newline
20696 \end_inset
20697
20698
20699 \begin_inset Note Greyedout
20700 status open
20701
20702 \begin_layout Plain Layout
20703
20704 \series bold
20705 Nota:
20706 \series default
20707  Actualmente hay un error en 
20708 \series bold
20709 endfloat
20710 \series default
20711  cuando la leyenda contiene el carácter alemán «ß».
20712  Usa en ese caso el comando «
20713 \series bold
20714
20715 \backslash
20716 ss
20717 \series default
20718 » en código TeX en vez de «ß».
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 \begin_inset VSpace bigskip
20728 \end_inset
20729
20730 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20731 \begin_inset CommandInset citation
20732 LatexCommand cite
20733 key "latexcompanion,latexguide,latexbook"
20734
20735 \end_inset
20736
20737 .
20738 \end_layout
20739
20740 \begin_layout Section
20741 Rotación de flotantes
20742 \begin_inset CommandInset label
20743 LatexCommand label
20744 name "sec:Rotación-de-Flotantes"
20745
20746 \end_inset
20747
20748
20749 \begin_inset Index
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753 Flotantes ! Rotación
20754 \end_layout
20755
20756 \end_inset
20757
20758
20759 \end_layout
20760
20761 \begin_layout Standard
20762 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20763  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20764  la opción 
20765 \family sans
20766 Girar
20767 \begin_inset space ~
20768 \end_inset
20769
20770 a
20771 \begin_inset space ~
20772 \end_inset
20773
20774 un
20775 \begin_inset space ~
20776 \end_inset
20777
20778 lado
20779 \family default
20780 .
20781 \end_layout
20782
20783 \begin_layout Standard
20784 Los flotantes girados son puestos siempre en su propia página (o columna
20785  si el documento es de dos columnas).
20786  Se les puede permitir abarcar varias columnas con la opción de configuración
20787  
20788 \family sans
20789 Extender
20790 \begin_inset space ~
20791 \end_inset
20792
20793 columnas
20794 \family default
20795 .
20796  Se rotan de forma que puedes leerlos desde el margen externo.
20797  Para forzar determinada dirección de rotación para todas las páginas, puedes
20798  añadir una de las opciones 
20799 \series bold
20800 figuresleft
20801 \series default
20802  o 
20803 \series bold
20804 figuresright
20805 \series default
20806  a las opciones de clase del documento.
20807 \end_layout
20808
20809 \begin_layout Standard
20810 Los flotantes girados se refieren igual que los normales, y el formato de
20811  la leyenda también es el mismo: un ejemplo es la tabla
20812 \begin_inset space ~
20813 \end_inset
20814
20815
20816 \begin_inset CommandInset ref
20817 LatexCommand ref
20818 reference "tab:Tabla-girada"
20819
20820 \end_inset
20821
20822 .
20823 \end_layout
20824
20825 \begin_layout Standard
20826 \begin_inset Note Greyedout
20827 status open
20828
20829 \begin_layout Plain Layout
20830
20831 \series bold
20832 Nota:
20833 \series default
20834  No todos los visores DVI pueden mostrar tablas giradas.
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Standard
20843 \begin_inset Float table
20844 wide false
20845 sideways true
20846 status open
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Caption
20850
20851 \begin_layout Plain Layout
20852 \begin_inset CommandInset label
20853 LatexCommand label
20854 name "tab:Tabla-girada"
20855
20856 \end_inset
20857
20858 Tabla girada
20859 \end_layout
20860
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \begin_layout Plain Layout
20867 \align center
20868 \begin_inset Tabular
20869 <lyxtabular version="3" rows="1" columns="5">
20870 <features>
20871 <column alignment="center" valignment="top" width="0">
20872 <column alignment="center" valignment="top" width="0">
20873 <column alignment="center" valignment="top" width="0">
20874 <column alignment="center" valignment="top" width="0">
20875 <column alignment="center" valignment="top" width="0">
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 test
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 b
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 c
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 d
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 e
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 </lyxtabular>
20924
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \begin_layout Section
20936 Flotantes adosados
20937 \begin_inset Index
20938 status collapsed
20939
20940 \begin_layout Plain Layout
20941 Flotantes ! Adosados
20942 \end_layout
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Standard
20950 Para colocar flotantes unos junto a otros, como en la figura
20951 \begin_inset space ~
20952 \end_inset
20953
20954
20955 \begin_inset CommandInset ref
20956 LatexCommand ref
20957 reference "fig:Flotante-izquierda"
20958
20959 \end_inset
20960
20961  y 
20962 \begin_inset CommandInset ref
20963 LatexCommand ref
20964 reference "fig:Flotante-derecha"
20965
20966 \end_inset
20967
20968 , se pone 
20969 \emph on
20970 un
20971 \emph default
20972  solo flotante.
20973  En él se insertan dos cuadros tipo minipágina.
20974 \begin_inset Foot
20975 status open
20976
20977 \begin_layout Plain Layout
20978 Las minipáginas se explican en la sección
20979 \begin_inset space ~
20980 \end_inset
20981
20982
20983 \begin_inset CommandInset ref
20984 LatexCommand ref
20985 reference "sec:Minipáginas"
20986
20987 \end_inset
20988
20989 .
20990 \end_layout
20991
20992 \end_inset
20993
20994  La anchura de la columna se establece en 45-50
20995 \begin_inset space \thinspace{}
20996 \end_inset
20997
20998 % y la alineación en 
20999 \family sans
21000 Inferior
21001 \family default
21002  para cada minipágina.
21003  Las minipáginas contienen la imagen y su título, de igual forma que en
21004  los flotantes.
21005  La única diferencia es que el 
21006 \family sans
21007 Ancho
21008 \begin_inset space ~
21009 \end_inset
21010
21011 de
21012 \begin_inset space ~
21013 \end_inset
21014
21015 columna
21016 \begin_inset space ~
21017 \end_inset
21018
21019 %
21020 \family default
21021  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21022 \end_layout
21023
21024 \begin_layout Standard
21025 \begin_inset Float figure
21026 placement h
21027 wide false
21028 sideways false
21029 status open
21030
21031 \begin_layout Plain Layout
21032 \begin_inset Box Frameless
21033 position "b"
21034 hor_pos "c"
21035 has_inner_box 1
21036 inner_pos "t"
21037 use_parbox 0
21038 width "45col%"
21039 special "none"
21040 height "1in"
21041 height_special "totalheight"
21042 status open
21043
21044 \begin_layout Plain Layout
21045 \align center
21046 \begin_inset Graphics
21047         filename ../clipart/mobius.eps
21048         lyxscale 50
21049         width 100col%
21050         scaleBeforeRotation
21051
21052 \end_inset
21053
21054
21055 \end_layout
21056
21057 \begin_layout Plain Layout
21058 \begin_inset Caption
21059
21060 \begin_layout Plain Layout
21061 \begin_inset CommandInset label
21062 LatexCommand label
21063 name "fig:Flotante-izquierda"
21064
21065 \end_inset
21066
21067 Flotante en el lado izquierdo.
21068 \end_layout
21069
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \end_inset
21076
21077
21078 \begin_inset space \hfill{}
21079 \end_inset
21080
21081
21082 \begin_inset Box Frameless
21083 position "b"
21084 hor_pos "c"
21085 has_inner_box 1
21086 inner_pos "t"
21087 use_parbox 0
21088 width "45col%"
21089 special "none"
21090 height "1in"
21091 height_special "totalheight"
21092 status open
21093
21094 \begin_layout Plain Layout
21095 \align center
21096 \begin_inset Graphics
21097         filename ../clipart/platypus.eps
21098         lyxscale 50
21099         width 100col%
21100         scaleBeforeRotation
21101
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \begin_layout Plain Layout
21108 \begin_inset Caption
21109
21110 \begin_layout Plain Layout
21111 \begin_inset CommandInset label
21112 LatexCommand label
21113 name "fig:Flotante-derecha"
21114
21115 \end_inset
21116
21117 Flotante en el lado derecho.
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \begin_layout Section
21136 Formato de las leyendas
21137 \begin_inset Index
21138 status collapsed
21139
21140 \begin_layout Plain Layout
21141 Leyendas ! Formato
21142 \end_layout
21143
21144 \end_inset
21145
21146
21147 \begin_inset Index
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151 Flotantes ! Formato de las leyendas
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \begin_inset Index
21158 status collapsed
21159
21160 \begin_layout Plain Layout
21161 LaTeX-paquetes ! caption
21162 \end_layout
21163
21164 \end_inset
21165
21166
21167 \begin_inset CommandInset label
21168 LatexCommand label
21169 name "sec:Formato-de-leyendas"
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Standard
21177 El entorno 
21178 \family sans
21179 Leyenda
21180 \family default
21181  es el predeterminado para los 
21182 \family sans
21183 Flotantes
21184 \family default
21185 .
21186  En LyX las leyendas se muestran como etiqueta, p.
21187 \begin_inset space \thinspace{}
21188 \end_inset
21189
21190 e.
21191 \begin_inset space ~
21192 \end_inset
21193
21194 «
21195 \family sans
21196 Figura #
21197 \family default
21198 :» seguida por el texto.
21199  «#» es el número real de referencia.
21200  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21201  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21202  del texto.
21203  El entorno leyenda no es apropiado para todos los tipos de documento.
21204  
21205 \end_layout
21206
21207 \begin_layout Standard
21208 Para cambiar el formato predeterminado carga el paquete LaTeX 
21209 \series bold
21210 caption
21211 \series default
21212
21213 \begin_inset Index
21214 status collapsed
21215
21216 \begin_layout Plain Layout
21217 LaTeX-paquetes ! caption
21218 \end_layout
21219
21220 \end_inset
21221
21222  en el preámbulo del documento con la línea:
21223 \end_layout
21224
21225 \begin_layout Standard
21226
21227 \series bold
21228
21229 \backslash
21230 usepackage[definición de formato]{caption}
21231 \end_layout
21232
21233 \begin_layout Standard
21234 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21235  las leyendas de tabla siempre sobre ella como en este documento, usa el
21236  comando:
21237 \end_layout
21238
21239 \begin_layout Standard
21240
21241 \series bold
21242
21243 \backslash
21244 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21245 \end_layout
21246
21247 \begin_layout Standard
21248 También puedes definir distintos formatos de leyenda para los distintos
21249  tipos de flotantes.
21250  En ese caso carga el paquete 
21251 \series bold
21252 caption
21253 \series default
21254  sin opciones específicas y define los distintos formatos con ayuda del
21255  comando
21256 \end_layout
21257
21258 \begin_layout Standard
21259
21260 \series bold
21261
21262 \backslash
21263 captionsetup[tipo de flotante]{definición de formato}
21264 \end_layout
21265
21266 \begin_layout Standard
21267 en el preámbulo del documento.
21268  Por ejemplo las leyendas de la Figura
21269 \begin_inset space ~
21270 \end_inset
21271
21272
21273 \begin_inset CommandInset ref
21274 LatexCommand ref
21275 reference "fig:Esto-es-una-fig"
21276
21277 \end_inset
21278
21279  y la tabla
21280 \begin_inset space ~
21281 \end_inset
21282
21283
21284 \begin_inset CommandInset ref
21285 LatexCommand ref
21286 reference "tab:Esto-es-una-tab"
21287
21288 \end_inset
21289
21290  pueden crearse usando los siguientes comandos en el preámbulo:
21291 \end_layout
21292
21293 \begin_layout Standard
21294
21295 \series bold
21296
21297 \backslash
21298 usepackage[tableposition=top]{caption}
21299 \series default
21300
21301 \begin_inset Newline newline
21302 \end_inset
21303
21304
21305 \series bold
21306
21307 \backslash
21308 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21309 \begin_inset Newline newline
21310 \end_inset
21311
21312
21313 \begin_inset ERT
21314 status collapsed
21315
21316 \begin_layout Plain Layout
21317
21318
21319 \backslash
21320 hphantom{
21321 \backslash
21322
21323 \backslash
21324 captionsetup[figure]
21325 \backslash
21326 {}
21327 \end_layout
21328
21329 \end_inset
21330
21331  labelsep=period}
21332 \begin_inset Newline newline
21333 \end_inset
21334
21335
21336 \backslash
21337 captionsetup[table]{labelfont={bf,sf}}
21338 \end_layout
21339
21340 \begin_layout Standard
21341 \begin_inset Note Greyedout
21342 status open
21343
21344 \begin_layout Plain Layout
21345
21346 \series bold
21347 Nota: 
21348 \series default
21349 La opción 
21350 \series bold
21351 tableposition=top
21352 \series default
21353  no tiene efecto si se usa una clase de documento 
21354 \series bold
21355 koma-script
21356 \series default
21357 .
21358  En este caso debe utilizarse la opción de clase de documento 
21359 \series bold
21360 tablecaptionabove
21361 \series default
21362 .
21363  
21364 \end_layout
21365
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \begin_layout Standard
21372 Para más información sobre el paquete 
21373 \series bold
21374 caption
21375 \series default
21376  acude a su documentación 
21377 \begin_inset CommandInset citation
21378 LatexCommand cite
21379 key "caption"
21380
21381 \end_inset
21382
21383 .
21384 \end_layout
21385
21386 \begin_layout Standard
21387 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21388 \begin_inset space \thinspace{}
21389 \end_inset
21390
21391 e., usa el siguiente comando de preámbulo:
21392 \end_layout
21393
21394 \begin_layout Standard
21395
21396 \series bold
21397
21398 \backslash
21399 renewcommand{
21400 \backslash
21401 fnum@figure}{Imagen~
21402 \backslash
21403 thefigure}
21404 \end_layout
21405
21406 \begin_layout Standard
21407 donde 
21408 \series bold
21409
21410 \backslash
21411 thefigure
21412 \series default
21413  inserta el número de figura y «~» genera un espacio protegido.
21414
21415 \series bold
21416  
21417 \end_layout
21418
21419 \begin_layout Standard
21420 \begin_inset VSpace bigskip
21421 \end_inset
21422
21423 Si estás usando la clase de documento 
21424 \series bold
21425 koma-script
21426 \series default
21427
21428 \begin_inset Index
21429 status collapsed
21430
21431 \begin_layout Plain Layout
21432 LaTeX-paquetes ! koma-script
21433 \end_layout
21434
21435 \end_inset
21436
21437  (
21438 \family sans
21439 article (koma-script)
21440 \family default
21441
21442 \family sans
21443 book (koma-script)
21444 \family default
21445
21446 \family sans
21447 letter (koma-script)
21448 \family default
21449 , o 
21450 \family sans
21451 report (koma-script)
21452 \family default
21453
21454 \begin_inset space \thinspace{}
21455 \end_inset
21456
21457 ), puedes emplear en vez del paquete 
21458 \series bold
21459 caption
21460 \series default
21461  el comando 
21462 \series bold
21463
21464 \backslash
21465 setkomafont
21466 \series default
21467  incluido en 
21468 \series bold
21469 koma-script
21470 \series default
21471 .
21472  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21473  comando en el preámbulo del documento:
21474 \end_layout
21475
21476 \begin_layout Standard
21477
21478 \series bold
21479
21480 \backslash
21481 setkomafont{captionlabel}{
21482 \backslash
21483 bfseries}
21484 \end_layout
21485
21486 \begin_layout Standard
21487 Más información sobre 
21488 \series bold
21489
21490 \backslash
21491 setkomafont
21492 \series default
21493  en la documentación de 
21494 \series bold
21495 koma-script
21496 \series default
21497  
21498 \begin_inset CommandInset citation
21499 LatexCommand cite
21500 key "koma-script"
21501
21502 \end_inset
21503
21504 .
21505 \end_layout
21506
21507 \begin_layout Standard
21508 \begin_inset ERT
21509 status open
21510
21511 \begin_layout Plain Layout
21512
21513
21514 \backslash
21515 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21516 }
21517 \end_layout
21518
21519 \end_inset
21520
21521
21522 \begin_inset Note Note
21523 status open
21524
21525 \begin_layout Plain Layout
21526 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21527 \end_layout
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \begin_layout Standard
21535 \begin_inset Float figure
21536 placement !p
21537 wide false
21538 sideways false
21539 status open
21540
21541 \begin_layout Plain Layout
21542 \align center
21543 \begin_inset Graphics
21544         filename ../clipart/mobius.eps
21545         lyxscale 50
21546         scale 50
21547
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Caption
21555
21556 \begin_layout Plain Layout
21557 \begin_inset CommandInset label
21558 LatexCommand label
21559 name "fig:Esto-es-una-fig"
21560
21561 \end_inset
21562
21563
21564 \begin_inset OptArg
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568 Figura con leyenda muy larga
21569 \end_layout
21570
21571 \end_inset
21572
21573 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21574  mostrar el formato diferente.
21575  Aquí se usa una leyenda personalizada.
21576 \end_layout
21577
21578 \end_inset
21579
21580
21581 \end_layout
21582
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \begin_layout Standard
21589 \begin_inset ERT
21590 status open
21591
21592 \begin_layout Plain Layout
21593
21594
21595 \backslash
21596 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21597 on}
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \begin_layout Standard
21606 \begin_inset Float table
21607 placement !p
21608 wide false
21609 sideways false
21610 status collapsed
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Caption
21614
21615 \begin_layout Plain Layout
21616 \begin_inset CommandInset label
21617 LatexCommand label
21618 name "tab:Esto-es-una-tab"
21619
21620 \end_inset
21621
21622
21623 \begin_inset OptArg
21624 status collapsed
21625
21626 \begin_layout Plain Layout
21627 Tabla con leyenda muy larga
21628 \end_layout
21629
21630 \end_inset
21631
21632 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21633  el formato diferente.
21634  Aquí se usa el formato de leyenda estándar para las tablas.
21635 \end_layout
21636
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \begin_layout Plain Layout
21643 \align center
21644 \begin_inset Tabular
21645 <lyxtabular version="3" rows="1" columns="5">
21646 <features>
21647 <column alignment="center" valignment="top" width="0">
21648 <column alignment="center" valignment="top" width="0">
21649 <column alignment="center" valignment="top" width="0">
21650 <column alignment="center" valignment="top" width="0">
21651 <column alignment="center" valignment="top" width="0">
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 a
21658 \end_layout
21659
21660 \end_inset
21661 </cell>
21662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21663 \begin_inset Text
21664
21665 \begin_layout Plain Layout
21666 b
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675 c
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 d
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 e
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 </lyxtabular>
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \begin_layout Section
21712 Colocación de leyendas
21713 \begin_inset Index
21714 status collapsed
21715
21716 \begin_layout Plain Layout
21717 Leyendas ! Colocación
21718 \end_layout
21719
21720 \end_inset
21721
21722
21723 \begin_inset Index
21724 status collapsed
21725
21726 \begin_layout Plain Layout
21727 Flotantes ! Colocación de leyendas
21728 \end_layout
21729
21730 \end_inset
21731
21732
21733 \begin_inset CommandInset label
21734 LatexCommand label
21735 name "sec:Colocación-de-leyendas"
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \begin_layout Standard
21743 La norma habitual para colocar las leyendas es:
21744 \end_layout
21745
21746 \begin_layout Description
21747 Figura: La leyenda al pie de la figura
21748 \end_layout
21749
21750 \begin_layout Description
21751 Tabla: La leyenda sobre la tabla
21752 \end_layout
21753
21754 \begin_layout Standard
21755 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21756  la tabla.
21757  Esto implica que si usas las clases de documento 
21758 \family sans
21759 article
21760 \family default
21761
21762 \family sans
21763 book
21764 \family default
21765
21766 \family sans
21767 letter
21768 \family default
21769 , o 
21770 \family sans
21771 report
21772 \family default
21773  no habrá espacio entre la leyenda y la tabla.
21774  Para insertar el espacio adecuado añade la siguiente opción al comando
21775  del paquete LaTeX 
21776 \series bold
21777 caption
21778 \series default
21779  en el preámbulo del documento:
21780 \begin_inset Foot
21781 status collapsed
21782
21783 \begin_layout Plain Layout
21784 Véase la sección
21785 \begin_inset space ~
21786 \end_inset
21787
21788
21789 \begin_inset CommandInset ref
21790 LatexCommand ref
21791 reference "sec:Formato-de-leyendas"
21792
21793 \end_inset
21794
21795  para más información sobre el paquete 
21796 \series bold
21797 caption
21798 \series default
21799 .
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \begin_layout Standard
21808
21809 \series bold
21810 tableposition=top
21811 \end_layout
21812
21813 \begin_layout Standard
21814 Si estás usando la clase 
21815 \series bold
21816 koma-script
21817 \series default
21818
21819 \begin_inset Index
21820 status collapsed
21821
21822 \begin_layout Plain Layout
21823 LaTeX-paquetes ! koma-script
21824 \end_layout
21825
21826 \end_inset
21827
21828  (
21829 \family sans
21830 article (koma-script)
21831 \family default
21832
21833 \family sans
21834 book (koma-script)
21835 \family default
21836
21837 \family sans
21838 letter (koma-script)
21839 \family default
21840 , o 
21841 \family sans
21842 report (koma-script)
21843 \family default
21844
21845 \begin_inset space \thinspace{}
21846 \end_inset
21847
21848 ), en vez de 
21849 \series bold
21850 caption
21851 \series default
21852  puedes poner la opción 
21853 \series bold
21854 tablecaptionabove
21855 \series default
21856  de la clase de documento.
21857 \end_layout
21858
21859 \begin_layout Standard
21860 \begin_inset VSpace bigskip
21861 \end_inset
21862
21863 También es posible poner la leyenda junto a una figura o tabla.
21864  Para conseguirlo hay que cargar el paquete LaTeX 
21865 \series bold
21866 sidecap
21867 \series default
21868
21869 \begin_inset Index
21870 status collapsed
21871
21872 \begin_layout Plain Layout
21873 LaTeX-paquetes ! sidecap
21874 \end_layout
21875
21876 \end_inset
21877
21878  añadiendo en el preámbulo del documento la línea
21879 \end_layout
21880
21881 \begin_layout Standard
21882
21883 \series bold
21884
21885 \backslash
21886 usepackage[option]{sidecap}
21887 \end_layout
21888
21889 \begin_layout Standard
21890 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21891  de la página ---a la derecha en páginas impares, a la izquierda en las
21892  pares---.
21893  Puedes cambiar la colocación al margen interno con la opción 
21894 \series bold
21895 innercaption
21896 \series default
21897 .
21898  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21899  opciones 
21900 \series bold
21901 rightcaption
21902 \series default
21903  o 
21904 \series bold
21905 leftcaption
21906 \series default
21907 , respectivamente.
21908 \end_layout
21909
21910 \begin_layout Standard
21911 \begin_inset ERT
21912 status collapsed
21913
21914 \begin_layout Plain Layout
21915
21916
21917 \backslash
21918 ifsidecap
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \begin_inset Note Note
21925 status open
21926
21927 \begin_layout Plain Layout
21928 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21929  LaTeX 
21930 \series bold
21931 sidecap
21932 \series default
21933 .
21934 \end_layout
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \begin_layout Standard
21942 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
21943  estos comandos al preámbulo del documento:
21944 \end_layout
21945
21946 \begin_layout Standard
21947
21948 \lyxline
21949
21950 \end_layout
21951
21952 \begin_layout Standard
21953
21954 \series bold
21955
21956 \backslash
21957 newcommand{
21958 \backslash
21959 TabBesBeg}{%
21960 \begin_inset Newline newline
21961 \end_inset
21962
21963
21964 \begin_inset ERT
21965 status collapsed
21966
21967 \begin_layout Plain Layout
21968
21969
21970 \backslash
21971 hphantom{ }
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \backslash
21978 let
21979 \backslash
21980 MyTable
21981 \backslash
21982 table
21983 \begin_inset Newline newline
21984 \end_inset
21985
21986
21987 \begin_inset ERT
21988 status collapsed
21989
21990 \begin_layout Plain Layout
21991
21992
21993 \backslash
21994 hphantom{ }
21995 \end_layout
21996
21997 \end_inset
21998
21999
22000 \backslash
22001 let
22002 \backslash
22003 MyEndtable
22004 \backslash
22005 endtable
22006 \begin_inset Newline newline
22007 \end_inset
22008
22009
22010 \begin_inset ERT
22011 status collapsed
22012
22013 \begin_layout Plain Layout
22014
22015
22016 \backslash
22017 hphantom{ }
22018 \end_layout
22019
22020 \end_inset
22021
22022
22023 \backslash
22024 renewenvironment{table}{
22025 \backslash
22026 begin{SCtable}}{
22027 \backslash
22028 end{SCtable}}}
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 newcommand{
22037 \backslash
22038 TabBesEnd}{%
22039 \begin_inset Newline newline
22040 \end_inset
22041
22042
22043 \begin_inset ERT
22044 status collapsed
22045
22046 \begin_layout Plain Layout
22047
22048
22049 \backslash
22050 hphantom{ }
22051 \end_layout
22052
22053 \end_inset
22054
22055
22056 \backslash
22057 let
22058 \backslash
22059 table
22060 \backslash
22061 MyTable
22062 \begin_inset Newline newline
22063 \end_inset
22064
22065
22066 \begin_inset ERT
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070
22071
22072 \backslash
22073 hphantom{ }
22074 \end_layout
22075
22076 \end_inset
22077
22078
22079 \backslash
22080 let
22081 \backslash
22082 endtable
22083 \backslash
22084 MyEndtable
22085 \end_layout
22086
22087 \begin_layout Standard
22088
22089 \series bold
22090
22091 \backslash
22092 newcommand{
22093 \backslash
22094 FigBesBeg}{%
22095 \begin_inset Newline newline
22096 \end_inset
22097
22098
22099 \begin_inset ERT
22100 status collapsed
22101
22102 \begin_layout Plain Layout
22103
22104
22105 \backslash
22106 hphantom{ }
22107 \end_layout
22108
22109 \end_inset
22110
22111
22112 \backslash
22113 let
22114 \backslash
22115 MyFigure
22116 \backslash
22117 figure
22118 \begin_inset Newline newline
22119 \end_inset
22120
22121
22122 \begin_inset ERT
22123 status collapsed
22124
22125 \begin_layout Plain Layout
22126
22127
22128 \backslash
22129 hphantom{ }
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \backslash
22136 let
22137 \backslash
22138 MyEndfigure
22139 \backslash
22140 endfigure
22141 \begin_inset Newline newline
22142 \end_inset
22143
22144
22145 \begin_inset ERT
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149
22150
22151 \backslash
22152 hphantom{ }
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \backslash
22159 renewenvironment{figure}{
22160 \backslash
22161 begin{SCfigure}}{
22162 \backslash
22163 end{SCfigure}}}
22164 \end_layout
22165
22166 \begin_layout Standard
22167
22168 \series bold
22169
22170 \backslash
22171 newcommand{
22172 \backslash
22173 FigBesEnd}{%
22174 \begin_inset Newline newline
22175 \end_inset
22176
22177
22178 \begin_inset ERT
22179 status collapsed
22180
22181 \begin_layout Plain Layout
22182
22183
22184 \backslash
22185 hphantom{ }
22186 \end_layout
22187
22188 \end_inset
22189
22190
22191 \backslash
22192 let
22193 \backslash
22194 figure
22195 \backslash
22196 MyFigure
22197 \begin_inset Newline newline
22198 \end_inset
22199
22200
22201 \begin_inset ERT
22202 status collapsed
22203
22204 \begin_layout Plain Layout
22205
22206
22207 \backslash
22208 hphantom{ }
22209 \end_layout
22210
22211 \end_inset
22212
22213
22214 \backslash
22215 let
22216 \backslash
22217 endfigure
22218 \backslash
22219 MyEndfigure}
22220 \end_layout
22221
22222 \begin_layout Standard
22223
22224 \lyxline
22225
22226 \end_layout
22227
22228 \begin_layout Standard
22229 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22230  en un lado.
22231  Para figuras flotantes usa el comando
22232 \end_layout
22233
22234 \begin_layout Standard
22235
22236 \series bold
22237
22238 \backslash
22239 FigBesBeg
22240 \end_layout
22241
22242 \begin_layout Standard
22243 en código TeX antes del flotante.
22244  Detrás del flotante inserta
22245 \end_layout
22246
22247 \begin_layout Standard
22248
22249 \series bold
22250
22251 \backslash
22252 FigBesEnd
22253 \end_layout
22254
22255 \begin_layout Standard
22256 en código TeX para volver a la definición original de flotantes.
22257 \end_layout
22258
22259 \begin_layout Standard
22260 Para tablas flotantes usa los comandos correspondientes
22261 \end_layout
22262
22263 \begin_layout Standard
22264
22265 \series bold
22266
22267 \backslash
22268 TabBesBeg
22269 \series default
22270  y 
22271 \series bold
22272
22273 \backslash
22274 TabBesEnd
22275 \end_layout
22276
22277 \begin_layout Standard
22278 La figura
22279 \begin_inset space ~
22280 \end_inset
22281
22282
22283 \begin_inset CommandInset ref
22284 LatexCommand ref
22285 reference "fig:encab-al-lado"
22286
22287 \end_inset
22288
22289  y la tabla
22290 \begin_inset space ~
22291 \end_inset
22292
22293
22294 \begin_inset CommandInset ref
22295 LatexCommand ref
22296 reference "tab:encab-al-lado"
22297
22298 \end_inset
22299
22300  son ejemplos en los que el título se sitúa al lado.
22301 \end_layout
22302
22303 \begin_layout Standard
22304 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22305  en tablas flotantes y debajo en las figuras flotantes.
22306  Para cambiarlo, puedes usar el comando
22307 \end_layout
22308
22309 \begin_layout Standard
22310
22311 \series bold
22312
22313 \backslash
22314 sidecaptionvpos{tipo de flotante}{colocación}
22315 \end_layout
22316
22317 \begin_layout Standard
22318 en el preámbulo o en código TeX antes del flotante.
22319  El tipo de flotante es 
22320 \family sans
22321 figure
22322 \family default
22323  o 
22324 \family sans
22325 table
22326 \family default
22327 , la colocación puede ser «
22328 \family sans
22329 t
22330 \family default
22331 » por «top» (arriba), «
22332 \family sans
22333 c
22334 \family default
22335 » por «center» (centro), o «
22336 \family sans
22337 b
22338 \family default
22339 » por «bottom» (abajo).
22340  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22341  usa el comando
22342 \end_layout
22343
22344 \begin_layout Standard
22345
22346 \series bold
22347
22348 \backslash
22349 sidecaptionvpos{figure}{c}
22350 \end_layout
22351
22352 \begin_layout Standard
22353 Esto se ha hecho en la figura
22354 \begin_inset space ~
22355 \end_inset
22356
22357
22358 \begin_inset CommandInset ref
22359 LatexCommand ref
22360 reference "fig:encab-al-lado-de-fig"
22361
22362 \end_inset
22363
22364 .
22365 \end_layout
22366
22367 \begin_layout Standard
22368 \begin_inset VSpace medskip
22369 \end_inset
22370
22371 Más información sobre el paquete 
22372 \series bold
22373 sidecap
22374 \series default
22375  en su documentación 
22376 \begin_inset CommandInset citation
22377 LatexCommand cite
22378 key "sidecap"
22379
22380 \end_inset
22381
22382 .
22383 \end_layout
22384
22385 \begin_layout Standard
22386 \begin_inset Note Greyedout
22387 status open
22388
22389 \begin_layout Plain Layout
22390
22391 \series bold
22392 Nota:
22393 \series default
22394  El paquete LaTeX 
22395 \series bold
22396 hypcap
22397 \series default
22398
22399 \begin_inset Index
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403 LaTeX-paquetes ! hypcap
22404 \end_layout
22405
22406 \end_inset
22407
22408 , descrito en la sección
22409 \begin_inset space ~
22410 \end_inset
22411
22412
22413 \begin_inset CommandInset ref
22414 LatexCommand ref
22415 reference "sub:Colocación-de-Referencias"
22416
22417 \end_inset
22418
22419 , no afecta a flotantes con la leyenda al lado.
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Standard
22428 \begin_inset ERT
22429 status collapsed
22430
22431 \begin_layout Plain Layout
22432
22433
22434 \backslash
22435 FigBesBeg 
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Standard
22444 \begin_inset Float figure
22445 wide false
22446 sideways false
22447 status open
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Graphics
22451         filename ../clipart/escher-lsd.eps
22452         scale 75
22453
22454 \end_inset
22455
22456
22457 \end_layout
22458
22459 \begin_layout Plain Layout
22460 \begin_inset Caption
22461
22462 \begin_layout Plain Layout
22463 \begin_inset CommandInset label
22464 LatexCommand label
22465 name "fig:encab-al-lado"
22466
22467 \end_inset
22468
22469 Leyenda al lado de una figura.
22470 \end_layout
22471
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset ERT
22484 status collapsed
22485
22486 \begin_layout Plain Layout
22487
22488
22489 \backslash
22490 TabBesBeg 
22491 \end_layout
22492
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \begin_layout Standard
22499 \begin_inset Float table
22500 wide false
22501 sideways false
22502 status open
22503
22504 \begin_layout Plain Layout
22505 \begin_inset Caption
22506
22507 \begin_layout Plain Layout
22508 \begin_inset CommandInset label
22509 LatexCommand label
22510 name "tab:encab-al-lado"
22511
22512 \end_inset
22513
22514 Leyenda al lado de una tabla.
22515 \end_layout
22516
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \begin_layout Plain Layout
22523 \begin_inset Tabular
22524 <lyxtabular version="3" rows="4" columns="5">
22525 <features>
22526 <column alignment="center" valignment="top" width="0">
22527 <column alignment="center" valignment="top" width="0">
22528 <column alignment="center" valignment="top" width="0">
22529 <column alignment="center" valignment="top" width="0">
22530 <column alignment="center" valignment="top" width="0">
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 a
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 b
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22560 \begin_inset Text
22561
22562 \begin_layout Plain Layout
22563
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 c
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 <row>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 d
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610 e
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 f
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 g
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 h
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 </row>
22672 <row>
22673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 i
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22692 \begin_inset Text
22693
22694 \begin_layout Plain Layout
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 j
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 </row>
22719 </lyxtabular>
22720
22721 \end_inset
22722
22723
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \begin_layout Standard
22732 \begin_inset ERT
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736
22737
22738 \backslash
22739 TabBesEnd
22740 \end_layout
22741
22742 \end_inset
22743
22744
22745 \end_layout
22746
22747 \begin_layout Standard
22748 \begin_inset ERT
22749 status collapsed
22750
22751 \begin_layout Plain Layout
22752
22753
22754 \backslash
22755 sidecaptionvpos{figure}{c}
22756 \end_layout
22757
22758 \end_inset
22759
22760
22761 \begin_inset Float figure
22762 wide false
22763 sideways false
22764 status open
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Graphics
22768         filename ../clipart/escher-lsd.eps
22769         scale 75
22770
22771 \end_inset
22772
22773
22774 \end_layout
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Caption
22778
22779 \begin_layout Plain Layout
22780 \begin_inset CommandInset label
22781 LatexCommand label
22782 name "fig:encab-al-lado-de-fig"
22783
22784 \end_inset
22785
22786 Leyenda centrada verticalmente junto a una figura.
22787 \end_layout
22788
22789 \end_inset
22790
22791
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Standard
22800 \begin_inset ERT
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804
22805
22806 \backslash
22807 FigBesEnd
22808 \end_layout
22809
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \begin_layout Standard
22816 \begin_inset ERT
22817 status collapsed
22818
22819 \begin_layout Plain Layout
22820
22821
22822 \backslash
22823 else
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \begin_inset Note Note
22830 status open
22831
22832 \begin_layout Plain Layout
22833 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22834  
22835 \series bold
22836 sidecap
22837 \series default
22838 .
22839 \end_layout
22840
22841 \end_inset
22842
22843
22844 \end_layout
22845
22846 \begin_layout Standard
22847 Debes instalar el paquete LaTeX 
22848 \series bold
22849 sidecap
22850 \series default
22851  para ver la parte siguiente en la salida.
22852 \end_layout
22853
22854 \begin_layout Standard
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 fi
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \begin_layout Section
22871 Lista de flotantes
22872 \begin_inset CommandInset label
22873 LatexCommand label
22874 name "sec:Lista-de-Flotantes"
22875
22876 \end_inset
22877
22878
22879 \begin_inset Index
22880 status collapsed
22881
22882 \begin_layout Plain Layout
22883 Flotantes ! Lista de
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Standard
22892 Igual que en el índice general se listan las secciones del documento, hay
22893  listas para todos los tipos de flotantes, como las figuras.
22894  Se pueden insertar mediante los submenús 
22895 \family sans
22896 Insertar\SpecialChar \menuseparator
22897 Lista / IG
22898 \family default
22899 .
22900 \end_layout
22901
22902 \begin_layout Standard
22903 Las entradas de la lista son los títulos del flotante o su título corto,
22904  el número de flotante, y el número de la página del documento en la que
22905  aparecen.
22906 \end_layout
22907
22908 \begin_layout Standard
22909 Puedes encontrar las listas de figuras y tablas al final de este documento.
22910 \end_layout
22911
22912 \begin_layout Chapter
22913 Notas
22914 \end_layout
22915
22916 \begin_layout Section
22917 Notas en LyX
22918 \begin_inset CommandInset label
22919 LatexCommand label
22920 name "sec:Notas-en-LyX"
22921
22922 \end_inset
22923
22924
22925 \begin_inset Index
22926 status collapsed
22927
22928 \begin_layout Plain Layout
22929 Notas ! Notas en LyX
22930 \end_layout
22931
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \begin_layout Standard
22938 Las notas se insertan con el botón 
22939 \begin_inset Graphics
22940         filename ../../images/note-insert.png
22941         scale 85
22942
22943 \end_inset
22944
22945  o con el menú 
22946 \family sans
22947 Insertar\SpecialChar \menuseparator
22948 Nota
22949 \family default
22950 .
22951  Hay cinco tipos de notas:
22952 \end_layout
22953
22954 \begin_layout Description
22955 Nota
22956 \begin_inset space ~
22957 \end_inset
22958
22959 LyX Este tipo es para notas internas que no han de aparecer en la salida.
22960  Su cuadro se muestra como este:
22961 \begin_inset Newline newline
22962 \end_inset
22963
22964
22965 \begin_inset Newline newline
22966 \end_inset
22967
22968
22969 \begin_inset Graphics
22970         filename clipart/NotaLyXImagenQt4.png
22971         display false
22972         scale 85
22973
22974 \end_inset
22975
22976  
22977 \begin_inset Note Note
22978 status collapsed
22979
22980 \begin_layout Plain Layout
22981 Este es un texto en un recuadro que no se muestra en la salida.
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Description
22990 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
22991  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
22992 \family sans
22993 Archivo\SpecialChar \menuseparator
22994 Exportar\SpecialChar \menuseparator
22995 LaTeX (pdflatex) / (plain)
22996 \family default
22997 .
22998  Su recuadro se ve así:
22999 \begin_inset Newline newline
23000 \end_inset
23001
23002
23003 \begin_inset Newline newline
23004 \end_inset
23005
23006
23007 \begin_inset Graphics
23008         filename clipart/ComentNotaImagenQt4.png
23009         display false
23010         scale 85
23011
23012 \end_inset
23013
23014  
23015 \begin_inset Note Comment
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Description
23028 Resaltado
23029 \begin_inset space ~
23030 \end_inset
23031
23032 en
23033 \begin_inset space ~
23034 \end_inset
23035
23036 gris Esta nota aparece en la salida como texto resaltado en gris.
23037  Su recuadro se parece a este:
23038 \begin_inset Newline newline
23039 \end_inset
23040
23041
23042 \begin_inset Newline newline
23043 \end_inset
23044
23045
23046 \begin_inset Graphics
23047         filename clipart/GrisNotaImagenQt4.png
23048         display false
23049         scale 85
23050
23051 \end_inset
23052
23053
23054 \begin_inset Newline newline
23055 \end_inset
23056
23057
23058 \begin_inset ERT
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062
23063
23064 \backslash
23065 renewenvironment{lyxgreyedout}
23066 \end_layout
23067
23068 \begin_layout Plain Layout
23069
23070 {
23071 \backslash
23072 textcolor[gray]{0.8}
23073 \backslash
23074 bgroup}{
23075 \backslash
23076 egroup}
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \begin_inset Note Greyedout
23083 status open
23084
23085 \begin_layout Plain Layout
23086 Este es el texto
23087 \begin_inset Foot
23088 status open
23089
23090 \begin_layout Plain Layout
23091 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23092 \end_layout
23093
23094 \end_inset
23095
23096  de un comentario que se muestra resaltado en gris.
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \begin_inset ERT
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106
23107
23108 \backslash
23109 renewenvironment{lyxgreyedout}
23110 \end_layout
23111
23112 \begin_layout Plain Layout
23113
23114 {
23115 \backslash
23116 textcolor{blue}
23117 \backslash
23118 bgroup}{
23119 \backslash
23120 egroup}
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \begin_inset Note Note
23127 status collapsed
23128
23129 \begin_layout Plain Layout
23130 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23131  original de LyX, ya que en el preámbulo de este documento se han redefinido
23132  estas notas para que salgan en azul, como se indica más adelante.
23133 \end_layout
23134
23135 \end_inset
23136
23137
23138 \begin_inset Newline newline
23139 \end_inset
23140
23141
23142 \begin_inset Newline newline
23143 \end_inset
23144
23145 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23146  está un poco sangrada, y por otra parte pueden tener notas al pie.
23147 \end_layout
23148
23149 \begin_layout Standard
23150 \begin_inset VSpace bigskip
23151 \end_inset
23152
23153 Si usas el botón de la barra de herramientas 
23154 \begin_inset Graphics
23155         filename ../../images/note-insert.png
23156         scale 85
23157
23158 \end_inset
23159
23160  para insertar notas, se inserta una 
23161 \family sans
23162 Nota
23163 \begin_inset space ~
23164 \end_inset
23165
23166 LyX
23167 \family default
23168 .
23169  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23170  recuadro.
23171  
23172 \family roman
23173 \series medium
23174 \bar no
23175 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23176  botón de herramienta 
23177 \family sans
23178 \series default
23179 \bar default
23180 Nota
23181 \family default
23182 .
23183  Para cambiar una nota a texto, pulsa la tecla 
23184 \family sans
23185 Retroceso
23186 \family default
23187  cuando el cursor está en la primera posición de una nota, o la tecla 
23188 \family sans
23189 Supr
23190 \family default
23191  cuando el cursor está en la última posición de la nota, respectivamente.
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset VSpace bigskip
23196 \end_inset
23197
23198 Se puede cambiar el color del 
23199 \family sans
23200 Resaltado en gris
23201 \family default
23202  poniendo en el preámbulo el comando:
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 renewenvironment{lyxgreyedout}
23211 \begin_inset Newline newline
23212 \end_inset
23213
23214
23215 \begin_inset ERT
23216 status collapsed
23217
23218 \begin_layout Plain Layout
23219
23220
23221 \backslash
23222 hphantom{ }
23223 \end_layout
23224
23225 \end_inset
23226
23227 {
23228 \backslash
23229 textcolor{color}
23230 \backslash
23231 bgroup}{
23232 \backslash
23233 egroup}
23234 \end_layout
23235
23236 \begin_layout Standard
23237 Los colores disponibles y el método para definir nuestros propios colores
23238  se explica en la sección
23239 \begin_inset space ~
23240 \end_inset
23241
23242
23243 \begin_inset CommandInset ref
23244 LatexCommand ref
23245 reference "sec:Tablas-Coloreadas"
23246
23247 \end_inset
23248
23249 .
23250 \end_layout
23251
23252 \begin_layout Standard
23253 Las notas en azul en este documento se han hecho con notas del tipo 
23254 \family sans
23255 Resaltado en gris
23256 \family default
23257  pero definiendo el color del texto en azul.
23258 \end_layout
23259
23260 \begin_layout Section
23261 Notas al pie
23262 \begin_inset CommandInset label
23263 LatexCommand label
23264 name "sec:Notas-al-pie"
23265
23266 \end_inset
23267
23268
23269 \begin_inset Index
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273 Notas ! al pie
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Index
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283 Notas al pie
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \end_layout
23290
23291 \begin_layout Standard
23292 Las notas al pie se insertan con el botón 
23293 \begin_inset Graphics
23294         filename ../../images/footnote-insert.png
23295         scale 85
23296
23297 \end_inset
23298
23299  o el menú 
23300 \family sans
23301 Insertar\SpecialChar \menuseparator
23302 Nota
23303 \begin_inset space ~
23304 \end_inset
23305
23306 al
23307 \begin_inset space ~
23308 \end_inset
23309
23310 pie
23311 \family default
23312 .
23313  
23314 \family roman
23315 \series medium
23316 \bar no
23317 Aparece un recuadro como este:
23318 \family default
23319 \series default
23320 \bar default
23321  
23322 \begin_inset Graphics
23323         filename clipart/notapieQt4.png
23324         scale 80
23325
23326 \end_inset
23327
23328  
23329 \family roman
23330 \series medium
23331 \bar no
23332 donde puedes introducir el texto.
23333  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23334  sobre el
23335 \family default
23336 \series default
23337 \bar default
23338  
23339 \family roman
23340 \series medium
23341 \bar no
23342 botón
23343 \family default
23344 \series default
23345 \bar default
23346 .
23347  Para cambiar una nota al pie a texto, pulsa la tecla 
23348 \family sans
23349 Retroceso
23350 \family default
23351  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23352  
23353 \family sans
23354 Supr
23355 \family default
23356  cuando el cursor está en la última posición de la nota, respectivamente.
23357 \end_layout
23358
23359 \begin_layout Standard
23360 Aquí hay un ejemplo de nota al pie:
23361 \family roman
23362 \series medium
23363 \bar no
23364
23365 \begin_inset Foot
23366 status open
23367
23368 \begin_layout Plain Layout
23369 \begin_inset CommandInset label
23370 LatexCommand label
23371 name "pie:Esto-es-una"
23372
23373 \end_inset
23374
23375 Ejemplo de nota al pie.
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \family default
23382 \series default
23383 \bar default
23384
23385 \begin_inset ERT
23386 status collapsed
23387
23388 \begin_layout Plain Layout
23389
23390
23391 \backslash
23392 newcounter{MyRepeatFoot}
23393 \end_layout
23394
23395 \begin_layout Plain Layout
23396
23397
23398 \backslash
23399 setcounter{MyRepeatFoot}{
23400 \backslash
23401 thefootnote}
23402 \end_layout
23403
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \begin_layout Standard
23410 En la salida, el pie se muestra como número voladito en el lugar del texto
23411  donde se coloca el recuadro.
23412  El texto se coloca al final de la página actual.
23413  Los números de las notas son calculados por LaTeX, y son consecutivos.
23414  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23415 \end_layout
23416
23417 \begin_layout Standard
23418 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23419  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23420  se describe en la sección
23421 \begin_inset space ~
23422 \end_inset
23423
23424
23425 \begin_inset CommandInset ref
23426 LatexCommand ref
23427 reference "sec:Referencias-a-Flotantes"
23428
23429 \end_inset
23430
23431 .
23432 \begin_inset Newline newline
23433 \end_inset
23434
23435 Esto es una referencia cruzada a la Nota al pie
23436 \begin_inset space ~
23437 \end_inset
23438
23439
23440 \begin_inset CommandInset ref
23441 LatexCommand ref
23442 reference "pie:Esto-es-una"
23443
23444 \end_inset
23445
23446 .
23447 \begin_inset Newline newline
23448 \end_inset
23449
23450
23451 \begin_inset Note Greyedout
23452 status open
23453
23454 \begin_layout Plain Layout
23455
23456 \series bold
23457 Nota:
23458 \series default
23459  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23460  de insertar un prefijo, p.
23461 \begin_inset space \thinspace{}
23462 \end_inset
23463
23464 e.
23465 \begin_inset space ~
23466 \end_inset
23467
23468 «
23469 \family sans
23470 pie:
23471 \family default
23472 » manualmente cuando quieras usar el estilo 
23473 \family sans
23474 Referencia
23475 \begin_inset space ~
23476 \end_inset
23477
23478 con
23479 \begin_inset space ~
23480 \end_inset
23481
23482 formato
23483 \family default
23484 .
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Standard
23493 \begin_inset VSpace defskip
23494 \end_inset
23495
23496 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23497 \begin_inset space ~
23498 \end_inset
23499
23500
23501 \begin_inset CommandInset ref
23502 LatexCommand ref
23503 reference "sec:Minipáginas"
23504
23505 \end_inset
23506
23507 .
23508  Los pies en tablas largas en la sección
23509 \begin_inset space ~
23510 \end_inset
23511
23512
23513 \begin_inset CommandInset ref
23514 LatexCommand ref
23515 reference "sub:Notas-al-pie-en-Tablas-Largas"
23516
23517 \end_inset
23518
23519 .
23520 \end_layout
23521
23522 \begin_layout Standard
23523 \begin_inset VSpace defskip
23524 \end_inset
23525
23526 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23527 \series bold
23528
23529 \backslash
23530 footnotemark[número]
23531 \series default
23532  en código TeX.
23533  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23534  no quieres imprimir el pie cada vez.
23535 \begin_inset Newline newline
23536 \end_inset
23537
23538 Como no sabes el número del pie que se repite mientras escribes el texto,
23539  tienes que guardarlo.
23540  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23541  en código TeX detrás de Nota
23542 \begin_inset space ~
23543 \end_inset
23544
23545 al
23546 \begin_inset space ~
23547 \end_inset
23548
23549 pie
23550 \begin_inset space ~
23551 \end_inset
23552
23553
23554 \begin_inset CommandInset ref
23555 LatexCommand ref
23556 reference "pie:Esto-es-una"
23557
23558 \end_inset
23559
23560  para guardar el número de pie:
23561 \end_layout
23562
23563 \begin_layout Standard
23564
23565 \series bold
23566
23567 \backslash
23568 newcounter{MyRepeatFoot}
23569 \begin_inset Newline newline
23570 \end_inset
23571
23572
23573 \backslash
23574 setcounter{MyRepeatFoot}{
23575 \backslash
23576 thefootnote}
23577 \end_layout
23578
23579 \begin_layout Standard
23580 La marca de pie se crea entonces con el comando:
23581 \end_layout
23582
23583 \begin_layout Standard
23584
23585 \series bold
23586
23587 \backslash
23588 footnotemark[
23589 \backslash
23590 theMyRepeatFoot]
23591 \end_layout
23592
23593 \begin_layout Standard
23594 Aquí hay un ejemplo de marca de pie:
23595 \family roman
23596 \series medium
23597 \bar no
23598
23599 \begin_inset ERT
23600 status collapsed
23601
23602 \begin_layout Plain Layout
23603
23604
23605 \backslash
23606 footnotemark[
23607 \backslash
23608 theMyRepeatFoot]
23609 \end_layout
23610
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \begin_layout Subsection
23617 Numeración de notas al pie
23618 \begin_inset CommandInset label
23619 LatexCommand label
23620 name "sub:Numeración-de-Notas-al-Pie"
23621
23622 \end_inset
23623
23624
23625 \begin_inset Index
23626 status collapsed
23627
23628 \begin_layout Plain Layout
23629 Notas al pie ! Numeración
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \begin_layout Standard
23638 Para reiniciar el número de pie a 1 en cada sección añade este 
23639 \family roman
23640 comando en el preámbulo:
23641 \end_layout
23642
23643 \begin_layout Standard
23644
23645 \series bold
23646
23647 \backslash
23648 @addtoreset{footnote}{section}
23649 \end_layout
23650
23651 \begin_layout Standard
23652 \begin_inset VSpace bigskip
23653 \end_inset
23654
23655 El siguiente comando en el preámbulo cambia el estilo de numeración del
23656  pie a números romanos en minúsculas:
23657 \end_layout
23658
23659 \begin_layout Standard
23660
23661 \series bold
23662
23663 \backslash
23664 renewcommand{
23665 \backslash
23666 thefootnote}{
23667 \backslash
23668 roman{footnote}}
23669 \end_layout
23670
23671 \begin_layout Standard
23672 \begin_inset ERT
23673 status collapsed
23674
23675 \begin_layout Plain Layout
23676
23677
23678 \backslash
23679 renewcommand{
23680 \backslash
23681 thefootnote}{
23682 \backslash
23683 roman{footnote}}
23684 \end_layout
23685
23686 \end_inset
23687
23688  Nota al pie en números romanos:
23689 \begin_inset Foot
23690 status open
23691
23692 \begin_layout Plain Layout
23693 Ejemplo de nota al pie en números romanos.
23694 \end_layout
23695
23696 \end_inset
23697
23698
23699 \begin_inset ERT
23700 status collapsed
23701
23702 \begin_layout Plain Layout
23703
23704
23705 \backslash
23706 renewcommand{
23707 \backslash
23708 thefootnote}{
23709 \backslash
23710 arabic{footnote}}
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Standard
23719 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23720  
23721 \series bold
23722
23723 \backslash
23724 roman
23725 \series default
23726  por 
23727 \series bold
23728
23729 \backslash
23730 Roman
23731 \series default
23732 .
23733  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23734 \series bold
23735
23736 \backslash
23737 Alph
23738 \series default
23739  o 
23740 \series bold
23741
23742 \backslash
23743 alph
23744 \series default
23745 , respectivamente.
23746  Para ordenar las notas al pie con símbolos usa 
23747 \series bold
23748
23749 \backslash
23750 fnsymbol
23751 \series default
23752 .
23753 \end_layout
23754
23755 \begin_layout Standard
23756 \begin_inset Note Greyedout
23757 status open
23758
23759 \begin_layout Plain Layout
23760
23761 \series bold
23762 Nota:
23763 \series default
23764  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23765  simples.
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \begin_inset Newline newline
23772 \end_inset
23773
23774
23775 \begin_inset Note Greyedout
23776 status open
23777
23778 \begin_layout Plain Layout
23779
23780 \series bold
23781 Nota:
23782 \series default
23783  sólo puedes ordenar hasta 9 pies con símbolos.
23784 \end_layout
23785
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \begin_layout Standard
23792 Para volver al estilo de numeración predeterminado cuando has cambiado a
23793  otro estilo, usa 
23794 \series bold
23795
23796 \backslash
23797 arabic
23798 \series default
23799  en vez de 
23800 \series bold
23801
23802 \backslash
23803 roman
23804 \series default
23805  en el comando anterior.
23806 \begin_inset ERT
23807 status collapsed
23808
23809 \begin_layout Plain Layout
23810
23811
23812 \backslash
23813 renewcommand{
23814 \backslash
23815 thefootnote}{
23816 \backslash
23817 arabic{footnote}}
23818 \end_layout
23819
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \begin_layout Standard
23826 \begin_inset VSpace bigskip
23827 \end_inset
23828
23829
23830 \end_layout
23831
23832 \begin_layout Standard
23833 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23834  comando al preámbulo del documento:
23835 \end_layout
23836
23837 \begin_layout Standard
23838
23839 \series bold
23840
23841 \backslash
23842 numberwithin{footnote}{chapter}
23843 \end_layout
23844
23845 \begin_layout Standard
23846 Para poder usar el comando 
23847 \series bold
23848
23849 \backslash
23850 numberwithin
23851 \series default
23852 , marca la opción 
23853 \family sans
23854 Usar
23855 \family default
23856
23857 \begin_inset space ~
23858 \end_inset
23859
23860
23861 \family sans
23862 el
23863 \family default
23864
23865 \begin_inset space ~
23866 \end_inset
23867
23868
23869 \family sans
23870 paquete
23871 \family default
23872
23873 \begin_inset space ~
23874 \end_inset
23875
23876
23877 \family sans
23878 AMS
23879 \family default
23880  en la solapa 
23881 \family sans
23882 Ecuaciones
23883 \family default
23884  de la configuración del documento.
23885 \end_layout
23886
23887 \begin_layout Standard
23888 \begin_inset ERT
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892
23893
23894 \backslash
23895 numberwithin{footnote}{chapter}
23896 \end_layout
23897
23898 \end_inset
23899
23900 Esto es otro ejemplo de nota al pie:
23901 \series bold
23902
23903 \begin_inset Foot
23904 status open
23905
23906 \begin_layout Plain Layout
23907 Nota al pie numerada en el esquema 
23908 \begin_inset Quotes eld
23909 \end_inset
23910
23911 capítulo.nota
23912 \begin_inset Quotes erd
23913 \end_inset
23914
23915 .
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \series default
23922
23923 \begin_inset ERT
23924 status collapsed
23925
23926 \begin_layout Plain Layout
23927
23928
23929 \backslash
23930 renewcommand{
23931 \backslash
23932 thefootnote}{
23933 \backslash
23934 arabic{footnote}}
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \begin_inset Note Greyedout
23944 status open
23945
23946 \begin_layout Plain Layout
23947
23948 \series bold
23949 Nota: 
23950 \backslash
23951 numberwithin 
23952 \series default
23953 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
23954  previas para obtener números no arábigos se sobreescriben.
23955 \end_layout
23956
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \begin_layout Standard
23963 Así, para obtener por ejemplo el esquema «capítulo.
23964 \backslash
23965 Roman{footnote}», usa este comando en vez de 
23966 \series bold
23967
23968 \backslash
23969 numberwithin
23970 \series default
23971 :
23972 \end_layout
23973
23974 \begin_layout Standard
23975
23976 \series bold
23977
23978 \backslash
23979 renewcommand{
23980 \backslash
23981 thefootnote}{
23982 \backslash
23983 thechapter.
23984 \backslash
23985 Roman{footnote}}
23986 \end_layout
23987
23988 \begin_layout Subsection
23989 Colocación de notas al pie
23990 \begin_inset Index
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994 Notas al pie ! Colocación
23995 \end_layout
23996
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \begin_layout Standard
24003 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24004  entre ellas al final de la página.
24005  Para hacerlas más legibles puedes añadir p.
24006 \begin_inset space \thinspace{}
24007 \end_inset
24008
24009 e.
24010 \begin_inset space ~
24011 \end_inset
24012
24013 1.5
24014 \begin_inset space \thinspace{}
24015 \end_inset
24016
24017 mm con el comando siguiente en el preámbulo:
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \series bold
24023
24024 \backslash
24025 let
24026 \backslash
24027 myFoot
24028 \backslash
24029 footnote
24030 \begin_inset Newline newline
24031 \end_inset
24032
24033
24034 \backslash
24035 renewcommand{
24036 \backslash
24037 footnote}[1]{
24038 \backslash
24039 myFoot{#1
24040 \backslash
24041 vspace{1.5mm}}}
24042 \end_layout
24043
24044 \begin_layout Standard
24045 \begin_inset VSpace bigskip
24046 \end_inset
24047
24048 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24049  véase la figura
24050 \begin_inset space ~
24051 \end_inset
24052
24053
24054 \begin_inset CommandInset ref
24055 LatexCommand ref
24056 reference "fig:Colocación-standard-del-pie"
24057
24058 \end_inset
24059
24060 .
24061  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24062  en la figura
24063 \begin_inset space ~
24064 \end_inset
24065
24066
24067 \begin_inset CommandInset ref
24068 LatexCommand ref
24069 reference "fig:Colocación-del-pie-en"
24070
24071 \end_inset
24072
24073 , usa el paquete LaTeX 
24074 \series bold
24075 ftnright
24076 \series default
24077
24078 \begin_inset Index
24079 status collapsed
24080
24081 \begin_layout Plain Layout
24082 LaTeX-paquetes ! ftnright
24083 \end_layout
24084
24085 \end_inset
24086
24087  con este comando en el preámbulo:
24088 \end_layout
24089
24090 \begin_layout Standard
24091
24092 \series bold
24093
24094 \backslash
24095 usepackage{ftnright}
24096 \end_layout
24097
24098 \begin_layout Standard
24099 \begin_inset Float figure
24100 placement !h
24101 wide false
24102 sideways false
24103 status open
24104
24105 \begin_layout Plain Layout
24106 \begin_inset ERT
24107 status collapsed
24108
24109 \begin_layout Plain Layout
24110
24111
24112 \backslash
24113 framebox{
24114 \end_layout
24115
24116 \end_inset
24117
24118
24119 \begin_inset Graphics
24120         filename ../clipart/without_fntright.pdf
24121         width 100col%
24122
24123 \end_inset
24124
24125
24126 \begin_inset ERT
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130
24131 }
24132 \end_layout
24133
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \begin_layout Plain Layout
24140 \begin_inset Caption
24141
24142 \begin_layout Plain Layout
24143 \begin_inset CommandInset label
24144 LatexCommand label
24145 name "fig:Colocación-standard-del-pie"
24146
24147 \end_inset
24148
24149 Colocación estándar de notas al pie en documentos a dos columnas.
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 \begin_inset Float figure
24164 placement !h
24165 wide false
24166 sideways false
24167 status open
24168
24169 \begin_layout Plain Layout
24170 \begin_inset ERT
24171 status collapsed
24172
24173 \begin_layout Plain Layout
24174
24175
24176 \backslash
24177 framebox{
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \begin_inset Graphics
24184         filename ../clipart/with_fntright.pdf
24185         width 100col%
24186
24187 \end_inset
24188
24189
24190 \begin_inset ERT
24191 status collapsed
24192
24193 \begin_layout Plain Layout
24194
24195 }
24196 \end_layout
24197
24198 \end_inset
24199
24200
24201 \end_layout
24202
24203 \begin_layout Plain Layout
24204 \begin_inset Caption
24205
24206 \begin_layout Plain Layout
24207 \begin_inset CommandInset label
24208 LatexCommand label
24209 name "fig:Colocación-del-pie-en"
24210
24211 \end_inset
24212
24213 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24214  el paquete LaTeX 
24215 \series bold
24216 ftnright
24217 \series default
24218 .
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \begin_layout Standard
24232 \begin_inset VSpace bigskip
24233 \end_inset
24234
24235 En alguna literatura científica es habitual reunir las notas para imprimirlas
24236  en un párrafo separado al final de la sección, como en la figura
24237 \begin_inset space ~
24238 \end_inset
24239
24240
24241 \begin_inset CommandInset ref
24242 LatexCommand ref
24243 reference "fig:Notas-al-pie-al-final"
24244
24245 \end_inset
24246
24247 .
24248  Para usar notas finales
24249 \begin_inset Index
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253 Notas finales
24254 \end_layout
24255
24256 \end_inset
24257
24258  en vez de notas al pie, carga el paquete LaTeX 
24259 \series bold
24260 endnotes
24261 \series default
24262
24263 \begin_inset Index
24264 status collapsed
24265
24266 \begin_layout Plain Layout
24267 LaTeX-paquetes ! endnotes
24268 \end_layout
24269
24270 \end_inset
24271
24272  con las siguientes líneas en el preámbulo de tu documento:
24273 \end_layout
24274
24275 \begin_layout Standard
24276
24277 \series bold
24278
24279 \backslash
24280 usepackage{endnotes}
24281 \begin_inset Newline newline
24282 \end_inset
24283
24284
24285 \backslash
24286 let
24287 \backslash
24288 footnote
24289 \backslash
24290 endnote
24291 \end_layout
24292
24293 \begin_layout Standard
24294 Para insertar la colección de notas, escribe el comando
24295 \end_layout
24296
24297 \begin_layout Standard
24298
24299 \series bold
24300
24301 \backslash
24302 theendnotes
24303 \end_layout
24304
24305 \begin_layout Standard
24306 en código TeX al final de una sección o capítulo.
24307 \end_layout
24308
24309 \begin_layout Standard
24310 \begin_inset Float figure
24311 wide false
24312 sideways false
24313 status open
24314
24315 \begin_layout Plain Layout
24316 \align center
24317 \begin_inset ERT
24318 status collapsed
24319
24320 \begin_layout Plain Layout
24321
24322
24323 \backslash
24324 framebox{
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \begin_inset Graphics
24331         filename ../clipart/endnotes.pdf
24332
24333 \end_inset
24334
24335
24336 \begin_inset ERT
24337 status collapsed
24338
24339 \begin_layout Plain Layout
24340
24341 }
24342 \end_layout
24343
24344 \end_inset
24345
24346
24347 \end_layout
24348
24349 \begin_layout Plain Layout
24350 \begin_inset Caption
24351
24352 \begin_layout Plain Layout
24353 \begin_inset CommandInset label
24354 LatexCommand label
24355 name "fig:Notas-al-pie-al-final"
24356
24357 \end_inset
24358
24359 Notas al final: notas impresas en párrafo separado al final de la sección
24360  o del capítulo.
24361 \end_layout
24362
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Standard
24374 \begin_inset VSpace medskip
24375 \end_inset
24376
24377 La cabecera de párrafo para las notas finales no se traduce automáticamente
24378  al lenguaje del documento, hay que hacerlo manualmente.
24379   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24380  al español «Notas»:
24381 \end_layout
24382
24383 \begin_layout Standard
24384
24385 \series bold
24386
24387 \backslash
24388 renewcommand{
24389 \backslash
24390 notesname}{Notas}
24391 \end_layout
24392
24393 \begin_layout Standard
24394 \begin_inset VSpace medskip
24395 \end_inset
24396
24397 La numeración de notas finales puede cambiarse como la de las notas al pie,
24398  como se describe en la sección
24399 \begin_inset space ~
24400 \end_inset
24401
24402
24403 \begin_inset CommandInset ref
24404 LatexCommand ref
24405 reference "sub:Numeración-de-Notas-al-Pie"
24406
24407 \end_inset
24408
24409 ; sólo hay que reemplazar el comando 
24410 \series bold
24411
24412 \backslash
24413 thefootnote
24414 \series default
24415  por 
24416 \series bold
24417
24418 \backslash
24419 theendnote
24420 \series default
24421 .
24422  Para restablecer la numeración usa el comando 
24423 \series bold
24424
24425 \backslash
24426 @addtoreset
24427 \series default
24428  como se describe en la sección
24429 \begin_inset space ~
24430 \end_inset
24431
24432
24433 \begin_inset CommandInset ref
24434 LatexCommand ref
24435 reference "sub:Numeración-de-Notas-al-Pie"
24436
24437 \end_inset
24438
24439  y sustituye el parámetro de comando 
24440 \series bold
24441 footnote
24442 \series default
24443  por 
24444 \series bold
24445 endnote
24446 \series default
24447 .
24448 \end_layout
24449
24450 \begin_layout Standard
24451 Para crear sólo una marca para una nota final, usa el comando 
24452 \series bold
24453
24454 \backslash
24455 endnotemark[número]
24456 \series default
24457  similar al comando 
24458 \series bold
24459
24460 \backslash
24461 footnotemark
24462 \series default
24463 , descrito en la sección
24464 \begin_inset space ~
24465 \end_inset
24466
24467
24468 \begin_inset CommandInset ref
24469 LatexCommand ref
24470 reference "sec:Notas-al-pie"
24471
24472 \end_inset
24473
24474 .
24475 \end_layout
24476
24477 \begin_layout Standard
24478 \begin_inset VSpace bigskip
24479 \end_inset
24480
24481 Las notas al pie también pueden colocarse al margen de la página y la alineación
24482  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24483 \series bold
24484 footmisc
24485 \series default
24486
24487 \begin_inset Index
24488 status collapsed
24489
24490 \begin_layout Plain Layout
24491 LaTeX-paquetes ! footmisc
24492 \end_layout
24493
24494 \end_inset
24495
24496  
24497 \begin_inset CommandInset citation
24498 LatexCommand cite
24499 key "footmisc"
24500
24501 \end_inset
24502
24503  para más información.
24504 \end_layout
24505
24506 \begin_layout Standard
24507 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24508  
24509 \begin_inset CommandInset citation
24510 LatexCommand cite
24511 key "latexcompanion,latexguide,latexbook"
24512
24513 \end_inset
24514
24515 .
24516 \end_layout
24517
24518 \begin_layout Section
24519 Notas al margen
24520 \begin_inset Index
24521 status collapsed
24522
24523 \begin_layout Plain Layout
24524 Notas ! al margen
24525 \end_layout
24526
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \begin_layout Standard
24533 Las notas al margen se ven y se comportan en LyX como notas al pie.
24534  Se insertan con el menú 
24535 \family sans
24536 Insertar\SpecialChar \menuseparator
24537 Nota
24538 \begin_inset space ~
24539 \end_inset
24540
24541 al
24542 \begin_inset space ~
24543 \end_inset
24544
24545 margen
24546 \family default
24547  o con el botón 
24548 \begin_inset Graphics
24549         filename ../../images/marginalnote-insert.png
24550         scale 85
24551
24552 \end_inset
24553
24554 .
24555  Aparece un cuadro gris con la etiqueta 
24556 \family roman
24557 \series medium
24558 «margen» en color rojo y un marco en el que puedes escribir el texto de
24559  la nota.
24560 \end_layout
24561
24562 \begin_layout Standard
24563 Al lado hay un ejemplo de nota al margen.
24564
24565 \family roman
24566 \series medium
24567  
24568 \begin_inset Marginal
24569 status open
24570
24571 \begin_layout Plain Layout
24572 Esto es una nota al margen.
24573 \end_layout
24574
24575 \end_inset
24576
24577
24578 \end_layout
24579
24580 \begin_layout Standard
24581 Estas notas salen en el margen derecho en documentos a una cara.
24582  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24583  en páginas pares, derecho en páginas impares---.
24584  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24585  a la derecha si la nota aparece en el margen izquierdo---.
24586  La primera línea de la nota se sitúa en la posición de la línea del texto
24587  en la que se inserta en el documento.
24588 \end_layout
24589
24590 \begin_layout Standard
24591 \begin_inset VSpace bigskip
24592 \end_inset
24593
24594 Para colocar la nota en el margen interno añade el comando
24595 \end_layout
24596
24597 \begin_layout Standard
24598
24599 \series bold
24600
24601 \backslash
24602 reversemarginpar
24603 \end_layout
24604
24605 \begin_layout Standard
24606 en código TeX antes de la nota.
24607  La nueva colocación es válida para todas las siguientes notas al margen.
24608  
24609 \begin_inset ERT
24610 status collapsed
24611
24612 \begin_layout Plain Layout
24613
24614
24615 \backslash
24616 reversemarginpar 
24617 \end_layout
24618
24619 \end_inset
24620
24621
24622 \begin_inset Marginal
24623 status open
24624
24625 \begin_layout Plain Layout
24626 Esto es una nota en el margen interno.
24627 \end_layout
24628
24629 \end_inset
24630
24631
24632 \series bold
24633
24634 \begin_inset Newline newline
24635 \end_inset
24636
24637
24638 \series default
24639
24640 \begin_inset Note Greyedout
24641 status open
24642
24643 \begin_layout Plain Layout
24644
24645 \series bold
24646 Nota:
24647 \series default
24648  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24649  no se mostrará correctamente en la salida.
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \end_layout
24656
24657 \begin_layout Standard
24658 Para volver a la ubicación predeterminada inserta en código TeX el comando
24659 \begin_inset ERT
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663
24664
24665 \backslash
24666 normalmarginpar 
24667 \end_layout
24668
24669 \end_inset
24670
24671
24672 \end_layout
24673
24674 \begin_layout Standard
24675
24676 \series bold
24677
24678 \backslash
24679 normalmarginpar
24680 \end_layout
24681
24682 \begin_layout Standard
24683 \begin_inset Note Greyedout
24684 status open
24685
24686 \begin_layout Plain Layout
24687
24688 \series bold
24689 Nota:
24690 \series default
24691  El comando se ignora si en el mismo párrafo está también presente el comando
24692  
24693 \series bold
24694
24695 \backslash
24696 reversemarginpar
24697 \series default
24698 .
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \end_layout
24705
24706 \begin_layout Standard
24707 \begin_inset VSpace bigskip
24708 \end_inset
24709
24710
24711 \family roman
24712 \series medium
24713
24714 \begin_inset Marginal
24715 status open
24716
24717 \begin_layout Plain Layout
24718 PalabraMuyLargaAlMargen no partida con guión.
24719 \end_layout
24720
24721 \end_inset
24722
24723
24724 \family default
24725 \series default
24726  Como en el caso descrito en la sección
24727 \begin_inset space ~
24728 \end_inset
24729
24730
24731 \begin_inset CommandInset ref
24732 LatexCommand ref
24733 reference "sub:Líneas-Múltiples-en"
24734
24735 \end_inset
24736
24737 , una palabra larga no puede partirse con guión cuando es la primera en
24738  la nota al margen.
24739  Para evitar esto, inserta un espacio horizontal de 0
24740 \begin_inset space \thinspace{}
24741 \end_inset
24742
24743 pt antes de la palabra
24744 \family roman
24745 \series medium
24746 .
24747  
24748 \begin_inset Marginal
24749 status open
24750
24751 \begin_layout Plain Layout
24752 \begin_inset ERT
24753 status collapsed
24754
24755 \begin_layout Plain Layout
24756
24757
24758 \backslash
24759 hspace{0pt}
24760 \end_layout
24761
24762 \end_inset
24763
24764 PalabraMuyLargaAlMargen partida con guión.
24765 \end_layout
24766
24767 \end_inset
24768
24769
24770 \end_layout
24771
24772 \begin_layout Standard
24773 \begin_inset VSpace bigskip
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \begin_layout Standard
24780 \begin_inset Note Greyedout
24781 status open
24782
24783 \begin_layout Plain Layout
24784
24785 \series bold
24786 Nota:
24787 \series default
24788  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24789  notas al pie.
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \end_layout
24796
24797 \begin_layout Standard
24798 \begin_inset VSpace bigskip
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \begin_layout Standard
24805 \begin_inset ERT
24806 status collapsed
24807
24808 \begin_layout Plain Layout
24809
24810
24811 \backslash
24812 ifmarginnote
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \begin_inset Note Note
24819 status open
24820
24821 \begin_layout Plain Layout
24822 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24823  LaTeX 
24824 \series bold
24825 marginnote
24826 \series default
24827 .
24828 \end_layout
24829
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \begin_layout Standard
24836 Esta restricción se puede salvar con el paquete LaTeX 
24837 \series bold
24838 marginnote
24839 \series default
24840
24841 \begin_inset Index
24842 status collapsed
24843
24844 \begin_layout Plain Layout
24845 LaTeX-paquetes ! marginnote
24846 \end_layout
24847
24848 \end_inset
24849
24850 .
24851  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24852  notas al margen es redefinido para usar el comando proporcionado por el
24853  paquete 
24854 \series bold
24855 marginnote
24856 \series default
24857 :
24858 \end_layout
24859
24860 \begin_layout Standard
24861
24862 \series bold
24863
24864 \backslash
24865 usepackage{marginnote}
24866 \begin_inset Newline newline
24867 \end_inset
24868
24869
24870 \backslash
24871 let
24872 \backslash
24873 marginpar
24874 \backslash
24875 marginnote
24876 \end_layout
24877
24878 \begin_layout Standard
24879 Esto se ha utilizado en el presente documento porque 
24880 \series bold
24881 marginnote
24882 \series default
24883  tiene una característica adicional útil: Puedes establecer un desplazamiento
24884  vertical a la nota.
24885  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24886  diseño de la página.
24887  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24888  en código TeX
24889 \end_layout
24890
24891 \begin_layout Standard
24892
24893 \series bold
24894 [desplazamiento]
24895 \end_layout
24896
24897 \begin_layout Standard
24898 donde desplazamiento es una longitud en una de las unidades de la tabla
24899 \begin_inset space ~
24900 \end_inset
24901
24902
24903 \begin_inset CommandInset ref
24904 LatexCommand ref
24905 reference "tab:Unidades"
24906
24907 \end_inset
24908
24909 .
24910  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24911  abajo.
24912  
24913 \family roman
24914 \series medium
24915 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24916 \begin_inset space \thinspace{}
24917 \end_inset
24918
24919 cm arriba con el comando en código TeX 
24920 \begin_inset Quotes eld
24921 \end_inset
24922
24923
24924 \family default
24925 \series bold
24926 [-1.5cm]
24927 \family roman
24928 \series medium
24929
24930 \begin_inset Quotes erd
24931 \end_inset
24932
24933
24934 \begin_inset Marginal
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938 Esta nota está 1.5
24939 \begin_inset space \thinspace{}
24940 \end_inset
24941
24942 cm por encima de su posición original.
24943 \end_layout
24944
24945 \end_inset
24946
24947
24948 \family default
24949 \series default
24950
24951 \begin_inset ERT
24952 status collapsed
24953
24954 \begin_layout Plain Layout
24955
24956 [-1.5cm]
24957 \end_layout
24958
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \begin_layout Standard
24965 \begin_inset VSpace medskip
24966 \end_inset
24967
24968 Con 
24969 \series bold
24970 marginnote
24971 \series default
24972  también puedes cambiar la alineación del texto en el margen.
24973  Por ejemplo los comandos
24974 \end_layout
24975
24976 \begin_layout Standard
24977
24978 \series bold
24979
24980 \backslash
24981 renewcommand*{
24982 \backslash
24983 raggedleftmarginnote}{
24984 \backslash
24985 centering}
24986 \begin_inset Newline newline
24987 \end_inset
24988
24989
24990 \backslash
24991 renewcommand*{
24992 \backslash
24993 raggedrightmarginnote}{
24994 \backslash
24995 centering}
24996 \end_layout
24997
24998 \begin_layout Standard
24999 producen alineación centrada.
25000  
25001 \series bold
25002
25003 \backslash
25004 raggedleftmarginnote
25005 \series default
25006  identifica las notas que aparecen al lado izquierdo.
25007 \family roman
25008 \series medium
25009
25010 \begin_inset ERT
25011 status collapsed
25012
25013 \begin_layout Plain Layout
25014
25015
25016 \backslash
25017 renewcommand*{
25018 \backslash
25019 raggedleftmarginnote}{
25020 \backslash
25021 centering}
25022 \end_layout
25023
25024 \begin_layout Plain Layout
25025
25026
25027 \backslash
25028 renewcommand*{
25029 \backslash
25030 raggedrightmarginnote}{
25031 \backslash
25032 centering}
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \begin_inset Marginal
25039 status open
25040
25041 \begin_layout Plain Layout
25042 El texto de esta nota está centrado.
25043 \end_layout
25044
25045 \end_inset
25046
25047
25048 \family default
25049 \series default
25050  El valor predeterminado es 
25051 \end_layout
25052
25053 \begin_layout Standard
25054
25055 \series bold
25056
25057 \backslash
25058 renewcommand*{
25059 \backslash
25060 raggedleftmarginnote}{
25061 \backslash
25062 raggedleft}
25063 \begin_inset Newline newline
25064 \end_inset
25065
25066
25067 \backslash
25068 renewcommand*{
25069 \backslash
25070 raggedrightmarginnote}{
25071 \backslash
25072 raggedright}
25073 \family roman
25074 \series medium
25075
25076 \begin_inset ERT
25077 status collapsed
25078
25079 \begin_layout Plain Layout
25080
25081
25082 \backslash
25083 renewcommand*{
25084 \backslash
25085 raggedleftmarginnote}{
25086 \backslash
25087 raggedleft}
25088 \end_layout
25089
25090 \begin_layout Plain Layout
25091
25092
25093 \backslash
25094 renewcommand*{
25095 \backslash
25096 raggedrightmarginnote}{
25097 \backslash
25098 raggedright}
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \begin_layout Standard
25107 \begin_inset VSpace medskip
25108 \end_inset
25109
25110 Para otras características de 
25111 \series bold
25112 marginnote
25113 \series default
25114  mira en su documentación 
25115 \begin_inset CommandInset citation
25116 LatexCommand cite
25117 key "marginnote"
25118
25119 \end_inset
25120
25121 .
25122 \end_layout
25123
25124 \begin_layout Standard
25125 \begin_inset VSpace bigskip
25126 \end_inset
25127
25128 El diseño de las notas al margen puede ser redefinido.
25129  Por ejemplo, para crear una cabecera para todas las notas con el texto
25130  
25131 \begin_inset Quotes eld
25132 \end_inset
25133
25134
25135 \series bold
25136 \bar under
25137 ¡
25138 \family sans
25139 Atención
25140 \family default
25141 !
25142 \series default
25143 \bar default
25144
25145 \begin_inset Quotes erd
25146 \end_inset
25147
25148 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25149 \end_layout
25150
25151 \begin_layout Standard
25152
25153 \series bold
25154
25155 \backslash
25156 let
25157 \backslash
25158 myMarginpar
25159 \backslash
25160 marginpar
25161 \begin_inset Newline newline
25162 \end_inset
25163
25164
25165 \backslash
25166 renewcommand{
25167 \backslash
25168 marginpar}[1]{
25169 \backslash
25170 myMarginpar{%
25171 \begin_inset Newline newline
25172 \end_inset
25173
25174
25175 \begin_inset ERT
25176 status collapsed
25177
25178 \begin_layout Plain Layout
25179
25180
25181 \backslash
25182 hphantom{ }
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \backslash
25189 hspace{0pt}
25190 \backslash
25191 textsf{
25192 \backslash
25193 textbf{
25194 \backslash
25195 underbar{¡Atención!}}}%
25196 \begin_inset Newline newline
25197 \end_inset
25198
25199
25200 \begin_inset ERT
25201 status collapsed
25202
25203 \begin_layout Plain Layout
25204
25205
25206 \backslash
25207 hphantom{ }
25208 \end_layout
25209
25210 \end_inset
25211
25212
25213 \backslash
25214 vspace{1.5mm}
25215 \backslash
25216
25217 \backslash
25218 #1}}
25219 \end_layout
25220
25221 \begin_layout Standard
25222
25223 \family roman
25224 \series medium
25225 \begin_inset ERT
25226 status collapsed
25227
25228 \begin_layout Plain Layout
25229
25230
25231 \backslash
25232 let
25233 \backslash
25234 myMarginpar
25235 \backslash
25236 marginpar
25237 \end_layout
25238
25239 \begin_layout Plain Layout
25240
25241
25242 \backslash
25243 renewcommand{
25244 \backslash
25245 marginpar}[1]{
25246 \backslash
25247 myMarginpar{%
25248 \end_layout
25249
25250 \begin_layout Plain Layout
25251
25252    
25253 \backslash
25254 textsf{
25255 \backslash
25256 textbf{
25257 \backslash
25258 underbar{¡Atención!}}}%
25259 \end_layout
25260
25261 \begin_layout Plain Layout
25262
25263    
25264 \backslash
25265 vspace{1.5mm}
25266 \backslash
25267
25268 \backslash
25269 #1}}
25270 \end_layout
25271
25272 \end_inset
25273
25274
25275 \begin_inset Marginal
25276 status open
25277
25278 \begin_layout Plain Layout
25279 Esta es una nota con una cabecera definida.
25280 \end_layout
25281
25282 \end_inset
25283
25284
25285 \family default
25286 \series default
25287
25288 \begin_inset ERT
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292
25293 [-1.5cm]
25294 \end_layout
25295
25296 \end_inset
25297
25298
25299 \family roman
25300 \series medium
25301
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307
25308 \backslash
25309 renewcommand{
25310 \backslash
25311 marginpar}[1]{
25312 \backslash
25313 myMarginpar{#1}}
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \family default
25320 \series default
25321
25322 \begin_inset Note Note
25323 status collapsed
25324
25325 \begin_layout Plain Layout
25326 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25327 \end_layout
25328
25329 \end_inset
25330
25331
25332 \end_layout
25333
25334 \begin_layout Standard
25335 \begin_inset ERT
25336 status collapsed
25337
25338 \begin_layout Plain Layout
25339
25340
25341 \backslash
25342 else
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \begin_inset Note Note
25349 status open
25350
25351 \begin_layout Plain Layout
25352 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25353  
25354 \series bold
25355 marginnote
25356 \series default
25357 .
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \end_layout
25364
25365 \begin_layout Standard
25366 Debes instalar el paquete LaTeX 
25367 \series bold
25368 marginnote
25369 \series default
25370  para ver la parte siguiente en la salida.
25371 \end_layout
25372
25373 \begin_layout Standard
25374 \begin_inset ERT
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378
25379
25380 \backslash
25381 fi
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \begin_layout Chapter
25390 Cuadros
25391 \end_layout
25392
25393 \begin_layout Section
25394 Introducción
25395 \begin_inset Index
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399 Cuadros ! Introducción
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 Los cuadros se emplean para dar formato a bloques de texto.
25409  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25410 \begin_inset space ~
25411 \end_inset
25412
25413
25414 \begin_inset CommandInset ref
25415 LatexCommand ref
25416 reference "sec:Minipáginas"
25417
25418 \end_inset
25419
25420 , enmarcar textos, véase sección
25421 \begin_inset space ~
25422 \end_inset
25423
25424
25425 \begin_inset CommandInset ref
25426 LatexCommand ref
25427 reference "sec:Cuadros-Enmarcados"
25428
25429 \end_inset
25430
25431 , evitar la división de palabras, véase sección
25432 \begin_inset space ~
25433 \end_inset
25434
25435
25436 \begin_inset CommandInset ref
25437 LatexCommand ref
25438 reference "sec:Evitar-la-Partición"
25439
25440 \end_inset
25441
25442 , alinear texto, véase sección
25443 \begin_inset space ~
25444 \end_inset
25445
25446
25447 \begin_inset CommandInset ref
25448 LatexCommand ref
25449 reference "sub:Alineación-Vertical"
25450
25451 \end_inset
25452
25453 , o para poner color de fondo a un texto, véase sección
25454 \begin_inset space ~
25455 \end_inset
25456
25457
25458 \begin_inset CommandInset ref
25459 LatexCommand ref
25460 reference "sec:Cuadros-Coloreados"
25461
25462 \end_inset
25463
25464 .
25465 \end_layout
25466
25467 \begin_layout Standard
25468 Se insertan con el menú 
25469 \family sans
25470 Insertar\SpecialChar \menuseparator
25471 Cuadro
25472 \family default
25473  o con el botón 
25474 \begin_inset Graphics
25475         filename ../../images/box-insert.png
25476         scale 85
25477
25478 \end_inset
25479
25480 .
25481  Surge un recuadro gris con la etiqueta 
25482 \family sans
25483 Cuadro (Minipágina)
25484 \family default
25485
25486 \begin_inset Graphics
25487         filename clipart/CuadroMinipagQt4.png
25488         scale 75
25489         keepAspectRatio
25490
25491 \end_inset
25492
25493 .
25494  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25495  Sale un diálogo en el que 
25496 \family sans
25497 Cuadro
25498 \family default
25499
25500 \begin_inset space ~
25501 \end_inset
25502
25503
25504 \family sans
25505 interior
25506 \family default
25507  permite escoger los tipos 
25508 \family sans
25509 Párrafo
25510 \family default
25511  y 
25512 \family sans
25513 Minipágina
25514 \family default
25515 .
25516  
25517 \family sans
25518 Minipágina
25519 \family default
25520  es el predeterminado para nuevos cuadros y se explica en la sección
25521 \begin_inset space ~
25522 \end_inset
25523
25524
25525 \begin_inset CommandInset ref
25526 LatexCommand ref
25527 reference "sec:Minipáginas"
25528
25529 \end_inset
25530
25531 ; el tipo 
25532 \family sans
25533 Párrafo
25534 \family default
25535  se describe en la sección
25536 \begin_inset space ~
25537 \end_inset
25538
25539
25540 \begin_inset CommandInset ref
25541 LatexCommand ref
25542 reference "sec:Cuadros-de-Párrafo"
25543
25544 \end_inset
25545
25546 .
25547 \end_layout
25548
25549 \begin_layout Standard
25550 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25551  flotantes o las notas al pie.
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset Note Greyedout
25556 status open
25557
25558 \begin_layout Plain Layout
25559
25560 \series bold
25561 Nota:
25562 \series default
25563  Los cuadros no deben ser el ítem en un entorno 
25564 \family sans
25565 Enumeración*
25566 \family default
25567  o 
25568 \family sans
25569 Descripción
25570 \family default
25571 .
25572 \end_layout
25573
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \begin_layout Standard
25580 \begin_inset Note Greyedout
25581 status open
25582
25583 \begin_layout Plain Layout
25584
25585 \series bold
25586 Nota:
25587 \series default
25588  Por razones desconocidas sólo se puede poner el tipo 
25589 \family sans
25590 Cuadro
25591 \begin_inset space ~
25592 \end_inset
25593
25594 interior
25595 \family default
25596  en 
25597 \family sans
25598 Ninguno
25599 \family default
25600  cuando se emplea un cuadro enmarcado.
25601  Los cuadros sin ningún tipo de 
25602 \family sans
25603 Cuadro
25604 \begin_inset space ~
25605 \end_inset
25606
25607 interior
25608 \family default
25609  y sin marcos se explican en la sección
25610 \begin_inset space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "sec:Evitar-la-Partición"
25617
25618 \end_inset
25619
25620 .
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \end_layout
25627
25628 \begin_layout Section
25629 Diálogo de cuadros
25630 \begin_inset CommandInset label
25631 LatexCommand label
25632 name "sec:Diálogo-Cuadros"
25633
25634 \end_inset
25635
25636
25637 \begin_inset Index
25638 status collapsed
25639
25640 \begin_layout Plain Layout
25641 Cuadros ! Configuración
25642 \end_layout
25643
25644 \end_inset
25645
25646
25647 \end_layout
25648
25649 \begin_layout Subsection
25650 Tamaño
25651 \begin_inset Index
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655 Cuadros ! Tamaño
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Standard
25664 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25665 \family sans
25666 Ancho
25667 \family default
25668  y 
25669 \family sans
25670 Alto
25671 \family default
25672 .
25673  Las unidades disponibles para la geometría se describen en la tabla
25674 \begin_inset space ~
25675 \end_inset
25676
25677
25678 \begin_inset CommandInset ref
25679 LatexCommand ref
25680 reference "tab:Unidades"
25681
25682 \end_inset
25683
25684 .
25685  El campo 
25686 \family sans
25687 Alto
25688 \family default
25689  ofrece los siguientes tamaños adicionales:
25690 \end_layout
25691
25692 \begin_layout Description
25693 Profundidad Este es el texto plano «alto».
25694  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25695  cuadro:
25696 \begin_inset Newline newline
25697 \end_inset
25698
25699
25700 \begin_inset Newline newline
25701 \end_inset
25702
25703
25704 \begin_inset Newline newline
25705 \end_inset
25706
25707
25708 \begin_inset Box Boxed
25709 position "c"
25710 hor_pos "c"
25711 has_inner_box 1
25712 inner_pos "c"
25713 use_parbox 0
25714 width "12col%"
25715 special "none"
25716 height "1in"
25717 height_special "depth"
25718 status open
25719
25720 \begin_layout Plain Layout
25721 \align center
25722 Cuadro con altura establecida en 1
25723 \begin_inset space \thinspace{}
25724 \end_inset
25725
25726 Profundidad
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \begin_inset Newline newline
25733 \end_inset
25734
25735
25736 \begin_inset Newline newline
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \begin_layout Description
25743 Alto Es la altura del texto que está dentro del cuadro.
25744  Un valor de, p.
25745 \begin_inset space \thinspace{}
25746 \end_inset
25747
25748 e.
25749 \begin_inset space ~
25750 \end_inset
25751
25752 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25753  
25754 \begin_inset Box Boxed
25755 position "c"
25756 hor_pos "c"
25757 has_inner_box 1
25758 inner_pos "c"
25759 use_parbox 0
25760 width "20col%"
25761 special "none"
25762 height "2in"
25763 height_special "height"
25764 status open
25765
25766 \begin_layout Plain Layout
25767 \align center
25768 Cuadro con altura puesta en 2
25769 \begin_inset space \thinspace{}
25770 \end_inset
25771
25772 Alto
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \begin_layout Description
25781 Alto
25782 \begin_inset space ~
25783 \end_inset
25784
25785 total Esto es el Alto
25786 \begin_inset space \thinspace{}
25787 \end_inset
25788
25789 +
25790 \begin_inset space \thinspace{}
25791 \end_inset
25792
25793 Profundidad: 
25794 \begin_inset Box Boxed
25795 position "c"
25796 hor_pos "c"
25797 has_inner_box 1
25798 inner_pos "c"
25799 use_parbox 0
25800 width "20col%"
25801 special "none"
25802 height "1in"
25803 height_special "totalheight"
25804 status open
25805
25806 \begin_layout Plain Layout
25807 \align center
25808 Cuadro con altura puesta a 1
25809 \begin_inset space \thinspace{}
25810 \end_inset
25811
25812 Alto
25813 \begin_inset space ~
25814 \end_inset
25815
25816 total
25817 \end_layout
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Description
25825 Ancho Esto determina al ancho del cuadro como altura: 
25826 \begin_inset Box Boxed
25827 position "c"
25828 hor_pos "c"
25829 has_inner_box 1
25830 inner_pos "c"
25831 use_parbox 0
25832 width "12col%"
25833 special "none"
25834 height "1in"
25835 height_special "width"
25836 status open
25837
25838 \begin_layout Plain Layout
25839 \align center
25840 Cuadro con altura puesta en 1
25841 \begin_inset space \thinspace{}
25842 \end_inset
25843
25844 Ancho
25845 \end_layout
25846
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \begin_layout Subsection
25853 Alineación
25854 \begin_inset Index
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858 Cuadros ! Alineación
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Standard
25867 Si has elegido un 
25868 \family sans
25869 Cuadro
25870 \begin_inset space ~
25871 \end_inset
25872
25873 interior
25874 \family default
25875 , la alineación vertical del cuadro puede ser:
25876 \end_layout
25877
25878 \begin_layout Description
25879 Superior Ejemplo de línea de texto.
25880  
25881 \begin_inset Box Boxed
25882 position "t"
25883 hor_pos "c"
25884 has_inner_box 1
25885 inner_pos "c"
25886 use_parbox 0
25887 width "12col%"
25888 special "none"
25889 height "1in"
25890 height_special "totalheight"
25891 status collapsed
25892
25893 \begin_layout Plain Layout
25894 \align center
25895 Cuadro alineado arriba.
25896 \end_layout
25897
25898 \end_inset
25899
25900  Ejemplo de línea de texto.
25901 \end_layout
25902
25903 \begin_layout Description
25904 Medio Ejemplo de línea de texto.
25905  
25906 \begin_inset Box Boxed
25907 position "c"
25908 hor_pos "c"
25909 has_inner_box 1
25910 inner_pos "c"
25911 use_parbox 0
25912 width "12col%"
25913 special "none"
25914 height "1in"
25915 height_special "totalheight"
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919 \align center
25920 Cuadro alineado en medio.
25921 \end_layout
25922
25923 \end_inset
25924
25925  Ejemplo de línea de texto.
25926 \end_layout
25927
25928 \begin_layout Description
25929 Inferior Ejemplo de línea de texto.
25930  
25931 \begin_inset Box Boxed
25932 position "b"
25933 hor_pos "c"
25934 has_inner_box 1
25935 inner_pos "c"
25936 use_parbox 0
25937 width "12col%"
25938 special "none"
25939 height "1in"
25940 height_special "totalheight"
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944 \align center
25945 Cuadro alineado abajo.
25946 \end_layout
25947
25948 \end_inset
25949
25950  Ejemplo de línea de texto.
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset Note Greyedout
25955 status open
25956
25957 \begin_layout Plain Layout
25958
25959 \series bold
25960 Nota:
25961 \series default
25962  La alineación vertical puede desaparecer en la salida si hay dos cuadros
25963  en una línea y, p.
25964 \begin_inset space \thinspace{}
25965 \end_inset
25966
25967 e., uno de ellos tiene sombreado y el otro no.
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 La alineación horizontal del cuadro puede establecerse en el diálogo de
25977  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
25978 \end_layout
25979
25980 \begin_layout Standard
25981 \begin_inset VSpace bigskip
25982 \end_inset
25983
25984 Si has escogido un 
25985 \family sans
25986 Cuadro
25987 \begin_inset space ~
25988 \end_inset
25989
25990 interior
25991 \family default
25992 , el contenido puede alinearse verticalmente a:
25993 \end_layout
25994
25995 \begin_layout Description
25996 Superior Ejemplo de línea de texto.
25997  
25998 \begin_inset Box Boxed
25999 position "c"
26000 hor_pos "c"
26001 has_inner_box 1
26002 inner_pos "t"
26003 use_parbox 0
26004 width "12col%"
26005 special "none"
26006 height "1.5in"
26007 height_special "totalheight"
26008 status collapsed
26009
26010 \begin_layout Plain Layout
26011 \align center
26012 Cuadro con texto alineado arriba.
26013 \end_layout
26014
26015 \end_inset
26016
26017  Ejemplo de línea de texto.
26018 \end_layout
26019
26020 \begin_layout Description
26021 Medio Ejemplo de línea de texto.
26022  
26023 \begin_inset Box Boxed
26024 position "c"
26025 hor_pos "c"
26026 has_inner_box 1
26027 inner_pos "c"
26028 use_parbox 0
26029 width "12col%"
26030 special "none"
26031 height "1.5in"
26032 height_special "totalheight"
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036 \align center
26037 Cuadro con texto alineado en medio.
26038 \end_layout
26039
26040 \end_inset
26041
26042  Ejemplo de línea de texto.
26043 \end_layout
26044
26045 \begin_layout Description
26046 Inferior Ejemplo de línea de texto.
26047  
26048 \begin_inset Box Boxed
26049 position "c"
26050 hor_pos "c"
26051 has_inner_box 1
26052 inner_pos "b"
26053 use_parbox 0
26054 width "12col%"
26055 special "none"
26056 height "1.5in"
26057 height_special "totalheight"
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061 \align center
26062 Cuadro con texto alineado abajo.
26063 \end_layout
26064
26065 \end_inset
26066
26067  Ejemplo de línea de texto.
26068 \end_layout
26069
26070 \begin_layout Description
26071 Estirado Ejemplo de línea de texto.
26072  
26073 \begin_inset Box Boxed
26074 position "c"
26075 hor_pos "c"
26076 has_inner_box 1
26077 inner_pos "s"
26078 use_parbox 0
26079 width "12col%"
26080 special "none"
26081 height "1.5in"
26082 height_special "totalheight"
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086 \align center
26087 Este texto
26088 \end_layout
26089
26090 \begin_layout Plain Layout
26091 \align center
26092 está
26093 \end_layout
26094
26095 \begin_layout Plain Layout
26096 \align center
26097 estirado.
26098 \end_layout
26099
26100 \end_inset
26101
26102  Ejemplo de línea de texto.
26103 \end_layout
26104
26105 \begin_layout Standard
26106 Para estirar el contenido debe tener más de un párrafo.
26107  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26108 \end_layout
26109
26110 \begin_layout Standard
26111 \begin_inset VSpace bigskip
26112 \end_inset
26113
26114 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26115  LyX cuando hayas escogido un 
26116 \family sans
26117 Cuadro
26118 \begin_inset space ~
26119 \end_inset
26120
26121 interior
26122 \family default
26123 .
26124 \end_layout
26125
26126 \begin_layout Standard
26127 \align center
26128 \begin_inset Box Boxed
26129 position "c"
26130 hor_pos "c"
26131 has_inner_box 1
26132 inner_pos "s"
26133 use_parbox 0
26134 width "15col%"
26135 special "none"
26136 height "1.25in"
26137 height_special "totalheight"
26138 status collapsed
26139
26140 \begin_layout Plain Layout
26141 \align left
26142 Cuadro
26143 \end_layout
26144
26145 \begin_layout Plain Layout
26146 \align center
26147 con texto
26148 \end_layout
26149
26150 \begin_layout Plain Layout
26151 \align right
26152 estirado
26153 \end_layout
26154
26155 \end_inset
26156
26157
26158 \end_layout
26159
26160 \begin_layout Standard
26161 Si no has establecido un 
26162 \family sans
26163 Cuadro
26164 \begin_inset space ~
26165 \end_inset
26166
26167 interior
26168 \family default
26169 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26170  cuadro.
26171 \end_layout
26172
26173 \begin_layout Standard
26174 \align center
26175 \begin_inset Box Boxed
26176 position "c"
26177 hor_pos "s"
26178 has_inner_box 0
26179 inner_pos "s"
26180 use_parbox 0
26181 width "90col%"
26182 special "none"
26183 height "1.25in"
26184 height_special "totalheight"
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188 \align left
26189 Texto estirado horizontalmente.
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \begin_layout Subsection
26198 Cuadros enmarcados
26199 \begin_inset CommandInset label
26200 LatexCommand label
26201 name "sec:Cuadros-Enmarcados"
26202
26203 \end_inset
26204
26205
26206 \begin_inset Index
26207 status collapsed
26208
26209 \begin_layout Plain Layout
26210 Cuadros ! Marcos
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \begin_layout Standard
26219 El estilo de marco del cuadro se puede determinar en la lista desplegable
26220  
26221 \family sans
26222 Tipo
26223 \family default
26224  del diálogo de cuadros.
26225  Son posibles los siguientes marcos:
26226 \end_layout
26227
26228 \begin_layout Description
26229 Marco
26230 \begin_inset space ~
26231 \end_inset
26232
26233 sencillo Dibuja un marco rectangular alrededor del cuadro.
26234  El grosor del marco depende de 
26235 \series bold
26236
26237 \backslash
26238 fboxrule
26239 \series default
26240 .
26241  
26242 \begin_inset Box Boxed
26243 position "c"
26244 hor_pos "c"
26245 has_inner_box 1
26246 inner_pos "c"
26247 use_parbox 0
26248 width "25col%"
26249 special "none"
26250 height "1in"
26251 height_special "totalheight"
26252 status open
26253
26254 \begin_layout Plain Layout
26255 \align center
26256 Cuadro rectangular
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \begin_layout Description
26265 Marco
26266 \begin_inset space ~
26267 \end_inset
26268
26269 sencillo
26270 \begin_inset space ~
26271 \end_inset
26272
26273 con
26274 \begin_inset space ~
26275 \end_inset
26276
26277 salto
26278 \begin_inset space ~
26279 \end_inset
26280
26281 de
26282 \begin_inset space ~
26283 \end_inset
26284
26285 página Si usas la decoración 
26286 \family sans
26287 marco sencillo rectangular
26288 \family default
26289  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26290  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26291  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26292  propio y 
26293 \series bold
26294
26295 \backslash
26296 fboxrule
26297 \series default
26298  y 
26299 \series bold
26300
26301 \backslash
26302 fboxsep
26303 \series default
26304  no funcionan.
26305  El grosor del marco tiene el tamaño de 
26306 \series bold
26307
26308 \backslash
26309 FrameRule
26310 \series default
26311 .
26312 \begin_inset Box Framed
26313 position "t"
26314 hor_pos "c"
26315 has_inner_box 0
26316 inner_pos "t"
26317 use_parbox 0
26318 width "100col%"
26319 special "none"
26320 height "1in"
26321 height_special "totalheight"
26322 status collapsed
26323
26324 \begin_layout Plain Layout
26325 Cuadro que permite saltos de página
26326 \end_layout
26327
26328 \end_inset
26329
26330
26331 \end_layout
26332
26333 \begin_layout Description
26334 Marco
26335 \begin_inset space ~
26336 \end_inset
26337
26338 ovalado,
26339 \begin_inset space ~
26340 \end_inset
26341
26342 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26343 \begin_inset space \thinspace{}
26344 \end_inset
26345
26346 pt.
26347  
26348 \begin_inset Box ovalbox
26349 position "c"
26350 hor_pos "c"
26351 has_inner_box 1
26352 inner_pos "c"
26353 use_parbox 0
26354 width "25col%"
26355 special "none"
26356 height "1in"
26357 height_special "totalheight"
26358 status open
26359
26360 \begin_layout Plain Layout
26361 \align center
26362 Marco ovalado, fino
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \begin_layout Description
26371 Marco
26372 \begin_inset space ~
26373 \end_inset
26374
26375 ovalado,
26376 \begin_inset space ~
26377 \end_inset
26378
26379 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26380 \begin_inset space \thinspace{}
26381 \end_inset
26382
26383 pt.
26384  
26385 \begin_inset Box Ovalbox
26386 position "c"
26387 hor_pos "c"
26388 has_inner_box 1
26389 inner_pos "c"
26390 use_parbox 0
26391 width "30col%"
26392 special "none"
26393 height "1in"
26394 height_special "totalheight"
26395 status open
26396
26397 \begin_layout Plain Layout
26398 \align center
26399 Cuadro ovalado, grueso
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \end_layout
26406
26407 \begin_layout Description
26408 Marco
26409 \begin_inset space ~
26410 \end_inset
26411
26412 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26413  El grosor de la línea tiene el tamaño dado por 
26414 \series bold
26415
26416 \backslash
26417 fboxrule
26418 \series default
26419 , la sombra tiene una anchura de 4
26420 \begin_inset space \thinspace{}
26421 \end_inset
26422
26423 pt.
26424  
26425 \begin_inset Box Shadowbox
26426 position "c"
26427 hor_pos "c"
26428 has_inner_box 1
26429 inner_pos "c"
26430 use_parbox 0
26431 width "20col%"
26432 special "none"
26433 height "1in"
26434 height_special "totalheight"
26435 status open
26436
26437 \begin_layout Plain Layout
26438 \align center
26439 Marco sombrado
26440 \end_layout
26441
26442 \end_inset
26443
26444
26445 \end_layout
26446
26447 \begin_layout Description
26448 Fondo
26449 \begin_inset space ~
26450 \end_inset
26451
26452 sombreado Dibuja un cuadro con fondo de color rojo.
26453  A diferencia de los cuadros coloreados,
26454 \begin_inset Foot
26455 status open
26456
26457 \begin_layout Plain Layout
26458 véase sec.
26459  
26460 \begin_inset CommandInset ref
26461 LatexCommand ref
26462 reference "sec:Cuadros-Coloreados"
26463
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470
26471  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26472 \begin_inset Box Shaded
26473 position "t"
26474 hor_pos "c"
26475 has_inner_box 0
26476 inner_pos "t"
26477 use_parbox 0
26478 width "50col%"
26479 special "none"
26480 height "1in"
26481 height_special "totalheight"
26482 status open
26483
26484 \begin_layout Plain Layout
26485 Cuadro con fondo sombreado
26486 \end_layout
26487
26488 \end_inset
26489
26490
26491 \end_layout
26492
26493 \begin_layout Description
26494 Marco
26495 \begin_inset space ~
26496 \end_inset
26497
26498 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26499  El grosor de la línea interior es 0.75
26500 \begin_inset space \thinspace{}
26501 \end_inset
26502
26503
26504 \series bold
26505
26506 \backslash
26507 fboxrule
26508 \series default
26509 , el de la línea exterior es 1.5
26510 \begin_inset space \thinspace{}
26511 \end_inset
26512
26513
26514 \series bold
26515
26516 \backslash
26517 fboxrule
26518 \series default
26519 .
26520  La distancia entre líneas es 1.5
26521 \begin_inset space \thinspace{}
26522 \end_inset
26523
26524
26525 \series bold
26526
26527 \backslash
26528 fboxrule
26529 \series default
26530
26531 \begin_inset space \thinspace{}
26532 \end_inset
26533
26534 +
26535 \begin_inset space \thinspace{}
26536 \end_inset
26537
26538 0.5
26539 \begin_inset space \thinspace{}
26540 \end_inset
26541
26542 pt.
26543  
26544 \begin_inset Box Doublebox
26545 position "c"
26546 hor_pos "c"
26547 has_inner_box 1
26548 inner_pos "c"
26549 use_parbox 0
26550 width "20col%"
26551 special "none"
26552 height "1in"
26553 height_special "totalheight"
26554 status open
26555
26556 \begin_layout Plain Layout
26557 \align center
26558 Marco doble
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Standard
26567 \begin_inset VSpace bigskip
26568 \end_inset
26569
26570 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26571  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26572  LaTeX 
26573 \series bold
26574 fancybox
26575 \series default
26576
26577 \begin_inset Index
26578 status collapsed
26579
26580 \begin_layout Plain Layout
26581 LaTeX-paquetes ! fancybox
26582 \end_layout
26583
26584 \end_inset
26585
26586 .
26587 \end_layout
26588
26589 \begin_layout Section
26590 Personalización de cuadros
26591 \begin_inset Index
26592 status open
26593
26594 \begin_layout Plain Layout
26595 Cuadros ! Personalizar
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Standard
26604 El valor predeterminado por 
26605 \series bold
26606
26607 \backslash
26608 fboxrule
26609 \series default
26610  es 0.4
26611 \begin_inset space \thinspace{}
26612 \end_inset
26613
26614 pt.
26615  Puede cambiarse con el siguiente comando en código TeX, p.
26616 \begin_inset space \thinspace{}
26617 \end_inset
26618
26619 e.
26620 \begin_inset space ~
26621 \end_inset
26622
26623 a
26624 \begin_inset space ~
26625 \end_inset
26626
26627 2
26628 \begin_inset space \thinspace{}
26629 \end_inset
26630
26631 pt:
26632 \end_layout
26633
26634 \begin_layout Standard
26635
26636 \series bold
26637
26638 \backslash
26639 setlength{
26640 \backslash
26641 fboxrule}{2pt}
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset ERT
26646 status collapsed
26647
26648 \begin_layout Plain Layout
26649
26650
26651 \backslash
26652 setlength{
26653 \backslash
26654 fboxrule}{2pt}
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \begin_inset Box Boxed
26661 position "c"
26662 hor_pos "c"
26663 has_inner_box 1
26664 inner_pos "c"
26665 use_parbox 0
26666 width "25col%"
26667 special "none"
26668 height "1in"
26669 height_special "totalheight"
26670 status open
26671
26672 \begin_layout Plain Layout
26673 \align center
26674 Cuadro rectangular con 
26675 \series bold
26676
26677 \backslash
26678 fboxrule
26679 \series default
26680
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 =
26685 \begin_inset space \thinspace{}
26686 \end_inset
26687
26688 2
26689 \begin_inset space \thinspace{}
26690 \end_inset
26691
26692 pt
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 setlength{
26706 \backslash
26707 fboxrule}{0.4pt}
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \begin_layout Standard
26716 \begin_inset VSpace bigskip
26717 \end_inset
26718
26719 El espacio entre el marco y el contenido del cuadro es 3
26720 \begin_inset space \thinspace{}
26721 \end_inset
26722
26723 pt por omisión para todos los estilos.
26724  Se puede cambiar mediante la longitud 
26725 \series bold
26726
26727 \backslash
26728 fboxsep
26729 \series default
26730 .
26731  Por ejemplo el comando
26732 \end_layout
26733
26734 \begin_layout Standard
26735
26736 \series bold
26737
26738 \backslash
26739 setlength{
26740 \backslash
26741 fboxsep}{10pt}
26742 \end_layout
26743
26744 \begin_layout Standard
26745 determina un valor de 10
26746 \begin_inset space \thinspace{}
26747 \end_inset
26748
26749 pt, como en el siguiente cuadro:
26750 \end_layout
26751
26752 \begin_layout Standard
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 setlength{
26761 \backslash
26762 fboxsep}{10pt}
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \begin_inset Box Boxed
26769 position "c"
26770 hor_pos "c"
26771 has_inner_box 1
26772 inner_pos "c"
26773 use_parbox 0
26774 width "25col%"
26775 special "none"
26776 height "1in"
26777 height_special "totalheight"
26778 status open
26779
26780 \begin_layout Plain Layout
26781 \align center
26782 Cuadro rectangular con 
26783 \series bold
26784
26785 \backslash
26786 fboxsep
26787 \series default
26788
26789 \begin_inset space \thinspace{}
26790 \end_inset
26791
26792 =
26793 \begin_inset space \thinspace{}
26794 \end_inset
26795
26796 10
26797 \begin_inset space \thinspace{}
26798 \end_inset
26799
26800 pt
26801 \end_layout
26802
26803 \end_inset
26804
26805
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 setlength{
26814 \backslash
26815 fboxsep}{3pt}
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Standard
26824 \begin_inset VSpace bigskip
26825 \end_inset
26826
26827 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26828  el comando 
26829 \series bold
26830
26831 \backslash
26832 cornersize
26833 \series default
26834 .
26835  El comando
26836 \end_layout
26837
26838 \begin_layout Standard
26839
26840 \series bold
26841
26842 \backslash
26843 cornersize*{1cm}
26844 \end_layout
26845
26846 \begin_layout Standard
26847 establece un diámetro de 1
26848 \begin_inset space \thinspace{}
26849 \end_inset
26850
26851 cm.
26852  El comando
26853 \end_layout
26854
26855 \begin_layout Standard
26856
26857 \series bold
26858
26859 \backslash
26860 cornersize{num}
26861 \end_layout
26862
26863 \begin_layout Standard
26864 fija el diámetro en 
26865 \family sans
26866 num
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870 ×
26871 \begin_inset space \thinspace{}
26872 \end_inset
26873
26874 mínimo
26875 \family default
26876  
26877 \family sans
26878 (ancho y alto del cuadro)
26879 \family default
26880 .
26881  Por omisión es 
26882 \series bold
26883
26884 \backslash
26885 cornersize{0.5}
26886 \series default
26887 .
26888 \end_layout
26889
26890 \begin_layout Standard
26891 \begin_inset ERT
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895
26896
26897 \backslash
26898 cornersize*{1.5cm}
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \begin_inset Box Ovalbox
26905 position "c"
26906 hor_pos "c"
26907 has_inner_box 1
26908 inner_pos "c"
26909 use_parbox 0
26910 width "28col%"
26911 special "none"
26912 height "1in"
26913 height_special "totalheight"
26914 status open
26915
26916 \begin_layout Plain Layout
26917 \align center
26918 Cuadro ovalado con 
26919 \series bold
26920
26921 \backslash
26922 cornersize
26923 \series default
26924
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928 =
26929 \begin_inset space \thinspace{}
26930 \end_inset
26931
26932 1.5
26933 \begin_inset space \thinspace{}
26934 \end_inset
26935
26936 cm
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \begin_inset ERT
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946
26947
26948 \backslash
26949 cornersize{0.5}
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Standard
26958 \begin_inset VSpace bigskip
26959 \end_inset
26960
26961 El tamaño de la sombra se puede ajustar cambiando la longitud 
26962 \series bold
26963
26964 \backslash
26965 shadowsize
26966 \series default
26967 .
26968  Este comando la ajusta a 2
26969 \begin_inset space \thinspace{}
26970 \end_inset
26971
26972 pt en el cuadro siguiente:
26973 \end_layout
26974
26975 \begin_layout Standard
26976
26977 \series bold
26978
26979 \backslash
26980 setlength{
26981 \backslash
26982 shadowsize}{2pt}
26983 \end_layout
26984
26985 \begin_layout Standard
26986 \begin_inset ERT
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990
26991
26992 \backslash
26993 setlength{
26994 \backslash
26995 shadowsize}{2pt}
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \begin_inset Box Shadowbox
27002 position "c"
27003 hor_pos "c"
27004 has_inner_box 1
27005 inner_pos "c"
27006 use_parbox 0
27007 width "28col%"
27008 special "none"
27009 height "1in"
27010 height_special "totalheight"
27011 status open
27012
27013 \begin_layout Plain Layout
27014 \align center
27015 Cuadro sombreado con 
27016 \series bold
27017
27018 \backslash
27019 shadowsize
27020 \series default
27021
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 =
27026 \begin_inset space \thinspace{}
27027 \end_inset
27028
27029 2
27030 \begin_inset space \thinspace{}
27031 \end_inset
27032
27033 pt
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 setlength{
27047 \backslash
27048 shadowsize}{4pt}
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Standard
27057 \begin_inset VSpace bigskip
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \begin_layout Standard
27064 Por omisión, el tamaño 
27065 \series bold
27066
27067 \backslash
27068 FrameRule
27069 \series default
27070  es 0,4
27071 \begin_inset space \thinspace{}
27072 \end_inset
27073
27074 pt.
27075  El espacio por omisión entre el contenido de la nota y el marco es 9
27076 \begin_inset space \thinspace{}
27077 \end_inset
27078
27079 pt; puede cambiarse con el valor de 
27080 \series bold
27081
27082 \backslash
27083 FrameSep
27084 \series default
27085 .
27086  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27087  en código TeX
27088 \end_layout
27089
27090 \begin_layout Standard
27091
27092 \series bold
27093
27094 \backslash
27095 setlength{
27096 \backslash
27097 FrameRule}{5pt}
27098 \begin_inset Newline newline
27099 \end_inset
27100
27101
27102 \backslash
27103 setlength{
27104 \backslash
27105 FrameSep}{0.5cm}
27106 \end_layout
27107
27108 \begin_layout Standard
27109 \begin_inset ERT
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113
27114
27115 \backslash
27116 setlength{
27117 \backslash
27118 FrameRule}{5pt}
27119 \end_layout
27120
27121 \begin_layout Plain Layout
27122
27123
27124 \backslash
27125 setlength{
27126 \backslash
27127 FrameSep}{0.5cm}
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \begin_inset Box Framed
27134 position "t"
27135 hor_pos "c"
27136 has_inner_box 0
27137 inner_pos "t"
27138 use_parbox 0
27139 width "100col%"
27140 special "none"
27141 height "1in"
27142 height_special "totalheight"
27143 status open
27144
27145 \begin_layout Plain Layout
27146 Texto en un 
27147 \family sans
27148 marco
27149 \begin_inset space ~
27150 \end_inset
27151
27152 sencillo
27153 \begin_inset space ~
27154 \end_inset
27155
27156 con
27157 \begin_inset space ~
27158 \end_inset
27159
27160 salto
27161 \begin_inset space ~
27162 \end_inset
27163
27164 de
27165 \begin_inset space ~
27166 \end_inset
27167
27168 página
27169 \family default
27170 .
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \begin_inset ERT
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180
27181
27182 \backslash
27183 setlength{
27184 \backslash
27185 FrameRule}{0.4pt}
27186 \end_layout
27187
27188 \begin_layout Plain Layout
27189
27190
27191 \backslash
27192 setlength{
27193 \backslash
27194 FrameSep}{9pt}
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset VSpace bigskip
27204 \end_inset
27205
27206
27207 \end_layout
27208
27209 \begin_layout Standard
27210 Para los cuadros con 
27211 \family sans
27212 fondo
27213 \begin_inset space ~
27214 \end_inset
27215
27216 sombreado
27217 \family default
27218  el espacio por omisión entre el contenido y el marco es 3
27219 \begin_inset space \thinspace{}
27220 \end_inset
27221
27222 pt; se puede cambiar con el valor de 
27223 \series bold
27224
27225 \backslash
27226 fboxsep
27227 \series default
27228 .
27229  El color rojo predeterminado se puede cambiar en el sitio con el comando
27230  
27231 \series bold
27232
27233 \backslash
27234 definecolor{shadebox}
27235 \series default
27236  o globalmente con el menú 
27237 \family sans
27238 Herramientas
27239 \family default
27240 \SpecialChar \menuseparator
27241
27242 \family sans
27243 Preferencias
27244 \family default
27245 \SpecialChar \menuseparator
27246
27247 \family sans
27248 Colores
27249 \family default
27250 \SpecialChar \menuseparator
27251
27252 \family sans
27253 cuadro
27254 \begin_inset space ~
27255 \end_inset
27256
27257 sombreado
27258 \family default
27259 .
27260  El esquema del comando 
27261 \series bold
27262
27263 \backslash
27264 definecolor
27265 \series default
27266  se explica en la sección
27267 \begin_inset space ~
27268 \end_inset
27269
27270
27271 \begin_inset CommandInset ref
27272 LatexCommand ref
27273 reference "sec:Tablas-Coloreadas"
27274
27275 \end_inset
27276
27277 .
27278 \begin_inset Foot
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282 El comando 
27283 \series bold
27284
27285 \backslash
27286 definecolor
27287 \series default
27288  requiere el paquete LaTeX 
27289 \series bold
27290 color
27291 \series default
27292  en el preámbulo, véase la sección
27293 \begin_inset space ~
27294 \end_inset
27295
27296
27297 \begin_inset CommandInset ref
27298 LatexCommand ref
27299 reference "sec:Cuadros-Coloreados"
27300
27301 \end_inset
27302
27303 .
27304 \end_layout
27305
27306 \end_inset
27307
27308  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27309 \end_layout
27310
27311 \begin_layout Standard
27312
27313 \series bold
27314
27315 \backslash
27316 setlength{
27317 \backslash
27318 fboxsep}{0.5cm}
27319 \series default
27320
27321 \begin_inset Newline newline
27322 \end_inset
27323
27324
27325 \series bold
27326
27327 \backslash
27328 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27329 \end_layout
27330
27331 \begin_layout Standard
27332 \begin_inset ERT
27333 status open
27334
27335 \begin_layout Plain Layout
27336
27337
27338 \backslash
27339 setlength{
27340 \backslash
27341 fboxsep}{0.5cm}
27342 \end_layout
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \begin_inset Box Shaded
27355 position "t"
27356 hor_pos "c"
27357 has_inner_box 0
27358 inner_pos "t"
27359 use_parbox 0
27360 width "100col%"
27361 special "none"
27362 height "1in"
27363 height_special "totalheight"
27364 status open
27365
27366 \begin_layout Plain Layout
27367
27368 \color yellow
27369 Texto amarillo en un cuadro con 
27370 \family sans
27371 fondo sombreado 
27372 \family default
27373  en color verde oscuro.
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \begin_inset ERT
27380 status open
27381
27382 \begin_layout Plain Layout
27383
27384
27385 \backslash
27386 setlength{
27387 \backslash
27388 fboxsep}{3pt}
27389 \end_layout
27390
27391 \begin_layout Plain Layout
27392
27393
27394 \backslash
27395 definecolor{shadecolor}{rgb}{1,0,0}
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Standard
27404 \begin_inset VSpace bigskip
27405 \end_inset
27406
27407 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27408  a los comandos.
27409 \end_layout
27410
27411 \begin_layout Section
27412 Minipáginas
27413 \begin_inset CommandInset label
27414 LatexCommand label
27415 name "sec:Minipáginas"
27416
27417 \end_inset
27418
27419
27420 \begin_inset Index
27421 status collapsed
27422
27423 \begin_layout Plain Layout
27424 Cuadros ! Minipáginas
27425 \end_layout
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \begin_layout Standard
27433 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27434  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27435 \end_layout
27436
27437 \begin_layout Standard
27438 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27439 \end_layout
27440
27441 \begin_layout Standard
27442 A continuación hay dos ejemplos de minipáginas adosadas.
27443  Su anchura está puesta en 45
27444 \begin_inset space \thinspace{}
27445 \end_inset
27446
27447 % y separadas por un relleno horizontal, insertado vía el menú 
27448 \family sans
27449 Insertar\SpecialChar \menuseparator
27450 Formato\SpecialChar \menuseparator
27451 Relleno
27452 \begin_inset space ~
27453 \end_inset
27454
27455 horizontal
27456 \family default
27457 .
27458 \end_layout
27459
27460 \begin_layout Standard
27461 \begin_inset Newpage newpage
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \begin_layout Standard
27468 \begin_inset Box Frameless
27469 position "t"
27470 hor_pos "c"
27471 has_inner_box 1
27472 inner_pos "c"
27473 use_parbox 0
27474 width "45col%"
27475 special "none"
27476 height "1in"
27477 height_special "totalheight"
27478 status open
27479
27480 \begin_layout Plain Layout
27481
27482 \lang german
27483 Dies ist ein deutscher Text.
27484  Dies ist ein deutscher Text.
27485  Dies ist ein deutscher Text.
27486  Dies ist ein deutscher Text.
27487  Dies ist ein deutscher Text.
27488  Dies ist ein deutscher Text.
27489  Dies ist ein deutscher Text.
27490  Dies ist ein deutscher Text.
27491  Dies ist ein deutscher Text.
27492  Dies ist ein deutscher Text.
27493  Dies ist ein deutscher Text.
27494  Dies ist ein deutscher Text.
27495  Dies ist ein deutscher Text
27496 \begin_inset Foot
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500
27501 \lang german
27502 Dies ist eine deutsche Fußnote.
27503 \end_layout
27504
27505 \end_inset
27506
27507 .
27508  Dies ist ein deutscher Text.
27509  Dies ist ein deutscher Text.
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \begin_inset space \hfill{}
27516 \end_inset
27517
27518
27519 \begin_inset Box Frameless
27520 position "t"
27521 hor_pos "c"
27522 has_inner_box 1
27523 inner_pos "c"
27524 use_parbox 0
27525 width "45col%"
27526 special "none"
27527 height "1in"
27528 height_special "totalheight"
27529 status open
27530
27531 \begin_layout Plain Layout
27532 This is an English Text.
27533  This is an English Text.
27534  This is an English Text.
27535  This is an English Text.
27536  This is an English Text.
27537  This is an English Text.
27538  This is an English Text.
27539  This is an English Text.
27540  This is an English Text.
27541  This is an English Text.
27542  This is an English Text.
27543  This is an English Text.
27544  This is an English Text.
27545  This is an English Text.
27546  This is an English Text.
27547  This is an English Text.
27548 \begin_inset Foot
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552 This is an English footnote.
27553 \end_layout
27554
27555 \end_inset
27556
27557  This is an English Text.
27558  
27559 \end_layout
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 \begin_inset VSpace bigskip
27568 \end_inset
27569
27570 Otra aplicación de los cuadros son las notas a pie en tablas.
27571  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27572  al final de la página actual.
27573  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27574  en la parte inferior, ordenadas con letras.
27575  La ordenación de las notas al pie se restablece en cada minipágina pero
27576  no fuera de las minipáginas.
27577 \end_layout
27578
27579 \begin_layout Standard
27580 La nota al pie en esta tabla no aparece: 
27581 \begin_inset Tabular
27582 <lyxtabular version="3" rows="3" columns="4">
27583 <features>
27584 <column alignment="center" valignment="top" width="0pt">
27585 <column alignment="center" valignment="top" width="0pt">
27586 <column alignment="center" valignment="top" width="0pt">
27587 <column alignment="center" valignment="top" width="0pt">
27588 <row>
27589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27590 \begin_inset Text
27591
27592 \begin_layout Plain Layout
27593 1
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602 2
27603 \end_layout
27604
27605 \end_inset
27606 </cell>
27607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27608 \begin_inset Text
27609
27610 \begin_layout Plain Layout
27611 3
27612 \begin_inset Foot
27613 status open
27614
27615 \begin_layout Plain Layout
27616 Nota al pie en una tabla.
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \end_inset
27625 </cell>
27626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27627 \begin_inset Text
27628
27629 \begin_layout Plain Layout
27630 4
27631 \end_layout
27632
27633 \end_inset
27634 </cell>
27635 </row>
27636 <row>
27637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27638 \begin_inset Text
27639
27640 \begin_layout Plain Layout
27641 a
27642 \end_layout
27643
27644 \end_inset
27645 </cell>
27646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27647 \begin_inset Text
27648
27649 \begin_layout Plain Layout
27650 b
27651 \end_layout
27652
27653 \end_inset
27654 </cell>
27655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27656 \begin_inset Text
27657
27658 \begin_layout Plain Layout
27659 c
27660 \end_layout
27661
27662 \end_inset
27663 </cell>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Plain Layout
27668 d
27669 \end_layout
27670
27671 \end_inset
27672 </cell>
27673 </row>
27674 <row>
27675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27676 \begin_inset Text
27677
27678 \begin_layout Plain Layout
27679 e
27680 \end_layout
27681
27682 \end_inset
27683 </cell>
27684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27685 \begin_inset Text
27686
27687 \begin_layout Plain Layout
27688 f
27689 \end_layout
27690
27691 \end_inset
27692 </cell>
27693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27694 \begin_inset Text
27695
27696 \begin_layout Plain Layout
27697 g
27698 \end_layout
27699
27700 \end_inset
27701 </cell>
27702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27703 \begin_inset Text
27704
27705 \begin_layout Plain Layout
27706 h
27707 \end_layout
27708
27709 \end_inset
27710 </cell>
27711 </row>
27712 </lyxtabular>
27713
27714 \end_inset
27715
27716
27717 \end_layout
27718
27719 \begin_layout Standard
27720 \align center
27721 \begin_inset Box Frameless
27722 position "t"
27723 hor_pos "c"
27724 has_inner_box 1
27725 inner_pos "c"
27726 use_parbox 0
27727 width "30col%"
27728 special "none"
27729 height "1in"
27730 height_special "totalheight"
27731 status open
27732
27733 \begin_layout Plain Layout
27734 \align center
27735 \begin_inset Tabular
27736 <lyxtabular version="3" rows="3" columns="4">
27737 <features>
27738 <column alignment="center" valignment="top" width="0pt">
27739 <column alignment="center" valignment="top" width="0pt">
27740 <column alignment="center" valignment="top" width="0pt">
27741 <column alignment="center" valignment="top" width="0pt">
27742 <row>
27743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27744 \begin_inset Text
27745
27746 \begin_layout Plain Layout
27747 1
27748 \end_layout
27749
27750 \end_inset
27751 </cell>
27752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27753 \begin_inset Text
27754
27755 \begin_layout Plain Layout
27756 2
27757 \end_layout
27758
27759 \end_inset
27760 </cell>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 3
27766 \begin_inset Foot
27767 status open
27768
27769 \begin_layout Plain Layout
27770 Nota al pie en una tabla..
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 4
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 </row>
27790 <row>
27791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27792 \begin_inset Text
27793
27794 \begin_layout Plain Layout
27795 a
27796 \end_layout
27797
27798 \end_inset
27799 </cell>
27800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27801 \begin_inset Text
27802
27803 \begin_layout Plain Layout
27804 b
27805 \end_layout
27806
27807 \end_inset
27808 </cell>
27809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27810 \begin_inset Text
27811
27812 \begin_layout Plain Layout
27813 c
27814 \end_layout
27815
27816 \end_inset
27817 </cell>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822 d
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 </row>
27828 <row>
27829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27830 \begin_inset Text
27831
27832 \begin_layout Plain Layout
27833 e
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 f
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Plain Layout
27851 g
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860 h
27861 \end_layout
27862
27863 \end_inset
27864 </cell>
27865 </row>
27866 </lyxtabular>
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 \begin_inset VSpace bigskip
27880 \end_inset
27881
27882 La configuración global de párrafos se ignora en las minipáginas.
27883  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27884  pongas p.
27885 \begin_inset space \thinspace{}
27886 \end_inset
27887
27888 e.
27889 \begin_inset space ~
27890 \end_inset
27891
27892
27893 \family sans
27894 Salto
27895 \begin_inset space ~
27896 \end_inset
27897
27898 medio
27899 \family default
27900  en la configuración del documento.
27901 \end_layout
27902
27903 \begin_layout Standard
27904 Las minipáginas también sirven para poner un color de fondo para partes
27905  de texto, véase sección
27906 \begin_inset space ~
27907 \end_inset
27908
27909
27910 \begin_inset CommandInset ref
27911 LatexCommand ref
27912 reference "sub:Color-en-Párrafos"
27913
27914 \end_inset
27915
27916 .
27917 \end_layout
27918
27919 \begin_layout Standard
27920 \begin_inset Note Greyedout
27921 status open
27922
27923 \begin_layout Plain Layout
27924
27925 \series bold
27926 Nota:
27927 \series default
27928  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27929  tener minipáginas en tablas, flotantes, y otros cuadros.
27930 \end_layout
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Section
27938 Cuadros de párrafo
27939 \begin_inset CommandInset label
27940 LatexCommand label
27941 name "sec:Cuadros-de-Párrafo"
27942
27943 \end_inset
27944
27945
27946 \begin_inset Index
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Cuadros ! de párrafo
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Standard
27959 Los cuadros de párrafo son similares a las minipáginas con la diferencia
27960  de que no pueden contener notas al pie.
27961   La diferencia principal es que las minipáginas no son verdaderos cuadros
27962  sino entornos de LaTeX.
27963 \end_layout
27964
27965 \begin_layout Standard
27966 \align center
27967 \begin_inset Box Frameless
27968 position "t"
27969 hor_pos "c"
27970 has_inner_box 1
27971 inner_pos "t"
27972 use_parbox 1
27973 width "33col%"
27974 special "none"
27975 height "1in"
27976 height_special "totalheight"
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980 Texto en un cuadro de párrafo.
27981  Texto en un cuadro de párrafo.
27982  Esta nota no aparece:
27983 \begin_inset Foot
27984 status open
27985
27986 \begin_layout Plain Layout
27987 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
27988 \end_layout
27989
27990 \end_inset
27991
27992
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Section
28001 Cuadros para palabras y caracteres
28002 \begin_inset Index
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006 Cuadros ! para palabras y caracteres
28007 \end_layout
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \begin_layout Subsection
28015 Evitar la partición de palabras
28016 \begin_inset CommandInset label
28017 LatexCommand label
28018 name "sec:Evitar-la-Partición"
28019
28020 \end_inset
28021
28022
28023 \begin_inset Index
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 Cuadros ! para evitar la partición de palabras
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28037  con guión.
28038 \begin_inset Newline newline
28039 \end_inset
28040
28041 He aquí un ejemplo:
28042 \end_layout
28043
28044 \begin_layout Standard
28045 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28046 palabra».
28047 \end_layout
28048
28049 \begin_layout Standard
28050 Para evitar su división usa el comando
28051 \end_layout
28052
28053 \begin_layout Standard
28054
28055 \series bold
28056
28057 \backslash
28058 mbox{
28059 \end_layout
28060
28061 \begin_layout Standard
28062 en código TeX antes de la palabra.
28063  Tras ella inserta una llave de cierre «
28064 \series bold
28065 }
28066 \series default
28067 » en código TeX.
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Este es el resultado:
28072 \end_layout
28073
28074 \begin_layout Standard
28075 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28076 \begin_inset ERT
28077 status collapsed
28078
28079 \begin_layout Plain Layout
28080
28081
28082 \backslash
28083 mbox{
28084 \end_layout
28085
28086 \end_inset
28087
28088 «estalarguísimapalabra».
28089 \begin_inset ERT
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093
28094 }
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 Como alternativa puedes poner el comando «
28104 \series bold
28105
28106 \backslash
28107 -
28108 \series default
28109 » en código TeX directamente antes de la palabra:
28110 \end_layout
28111
28112 \begin_layout Standard
28113 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28114 \begin_inset ERT
28115 status collapsed
28116
28117 \begin_layout Plain Layout
28118
28119
28120 \backslash
28121 -
28122 \end_layout
28123
28124 \end_inset
28125
28126 estalarguísimapalabra».
28127 \end_layout
28128
28129 \begin_layout Standard
28130 Por supuesto, la palabra sobresale del margen.
28131  Para evitarlo añade, con el menú 
28132 \family sans
28133 Insertar\SpecialChar \menuseparator
28134 Formato\SpecialChar \menuseparator
28135 Salto
28136 \begin_inset space ~
28137 \end_inset
28138
28139 de
28140 \begin_inset space ~
28141 \end_inset
28142
28143
28144 \family default
28145 línea (atajo 
28146 \series bold
28147 Ctrl-Retorno
28148 \series default
28149 ), un salto de línea antes de la palabra:
28150 \end_layout
28151
28152 \begin_layout Standard
28153 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28154 \begin_inset Newline newline
28155 \end_inset
28156
28157
28158 \begin_inset ERT
28159 status collapsed
28160
28161 \begin_layout Plain Layout
28162
28163
28164 \backslash
28165 mbox{
28166 \end_layout
28167
28168 \end_inset
28169
28170 «estalarguísimapalabra».
28171 \begin_inset ERT
28172 status collapsed
28173
28174 \begin_layout Plain Layout
28175
28176 }
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Subsection
28185 Alineación vertical
28186 \begin_inset CommandInset label
28187 LatexCommand label
28188 name "sub:Alineación-Vertical"
28189
28190 \end_inset
28191
28192
28193 \begin_inset Index
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 Cuadros ! para alineación vertical
28198 \end_layout
28199
28200 \end_inset
28201
28202
28203 \end_layout
28204
28205 \begin_layout Standard
28206 Con ayuda del comando 
28207 \series bold
28208
28209 \backslash
28210 raisebox
28211 \series default
28212  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28213  
28214 \series bold
28215
28216 \backslash
28217 raisebox
28218 \series default
28219  se utiliza según el esquema:
28220 \end_layout
28221
28222 \begin_layout Standard
28223
28224 \series bold
28225
28226 \backslash
28227 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28228 \end_layout
28229
28230 \begin_layout Standard
28231 La elevación puede ser un valor positivo para subir el cuadro o negativo
28232  para bajarlo.
28233 \end_layout
28234
28235 \begin_layout Standard
28236 Para alinear una palabra, p.
28237 \begin_inset space \thinspace{}
28238 \end_inset
28239
28240 e
28241 \begin_inset space ~
28242 \end_inset
28243
28244 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28245  en la línea de base, inserta el comando
28246 \end_layout
28247
28248 \begin_layout Standard
28249
28250 \series bold
28251
28252 \backslash
28253 raisebox{
28254 \backslash
28255 depth}{
28256 \end_layout
28257
28258 \begin_layout Standard
28259 en código TeX antes de la palabra.
28260  Detrás de la palabra inserta una llave de cierre «
28261 \series bold
28262 }
28263 \series default
28264 » en código TeX.
28265 \begin_inset Newline newline
28266 \end_inset
28267
28268 Este es el resultado:
28269 \end_layout
28270
28271 \begin_layout Standard
28272 Esto es una línea de texto con la palabra 
28273 \begin_inset ERT
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277
28278
28279 \backslash
28280 raisebox{
28281 \backslash
28282 depth}{
28283 \end_layout
28284
28285 \end_inset
28286
28287 «prevención»
28288 \begin_inset ERT
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292
28293 }
28294 \end_layout
28295
28296 \end_inset
28297
28298  elevada.
28299 \end_layout
28300
28301 \begin_layout Standard
28302 \begin_inset VSpace bigskip
28303 \end_inset
28304
28305 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28306 \end_layout
28307
28308 \begin_layout Standard
28309 Esto es una línea de texto con la palabra 
28310 \begin_inset ERT
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314
28315
28316 \backslash
28317 raisebox{-
28318 \backslash
28319 depth}{
28320 \end_layout
28321
28322 \end_inset
28323
28324 «prevención»
28325 \begin_inset ERT
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329
28330 }
28331 \end_layout
28332
28333 \end_inset
28334
28335  como palabra más baja.
28336 \begin_inset Newline newline
28337 \end_inset
28338
28339 Esto es una línea de texto con la palabra 
28340 \begin_inset ERT
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344
28345
28346 \backslash
28347 raisebox{0.5cm}{
28348 \end_layout
28349
28350 \end_inset
28351
28352 «testigo»
28353 \begin_inset ERT
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357
28358 }
28359 \end_layout
28360
28361 \end_inset
28362
28363  como palabra más alta.
28364 \end_layout
28365
28366 \begin_layout Standard
28367 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28368  Por ejemplo
28369 \end_layout
28370
28371 \begin_layout Standard
28372
28373 \series bold
28374
28375 \backslash
28376 raisebox{-
28377 \backslash
28378 depth}[0pt]{
28379 \end_layout
28380
28381 \begin_layout Standard
28382 Esto es una línea de texto con la palabra 
28383 \begin_inset ERT
28384 status collapsed
28385
28386 \begin_layout Plain Layout
28387
28388
28389 \backslash
28390 raisebox{-
28391 \backslash
28392 depth}[0pt]{
28393 \end_layout
28394
28395 \end_inset
28396
28397 «prevención»
28398 \begin_inset ERT
28399 status collapsed
28400
28401 \begin_layout Plain Layout
28402
28403 }
28404 \end_layout
28405
28406 \end_inset
28407
28408  como palabra más baja.
28409 \begin_inset Newline newline
28410 \end_inset
28411
28412 Esto es una línea de texto con la palabra 
28413 \begin_inset ERT
28414 status collapsed
28415
28416 \begin_layout Plain Layout
28417
28418
28419 \backslash
28420 raisebox{0.5cm}[0pt]{
28421 \end_layout
28422
28423 \end_inset
28424
28425 «testigo»
28426 \begin_inset ERT
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430
28431 }
28432 \end_layout
28433
28434 \end_inset
28435
28436  como palabra más alta.
28437 \end_layout
28438
28439 \begin_layout Section
28440 Cuadros coloreados
28441 \begin_inset CommandInset label
28442 LatexCommand label
28443 name "sec:Cuadros-Coloreados"
28444
28445 \end_inset
28446
28447
28448 \begin_inset Index
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Cuadros ! Color
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Subsection
28461 Color en texto
28462 \begin_inset Index
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466 Color ! en texto
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \begin_layout Standard
28475 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28476  Esto requiere cargar el paquete LaTeX 
28477 \series bold
28478 color
28479 \series default
28480
28481 \begin_inset Index
28482 status collapsed
28483
28484 \begin_layout Plain Layout
28485 LaTeX-paquetes ! color
28486 \end_layout
28487
28488 \end_inset
28489
28490  en el preámbulo del documento con
28491 \end_layout
28492
28493 \begin_layout Standard
28494
28495 \series bold
28496
28497 \backslash
28498 @ifundef\SpecialChar \textcompwordmark{}
28499 ined{textcolor}
28500 \begin_inset Newline newline
28501 \end_inset
28502
28503
28504 \begin_inset ERT
28505 status collapsed
28506
28507 \begin_layout Plain Layout
28508
28509
28510 \backslash
28511 hphantom{ }
28512 \end_layout
28513
28514 \end_inset
28515
28516 {
28517 \backslash
28518 usepackage{color}}{}
28519 \end_layout
28520
28521 \begin_layout Standard
28522 LyX cargará automáticamente el paquete 
28523 \series bold
28524 color
28525 \series default
28526  cuando colorees texto.
28527 \begin_inset Foot
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 Para evitar cargarlo dos veces se usa el comando 
28532 \series bold
28533
28534 \backslash
28535 @ifundef\SpecialChar \textcompwordmark{}
28536 ined
28537 \series default
28538 .
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \begin_layout Standard
28547 \begin_inset VSpace medskip
28548 \end_inset
28549
28550 Los cuadros coloreados se crean con el comando 
28551 \series bold
28552
28553 \backslash
28554 colorbox
28555 \series default
28556 , de acuerdo con el siguiente esquema:
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 colorbox{color}{contenido del cuadro}
28565 \end_layout
28566
28567 \begin_layout Standard
28568 El contenido también puede ser un cuadro y los cuadros coloreados también
28569  pueden estar en otros cuadros.
28570 \end_layout
28571
28572 \begin_layout Standard
28573 Los siguientes colores están predefinidos:
28574 \begin_inset Newline newline
28575 \end_inset
28576
28577
28578 \family sans
28579 red
28580 \family default
28581
28582 \family sans
28583 green
28584 \family default
28585
28586 \family sans
28587 yellow, blue
28588 \family default
28589
28590 \family sans
28591 cyan
28592 \family default
28593 \series bold
28594 ,
28595 \series default
28596  
28597 \family sans
28598 magenta, black
28599 \family default
28600
28601 \family sans
28602 white
28603 \family default
28604 .
28605 \begin_inset Newline newline
28606 \end_inset
28607
28608 También puedes definir tus propios colores según se explica en la sección
28609 \begin_inset space ~
28610 \end_inset
28611
28612
28613 \begin_inset CommandInset ref
28614 LatexCommand ref
28615 reference "sec:Tablas-Coloreadas"
28616
28617 \end_inset
28618
28619 .
28620 \end_layout
28621
28622 \begin_layout Standard
28623 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28624 \end_layout
28625
28626 \begin_layout Standard
28627
28628 \series bold
28629
28630 \backslash
28631 colorbox{red}{
28632 \end_layout
28633
28634 \begin_layout Standard
28635 en código TeX antes de la palabra.
28636  Tras la palabra inserta una llave de cierre «
28637 \series bold
28638 }
28639 \series default
28640 » en código TeX.
28641 \begin_inset Newline newline
28642 \end_inset
28643
28644 Este es el resultado:
28645 \end_layout
28646
28647 \begin_layout Standard
28648 Línea en la que la palabra 
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 colorbox{red}{
28657 \end_layout
28658
28659 \end_inset
28660
28661 «¡Atención!»
28662 \begin_inset ERT
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666
28667 }
28668 \end_layout
28669
28670 \end_inset
28671
28672  tiene fondo rojo.
28673 \end_layout
28674
28675 \begin_layout Standard
28676 \begin_inset VSpace bigskip
28677 \end_inset
28678
28679 Si quieres un marco de distinto color, puedes emplear el comando 
28680 \series bold
28681
28682 \backslash
28683 fcolorbox
28684 \series default
28685  con el esquema siguiente:
28686 \end_layout
28687
28688 \begin_layout Standard
28689
28690 \series bold
28691
28692 \backslash
28693 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28694 \end_layout
28695
28696 \begin_layout Standard
28697
28698 \series bold
28699
28700 \backslash
28701 fcolorbox
28702 \series default
28703  es una extensión de 
28704 \series bold
28705
28706 \backslash
28707 colorbox
28708 \series default
28709 .
28710  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28711  con las longitudes 
28712 \series bold
28713
28714 \backslash
28715 fboxrule
28716 \series default
28717  y 
28718 \series bold
28719
28720 \backslash
28721 fboxsep
28722 \series default
28723 , respectivamente, como se describe en la sección
28724 \begin_inset space ~
28725 \end_inset
28726
28727
28728 \begin_inset CommandInset ref
28729 LatexCommand ref
28730 reference "sec:Cuadros-Enmarcados"
28731
28732 \end_inset
28733
28734 .
28735 \end_layout
28736
28737 \begin_layout Standard
28738 Para el ejemplo siguiente se ha utilizado el comando
28739 \end_layout
28740
28741 \begin_layout Standard
28742
28743 \series bold
28744
28745 \backslash
28746 fcolorbox{cyan}{magenta}{
28747 \end_layout
28748
28749 \begin_layout Standard
28750 Este es un ejemplo en el que se ha puesto un grosor de 1
28751 \begin_inset space \thinspace{}
28752 \end_inset
28753
28754 mm para la línea del marco:
28755 \begin_inset Newline newline
28756 \end_inset
28757
28758
28759 \begin_inset ERT
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763
28764
28765 \backslash
28766 fboxrule 1mm 
28767 \backslash
28768 fboxsep 1mm
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 fcolorbox{cyan}{magenta}{
28782 \end_layout
28783
28784 \end_inset
28785
28786 Texto en un marco coloreado y enmarcado.
28787 \begin_inset ERT
28788 status collapsed
28789
28790 \begin_layout Plain Layout
28791
28792 }
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \end_layout
28799
28800 \begin_layout Standard
28801 \begin_inset VSpace bigskip
28802 \end_inset
28803
28804 Por supuesto también puedes colorear el texto en un marco coloreado:
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808
28809 \begin_inset ERT
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813
28814
28815 \backslash
28816 fcolorbox{cyan}{magenta}{
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \color yellow
28823 Texto coloreado en un marco sombreado y coloreado.
28824 \color none
28825
28826 \begin_inset ERT
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830
28831 }
28832 \end_layout
28833
28834 \end_inset
28835
28836
28837 \begin_inset ERT
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841
28842
28843 \backslash
28844 fboxrule 0.4pt 
28845 \backslash
28846 fboxsep 3pt
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \end_layout
28853
28854 \begin_layout Standard
28855
28856 \series bold
28857 \begin_inset VSpace medskip
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \begin_layout Standard
28864 \begin_inset Note Greyedout
28865 status open
28866
28867 \begin_layout Plain Layout
28868
28869 \series bold
28870 Nota:
28871 \series default
28872  El texto en cuadros coloreados no puede tener saltos de línea.
28873  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28874  coloreado como se describe a continuación.
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \end_layout
28881
28882 \begin_layout Subsection
28883 Color en párrafos
28884 \begin_inset CommandInset label
28885 LatexCommand label
28886 name "sub:Color-en-Párrafos"
28887
28888 \end_inset
28889
28890
28891 \begin_inset Index
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 Color ! en párrafos
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Standard
28904 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28905  Antes de la minipágina inserta el comando 
28906 \series bold
28907
28908 \backslash
28909 colorbox
28910 \end_layout
28911
28912 \begin_layout Standard
28913
28914 \series bold
28915
28916 \backslash
28917 colorbox{color}{
28918 \end_layout
28919
28920 \begin_layout Standard
28921 en código TeX.
28922  Detrás de la minipágina inserta una llave de cierre «
28923 \series bold
28924 }
28925 \series default
28926 » en código TeX.
28927 \end_layout
28928
28929 \begin_layout Standard
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935
28936 \backslash
28937 colorbox{grisclaro}{
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \begin_inset Box Frameless
28944 position "t"
28945 hor_pos "c"
28946 has_inner_box 1
28947 inner_pos "t"
28948 use_parbox 0
28949 width "100col%"
28950 special "none"
28951 height "1in"
28952 height_special "totalheight"
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956 Texto con color de fondo.
28957  Texto con color de fondo.
28958 \end_layout
28959
28960 \begin_layout Plain Layout
28961 \begin_inset VSpace defskip
28962 \end_inset
28963
28964 El texto puede tener notas al pie
28965 \begin_inset Foot
28966 status open
28967
28968 \begin_layout Plain Layout
28969 Otro ejemplo de nota
28970 \end_layout
28971
28972 \end_inset
28973
28974  y puede incluir tablas y figuras.
28975 \end_layout
28976
28977 \begin_layout Plain Layout
28978 \align center
28979 \begin_inset Tabular
28980 <lyxtabular version="3" rows="3" columns="3">
28981 <features>
28982 <column alignment="center" valignment="top" width="0">
28983 <column alignment="center" valignment="top" width="0">
28984 <column alignment="center" valignment="top" width="0">
28985 <row>
28986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28987 \begin_inset Text
28988
28989 \begin_layout Plain Layout
28990 a
28991 \end_layout
28992
28993 \end_inset
28994 </cell>
28995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28996 \begin_inset Text
28997
28998 \begin_layout Plain Layout
28999 !
29000 \end_layout
29001
29002 \end_inset
29003 </cell>
29004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29005 \begin_inset Text
29006
29007 \begin_layout Plain Layout
29008 3
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 </row>
29014 <row>
29015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29016 \begin_inset Text
29017
29018 \begin_layout Plain Layout
29019 <
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29025 \begin_inset Text
29026
29027 \begin_layout Plain Layout
29028 b2
29029 \begin_inset Quotes erd
29030 \end_inset
29031
29032 |
29033 \end_layout
29034
29035 \end_inset
29036 </cell>
29037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29038 \begin_inset Text
29039
29040 \begin_layout Plain Layout
29041 >
29042 \end_layout
29043
29044 \end_inset
29045 </cell>
29046 </row>
29047 <row>
29048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29049 \begin_inset Text
29050
29051 \begin_layout Plain Layout
29052 1
29053 \end_layout
29054
29055 \end_inset
29056 </cell>
29057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29058 \begin_inset Text
29059
29060 \begin_layout Plain Layout
29061 §
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 c
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 </row>
29076 </lyxtabular>
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \begin_inset ERT
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090
29091 }
29092 \end_layout
29093
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \begin_layout Section
29100 Cuadros rotados y escalados
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Para poder usar los comandos descritos en esta sección hay que cargar el
29105  paquete LaTeX 
29106 \series bold
29107 graphicx
29108 \begin_inset Index
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 LaTeX-paquetes ! graphicx
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \series default
29119  en el preámbulo del documento, con el comando
29120 \end_layout
29121
29122 \begin_layout Standard
29123
29124 \series bold
29125
29126 \backslash
29127 @ifundefined{rotatebox}
29128 \begin_inset Newline newline
29129 \end_inset
29130
29131
29132 \begin_inset ERT
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136
29137
29138 \backslash
29139 hphantom{ }
29140 \end_layout
29141
29142 \end_inset
29143
29144 {
29145 \backslash
29146 usepackage{graphicx}}{}
29147 \end_layout
29148
29149 \begin_layout Standard
29150 \begin_inset Note Greyedout
29151 status open
29152
29153 \begin_layout Plain Layout
29154
29155 \series bold
29156 Nota: 
29157 \series default
29158 Algunos visores DVI no pueden mostrar material rotado o escalado.
29159 \end_layout
29160
29161 \end_inset
29162
29163
29164 \end_layout
29165
29166 \begin_layout Standard
29167 \begin_inset Note Greyedout
29168 status open
29169
29170 \begin_layout Plain Layout
29171
29172 \series bold
29173 Nota:
29174 \series default
29175  Los cuadros rotados o escalados no pueden contener flotantes.
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Subsection
29184 Cuadros rotados
29185 \begin_inset Index
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 Cuadros ! Rotar
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \begin_inset Index
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Material rotado
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \begin_inset Index
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 Figuras ! Rotar
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \begin_inset Index
29216 status collapsed
29217
29218 \begin_layout Plain Layout
29219 Tablas ! Rotar
29220 \end_layout
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \begin_layout Standard
29228 Para rotar material debes ponerlo en un cuadro rotado.
29229  Los cuadros rotados se crean con el comando 
29230 \series bold
29231
29232 \backslash
29233 rotatebox
29234 \series default
29235  en código TeX, según el esquema:
29236 \end_layout
29237
29238 \begin_layout Standard
29239
29240 \series bold
29241
29242 \backslash
29243 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29244 \end_layout
29245
29246 \begin_layout Standard
29247 El origen de rotación se especifica en la forma 
29248 \series bold
29249 origin=position
29250 \series default
29251 .
29252  Son posibles las posiciones siguientes: 
29253 \emph on
29254 c
29255 \emph default
29256  (center), 
29257 \emph on
29258 l
29259 \emph default
29260  (left), 
29261 \emph on
29262 r
29263 \emph default
29264  (right), 
29265 \emph on
29266 b
29267 \emph default
29268  (bottom), 
29269 \emph on
29270 t
29271 \emph default
29272  (top), así como combinaciones adecuadas de las posiciones básicas.
29273  Por ejemplo, 
29274 \emph on
29275 lt
29276 \emph default
29277  significa que el origen de rotación es la esquina superior izquierda del
29278  cuadro.
29279  Si no se especifica origen de rotación se usará la posición 
29280 \emph on
29281 l
29282 \emph default
29283 .
29284  El ángulo de rotación es un número de grados, y puede ser negativo.
29285  El sentido de giro es contrario al de las agujas del reloj.
29286 \end_layout
29287
29288 \begin_layout Standard
29289 En el siguiente ejemplo se ha insertado el comando 
29290 \series bold
29291
29292 \backslash
29293 rotatebox[origin=c]{60}{ 
29294 \series default
29295 como código TeX delante del texto «con rotación»; después del texto, el
29296  cuadro se ha cerrado con llave de cierre en código TeX.
29297 \end_layout
29298
29299 \begin_layout Standard
29300 Esta línea contiene texto 
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306
29307 \backslash
29308 rotatebox[origin=c]{60}{
29309 \end_layout
29310
29311 \end_inset
29312
29313 con rotación
29314 \begin_inset ERT
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318
29319 }
29320 \end_layout
29321
29322 \end_inset
29323
29324 .
29325 \end_layout
29326
29327 \begin_layout Standard
29328 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29329  línea:
29330 \end_layout
29331
29332 \begin_layout Standard
29333 En esta línea hay texto enmarcado 
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339
29340 \backslash
29341 rotatebox[origin=r]{-60}{
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \begin_inset Box Doublebox
29348 position "c"
29349 hor_pos "c"
29350 has_inner_box 0
29351 inner_pos "c"
29352 use_parbox 0
29353 width "1in"
29354 special "width"
29355 height "1in"
29356 height_special "totalheight"
29357 status open
29358
29359 \begin_layout Plain Layout
29360 con rotación
29361 \end_layout
29362
29363 \end_inset
29364
29365
29366 \begin_inset ERT
29367 status collapsed
29368
29369 \begin_layout Plain Layout
29370
29371 }
29372 \end_layout
29373
29374 \end_inset
29375
29376  y 
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382
29383 \backslash
29384 rotatebox[origin=lb]{60}{
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29391 \end_inset
29392
29393
29394 \begin_inset ERT
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398
29399 }
29400 \end_layout
29401
29402 \end_inset
29403
29404  una ecuación.
29405 \end_layout
29406
29407 \begin_layout Standard
29408 O una imagen o una tabla:
29409 \end_layout
29410
29411 \begin_layout Standard
29412 Aquí hay una imagen girada 
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418
29419 \backslash
29420 rotatebox[origin=lb]{90}{
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Graphics
29427         filename ../clipart/platypus.eps
29428         lyxscale 50
29429         width 25col%
29430
29431 \end_inset
29432
29433
29434 \begin_inset ERT
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438
29439 }
29440 \end_layout
29441
29442 \end_inset
29443
29444  y una tabla girada 
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 rotatebox[origin=l]{-90}{
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \begin_inset Tabular
29459 <lyxtabular version="3" rows="2" columns="2">
29460 <features>
29461 <column alignment="center" valignment="top" width="0">
29462 <column alignment="center" valignment="top" width="0">
29463 <row>
29464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29465 \begin_inset Text
29466
29467 \begin_layout Plain Layout
29468 q
29469 \end_layout
29470
29471 \end_inset
29472 </cell>
29473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Plain Layout
29477 w
29478 \end_layout
29479
29480 \end_inset
29481 </cell>
29482 </row>
29483 <row>
29484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29485 \begin_inset Text
29486
29487 \begin_layout Plain Layout
29488 e
29489 \end_layout
29490
29491 \end_inset
29492 </cell>
29493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29494 \begin_inset Text
29495
29496 \begin_layout Plain Layout
29497 r
29498 \end_layout
29499
29500 \end_inset
29501 </cell>
29502 </row>
29503 </lyxtabular>
29504
29505 \end_inset
29506
29507
29508 \begin_inset ERT
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512
29513 }
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Subsection
29522 Cuadros escalados
29523 \begin_inset Index
29524 status collapsed
29525
29526 \begin_layout Plain Layout
29527 Cuadros ! Escalar
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Index
29534 status collapsed
29535
29536 \begin_layout Plain Layout
29537 Material escalado
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \begin_inset Index
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547 Figuras ! Escalar
29548 \end_layout
29549
29550 \end_inset
29551
29552
29553 \begin_inset Index
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Tablas ! Escalar
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \end_layout
29564
29565 \begin_layout Standard
29566 Para escalar material se pueden usar los comandos 
29567 \series bold
29568
29569 \backslash
29570 scalebox
29571 \series default
29572  y 
29573 \series bold
29574
29575 \backslash
29576 resizebox 
29577 \series default
29578 en código TeX.
29579 \end_layout
29580
29581 \begin_layout Standard
29582
29583 \series bold
29584
29585 \backslash
29586 scalebox
29587 \series default
29588  se usa con el esquema siguiente:
29589 \end_layout
29590
29591 \begin_layout Standard
29592
29593 \series bold
29594
29595 \backslash
29596 scalebox{horizontal}[vertical]{contenido del cuadro}
29597 \end_layout
29598
29599 \begin_layout Standard
29600 Horizontal y vertical son los factores de escala correspondientes.
29601  Si no se especifica factor vertical, su valor será el mismo que el factor
29602  de escala horizontal.
29603  
29604 \end_layout
29605
29606 \begin_layout Standard
29607 Por ejemplo, el comando 
29608 \series bold
29609
29610 \backslash
29611 scalebox{2}{Hola} 
29612 \series default
29613 crea un 
29614 \begin_inset ERT
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618
29619
29620 \backslash
29621 scalebox{2}{
29622 \end_layout
29623
29624 \end_inset
29625
29626 Hola
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632 }
29633 \end_layout
29634
29635 \end_inset
29636
29637  de doble tamaño que el texto normal del documento.
29638 \end_layout
29639
29640 \begin_layout Standard
29641 El comando 
29642 \series bold
29643
29644 \backslash
29645 scalebox{2}[1]{Hola} 
29646 \series default
29647 distorsiona el 
29648 \begin_inset ERT
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652
29653
29654 \backslash
29655 scalebox{2}[1]{
29656 \end_layout
29657
29658 \end_inset
29659
29660 Hola
29661 \begin_inset ERT
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665
29666 }
29667 \end_layout
29668
29669 \end_inset
29670
29671 .
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29676  Por eso el comando 
29677 \series bold
29678
29679 \backslash
29680 scalebox{-1}[1]{Hola} 
29681 \series default
29682 puede usarse para reflejar un texto: 
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688
29689 \backslash
29690 scalebox{-1}[1]{
29691 \end_layout
29692
29693 \end_inset
29694
29695 Hola
29696 \begin_inset ERT
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700
29701 }
29702 \end_layout
29703
29704 \end_inset
29705
29706 .
29707 \end_layout
29708
29709 \begin_layout Standard
29710
29711 \series bold
29712
29713 \backslash
29714 scalebox{1}[-1]{Hola} 
29715 \series default
29716 refleja el 
29717 \begin_inset ERT
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721
29722
29723 \backslash
29724 scalebox{1}[-1]{
29725 \end_layout
29726
29727 \end_inset
29728
29729 Hola
29730 \begin_inset ERT
29731 status collapsed
29732
29733 \begin_layout Plain Layout
29734
29735 }
29736 \end_layout
29737
29738 \end_inset
29739
29740  sobre la base.
29741 \end_layout
29742
29743 \begin_layout Standard
29744 El comando 
29745 \series bold
29746
29747 \backslash
29748 scalebox{-1}[1]{contenido del cuadro} 
29749 \series default
29750 puede sustituirse por 
29751 \series bold
29752
29753 \begin_inset Newline newline
29754 \end_inset
29755
29756
29757 \backslash
29758 reflectbox{contenido del cuadro}
29759 \begin_inset VSpace defskip
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 El comando 
29767 \series bold
29768
29769 \backslash
29770 resizebox
29771 \series default
29772  sirve para escalar el cuadro a una altura y anchura definidas, según el
29773  esquema:
29774 \end_layout
29775
29776 \begin_layout Standard
29777
29778 \series bold
29779
29780 \backslash
29781 resizebox{anchura}{altura}{contenido del cuadro}
29782 \end_layout
29783
29784 \begin_layout Standard
29785 Si uno de los argumentos del comando es un signo de exclamación, 
29786 \series bold
29787 !
29788 \series default
29789 , la escala se produce de forma que se mantiene la relación de las dimensiones
29790  originales del contenido del cuadro.
29791  
29792 \end_layout
29793
29794 \begin_layout Standard
29795 El comando 
29796 \series bold
29797
29798 \backslash
29799 resizebox{2cm}{1cm}{Hola}
29800 \series default
29801  genera: 
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 resizebox{2cm}{1cm}{
29810 \end_layout
29811
29812 \end_inset
29813
29814 Hola
29815 \begin_inset ERT
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819
29820 }
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \begin_inset Newline newline
29827 \end_inset
29828
29829 El comando 
29830 \series bold
29831
29832 \backslash
29833 resizebox{2cm}{!}{Hola}
29834 \series default
29835  genera: 
29836 \begin_inset ERT
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840
29841
29842 \backslash
29843 resizebox{2cm}{!}{
29844 \end_layout
29845
29846 \end_inset
29847
29848 Hola
29849 \begin_inset ERT
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854 }
29855 \end_layout
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \begin_layout Standard
29863 \begin_inset VSpace defskip
29864 \end_inset
29865
29866
29867 \end_layout
29868
29869 \begin_layout Standard
29870 \begin_inset Note Greyedout
29871 status open
29872
29873 \begin_layout Plain Layout
29874
29875 \series bold
29876 Nota: 
29877 \series default
29878 Si los argumentos de 
29879 \series bold
29880
29881 \backslash
29882 scalebox
29883 \series default
29884  o 
29885 \series bold
29886
29887 \backslash
29888 resizebox
29889 \series default
29890  son cero, no se generan errores de LaTeX al exportar el documento, pero
29891  puede suceder que la salida no se muestre o que sea incompleta.
29892  
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \begin_inset VSpace defskip
29899 \end_inset
29900
29901
29902 \end_layout
29903
29904 \begin_layout Standard
29905 Los cuadros se pueden combinar en cualquier orden.
29906  Por ejemplo, el comando
29907 \series bold
29908
29909 \begin_inset Newline newline
29910 \end_inset
29911
29912
29913 \backslash
29914 rotatebox[origin=c]{-45}{
29915 \backslash
29916 resizebox{2cm}{!}{
29917 \backslash
29918 reflectbox{Hola}}}
29919 \begin_inset Newline newline
29920 \end_inset
29921
29922
29923 \series default
29924 genera:
29925 \end_layout
29926
29927 \begin_layout Standard
29928 \noindent
29929 \align center
29930 \begin_inset ERT
29931 status collapsed
29932
29933 \begin_layout Plain Layout
29934
29935
29936 \backslash
29937 rotatebox[origin=c]{-45}{
29938 \backslash
29939 resizebox{2cm}{!}{
29940 \backslash
29941 reflectbox{
29942 \end_layout
29943
29944 \end_inset
29945
29946 Hola
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952 }}}
29953 \end_layout
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \begin_layout Standard
29961 \noindent
29962 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \noindent
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 \align center
29972 \begin_inset ERT
29973 status collapsed
29974
29975 \begin_layout Plain Layout
29976
29977
29978 \backslash
29979 rotatebox[origin=c]{-30}{
29980 \backslash
29981 resizebox{2cm}{!}{
29982 \backslash
29983 reflectbox{
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \begin_inset Graphics
29990         filename ../clipart/platypus.eps
29991         lyxscale 50
29992         width 25col%
29993
29994 \end_inset
29995
29996
29997 \begin_inset ERT
29998 status collapsed
29999
30000 \begin_layout Plain Layout
30001
30002 }}}
30003 \end_layout
30004
30005 \end_inset
30006
30007
30008 \begin_inset ERT
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012
30013
30014 \backslash
30015 rotatebox[origin=c]{-45}{
30016 \backslash
30017 resizebox{2cm}{!}{
30018 \backslash
30019 reflectbox{
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \begin_inset Tabular
30026 <lyxtabular version="3" rows="2" columns="2">
30027 <features>
30028 <column alignment="center" valignment="top" width="0">
30029 <column alignment="center" valignment="top" width="0">
30030 <row>
30031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30032 \begin_inset Text
30033
30034 \begin_layout Plain Layout
30035 q
30036 \end_layout
30037
30038 \end_inset
30039 </cell>
30040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30041 \begin_inset Text
30042
30043 \begin_layout Plain Layout
30044 w
30045 \end_layout
30046
30047 \end_inset
30048 </cell>
30049 </row>
30050 <row>
30051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30052 \begin_inset Text
30053
30054 \begin_layout Plain Layout
30055 e
30056 \end_layout
30057
30058 \end_inset
30059 </cell>
30060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30061 \begin_inset Text
30062
30063 \begin_layout Plain Layout
30064 r
30065 \end_layout
30066
30067 \end_inset
30068 </cell>
30069 </row>
30070 </lyxtabular>
30071
30072 \end_inset
30073
30074
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080 }}}
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \begin_inset ERT
30087 status collapsed
30088
30089 \begin_layout Plain Layout
30090
30091
30092 \backslash
30093 rotatebox[origin=c]{-45}{
30094 \backslash
30095 resizebox{2cm}{!}{
30096 \backslash
30097 reflectbox{
30098 \end_layout
30099
30100 \end_inset
30101
30102
30103 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30104 \end_inset
30105
30106
30107 \begin_inset ERT
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111
30112 }}}
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Si se usa el estilo global 
30122 \series bold
30123 fleqn
30124 \series default
30125  para las ecuaciones del documento,
30126 \begin_inset Foot
30127 status collapsed
30128
30129 \begin_layout Plain Layout
30130 Si «fleqn» se añade a las opciones de clase del documento.
30131 \end_layout
30132
30133 \end_inset
30134
30135  también pueden escalarse las ecuaciones en estilo presentación.
30136 \end_layout
30137
30138 \begin_layout Chapter
30139 Archivo
30140 \begin_inset Index
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144 Archivo, insertar
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \end_layout
30151
30152 \begin_layout Standard
30153 Con el menú 
30154 \family sans
30155 Insertar\SpecialChar \menuseparator
30156 Archivo 
30157 \family default
30158 se pueden insertar archivos externos en un documento.
30159  Estos pueden ser:
30160 \end_layout
30161
30162 \begin_layout Description
30163 Documento
30164 \begin_inset space ~
30165 \end_inset
30166
30167 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30168 \end_layout
30169
30170 \begin_layout Description
30171 Texto
30172 \begin_inset space ~
30173 \end_inset
30174
30175 simple
30176 \begin_inset space ~
30177 \end_inset
30178
30179 como
30180 \begin_inset space ~
30181 \end_inset
30182
30183 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30184  como un nuevo párrafo.
30185 \end_layout
30186
30187 \begin_layout Description
30188 Texto
30189 \begin_inset space ~
30190 \end_inset
30191
30192 simple
30193 \begin_inset space ~
30194 \end_inset
30195
30196 como
30197 \begin_inset space ~
30198 \end_inset
30199
30200 párrafos Un documento de texto; cada línea del texto se inserta tal como
30201  está, formando un solo párrafo.
30202  Las líneas vacías generan un nuevo párrafo en tu documento.
30203 \end_layout
30204
30205 \begin_layout Description
30206 Material
30207 \begin_inset space ~
30208 \end_inset
30209
30210 externo Archivos en diversos formatos.
30211 \end_layout
30212
30213 \begin_layout Description
30214 Documento
30215 \begin_inset space ~
30216 \end_inset
30217
30218 hijo Documentos LyX, LaTeX o texto simple.
30219 \end_layout
30220
30221 \begin_layout Section
30222 Material externo
30223 \begin_inset Index
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 Material externo
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \end_layout
30234
30235 \begin_layout Standard
30236 Esta característica te permite insertar archivos en tu documento sin convertirlo
30237 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30238  las necesarias conversiones.
30239  Esto es parecido a la inserción de imágenes en diversos formatos en los
30240  documentos LyX.
30241 \end_layout
30242
30243 \begin_layout Standard
30244 El material externo se puede insertar mediante el diálogo que surge a partir
30245  del menú 
30246 \family sans
30247 Insertar\SpecialChar \menuseparator
30248 Archivo\SpecialChar \menuseparator
30249 Material
30250 \begin_inset space ~
30251 \end_inset
30252
30253 externo
30254 \family default
30255 .
30256  Actualmente se permiten los siguientes tipos de archivo (
30257 \family sans
30258 Plantillas
30259 \family default
30260 ):
30261 \end_layout
30262
30263 \begin_layout Description
30264 Diagrama
30265 \begin_inset space ~
30266 \end_inset
30267
30268 de
30269 \begin_inset space ~
30270 \end_inset
30271
30272 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30273  con el programa 
30274 \series bold
30275
30276 \begin_inset CommandInset href
30277 LatexCommand href
30278 name "XBoard"
30279 target "http://en.wikipedia.org/wiki/XBoard"
30280
30281 \end_inset
30282
30283
30284 \series default
30285 .
30286 \end_layout
30287
30288 \begin_layout Description
30289 Fecha Esta inserta la fecha en el formato 
30290 \emph on
30291 Día-Mes-Año.
30292
30293 \emph default
30294  A continuación hay una fecha insertada como material externo: 
30295 \begin_inset External
30296         template Date
30297         filename ...
30298
30299 \end_inset
30300
30301
30302 \lang english
30303
30304 \begin_inset space ~
30305 \end_inset
30306
30307
30308 \begin_inset Note Note
30309 status open
30310
30311 \begin_layout Plain Layout
30312
30313 \lang english
30314 Remove the protected space when bug 4398 is fixed!
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \lang spanish
30321
30322 \begin_inset Newline newline
30323 \end_inset
30324
30325 La fecha no se muestra en LyX, sólo en la salida.
30326  Hay otros dos métodos de insertar una fecha, con el menú 
30327 \family sans
30328 Insertar\SpecialChar \menuseparator
30329 Fecha
30330 \family default
30331  y con el comando LaTeX 
30332 \series bold
30333
30334 \backslash
30335 today
30336 \series default
30337  en código TeX.
30338  Los distintos métodos se comparan en la tabla
30339 \begin_inset space ~
30340 \end_inset
30341
30342
30343 \begin_inset CommandInset ref
30344 LatexCommand ref
30345 reference "tab:Comparación-de"
30346
30347 \end_inset
30348
30349 .
30350 \end_layout
30351
30352 \begin_layout Description
30353 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30354 \begin_inset Newline linebreak
30355 \end_inset
30356
30357
30358 \series bold
30359
30360 \begin_inset CommandInset href
30361 LatexCommand href
30362 name "LilyPond"
30363 target "http://en.wikipedia.org/wiki/LilyPond"
30364
30365 \end_inset
30366
30367
30368 \series default
30369 .
30370 \end_layout
30371
30372 \begin_layout Description
30373 RasterImage Sirve para insertar imágenes bitmap.
30374  Casi todos los formatos populares de imágenes están soportados.
30375  Las imágenes se pueden tratar en el diálogo 
30376 \family sans
30377 Material Externo
30378 \family default
30379  como las que habitualmente se incluyen mediante el diálogo 
30380 \family sans
30381 Gráficos
30382 \family default
30383 , tal como se explica en la sección
30384 \begin_inset space ~
30385 \end_inset
30386
30387
30388 \begin_inset CommandInset ref
30389 LatexCommand ref
30390 reference "sec:Diálogo-Gráficos"
30391
30392 \end_inset
30393
30394 .
30395  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30396  PDF y EPS no están soportadas.
30397 \end_layout
30398
30399 \begin_layout Description
30400 XFig Esta plantilla soporta imágenes creadas con el programa 
30401 \series bold
30402
30403 \begin_inset CommandInset href
30404 LatexCommand href
30405 name "Xfig"
30406 target "http://en.wikipedia.org/wiki/Xfig"
30407
30408 \end_inset
30409
30410
30411 \series default
30412 .
30413 \end_layout
30414
30415 \begin_layout Standard
30416 \begin_inset Float table
30417 placement h
30418 wide false
30419 sideways false
30420 status open
30421
30422 \begin_layout Plain Layout
30423 \begin_inset Caption
30424
30425 \begin_layout Plain Layout
30426 \begin_inset CommandInset label
30427 LatexCommand label
30428 name "tab:Comparación-de"
30429
30430 \end_inset
30431
30432 Comparación de los métodos de inserción de fecha.
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \end_layout
30439
30440 \begin_layout Plain Layout
30441 \align center
30442 \begin_inset Tabular
30443 <lyxtabular version="3" rows="4" columns="4">
30444 <features>
30445 <column alignment="center" valignment="top" width="0">
30446 <column alignment="center" valignment="top" width="0">
30447 <column alignment="center" valignment="top" width="0">
30448 <column alignment="center" valignment="top" width="0">
30449 <row>
30450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30451 \begin_inset Text
30452
30453 \begin_layout Plain Layout
30454 Tipo del Documento
30455 \end_layout
30456
30457 \end_inset
30458 </cell>
30459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30460 \begin_inset Text
30461
30462 \begin_layout Plain Layout
30463
30464 \family sans
30465 Material Externo\SpecialChar \menuseparator
30466 Fecha
30467 \end_layout
30468
30469 \end_inset
30470 </cell>
30471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30472 \begin_inset Text
30473
30474 \begin_layout Plain Layout
30475
30476 \family sans
30477 Insertar\SpecialChar \menuseparator
30478 Fecha
30479 \end_layout
30480
30481 \end_inset
30482 </cell>
30483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Plain Layout
30487 comando 
30488 \series bold
30489
30490 \backslash
30491 today
30492 \end_layout
30493
30494 \end_inset
30495 </cell>
30496 </row>
30497 <row>
30498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30499 \begin_inset Text
30500
30501 \begin_layout Plain Layout
30502 LyX
30503 \end_layout
30504
30505 \end_inset
30506 </cell>
30507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30508 \begin_inset Text
30509
30510 \begin_layout Plain Layout
30511 como cuadro
30512 \end_layout
30513
30514 \end_inset
30515 </cell>
30516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30517 \begin_inset Text
30518
30519 \begin_layout Plain Layout
30520 como fecha
30521 \end_layout
30522
30523 \end_inset
30524 </cell>
30525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30526 \begin_inset Text
30527
30528 \begin_layout Plain Layout
30529 como cuadro en código TeX
30530 \end_layout
30531
30532 \end_inset
30533 </cell>
30534 </row>
30535 <row>
30536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30537 \begin_inset Text
30538
30539 \begin_layout Plain Layout
30540 LaTeX
30541 \end_layout
30542
30543 \end_inset
30544 </cell>
30545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30546 \begin_inset Text
30547
30548 \begin_layout Plain Layout
30549 como fecha
30550 \end_layout
30551
30552 \end_inset
30553 </cell>
30554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30555 \begin_inset Text
30556
30557 \begin_layout Plain Layout
30558 como fecha
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30564 \begin_inset Text
30565
30566 \begin_layout Plain Layout
30567 como comando
30568 \end_layout
30569
30570 \end_inset
30571 </cell>
30572 </row>
30573 <row>
30574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30575 \begin_inset Text
30576
30577 \begin_layout Plain Layout
30578 DVI, PDF, PS
30579 \end_layout
30580
30581 \end_inset
30582 </cell>
30583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30584 \begin_inset Text
30585
30586 \begin_layout Plain Layout
30587 como fecha
30588 \end_layout
30589
30590 \end_inset
30591 </cell>
30592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 como fecha
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605 como fecha
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 </row>
30611 </lyxtabular>
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \end_inset
30619
30620
30621 \end_layout
30622
30623 \begin_layout Standard
30624 Si utilizas la opción 
30625 \family sans
30626 Borrador
30627 \family default
30628  en la solapa 
30629 \family sans
30630 Archivo
30631 \family default
30632  del diálogo 
30633 \family sans
30634 Material Externo
30635 \family default
30636 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30637 \family sans
30638
30639 \begin_inset Newline newline
30640 \end_inset
30641
30642
30643 \family default
30644 El material externo se muestra en LyX como un cuadro del tipo:
30645 \family sans
30646  
30647 \family default
30648
30649 \begin_inset Graphics
30650         filename clipart/MaterialExternoQt4.png
30651         scale 80
30652
30653 \end_inset
30654
30655  o como imagen, según la configuración elegida en la solapa 
30656 \family sans
30657 Vista
30658 \begin_inset space ~
30659 \end_inset
30660
30661 LyX 
30662 \family default
30663 del diálogo 
30664 \family sans
30665 Material Externo.
30666 \end_layout
30667
30668 \begin_layout Standard
30669 En el manual 
30670 \emph on
30671 Personalización
30672 \emph default
30673  se explica cómo definir tus propias plantillas.
30674 \end_layout
30675
30676 \begin_layout Section
30677 Documento hijo
30678 \begin_inset CommandInset label
30679 LatexCommand label
30680 name "sec:Documento-Hijo"
30681
30682 \end_inset
30683
30684
30685 \begin_inset Index
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689 Documento hijo
30690 \end_layout
30691
30692 \end_inset
30693
30694
30695 \end_layout
30696
30697 \begin_layout Standard
30698 Los documentos hijos se emplean en el caso de tener un documento extenso
30699  compuesto por varias partes o secciones más grandes.
30700  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30701  en varios archivos que pueden ser revisados por separado.
30702  Estos archivos se conocen como documentos hijos, y el llamado documento
30703  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30704  
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30709  cuadros del tipo: 
30710 \begin_inset Graphics
30711         filename clipart/DocumentoHijoQt4.png
30712         scale 80
30713
30714 \end_inset
30715
30716 .
30717  Para incluir documentos hijos en un documento maestro utiliza el menú 
30718 \family sans
30719 Insertar
30720 \family default
30721 \SpecialChar \menuseparator
30722
30723 \family sans
30724 Archivo
30725 \family default
30726 \SpecialChar \menuseparator
30727
30728 \family sans
30729 Documento
30730 \begin_inset space ~
30731 \end_inset
30732
30733 hijo
30734 \family default
30735 .
30736  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30737 \end_layout
30738
30739 \begin_layout Description
30740 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30741  Al pulsar el botón 
30742 \family sans
30743 Cargar
30744 \family default
30745  en el diálogo 
30746 \family sans
30747 Documento hijo
30748 \family default
30749 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30750  la ventana de LyX y así puedes modificarlos si quieres.
30751 \end_layout
30752
30753 \begin_layout Standard
30754 Aquí hay un archivo insertado con el método 
30755 \family sans
30756 Incluir
30757 \family default
30758
30759 \begin_inset CommandInset include
30760 LatexCommand include
30761 filename "DocumentoPostizo1.lyx"
30762
30763 \end_inset
30764
30765
30766 \end_layout
30767
30768 \begin_layout Standard
30769 La numeración de secciones tiene en cuenta las secciones de los archivos
30770  incluidos en el orden en que están insertados en el documento maestro.
30771  El documento incluido de ejemplo tiene una subsección que se numera como
30772  subsección de la presente sección.
30773  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30774 \begin_inset space ~
30775 \end_inset
30776
30777
30778 \begin_inset CommandInset ref
30779 LatexCommand ref
30780 reference "sub:Subsección-Externa-1"
30781
30782 \end_inset
30783
30784 .
30785 \end_layout
30786
30787 \begin_layout Standard
30788 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30789  del documento maestro.
30790  Los documentos incluidos se insertan comenzando una página nueva y acabando
30791  con un salto de página.
30792 \end_layout
30793
30794 \begin_layout Standard
30795 Con el comando LaTeX 
30796 \series bold
30797
30798 \backslash
30799 includeonly
30800 \series default
30801  puedes determinar qué documentos hijos serán procesados al generar la salida.
30802  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30803  un extenso documento y quieres ahorrar tiempo de compilación.
30804  
30805 \series bold
30806
30807 \backslash
30808 includeonly 
30809 \series default
30810 se inserta en el preámbulo del documento maestro, poniendo como argumento
30811  una lista de los nombres de archivo separados con comas, p.
30812 \begin_inset space \thinspace{}
30813 \end_inset
30814
30815 e.
30816  la orden:
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \series bold
30822
30823 \backslash
30824 includeonly{capítulo1,capítulo5}
30825 \end_layout
30826
30827 \begin_layout Standard
30828 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30829 » (o «capítulo1.tex») y «capítulo5.lyx».
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \begin_inset Note Greyedout
30834 status open
30835
30836 \begin_layout Plain Layout
30837
30838 \series bold
30839 Nota:
30840 \series default
30841  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30842  a la del documento maestro, recibirás una advertencia al exportar/ver el
30843  documento, ya que esto podría dar resultados inesperados.
30844 \end_layout
30845
30846 \end_inset
30847
30848
30849 \end_layout
30850
30851 \begin_layout Description
30852 Entrada Este método es muy parecido al método 
30853 \family sans
30854 Incluir
30855 \family default
30856 .
30857  Las diferencias son:
30858 \end_layout
30859
30860 \begin_deeper
30861 \begin_layout Itemize
30862 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30863  un salto de página.
30864 \end_layout
30865
30866 \begin_layout Itemize
30867 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30868 \family sans
30869 Vista
30870 \begin_inset space ~
30871 \end_inset
30872
30873 preliminar
30874 \begin_inset space ~
30875 \end_inset
30876
30877 inmediata 
30878 \family default
30879 está activada en el diálogo 
30880 \family sans
30881 Herramientas\SpecialChar \menuseparator
30882 Preferencias
30883 \family default
30884 , apartado 
30885 \family sans
30886 Apariencia\SpecialChar \menuseparator
30887 Gráficos
30888 \family default
30889 .
30890 \end_layout
30891
30892 \begin_layout Itemize
30893 No se puede utilizar el comando LaTeX 
30894 \series bold
30895
30896 \backslash
30897 includeonly
30898 \series default
30899 .
30900 \end_layout
30901
30902 \end_deeper
30903 \begin_layout Standard
30904 Aquí hay un documento hijo insertado con el método 
30905 \family sans
30906 Entrada
30907 \family default
30908 :
30909 \end_layout
30910
30911 \begin_layout Standard
30912 \begin_inset CommandInset include
30913 LatexCommand input
30914 filename "DocumentoPostizo2.lyx"
30915
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \begin_layout Description
30922 Literal Con este método se puede incluir todo archivo de texto.
30923  El archivo aparece en la salida con su código fuente, y si contiene comandos
30924  no se ejecutan.
30925  Con la opción 
30926 \family sans
30927 Marcar espacios en la salida
30928 \family default
30929  cada espacio en el código fuente se muestra en la salida con el carácter
30930  «
30931 \begin_inset ERT
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935
30936
30937 \backslash
30938 textvisiblespace
30939 \end_layout
30940
30941 \end_inset
30942
30943 ».
30944  La diferencia con el método de inserción mediante el menú 
30945 \family sans
30946 Insertar
30947 \family default
30948 \SpecialChar \menuseparator
30949
30950 \family sans
30951 Archivo
30952 \family default
30953 \SpecialChar \menuseparator
30954
30955 \family sans
30956 Texto
30957 \begin_inset space ~
30958 \end_inset
30959
30960 simple
30961 \family default
30962  es que en este caso el contenido del archivo se ve en LyX, mientras que
30963  en modo 
30964 \family sans
30965 Literal 
30966 \family default
30967 no se muestra el contenido, sino un recuadro con el nombre.
30968
30969 \family sans
30970  
30971 \end_layout
30972
30973 \begin_layout Standard
30974 Aquí se inserta un documento hijo en modo Literal:
30975 \begin_inset CommandInset include
30976 LatexCommand verbatiminput
30977 filename "DocumentoTextoPostizo.txt"
30978
30979 \end_inset
30980
30981
30982 \begin_inset VSpace bigskip
30983 \end_inset
30984
30985
30986 \end_layout
30987
30988 \begin_layout Standard
30989 Aquí se inserta un documento hijo en modo Literal con la opción 
30990 \family sans
30991 Marcar espacios en la salida
30992 \family default
30993 :
30994 \begin_inset CommandInset include
30995 LatexCommand verbatiminput*
30996 filename "DocumentoTextoPostizo.txt"
30997
30998 \end_inset
30999
31000
31001 \begin_inset VSpace bigskip
31002 \end_inset
31003
31004
31005 \end_layout
31006
31007 \begin_layout Standard
31008 \begin_inset Note Greyedout
31009 status open
31010
31011 \begin_layout Plain Layout
31012
31013 \series bold
31014 Nota:
31015 \series default
31016  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31017  incluidos en modo 
31018 \family sans
31019 literal
31020 \family default
31021  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31022  archivo de texto.
31023 \end_layout
31024
31025 \end_inset
31026
31027
31028 \end_layout
31029
31030 \begin_layout Description
31031 Listado
31032 \begin_inset space ~
31033 \end_inset
31034
31035 de
31036 \begin_inset space ~
31037 \end_inset
31038
31039 programa Este tipo se describe en el capítulo
31040 \begin_inset space ~
31041 \end_inset
31042
31043
31044 \begin_inset CommandInset ref
31045 LatexCommand ref
31046 reference "cha:Listado-de-programa"
31047
31048 \end_inset
31049
31050 .
31051 \end_layout
31052
31053 \begin_layout Standard
31054 \begin_inset Note Greyedout
31055 status open
31056
31057 \begin_layout Plain Layout
31058
31059 \series bold
31060 Nota:
31061 \series default
31062  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31063  problemas en LaTeX.
31064 \end_layout
31065
31066 \end_inset
31067
31068
31069 \end_layout
31070
31071 \begin_layout Chapter
31072 Listado de programa
31073 \begin_inset CommandInset label
31074 LatexCommand label
31075 name "cha:Listado-de-programa"
31076
31077 \end_inset
31078
31079
31080 \begin_inset Index
31081 status collapsed
31082
31083 \begin_layout Plain Layout
31084 Listado de programa
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \begin_inset Index
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094 Código de programa
31095 \end_layout
31096
31097 \end_inset
31098
31099
31100 \begin_inset Index
31101 status collapsed
31102
31103 \begin_layout Plain Layout
31104 Flotantes ! Listado de programa
31105 \end_layout
31106
31107 \end_inset
31108
31109
31110 \end_layout
31111
31112 \begin_layout Standard
31113 Para incluir y tipografiar código de programación puedes usar la opción
31114  de menú disponible en 
31115 \family sans
31116 Insertar\SpecialChar \menuseparator
31117 Listado
31118 \begin_inset space ~
31119 \end_inset
31120
31121 de
31122 \begin_inset space ~
31123 \end_inset
31124
31125 programa.
31126  
31127 \family default
31128 El paquete LaTeX 
31129 \series bold
31130 listings
31131 \series default
31132
31133 \begin_inset Index
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137 LaTeX-paquetes ! listings
31138 \end_layout
31139
31140 \end_inset
31141
31142  provee un mecanismo potente y flexible para insertar código fuente en tu
31143  documento.
31144 \end_layout
31145
31146 \begin_layout Standard
31147 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31148  en el que puedes establecer el formato del mismo.
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31153  La opción de ubicación 
31154 \family sans
31155 Listado
31156 \begin_inset space ~
31157 \end_inset
31158
31159 insertado
31160 \family default
31161  lo imprime en la línea, como este ejemplo: 
31162 \begin_inset listings
31163 lstparams "language={C++}"
31164 inline true
31165 status open
31166
31167 \begin_layout Plain Layout
31168
31169 int a=5;
31170 \end_layout
31171
31172 \end_inset
31173
31174
31175 \family sans
31176
31177 \begin_inset Newline newline
31178 \end_inset
31179
31180
31181 \family default
31182 La opción 
31183 \family sans
31184 Flotante
31185 \family default
31186  crea un listado flotante cuya colocación se puede especificar mediante
31187  las opciones «
31188 \family sans
31189 h
31190 \family default
31191 », «
31192 \family sans
31193 t
31194 \family default
31195 », «
31196 \family sans
31197 b
31198 \family default
31199 » y «
31200 \family sans
31201 p
31202 \family default
31203 », correspondientes a las opciones de colocación de flotantes descritas
31204  en la sección
31205 \family sans
31206
31207 \begin_inset space ~
31208 \end_inset
31209
31210
31211 \begin_inset CommandInset ref
31212 LatexCommand ref
31213 reference "sec:Colocación-de-Flotantes"
31214
31215 \end_inset
31216
31217
31218 \family default
31219 .
31220  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31221  p.
31222 \family sans
31223
31224 \begin_inset space \thinspace{}
31225 \end_inset
31226
31227
31228 \family default
31229 e.
31230 \begin_inset space ~
31231 \end_inset
31232
31233 «
31234 \family sans
31235 htbp
31236 \family default
31237 ».
31238  La opción «
31239 \family sans
31240 h
31241 \family default
31242 » a veces no tiene efecto, pero no necesitas usar la opción 
31243 \family sans
31244 Flotante
31245 \family default
31246  en ese caso puesto que los listados de programa no flotantes también pueden
31247  tener leyendas y ser referenciadas.
31248 \end_layout
31249
31250 \begin_layout Standard
31251 Se puede añadir una leyenda a un listado de programa con el menú 
31252 \family sans
31253 Insertar\SpecialChar \menuseparator
31254 Leyenda
31255 \family default
31256
31257 \begin_inset Foot
31258 status open
31259
31260 \begin_layout Plain Layout
31261 Para traducir la etiqueta 
31262 \begin_inset Quotes eld
31263 \end_inset
31264
31265 Listado
31266 \begin_inset Quotes erd
31267 \end_inset
31268
31269  de la leyenda, se añade al preámbulo del documento el comando 
31270 \series bold
31271
31272 \backslash
31273 renewcommand{
31274 \backslash
31275 lstlistingname}{Listado}
31276 \series default
31277 .
31278  (
31279 \emph on
31280 N.
31281 \begin_inset space \thinspace{}
31282 \end_inset
31283
31284 del t.
31285 \emph default
31286 )
31287 \end_layout
31288
31289 \end_inset
31290
31291 .
31292  Los listados de programa se pueden referenciar como los flotantes: Listado
31293 \begin_inset space ~
31294 \end_inset
31295
31296
31297 \begin_inset CommandInset ref
31298 LatexCommand ref
31299 reference "lst:Ejemplo-de-listado-de-programa"
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 \begin_inset listings
31308 lstparams "language=Python"
31309 inline false
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313
31314 \begin_inset Caption
31315
31316 \begin_layout Plain Layout
31317 \begin_inset CommandInset label
31318 LatexCommand label
31319 name "lst:Ejemplo-de-listado-de-programa"
31320
31321 \end_inset
31322
31323 Ejemplo de listado de programa flotante
31324 \end_layout
31325
31326 \end_inset
31327
31328 # Ejemplo de listado flotante
31329 \end_layout
31330
31331 \begin_layout Plain Layout
31332
31333 def func(param):
31334 \end_layout
31335
31336 \begin_layout Plain Layout
31337
31338     'this is a python function'
31339 \end_layout
31340
31341 \begin_layout Plain Layout
31342
31343     pass
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31353  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31354  y tipografiadas de manera especial en la salida.
31355  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31356  negrita.
31357 \end_layout
31358
31359 \begin_layout Standard
31360 \begin_inset Note Greyedout
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364
31365 \series bold
31366 Nota:
31367 \series default
31368  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31369  debe probablemente a que dicha fuente no suministra negritas.
31370  En este caso selecciona una fuente distinta en el menú 
31371 \family sans
31372 Documento
31373 \family default
31374 \SpecialChar \menuseparator
31375
31376 \family sans
31377 Configuración
31378 \family default
31379 \SpecialChar \menuseparator
31380
31381 \family sans
31382 Fuentes.
31383  
31384 \family default
31385 (Las fuentes 
31386 \emph on
31387 LuxiMono, BeraMono
31388 \emph default
31389  y 
31390 \emph on
31391 Courier 
31392 \emph default
31393 suministran negritas.)
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 En la sección 
31403 \family sans
31404 Numeración
31405 \begin_inset space ~
31406 \end_inset
31407
31408 de
31409 \begin_inset space ~
31410 \end_inset
31411
31412 líneas
31413 \family default
31414  del diálogo puedes elegir el estilo de numeración de las líneas.
31415  En el campo 
31416 \family sans
31417 Paso 
31418 \family default
31419 puedes insertar un número para determinar qué líneas se numeran.
31420  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31421  
31422 \end_layout
31423
31424 \begin_layout Standard
31425 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31426  en la salida.
31427  La opción 
31428 \family sans
31429 Tabla
31430 \begin_inset space ~
31431 \end_inset
31432
31433 de
31434 \begin_inset space ~
31435 \end_inset
31436
31437 caracteres
31438 \begin_inset space ~
31439 \end_inset
31440
31441 extendida
31442 \family default
31443  debería emplearse si se usan en el código caracteres nacionales como la
31444  diéresis alemana.
31445 \begin_inset Newline newline
31446 \end_inset
31447
31448 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31449  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31450  y «Espacio como símbolo», rango de líneas 3-8:
31451 \begin_inset listings
31452 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31453 inline false
31454 status collapsed
31455
31456 \begin_layout Plain Layout
31457
31458 def func(param):
31459 \end_layout
31460
31461 \begin_layout Plain Layout
31462
31463     'this is a python function'
31464 \end_layout
31465
31466 \begin_layout Plain Layout
31467
31468     pass
31469 \end_layout
31470
31471 \begin_layout Plain Layout
31472
31473 def func(param):
31474 \end_layout
31475
31476 \begin_layout Plain Layout
31477
31478 'This is a German word: Tschüß'
31479 \end_layout
31480
31481 \begin_layout Plain Layout
31482
31483 pass
31484 \end_layout
31485
31486 \begin_layout Plain Layout
31487
31488 def func(param):
31489 \end_layout
31490
31491 \begin_layout Plain Layout
31492
31493 'this is a python function'
31494 \end_layout
31495
31496 \begin_layout Plain Layout
31497
31498 pass
31499 \end_layout
31500
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \begin_layout Standard
31507 \begin_inset Note Greyedout
31508 status open
31509
31510 \begin_layout Plain Layout
31511
31512 \series bold
31513 Nota:
31514 \series default
31515  Debido a un error en el paquete 
31516 \series bold
31517 listings
31518 \series default
31519  la numeración de líneas cambia en una línea por cada listado previo.
31520  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31521  3 y 6.
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Standard
31530 \begin_inset VSpace bigskip
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Standard
31537 También es posible imprimir como listado de programa líneas de un archivo.
31538  Para hacer esto, usa el menú 
31539 \family sans
31540 Insertar\SpecialChar \menuseparator
31541 Archivo\SpecialChar \menuseparator
31542 Documento
31543 \begin_inset space ~
31544 \end_inset
31545
31546 hijo 
31547 \family default
31548 y elige el tipo 
31549 \family sans
31550 Listado de programa
31551 \family default
31552 .
31553 \begin_inset Foot
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557 Los restantes tipos de documento hijo se describen en la sección
31558 \begin_inset space ~
31559 \end_inset
31560
31561
31562 \begin_inset CommandInset ref
31563 LatexCommand ref
31564 reference "sec:Documento-Hijo"
31565
31566 \end_inset
31567
31568 .
31569 \end_layout
31570
31571 \end_inset
31572
31573  En el diálogo de documento hijo puedes especificar los parámetros del listado
31574  en el cuadro de texto.
31575  Para ver una lista de los parámetros disponibles teclea una interrogación
31576  «?» en el cuadro.
31577 \end_layout
31578
31579 \begin_layout Standard
31580 Para referenciar un documento hijo tipo listado, escribe el texto de la
31581  etiqueta en el campo correspondiente del diálogo de documento hijo.
31582  Después se puede referenciar la etiqueta con el menú 
31583 \family sans
31584 Insertar\SpecialChar \menuseparator
31585 Referencia cruzada.
31586 \end_layout
31587
31588 \begin_layout Standard
31589 A continuación hay un ejemplo, Listado
31590 \begin_inset space ~
31591 \end_inset
31592
31593
31594 \begin_inset CommandInset ref
31595 LatexCommand ref
31596 reference "lst:archivo-listado"
31597
31598 \end_inset
31599
31600 , de inserción de líneas de un archivo; en él se incluye el rango de las
31601  líneas 10
31602 \begin_inset space \thinspace{}
31603 \end_inset
31604
31605 -
31606 \begin_inset space \thinspace{}
31607 \end_inset
31608
31609 15 de este archivo LyX.
31610 \end_layout
31611
31612 \begin_layout Standard
31613 \begin_inset CommandInset include
31614 LatexCommand lstinputlisting
31615 filename "EmbeddedObjects.lyx"
31616 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31617
31618 \end_inset
31619
31620
31621 \begin_inset VSpace bigskip
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 Las preferencias globales se pueden establecer en el diálogo 
31629 \family sans
31630 Documento\SpecialChar \menuseparator
31631 Configuración\SpecialChar \menuseparator
31632 Diseño
31633 \begin_inset space ~
31634 \end_inset
31635
31636 del
31637 \begin_inset space ~
31638 \end_inset
31639
31640 texto.
31641  
31642 \family default
31643 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31644  «?» en el campo de texto.
31645 \end_layout
31646
31647 \begin_layout Standard
31648 Para más información sobre el paquete 
31649 \series bold
31650 listings
31651 \series default
31652 , consulta su documentación
31653 \begin_inset space ~
31654 \end_inset
31655
31656
31657 \begin_inset CommandInset citation
31658 LatexCommand cite
31659 key "listings"
31660
31661 \end_inset
31662
31663 .
31664 \end_layout
31665
31666 \begin_layout Standard
31667 \begin_inset Newpage newpage
31668 \end_inset
31669
31670
31671 \end_layout
31672
31673 \begin_layout Chapter
31674 \start_of_appendix
31675 Unidades disponibles en LyX
31676 \begin_inset Index
31677 status collapsed
31678
31679 \begin_layout Plain Layout
31680 Unidades
31681 \end_layout
31682
31683 \end_inset
31684
31685
31686 \begin_inset CommandInset label
31687 LatexCommand label
31688 name "cha:Unidades-disponibles-en"
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 Para comprender las unidades utilizadas en este manual, el cuadro
31697 \begin_inset space ~
31698 \end_inset
31699
31700
31701 \begin_inset CommandInset ref
31702 LatexCommand ref
31703 reference "tab:Unidades"
31704
31705 \end_inset
31706
31707  describe todas las unidades disponibles en LyX.
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \begin_inset Float table
31712 placement h
31713 wide false
31714 sideways false
31715 status open
31716
31717 \begin_layout Plain Layout
31718 \begin_inset Caption
31719
31720 \begin_layout Plain Layout
31721 \begin_inset CommandInset label
31722 LatexCommand label
31723 name "tab:Unidades"
31724
31725 \end_inset
31726
31727 Unidades
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \begin_layout Plain Layout
31736 \begin_inset VSpace medskip
31737 \end_inset
31738
31739
31740 \end_layout
31741
31742 \begin_layout Plain Layout
31743 \align center
31744 \begin_inset Tabular
31745 <lyxtabular version="3" rows="20" columns="2">
31746 <features>
31747 <column alignment="center" valignment="top" width="0">
31748 <column alignment="center" valignment="top" width="0">
31749 <row>
31750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31751 \begin_inset Text
31752
31753 \begin_layout Plain Layout
31754 unidad
31755 \end_layout
31756
31757 \end_inset
31758 </cell>
31759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31760 \begin_inset Text
31761
31762 \begin_layout Plain Layout
31763 nombre/descripción
31764 \end_layout
31765
31766 \end_inset
31767 </cell>
31768 </row>
31769 <row>
31770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31771 \begin_inset Text
31772
31773 \begin_layout Plain Layout
31774 mm
31775 \end_layout
31776
31777 \end_inset
31778 </cell>
31779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783 milímetro
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 </row>
31789 <row>
31790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31791 \begin_inset Text
31792
31793 \begin_layout Plain Layout
31794 cm
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31800 \begin_inset Text
31801
31802 \begin_layout Plain Layout
31803 centímetro
31804 \end_layout
31805
31806 \end_inset
31807 </cell>
31808 </row>
31809 <row>
31810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31811 \begin_inset Text
31812
31813 \begin_layout Plain Layout
31814 in
31815 \end_layout
31816
31817 \end_inset
31818 </cell>
31819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31820 \begin_inset Text
31821
31822 \begin_layout Plain Layout
31823 pulgada
31824 \end_layout
31825
31826 \end_inset
31827 </cell>
31828 </row>
31829 <row>
31830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31831 \begin_inset Text
31832
31833 \begin_layout Plain Layout
31834 pt
31835 \end_layout
31836
31837 \end_inset
31838 </cell>
31839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31840 \begin_inset Text
31841
31842 \begin_layout Plain Layout
31843 punto (72.27
31844 \begin_inset space \thinspace{}
31845 \end_inset
31846
31847 pt = 1
31848 \begin_inset space \thinspace{}
31849 \end_inset
31850
31851 in)
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 </row>
31857 <row>
31858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 pc
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 pica (1
31872 \begin_inset space \thinspace{}
31873 \end_inset
31874
31875 pc = 12
31876 \begin_inset space \thinspace{}
31877 \end_inset
31878
31879 pt)
31880 \end_layout
31881
31882 \end_inset
31883 </cell>
31884 </row>
31885 <row>
31886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31887 \begin_inset Text
31888
31889 \begin_layout Plain Layout
31890 sp
31891 \end_layout
31892
31893 \end_inset
31894 </cell>
31895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31896 \begin_inset Text
31897
31898 \begin_layout Plain Layout
31899 punto escalado (65536
31900 \begin_inset space \thinspace{}
31901 \end_inset
31902
31903 sp = 1
31904 \begin_inset space \thinspace{}
31905 \end_inset
31906
31907 pt)
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 </row>
31913 <row>
31914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918 bp
31919 \end_layout
31920
31921 \end_inset
31922 </cell>
31923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31924 \begin_inset Text
31925
31926 \begin_layout Plain Layout
31927 punto grande (72
31928 \begin_inset space \thinspace{}
31929 \end_inset
31930
31931 bp = 1
31932 \begin_inset space \thinspace{}
31933 \end_inset
31934
31935 in)
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 </row>
31941 <row>
31942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31943 \begin_inset Text
31944
31945 \begin_layout Plain Layout
31946 dd
31947 \end_layout
31948
31949 \end_inset
31950 </cell>
31951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31952 \begin_inset Text
31953
31954 \begin_layout Plain Layout
31955 didot (1
31956 \begin_inset space \thinspace{}
31957 \end_inset
31958
31959 dd 
31960 \begin_inset Formula $\approx$
31961 \end_inset
31962
31963  0.376
31964 \begin_inset space \thinspace{}
31965 \end_inset
31966
31967 mm)
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 </row>
31973 <row>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 cc
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 cicero (1
31988 \begin_inset space \thinspace{}
31989 \end_inset
31990
31991 cc = 12
31992 \begin_inset space \thinspace{}
31993 \end_inset
31994
31995 dd)
31996 \end_layout
31997
31998 \end_inset
31999 </cell>
32000 </row>
32001 <row>
32002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32003 \begin_inset Text
32004
32005 \begin_layout Plain Layout
32006 Scale%
32007 \end_layout
32008
32009 \end_inset
32010 </cell>
32011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015 % de anchura original de la imagen
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 </row>
32021 <row>
32022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32023 \begin_inset Text
32024
32025 \begin_layout Plain Layout
32026 text%
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32032 \begin_inset Text
32033
32034 \begin_layout Plain Layout
32035 % de anchura de texto
32036 \end_layout
32037
32038 \end_inset
32039 </cell>
32040 </row>
32041 <row>
32042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32043 \begin_inset Text
32044
32045 \begin_layout Plain Layout
32046 col%
32047 \end_layout
32048
32049 \end_inset
32050 </cell>
32051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32052 \begin_inset Text
32053
32054 \begin_layout Plain Layout
32055 % de anchura de columna
32056 \end_layout
32057
32058 \end_inset
32059 </cell>
32060 </row>
32061 <row>
32062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32063 \begin_inset Text
32064
32065 \begin_layout Plain Layout
32066 page%
32067 \end_layout
32068
32069 \end_inset
32070 </cell>
32071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32072 \begin_inset Text
32073
32074 \begin_layout Plain Layout
32075 % de anchura de página
32076 \end_layout
32077
32078 \end_inset
32079 </cell>
32080 </row>
32081 <row>
32082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32083 \begin_inset Text
32084
32085 \begin_layout Plain Layout
32086 line%
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095 % de anchura de línea
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 </row>
32101 <row>
32102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106 theight%
32107 \end_layout
32108
32109 \end_inset
32110 </cell>
32111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32112 \begin_inset Text
32113
32114 \begin_layout Plain Layout
32115 % de altura de texto
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 </row>
32121 <row>
32122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 pheight%
32127 \end_layout
32128
32129 \end_inset
32130 </cell>
32131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32132 \begin_inset Text
32133
32134 \begin_layout Plain Layout
32135 % de altura de página
32136 \end_layout
32137
32138 \end_inset
32139 </cell>
32140 </row>
32141 <row>
32142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32143 \begin_inset Text
32144
32145 \begin_layout Plain Layout
32146 ex
32147 \end_layout
32148
32149 \end_inset
32150 </cell>
32151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32152 \begin_inset Text
32153
32154 \begin_layout Plain Layout
32155 altura de la letra 
32156 \emph on
32157 x
32158 \emph default
32159  en la fuente actual
32160 \end_layout
32161
32162 \end_inset
32163 </cell>
32164 </row>
32165 <row>
32166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32167 \begin_inset Text
32168
32169 \begin_layout Plain Layout
32170 em
32171 \end_layout
32172
32173 \end_inset
32174 </cell>
32175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32176 \begin_inset Text
32177
32178 \begin_layout Plain Layout
32179 anchura de la letra 
32180 \emph on
32181 M
32182 \emph default
32183  en la fuente actual
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 </row>
32189 <row>
32190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32191 \begin_inset Text
32192
32193 \begin_layout Plain Layout
32194 mu
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 unidad matemática (1
32204 \begin_inset space \thinspace{}
32205 \end_inset
32206
32207 mu = 1/18
32208 \begin_inset space \thinspace{}
32209 \end_inset
32210
32211 em)
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 </row>
32217 </lyxtabular>
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Chapter
32230 Formatos de archivos de salida con gráficos
32231 \begin_inset CommandInset label
32232 LatexCommand label
32233 name "cha:Formatos-de-Archivos-de-Salida"
32234
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \begin_layout Section
32241 DVI
32242 \begin_inset Index
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246 Formatos de archivo ! DVI
32247 \end_layout
32248
32249 \end_inset
32250
32251
32252 \begin_inset Index
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256 DVI|see
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262 {
32263 \end_layout
32264
32265 \end_inset
32266
32267 Formatos de archivo
32268 \begin_inset ERT
32269 status collapsed
32270
32271 \begin_layout Plain Layout
32272
32273 }
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Standard
32287 Este tipo de archivo tiene la extensión «
32288 \family typewriter
32289 .dvi
32290 \family default
32291 ».
32292  Se denomina «device-independent» (DVI), porque es completamente portable;
32293  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32294  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32295  Los DVI se usan para vistas preliminares rápidas y como preparación para
32296  otros formatos de salida como PostScript.
32297 \end_layout
32298
32299 \begin_layout Standard
32300 \begin_inset Note Greyedout
32301 status open
32302
32303 \begin_layout Plain Layout
32304
32305 \series bold
32306 Nota:
32307 \series default
32308  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32309 \end_layout
32310
32311 \end_inset
32312
32313  Por tanto no debes olvidar esto si mueves archivos 
32314 \family typewriter
32315 .dvi
32316 \family default
32317  a otro ordenador.
32318  Esta característica también puede retardar la visualización del archivo,
32319  porque el visor DVI tiene que convertir la imagen en segundo plano para
32320  hacerla visible al deslizar el visor.
32321  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32322 \end_layout
32323
32324 \begin_layout Standard
32325 Un documento se exporta a DVI con el menú 
32326 \family sans
32327 Archivo\SpecialChar \menuseparator
32328 Exportar\SpecialChar \menuseparator
32329 DVI
32330 \family default
32331 .
32332  Puedes ver la salida del documento en DVI con el menú 
32333 \family sans
32334 Ver\SpecialChar \menuseparator
32335 DVI 
32336 \family default
32337 o con el botón
32338 \begin_inset space ~
32339 \end_inset
32340
32341
32342 \begin_inset Graphics
32343         filename ../../images/buffer-view_dvi.png
32344         scale 85
32345
32346 \end_inset
32347
32348 .
32349 \end_layout
32350
32351 \begin_layout Section
32352 PostScript
32353 \begin_inset CommandInset label
32354 LatexCommand label
32355 name "sec:PostScript"
32356
32357 \end_inset
32358
32359
32360 \begin_inset Index
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364 Formatos de archivo ! PostScript
32365 \end_layout
32366
32367 \end_inset
32368
32369
32370 \begin_inset Index
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 PostScript|see
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379
32380 {
32381 \end_layout
32382
32383 \end_inset
32384
32385 Formatos de archivo
32386 \begin_inset ERT
32387 status collapsed
32388
32389 \begin_layout Plain Layout
32390
32391 }
32392 \end_layout
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 Este tipo de archivo tiene la extensión «
32406 \family typewriter
32407 .ps
32408 \family default
32409 ».
32410  PostScript fue desarrollado por la compañía 
32411 \family typewriter
32412 Adobe
32413 \family default
32414  como lenguaje para impresoras.
32415  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32416  PostScript puede considerarse como un «lenguaje de programación»; con él
32417  puedes calcular y dibujar imágenes y diagramas.
32418 \begin_inset Foot
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422 Si estás interesado en este tema acude al paquete LaTeX 
32423 \series bold
32424 PSTricks
32425 \series default
32426  
32427 \begin_inset CommandInset citation
32428 LatexCommand cite
32429 key "pstricks"
32430
32431 \end_inset
32432
32433 .
32434 \end_layout
32435
32436 \end_inset
32437
32438  Por esto los archivos suelen ser más grandes que los PDF.
32439 \end_layout
32440
32441 \begin_layout Standard
32442 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32443 d PostScript» (EPS, extensión «
32444 \family typewriter
32445 .eps
32446 \family default
32447 »).
32448  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32449  en segundo plano para convertir las imágenes a EPS.
32450  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32451  cada vez que veas o exportes el documento.
32452  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32453  puedes evitar el problema insertando las imágenes directamente en EPS.
32454 \end_layout
32455
32456 \begin_layout Standard
32457 El documento se puede exportar a PostScript con el menú 
32458 \family sans
32459 Archivo\SpecialChar \menuseparator
32460 Exportar\SpecialChar \menuseparator
32461 Postscript
32462 \family default
32463 .
32464  Se puede ver la salida en PostScript con el menú 
32465 \family sans
32466 Ver\SpecialChar \menuseparator
32467 Postscript 
32468 \family default
32469 o con el botón
32470 \begin_inset space ~
32471 \end_inset
32472
32473
32474 \begin_inset Graphics
32475         filename ../../images/buffer-view_ps.png
32476
32477 \end_inset
32478
32479 .
32480 \end_layout
32481
32482 \begin_layout Section
32483 PDF
32484 \begin_inset CommandInset label
32485 LatexCommand label
32486 name "sec:PDF"
32487
32488 \end_inset
32489
32490
32491 \begin_inset Index
32492 status collapsed
32493
32494 \begin_layout Plain Layout
32495 Formatos de archivo ! PDF
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \begin_inset Index
32502 status collapsed
32503
32504 \begin_layout Plain Layout
32505 PDF
32506 \end_layout
32507
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \begin_layout Standard
32514 Este tipo de archivo tiene la extensión «
32515 \family typewriter
32516 .pdf
32517 \family default
32518 ».
32519  El formato «Portable Document Format» (PDF) fue desarrollado por 
32520 \family typewriter
32521 Adobe
32522 \family default
32523  como derivado de PostScript.
32524  Es más comprimido y utiliza muchos menos comandos que PostScript.
32525  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32526  operativo y la salida impresa se muestra exactamente igual.
32527 \end_layout
32528
32529 \begin_layout Standard
32530 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32531  Photographic Experts Group» (JPG, extensión «
32532 \family typewriter
32533 .jpg
32534 \family default
32535 » o «
32536 \family typewriter
32537 .jpeg
32538 \family default
32539 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32540 \family typewriter
32541 .png
32542 \family default
32543 »).
32544  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32545  en segundo plano a alguno de los anteriores.
32546  Pero como se ha comentado en la sección sobre PostScript, la conversión
32547  de gráficos ralentiza el trabajo.
32548  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32549  mencionados.
32550 \end_layout
32551
32552 \begin_layout Standard
32553 Un documento se puede exportar a PDF con el menú 
32554 \family sans
32555 Archivo\SpecialChar \menuseparator
32556 Exportar
32557 \family default
32558  en tres modos diferentes:
32559 \end_layout
32560
32561 \begin_layout Description
32562 PDF
32563 \begin_inset space ~
32564 \end_inset
32565
32566 (ps2pdf) Este utiliza el programa 
32567 \family typewriter
32568 ps2pdf
32569 \family default
32570  que crea un PDF a partir de una versión PostScript del archivo.
32571  La versión PostScript es producida por el programa 
32572 \family typewriter
32573 dvips
32574 \family default
32575  que usa una versión DVI como paso intermedio.
32576  Así que este modo de exportación consta de tres conversiones.
32577 \end_layout
32578
32579 \begin_layout Description
32580 PDF
32581 \begin_inset space ~
32582 \end_inset
32583
32584 (dvipdfm) Este utiliza el programa 
32585 \family typewriter
32586 dvipdfm
32587 \family default
32588  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32589  PDF.
32590 \end_layout
32591
32592 \begin_layout Description
32593 PDF
32594 \begin_inset space ~
32595 \end_inset
32596
32597 (pdflatex) Este utiliza el programa 
32598 \family typewriter
32599 pdftex
32600 \family default
32601  que convierte directamente el archivo a PDF.
32602 \end_layout
32603
32604 \begin_layout Standard
32605 Se recomienda usar 
32606 \family sans
32607 PDF
32608 \begin_inset space ~
32609 \end_inset
32610
32611 (pdflatex)
32612 \family default
32613  porque 
32614 \family typewriter
32615 pdftex
32616 \family default
32617  soporta todas las características de las versiones actuales de PDF, es
32618  rápido y estable.
32619  El programa 
32620 \family typewriter
32621 dvipdfm
32622 \family default
32623  ya no se desarrolla y está un poco obsoleto.
32624 \end_layout
32625
32626 \begin_layout Standard
32627 La salida en formato PDF se puede ver con el menú 
32628 \family sans
32629 Ver 
32630 \family default
32631 o con el botón
32632 \begin_inset space ~
32633 \end_inset
32634
32635
32636 \begin_inset Graphics
32637         filename ../../images/buffer-view_pdf2.png
32638         scale 85
32639
32640 \end_inset
32641
32642  (que usa 
32643 \family sans
32644 PDF
32645 \begin_inset space ~
32646 \end_inset
32647
32648 (pdflatex)
32649 \family default
32650 ).
32651 \end_layout
32652
32653 \begin_layout Chapter
32654 Explicación de la ecuación
32655 \begin_inset space ~
32656 \end_inset
32657
32658
32659 \begin_inset CommandInset ref
32660 LatexCommand eqref
32661 reference "eq:Wgn"
32662
32663 \end_inset
32664
32665
32666 \begin_inset CommandInset label
32667 LatexCommand label
32668 name "cha:Explicación-de-la-Ecuación"
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \begin_layout Standard
32676 La anchura total de 
32677 \emph on
32678 n
32679 \emph default
32680  celdas de una tabla 
32681 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32682 \end_inset
32683
32684  puede calcularse con
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset Formula \begin{equation}
32689 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}
32690
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Standard
32697 donde 
32698 \begin_inset Formula $W_{g\, n}$
32699 \end_inset
32700
32701  es el ancho dado de todas las celdas.
32702  
32703 \series bold
32704
32705 \backslash
32706 tabcolsep
32707 \series default
32708  es la longitud LaTeX entre el texto y el borde de la celda, 6
32709 \begin_inset space \thinspace{}
32710 \end_inset
32711
32712 pt por omisión.
32713  
32714 \series bold
32715
32716 \backslash
32717 arrayrulewidth
32718 \series default
32719  es el grosor de línea del borde, 0.4
32720 \begin_inset space \thinspace{}
32721 \end_inset
32722
32723 pt por omisión.
32724 \end_layout
32725
32726 \begin_layout Standard
32727 Procediendo como en la ecuación
32728 \begin_inset space ~
32729 \end_inset
32730
32731
32732 \begin_inset CommandInset ref
32733 LatexCommand eqref
32734 reference "eq:Wtot_n"
32735
32736 \end_inset
32737
32738 , el ancho total de una multicolumna, 
32739 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32740 \end_inset
32741
32742  es
32743 \end_layout
32744
32745 \begin_layout Standard
32746 \begin_inset Formula \begin{equation}
32747 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32748
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Standard
32755 Igualando las ecuaciones
32756 \begin_inset space ~
32757 \end_inset
32758
32759
32760 \begin_inset CommandInset ref
32761 LatexCommand eqref
32762 reference "eq:Wtot_n"
32763
32764 \end_inset
32765
32766  y 
32767 \begin_inset CommandInset ref
32768 LatexCommand eqref
32769 reference "eq:Wtot_mult"
32770
32771 \end_inset
32772
32773  podemos calcular el ancho dado necesario 
32774 \begin_inset Formula $W_{g\, n}$
32775 \end_inset
32776
32777  cuando se expanden 
32778 \emph on
32779 n
32780 \emph default
32781  columnas, de forma que cada una de ellas tiene una anchura total  
32782 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32783 \end_inset
32784
32785 :
32786 \end_layout
32787
32788 \begin_layout Standard
32789 \begin_inset Formula \begin{equation}
32790 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Bibliography
32798 \begin_inset CommandInset bibitem
32799 LatexCommand bibitem
32800 key "latexcompanion"
32801
32802 \end_inset
32803
32804 Frank Mittelbach and Michel Goossens: 
32805 \emph on
32806 The LaTeX Companion Second Edition.
32807
32808 \emph default
32809  Addison-Wesley, 2004
32810 \end_layout
32811
32812 \begin_layout Bibliography
32813 \begin_inset CommandInset bibitem
32814 LatexCommand bibitem
32815 key "latexguide"
32816
32817 \end_inset
32818
32819 Helmut Kopka and Patrick W.
32820  Daly: 
32821 \emph on
32822 A Guide to LaTeX Fourth Edition.
32823
32824 \emph default
32825  Addison-Wesley, 2003
32826 \end_layout
32827
32828 \begin_layout Bibliography
32829 \begin_inset CommandInset bibitem
32830 LatexCommand bibitem
32831 key "latexbook"
32832
32833 \end_inset
32834
32835 Leslie Lamport: 
32836 \emph on
32837 LaTeX: A Document Preparation System.
32838
32839 \emph default
32840  Addison-Wesley, second edition, 1994
32841 \end_layout
32842
32843 \begin_layout Bibliography
32844 \begin_inset CommandInset bibitem
32845 LatexCommand bibitem
32846 key "booktabs"
32847
32848 \end_inset
32849
32850 Documentación del paquete LaTeX 
32851 \series bold
32852
32853 \begin_inset CommandInset href
32854 LatexCommand href
32855 name "booktabs"
32856 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32857
32858 \end_inset
32859
32860
32861 \series default
32862
32863 \begin_inset Index
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 LaTeX-paquetes ! booktabs
32868 \end_layout
32869
32870 \end_inset
32871
32872
32873 \end_layout
32874
32875 \begin_layout Bibliography
32876 \begin_inset CommandInset bibitem
32877 LatexCommand bibitem
32878 key "caption"
32879
32880 \end_inset
32881
32882 Documentación del paquete LaTeX 
32883 \series bold
32884
32885 \begin_inset CommandInset href
32886 LatexCommand href
32887 name "caption"
32888 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32889
32890 \end_inset
32891
32892
32893 \series default
32894
32895 \begin_inset Index
32896 status collapsed
32897
32898 \begin_layout Plain Layout
32899 LaTeX-paquetes ! caption
32900 \end_layout
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Bibliography
32908 \begin_inset CommandInset bibitem
32909 LatexCommand bibitem
32910 key "endfloat"
32911
32912 \end_inset
32913
32914 Documentación del paquete LaTeX 
32915 \series bold
32916
32917 \begin_inset CommandInset href
32918 LatexCommand href
32919 name "endfloat"
32920 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32921
32922 \end_inset
32923
32924
32925 \series default
32926
32927 \begin_inset Index
32928 status collapsed
32929
32930 \begin_layout Plain Layout
32931 LaTeX-paquetes ! endfloat
32932 \end_layout
32933
32934 \end_inset
32935
32936
32937 \end_layout
32938
32939 \begin_layout Bibliography
32940 \begin_inset CommandInset bibitem
32941 LatexCommand bibitem
32942 key "wrapfig"
32943
32944 \end_inset
32945
32946 Documentación del paquete LaTeX 
32947 \series bold
32948
32949 \begin_inset CommandInset href
32950 LatexCommand href
32951 name "wrapfig"
32952 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32953
32954 \end_inset
32955
32956
32957 \series default
32958
32959 \begin_inset Index
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 LaTeX-paquetes ! wrapfig
32964 \begin_inset ERT
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968
32969
32970 \backslash
32971 vspace{4mm}
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Bibliography
32985 \begin_inset CommandInset bibitem
32986 LatexCommand bibitem
32987 key "footmisc"
32988
32989 \end_inset
32990
32991 Documentación del paquete LaTeX 
32992 \series bold
32993
32994 \begin_inset CommandInset href
32995 LatexCommand href
32996 name "footmisc"
32997 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32998
32999 \end_inset
33000
33001
33002 \series default
33003
33004 \begin_inset Index
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 LaTeX-paquetes ! footmisc
33009 \end_layout
33010
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Bibliography
33017 \begin_inset CommandInset bibitem
33018 LatexCommand bibitem
33019 key "hypcap"
33020
33021 \end_inset
33022
33023 Documentación del paquete LaTeX 
33024 \series bold
33025
33026 \begin_inset CommandInset href
33027 LatexCommand href
33028 name "hypcap"
33029 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33030
33031 \end_inset
33032
33033
33034 \series default
33035
33036 \begin_inset Index
33037 status collapsed
33038
33039 \begin_layout Plain Layout
33040 LaTeX-paquetes ! hyperref
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Bibliography
33049 \begin_inset CommandInset bibitem
33050 LatexCommand bibitem
33051 key "hyperref"
33052
33053 \end_inset
33054
33055 Documentación del paquete LaTeX 
33056 \series bold
33057
33058 \begin_inset CommandInset href
33059 LatexCommand href
33060 name "hyperref"
33061 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33062
33063 \end_inset
33064
33065
33066 \series default
33067
33068 \begin_inset Index
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072 LaTeX-paquetes ! hyperref
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Bibliography
33081 \begin_inset CommandInset bibitem
33082 LatexCommand bibitem
33083 key "koma-script"
33084
33085 \end_inset
33086
33087 Documentación del paquete LaTeX 
33088 \series bold
33089
33090 \begin_inset CommandInset href
33091 LatexCommand href
33092 name "koma-script"
33093 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33094
33095 \end_inset
33096
33097
33098 \series default
33099
33100 \begin_inset Index
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104 LaTeX-paquetes ! koma-script
33105 \end_layout
33106
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \begin_layout Bibliography
33113 \begin_inset CommandInset bibitem
33114 LatexCommand bibitem
33115 key "listings"
33116
33117 \end_inset
33118
33119 Documentación del paquete LaTeX 
33120 \series bold
33121
33122 \begin_inset CommandInset href
33123 LatexCommand href
33124 name "listings"
33125 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33126
33127 \end_inset
33128
33129
33130 \series default
33131
33132 \begin_inset Index
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136 LaTeX-paquetes ! listings
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \begin_layout Bibliography
33145 \begin_inset CommandInset bibitem
33146 LatexCommand bibitem
33147 key "marginnote"
33148
33149 \end_inset
33150
33151 Documentación del paquete LaTeX 
33152 \series bold
33153
33154 \begin_inset CommandInset href
33155 LatexCommand href
33156 name "marginnote"
33157 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33158
33159 \end_inset
33160
33161
33162 \series default
33163
33164 \begin_inset Index
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168 LaTeX-paquetes ! marginnote
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \begin_layout Bibliography
33177 \begin_inset CommandInset bibitem
33178 LatexCommand bibitem
33179 key "pstricks"
33180
33181 \end_inset
33182
33183 Página web del paquete LaTeX 
33184 \series bold
33185
33186 \begin_inset CommandInset href
33187 LatexCommand href
33188 name "PSTricks"
33189 target "http://tug.org/PSTricks/"
33190
33191 \end_inset
33192
33193
33194 \series default
33195
33196 \begin_inset Index
33197 status collapsed
33198
33199 \begin_layout Plain Layout
33200 LaTeX-paquetes ! PSTricks
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Bibliography
33209 \begin_inset CommandInset bibitem
33210 LatexCommand bibitem
33211 key "sidecap"
33212
33213 \end_inset
33214
33215 Documentación del paquete LaTeX 
33216 \series bold
33217
33218 \begin_inset CommandInset href
33219 LatexCommand href
33220 name "sidecap"
33221 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33222
33223 \end_inset
33224
33225
33226 \series default
33227
33228 \begin_inset Index
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232 LaTeX-paquetes ! sidecap
33233 \end_layout
33234
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Bibliography
33241 \begin_inset CommandInset bibitem
33242 LatexCommand bibitem
33243 key "NewInLyX16"
33244
33245 \end_inset
33246
33247
33248 \begin_inset CommandInset href
33249 LatexCommand href
33250 name "Página wiki"
33251 target "http://wiki.lyx.org/LyX/NewInLyX16"
33252
33253 \end_inset
33254
33255  sobre características nuevas para la versión 
33256 \family sans
33257 LyX
33258 \begin_inset space ~
33259 \end_inset
33260
33261 1.6.0
33262 \family default
33263 .
33264 \end_layout
33265
33266 \begin_layout Standard
33267 \begin_inset CommandInset index_print
33268 LatexCommand printindex
33269
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset FloatList figure
33277
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \begin_layout Standard
33284 \begin_inset FloatList table
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Standard
33292 \begin_inset ERT
33293 status open
33294
33295 \begin_layout Plain Layout
33296
33297
33298 \backslash
33299 listof{algorithm}{Lista de algoritmos}
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \begin_inset Note Note
33306 status collapsed
33307
33308 \begin_layout Plain Layout
33309 Véase la sección
33310 \begin_inset space ~
33311 \end_inset
33312
33313
33314 \begin_inset CommandInset ref
33315 LatexCommand ref
33316 reference "sub:Algoritmos-Flotantes"
33317
33318 \end_inset
33319
33320  para una descripción.
33321 \end_layout
33322
33323 \end_inset
33324
33325
33326 \end_layout
33327
33328 \end_body
33329 \end_document