]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish Math.lyx, EmbeddedObjects.lyx: updates for LyX 1.6 from 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, ver apéndice
628 \begin_inset space ~
629 \end_inset
630
631
632 \begin_inset CommandInset ref
633 LatexCommand ref
634 reference "sec:PostScript"
635
636 \end_inset
637
638 .
639  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
640  o en consola de Windows:
641 \begin_inset Newline newline
642 \end_inset
643
644
645 \series bold
646 gzip x.eps
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 zgrep %%Bounding x.eps.gz > x.eps.bb
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660 El segundo comando crea un archivo de cuadro delimitador 
661 \begin_inset Quotes eld
662 \end_inset
663
664 x.eps.bb
665 \begin_inset Quotes erd
666 \end_inset
667
668  que necesita LaTeX para gráficos comprimidos.
669 \end_layout
670
671 \begin_layout Standard
672 \begin_inset VSpace bigskip
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 Esto es un ejemplo de imagen en formato EPS
680 \begin_inset Foot
681 status collapsed
682
683 \begin_layout Plain Layout
684 Los formatos de imagen se explica en el sección
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:Formatos-de-imagen"
692
693 \end_inset
694
695 .
696 \end_layout
697
698 \end_inset
699
700  en un párrafo separado centrado horizontalmente:
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         clip
709         rotateOrigin center
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 Esta es la misma imagen pero en modo borrador:
718 \end_layout
719
720 \begin_layout Standard
721 \align center
722 \begin_inset Graphics
723         filename ../clipart/mobius.eps
724         scale 70
725         draft
726         rotateOrigin center
727
728 \end_inset
729
730
731 \end_layout
732
733 \begin_layout Section
734 Figuras flotantes
735 \begin_inset CommandInset label
736 LatexCommand label
737 name "sec:Figuras-Flotantes"
738
739 \end_inset
740
741
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 Flotantes ! Figuras
747 \end_layout
748
749 \end_inset
750
751
752 \begin_inset Index
753 status collapsed
754
755 \begin_layout Plain Layout
756 Figuras ! Flotantes
757 \end_layout
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 Para información general sobre flotantes, echa una ojeada a la sección
766 \begin_inset space ~
767 \end_inset
768
769
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "sec:Introducción-Flotantes"
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \begin_layout Standard
780 El botón 
781 \begin_inset Graphics
782         filename ../../images/float-insert_figure.png
783         scale 85
784
785 \end_inset
786
787  y el menú 
788 \family sans
789 Insertar\SpecialChar \menuseparator
790 Flotante\SpecialChar \menuseparator
791 Figura
792 \family default
793  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
794  La imagen se puede insertar sobre la leyenda, como en la figura
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "fig:kill-plat"
802
803 \end_inset
804
805 , o bajo ella, como en la figura
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "fig:escher"
813
814 \end_inset
815
816 .
817  Más información sobre ubicación de leyendas en la sección
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "sec:Colocación-de-leyendas"
825
826 \end_inset
827
828 .
829 \end_layout
830
831 \begin_layout Standard
832 \begin_inset Float figure
833 wide false
834 sideways false
835 status open
836
837 \begin_layout Plain Layout
838 \align center
839 \begin_inset Graphics
840         filename ../clipart/platypus.eps
841         width 50col%
842         rotateOrigin center
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Plain Layout
850 \begin_inset Caption
851
852 \begin_layout Plain Layout
853 \begin_inset CommandInset label
854 LatexCommand label
855 name "fig:kill-plat"
856
857 \end_inset
858
859 Un platypus muy distorsionado en un flotante.
860 \end_layout
861
862 \end_inset
863
864
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Standard
873 \begin_inset Float figure
874 wide false
875 sideways false
876 status open
877
878 \begin_layout Plain Layout
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:escher"
885
886 \end_inset
887
888 M.C.
889  Escher en ácido.
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Plain Layout
898 \align center
899 \begin_inset Graphics
900         filename ../clipart/escher-lsd.eps
901         scale 80
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Standard
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Referencias ! a figuras
920 \end_layout
921
922 \end_inset
923
924 Las figuras
925 \begin_inset space ~
926 \end_inset
927
928
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "fig:kill-plat"
932
933 \end_inset
934
935  y 
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:escher"
939
940 \end_inset
941
942  son ejemplos de figuras con referencias cruzadas.
943  Las figuras pueden tener referencias cruzadas en el documento mediante
944  referencia a su etiqueta.
945  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
946 \family sans
947 Insertar\SpecialChar \menuseparator
948 Etiqueta
949 \family default
950  o el botón 
951 \begin_inset Graphics
952         filename ../../images/label-insert.png
953         scale 85
954
955 \end_inset
956
957 .
958  Ahora puedes referirte a la etiqueta usando el menú 
959 \family sans
960 Insertar\SpecialChar \menuseparator
961 Referencia
962 \begin_inset space ~
963 \end_inset
964
965 cruzada
966 \family default
967  o el botón 
968 \begin_inset Graphics
969         filename ../../images/dialog-show-new-inset_ref.png
970         scale 85
971
972 \end_inset
973
974 .
975  Es importante emplear referencias a flotantes, mejor que alusiones vagas
976  como «la figura de arriba», porque como LaTeX recolocará los flotantes
977  en el documento final, podría no quedar «arriba» precisamente.
978 \begin_inset Newline newline
979 \end_inset
980
981 Las referencias se explican con detalle en la sección
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "sec:Referencias-a-Flotantes"
989
990 \end_inset
991
992 .
993 \end_layout
994
995 \begin_layout Standard
996 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
997  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
998  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
999  existente.
1000  La figura
1001 \begin_inset space ~
1002 \end_inset
1003
1004
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:Dos-imágenes-distorsionadas"
1008
1009 \end_inset
1010
1011  es un ejemplo de figura flotante con dos imágenes adosadas.
1012  También se pueden poner una sobre otra.
1013  Las subfiguras son
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "fig:Estructura-indefinible"
1021
1022 \end_inset
1023
1024  y
1025 \begin_inset space ~
1026 \end_inset
1027
1028
1029 \begin_inset CommandInset ref
1030 LatexCommand ref
1031 reference "fig:Platypus"
1032
1033 \end_inset
1034
1035 .
1036 \end_layout
1037
1038 \begin_layout Standard
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status open
1043
1044 \begin_layout Plain Layout
1045 \begin_inset space \hfill{}
1046 \end_inset
1047
1048
1049 \begin_inset Float figure
1050 wide false
1051 sideways false
1052 status open
1053
1054 \begin_layout Plain Layout
1055 \begin_inset Caption
1056
1057 \begin_layout Plain Layout
1058 \begin_inset CommandInset label
1059 LatexCommand label
1060 name "fig:Estructura-indefinible"
1061
1062 \end_inset
1063
1064 Estructura indefinible
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \end_layout
1071
1072 \begin_layout Plain Layout
1073 \begin_inset Graphics
1074         filename ../clipart/escher-lsd.eps
1075         width 45col%
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Platypus"
1101
1102 \end_inset
1103
1104 Platypus
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/platypus.eps
1115         lyxscale 60
1116         width 45col%
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \end_inset
1124
1125
1126 \begin_inset space \hfill{}
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Caption
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "fig:Dos-imágenes-distorsionadas"
1139
1140 \end_inset
1141
1142 Dos imágenes distorsionadas.
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Section
1156 Formatos de imagen
1157 \begin_inset CommandInset label
1158 LatexCommand label
1159 name "sec:Formatos-de-imagen"
1160
1161 \end_inset
1162
1163
1164 \begin_inset Index
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 Formatos de imagen
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset Index
1175 status collapsed
1176
1177 \begin_layout Plain Layout
1178 Figuras ! Formatos de imagen
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Standard
1187 Puedes insertar imágenes en cualquier formato.
1188  Pero como se explica en el apéndice
1189 \begin_inset space ~
1190 \end_inset
1191
1192
1193 \begin_inset CommandInset ref
1194 LatexCommand ref
1195 reference "cha:Formatos-de-Archivos-de-Salida"
1196
1197 \end_inset
1198
1199 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1200  de archivo de imagen.
1201  Por eso LyX usa el programa 
1202 \family sans
1203 Imagemagick
1204 \family default
1205  en segundo plano para convertir imágenes al formato adecuado.
1206  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1207  los formatos de imagen admitidos en el formato de archivo de salida.
1208  Los formatos de salida se explican en el apéndice
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "cha:Formatos-de-Archivos-de-Salida"
1216
1217 \end_inset
1218
1219 .
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1224 \end_layout
1225
1226 \begin_layout Description
1227 Imágenes
1228 \begin_inset space ~
1229 \end_inset
1230
1231 mapa
1232 \begin_inset space ~
1233 \end_inset
1234
1235 de
1236 \begin_inset space ~
1237 \end_inset
1238
1239 bits
1240 \begin_inset space ~
1241 \end_inset
1242
1243 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1244  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1245  de zoom.
1246  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1247  Format» (GIF, extensión «.gif»)
1248 \begin_inset Index
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 GIF|see
1253 \begin_inset ERT
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257
1258 {
1259 \end_layout
1260
1261 \end_inset
1262
1263 Formatos de imagen
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 }
1270 \end_layout
1271
1272 \end_inset
1273
1274
1275 \end_layout
1276
1277 \end_inset
1278
1279 , «Portable Network Graphics» (PNG, extensión «.png»)
1280 \begin_inset Index
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 PNG|see
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 {
1291 \end_layout
1292
1293 \end_inset
1294
1295 Formatos de imagen
1296 \begin_inset ERT
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300
1301 }
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310
1311 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1312 \begin_inset Index
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 JPG|see
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 {
1323 \end_layout
1324
1325 \end_inset
1326
1327 Formatos de imagen
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 .
1344 \end_layout
1345
1346 \begin_layout Description
1347 Imágenes
1348 \begin_inset space ~
1349 \end_inset
1350
1351 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1352 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1353  La posibilidad de escalado hace falta para crear presentaciones, porque
1354  éstas siempre son escaladas por el proyector.
1355  El escalado también es útil en los documentos en línea para permitir el
1356  zoom en diagramas.
1357 \begin_inset Newline newline
1358 \end_inset
1359
1360 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1361  extensión «.svg»)
1362 \begin_inset Index
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 SVG|see
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 {
1373 \end_layout
1374
1375 \end_inset
1376
1377 Formatos de imagen
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1394 \begin_inset Index
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 EPS|see
1399 \begin_inset ERT
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403
1404 {
1405 \end_layout
1406
1407 \end_inset
1408
1409 Formatos de imagen
1410 \begin_inset ERT
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414
1415 }
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \end_inset
1424
1425 , «Portable Document Format» (PDF, extensión «.pdf»)
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 PDF|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Formatos de imagen
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457 , y «Windows Metafile» (WMF, extensión «.wmf»)
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 WMF|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Formatos de imagen
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489 .
1490  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1491  a PDF o EPS y el resultado será todavía una imagen bitmap.
1492  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1493  a la imagen original.
1494 \begin_inset Foot
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498 En el caso de PDF, además se comprime la imagen original.
1499 \end_layout
1500
1501 \end_inset
1502
1503  Por ejemplo, los archivos PDF generados por 
1504 \family sans
1505 Adobe Photoshop
1506 \family default
1507  son imágenes bitmap.
1508 \end_layout
1509
1510 \begin_layout Standard
1511 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1512  al contrario.
1513  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1514  archivos de salida PDF y PostScript, respectivamente.
1515  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1516  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1517 \begin_inset Formula $\to$
1518 \end_inset
1519
1520  PDF/EPS.
1521 \end_layout
1522
1523 \begin_layout Chapter
1524 Tablas
1525 \begin_inset CommandInset label
1526 LatexCommand label
1527 name "cha:Tablas"
1528
1529 \end_inset
1530
1531
1532 \begin_inset Index
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 Tablas
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \begin_layout Section
1545 Introducción
1546 \begin_inset Index
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 Tablas ! Introducción
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \begin_layout Standard
1559 Puede insertarse una tabla mediante el botón 
1560 \begin_inset Graphics
1561         filename ../../images/tabular-insert.png
1562         scale 85
1563
1564 \end_inset
1565
1566  o el menú 
1567 \family sans
1568 Insertar\SpecialChar \menuseparator
1569 Tabla
1570 \family default
1571 .
1572  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1573  el número de filas y de columnas de la tabla.
1574  Si usas el menú aparece un diálogo en el que se pide el número de filas
1575  y columnas.
1576  
1577 \begin_inset Newline newline
1578 \end_inset
1579
1580 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1581  fila aparece separada por una línea doble: la línea inferior de la primera
1582  fila y la línea superior de la segunda fila.
1583  Ejemplo de tabla:
1584 \end_layout
1585
1586 \begin_layout Standard
1587 \align center
1588 \begin_inset Tabular
1589 <lyxtabular version="3" rows="4" columns="4">
1590 <features>
1591 <column alignment="center" valignment="top" width="0">
1592 <column alignment="center" valignment="top" width="0pt">
1593 <column alignment="center" valignment="top" width="0in">
1594 <column alignment="center" valignment="top" width="0pt">
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609
1610 \family roman
1611 \series medium
1612 \shape up
1613 \size normal
1614 \emph off
1615 \bar no
1616 \noun off
1617 \color none
1618 1
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 2
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 3
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 </row>
1642 <row>
1643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647
1648 \family roman
1649 \series medium
1650 \shape up
1651 \size normal
1652 \emph off
1653 \bar no
1654 \noun off
1655 \color none
1656 A
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 <row>
1690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694
1695 \family roman
1696 \series medium
1697 \shape up
1698 \size normal
1699 \emph off
1700 \bar no
1701 \noun off
1702 \color none
1703 B
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \size normal
1723 \noun off
1724 \color none
1725  
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 </row>
1740 <row>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 C
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 </row>
1787 </lyxtabular>
1788
1789 \end_inset
1790
1791
1792 \end_layout
1793
1794 \begin_layout Section
1795 Diálogo de tablas
1796 \begin_inset Index
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800 Tablas ! Diálogo
1801 \end_layout
1802
1803 \end_inset
1804
1805
1806 \end_layout
1807
1808 \begin_layout Standard
1809 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1810  pinchar sobre ella con el botón derecho del ratón.
1811  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1812  encuentra el cursor.
1813  La mayoría de opciones también trabajan sobre una selección de celdas,
1814  de filas o de columnas.
1815  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1816  su 
1817 \emph on
1818 contenido
1819 \emph default
1820 .
1821  En el cuadro de diálogo aparecen las siguientes solapas:
1822 \end_layout
1823
1824 \begin_layout Description
1825
1826 \family sans
1827 Configuración
1828 \begin_inset space ~
1829 \end_inset
1830
1831 de
1832 \begin_inset space ~
1833 \end_inset
1834
1835 la
1836 \begin_inset space ~
1837 \end_inset
1838
1839 tabla
1840 \family default
1841  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1842  actual.
1843  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1844  Una anchura determinada permite tener saltos de línea y distintos párrafos
1845  de texto, ver sección 
1846 \begin_inset space ~
1847 \end_inset
1848
1849
1850 \begin_inset CommandInset ref
1851 LatexCommand ref
1852 reference "sub:Líneas-Múltiples-en"
1853
1854 \end_inset
1855
1856 .
1857  Si no estableces anchura, la columna será tan ancha como el contenido de
1858  la celda más ancha.
1859 \begin_inset Newline newline
1860 \end_inset
1861
1862 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1863  ver sección
1864 \begin_inset space ~
1865 \end_inset
1866
1867
1868 \begin_inset CommandInset ref
1869 LatexCommand ref
1870 reference "sub:Multicolumnas"
1871
1872 \end_inset
1873
1874 .
1875 \begin_inset Newline newline
1876 \end_inset
1877
1878 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1879  90º en el sentido de las agujas del reloj.
1880  La rotación no se ve en LyX, sí en la salida.
1881 \begin_inset Newline newline
1882 \end_inset
1883
1884
1885 \begin_inset Note Greyedout
1886 status open
1887
1888 \begin_layout Plain Layout
1889
1890 \series bold
1891 Nota:
1892 \series default
1893  no todos los visores DVI pueden mostrar rotaciones.
1894 \end_layout
1895
1896 \end_inset
1897
1898
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 También es posible introducir argumentos LaTeX necesarios para formatos
1903  especiales, véanse las secciones
1904 \begin_inset space ~
1905 \end_inset
1906
1907
1908 \begin_inset CommandInset ref
1909 LatexCommand ref
1910 reference "sub:Cálculos-en-Multicolumnas"
1911
1912 \end_inset
1913
1914  y
1915 \begin_inset space ~
1916 \end_inset
1917
1918
1919 \begin_inset CommandInset ref
1920 LatexCommand ref
1921 reference "sec:Tablas-Coloreadas"
1922
1923 \end_inset
1924
1925 .
1926 \end_layout
1927
1928 \begin_layout Description
1929
1930 \family sans
1931 Bordes
1932 \family default
1933  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1934 \end_layout
1935
1936 \begin_layout Description
1937
1938 \family sans
1939 Tabla
1940 \begin_inset space ~
1941 \end_inset
1942
1943 larga
1944 \family default
1945  Para hacer 
1946 \emph on
1947 tablas largas
1948 \emph default
1949  que pueden extenderse por varias páginas.
1950  La sección
1951 \begin_inset space ~
1952 \end_inset
1953
1954
1955 \begin_inset CommandInset ref
1956 LatexCommand ref
1957 reference "sec:Tablas-Largas"
1958
1959 \end_inset
1960
1961  describe su uso en detalle.
1962 \end_layout
1963
1964 \begin_layout Standard
1965 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1966  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1967  aparecerá inmediatamente en el diálogo.
1968 \end_layout
1969
1970 \begin_layout Section
1971 Barra de herramientas de tabla
1972 \begin_inset Index
1973 status collapsed
1974
1975 \begin_layout Plain Layout
1976 Tablas ! Barra de herramientas
1977 \end_layout
1978
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \begin_layout Standard
1985 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1986  para cambiar las tablas de manera más rápida.
1987  Normalmente debería aparecer en la parte inferior de la ventana principal
1988  de LyX cuando el cursor está dentro de una tabla.
1989  En cualquier momento se puede presentar esta barra pinchando con el botón
1990  derecho del ratón en cualquier punto de la barra principal de menú.
1991 \end_layout
1992
1993 \begin_layout Standard
1994 La barra de herramientas tiene los siguientes iconos:
1995 \end_layout
1996
1997 \begin_layout Labeling
1998 \labelwidthstring 00.00.0000
1999 \begin_inset Graphics
2000         filename ../../images/tabular-feature_append-row.png
2001
2002 \end_inset
2003
2004  añade una fila bajo la celda actual o selección
2005 \end_layout
2006
2007 \begin_layout Labeling
2008 \labelwidthstring 00.00.0000
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_append-column.png
2011
2012 \end_inset
2013
2014  añade una columna a la derecha de la celda actual o selección
2015 \end_layout
2016
2017 \begin_layout Labeling
2018 \labelwidthstring 00.00.0000
2019 \begin_inset Graphics
2020         filename ../../images/tabular-feature_delete-row.png
2021
2022 \end_inset
2023
2024  borra la fila actual o selección
2025 \end_layout
2026
2027 \begin_layout Labeling
2028 \labelwidthstring 00.00.0000
2029 \begin_inset Graphics
2030         filename ../../images/tabular-feature_delete-column.png
2031
2032 \end_inset
2033
2034  borra la columna actual o selección
2035 \end_layout
2036
2037 \begin_layout Labeling
2038 \labelwidthstring 00.00.0000
2039 \begin_inset Graphics
2040         filename ../../images/tabular-feature_toggle-line-top.png
2041
2042 \end_inset
2043
2044  añade una línea sobre la celda/fila actual o la selección
2045 \end_layout
2046
2047 \begin_layout Labeling
2048 \labelwidthstring 00.00.0000
2049 \begin_inset Graphics
2050         filename ../../images/tabular-feature_toggle-line-bottom.png
2051
2052 \end_inset
2053
2054  añade una línea bajo la celda/fila actual o la selección
2055 \end_layout
2056
2057 \begin_layout Labeling
2058 \labelwidthstring 00.00.0000
2059 \begin_inset Graphics
2060         filename ../../images/tabular-feature_toggle-line-left.png
2061
2062 \end_inset
2063
2064  añade una línea a la izquierda de la celda/fila actual o la selección
2065 \end_layout
2066
2067 \begin_layout Labeling
2068 \labelwidthstring 00.00.0000
2069 \begin_inset Graphics
2070         filename ../../images/tabular-feature_toggle-line-right.png
2071
2072 \end_inset
2073
2074  añade una línea a la derecha de la celda/fila actual o la selección
2075 \end_layout
2076
2077 \begin_layout Labeling
2078 \labelwidthstring 00.00.0000
2079 \begin_inset Graphics
2080         filename ../../images/tabular-feature_set-all-lines.png
2081
2082 \end_inset
2083
2084  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2085  actual no es multicolumna esto afecta también a la fila y a la columna)
2086 \end_layout
2087
2088 \begin_layout Labeling
2089 \labelwidthstring 00.00.0000
2090 \begin_inset Graphics
2091         filename ../../images/tabular-feature_unset-all-lines.png
2092
2093 \end_inset
2094
2095  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2096  actual no es multicolumna esto afecta también a la fila y a la columna)
2097 \end_layout
2098
2099 \begin_layout Labeling
2100 \labelwidthstring 00.00.0000
2101 \begin_inset Graphics
2102         filename ../../images/tabular-feature_align-left.png
2103
2104 \end_inset
2105
2106  alinea a la izquierda el contenido de la celda/columna
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111 \begin_inset Graphics
2112         filename ../../images/tabular-feature_align-center.png
2113
2114 \end_inset
2115
2116  centra el contenido de la celda/columna horizontalmente
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121 \begin_inset Graphics
2122         filename ../../images/tabular-feature_align-right.png
2123
2124 \end_inset
2125
2126  alinea a la derecha el contenido de la celda/columna
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131 \begin_inset Graphics
2132         filename ../../images/tabular-feature_valign-top.png
2133
2134 \end_inset
2135
2136  alinea arriba el contenido de la celda
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_valign-middle.png
2143
2144 \end_inset
2145
2146  centra verticalmente el contenido de la celda
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_valign-bottom.png
2153
2154 \end_inset
2155
2156  alinea abajo el contenido de la celda
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Graphics
2162         filename ../../images/tabular-feature_set-rotate-cell.png
2163
2164 \end_inset
2165
2166  gira la celda o selección 90° como las agujas de reloj
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Graphics
2172         filename ../../images/tabular-feature_set-rotate-tabular.png
2173
2174 \end_inset
2175
2176  gira toda la tabla 90° como agujas del reloj
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_multicolumn.png
2183
2184 \end_inset
2185
2186  establece la celda actual o selección como multicolumna
2187 \end_layout
2188
2189 \begin_layout Standard
2190 \begin_inset Note Greyedout
2191 status open
2192
2193 \begin_layout Plain Layout
2194
2195 \series bold
2196 Nota:
2197 \series default
2198  En la salida se emplea la alineación vertical de la primera celda de una
2199  fila para todas las celdas restantes de la fila.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Section
2208 Menú Editar Tabla
2209 \begin_inset Index
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213 Tablas ! Editar
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 Además del diálogo y la barra de herramientas, el menú 
2223 \family sans
2224 Editar\SpecialChar \menuseparator
2225 Tabla
2226 \family default
2227  permite añadir y borrar bordes para la fila/columna actual y establecer
2228  la selección como multicolumna.
2229  El menú sólo está disponible si el cursor está en la tabla.
2230 \end_layout
2231
2232 \begin_layout Section
2233 Tablas flotantes
2234 \begin_inset CommandInset label
2235 LatexCommand label
2236 name "sec:Tablas-Flotantes"
2237
2238 \end_inset
2239
2240
2241 \begin_inset Index
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Flotantes ! Tablas
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \begin_inset Index
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Tablas ! Flotantes
2256 \end_layout
2257
2258 \end_inset
2259
2260
2261 \end_layout
2262
2263 \begin_layout Standard
2264 Para una explicación general sobre flotantes, echa un vistazo a la sección
2265 \begin_inset space ~
2266 \end_inset
2267
2268
2269 \begin_inset CommandInset ref
2270 LatexCommand ref
2271 reference "sec:Introducción-Flotantes"
2272
2273 \end_inset
2274
2275 .
2276 \end_layout
2277
2278 \begin_layout Standard
2279 \begin_inset Float table
2280 placement h
2281 wide false
2282 sideways false
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 \begin_inset Caption
2287
2288 \begin_layout Plain Layout
2289 \begin_inset CommandInset label
2290 LatexCommand label
2291 name "tab:una tabla flotante"
2292
2293 \end_inset
2294
2295 Una tabla flotante.
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \end_layout
2302
2303 \begin_layout Plain Layout
2304 \align center
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="3" columns="3">
2307 <features>
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top" width="0pt">
2310 <column alignment="center" valignment="top" width="0pt">
2311 <row>
2312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2313 \begin_inset Text
2314
2315 \begin_layout Plain Layout
2316
2317 \family roman
2318 \series medium
2319 \shape up
2320 \size normal
2321 \emph off
2322 \bar no
2323 \noun off
2324 \color none
2325 1
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \family roman
2336 \series medium
2337 \shape up
2338 \size normal
2339 \emph off
2340 \bar no
2341 \noun off
2342 \color none
2343 2
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352
2353 \family roman
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 3
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 </row>
2367 <row>
2368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372
2373 \family roman
2374 \series medium
2375 \shape up
2376 \size normal
2377 \emph off
2378 \bar no
2379 \noun off
2380 \color none
2381 Pepe
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \family roman
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 Mari
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408
2409 \family roman
2410 \series medium
2411 \shape up
2412 \size normal
2413 \emph off
2414 \bar no
2415 \noun off
2416 \color none
2417 Teo
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 </row>
2423 <row>
2424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \family roman
2430 \series medium
2431 \shape up
2432 \size normal
2433 \emph off
2434 \bar no
2435 \noun off
2436 \color none
2437 \begin_inset Formula $\int x^{2}dx$
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 \begin_inset Formula $\left[\begin{array}{cc}
2459 a & b\\
2460 c & d\end{array}\right]$
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \family roman
2474 \series medium
2475 \shape up
2476 \size normal
2477 \emph off
2478 \bar no
2479 \noun off
2480 \color none
2481 \begin_inset Formula $1+1=2$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 </row>
2490 </lyxtabular>
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \begin_layout Standard
2503 Las tablas flotantes pueden insertarse con el menú 
2504 \family sans
2505 Insertar\SpecialChar \menuseparator
2506 Flotante\SpecialChar \menuseparator
2507 Tabla
2508 \family default
2509  o con el botón 
2510 \begin_inset Graphics
2511         filename ../../images/float-insert_table.png
2512         scale 85
2513
2514 \end_inset
2515
2516 .
2517 \end_layout
2518
2519 \begin_layout Standard
2520 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2521 \begin_inset space ~
2522 \end_inset
2523
2524 #:» (# es el número actual).
2525  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2526  Para insertar una tabla en el flotante se sitúa el cursor al final del
2527  texto del encabezado y se pulsa 
2528 \family sans
2529 Retorno
2530 \family default
2531 .
2532  La leyenda se imprime encima de la tabla.
2533 \end_layout
2534
2535 \begin_layout Standard
2536 La tabla
2537 \begin_inset space ~
2538 \end_inset
2539
2540
2541 \begin_inset CommandInset ref
2542 LatexCommand ref
2543 reference "tab:una tabla flotante"
2544
2545 \end_inset
2546
2547  es un ejemplo de tabla flotante.
2548 \end_layout
2549
2550 \begin_layout Standard
2551 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2552  no es soportado en las clases estándar de LaTeX.
2553  Esto significa que si estás usando las clases de documento 
2554 \family sans
2555 article
2556 \family default
2557
2558 \family sans
2559 book
2560 \family default
2561
2562 \family sans
2563 letter
2564 \family default
2565  o 
2566 \family sans
2567 report
2568 \family default
2569  no habrá espacio entre la leyenda y la tabla.
2570  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2571  del documento la siguiente opción al comando del paquete LaTeX 
2572 \series bold
2573 caption
2574 \series default
2575
2576 \begin_inset Index
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 LaTeX-paquetes ! caption
2581 \end_layout
2582
2583 \end_inset
2584
2585 :
2586 \begin_inset Foot
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Para más información ve a la sección
2591 \begin_inset space ~
2592 \end_inset
2593
2594
2595 \begin_inset CommandInset ref
2596 LatexCommand ref
2597 reference "sec:Colocación-de-leyendas"
2598
2599 \end_inset
2600
2601 .
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610
2611 \series bold
2612 tableposition=top
2613 \end_layout
2614
2615 \begin_layout Standard
2616 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2617  
2618 \series bold
2619 caption
2620 \series default
2621  como se describe en la sección
2622 \begin_inset space ~
2623 \end_inset
2624
2625
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Formato-de-leyendas"
2629
2630 \end_inset
2631
2632 .
2633  
2634 \end_layout
2635
2636 \begin_layout Standard
2637 \begin_inset Index
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Referencias ! a tablas
2642 \end_layout
2643
2644 \end_inset
2645
2646 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2647  etiqueta.
2648  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2649 \family sans
2650 Insertar\SpecialChar \menuseparator
2651 Etiqueta
2652 \family default
2653  o con el botón 
2654 \begin_inset Graphics
2655         filename ../../images/label-insert.png
2656         scale 85
2657
2658 \end_inset
2659
2660 .
2661  Ahora puedes referenciar la etiqueta con el menú 
2662 \family sans
2663 Insertar\SpecialChar \menuseparator
2664 Referencia
2665 \begin_inset space ~
2666 \end_inset
2667
2668 cruzada
2669 \family default
2670  o con el botón 
2671 \begin_inset Graphics
2672         filename ../../images/dialog-show-new-inset_ref.png
2673         scale 85
2674
2675 \end_inset
2676
2677 .
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681 Las referencias se explican con detalle en la sección
2682 \begin_inset space ~
2683 \end_inset
2684
2685
2686 \begin_inset CommandInset ref
2687 LatexCommand ref
2688 reference "sec:Referencias-a-Flotantes"
2689
2690 \end_inset
2691
2692 .
2693 \end_layout
2694
2695 \begin_layout Section
2696 Tablas largas
2697 \begin_inset CommandInset label
2698 LatexCommand label
2699 name "sec:Tablas-Largas"
2700
2701 \end_inset
2702
2703
2704 \begin_inset Index
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Tablas largas
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \begin_inset Index
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 Tablas ! Largas
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \begin_layout Standard
2727 Si la tabla es demasiado larga para una página, puedes usar la opción 
2728 \family sans
2729 Usar
2730 \begin_inset space ~
2731 \end_inset
2732
2733 tabla
2734 \begin_inset space ~
2735 \end_inset
2736
2737 larga
2738 \family default
2739  en la solapa 
2740 \family sans
2741 Tabla
2742 \begin_inset space ~
2743 \end_inset
2744
2745 larga
2746 \family default
2747  del diálogo de tablas, para repartir automáticamente la tabla en varias
2748  páginas.
2749  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2750 \end_layout
2751
2752 \begin_layout Description
2753
2754 \family sans
2755 Encabezado:
2756 \family default
2757  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2758  definida, se definen como filas de encabezado para todas las páginas de
2759  la tabla, excepto para la primera página si 
2760 \family sans
2761 Primer
2762 \begin_inset space ~
2763 \end_inset
2764
2765 encabezado
2766 \family default
2767  está definido.
2768  Este se denomina encabezado principal.
2769 \end_layout
2770
2771 \begin_layout Description
2772
2773 \family sans
2774 Primer
2775 \begin_inset space ~
2776 \end_inset
2777
2778 encabezado:
2779 \family default
2780  La fila actual y superiores, que no tienen ninguna opción especial definida,
2781  se definen como filas cabeceras de la primera página de la tabla.
2782 \end_layout
2783
2784 \begin_layout Description
2785
2786 \family sans
2787 Pie:
2788 \family default
2789  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2790  definida, se definen como filas de pie de todas las páginas de la tabla,
2791  excepto para la última página si se define 
2792 \family sans
2793 Último
2794 \begin_inset space ~
2795 \end_inset
2796
2797 pie.
2798 \end_layout
2799
2800 \begin_layout Description
2801
2802 \family sans
2803 Último
2804 \begin_inset space ~
2805 \end_inset
2806
2807 pie: L
2808 \family default
2809 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2810  se definen como filas de pie de la última página de la tabla.
2811 \end_layout
2812
2813 \begin_layout Standard
2814 También se puede especificar en qué fila se ha de cortar la tabla.
2815  Si se establece más de una opción en la misma fila, habría que tener en
2816  cuenta que sólo la primera de ellas se usa en la fila dada.
2817  Las otras quedarán definidas como 
2818 \emph on
2819 vacías
2820 \emph default
2821 .
2822  En este contexto, primera significa primero en este orden: 
2823 \family sans
2824 Encabezado, Primer
2825 \begin_inset space ~
2826 \end_inset
2827
2828 encabezado
2829 \family default
2830
2831 \family sans
2832 Pie, Último
2833 \begin_inset space ~
2834 \end_inset
2835
2836 pie
2837 \family default
2838 .
2839  La siguiente tabla muestra cómo funciona:
2840 \end_layout
2841
2842 \begin_layout Standard
2843
2844 \end_layout
2845
2846 \begin_layout Standard
2847 \align center
2848 \begin_inset Tabular
2849 <lyxtabular version="3" rows="69" columns="3">
2850 <features islongtable="true">
2851 <column alignment="left" valignment="top" width="0cm">
2852 <column alignment="left" valignment="top" width="0pt">
2853 <column alignment="right" valignment="top" width="0pt">
2854 <row endfirsthead="true">
2855 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \series bold
2861 Ejemplo de lista telefónica (ignore los nombres)
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row endfirsthead="true">
2886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \series bold
2892 NOMBRE
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \series bold
2912 TEL.
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row endhead="true">
2919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \series bold
2925 Ejemplo de lista telefónica
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row endhead="true">
2950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \series bold
2956 NOMBRE
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \series bold
2976 TEL.
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endfoot="true">
2983 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987  continúa en la página siguiente
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 Annovi
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Silvia
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 111
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 Bertoli
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 Stefano
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 111
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 Bozzi
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Walter
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 111
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Cachia
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Maria
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Cachia
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Maurizio
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Cinquemani
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Giusi
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Colin
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Bernard
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Concli
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Gianfranco
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Dal Bosco
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Carolina
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Dalpiaz
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Annamaria
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Feliciello
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Domenico
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Focarelli
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Paola
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Galletti
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Oreste
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Gasparini
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Franca
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Rizzardi
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Lassini
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Giancarlo
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Malfatti
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Luciano
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Malfatti
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Valeriano
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Meneguzzo
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Roberto
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Mezzadra
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Roberto
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Pirpamer
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Erich
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Pochiesa
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Paolo
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111, 222
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Radina
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Claudio
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Stuffer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Oskar
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Tacchelli
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Ugo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Tezzele
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Margit
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Unterkalmsteiner
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Frieda
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Vieider
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Hilde
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Vigna
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Jürgen
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Weber
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Maurizio
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Winkler
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Franz
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977  
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Annovi
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Silvia
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 555
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Bertoli
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Stefano
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 555
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Bozzi
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Walter
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 555
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Cachia
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Maria
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Cachia
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Maurizio
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Cinquemani
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Giusi
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Colin
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Bernard
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Concli
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Gianfranco
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Dal Bosco
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Carolina
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Dalpiaz
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Annamaria
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Feliciello
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Domenico
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Focarelli
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Paola
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Galletti
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Oreste
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Gasparini
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Franca
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Rizzardi
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Lassini
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Giancarlo
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Malfatti
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Luciano
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Malfatti
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Valeriano
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Meneguzzo
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Roberto
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Mezzadra
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Roberto
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Pirpamer
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Erich
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Pochiesa
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Paolo
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555, 222
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Radina
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Claudio
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Stuffer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Oskar
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Tacchelli
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Ugo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Tezzele
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Margit
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Unterkalmsteiner
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Frieda
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Vieider
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Hilde
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Vigna
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Jürgen
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 999
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Weber
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Maurizio
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Winkler
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Franz
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row endlastfoot="true">
4963 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 fin
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 </lyxtabular>
4992
4993 \end_inset
4994
4995
4996 \begin_inset ERT
4997 status open
4998
4999 \begin_layout Plain Layout
5000
5001
5002 \backslash
5003 addtocounter{table}{-1}
5004 \end_layout
5005
5006 \end_inset
5007
5008
5009 \begin_inset Note Note
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 Para comprender el uso de este comando, lee al final de la sección
5014 \begin_inset space ~
5015 \end_inset
5016
5017
5018 \begin_inset CommandInset ref
5019 LatexCommand ref
5020 reference "sub:Leyendas-en-Tablas"
5021
5022 \end_inset
5023
5024  la primera nota resaltada en gris.
5025  
5026 \end_layout
5027
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \begin_layout Subsection
5034 Notas al pie en tablas largas
5035 \begin_inset CommandInset label
5036 LatexCommand label
5037 name "sub:Notas-al-pie-en-Tablas-Largas"
5038
5039 \end_inset
5040
5041
5042 \begin_inset Index
5043 status collapsed
5044
5045 \begin_layout Plain Layout
5046 Tablas largas ! Notas al pie
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \begin_layout Standard
5055 Se pueden insertar notas al pie en cada celda de una tabla larga.
5056  Las notas se muestran en la parte inferior de la página en la que esté
5057  la celda con la nota.
5058  La tabla
5059 \begin_inset space ~
5060 \end_inset
5061
5062
5063 \begin_inset CommandInset ref
5064 LatexCommand ref
5065 reference "tab:DifLeyendas"
5066
5067 \end_inset
5068
5069  tiene un ejemplo de nota al pie.
5070 \end_layout
5071
5072 \begin_layout Subsection
5073 Alineación de tablas largas
5074 \begin_inset Index
5075 status collapsed
5076
5077 \begin_layout Plain Layout
5078 Tablas largas ! Alineación
5079 \end_layout
5080
5081 \end_inset
5082
5083
5084 \end_layout
5085
5086 \begin_layout Standard
5087 Las tablas largas se centran por omisión.
5088  Al contrario de la alineación de filas y columnas, la alineación de una
5089  tabla no se puede cambiar por ahora en el diálogo de tablas.
5090  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5091  longitudes 
5092 \series bold
5093
5094 \backslash
5095 LTleft
5096 \series default
5097  y 
5098 \series bold
5099
5100 \backslash
5101 LTright 
5102 \series default
5103 insertando la línea siguiente en código TeX antes de la correspondiente
5104  tabla larga:
5105 \end_layout
5106
5107 \begin_layout Standard
5108
5109 \series bold
5110
5111 \backslash
5112 setlength{
5113 \backslash
5114 LTleft}{valor}
5115 \end_layout
5116
5117 \begin_layout Standard
5118 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5119 \begin_inset space ~
5120 \end_inset
5121
5122
5123 \begin_inset CommandInset ref
5124 LatexCommand ref
5125 reference "tab:Unidades"
5126
5127 \end_inset
5128
5129 .
5130  
5131 \series bold
5132
5133 \backslash
5134 LTlent 
5135 \series default
5136 controla la distancia entre el borde izquierdo de la página y la tabla.
5137  
5138 \series bold
5139
5140 \backslash
5141 LTright 
5142 \series default
5143 la distancia desde el lado derecho.
5144  El valor predeterminado para ambas longitudes es 
5145 \series bold
5146
5147 \backslash
5148 fill
5149 \series default
5150 , que en este caso es lo mismo que un relleno horizontal en LyX.
5151 \end_layout
5152
5153 \begin_layout Standard
5154 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5155 \series bold
5156
5157 \backslash
5158 LTleft
5159 \series default
5160  0 pt.
5161 \begin_inset ERT
5162 status collapsed
5163
5164 \begin_layout Plain Layout
5165
5166
5167 \backslash
5168 setlength{
5169 \backslash
5170 LTleft}{0pt}
5171 \end_layout
5172
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \begin_layout Standard
5179 \begin_inset Tabular
5180 <lyxtabular version="3" rows="5" columns="5">
5181 <features islongtable="true">
5182 <column alignment="center" valignment="top" width="0">
5183 <column alignment="center" valignment="top" width="0">
5184 <column alignment="center" valignment="top" width="0">
5185 <column alignment="center" valignment="top" width="0">
5186 <column alignment="center" valignment="top" width="0">
5187 <row>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 1
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 2
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 3
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 4
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 5
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 asd
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 s
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 s
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 s
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 asd
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 asd
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 s
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 s
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 s
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 asd
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 asd
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 s
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 s
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 s
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 asd
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 asd
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 asd
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 asd
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 asd
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 asd
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 </lyxtabular>
5423
5424 \end_inset
5425
5426
5427 \begin_inset ERT
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431
5432
5433 \backslash
5434 setlength{
5435 \backslash
5436 LTleft}{
5437 \backslash
5438 fill}
5439 \end_layout
5440
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \begin_layout Subsection
5447 Leyendas en tablas largas
5448 \begin_inset Index
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452 Tablas largas ! Leyendas
5453 \end_layout
5454
5455 \end_inset
5456
5457
5458 \begin_inset CommandInset label
5459 LatexCommand label
5460 name "sub:Leyendas-en-Tablas"
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5469  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5470  para tablas largas.
5471 \end_layout
5472
5473 \begin_layout Standard
5474 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5475  hay que crearlos de la sigiente forma:
5476 \end_layout
5477
5478 \begin_layout Enumerate
5479 Crea una tabla larga.
5480 \end_layout
5481
5482 \begin_layout Enumerate
5483 Marca la primera fila y deshabilita su línea superior.
5484 \end_layout
5485
5486 \begin_layout Enumerate
5487 Inserta una leyenda con el menú 
5488 \family sans
5489 Insertar\SpecialChar \menuseparator
5490 Leyenda
5491 \family default
5492  en la primera celda.
5493 \begin_inset Newline newline
5494 \end_inset
5495
5496 También puedes añadir un 
5497 \family sans
5498 título breve
5499 \family default
5500  para la leyenda .
5501 \end_layout
5502
5503 \begin_layout Enumerate
5504 Inserta un «
5505 \series bold
5506
5507 \backslash
5508
5509 \backslash
5510 %
5511 \series default
5512 » en código TeX detrás de la leyenda.
5513 \end_layout
5514
5515 \begin_layout Standard
5516 En la Lista de tablas aparecerá el título breve en vez del título completo.
5517  El «
5518 \series bold
5519
5520 \backslash
5521
5522 \backslash
5523 %
5524 \series default
5525 » detrás de la leyenda elimina las líneas verticales entre las siguientes
5526  celdas de la fila.
5527  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5528  la tabla real comienza en la segunda fila.
5529 \end_layout
5530
5531 \begin_layout Standard
5532 He aquí una pequeña tabla larga para mostrar cómo funciona:
5533 \end_layout
5534
5535 \begin_layout Standard
5536 \begin_inset Tabular
5537 <lyxtabular version="3" rows="6" columns="5">
5538 <features islongtable="true">
5539 <column alignment="center" valignment="top" width="0">
5540 <column alignment="center" valignment="top" width="0">
5541 <column alignment="center" valignment="top" width="0">
5542 <column alignment="center" valignment="top" width="0">
5543 <column alignment="center" valignment="top" width="0">
5544 <row caption="true">
5545 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 \begin_inset Caption
5550
5551 \begin_layout Plain Layout
5552 Tabla larga con leyenda
5553 \begin_inset OptArg
5554 status open
5555
5556 \begin_layout Plain Layout
5557 Tabla larga
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 1
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 2
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 3
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 4
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 5
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 s
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 s
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 asd
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 asd
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 asd
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 </lyxtabular>
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 \begin_inset VSpace medskip
5853 \end_inset
5854
5855
5856 \begin_inset Note Greyedout
5857 status open
5858
5859 \begin_layout Plain Layout
5860
5861 \series bold
5862 Nota
5863 \series default
5864 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5865  leyenda en alguna de ellas.
5866  Por esto podría suceder que, p.
5867 \begin_inset space \thinspace{}
5868 \end_inset
5869
5870 e., la tabla
5871 \begin_inset space ~
5872 \end_inset
5873
5874 2.4 siga a la tabla
5875 \begin_inset space ~
5876 \end_inset
5877
5878 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5879  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5880  en código TeX:
5881 \end_layout
5882
5883 \begin_layout Plain Layout
5884
5885 \series bold
5886
5887 \backslash
5888 addtocounter{table}{-1}
5889 \end_layout
5890
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Note Greyedout
5898 status open
5899
5900 \begin_layout Plain Layout
5901
5902 \series bold
5903 Nota:
5904 \series default
5905  Si utilizas el paquete LaTeX 
5906 \series bold
5907 hyperref
5908 \series default
5909
5910 \begin_inset Index
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914 LaTeX-paquetes ! hyperref
5915 \end_layout
5916
5917 \end_inset
5918
5919  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5920  llevan siempre al principio del documento.
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \begin_layout Subsubsection
5929 Referencias a tablas largas
5930 \begin_inset Index
5931 status collapsed
5932
5933 \begin_layout Plain Layout
5934 Tablas largas ! Referencias a
5935 \end_layout
5936
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \begin_layout Standard
5943 \begin_inset Tabular
5944 <lyxtabular version="3" rows="6" columns="5">
5945 <features islongtable="true">
5946 <column alignment="center" valignment="top" width="0">
5947 <column alignment="center" valignment="top" width="0">
5948 <column alignment="center" valignment="top" width="0">
5949 <column alignment="center" valignment="top" width="0">
5950 <column alignment="center" valignment="top" width="0">
5951 <row caption="true">
5952 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Caption
5957
5958 \begin_layout Plain Layout
5959 Tabla larga referenciada
5960 \begin_inset CommandInset label
5961 LatexCommand label
5962 name "tab:RefEjemplo"
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 1
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 2
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 3
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 4
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 5
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 asd
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 s
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 s
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 asd
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 asd
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 asd
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 asd
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 s
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 asd
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 sad
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 asd
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 </lyxtabular>
6249
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \begin_layout Standard
6256 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6257  Observa que tienes que añadir el prefijo «
6258 \emph on
6259 tab
6260 \emph default
6261 :» manualmente en el campo de etiqueta.
6262  
6263 \end_layout
6264
6265 \begin_layout Standard
6266 Esto es una referencia a la tabla
6267 \begin_inset space ~
6268 \end_inset
6269
6270
6271 \begin_inset CommandInset ref
6272 LatexCommand ref
6273 reference "tab:RefEjemplo"
6274
6275 \end_inset
6276
6277 .
6278 \end_layout
6279
6280 \begin_layout Standard
6281 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6282  del documento mediante el paquete LaTeX 
6283 \series bold
6284 caption
6285 \series default
6286
6287 \begin_inset Index
6288 status collapsed
6289
6290 \begin_layout Plain Layout
6291 LaTeX-paquetes ! caption
6292 \end_layout
6293
6294 \end_inset
6295
6296 , véase sección
6297 \begin_inset space ~
6298 \end_inset
6299
6300
6301 \begin_inset CommandInset ref
6302 LatexCommand ref
6303 reference "sec:Formato-de-leyendas"
6304
6305 \end_inset
6306
6307 .
6308 \end_layout
6309
6310 \begin_layout Subsubsection
6311 Anchura de la leyenda
6312 \begin_inset Index
6313 status collapsed
6314
6315 \begin_layout Plain Layout
6316 Tablas largas ! Anchura de la leyenda
6317 \end_layout
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 La anchura máxima se define por la longitud 
6326 \series bold
6327
6328 \backslash
6329 LTcapwidth
6330 \series default
6331 .
6332  Por omisión es 4
6333 \begin_inset space \thinspace{}
6334 \end_inset
6335
6336 in (4
6337 \begin_inset space ~
6338 \end_inset
6339
6340 pulgadas).
6341  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6342  en el documento antes de la tabla larga a la que afecta
6343 \end_layout
6344
6345 \begin_layout Standard
6346
6347 \series bold
6348
6349 \backslash
6350 setlength{
6351 \backslash
6352 LTcapwidth}{anchura}
6353 \end_layout
6354
6355 \begin_layout Standard
6356 donde la anchura puede ser una de las unidades listadas en el apéndice
6357 \begin_inset space ~
6358 \end_inset
6359
6360
6361 \begin_inset CommandInset ref
6362 LatexCommand ref
6363 reference "cha:Unidades-disponibles-en"
6364
6365 \end_inset
6366
6367 .
6368 \end_layout
6369
6370 \begin_layout Standard
6371 Las tablas siguientes muestran la diferencia:
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true">
6378 <column alignment="center" valignment="top" width="0">
6379 <column alignment="center" valignment="top" width="0">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <row caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption
6389
6390 \begin_layout Plain Layout
6391 Leyenda larga completa con anchura predeterminada leyenda larga completa
6392  con anchura predeterminada
6393 \begin_inset OptArg
6394 status open
6395
6396 \begin_layout Plain Layout
6397 Leyenda con anchura predeterminada
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 </row>
6449 <row>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 1
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 2
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 3
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 4
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 5
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 <row>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 asd
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 </row>
6543 <row>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 s
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 s
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 <row>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 asd
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 s
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 s
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 s
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 </row>
6637 <row>
6638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 asd
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 sad
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 asd
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 </row>
6684 </lyxtabular>
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 \begin_inset ERT
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696
6697
6698 \backslash
6699 setlength{
6700 \backslash
6701 LTcapwidth}{5cm}
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \begin_inset Tabular
6708 <lyxtabular version="3" rows="6" columns="5">
6709 <features islongtable="true">
6710 <column alignment="center" valignment="top" width="0">
6711 <column alignment="center" valignment="top" width="0">
6712 <column alignment="center" valignment="top" width="0">
6713 <column alignment="center" valignment="top" width="0">
6714 <column alignment="center" valignment="top" width="0">
6715 <row caption="true">
6716 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 \begin_inset Caption
6721
6722 \begin_layout Plain Layout
6723 Leyenda larga completa con anchura de 5
6724 \begin_inset space \thinspace{}
6725 \end_inset
6726
6727 cm leyenda larga completa con anchura de 5
6728 \begin_inset space \thinspace{}
6729 \end_inset
6730
6731 cm leyenda larga completa con anchura de 5
6732 \begin_inset space \thinspace{}
6733 \end_inset
6734
6735 cm
6736 \begin_inset OptArg
6737 status open
6738
6739 \begin_layout Plain Layout
6740 Leyenda con anchura
6741 \begin_inset space \thinspace{}
6742 \end_inset
6743
6744 =
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 5
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 cm
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 1
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 2
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 3
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 4
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 5
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 </row>
6851 <row>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 s
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 s
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 s
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 s
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 s
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 s
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 asd
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 asd
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 sad
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 </lyxtabular>
7040
7041 \end_inset
7042
7043
7044 \begin_inset ERT
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048
7049
7050 \backslash
7051 setlength{
7052 \backslash
7053 LTcapwidth}{4in}
7054 \end_layout
7055
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \begin_layout Standard
7062 \begin_inset Note Greyedout
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067 \series bold
7068 Nota: 
7069 \series default
7070 Si se usa el paquete LaTeX 
7071 \series bold
7072 caption
7073 \series default
7074
7075 \begin_inset Index
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 LaTeX-paquetes ! caption
7080 \end_layout
7081
7082 \end_inset
7083
7084 , como en este documento, se usa la anchura de toda la página para el pie
7085  si utilizas el valor por omisión de 4
7086 \begin_inset space \thinspace{}
7087 \end_inset
7088
7089 in para 
7090 \series bold
7091
7092 \backslash
7093 LTcapwidth
7094 \series default
7095 .
7096  En este caso, para conseguir exactamente un pie de 4
7097 \begin_inset space \thinspace{}
7098 \end_inset
7099
7100 in, puedes poner un valor ligeramente diferente de 4.0
7101 \begin_inset space \thinspace{}
7102 \end_inset
7103
7104 in, p.
7105 \begin_inset space \thinspace{}
7106 \end_inset
7107
7108 e.
7109  3.99
7110 \begin_inset space \thinspace{}
7111 \end_inset
7112
7113 in, o el comando de LaTeX 
7114 \series bold
7115
7116 \backslash
7117 captionsetup{width=valor}
7118 \series default
7119 , suministrado por el paquete 
7120 \series bold
7121 caption
7122 \series default
7123 .
7124 \end_layout
7125
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \begin_layout Subsubsection
7132 Leyendas distintas para cada página
7133 \begin_inset Index
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 Tablas largas ! Leyendas distintas para cada página
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \begin_layout Standard
7146 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7147  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7148  como primer encabezado.
7149  La leyenda para las restantes páginas se inserta sin título breve en una
7150  fila postiza de leyenda marcada como primer encabezado.
7151  Si este encabezado no ha de incluir el número de tabla, usa el comando
7152 \end_layout
7153
7154 \begin_layout Standard
7155
7156 \series bold
7157
7158 \backslash
7159 caption*{texto de la leyenda}
7160 \end_layout
7161
7162 \begin_layout Standard
7163 en vez del recuadro de leyenda de LyX.
7164  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7165  La tabla
7166 \begin_inset space ~
7167 \end_inset
7168
7169
7170 \begin_inset CommandInset ref
7171 LatexCommand ref
7172 reference "tab:DifLeyendas"
7173
7174 \end_inset
7175
7176  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7177  no incluye número de tabla.
7178 \end_layout
7179
7180 \begin_layout Standard
7181 \align center
7182 \begin_inset Tabular
7183 <lyxtabular version="3" rows="60" columns="3">
7184 <features islongtable="true">
7185 <column alignment="left" valignment="top" width="0cm">
7186 <column alignment="left" valignment="top" width="0pt">
7187 <column alignment="right" valignment="top" width="0pt">
7188 <row endfirsthead="true" caption="true">
7189 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 \begin_inset Caption
7194
7195 \begin_layout Plain Layout
7196 Ejemplo de lista telefónica
7197 \begin_inset CommandInset label
7198 LatexCommand label
7199 name "tab:DifLeyendas"
7200
7201 \end_inset
7202
7203
7204 \begin_inset OptArg
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208 Ejemplo de lista telefónica
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 </row>
7242 <row endfirsthead="true">
7243 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247
7248 \series bold
7249 Ejemplo de lista telefónica (ignore los nombres)
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row endfirsthead="true">
7274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278
7279 \series bold
7280 NOMBRE
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298
7299 \series bold
7300 TEL.
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 </row>
7306 <row endhead="true" caption="true">
7307 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 \begin_inset ERT
7312 status open
7313
7314 \begin_layout Plain Layout
7315
7316
7317 \backslash
7318 caption*{Continúa Ejemplo de lista telefónica}
7319 \backslash
7320
7321 \backslash
7322 %
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row endhead="true">
7352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356
7357 \series bold
7358 Ejemplo de lista telefónica
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row endhead="true">
7383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \series bold
7389 NOMBRE
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \series bold
7409 TEL.
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row endfoot="true">
7416 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 continúa en página siguiente
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \series bold
7451 Annovi
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 Silvia
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 111
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \series bold
7482 Bertoli
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Stefano
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 111
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 Bozzi
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Walter
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 111
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row>
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \series bold
7544 Cachia
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 Maria
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 111
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \series bold
7575 Cachia
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 Maurizio
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 111
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Cinquemani
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Giusi
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Colin
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Bernard
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Concli
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Gianfranco
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Dal Bosco
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Carolina
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Dalpiaz
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Annamaria
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Feliciello
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Domenico
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Focarelli
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Paola
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Galletti
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Oreste
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Gasparini
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Franca
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Rizzardi
7886 \series default
7887
7888 \begin_inset Foot
7889 status open
7890
7891 \begin_layout Plain Layout
7892 Ejemplo de nota al pie
7893 \end_layout
7894
7895 \end_inset
7896
7897
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Paola
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Lassini
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Giancarlo
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Malfatti
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Luciano
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Malfatti
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Valeriano
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Meneguzzo
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Roberto
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Mezzadra
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Roberto
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Pirpamer
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Erich
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Pochiesa
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Paolo
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111, 222
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Radina
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Claudio
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Stuffer
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Oskar
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Tacchelli
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Ugo
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Tezzele
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Margit
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Unterkalmsteiner
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Frieda
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Vieider
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Hilde
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Vigna
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Jürgen
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Weber
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Maurizio
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Winkler
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Franz
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422  
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Annovi
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Silvia
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 555
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Bertoli
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Stefano
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 555
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Bozzi
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Walter
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 555
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Cachia
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Maria
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 555
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Cachia
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Maurizio
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 555
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Cinquemani
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Giusi
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Colin
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Bernard
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Concli
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Gianfranco
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Dal Bosco
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Carolina
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Dalpiaz
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Annamaria
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Feliciello
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Domenico
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Focarelli
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Paola
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Galletti
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Oreste
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Gasparini
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Franca
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Rizzardi
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Paola
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Lassini
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Giancarlo
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Malfatti
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Luciano
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Malfatti
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Valeriano
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Meneguzzo
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Roberto
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Mezzadra
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Roberto
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row endlastfoot="true">
9067 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 </lyxtabular>
9096
9097 \end_inset
9098
9099
9100 \end_layout
9101
9102 \begin_layout Standard
9103 \begin_inset Newpage newpage
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \begin_layout Section
9110 Particularidades de las tablas largas
9111 \end_layout
9112
9113 \begin_layout Subsection
9114 Cálculos
9115 \begin_inset Index
9116 status collapsed
9117
9118 \begin_layout Plain Layout
9119 Tablas largas ! Cálculos
9120 \end_layout
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Standard
9128 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9129  utilizando los denominados «trozos», que son partes de la tabla presentes
9130  en la memoria de LaTeX.
9131  El valor predeterminado está establecido a sólo 20 filas.
9132  Si estás usando tablas largas con muchas páginas, la generación del documento
9133  puede hacerse muy lenta.
9134  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9135  el siguiente comando en el preámbulo del documento:
9136 \end_layout
9137
9138 \begin_layout Standard
9139
9140 \series bold
9141
9142 \backslash
9143 setcounter{LTchunksize}{100}
9144 \end_layout
9145
9146 \begin_layout Subsection
9147 Flotantes y tablas largas
9148 \begin_inset Index
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 Tablas largas ! Flotantes
9153 \end_layout
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 Podría haber problemas si un flotante aparece en la misma página donde comienza
9162  una tabla larga.
9163  Para evitarlo, añade el comando 
9164 \series bold
9165
9166 \backslash
9167 clearpage
9168 \series default
9169  en código TeX antes de la tabla.
9170 \end_layout
9171
9172 \begin_layout Subsection
9173 Saltos de página forzados
9174 \begin_inset Index
9175 status collapsed
9176
9177 \begin_layout Plain Layout
9178 Tablas largas ! Saltos de página forzados
9179 \end_layout
9180
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \begin_layout Standard
9187 Por omisión, las tablas sólo se cortan entre filas.
9188  Si tienes una celda con líneas múltiples y necesitas un salto de página
9189  dentro de la celda, inserta el comando de nueva línea «
9190 \series bold
9191
9192 \backslash
9193
9194 \backslash
9195
9196 \series default
9197 » en código TeX en el punto en que quieras cortar.
9198  Antes del comando «
9199 \series bold
9200
9201 \backslash
9202
9203 \backslash
9204
9205 \series default
9206 » debes insertar en código TeX tantos caracteres «
9207 \series bold
9208 &
9209 \series default
9210 » como columnas siguientes de la tabla.
9211  
9212 \series bold
9213 &
9214 \series default
9215  es el carácter para separar celdas.
9216  Escribe en código TeX después de cada 
9217 \series bold
9218 &
9219 \series default
9220  el contenido de la celda siguiente correspondiente y borra el contenido
9221  de esas celdas.
9222 \begin_inset Newline newline
9223 \end_inset
9224
9225 Detrás del comando 
9226 \series bold
9227
9228 \backslash
9229
9230 \backslash
9231
9232 \series default
9233 , inserta tantos 
9234 \series bold
9235 &
9236 \series default
9237  como columnas haya delante de la actual.
9238  En la tabla
9239 \begin_inset space ~
9240 \end_inset
9241
9242
9243 \begin_inset CommandInset ref
9244 LatexCommand ref
9245 reference "tab:Saltos de Página Forzados"
9246
9247 \end_inset
9248
9249  la celda que debería cortarse está en la segunda columna seguida de otra
9250  columna.
9251  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9252  de «
9253 \emph on
9254 Castelchiodato,
9255 \emph default
9256 »:
9257 \end_layout
9258
9259 \begin_layout Standard
9260
9261 \series bold
9262 & 111
9263 \backslash
9264
9265 \backslash
9266
9267 \begin_inset Newline newline
9268 \end_inset
9269
9270 &
9271 \end_layout
9272
9273 \begin_layout Standard
9274 El «111» en la tercera columna de la fila se ha borrado.
9275  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9276  superior pero quisieras una línea horizontal donde se corta la celda, usa
9277  este comando alternativo:
9278 \end_layout
9279
9280 \begin_layout Standard
9281
9282 \series bold
9283 & 111
9284 \backslash
9285
9286 \backslash
9287
9288 \begin_inset Newline newline
9289 \end_inset
9290
9291
9292 \backslash
9293 hline &
9294 \end_layout
9295
9296 \begin_layout Standard
9297 Cuando la celda a cortar está en la última columna, el comando
9298 \end_layout
9299
9300 \begin_layout Standard
9301
9302 \series bold
9303
9304 \backslash
9305 setlength{
9306 \backslash
9307 parfillskip}{0pt}
9308 \end_layout
9309
9310 \begin_layout Standard
9311 debe insertarse en código TeX al principio de la celda.
9312  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9313  aparecerá con toda su anchura.
9314 \end_layout
9315
9316 \begin_layout Standard
9317 \align center
9318 \begin_inset Tabular
9319 <lyxtabular version="3" rows="39" columns="3">
9320 <features islongtable="true">
9321 <column alignment="left" valignment="top" width="0cm">
9322 <column alignment="left" valignment="top" width="3cm">
9323 <column alignment="right" valignment="top" width="0pt">
9324 <row endfirsthead="true" caption="true">
9325 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 \begin_inset Caption
9330
9331 \begin_layout Plain Layout
9332 Tabla con salto de página forzado en celda
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "tab:Saltos de Página Forzados"
9336
9337 \end_inset
9338
9339
9340 \begin_inset OptArg
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Tabla con salto de página forzado en celda
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row endfirsthead="true">
9379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Ejemplo de lista telefónica (ignore los nombres)
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row endfirsthead="true">
9410 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \series bold
9416 NOMBRE
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 TEL.
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row endhead="true" caption="true">
9443 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 \begin_inset ERT
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451
9452
9453 \backslash
9454 caption*{Continúa tabla con salto de página forzado en celda}
9455 \backslash
9456
9457 \backslash
9458 %
9459 \end_layout
9460
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row endhead="true">
9488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492  
9493 \series bold
9494 Ejemplo de lista telefónica
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row endhead="true">
9519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 NOMBRE
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 TEL.
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row endfoot="true">
9552 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 continúa en página siguiente
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Annovi
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 Silvia
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 111
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Bertoli
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Stefano
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 111
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Bozzi
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Walter
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 111
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Cachia
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Maria
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 111
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Cachia
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Maurizio
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 111
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 <row>
9736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \series bold
9742 Cinquemani
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Giusi
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 111
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Colin
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 Bernard
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 111
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 Concli
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 Gianfranco
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 111
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \series bold
9835 Dal Bosco
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 Carolina
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 111
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866 Dalpiaz
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 Annamaria
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 111
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Feliciello
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Domenico
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 111
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Focarelli
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Paola
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 111
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Galletti
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Oreste
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Gasparini
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Franca
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Lassini
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Giancarlo, 11.
10031  Fürst von Montecompatri, 11.
10032  Fürst von Sulmona und Vivaro, 10.
10033  Fürst von Rossano, 5.
10034  Herzog von Canemorte, 11.
10035  Herzog von Palombara, 5.
10036  Herzog von Castelchiodato,
10037 \begin_inset ERT
10038 status open
10039
10040 \begin_layout Plain Layout
10041
10042 & 111
10043 \backslash
10044
10045 \backslash
10046
10047 \end_layout
10048
10049 \begin_layout Plain Layout
10050
10051 &
10052 \end_layout
10053
10054 \end_inset
10055
10056  11.
10057  Herzog von Poggionativo, 11.
10058  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10059  Graf von Valinfreda, 11.
10060  Baron von Cropalati, 11.
10061  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Malfatti
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Luciano
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Malfatti
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Valeriano
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Meneguzzo
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Roberto
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Mezzadra
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Roberto
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Pirpamer
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Erich
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Pochiesa
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Paolo
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111, 222
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Radina
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Claudio
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Rizzardi
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Paolo
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Stuffer
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Oskar
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Tacchelli
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Ugo
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Tezzele
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Margit
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Unterkalmsteiner
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Frieda
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Vieider
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Hilde
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Vigna
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Jürgen
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Weber
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Maurizio
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Winkler
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Franz
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row endlastfoot="true">
10573 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 </lyxtabular>
10602
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Section
10609 Líneas múltiples en columnas y filas
10610 \end_layout
10611
10612 \begin_layout Subsection
10613 Líneas múltiples en celdas
10614 \begin_inset CommandInset label
10615 LatexCommand label
10616 name "sub:Líneas-Múltiples-en"
10617
10618 \end_inset
10619
10620
10621 \begin_inset Index
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 Líneas múltiples en celdas
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \begin_inset Index
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635 Tablas ! Saltos de línea
10636 \end_layout
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 \align center
10645 \begin_inset Float table
10646 placement H
10647 wide false
10648 sideways false
10649 status collapsed
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Caption
10653
10654 \begin_layout Plain Layout
10655 \begin_inset CommandInset label
10656 LatexCommand label
10657 name "tab:Tabla-con-múltiples"
10658
10659 \end_inset
10660
10661 Tabla con líneas múltiples en celda
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Plain Layout
10670 \align center
10671 \begin_inset Tabular
10672 <lyxtabular version="3" rows="3" columns="3">
10673 <features>
10674 <column alignment="center" valignment="middle" width="2.5cm">
10675 <column alignment="center" valignment="middle" width="0">
10676 <column alignment="center" valignment="middle" width="0">
10677 <row>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 líneas
10683 \begin_inset Newline linebreak
10684 \end_inset
10685
10686 múltiples
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 b
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 c
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 d
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 e
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 f
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 g
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 h
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 i
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \begin_layout Standard
10781 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10782  párrafos con varias líneas y guionado.
10783 \end_layout
10784
10785 \begin_layout Standard
10786 Para generar la tabla
10787 \begin_inset space ~
10788 \end_inset
10789
10790
10791 \begin_inset CommandInset ref
10792 LatexCommand ref
10793 reference "tab:Tabla-con-múltiples"
10794
10795 \end_inset
10796
10797 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10798  En el diálogo que surge establece una anchura de 2.5
10799 \begin_inset space \thinspace{}
10800 \end_inset
10801
10802 cm y escoge centro en alineación vertical y horizontal.
10803  La alineación vertical se utiliza para todas las celdas de la fila.
10804  Como nuestro texto es menor de 2.5
10805 \begin_inset space \thinspace{}
10806 \end_inset
10807
10808 cm, sólo aparece una línea.
10809  Para poner dos añadimos un salto de línea justificado, (atajo 
10810 \family sans
10811 Ctrl-Mayúsculas-Retorno
10812 \family default
10813 ).
10814  Si el texto es más ancho que la celda será automáticamente dividido en
10815  líneas.
10816 \end_layout
10817
10818 \begin_layout Standard
10819 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10820  con guión si es la primera entrada.
10821  Por eso hay que insertar algo para que dicha palabra no sea la primera
10822  entrada: añade un espacio horizontal de 0
10823 \begin_inset space \thinspace{}
10824 \end_inset
10825
10826 pt delante de la palabra.
10827  Como el espacio es 0 la salida no cambia.
10828  La tabla
10829 \begin_inset space ~
10830 \end_inset
10831
10832
10833 \begin_inset CommandInset ref
10834 LatexCommand ref
10835 reference "tab:Tabla-con-y"
10836
10837 \end_inset
10838
10839  muestra el efecto.
10840 \end_layout
10841
10842 \begin_layout Standard
10843 \begin_inset Float table
10844 placement b
10845 wide false
10846 sideways false
10847 status open
10848
10849 \begin_layout Plain Layout
10850 \begin_inset Caption
10851
10852 \begin_layout Plain Layout
10853 \begin_inset CommandInset label
10854 LatexCommand label
10855 name "tab:Tabla-con-y"
10856
10857 \end_inset
10858
10859 Tablas con y sin guión
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Plain Layout
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \begin_inset Tabular
10873 <lyxtabular version="3" rows="3" columns="3">
10874 <features>
10875 <column alignment="center" valignment="middle" width="2.5cm">
10876 <column alignment="center" valignment="middle" width="0">
10877 <column alignment="center" valignment="middle" width="0">
10878 <row>
10879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 celdaconpalabramuylarga
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 b
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 c
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 d
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 e
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 f
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 g
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 h
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 i
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 </lyxtabular>
10966
10967 \end_inset
10968
10969
10970 \begin_inset space \hfill{}
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="3">
10976 <features>
10977 <column alignment="center" valignment="middle" width="2.5cm">
10978 <column alignment="center" valignment="middle" width="0">
10979 <column alignment="center" valignment="middle" width="0">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 \begin_inset space \hspace{}
10986 \length 0pt
10987 \end_inset
10988
10989 celdaconpalabramuylarga
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 b
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 c
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 d
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 e
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 f
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 g
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 h
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 i
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 </lyxtabular>
11072
11073 \end_inset
11074
11075
11076 \begin_inset space \hfill{}
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083
11084
11085 \begin_inset Newpage newpage
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \begin_layout Subsection
11092 Multicolumnas
11093 \begin_inset CommandInset label
11094 LatexCommand label
11095 name "sub:Multicolumnas"
11096
11097 \end_inset
11098
11099
11100 \begin_inset Index
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 Multicolumnas
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \begin_inset Index
11111 status collapsed
11112
11113 \begin_layout Plain Layout
11114 Tablas ! Multicolumnas
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \begin_layout Subsubsection
11123 Fundamentos de multicolumna
11124 \end_layout
11125
11126 \begin_layout Standard
11127 Para extender una celda sobre varias columnas, se marcan las celdas que
11128  se desee combinar y se usa el botón 
11129 \begin_inset Graphics
11130         filename ../../images/tabular-feature_multicolumn.png
11131         scale 85
11132
11133 \end_inset
11134
11135 , el menú 
11136 \family sans
11137 Editar\SpecialChar \menuseparator
11138 Tabla\SpecialChar \menuseparator
11139 Multicolumna
11140 \family default
11141 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11142  bajo la solapa 
11143 \family sans
11144 Configuración
11145 \family default
11146 , la casilla Multicolumna.
11147 \end_layout
11148
11149 \begin_layout Standard
11150 Las multicolumnas tienen su propia configuración de celdas.
11151  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11152  multicolumna.
11153  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11154  otra en la última fila sin borde superior:
11155 \end_layout
11156
11157 \begin_layout Standard
11158 \align center
11159 \begin_inset Tabular
11160 <lyxtabular version="3" rows="3" columns="4">
11161 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11162 <column alignment="center" valignment="top" width="0pt">
11163 <column alignment="center" valignment="middle" width="0">
11164 <column alignment="center" valignment="top" width="0in">
11165 <column alignment="center" valignment="top" width="0pt">
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 abc
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 def ghi
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 jkl
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \family roman
11211 \series medium
11212 \shape up
11213 \size normal
11214 \emph off
11215 \bar no
11216 \noun off
11217 \color none
11218 A
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 B
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 C
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 D
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 <row>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 1
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 2
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 3
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 4
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 </lyxtabular>
11290
11291 \end_inset
11292
11293
11294 \end_layout
11295
11296 \begin_layout Subsubsection
11297 Cálculos en multicolumnas
11298 \begin_inset CommandInset label
11299 LatexCommand label
11300 name "sub:Cálculos-en-Multicolumnas"
11301
11302 \end_inset
11303
11304
11305 \begin_inset Index
11306 status collapsed
11307
11308 \begin_layout Plain Layout
11309 Multicolumnas ! Cálculos
11310 \end_layout
11311
11312 \end_inset
11313
11314
11315 \end_layout
11316
11317 \begin_layout Standard
11318 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11319  la anchura de celda de las columnas combinadas en la celda multicolumna.
11320 \end_layout
11321
11322 \begin_layout Standard
11323 \begin_inset Float table
11324 placement h
11325 wide false
11326 sideways false
11327 status open
11328
11329 \begin_layout Plain Layout
11330 \begin_inset Caption
11331
11332 \begin_layout Plain Layout
11333 \begin_inset CommandInset label
11334 LatexCommand label
11335 name "tab:Tabla-con-centrado"
11336
11337 \end_inset
11338
11339 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11340 te la mitad de anchura que la celda multicolumna
11341 \begin_inset OptArg
11342 status collapsed
11343
11344 \begin_layout Plain Layout
11345 Tabla multicolumna perfecta
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Plain Layout
11359 \align center
11360 \begin_inset Tabular
11361 <lyxtabular version="3" rows="3" columns="3">
11362 <features>
11363 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11364 <column alignment="center" valignment="middle" width="0">
11365 <column alignment="center" valignment="top" width="0">
11366 <row>
11367 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 multicolumna línea múltiple
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11377 \begin_inset Text
11378
11379 \begin_layout Plain Layout
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 c
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 </row>
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 d
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 e
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 f
11419 \end_layout
11420
11421 \end_inset
11422 </cell>
11423 </row>
11424 <row>
11425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11426 \begin_inset Text
11427
11428 \begin_layout Plain Layout
11429 g
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 h
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 i
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 </row>
11453 </lyxtabular>
11454
11455 \end_inset
11456
11457
11458 \end_layout
11459
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \begin_layout Standard
11466 Por ejemplo, para crear la tabla
11467 \begin_inset space ~
11468 \end_inset
11469
11470
11471 \begin_inset CommandInset ref
11472 LatexCommand ref
11473 reference "tab:Tabla-con-centrado"
11474
11475 \end_inset
11476
11477 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11478  clic-derecha.
11479  En el diálogo marca 
11480 \emph on
11481 multicolumna
11482 \emph default
11483
11484 \emph on
11485 alineación centro
11486 \emph default
11487  y una anchura de 2.5
11488 \begin_inset space \thinspace{}
11489 \end_inset
11490
11491 cm.
11492  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11493  de la celda multicolumna, así que deberías ajustar 1.25
11494 \begin_inset space \thinspace{}
11495 \end_inset
11496
11497 cm para la primera columna.
11498  La segunda columna tendrá entonces automáticamente 1.25
11499 \begin_inset space \thinspace{}
11500 \end_inset
11501
11502 cm de anchura.
11503  Para la tabla
11504 \begin_inset space ~
11505 \end_inset
11506
11507
11508 \begin_inset CommandInset ref
11509 LatexCommand ref
11510 reference "tab:Tabla-sin-mitad"
11511
11512 \end_inset
11513
11514  se ha procedido de la siguiente manera:
11515 \end_layout
11516
11517 \begin_layout Standard
11518 \begin_inset Float table
11519 wide false
11520 sideways false
11521 status open
11522
11523 \begin_layout Plain Layout
11524 \begin_inset Caption
11525
11526 \begin_layout Plain Layout
11527 \begin_inset CommandInset label
11528 LatexCommand label
11529 name "tab:Tabla-sin-mitad"
11530
11531 \end_inset
11532
11533 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11534  anchura que la celda multicolumna
11535 \begin_inset OptArg
11536 status open
11537
11538 \begin_layout Plain Layout
11539 Tabla multicolumna imperfecta
11540 \end_layout
11541
11542 \end_inset
11543
11544
11545 \end_layout
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \begin_layout Plain Layout
11553 \align center
11554 \begin_inset Tabular
11555 <lyxtabular version="3" rows="3" columns="3">
11556 <features>
11557 <column alignment="center" valignment="top" width="1.25cm">
11558 <column alignment="center" valignment="top" width="0">
11559 <column alignment="center" valignment="top" width="0">
11560 <row>
11561 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565 multicolumna línea múltiple
11566 \end_layout
11567
11568 \end_inset
11569 </cell>
11570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574
11575 \end_layout
11576
11577 \end_inset
11578 </cell>
11579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11580 \begin_inset Text
11581
11582 \begin_layout Plain Layout
11583 c
11584 \end_layout
11585
11586 \end_inset
11587 </cell>
11588 </row>
11589 <row>
11590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 d
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603 e
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 f
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 </row>
11618 <row>
11619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 g
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 h
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 i
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11661 a, es un poco mayor.
11662  La razón es que la anchura dada para una celda 
11663 \begin_inset Formula $W_{g}$
11664 \end_inset
11665
11666  no es su anchura total 
11667 \begin_inset Formula $W_{\mathrm{tot}}$
11668 \end_inset
11669
11670  porque una celda es siempre algo mayor que la anchura dada.
11671  El apéndice
11672 \begin_inset space ~
11673 \end_inset
11674
11675
11676 \begin_inset CommandInset ref
11677 LatexCommand eqref
11678 reference "cha:Explicación-de-la-Ecuación"
11679
11680 \end_inset
11681
11682  lo explica con detalle.
11683 \end_layout
11684
11685 \begin_layout Standard
11686 La anchura dada necesaria, 
11687 \begin_inset Formula $W_{g\, n}$
11688 \end_inset
11689
11690  para combinar 
11691 \emph on
11692 n
11693 \emph default
11694  columnas puede calcularse de manera que cada columna tenga una anchura
11695  total de 
11696 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11697 \end_inset
11698
11699 :
11700 \begin_inset Formula \begin{equation}
11701 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11702
11703 \end_inset
11704
11705
11706 \end_layout
11707
11708 \begin_layout Standard
11709 En nuestro caso tenemos 
11710 \begin_inset Formula $n=2$
11711 \end_inset
11712
11713
11714 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11715 \end_inset
11716
11717
11718 \begin_inset space \thinspace{}
11719 \end_inset
11720
11721 cm y los valores predeterminados para longitudes, así la ecuación
11722 \begin_inset space ~
11723 \end_inset
11724
11725
11726 \begin_inset CommandInset ref
11727 LatexCommand ref
11728 reference "eq:Wgn"
11729
11730 \end_inset
11731
11732  queda
11733 \begin_inset Formula \begin{equation}
11734 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11735
11736 \end_inset
11737
11738
11739 \end_layout
11740
11741 \begin_layout Standard
11742 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11743  
11744 \series bold
11745 calc
11746 \series default
11747  con la línea
11748 \begin_inset Index
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752 LaTeX-paquetes ! calc
11753 \end_layout
11754
11755 \end_inset
11756
11757
11758 \end_layout
11759
11760 \begin_layout Standard
11761
11762 \series bold
11763
11764 \backslash
11765 usepackage{calc}
11766 \end_layout
11767
11768 \begin_layout Standard
11769 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11770  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11771  He aquí un repaso de los argumentos:
11772 \end_layout
11773
11774 \begin_layout Itemize
11775
11776 \series bold
11777 p{ancho}
11778 \series default
11779  crea celdas con anchura fija, el texto alineado arriba
11780 \end_layout
11781
11782 \begin_layout Itemize
11783
11784 \series bold
11785 m{ancho}
11786 \series default
11787  crea celdas con anchura fija, el texto con alineación vertical centrada
11788  
11789 \end_layout
11790
11791 \begin_layout Itemize
11792
11793 \series bold
11794 b{ancho}
11795 \series default
11796  crea celdas con anchura fija, el texto alineado abajo
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11801  en el diálogo se ignoran.
11802 \end_layout
11803
11804 \begin_layout Standard
11805 \begin_inset Note Greyedout
11806 status open
11807
11808 \begin_layout Plain Layout
11809
11810 \series bold
11811 Nota:
11812 \series default
11813  Debido a un error, LyX muestra de todas formas estas propiedades.
11814 \end_layout
11815
11816 \end_inset
11817
11818  
11819 \end_layout
11820
11821 \begin_layout Standard
11822 El comando 
11823 \series bold
11824
11825 \backslash
11826 centering
11827 \series default
11828  centra horizontalmente el texto.
11829  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11830  columna extendida:
11831 \end_layout
11832
11833 \begin_layout Standard
11834
11835 \series bold
11836 >{
11837 \backslash
11838 centering}m{1.25cm-6.2pt}
11839 \end_layout
11840
11841 \begin_layout Standard
11842 El comando 
11843 \series bold
11844 >{ }
11845 \series default
11846  significa que los comandos entre llaves se aplican antes de crear la celda.
11847 \end_layout
11848
11849 \begin_layout Standard
11850 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11851 , aún está alineado a la izquierda.
11852  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11853  Así que para multicolumnas hemos de usar el argumento de LaTeX
11854 \end_layout
11855
11856 \begin_layout Standard
11857
11858 \series bold
11859 >{
11860 \backslash
11861 centering}m{2.5cm}
11862 \end_layout
11863
11864 \begin_layout Subsection
11865 Multifilas
11866 \begin_inset Index
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Multifilas
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \begin_inset Index
11877 status collapsed
11878
11879 \begin_layout Plain Layout
11880 Tablas ! Multifilas
11881 \end_layout
11882
11883 \end_inset
11884
11885
11886 \begin_inset Index
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890 LaTeX-paquetes ! multirow
11891 \end_layout
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Standard
11899 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11900  hace falta un poco de código TeX.
11901  Hay que cargar el paquete de LaTeX 
11902 \series bold
11903 multirow
11904 \series default
11905  en el preámbulo del documento con el comando
11906 \end_layout
11907
11908 \begin_layout Standard
11909
11910 \series bold
11911
11912 \backslash
11913 usepackage{multirow}
11914 \end_layout
11915
11916 \begin_layout Standard
11917 Las multifilas se crean con el comando
11918 \end_layout
11919
11920 \begin_layout Standard
11921
11922 \series bold
11923
11924 \backslash
11925 multirow{número de filas}{ancho de celda}{entrada de celda}
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Para crear la siguiente tabla:
11930 \end_layout
11931
11932 \begin_layout Standard
11933 \align center
11934 \begin_inset ERT
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938
11939
11940 \backslash
11941 renewcommand{
11942 \backslash
11943 multirowsetup}{
11944 \backslash
11945 centering}
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \begin_inset Tabular
11952 <lyxtabular version="3" rows="3" columns="3">
11953 <features>
11954 <column alignment="center" valignment="top" width="0">
11955 <column alignment="center" valignment="top" width="0">
11956 <column alignment="center" valignment="top" width="0">
11957 <row>
11958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11959 \begin_inset Text
11960
11961 \begin_layout Plain Layout
11962 a
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 b
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11977 \begin_inset Text
11978
11979 \begin_layout Plain Layout
11980 c
11981 \end_layout
11982
11983 \end_inset
11984 </cell>
11985 </row>
11986 <row>
11987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11988 \begin_inset Text
11989
11990 \begin_layout Plain Layout
11991 \begin_inset ERT
11992 status collapsed
11993
11994 \begin_layout Plain Layout
11995
11996
11997 \backslash
11998 multirow{2}{2.5cm}{
11999 \end_layout
12000
12001 \end_inset
12002
12003 entrada multifila
12004 \begin_inset ERT
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008
12009 }
12010 \end_layout
12011
12012 \end_inset
12013
12014
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 e
12024 \end_layout
12025
12026 \end_inset
12027 </cell>
12028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 f
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 </row>
12038 <row>
12039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Plain Layout
12043
12044 \end_layout
12045
12046 \end_inset
12047 </cell>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 h
12053 \end_layout
12054
12055 \end_inset
12056 </cell>
12057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 i
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 </lyxtabular>
12068
12069 \end_inset
12070
12071
12072 \begin_inset ERT
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076
12077
12078 \backslash
12079 renewcommand{
12080 \backslash
12081 multirowsetup}{
12082 \backslash
12083 raggedright}
12084 \end_layout
12085
12086 \end_inset
12087
12088
12089 \end_layout
12090
12091 \begin_layout Standard
12092 crea una tabla 3×3.
12093  Para quitar la línea sobre la última celda en la primera columna, se marca
12094  la celda como multicolumna y se quita el borde superior.
12095  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12096  ahí el comando
12097 \end_layout
12098
12099 \begin_layout Standard
12100
12101 \series bold
12102
12103 \backslash
12104 multirow{2}{2.5cm}{
12105 \end_layout
12106
12107 \begin_layout Standard
12108 en código TeX.
12109  Según los parámetros del comando la multifila se expande a dos filas y
12110  tiene de ancho 2.5
12111 \begin_inset space \thinspace{}
12112 \end_inset
12113
12114 cm.
12115  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12116  y el comando finaliza con llave derecha 
12117 \series bold
12118 }
12119 \series default
12120  en otro cuadro de código TeX tras el texto.
12121 \end_layout
12122
12123 \begin_layout Standard
12124
12125 \series bold
12126
12127 \backslash
12128 multirow
12129 \series default
12130  alinea su contenido a la izquierda por omisión.
12131  Para cambiarlo renombra el comando 
12132 \series bold
12133
12134 \backslash
12135 multirowsetup
12136 \series default
12137  con el comando
12138 \end_layout
12139
12140 \begin_layout Standard
12141
12142 \series bold
12143
12144 \backslash
12145 renewcommand{
12146 \backslash
12147 multirowsetup}{
12148 \backslash
12149 centering}
12150 \end_layout
12151
12152 \begin_layout Standard
12153 en el preámbulo del documento.
12154  Entonces se centran todas las entradas de celdas multifila en el documento.
12155  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12156  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12157  Si el texto debe estar alineado a la derecha, reemplaza 
12158 \series bold
12159
12160 \backslash
12161 centering
12162 \series default
12163  por 
12164 \series bold
12165
12166 \backslash
12167 raggedleft
12168 \series default
12169 .
12170  Para volver a alineado a la izquierda usa 
12171 \series bold
12172
12173 \backslash
12174 raggedright
12175 \series default
12176 .
12177 \end_layout
12178
12179 \begin_layout Section
12180 Tablas formales
12181 \begin_inset CommandInset label
12182 LatexCommand label
12183 name "sec:Tablas-Formales"
12184
12185 \end_inset
12186
12187
12188 \begin_inset Index
12189 status collapsed
12190
12191 \begin_layout Plain Layout
12192 Tablas Formales
12193 \end_layout
12194
12195 \end_inset
12196
12197
12198 \begin_inset Index
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202 Tablas ! Estilo formal
12203 \end_layout
12204
12205 \end_inset
12206
12207  
12208 \end_layout
12209
12210 \begin_layout Standard
12211 En los libros, las tablas se suelen presentar en un formato como el de la
12212  tabla 
12213 \begin_inset space ~
12214 \end_inset
12215
12216
12217 \begin_inset CommandInset ref
12218 LatexCommand ref
12219 reference "tab:Ejemplo-tabla-formal"
12220
12221 \end_inset
12222
12223 .
12224  Se denominan tablas 
12225 \emph on
12226 formales
12227 \emph default
12228 .
12229  Para hacer tablas con este diseño, elige 
12230 \family sans
12231 Estilo
12232 \family default
12233
12234 \begin_inset space ~
12235 \end_inset
12236
12237
12238 \family sans
12239 Formal
12240 \family default
12241  en la solapa 
12242 \family sans
12243 Bordes
12244 \family default
12245  del cuadro de diálogo de tablas.
12246 \end_layout
12247
12248 \begin_layout Standard
12249 \begin_inset Float table
12250 placement h
12251 wide false
12252 sideways false
12253 status open
12254
12255 \begin_layout Plain Layout
12256 \begin_inset Caption
12257
12258 \begin_layout Plain Layout
12259 \begin_inset CommandInset label
12260 LatexCommand label
12261 name "tab:Ejemplo-tabla-formal"
12262
12263 \end_inset
12264
12265 Ejemplo de tabla formal
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \begin_layout Plain Layout
12274 \align center
12275 \begin_inset Tabular
12276 <lyxtabular version="3" rows="8" columns="4">
12277 <features booktabs="true">
12278 <column alignment="center" valignment="top" width="0">
12279 <column alignment="center" valignment="top" width="0">
12280 <column alignment="center" valignment="top" width="0">
12281 <column alignment="center" valignment="top" width="0">
12282 <row>
12283 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Plain Layout
12287 System
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 Medipix
12297 \begin_inset Formula $\,$
12298 \end_inset
12299
12300 1
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 Medipix
12310 \begin_inset Formula $\,$
12311 \end_inset
12312
12313 2
12314 \end_layout
12315
12316 \end_inset
12317 </cell>
12318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12319 \begin_inset Text
12320
12321 \begin_layout Plain Layout
12322
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 </row>
12328 <row>
12329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12330 \begin_inset Text
12331
12332 \begin_layout Plain Layout
12333 \begin_inset ERT
12334 status collapsed
12335
12336 \begin_layout Plain Layout
12337
12338
12339 \backslash
12340 cmidrule(r){2-2}
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \begin_inset ERT
12347 status collapsed
12348
12349 \begin_layout Plain Layout
12350
12351
12352 \backslash
12353 cmidrule(l){3-4}
12354 \end_layout
12355
12356 \end_inset
12357
12358 Detector thickness [µm]
12359 \end_layout
12360
12361 \end_inset
12362 </cell>
12363 <cell alignment="center" valignment="top" usebox="none">
12364 \begin_inset Text
12365
12366 \begin_layout Plain Layout
12367 300
12368 \end_layout
12369
12370 \end_inset
12371 </cell>
12372 <cell alignment="center" valignment="top" usebox="none">
12373 \begin_inset Text
12374
12375 \begin_layout Plain Layout
12376 300
12377 \end_layout
12378
12379 \end_inset
12380 </cell>
12381 <cell alignment="center" valignment="top" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 700
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 </row>
12391 <row>
12392 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12393 \begin_inset Text
12394
12395 \begin_layout Plain Layout
12396 Edge angle [°]
12397 \end_layout
12398
12399 \end_inset
12400 </cell>
12401 <cell alignment="center" valignment="top" topline="true" usebox="none">
12402 \begin_inset Text
12403
12404 \begin_layout Plain Layout
12405 3.55
12406 \end_layout
12407
12408 \end_inset
12409 </cell>
12410 <cell alignment="center" valignment="top" topline="true" usebox="none">
12411 \begin_inset Text
12412
12413 \begin_layout Plain Layout
12414 2.71
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 <cell alignment="center" valignment="top" topline="true" usebox="none">
12420 \begin_inset Text
12421
12422 \begin_layout Plain Layout
12423 7.99
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 </row>
12429 <row topspace="default">
12430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12431 \begin_inset Text
12432
12433 \begin_layout Plain Layout
12434 Spatial resolution [µm]
12435 \end_layout
12436
12437 \end_inset
12438 </cell>
12439 <cell alignment="center" valignment="top" usebox="none">
12440 \begin_inset Text
12441
12442 \begin_layout Plain Layout
12443 4.26
12444 \end_layout
12445
12446 \end_inset
12447 </cell>
12448 <cell alignment="center" valignment="top" usebox="none">
12449 \begin_inset Text
12450
12451 \begin_layout Plain Layout
12452 10.17
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 10.56
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 </row>
12467 <row topspace="default">
12468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12469 \begin_inset Text
12470
12471 \begin_layout Plain Layout
12472 MTF at 
12473 \begin_inset Formula $f_{\mathrm{max}}$
12474 \end_inset
12475
12476
12477 \end_layout
12478
12479 \end_inset
12480 </cell>
12481 <cell alignment="center" valignment="top" usebox="none">
12482 \begin_inset Text
12483
12484 \begin_layout Plain Layout
12485 0.53
12486 \end_layout
12487
12488 \end_inset
12489 </cell>
12490 <cell alignment="center" valignment="top" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 0.37
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 0.39
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 </row>
12509 <row topspace="default">
12510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 \begin_inset ERT
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518
12519
12520 \backslash
12521 cmidrule(l{10pt}){1-1}
12522 \end_layout
12523
12524 \end_inset
12525
12526 LSF-spatial resolution
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 <cell alignment="center" valignment="top" usebox="none">
12532 \begin_inset Text
12533
12534 \begin_layout Plain Layout
12535
12536 \end_layout
12537
12538 \end_inset
12539 </cell>
12540 <cell alignment="center" valignment="top" usebox="none">
12541 \begin_inset Text
12542
12543 \begin_layout Plain Layout
12544
12545 \end_layout
12546
12547 \end_inset
12548 </cell>
12549 <cell alignment="center" valignment="top" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553
12554 \end_layout
12555
12556 \end_inset
12557 </cell>
12558 </row>
12559 <row>
12560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 in µm
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 <cell alignment="center" valignment="top" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 129.7
12574 \end_layout
12575
12576 \end_inset
12577 </cell>
12578 <cell alignment="center" valignment="top" usebox="none">
12579 \begin_inset Text
12580
12581 \begin_layout Plain Layout
12582 52.75
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 50.78
12592 \end_layout
12593
12594 \end_inset
12595 </cell>
12596 </row>
12597 <row>
12598 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 in % of pixel size
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 76.3
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12617 \begin_inset Text
12618
12619 \begin_layout Plain Layout
12620 95.9
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 92.3
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 </row>
12635 </lyxtabular>
12636
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12649  correspondientes que se encuentran en la solapa 
12650 \family sans
12651 Bordes 
12652 \family default
12653 del diálogo
12654 \family sans
12655  Configuración
12656 \begin_inset space ~
12657 \end_inset
12658
12659 de
12660 \begin_inset space ~
12661 \end_inset
12662
12663 la
12664 \begin_inset space ~
12665 \end_inset
12666
12667 tabla
12668 \family default
12669 , como se explica en la sección
12670 \begin_inset space ~
12671 \end_inset
12672
12673
12674 \begin_inset CommandInset ref
12675 LatexCommand ref
12676 reference "sub:Espacio-adicional"
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Standard
12684 A diferencia de las tablas normales, las tablas formales no tienen líneas
12685  verticales.
12686  Las líneas horizontales se pueden poner o no como en las tablas normales,
12687  pero en la salida se mostrarán con distinto grosor:
12688 \begin_inset Newline newline
12689 \end_inset
12690
12691 Las líneas primera y última tienen un grosor predeterminado de 0.08
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 em, las demás tienen un grosor predeterminado de 0.05
12696 \begin_inset space \thinspace{}
12697 \end_inset
12698
12699 em.
12700 \end_layout
12701
12702 \begin_layout Standard
12703 Estos valores predeterminados se pueden cambiar
12704 \series bold
12705  
12706 \series default
12707 con las líneas de preámbulo:
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713
12714 \backslash
12715 let
12716 \backslash
12717 mytoprule
12718 \backslash
12719 toprule
12720 \begin_inset Newline newline
12721 \end_inset
12722
12723
12724 \backslash
12725 renewcommand{
12726 \backslash
12727 toprule}{
12728 \backslash
12729 mytoprule[grosor]}
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Este ejemplo es para la primera línea, la denominada 
12734 \series bold
12735 toprule
12736 \series default
12737 .
12738  Si quieres cambiar el grosor de la última línea, reemplaza 
12739 \series bold
12740 toprule
12741 \series default
12742  por 
12743 \series bold
12744 bottomrule
12745 \series default
12746 .
12747  Y para cambiar el grosor de las demás líneas cambia 
12748 \series bold
12749 toprule
12750 \series default
12751  por 
12752 \series bold
12753 midrule
12754 \series default
12755 .
12756  Puedes usar cualquiera de las unidades listadas en el apéndice
12757 \begin_inset space ~
12758 \end_inset
12759
12760
12761 \begin_inset CommandInset ref
12762 LatexCommand ref
12763 reference "cha:Unidades-disponibles-en"
12764
12765 \end_inset
12766
12767 para establecer el grosor.
12768 \end_layout
12769
12770 \begin_layout Standard
12771 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12772  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12773  LyX empleará internamente el comando 
12774 \series bold
12775
12776 \backslash
12777 cmidrule
12778 \series default
12779  para dibujar la línea.
12780  El esquema completo es
12781 \end_layout
12782
12783 \begin_layout Standard
12784
12785 \series bold
12786
12787 \backslash
12788 cmidrule[grosor](recorte){inicol-fincol}
12789 \end_layout
12790
12791 \begin_layout Standard
12792 Por el momento, LyX no soporta las opciones de 
12793 \series bold
12794
12795 \backslash
12796 cmidrule
12797 \series default
12798 , así que para usarlas hay que emplear código TeX.
12799  Las líneas 
12800 \series bold
12801
12802 \backslash
12803 cmidrule
12804 \series default
12805  se pueden insertar manualmente con el comando en código TeX como primera
12806  entrada de la primera celda de una fila.
12807  En la salida se dibujará la línea sobre dicha fila.
12808 \end_layout
12809
12810 \begin_layout Standard
12811 El grosor predeterminado es 0.03
12812 \begin_inset space \thinspace{}
12813 \end_inset
12814
12815 em.
12816  
12817 \series bold
12818 inicol
12819 \series default
12820  es el número de la columna en la que comienza la línea y 
12821 \series bold
12822 fincol
12823 \series default
12824  es el número de la columna en la que acaba la línea.
12825  El valor 
12826 \series bold
12827 fincol
12828 \series default
12829  debe especificarse siempre, aunque la línea se extienda sobre una sola
12830  columna.
12831  El parámetro opcional 
12832 \series bold
12833 recorte
12834 \series default
12835  debe ser 
12836 \emph on
12837 l{recorte}
12838 \emph default
12839  o 
12840 \emph on
12841 r{recorte}
12842 \emph default
12843 , donde 
12844 \emph on
12845 recorte
12846 \emph default
12847  también es opcional.
12848  Por ejemplo, el parámetro 
12849 \emph on
12850 l{2pt}
12851 \emph default
12852  significa que la línea se recorta 2
12853 \begin_inset space \thinspace{}
12854 \end_inset
12855
12856 pt por su izquierda.
12857  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12858 \begin_inset space \thinspace{}
12859 \end_inset
12860
12861 em.
12862
12863 \series bold
12864  
12865 \end_layout
12866
12867 \begin_layout Standard
12868
12869 \end_layout
12870
12871 \begin_layout Standard
12872 \begin_inset VSpace bigskip
12873 \end_inset
12874
12875
12876 \end_layout
12877
12878 \begin_layout Standard
12879 La tabla
12880 \begin_inset space ~
12881 \end_inset
12882
12883
12884 \begin_inset CommandInset ref
12885 LatexCommand ref
12886 reference "tab:Ejemplo-tabla-formal"
12887
12888 \end_inset
12889
12890  se ha creado con los comandos
12891 \end_layout
12892
12893 \begin_layout Standard
12894
12895 \series bold
12896
12897 \backslash
12898 cmidrule(r){2-2}
12899 \backslash
12900 cmidrule(l){3-4}
12901 \end_layout
12902
12903 \begin_layout Standard
12904 en la segunda fila, 
12905 \series bold
12906
12907 \backslash
12908 midrule
12909 \series default
12910  en la tercera, y
12911 \end_layout
12912
12913 \begin_layout Standard
12914
12915 \series bold
12916
12917 \backslash
12918 cmidrule(l{10pt}){1-1}
12919 \end_layout
12920
12921 \begin_layout Standard
12922 en la sexta fila.
12923 \end_layout
12924
12925 \begin_layout Standard
12926 \begin_inset VSpace bigskip
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933 Quizá quieras superponer líneas 
12934 \series bold
12935
12936 \backslash
12937 cmidrules
12938 \series default
12939  como en la tabla
12940 \begin_inset space ~
12941 \end_inset
12942
12943
12944 \begin_inset CommandInset ref
12945 LatexCommand ref
12946 reference "tab:Tabla-formal-especial"
12947
12948 \end_inset
12949
12950 .
12951  Esto se consigue con el comando en código TeX
12952 \end_layout
12953
12954 \begin_layout Standard
12955
12956 \series bold
12957
12958 \backslash
12959 morecmidrules
12960 \end_layout
12961
12962 \begin_layout Standard
12963 El comando que se ha utilizado para la segunda fila de la tabla
12964 \begin_inset space ~
12965 \end_inset
12966
12967
12968 \begin_inset CommandInset ref
12969 LatexCommand ref
12970 reference "tab:Tabla-formal-especial"
12971
12972 \end_inset
12973
12974  es
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 cmidrule(r){2-2}
12983 \backslash
12984 cmidrule(l){3-4}
12985 \backslash
12986 morecmidrules
12987 \backslash
12988 cmidrule{2-4}
12989 \end_layout
12990
12991 \begin_layout Standard
12992 El comando para la sexta fila es
12993 \end_layout
12994
12995 \begin_layout Standard
12996
12997 \series bold
12998
12999 \backslash
13000 midrule
13001 \backslash
13002 morecmidrules
13003 \backslash
13004 cmidrule{3-4}
13005 \series default
13006
13007 \begin_inset VSpace bigskip
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \begin_layout Standard
13014 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13015  el siguiente comando para dibujar líneas que se extienden sobre todas las
13016  columnas
13017 \end_layout
13018
13019 \begin_layout Standard
13020
13021 \series bold
13022
13023 \backslash
13024 specialrule{anchura}{espacio superior}{espacio inferior}
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Para más información sobre estas características especiales, acude al manual
13029  del paquete LaTeX 
13030 \series bold
13031 booktabs
13032 \series default
13033
13034 \begin_inset CommandInset citation
13035 LatexCommand cite
13036 key "booktabs"
13037
13038 \end_inset
13039
13040 .
13041 \begin_inset Index
13042 status collapsed
13043
13044 \begin_layout Plain Layout
13045 LaTeX-paquetes ! booktabs
13046 \end_layout
13047
13048 \end_inset
13049
13050  
13051 \begin_inset VSpace bigskip
13052 \end_inset
13053
13054
13055 \end_layout
13056
13057 \begin_layout Standard
13058 \begin_inset Float table
13059 placement h
13060 wide false
13061 sideways false
13062 status open
13063
13064 \begin_layout Plain Layout
13065 \begin_inset Caption
13066
13067 \begin_layout Plain Layout
13068 \begin_inset CommandInset label
13069 LatexCommand label
13070 name "tab:Tabla-formal-especial"
13071
13072 \end_inset
13073
13074 Tabla formal especial
13075 \end_layout
13076
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Plain Layout
13083 \align center
13084 \begin_inset Tabular
13085 <lyxtabular version="3" rows="8" columns="4">
13086 <features booktabs="true">
13087 <column alignment="center" valignment="top" width="0">
13088 <column alignment="center" valignment="top" width="0">
13089 <column alignment="center" valignment="top" width="0">
13090 <column alignment="center" valignment="top" width="0">
13091 <row>
13092 <cell alignment="center" valignment="top" topline="true" usebox="none">
13093 \begin_inset Text
13094
13095 \begin_layout Plain Layout
13096 System
13097 \end_layout
13098
13099 \end_inset
13100 </cell>
13101 <cell alignment="center" valignment="top" topline="true" usebox="none">
13102 \begin_inset Text
13103
13104 \begin_layout Plain Layout
13105 Medipix
13106 \begin_inset space \thinspace{}
13107 \end_inset
13108
13109 1
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 Medipix
13119 \begin_inset space \thinspace{}
13120 \end_inset
13121
13122 2
13123 \end_layout
13124
13125 \end_inset
13126 </cell>
13127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13128 \begin_inset Text
13129
13130 \begin_layout Plain Layout
13131
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 </row>
13137 <row>
13138 <cell alignment="center" valignment="top" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset ERT
13143 status collapsed
13144
13145 \begin_layout Plain Layout
13146
13147
13148 \backslash
13149 cmidrule(r){2-2}
13150 \end_layout
13151
13152 \end_inset
13153
13154
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 cmidrule(l){3-4}
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \begin_inset ERT
13169 status collapsed
13170
13171 \begin_layout Plain Layout
13172
13173
13174 \backslash
13175 morecmidrules 
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 cmidrule{2-4}
13189 \end_layout
13190
13191 \end_inset
13192
13193 Detector thickness [µm]
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 300
13203 \end_layout
13204
13205 \end_inset
13206 </cell>
13207 <cell alignment="center" valignment="top" usebox="none">
13208 \begin_inset Text
13209
13210 \begin_layout Plain Layout
13211 300
13212 \end_layout
13213
13214 \end_inset
13215 </cell>
13216 <cell alignment="center" valignment="top" usebox="none">
13217 \begin_inset Text
13218
13219 \begin_layout Plain Layout
13220 700
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 </row>
13226 <row>
13227 <cell alignment="center" valignment="top" topline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Edge angle [°]
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 3.55
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 <cell alignment="center" valignment="top" topline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 2.71
13250 \end_layout
13251
13252 \end_inset
13253 </cell>
13254 <cell alignment="center" valignment="top" topline="true" usebox="none">
13255 \begin_inset Text
13256
13257 \begin_layout Plain Layout
13258 7.99
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 </row>
13264 <row topspace="default">
13265 <cell alignment="center" valignment="top" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Spatial resolution [µm]
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 4.26
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 <cell alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 10.17
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell alignment="center" valignment="top" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296 10.56
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row topspace="default">
13303 <cell alignment="center" valignment="top" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 MTF at 
13308 \begin_inset Formula $f_{\mathrm{max}}$
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 0.53
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 0.37
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 0.39
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 </row>
13344 <row>
13345 <cell alignment="center" valignment="top" topline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 \begin_inset ERT
13350 status collapsed
13351
13352 \begin_layout Plain Layout
13353
13354
13355 \backslash
13356 morecmidrules 
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \begin_inset ERT
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366
13367
13368 \backslash
13369 cmidrule{3-4}
13370 \end_layout
13371
13372 \end_inset
13373
13374 LSF-spatial resolution
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Plain Layout
13401
13402 \end_layout
13403
13404 \end_inset
13405 </cell>
13406 </row>
13407 <row>
13408 <cell alignment="center" valignment="top" usebox="none">
13409 \begin_inset Text
13410
13411 \begin_layout Plain Layout
13412 in µm
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 129.7
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 52.75
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 50.78
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 in % of pixel size
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 76.3
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 95.9
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 92.3
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 </lyxtabular>
13484
13485 \end_inset
13486
13487
13488 \end_layout
13489
13490 \end_inset
13491
13492
13493 \end_layout
13494
13495 \begin_layout Section
13496 Alineación vertical de tablas
13497 \begin_inset Index
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501 Tablas ! Alineación vertical
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \begin_layout Standard
13510 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13511  en un cuadro.
13512  Entonces el cuadro se puede alinear verticalmente como se describe en la
13513  sección
13514 \begin_inset space ~
13515 \end_inset
13516
13517
13518 \begin_inset CommandInset ref
13519 LatexCommand ref
13520 reference "sec:Diálogo-Cuadros"
13521
13522 \end_inset
13523
13524 .
13525  
13526 \end_layout
13527
13528 \begin_layout Standard
13529 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13530 \begin_inset Foot
13531 status collapsed
13532
13533 \begin_layout Plain Layout
13534 Las minipáginas se describen en la sección
13535 \begin_inset space ~
13536 \end_inset
13537
13538
13539 \begin_inset CommandInset ref
13540 LatexCommand ref
13541 reference "sec:Minipáginas"
13542
13543 \end_inset
13544
13545 .
13546 \end_layout
13547
13548 \end_inset
13549
13550  que tiene una anchura del 15
13551 \begin_inset space \thinspace{}
13552 \end_inset
13553
13554 % de columna:
13555 \end_layout
13556
13557 \begin_layout Itemize
13558 test 
13559 \begin_inset Box Frameless
13560 position "t"
13561 hor_pos "c"
13562 has_inner_box 1
13563 inner_pos "c"
13564 use_parbox 0
13565 width "15col%"
13566 special "none"
13567 height "1in"
13568 height_special "totalheight"
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 \begin_inset Tabular
13573 <lyxtabular version="3" rows="3" columns="3">
13574 <features>
13575 <column alignment="center" valignment="top" width="0">
13576 <column alignment="center" valignment="top" width="0">
13577 <column alignment="center" valignment="top" width="0">
13578 <row>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 a
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 d
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 g
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 b
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621 e
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 h
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 </row>
13636 <row>
13637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13638 \begin_inset Text
13639
13640 \begin_layout Plain Layout
13641 c
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650 f
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 i
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 </row>
13665 </lyxtabular>
13666
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673
13674  test 
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680
13681 \backslash
13682 raisebox{0.85
13683 \backslash
13684 baselineskip}{
13685 \end_layout
13686
13687 \end_inset
13688
13689
13690 \begin_inset Box Frameless
13691 position "t"
13692 hor_pos "c"
13693 has_inner_box 1
13694 inner_pos "c"
13695 use_parbox 0
13696 width "15col%"
13697 special "none"
13698 height "1in"
13699 height_special "totalheight"
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 \begin_inset Tabular
13704 <lyxtabular version="3" rows="3" columns="3">
13705 <features>
13706 <column alignment="center" valignment="top" width="0">
13707 <column alignment="center" valignment="top" width="0">
13708 <column alignment="center" valignment="top" width="0">
13709 <row>
13710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 a
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 d
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 g
13733 \end_layout
13734
13735 \end_inset
13736 </cell>
13737 </row>
13738 <row>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 b
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 e
13753 \end_layout
13754
13755 \end_inset
13756 </cell>
13757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13758 \begin_inset Text
13759
13760 \begin_layout Plain Layout
13761 h
13762 \end_layout
13763
13764 \end_inset
13765 </cell>
13766 </row>
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 c
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13778 \begin_inset Text
13779
13780 \begin_layout Plain Layout
13781 f
13782 \end_layout
13783
13784 \end_inset
13785 </cell>
13786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790 i
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 </row>
13796 </lyxtabular>
13797
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \end_inset
13804
13805
13806 \begin_inset ERT
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 }
13812 \end_layout
13813
13814 \end_inset
13815
13816
13817 \end_layout
13818
13819 \begin_layout Itemize
13820 test 
13821 \begin_inset Box Frameless
13822 position "c"
13823 hor_pos "c"
13824 has_inner_box 1
13825 inner_pos "c"
13826 use_parbox 0
13827 width "15col%"
13828 special "none"
13829 height "1in"
13830 height_special "totalheight"
13831 status collapsed
13832
13833 \begin_layout Plain Layout
13834 \begin_inset Tabular
13835 <lyxtabular version="3" rows="3" columns="3">
13836 <features>
13837 <column alignment="center" valignment="top" width="0">
13838 <column alignment="center" valignment="top" width="0">
13839 <column alignment="center" valignment="top" width="0">
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 a
13846 \end_layout
13847
13848 \end_inset
13849 </cell>
13850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13851 \begin_inset Text
13852
13853 \begin_layout Plain Layout
13854 d
13855 \end_layout
13856
13857 \end_inset
13858 </cell>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863 g
13864 \end_layout
13865
13866 \end_inset
13867 </cell>
13868 </row>
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 b
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 e
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13889 \begin_inset Text
13890
13891 \begin_layout Plain Layout
13892 h
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 </row>
13898 <row>
13899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 c
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912 f
13913 \end_layout
13914
13915 \end_inset
13916 </cell>
13917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13918 \begin_inset Text
13919
13920 \begin_layout Plain Layout
13921 i
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 </row>
13927 </lyxtabular>
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Itemize
13940 test 
13941 \begin_inset Box Frameless
13942 position "b"
13943 hor_pos "c"
13944 has_inner_box 1
13945 inner_pos "c"
13946 use_parbox 0
13947 width "15col%"
13948 special "none"
13949 height "1in"
13950 height_special "totalheight"
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954 \begin_inset Tabular
13955 <lyxtabular version="3" rows="3" columns="3">
13956 <features>
13957 <column alignment="center" valignment="top" width="0">
13958 <column alignment="center" valignment="top" width="0">
13959 <column alignment="center" valignment="top" width="0">
13960 <row>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 a
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13971 \begin_inset Text
13972
13973 \begin_layout Plain Layout
13974 d
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 g
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 </row>
13989 <row>
13990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 b
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Plain Layout
14003 e
14004 \end_layout
14005
14006 \end_inset
14007 </cell>
14008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14009 \begin_inset Text
14010
14011 \begin_layout Plain Layout
14012 h
14013 \end_layout
14014
14015 \end_inset
14016 </cell>
14017 </row>
14018 <row>
14019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14020 \begin_inset Text
14021
14022 \begin_layout Plain Layout
14023 c
14024 \end_layout
14025
14026 \end_inset
14027 </cell>
14028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14029 \begin_inset Text
14030
14031 \begin_layout Plain Layout
14032 f
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 i
14042 \end_layout
14043
14044 \end_inset
14045 </cell>
14046 </row>
14047 </lyxtabular>
14048
14049 \end_inset
14050
14051
14052 \end_layout
14053
14054 \end_inset
14055
14056  test 
14057 \begin_inset ERT
14058 status collapsed
14059
14060 \begin_layout Plain Layout
14061
14062
14063 \backslash
14064 raisebox{-0.32
14065 \backslash
14066 baselineskip}{
14067 \end_layout
14068
14069 \end_inset
14070
14071
14072 \begin_inset Box Frameless
14073 position "b"
14074 hor_pos "c"
14075 has_inner_box 1
14076 inner_pos "c"
14077 use_parbox 0
14078 width "15col%"
14079 special "none"
14080 height "1in"
14081 height_special "totalheight"
14082 status collapsed
14083
14084 \begin_layout Plain Layout
14085 \begin_inset Tabular
14086 <lyxtabular version="3" rows="3" columns="3">
14087 <features>
14088 <column alignment="center" valignment="top" width="0">
14089 <column alignment="center" valignment="top" width="0">
14090 <column alignment="center" valignment="top" width="0">
14091 <row>
14092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14093 \begin_inset Text
14094
14095 \begin_layout Plain Layout
14096 a
14097 \end_layout
14098
14099 \end_inset
14100 </cell>
14101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14102 \begin_inset Text
14103
14104 \begin_layout Plain Layout
14105 d
14106 \end_layout
14107
14108 \end_inset
14109 </cell>
14110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 g
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 </row>
14120 <row>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 b
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134 e
14135 \end_layout
14136
14137 \end_inset
14138 </cell>
14139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14140 \begin_inset Text
14141
14142 \begin_layout Plain Layout
14143 h
14144 \end_layout
14145
14146 \end_inset
14147 </cell>
14148 </row>
14149 <row>
14150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 c
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163 f
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 i
14173 \end_layout
14174
14175 \end_inset
14176 </cell>
14177 </row>
14178 </lyxtabular>
14179
14180 \end_inset
14181
14182
14183 \end_layout
14184
14185 \end_inset
14186
14187
14188 \begin_inset ERT
14189 status collapsed
14190
14191 \begin_layout Plain Layout
14192
14193 }
14194 \end_layout
14195
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \begin_layout Standard
14202 Como ves, los contenidos de la primera y última filas no se alinean correctament
14203 e con la línea de texto donde está la tabla.
14204  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14205  un cuadro elevado («raisebox»
14206 \begin_inset Foot
14207 status collapsed
14208
14209 \begin_layout Plain Layout
14210 El uso del comando 
14211 \series bold
14212
14213 \backslash
14214 raisebox
14215 \series default
14216  se explica en la sección
14217 \begin_inset space ~
14218 \end_inset
14219
14220
14221 \begin_inset CommandInset ref
14222 LatexCommand ref
14223 reference "sub:Alineación-Vertical"
14224
14225 \end_inset
14226
14227 .
14228 \end_layout
14229
14230 \end_inset
14231
14232 ).
14233  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14234  usando el comando en código TeX
14235 \end_layout
14236
14237 \begin_layout Standard
14238
14239 \series bold
14240
14241 \backslash
14242 raisebox{0.85
14243 \backslash
14244 baselineskip}{
14245 \end_layout
14246
14247 \begin_layout Standard
14248 antes del cuadro.
14249  Tras él, se pone la llave de cierre 
14250 \series bold
14251 }
14252 \series default
14253  también en código TeX.
14254  Para la segunda tabla en el tercer ítem se usa el comando 
14255 \end_layout
14256
14257 \begin_layout Standard
14258
14259 \series bold
14260
14261 \backslash
14262 raisebox{-0.32
14263 \backslash
14264 baselineskip}{
14265 \end_layout
14266
14267 \begin_layout Standard
14268 \begin_inset Note Greyedout
14269 status open
14270
14271 \begin_layout Plain Layout
14272
14273 \series bold
14274 Not
14275 \series default
14276 a: La alineación del contenido de la fila con la línea del texto adyacente
14277  no es exacta.
14278  El factor necesario del comando 
14279 \series bold
14280
14281 \backslash
14282 raisebox
14283 \series default
14284  para este alineamiento depende de la fuente del documento, del tamaño de
14285  la fuente y del grosor de línea de la tabla.
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \end_layout
14292
14293 \begin_layout Section
14294 Tablas coloreadas
14295 \begin_inset CommandInset label
14296 LatexCommand label
14297 name "sec:Tablas-Coloreadas"
14298
14299 \end_inset
14300
14301
14302 \begin_inset Index
14303 status collapsed
14304
14305 \begin_layout Plain Layout
14306 Tablas ! Coloreadas
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Subsection
14315 Celdas coloreadas
14316 \begin_inset Index
14317 status collapsed
14318
14319 \begin_layout Plain Layout
14320 Tablas coloreadas ! Celdas
14321 \end_layout
14322
14323 \end_inset
14324
14325
14326 \begin_inset Index
14327 status collapsed
14328
14329 \begin_layout Plain Layout
14330 Color ! en celdas de tablas
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Standard
14339 \begin_inset Float table
14340 placement h
14341 wide false
14342 sideways false
14343 status open
14344
14345 \begin_layout Plain Layout
14346 \begin_inset Caption
14347
14348 \begin_layout Plain Layout
14349 \begin_inset CommandInset label
14350 LatexCommand label
14351 name "tab:Tabla-coloreada-sin"
14352
14353 \end_inset
14354
14355 Tabla coloreada sin usar el paquete 
14356 \series bold
14357 colortbl
14358 \series default
14359
14360 \begin_inset OptArg
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364 Tabla sin colortbl
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Plain Layout
14378 \align center
14379 \begin_inset Tabular
14380 <lyxtabular version="3" rows="3" columns="3">
14381 <features>
14382 <column alignment="center" valignment="top" width="0">
14383 <column alignment="center" valignment="top" width="0">
14384 <column alignment="center" valignment="top" width="0">
14385 <row>
14386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390
14391 \color green
14392 a
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401
14402 \color red
14403 b
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Plain Layout
14412
14413 \color red
14414 c
14415 \end_layout
14416
14417 \end_inset
14418 </cell>
14419 </row>
14420 <row>
14421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14422 \begin_inset Text
14423
14424 \begin_layout Plain Layout
14425
14426 \color green
14427 d
14428 \end_layout
14429
14430 \end_inset
14431 </cell>
14432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14433 \begin_inset Text
14434
14435 \begin_layout Plain Layout
14436
14437 \color blue
14438 e
14439 \end_layout
14440
14441 \end_inset
14442 </cell>
14443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14444 \begin_inset Text
14445
14446 \begin_layout Plain Layout
14447
14448 \color blue
14449 f
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460
14461 \color green
14462 g
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14468 \begin_inset Text
14469
14470 \begin_layout Plain Layout
14471
14472 \color blue
14473 h
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \color blue
14484 i
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 </row>
14490 </lyxtabular>
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \end_inset
14498
14499
14500 \end_layout
14501
14502 \begin_layout Standard
14503 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14504  el menú 
14505 \family sans
14506 Editar\SpecialChar \menuseparator
14507 Estilo
14508 \begin_inset space ~
14509 \end_inset
14510
14511 del
14512 \begin_inset space ~
14513 \end_inset
14514
14515 Texto
14516 \family default
14517 .
14518  Esto se ha hecho en la tabla
14519 \begin_inset space ~
14520 \end_inset
14521
14522
14523 \begin_inset CommandInset ref
14524 LatexCommand ref
14525 reference "tab:Tabla-coloreada-sin"
14526
14527 \end_inset
14528
14529 .
14530  En cualquier otro caso hay que usar el paquete LaTeX 
14531 \series bold
14532 colortbl
14533 \series default
14534 .
14535 \begin_inset Index
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539 LaTeX-paquetes ! colortbl
14540 \end_layout
14541
14542 \end_inset
14543
14544
14545 \end_layout
14546
14547 \begin_layout Standard
14548 \begin_inset ERT
14549 status collapsed
14550
14551 \begin_layout Plain Layout
14552
14553
14554 \backslash
14555 ifcolortbl
14556 \end_layout
14557
14558 \end_inset
14559
14560
14561 \begin_inset Note Note
14562 status open
14563
14564 \begin_layout Plain Layout
14565 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14566  LaTeX 
14567 \series bold
14568 colortbl
14569 \series default
14570 .
14571 \end_layout
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Standard
14579 Para crear tablas coloreadas, 
14580 \series bold
14581 colortbl
14582 \series default
14583  debe cargarse en el preámbulo con la línea
14584 \end_layout
14585
14586 \begin_layout Standard
14587
14588 \series bold
14589
14590 \backslash
14591 usepackage{colortbl}
14592 \end_layout
14593
14594 \begin_layout Standard
14595 El color de una columna se define con el comando
14596 \end_layout
14597
14598 \begin_layout Standard
14599
14600 \series bold
14601
14602 \backslash
14603 columncolor{nombre del color}
14604 \end_layout
14605
14606 \begin_layout Standard
14607 dentro del comando 
14608 \series bold
14609 >{ }
14610 \series default
14611 .
14612  Más sobre el comando 
14613 \series bold
14614 >{}
14615 \series default
14616  se explica en la sección
14617 \begin_inset space ~
14618 \end_inset
14619
14620
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sub:Cálculos-en-Multicolumnas"
14624
14625 \end_inset
14626
14627 .
14628 \end_layout
14629
14630 \begin_layout Standard
14631 Los siguientes nombres de color están predefinidos:
14632 \end_layout
14633
14634 \begin_layout Standard
14635
14636 \family sans
14637 red
14638 \family default
14639
14640 \family sans
14641 green
14642 \family default
14643
14644 \family sans
14645 yellow, blue
14646 \family default
14647
14648 \family sans
14649 cyan
14650 \family default
14651 \series bold
14652 ,
14653 \series default
14654  
14655 \family sans
14656 magenta, black
14657 \family default
14658
14659 \family sans
14660 white
14661 \end_layout
14662
14663 \begin_layout Standard
14664 \begin_inset VSpace medskip
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \begin_layout Standard
14671 Puedes definir tus propios colores con el comando
14672 \end_layout
14673
14674 \begin_layout Standard
14675
14676 \series bold
14677
14678 \backslash
14679 definecolor{nombre del color}{modelo de color}{valores de color}
14680 \end_layout
14681
14682 \begin_layout Standard
14683 El modelo de color puede ser
14684 \end_layout
14685
14686 \begin_layout Labeling
14687 \labelwidthstring 00.00.0000
14688 cmyk: cyan, magenta, yellow, black
14689 \end_layout
14690
14691 \begin_layout Labeling
14692 \labelwidthstring 00.00.0000
14693 rgb: red, green, blue
14694 \end_layout
14695
14696 \begin_layout Labeling
14697 \labelwidthstring 00.00.0000
14698 gray: gray
14699 \end_layout
14700
14701 \begin_layout Standard
14702 y los valores de color son números separados por comas entre 0 y 1 que describen
14703  el factor para el color correspondiente del modelo de color.
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Por ejemplo, puedes definir el color
14708 \series bold
14709  
14710 \series default
14711 «
14712 \emph on
14713 verde oscuro
14714 \emph default
14715 » en el preámbulo con
14716 \end_layout
14717
14718 \begin_layout Standard
14719
14720 \series bold
14721
14722 \backslash
14723 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14724 \end_layout
14725
14726 \begin_layout Standard
14727 y el color «
14728 \emph on
14729 gris claro
14730 \emph default
14731 » con
14732 \end_layout
14733
14734 \begin_layout Standard
14735
14736 \series bold
14737
14738 \backslash
14739 definecolor{grisclaro}{gray}{0.8}
14740 \end_layout
14741
14742 \begin_layout Standard
14743 \begin_inset VSpace medskip
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 Las líneas se colorean con el comando
14751 \end_layout
14752
14753 \begin_layout Standard
14754
14755 \series bold
14756
14757 \backslash
14758 rowcolor{nombre del color}
14759 \end_layout
14760
14761 \begin_layout Standard
14762 y las celdas se colorean con el comando
14763 \end_layout
14764
14765 \begin_layout Standard
14766
14767 \series bold
14768
14769 \backslash
14770 cellcolor{nombre del color}
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Ambos comandos se insertan al principio de una celda en código TeX.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14779 \family sans
14780 Editar\SpecialChar \menuseparator
14781 Estilo
14782 \begin_inset space ~
14783 \end_inset
14784
14785 del
14786 \begin_inset space ~
14787 \end_inset
14788
14789 Texto
14790 \family default
14791 .
14792  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14793  TeX en color puede ocasionar errores de LaTeX.
14794 \end_layout
14795
14796 \begin_layout Standard
14797 \begin_inset VSpace bigskip
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 Para crear la tabla
14805 \begin_inset space ~
14806 \end_inset
14807
14808
14809 \begin_inset CommandInset ref
14810 LatexCommand ref
14811 reference "tab:Tabla-coloreada-con"
14812
14813 \end_inset
14814
14815  haz lo siguiente: el color de la primera columna debe ser 
14816 \emph on
14817 verde oscuro
14818 \emph default
14819 , entonces inserta
14820 \end_layout
14821
14822 \begin_layout Standard
14823
14824 \series bold
14825 >{
14826 \backslash
14827 columncolor{verdeoscuro}
14828 \backslash
14829 centering}c
14830 \end_layout
14831
14832 \begin_layout Standard
14833 como argumento LaTeX para esta columna.
14834  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 rowcolow{cyan}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 en la primera celda de esta fila.
14847  Observa que esto sobreescribe el color de la columna para la primera celda.
14848  La última celda de la última fila se colorea magenta insertando el comando
14849  en código TeX
14850 \end_layout
14851
14852 \begin_layout Standard
14853
14854 \series bold
14855
14856 \backslash
14857 cellcolor{magenta}
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Ahora podrían colorearse los caracteres usando el menú 
14862 \family sans
14863 Editar\SpecialChar \menuseparator
14864 Estilo
14865 \begin_inset space ~
14866 \end_inset
14867
14868 del
14869 \begin_inset space ~
14870 \end_inset
14871
14872 Texto
14873 \family default
14874 .
14875 \end_layout
14876
14877 \begin_layout Standard
14878 \begin_inset Float table
14879 placement h
14880 wide false
14881 sideways false
14882 status open
14883
14884 \begin_layout Plain Layout
14885 \begin_inset Caption
14886
14887 \begin_layout Plain Layout
14888 \begin_inset CommandInset label
14889 LatexCommand label
14890 name "tab:Tabla-coloreada-con"
14891
14892 \end_inset
14893
14894 Tabla coloreada con el paquete 
14895 \series bold
14896 colortbl
14897 \series default
14898
14899 \begin_inset OptArg
14900 status open
14901
14902 \begin_layout Plain Layout
14903 Tabla con 
14904 \series bold
14905 colortbl
14906 \end_layout
14907
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \begin_layout Plain Layout
14919 \align center
14920 \begin_inset Tabular
14921 <lyxtabular version="3" rows="3" columns="3">
14922 <features>
14923 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14924 <column alignment="center" valignment="top" width="0">
14925 <column alignment="center" valignment="top" width="0">
14926 <row>
14927 <cell alignment="center" valignment="top" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931 \begin_inset ERT
14932 status collapsed
14933
14934 \begin_layout Plain Layout
14935
14936
14937 \backslash
14938 rowcolor{cyan}
14939 \end_layout
14940
14941 \end_inset
14942
14943
14944 \color magenta
14945 a
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954
14955 \color red
14956 b
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 <cell alignment="center" valignment="top" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \color red
14967 c
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \color yellow
14980 d
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989
14990 \color blue
14991 e
14992 \end_layout
14993
14994 \end_inset
14995 </cell>
14996 <cell alignment="center" valignment="top" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \color blue
15002 f
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 </row>
15008 <row>
15009 <cell alignment="center" valignment="top" usebox="none">
15010 \begin_inset Text
15011
15012 \begin_layout Plain Layout
15013
15014 \color yellow
15015 g
15016 \end_layout
15017
15018 \end_inset
15019 </cell>
15020 <cell alignment="center" valignment="top" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024
15025 \color blue
15026 h
15027 \end_layout
15028
15029 \end_inset
15030 </cell>
15031 <cell alignment="center" valignment="top" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 \begin_inset ERT
15036 status collapsed
15037
15038 \begin_layout Plain Layout
15039
15040
15041 \backslash
15042 cellcolor{magenta}
15043 \end_layout
15044
15045 \end_inset
15046
15047
15048 \color green
15049 i
15050 \end_layout
15051
15052 \end_inset
15053 </cell>
15054 </row>
15055 </lyxtabular>
15056
15057 \end_inset
15058
15059
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \begin_layout Standard
15068 \begin_inset ERT
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072
15073
15074 \backslash
15075 else
15076 \end_layout
15077
15078 \end_inset
15079
15080
15081 \begin_inset Note Note
15082 status open
15083
15084 \begin_layout Plain Layout
15085 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15086  
15087 \series bold
15088 colortbl
15089 \series default
15090 .
15091 \end_layout
15092
15093 \end_inset
15094
15095
15096 \end_layout
15097
15098 \begin_layout Standard
15099 Debes instalar el paquete LaTeX 
15100 \series bold
15101 colortbl
15102 \series default
15103  para ver la parte siguiente en la salida.
15104 \end_layout
15105
15106 \begin_layout Standard
15107 \begin_inset ERT
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111
15112
15113 \backslash
15114 fi
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \begin_layout Subsection
15123 Líneas coloreadas
15124 \begin_inset Index
15125 status collapsed
15126
15127 \begin_layout Plain Layout
15128 Tablas coloreadas ! Líneas
15129 \end_layout
15130
15131 \end_inset
15132
15133
15134 \begin_inset Index
15135 status collapsed
15136
15137 \begin_layout Plain Layout
15138 Color ! en bordes de tabla
15139 \end_layout
15140
15141 \end_inset
15142
15143
15144 \end_layout
15145
15146 \begin_layout Standard
15147 Como se describe en la sección
15148 \begin_inset space ~
15149 \end_inset
15150
15151
15152 \begin_inset CommandInset ref
15153 LatexCommand ref
15154 reference "sub:Grosor-de-Líneas"
15155
15156 \end_inset
15157
15158 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15159  
15160 \series bold
15161
15162 \backslash
15163 arrayrulewidth
15164 \series default
15165 .
15166  Se ha puesto 1.5
15167 \begin_inset space \thinspace{}
15168 \end_inset
15169
15170 pt para todas las tablas de esta sección.
15171 \begin_inset ERT
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175
15176
15177 \backslash
15178 setlength{
15179 \backslash
15180 arrayrulewidth}{1.5pt}
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \end_layout
15187
15188 \begin_layout Standard
15189 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15190  el preámbulo del documento el siguiente formato de columna, de acuerdo
15191  a lo descrito en la sección
15192 \begin_inset space ~
15193 \end_inset
15194
15195
15196 \begin_inset CommandInset ref
15197 LatexCommand ref
15198 reference "sub:Formato-Personalizado"
15199
15200 \end_inset
15201
15202 :
15203 \end_layout
15204
15205 \begin_layout Standard
15206
15207 \series bold
15208
15209 \backslash
15210 newcolumntype{W}{!{
15211 \backslash
15212 color{green}
15213 \backslash
15214 vline}}
15215 \end_layout
15216
15217 \begin_layout Standard
15218 Para la tabla
15219 \begin_inset space ~
15220 \end_inset
15221
15222
15223 \begin_inset CommandInset ref
15224 LatexCommand ref
15225 reference "tab:Tabla-con-verticales-coloreadas"
15226
15227 \end_inset
15228
15229  se usó el argumento LaTeX
15230 \series bold
15231  WcW
15232 \series default
15233  para la última columna y
15234 \series bold
15235  Wc
15236 \series default
15237  para las demás.
15238 \end_layout
15239
15240 \begin_layout Standard
15241 Si quieres tener varios colores, define más formatos de columna.
15242 \end_layout
15243
15244 \begin_layout Standard
15245 \begin_inset Float table
15246 placement h
15247 wide false
15248 sideways false
15249 status open
15250
15251 \begin_layout Plain Layout
15252 \begin_inset Caption
15253
15254 \begin_layout Plain Layout
15255 \begin_inset CommandInset label
15256 LatexCommand label
15257 name "tab:Tabla-con-verticales-coloreadas"
15258
15259 \end_inset
15260
15261 Tabla con líneas verticales coloreadas
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \begin_layout Plain Layout
15270 \align center
15271 \begin_inset Tabular
15272 <lyxtabular version="3" rows="3" columns="3">
15273 <features>
15274 <column alignment="center" valignment="top" width="0" special="Wc">
15275 <column alignment="center" valignment="top" width="0" special="Wc">
15276 <column alignment="center" valignment="top" width="0" special="WcW">
15277 <row>
15278 <cell alignment="center" valignment="top" topline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 sd
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 <cell alignment="center" valignment="top" topline="true" usebox="none">
15288 \begin_inset Text
15289
15290 \begin_layout Plain Layout
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 <cell alignment="center" valignment="top" topline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 </row>
15306 <row>
15307 <cell alignment="center" valignment="top" topline="true" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" topline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 sd
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 sd
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 </row>
15364 </lyxtabular>
15365
15366 \end_inset
15367
15368
15369 \end_layout
15370
15371 \end_inset
15372
15373
15374 \end_layout
15375
15376 \begin_layout Standard
15377 \begin_inset VSpace bigskip
15378 \end_inset
15379
15380 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15381 \begin_inset space ~
15382 \end_inset
15383
15384
15385 \begin_inset CommandInset ref
15386 LatexCommand ref
15387 reference "tab:Tabla-con-horizontales-coloreadas"
15388
15389 \end_inset
15390
15391 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15392 \end_layout
15393
15394 \begin_layout Standard
15395
15396 \series bold
15397
15398 \backslash
15399 let
15400 \backslash
15401 myHlineC
15402 \backslash
15403 hline
15404 \begin_inset Newline newline
15405 \end_inset
15406
15407
15408 \backslash
15409 renewcommand{
15410 \backslash
15411 hline}
15412 \begin_inset Newline newline
15413 \end_inset
15414
15415
15416 \begin_inset ERT
15417 status collapsed
15418
15419 \begin_layout Plain Layout
15420
15421
15422 \backslash
15423 hphantom{ }
15424 \end_layout
15425
15426 \end_inset
15427
15428 {
15429 \backslash
15430 arrayrulecolor{red}
15431 \backslash
15432 myHlineC
15433 \backslash
15434 arrayrulecolor{black}}
15435 \end_layout
15436
15437 \begin_layout Standard
15438 \begin_inset ERT
15439 status collapsed
15440
15441 \begin_layout Plain Layout
15442
15443
15444 \backslash
15445 let
15446 \backslash
15447 myHlineC
15448 \backslash
15449 hline
15450 \end_layout
15451
15452 \begin_layout Plain Layout
15453
15454
15455 \backslash
15456 renewcommand{
15457 \backslash
15458 hline}
15459 \end_layout
15460
15461 \begin_layout Plain Layout
15462
15463  {
15464 \backslash
15465 arrayrulecolor{red}
15466 \backslash
15467 myHlineC
15468 \backslash
15469 arrayrulecolor{black}}
15470 \end_layout
15471
15472 \end_inset
15473
15474
15475 \begin_inset Float table
15476 placement h
15477 wide false
15478 sideways false
15479 status open
15480
15481 \begin_layout Plain Layout
15482 \begin_inset Caption
15483
15484 \begin_layout Plain Layout
15485 \begin_inset CommandInset label
15486 LatexCommand label
15487 name "tab:Tabla-con-horizontales-coloreadas"
15488
15489 \end_inset
15490
15491 Tabla con líneas horizontales coloreadas
15492 \end_layout
15493
15494 \end_inset
15495
15496
15497 \end_layout
15498
15499 \begin_layout Plain Layout
15500 \align center
15501 \begin_inset Tabular
15502 <lyxtabular version="3" rows="3" columns="3">
15503 <features>
15504 <column alignment="center" valignment="top" width="0">
15505 <column alignment="center" valignment="top" width="0">
15506 <column alignment="center" valignment="top" width="0">
15507 <row>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 sd
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 <row>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541
15542 \end_layout
15543
15544 \end_inset
15545 </cell>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550 sd
15551 \end_layout
15552
15553 \end_inset
15554 </cell>
15555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15556 \begin_inset Text
15557
15558 \begin_layout Plain Layout
15559
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 </row>
15565 <row>
15566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15567 \begin_inset Text
15568
15569 \begin_layout Plain Layout
15570
15571 \end_layout
15572
15573 \end_inset
15574 </cell>
15575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \end_layout
15581
15582 \end_inset
15583 </cell>
15584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15585 \begin_inset Text
15586
15587 \begin_layout Plain Layout
15588 sd
15589 \end_layout
15590
15591 \end_inset
15592 </cell>
15593 </row>
15594 </lyxtabular>
15595
15596 \end_inset
15597
15598
15599 \end_layout
15600
15601 \end_inset
15602
15603
15604 \end_layout
15605
15606 \begin_layout Standard
15607 Para volver al color de línea negro predeterminado inserta este comando
15608  en código TeX detrás de la tabla o el flotante:
15609 \end_layout
15610
15611 \begin_layout Standard
15612
15613 \series bold
15614
15615 \backslash
15616 renewcommand{
15617 \backslash
15618 hline}{
15619 \backslash
15620 myHlineC}
15621 \end_layout
15622
15623 \begin_layout Standard
15624 La tabla
15625 \begin_inset space ~
15626 \end_inset
15627
15628
15629 \begin_inset CommandInset ref
15630 LatexCommand ref
15631 reference "tab:Tabla-con-líneas-coloreadas"
15632
15633 \end_inset
15634
15635  es un ejemplo con líneas verticales y horizontales coloreadas.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset Float table
15640 placement h
15641 wide false
15642 sideways false
15643 status open
15644
15645 \begin_layout Plain Layout
15646 \begin_inset Caption
15647
15648 \begin_layout Plain Layout
15649 \begin_inset CommandInset label
15650 LatexCommand label
15651 name "tab:Tabla-con-líneas-coloreadas"
15652
15653 \end_inset
15654
15655 Tabla con líneas coloreadas
15656 \end_layout
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Plain Layout
15664 \align center
15665 \begin_inset Tabular
15666 <lyxtabular version="3" rows="3" columns="3">
15667 <features>
15668 <column alignment="center" valignment="top" width="0" special="Wc">
15669 <column alignment="center" valignment="top" width="0" special="Wc">
15670 <column alignment="center" valignment="top" width="0" special="WcW">
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 sd
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 <cell alignment="center" valignment="top" topline="true" usebox="none">
15682 \begin_inset Text
15683
15684 \begin_layout Plain Layout
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 </row>
15700 <row>
15701 <cell alignment="center" valignment="top" topline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 sd
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 </row>
15729 <row>
15730 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15749 \begin_inset Text
15750
15751 \begin_layout Plain Layout
15752 sd
15753 \end_layout
15754
15755 \end_inset
15756 </cell>
15757 </row>
15758 </lyxtabular>
15759
15760 \end_inset
15761
15762
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Standard
15771 \begin_inset ERT
15772 status collapsed
15773
15774 \begin_layout Plain Layout
15775
15776
15777 \backslash
15778 renewcommand{
15779 \backslash
15780 hline}{
15781 \backslash
15782 myHlineC}
15783 \end_layout
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Standard
15791 \begin_inset ERT
15792 status collapsed
15793
15794 \begin_layout Plain Layout
15795
15796
15797 \backslash
15798 setlength{
15799 \backslash
15800 arrayrulewidth}{0.4pt}
15801 \end_layout
15802
15803 \end_inset
15804
15805
15806 \end_layout
15807
15808 \begin_layout Section
15809 Personalización de tablas
15810 \begin_inset Index
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814 Personalización de tablas
15815 \end_layout
15816
15817 \end_inset
15818
15819
15820 \begin_inset Index
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 Tablas ! Personalización
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \begin_layout Subsection
15833 Espacio adicional en filas
15834 \begin_inset CommandInset label
15835 LatexCommand label
15836 name "sub:Espacio-adicional"
15837
15838 \end_inset
15839
15840
15841 \begin_inset Index
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845 Personalización de tablas ! Espacio adicional en filas
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Standard
15854 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15855  
15856 \family sans
15857 Bordes,
15858 \family default
15859  del diálogo de configuración de tablas.
15860  En el marco 
15861 \family sans
15862 Espacio
15863 \begin_inset space ~
15864 \end_inset
15865
15866 adicional
15867 \family default
15868  dispones de tres posibilidades:
15869 \end_layout
15870
15871 \begin_layout Description
15872 Superior
15873 \begin_inset space ~
15874 \end_inset
15875
15876 de
15877 \begin_inset space ~
15878 \end_inset
15879
15880 la
15881 \begin_inset space ~
15882 \end_inset
15883
15884 fila añade espacio sobre los caracteres de la fila.
15885  Si la tabla es de estilo formal
15886 \begin_inset Foot
15887 status collapsed
15888
15889 \begin_layout Plain Layout
15890 Las tablas formales se explican en la sección
15891 \begin_inset space ~
15892 \end_inset
15893
15894
15895 \begin_inset CommandInset ref
15896 LatexCommand ref
15897 reference "sec:Tablas-Formales"
15898
15899 \end_inset
15900
15901
15902 \end_layout
15903
15904 \end_inset
15905
15906  LyX insertará 0.5
15907 \begin_inset space \thinspace{}
15908 \end_inset
15909
15910 em por omisión.
15911  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15912  verticales, como se ve en la tabla siguiente:
15913 \begin_inset VSpace medskip
15914 \end_inset
15915
15916
15917 \begin_inset Newline newline
15918 \end_inset
15919
15920
15921 \begin_inset space \hspace*{}
15922 \length 0pt
15923 \end_inset
15924
15925
15926 \begin_inset space \hfill{}
15927 \end_inset
15928
15929
15930 \begin_inset Tabular
15931 <lyxtabular version="3" rows="3" columns="1">
15932 <features>
15933 <column alignment="center" valignment="top" width="0">
15934 <row>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 A
15940 \end_layout
15941
15942 \end_inset
15943 </cell>
15944 </row>
15945 <row topspace="3mm">
15946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15947 \begin_inset Text
15948
15949 \begin_layout Plain Layout
15950 3
15951 \begin_inset space \thinspace{}
15952 \end_inset
15953
15954 mm sobre la fila
15955 \end_layout
15956
15957 \end_inset
15958 </cell>
15959 </row>
15960 <row>
15961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965 C
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 </lyxtabular>
15972
15973 \end_inset
15974
15975
15976 \begin_inset space \hfill{}
15977 \end_inset
15978
15979
15980 \begin_inset space \hspace*{}
15981 \length 0pt
15982 \end_inset
15983
15984
15985 \begin_inset VSpace medskip
15986 \end_inset
15987
15988
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15993  sin líneas verticales.
15994 \end_layout
15995
15996 \begin_layout Description
15997 Inferior
15998 \begin_inset space ~
15999 \end_inset
16000
16001 de
16002 \begin_inset space ~
16003 \end_inset
16004
16005 la
16006 \begin_inset space ~
16007 \end_inset
16008
16009 fila añade espacio bajo los caracteres de la fila.
16010  Si la tabla es formal LyX inserta por omisión 0.5
16011 \begin_inset space \thinspace{}
16012 \end_inset
16013
16014 em; si la tabla es normal inserta 2
16015 \begin_inset space \thinspace{}
16016 \end_inset
16017
16018 pt.
16019  
16020 \end_layout
16021
16022 \begin_layout Description
16023 Entre
16024 \begin_inset space ~
16025 \end_inset
16026
16027 las
16028 \begin_inset space ~
16029 \end_inset
16030
16031 filas añade espacio entre la fila actual y la siguiente.
16032  Si la tabla es formal LyX inserta 0.5
16033 \begin_inset space \thinspace{}
16034 \end_inset
16035
16036 em por omisión.
16037  En tablas normales, el espacio adicional destruirá las líneas verticales
16038  de la tabla, como se ve en la siguiente:
16039 \begin_inset VSpace medskip
16040 \end_inset
16041
16042
16043 \begin_inset Newline newline
16044 \end_inset
16045
16046
16047 \begin_inset space \hspace*{}
16048 \length 0pt
16049 \end_inset
16050
16051
16052 \begin_inset space \hfill{}
16053 \end_inset
16054
16055
16056 \begin_inset Tabular
16057 <lyxtabular version="3" rows="3" columns="1">
16058 <features>
16059 <column alignment="center" valignment="top" width="0">
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065 A
16066 \end_layout
16067
16068 \end_inset
16069 </cell>
16070 </row>
16071 <row interlinespace="3mm">
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 \begin_inset Formula $\downarrow$
16077 \end_inset
16078
16079  3
16080 \begin_inset space \thinspace{}
16081 \end_inset
16082
16083 mm entre las filas
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Formula $\uparrow$
16095 \end_inset
16096
16097  3
16098 \begin_inset space \thinspace{}
16099 \end_inset
16100
16101 mm entre las filas 
16102 \begin_inset Formula $\uparrow$
16103 \end_inset
16104
16105
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 </lyxtabular>
16112
16113 \end_inset
16114
16115
16116 \begin_inset space \hfill{}
16117 \end_inset
16118
16119
16120 \begin_inset space \hspace*{}
16121 \length 0pt
16122 \end_inset
16123
16124
16125 \begin_inset VSpace medskip
16126 \end_inset
16127
16128
16129 \begin_inset Newline newline
16130 \end_inset
16131
16132 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16133  para tablas sin líneas verticales.
16134 \end_layout
16135
16136 \begin_layout Standard
16137 \begin_inset VSpace bigskip
16138 \end_inset
16139
16140 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16141  utiliza los siguientes comandos en el preámbulo:
16142 \end_layout
16143
16144 \begin_layout Standard
16145
16146 \series bold
16147
16148 \backslash
16149 @ifundefined{extrarowheight}
16150 \begin_inset Newline newline
16151 \end_inset
16152
16153
16154 \begin_inset ERT
16155 status collapsed
16156
16157 \begin_layout Plain Layout
16158
16159
16160 \backslash
16161 hphantom{ }
16162 \end_layout
16163
16164 \end_inset
16165
16166 {
16167 \backslash
16168 usepackage{array}}{}
16169 \begin_inset Newline newline
16170 \end_inset
16171
16172
16173 \backslash
16174 setlength{
16175 \backslash
16176 extrarowheight}{altura}
16177 \end_layout
16178
16179 \begin_layout Standard
16180 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16181  centrado en vertical.
16182  (Lyx cargará automáticamente el paquete 
16183 \series bold
16184 array
16185 \series default
16186  cuando uses formatos de tabla autodefinidos.
16187  Para evitar que sea cargado dos veces se pone al principio el comando 
16188 \series bold
16189
16190 \backslash
16191 @ifundefined
16192 \series default
16193 .)
16194 \end_layout
16195
16196 \begin_layout Standard
16197
16198 \end_layout
16199
16200 \begin_layout Subsection
16201 Alineación especial de celdas
16202 \begin_inset Index
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206 Personalización de tablas ! Alineación especial de celdas
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \end_layout
16213
16214 \begin_layout Standard
16215 A veces mejora la presentación si las entradas en las celdas de una columna
16216  se alinean con un carácter determinado, p.
16217 \begin_inset space \thinspace{}
16218 \end_inset
16219
16220 e.
16221 \begin_inset space ~
16222 \end_inset
16223
16224 el separador decimal, como en la tabla
16225 \begin_inset space ~
16226 \end_inset
16227
16228
16229 \begin_inset CommandInset ref
16230 LatexCommand ref
16231 reference "tab:Tabla-con-celdas-de"
16232
16233 \end_inset
16234
16235 .
16236 \end_layout
16237
16238 \begin_layout Standard
16239 \begin_inset Float table
16240 wide false
16241 sideways false
16242 status open
16243
16244 \begin_layout Plain Layout
16245 \begin_inset Caption
16246
16247 \begin_layout Plain Layout
16248 \begin_inset CommandInset label
16249 LatexCommand label
16250 name "tab:Tabla-con-celdas-de"
16251
16252 \end_inset
16253
16254 Tabla con celdas alineadas con el separador decimal.
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Plain Layout
16263 \align center
16264 \begin_inset Tabular
16265 <lyxtabular version="3" rows="4" columns="2">
16266 <features>
16267 <column alignment="right" valignment="top" width="0">
16268 <column alignment="left" valignment="top" width="0" special="@{}l">
16269 <row>
16270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 leyenda
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \end_layout
16285
16286 \end_inset
16287 </cell>
16288 </row>
16289 <row>
16290 <cell alignment="center" valignment="top" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 12.
16295 \end_layout
16296
16297 \end_inset
16298 </cell>
16299 <cell alignment="center" valignment="top" usebox="none">
16300 \begin_inset Text
16301
16302 \begin_layout Plain Layout
16303 6
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 </row>
16309 <row>
16310 <cell alignment="center" valignment="top" usebox="none">
16311 \begin_inset Text
16312
16313 \begin_layout Plain Layout
16314 0.
16315 \end_layout
16316
16317 \end_inset
16318 </cell>
16319 <cell alignment="center" valignment="top" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 68
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 </row>
16329 <row>
16330 <cell alignment="center" valignment="top" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334 -123.
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 <cell alignment="center" valignment="top" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 0
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 </row>
16349 </lyxtabular>
16350
16351 \end_inset
16352
16353
16354 \end_layout
16355
16356 \end_inset
16357
16358
16359 \end_layout
16360
16361 \begin_layout Standard
16362 Esta es una tabla 4×2.
16363  La leyenda es una multicolumna centrada.
16364  La primera columna está alineada a la derecha y contiene el punto decimal
16365  y los dígitos anteriores.
16366  La segunda columna está alineada a la izquierda y contiene los dígitos
16367  posteriores al punto decimal.
16368  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16369  argumento LaTeX para la segunda columna:
16370 \end_layout
16371
16372 \begin_layout Standard
16373
16374 \series bold
16375 @{}l
16376 \end_layout
16377
16378 \begin_layout Standard
16379 La tabla
16380 \begin_inset space ~
16381 \end_inset
16382
16383
16384 \begin_inset CommandInset ref
16385 LatexCommand ref
16386 reference "tab:Varias-alineaciones"
16387
16388 \end_inset
16389
16390  muestra varios ejemplos de alineación.
16391  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16392 o más pequeño al comienzo de la última columna para conseguir el espacio
16393  adecuado alrededor del signo.
16394 \end_layout
16395
16396 \begin_layout Standard
16397 \begin_inset Float table
16398 wide false
16399 sideways false
16400 status open
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Caption
16404
16405 \begin_layout Plain Layout
16406 \begin_inset CommandInset label
16407 LatexCommand label
16408 name "tab:Varias-alineaciones"
16409
16410 \end_inset
16411
16412 Tabla con varias alineaciones.
16413 \end_layout
16414
16415 \end_inset
16416
16417
16418 \end_layout
16419
16420 \begin_layout Plain Layout
16421 \align center
16422 \begin_inset Tabular
16423 <lyxtabular version="3" rows="4" columns="6">
16424 <features>
16425 <column alignment="right" valignment="top" width="0">
16426 <column alignment="left" valignment="top" width="0" special="@{}l">
16427 <column alignment="right" valignment="top" width="0">
16428 <column alignment="left" valignment="top" width="0" special="@{}l">
16429 <column alignment="right" valignment="top" width="0">
16430 <column alignment="left" valignment="top" width="0" special="@{}l">
16431 <row>
16432 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 unidades
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 exponentes
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 relaciones
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 <row>
16488 <cell alignment="center" valignment="top" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 12×
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 24
16502 \begin_inset space \thinspace{}
16503 \end_inset
16504
16505 bottles
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 \begin_inset Formula $10\cdot$
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $10^{\mbox{-}17}$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $\Gamma(t)\propto$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $\:\Upsilon(t)$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="center" valignment="top" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564 1024×
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16570 \begin_inset Text
16571
16572 \begin_layout Plain Layout
16573 768
16574 \begin_inset space \thinspace{}
16575 \end_inset
16576
16577 Pixels
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $5.78\cdot$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 \begin_inset Formula $10^{7}$
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 \begin_inset Formula $A\ne$
16611 \end_inset
16612
16613
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 \begin_inset Formula $\: B_{\mathrm{red}}$
16623 \end_inset
16624
16625
16626 \end_layout
16627
16628 \end_inset
16629 </cell>
16630 </row>
16631 <row>
16632 <cell alignment="center" valignment="top" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 32×
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 6
16646 \begin_inset space \thinspace{}
16647 \end_inset
16648
16649 cm
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 -
16659 \begin_inset Formula $33.5\cdot$
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $10^{4}$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\sin(\alpha)\ge$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $\:\sin(\beta)$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Standard
16717 \begin_inset VSpace bigskip
16718 \end_inset
16719
16720 También hay un paquete LaTeX, 
16721 \series bold
16722 dcolumn
16723 \series default
16724
16725 \begin_inset Index
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729 LaTeX-paquetes ! dcolumn
16730 \end_layout
16731
16732 \end_inset
16733
16734 , que permite alinear el contenido de las celdas.
16735  Pero desgraciadamente trata las entradas de celda en modo matemático y
16736  no permite fórmulas en celdas: la primera columna de la tabla
16737 \begin_inset space ~
16738 \end_inset
16739
16740
16741 \begin_inset CommandInset ref
16742 LatexCommand ref
16743 reference "tab:Varias-alineaciones"
16744
16745 \end_inset
16746
16747  se verá con 
16748 \series bold
16749 dcolumn
16750 \series default
16751  como la primera columna en la tabla
16752 \begin_inset space ~
16753 \end_inset
16754
16755
16756 \begin_inset CommandInset ref
16757 LatexCommand ref
16758 reference "tab:Alineaciones-con-el"
16759
16760 \end_inset
16761
16762  y sólo con algunos trucos se consigue lo que se espera.
16763  La alineación de la segunda y tercera columnas de la tabla
16764 \begin_inset space ~
16765 \end_inset
16766
16767
16768 \begin_inset CommandInset ref
16769 LatexCommand ref
16770 reference "tab:Varias-alineaciones"
16771
16772 \end_inset
16773
16774  no es posible con 
16775 \series bold
16776 dcolumn
16777 \series default
16778 .
16779 \end_layout
16780
16781 \begin_layout Standard
16782 \begin_inset Float table
16783 placement h
16784 wide false
16785 sideways false
16786 status open
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Caption
16790
16791 \begin_layout Plain Layout
16792 \begin_inset CommandInset label
16793 LatexCommand label
16794 name "tab:Alineaciones-con-el"
16795
16796 \end_inset
16797
16798
16799 \begin_inset OptArg
16800 status open
16801
16802 \begin_layout Plain Layout
16803 Tabla alineada con 
16804 \series bold
16805 dcolumn
16806 \end_layout
16807
16808 \end_inset
16809
16810 Alineaciones con el paquete LaTeX 
16811 \series bold
16812 dcolumn
16813 \series default
16814 .
16815  Se han tenido que usar unos trucos para la alineación de las columnas en
16816  la salida.
16817 \end_layout
16818
16819 \end_inset
16820
16821
16822 \end_layout
16823
16824 \begin_layout Plain Layout
16825 \align center
16826 \begin_inset Tabular
16827 <lyxtabular version="3" rows="4" columns="3">
16828 <features>
16829 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16830 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16831 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16832 <row>
16833 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 unidades
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 unidades
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 unidades
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 12x24
16867 \begin_inset space \thinspace{}
16868 \end_inset
16869
16870 bottles
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 12x24
16880 \begin_inset space \thinspace{}
16881 \end_inset
16882
16883
16884 \begin_inset Formula $\mbox{bottles}$
16885 \end_inset
16886
16887
16888 \end_layout
16889
16890 \end_inset
16891 </cell>
16892 <cell alignment="center" valignment="top" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 12
16897 \begin_inset ERT
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901
16902
16903 \backslash
16904 times
16905 \end_layout
16906
16907 \end_inset
16908
16909 24~
16910 \begin_inset Formula $\mbox{bottles}$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 </row>
16919 <row>
16920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 1024x768
16925 \begin_inset space \thinspace{}
16926 \end_inset
16927
16928 Pixels
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 1024x768
16938 \begin_inset space \thinspace{}
16939 \end_inset
16940
16941
16942 \begin_inset Formula $\mbox{Pixels}$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell alignment="center" valignment="top" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954 1024
16955 \begin_inset ERT
16956 status collapsed
16957
16958 \begin_layout Plain Layout
16959
16960
16961 \backslash
16962 times
16963 \end_layout
16964
16965 \end_inset
16966
16967 768~
16968 \begin_inset Formula $\mbox{Pixels}$
16969 \end_inset
16970
16971  
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 32x6
16983 \begin_inset space \thinspace{}
16984 \end_inset
16985
16986 cm
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995 32x6
16996 \begin_inset space \thinspace{}
16997 \end_inset
16998
16999
17000 \begin_inset Formula $\mbox{cm}$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 <cell alignment="center" valignment="top" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 32
17013 \begin_inset ERT
17014 status collapsed
17015
17016 \begin_layout Plain Layout
17017
17018
17019 \backslash
17020 times
17021 \end_layout
17022
17023 \end_inset
17024
17025 6~
17026 \begin_inset Formula $\mbox{cm}$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 </lyxtabular>
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \begin_layout Subsection
17048 Formato personalizado de celda/columna
17049 \begin_inset CommandInset label
17050 LatexCommand label
17051 name "sub:Formato-Personalizado"
17052
17053 \end_inset
17054
17055
17056 \begin_inset Index
17057 status collapsed
17058
17059 \begin_layout Plain Layout
17060 Personalización de tablas ! Formato de celda/columna
17061 \end_layout
17062
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \begin_layout Standard
17069 El cálculo de la anchura necesaria para columnas extendidas descrito en
17070  la sección
17071 \begin_inset space ~
17072 \end_inset
17073
17074
17075 \begin_inset CommandInset ref
17076 LatexCommand ref
17077 reference "sub:Cálculos-en-Multicolumnas"
17078
17079 \end_inset
17080
17081  es muy pesado si tienes varias tablas con multicolumnas.
17082  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17083 mna aplicable a todas las tablas del documento.
17084  El formato se define con el comando
17085 \end_layout
17086
17087 \begin_layout Standard
17088
17089 \series bold
17090
17091 \backslash
17092 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17093 \end_layout
17094
17095 \begin_layout Standard
17096 El nombre de formato puede ser una sola letra.
17097  Las letras 
17098 \emph on
17099 b, c, l, m, p
17100 \emph default
17101  y 
17102 \emph on
17103 r
17104 \emph default
17105  están predefinidas y no pueden usarse.
17106  Pero se permiten todas las mayúsculas.
17107 \end_layout
17108
17109 \begin_layout Standard
17110 \begin_inset VSpace medskip
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \begin_layout Standard
17117 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17118  fija puedes definir el formato de celda
17119 \end_layout
17120
17121 \begin_layout Standard
17122
17123 \series bold
17124
17125 \backslash
17126 newcolumntype{M}[1]{>{
17127 \backslash
17128 centering
17129 \backslash
17130 hspace{0pt}}m{#1}}
17131 \end_layout
17132
17133 \begin_layout Standard
17134 donde 
17135 \series bold
17136
17137 \backslash
17138 hspace{0pt}
17139 \series default
17140  evita el problema de partir con guión la primera palabra, como se describe
17141  en la sección
17142 \begin_inset space ~
17143 \end_inset
17144
17145
17146 \begin_inset CommandInset ref
17147 LatexCommand ref
17148 reference "sub:Líneas-Múltiples-en"
17149
17150 \end_inset
17151
17152 .
17153  Ahora puedes introducir simplemente
17154 \end_layout
17155
17156 \begin_layout Standard
17157
17158 \series bold
17159 M{ancho}
17160 \end_layout
17161
17162 \begin_layout Standard
17163 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17164 \end_layout
17165
17166 \begin_layout Standard
17167 \begin_inset VSpace bigskip
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \begin_layout Standard
17174 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17175 \end_layout
17176
17177 \begin_layout Standard
17178
17179 \series bold
17180
17181 \backslash
17182 newcolumntype{S}[2]{>{
17183 \backslash
17184 centering
17185 \backslash
17186 hspace{0pt}}
17187 \begin_inset Newline newline
17188 \end_inset
17189
17190
17191 \begin_inset ERT
17192 status collapsed
17193
17194 \begin_layout Plain Layout
17195
17196
17197 \backslash
17198 phantom{
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \backslash
17205 newcolumntype
17206 \begin_inset ERT
17207 status collapsed
17208
17209 \begin_layout Plain Layout
17210
17211 }
17212 \end_layout
17213
17214 \end_inset
17215
17216 m{(#1+(2
17217 \backslash
17218 tabcolsep+
17219 \backslash
17220 arrayrulewidth)*(1-#2))/#2}}
17221 \end_layout
17222
17223 \begin_layout Standard
17224 Este formato usa la ecuación 
17225 \begin_inset CommandInset ref
17226 LatexCommand eqref
17227 reference "eq:Wgn"
17228
17229 \end_inset
17230
17231  para calcular la anchura necesaria para que cada celda extendida tenga
17232  la misma anchura.
17233 \end_layout
17234
17235 \begin_layout Standard
17236 Ahora puedes introducir
17237 \end_layout
17238
17239 \begin_layout Standard
17240
17241 \series bold
17242 S{ancho de la celda multicolumna}{número de columnas extendidas}
17243 \end_layout
17244
17245 \begin_layout Standard
17246 como argumento LaTeX de la columna.
17247 \end_layout
17248
17249 \begin_layout Standard
17250 \begin_inset VSpace bigskip
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \begin_layout Standard
17257 Para columnas coloreadas puedes definir
17258 \end_layout
17259
17260 \begin_layout Standard
17261
17262 \series bold
17263
17264 \backslash
17265 newcolumntype{K}[1]{>{
17266 \backslash
17267 columncolor{#1}
17268 \backslash
17269 hspace{0pt}}c}
17270 \end_layout
17271
17272 \begin_layout Standard
17273 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17274  horizontalmente.
17275  Ahora puedes introducir
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281 K{nombre del color}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 como argumento LaTeX.
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset VSpace bigskip
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Para crear la tabla
17297 \begin_inset space ~
17298 \end_inset
17299
17300
17301 \begin_inset CommandInset ref
17302 LatexCommand ref
17303 reference "tab:Tabla-con-formatos-definidos-por"
17304
17305 \end_inset
17306
17307  usa los argumentos LaTeX
17308 \end_layout
17309
17310 \begin_layout Standard
17311
17312 \series bold
17313 M{2.5cm}
17314 \end_layout
17315
17316 \begin_layout Standard
17317 para la primera columna y la multicolumna,
17318 \end_layout
17319
17320 \begin_layout Standard
17321
17322 \series bold
17323 K{red}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 para la última columna y
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333 S{2.5cm}{2}
17334 \end_layout
17335
17336 \begin_layout Standard
17337 para las celdas en la segunda columna.
17338 \end_layout
17339
17340 \begin_layout Standard
17341 \begin_inset Float table
17342 placement h
17343 wide false
17344 sideways false
17345 status open
17346
17347 \begin_layout Plain Layout
17348 \begin_inset Caption
17349
17350 \begin_layout Plain Layout
17351 \begin_inset CommandInset label
17352 LatexCommand label
17353 name "tab:Tabla-con-formatos-definidos-por"
17354
17355 \end_inset
17356
17357 Tabla con formatos definidos por el usuario
17358 \end_layout
17359
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \begin_layout Plain Layout
17366 \align center
17367 \begin_inset Tabular
17368 <lyxtabular version="3" rows="3" columns="4">
17369 <features>
17370 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17371 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17372 <column alignment="center" valignment="middle" width="0">
17373 <column alignment="center" valignment="middle" width="0" special="K{red}">
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 palabramuylargaenceldadetabla
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 multicolumna línea múltiple
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406 c
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 </row>
17412 <row>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 d
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 e
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 f
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 g
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455 h
17456 \end_layout
17457
17458 \end_inset
17459 </cell>
17460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464 i
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 j
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 k
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 </row>
17488 </lyxtabular>
17489
17490 \end_inset
17491
17492
17493 \end_layout
17494
17495 \end_inset
17496
17497
17498 \end_layout
17499
17500 \begin_layout Subsection
17501 Grosor de líneas
17502 \begin_inset CommandInset label
17503 LatexCommand label
17504 name "sub:Grosor-de-Líneas"
17505
17506 \end_inset
17507
17508
17509 \begin_inset Index
17510 status collapsed
17511
17512 \begin_layout Plain Layout
17513 Personalización de tablas ! Grosor de línea
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Standard
17522 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17523  
17524 \series bold
17525
17526 \backslash
17527 arrayrulewidth
17528 \series default
17529 .
17530  Por ejemplo, para poner un grosor de línea de 1.5
17531 \begin_inset space \thinspace{}
17532 \end_inset
17533
17534 pt, como en la tabla
17535 \begin_inset space ~
17536 \end_inset
17537
17538
17539 \begin_inset CommandInset ref
17540 LatexCommand ref
17541 reference "tab:Tabla-con-líneas"
17542
17543 \end_inset
17544
17545 , inserta el comando
17546 \end_layout
17547
17548 \begin_layout Standard
17549
17550 \series bold
17551
17552 \backslash
17553 setlength{
17554 \backslash
17555 arrayrulewidth}{1.5pt}
17556 \end_layout
17557
17558 \begin_layout Standard
17559 en código TeX antes de la tabla o flotante.
17560  Este cambio es válido para todas las siguientes tablas.
17561  Para volver al valor predeterminado, define 
17562 \series bold
17563
17564 \backslash
17565 arrayrulewidth
17566 \series default
17567  a 0.4
17568 \begin_inset space \thinspace{}
17569 \end_inset
17570
17571 pt en código TeX detrás de la tabla o flotante.
17572 \end_layout
17573
17574 \begin_layout Standard
17575 \begin_inset ERT
17576 status collapsed
17577
17578 \begin_layout Plain Layout
17579
17580
17581 \backslash
17582 setlength{
17583 \backslash
17584 arrayrulewidth}{1.5pt}
17585 \end_layout
17586
17587 \end_inset
17588
17589
17590 \begin_inset Float table
17591 wide false
17592 sideways false
17593 status open
17594
17595 \begin_layout Plain Layout
17596 \begin_inset Caption
17597
17598 \begin_layout Plain Layout
17599 \begin_inset CommandInset label
17600 LatexCommand label
17601 name "tab:Tabla-con-líneas"
17602
17603 \end_inset
17604
17605 Tabla con líneas de grosor 1.5
17606 \begin_inset space \thinspace{}
17607 \end_inset
17608
17609 pt
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout Plain Layout
17618 \align center
17619 \begin_inset Tabular
17620 <lyxtabular version="3" rows="3" columns="3">
17621 <features>
17622 <column alignment="center" valignment="top" width="0">
17623 <column alignment="center" valignment="top" width="0">
17624 <column alignment="center" valignment="top" width="0">
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 sd
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 sd
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 </row>
17683 <row>
17684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17685 \begin_inset Text
17686
17687 \begin_layout Plain Layout
17688
17689 \end_layout
17690
17691 \end_inset
17692 </cell>
17693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17694 \begin_inset Text
17695
17696 \begin_layout Plain Layout
17697
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 sd
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 </row>
17712 </lyxtabular>
17713
17714 \end_inset
17715
17716
17717 \end_layout
17718
17719 \end_inset
17720
17721
17722 \begin_inset ERT
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726
17727
17728 \backslash
17729 setlength{
17730 \backslash
17731 arrayrulewidth}{0.4pt}
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 \begin_inset VSpace bigskip
17741 \end_inset
17742
17743 Para definir un grosor de 1.5
17744 \begin_inset space \thinspace{}
17745 \end_inset
17746
17747 pt sólo para líneas horizontales, como en la tabla
17748 \begin_inset space ~
17749 \end_inset
17750
17751
17752 \begin_inset CommandInset ref
17753 LatexCommand ref
17754 reference "tab:Tabla-con-horizontales"
17755
17756 \end_inset
17757
17758 , inserta estos comandos en código TeX antes de la tabla o flotante:
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764
17765 \backslash
17766 let
17767 \backslash
17768 myHline
17769 \backslash
17770 hline
17771 \begin_inset Newline newline
17772 \end_inset
17773
17774
17775 \backslash
17776 renewcommand{
17777 \backslash
17778 hline}
17779 \begin_inset Newline newline
17780 \end_inset
17781
17782  {
17783 \backslash
17784 noalign{
17785 \backslash
17786 global
17787 \backslash
17788 arrayrulewidth 1.5pt}
17789 \begin_inset Newline newline
17790 \end_inset
17791
17792   
17793 \backslash
17794 myHline
17795 \backslash
17796 noalign{
17797 \backslash
17798 global
17799 \backslash
17800 arrayrulewidth 0.4pt}}
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Para volver al grosor predeterminado, inserta este comando en código TeX
17805  detrás de la tabla o flotante:
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811
17812 \backslash
17813 renewcommand{
17814 \backslash
17815 hline}{
17816 \backslash
17817 myHline}
17818 \end_layout
17819
17820 \begin_layout Standard
17821 \begin_inset ERT
17822 status collapsed
17823
17824 \begin_layout Plain Layout
17825
17826
17827 \backslash
17828 let
17829 \backslash
17830 myHline
17831 \backslash
17832 hline
17833 \end_layout
17834
17835 \begin_layout Plain Layout
17836
17837
17838 \backslash
17839 renewcommand{
17840 \backslash
17841 hline}
17842 \end_layout
17843
17844 \begin_layout Plain Layout
17845
17846  {
17847 \backslash
17848 noalign{
17849 \backslash
17850 global
17851 \backslash
17852 arrayrulewidth 1.5pt}
17853 \end_layout
17854
17855 \begin_layout Plain Layout
17856
17857   
17858 \backslash
17859 myHline
17860 \backslash
17861 noalign{
17862 \backslash
17863 global
17864 \backslash
17865 arrayrulewidth 0.4pt}}
17866 \end_layout
17867
17868 \end_inset
17869
17870
17871 \begin_inset Float table
17872 wide false
17873 sideways false
17874 status open
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Caption
17878
17879 \begin_layout Plain Layout
17880 \begin_inset CommandInset label
17881 LatexCommand label
17882 name "tab:Tabla-con-horizontales"
17883
17884 \end_inset
17885
17886 Tabla con líneas horizontales de 1.5
17887 \begin_inset space \thinspace{}
17888 \end_inset
17889
17890 pt
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Plain Layout
17899 \align center
17900 \begin_inset Tabular
17901 <lyxtabular version="3" rows="3" columns="3">
17902 <features>
17903 <column alignment="center" valignment="top" width="0">
17904 <column alignment="center" valignment="top" width="0">
17905 <column alignment="center" valignment="top" width="0">
17906 <row>
17907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17908 \begin_inset Text
17909
17910 \begin_layout Plain Layout
17911 sd
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17926 \begin_inset Text
17927
17928 \begin_layout Plain Layout
17929
17930 \end_layout
17931
17932 \end_inset
17933 </cell>
17934 </row>
17935 <row>
17936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17937 \begin_inset Text
17938
17939 \begin_layout Plain Layout
17940
17941 \end_layout
17942
17943 \end_inset
17944 </cell>
17945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17946 \begin_inset Text
17947
17948 \begin_layout Plain Layout
17949 sd
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17955 \begin_inset Text
17956
17957 \begin_layout Plain Layout
17958
17959 \end_layout
17960
17961 \end_inset
17962 </cell>
17963 </row>
17964 <row>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978
17979 \end_layout
17980
17981 \end_inset
17982 </cell>
17983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17984 \begin_inset Text
17985
17986 \begin_layout Plain Layout
17987 sd
17988 \end_layout
17989
17990 \end_inset
17991 </cell>
17992 </row>
17993 </lyxtabular>
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001
18002
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008
18009 \backslash
18010 renewcommand{
18011 \backslash
18012 hline}{
18013 \backslash
18014 myHline}
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \begin_layout Standard
18023 \begin_inset VSpace bigskip
18024 \end_inset
18025
18026 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18027  siguiente formato de columna en el preámbulo del documento, de acuerdo
18028  con lo descrito en la sección
18029 \begin_inset space ~
18030 \end_inset
18031
18032
18033 \begin_inset CommandInset ref
18034 LatexCommand ref
18035 reference "sub:Formato-Personalizado"
18036
18037 \end_inset
18038
18039 :
18040 \end_layout
18041
18042 \begin_layout Standard
18043
18044 \series bold
18045
18046 \backslash
18047 newcolumntype{V}{!{
18048 \backslash
18049 vrule width 1.5pt}}
18050 \end_layout
18051
18052 \begin_layout Standard
18053 Para la tabla
18054 \begin_inset space ~
18055 \end_inset
18056
18057
18058 \begin_inset CommandInset ref
18059 LatexCommand ref
18060 reference "tab:Tabla-con-verticales"
18061
18062 \end_inset
18063
18064  se usó el argumento LaTeX
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070 VcV
18071 \end_layout
18072
18073 \begin_layout Standard
18074 para la última columna y
18075 \end_layout
18076
18077 \begin_layout Standard
18078
18079 \series bold
18080 Vc
18081 \end_layout
18082
18083 \begin_layout Standard
18084 para las otras.
18085 \end_layout
18086
18087 \begin_layout Standard
18088 \begin_inset Float table
18089 wide false
18090 sideways false
18091 status open
18092
18093 \begin_layout Plain Layout
18094 \begin_inset Caption
18095
18096 \begin_layout Plain Layout
18097 \begin_inset CommandInset label
18098 LatexCommand label
18099 name "tab:Tabla-con-verticales"
18100
18101 \end_inset
18102
18103 Tabla con líneas verticales de 1.5
18104 \begin_inset space \thinspace{}
18105 \end_inset
18106
18107 pt de grosor
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Plain Layout
18116 \align center
18117 \begin_inset Tabular
18118 <lyxtabular version="3" rows="3" columns="3">
18119 <features>
18120 <column alignment="center" valignment="top" width="0" special="Vc">
18121 <column alignment="center" valignment="top" width="0" special="Vc">
18122 <column alignment="center" valignment="top" width="0" special="VcV">
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128 sd
18129 \end_layout
18130
18131 \end_inset
18132 </cell>
18133 <cell alignment="center" valignment="top" topline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 <cell alignment="center" valignment="top" topline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \end_layout
18148
18149 \end_inset
18150 </cell>
18151 </row>
18152 <row>
18153 <cell alignment="center" valignment="top" topline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 sd
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 </row>
18181 <row>
18182 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18183 \begin_inset Text
18184
18185 \begin_layout Plain Layout
18186
18187 \end_layout
18188
18189 \end_inset
18190 </cell>
18191 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 sd
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 </row>
18210 </lyxtabular>
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \begin_layout Subsection
18223 Líneas de trazos
18224 \begin_inset Index
18225 status collapsed
18226
18227 \begin_layout Plain Layout
18228 Personalización de tablas ! Líneas de trazos
18229 \end_layout
18230
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 ifarydshln
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \begin_inset Note Note
18251 status open
18252
18253 \begin_layout Plain Layout
18254 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18255  LaTeX 
18256 \series bold
18257 arydshln
18258 \series default
18259 .
18260 \end_layout
18261
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \begin_layout Standard
18268 \begin_inset Float table
18269 placement H
18270 wide false
18271 sideways false
18272 status open
18273
18274 \begin_layout Plain Layout
18275 \begin_inset Caption
18276
18277 \begin_layout Plain Layout
18278 \begin_inset CommandInset label
18279 LatexCommand label
18280 name "tab:Tabla-con-trazos"
18281
18282 \end_inset
18283
18284 Tabla con líneas de trazos
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Plain Layout
18293 \align center
18294 \begin_inset Tabular
18295 <lyxtabular version="3" rows="5" columns="5">
18296 <features>
18297 <column alignment="center" valignment="top" width="0">
18298 <column alignment="center" valignment="top" width="0">
18299 <column alignment="center" valignment="top" width="0" special=":c">
18300 <column alignment="center" valignment="top" width="0">
18301 <column alignment="center" valignment="top" width="0">
18302 <row>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 a
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316 b
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18322 \begin_inset Text
18323
18324 \begin_layout Plain Layout
18325 c
18326 \end_layout
18327
18328 \end_inset
18329 </cell>
18330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18331 \begin_inset Text
18332
18333 \begin_layout Plain Layout
18334 d
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18340 \begin_inset Text
18341
18342 \begin_layout Plain Layout
18343 e
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 </row>
18349 <row>
18350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 f
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 g
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 h
18373 \end_layout
18374
18375 \end_inset
18376 </cell>
18377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18378 \begin_inset Text
18379
18380 \begin_layout Plain Layout
18381 i
18382 \end_layout
18383
18384 \end_inset
18385 </cell>
18386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18387 \begin_inset Text
18388
18389 \begin_layout Plain Layout
18390 j
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 </row>
18396 <row>
18397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 hdashline 
18409 \end_layout
18410
18411 \end_inset
18412
18413 k
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 l
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 m
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 n
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 o
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 \begin_inset ERT
18461 status collapsed
18462
18463 \begin_layout Plain Layout
18464
18465
18466 \backslash
18467 cdashline{4-5}
18468 \end_layout
18469
18470 \end_inset
18471
18472 p
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 q
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 r
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 s
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 t
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 u
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 v
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 w
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18552 \begin_inset Text
18553
18554 \begin_layout Plain Layout
18555 x
18556 \end_layout
18557
18558 \end_inset
18559 </cell>
18560 </row>
18561 </lyxtabular>
18562
18563 \end_inset
18564
18565
18566 \end_layout
18567
18568 \end_inset
18569
18570
18571 \end_layout
18572
18573 \begin_layout Standard
18574 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18575  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18576 \series bold
18577 arydshln
18578 \series default
18579
18580 \begin_inset Index
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584 LaTeX-paquetes ! arydshln
18585 \end_layout
18586
18587 \end_inset
18588
18589  
18590 \end_layout
18591
18592 \begin_layout Standard
18593
18594 \series bold
18595
18596 \backslash
18597 usepackage{arydshln}
18598 \end_layout
18599
18600 \begin_layout Standard
18601 Para hacer una línea vertical a trazos, introduce dos puntos «
18602 \series bold
18603 :
18604 \series default
18605 » junto con el carácter para alineación horizontal como argumento LaTeX
18606  en el diálogo de celda de tabla.
18607 \end_layout
18608
18609 \begin_layout Standard
18610 Para una línea de trazos horizontal añade el comando
18611 \end_layout
18612
18613 \begin_layout Standard
18614
18615 \series bold
18616
18617 \backslash
18618 hdashline
18619 \end_layout
18620
18621 \begin_layout Standard
18622 en código TeX como primer elemento de la primera celda en la fila.
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Para líneas de trazos en multicolumna usa el comando
18627 \end_layout
18628
18629 \begin_layout Standard
18630
18631 \series bold
18632
18633 \backslash
18634 cdashline{número de líneas}
18635 \end_layout
18636
18637 \begin_layout Standard
18638 en código TeX como primer elemento de la primera celda en la fila.
18639  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18640  4 y quieres una línea de trazos por encima, añade el comando
18641 \end_layout
18642
18643 \begin_layout Standard
18644
18645 \series bold
18646
18647 \backslash
18648 cdashline{2-4}
18649 \end_layout
18650
18651 \begin_layout Standard
18652 como primer elemento de la primera celda en la fila de la multicolumna.
18653 \end_layout
18654
18655 \begin_layout Standard
18656 \begin_inset VSpace bigskip
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \begin_layout Standard
18663 La tabla
18664 \begin_inset space ~
18665 \end_inset
18666
18667
18668 \begin_inset CommandInset ref
18669 LatexCommand ref
18670 reference "tab:Tabla-con-trazos"
18671
18672 \end_inset
18673
18674  se ha hecho usando «
18675 \series bold
18676 :c
18677 \series default
18678 » como argumento LaTeX de la tercera columna.
18679  El comando en código TeX 
18680 \series bold
18681
18682 \backslash
18683 hdashline
18684 \series default
18685  se ha insertado en la primera celda de la tercera fila y el comando en
18686  código TeX
18687 \begin_inset Newline newline
18688 \end_inset
18689
18690
18691 \series bold
18692
18693 \backslash
18694 cdashline{4-5}
18695 \series default
18696  en la primera celda de la cuarta fila.
18697 \end_layout
18698
18699 \begin_layout Standard
18700 \begin_inset Note Greyedout
18701 status open
18702
18703 \begin_layout Plain Layout
18704
18705 \series bold
18706 Nota:
18707 \series default
18708  Aparentemente el paquete LaTeX 
18709 \series bold
18710 arydshln
18711 \series default
18712  no es compatible con el paquete LaTeX 
18713 \series bold
18714 colortbl
18715 \series default
18716
18717 \begin_inset Index
18718 status collapsed
18719
18720 \begin_layout Plain Layout
18721 LaTeX-paquetes ! colortbl
18722 \end_layout
18723
18724 \end_inset
18725
18726  que se usa para tablas coloreadas en la sección
18727 \begin_inset space ~
18728 \end_inset
18729
18730
18731 \begin_inset CommandInset ref
18732 LatexCommand ref
18733 reference "sec:Tablas-Coloreadas"
18734
18735 \end_inset
18736
18737 .
18738  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \end_layout
18745
18746 \begin_layout Standard
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752
18753 \backslash
18754 else
18755 \end_layout
18756
18757 \end_inset
18758
18759
18760 \begin_inset Note Note
18761 status open
18762
18763 \begin_layout Plain Layout
18764 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18765  
18766 \series bold
18767 arydshln
18768 \series default
18769 .
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Debes instalar el paquete LaTeX 
18779 \series bold
18780 arydshln
18781 \series default
18782  para ver la parte siguiente en la salida.
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 fi
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \begin_layout Chapter
18802 Flotantes
18803 \begin_inset CommandInset label
18804 LatexCommand label
18805 name "cha:Flotantes"
18806
18807 \end_inset
18808
18809
18810 \begin_inset Index
18811 status collapsed
18812
18813 \begin_layout Plain Layout
18814 Flotantes
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Section
18823 Introducción
18824 \begin_inset CommandInset label
18825 LatexCommand label
18826 name "sec:Introducción-Flotantes"
18827
18828 \end_inset
18829
18830
18831 \begin_inset Index
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Flotantes ! Introducción
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18845  no tiene posición fija.
18846  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18847  Las 
18848 \family sans
18849 Notas
18850 \begin_inset space ~
18851 \end_inset
18852
18853 al
18854 \begin_inset space ~
18855 \end_inset
18856
18857 pie
18858 \family default
18859  y 
18860 \family sans
18861 Notas
18862 \begin_inset space ~
18863 \end_inset
18864
18865 al
18866 \begin_inset space ~
18867 \end_inset
18868
18869 margen
18870 \family default
18871  también son flotantes, porque pueden flotar a la página siguiente cuando
18872  hay demasiadas notas en la página.
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Los flotantes permiten composiciones de alta calidad.
18877  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18878  impedir espacios en blanco y páginas sin texto.
18879  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18880  cada flotante puede ser referenciado en el texto.
18881  Por lo tanto los flotantes están numerados.
18882  Las referencias se describen en la sección
18883 \begin_inset space ~
18884 \end_inset
18885
18886
18887 \begin_inset CommandInset ref
18888 LatexCommand ref
18889 reference "sec:Referencias-a-Flotantes"
18890
18891 \end_inset
18892
18893 .
18894 \end_layout
18895
18896 \begin_layout Standard
18897 Para insertar un flotante, usa el menú 
18898 \family sans
18899 Insertar\SpecialChar \menuseparator
18900 Flotante
18901 \family default
18902 .
18903  Esto inserta una 
18904 \family sans
18905 Leyenda,
18906 \family default
18907  un cuadro con una etiqueta.
18908  La etiqueta se traducirá automáticamente al idioma del documento.
18909  Tras la etiqueta puedes insertar el texto de la leyenda.
18910  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18911  separado dentro del flotante.
18912  La colocación de leyendas se describe en la sección
18913 \begin_inset space ~
18914 \end_inset
18915
18916
18917 \begin_inset CommandInset ref
18918 LatexCommand ref
18919 reference "sec:Colocación-de-leyendas"
18920
18921 \end_inset
18922
18923 .
18924  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18925  con clic-izquierdo sobre él.
18926  Un cuadro cerrado se muestra así: 
18927 \begin_inset Graphics
18928         filename clipart/flotanteQt4.png
18929         scale 70
18930
18931 \end_inset
18932
18933  ---un cuadro gris con etiqueta en rojo---.
18934 \end_layout
18935
18936 \begin_layout Standard
18937 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18938  errores de LaTeX si el texto circundante se formatea de modo especial.
18939 \end_layout
18940
18941 \begin_layout Standard
18942 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18943  y pinchando el botón correspondiente de la barra de herramientas para un
18944  flotante nuevo.
18945 \end_layout
18946
18947 \begin_layout Section
18948 Tipos de flotantes
18949 \end_layout
18950
18951 \begin_layout Standard
18952 Además de los flotantes de imagen y de tabla que se describen en la sección
18953 \begin_inset space ~
18954 \end_inset
18955
18956
18957 \begin_inset CommandInset ref
18958 LatexCommand ref
18959 reference "sec:Figuras-Flotantes"
18960
18961 \end_inset
18962
18963  y 
18964 \begin_inset CommandInset ref
18965 LatexCommand ref
18966 reference "sec:Tablas-Flotantes"
18967
18968 \end_inset
18969
18970 , respectivamente, LyX ofrece los tipos 
18971 \series bold
18972 Algoritmo
18973 \series default
18974  y 
18975 \series bold
18976 Ajustado
18977 \begin_inset space ~
18978 \end_inset
18979
18980 al
18981 \begin_inset space ~
18982 \end_inset
18983
18984 texto
18985 \series default
18986 .
18987 \end_layout
18988
18989 \begin_layout Subsection
18990 Algoritmos flotantes
18991 \begin_inset Index
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995 Flotantes ! Algoritmos
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \begin_inset CommandInset label
19002 LatexCommand label
19003 name "sub:Algoritmos-Flotantes"
19004
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset Float algorithm
19012 placement h
19013 wide false
19014 sideways false
19015 status open
19016
19017 \begin_layout Plain Layout
19018 \begin_inset Caption
19019
19020 \begin_layout Plain Layout
19021 \begin_inset CommandInset label
19022 LatexCommand label
19023 name "alg:Ejemplo-de-Algoritmo-flotante"
19024
19025 \end_inset
19026
19027 Ejemplo de algoritmo flotante
19028 \end_layout
19029
19030 \end_inset
19031
19032
19033 \end_layout
19034
19035 \begin_layout LyX-Code
19036 for I in 1..N loop
19037 \begin_inset Newline newline
19038 \end_inset
19039
19040  Sum:= Sum + A(I); /*comment*/
19041 \begin_inset Newline newline
19042 \end_inset
19043
19044 end loop
19045 \begin_inset VSpace -4mm
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \begin_layout Standard
19057 Este tipo de flotante se inserta con el menú 
19058 \family sans
19059 Insertar\SpecialChar \menuseparator
19060 Flotante\SpecialChar \menuseparator
19061 Algoritmo
19062 \family default
19063 .
19064  Se usa para códigos y descripciones de algoritmos.
19065  Un posible entorno para algoritmos es 
19066 \family sans
19067 Código-LyX
19068 \family default
19069 , descrito en la 
19070 \emph on
19071 Guía del usuario
19072 \emph default
19073  de LyX.
19074  El algoritmo
19075 \begin_inset space ~
19076 \end_inset
19077
19078
19079 \begin_inset CommandInset ref
19080 LatexCommand ref
19081 reference "alg:Ejemplo-de-Algoritmo-flotante"
19082
19083 \end_inset
19084
19085  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19086  vertical de -4
19087 \begin_inset space \thinspace{}
19088 \end_inset
19089
19090 mm al final para tener la línea inferior exactamente bajo la última línea
19091  de texto.
19092 \end_layout
19093
19094 \begin_layout Standard
19095 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19096  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19097 \end_layout
19098
19099 \begin_layout Standard
19100
19101 \series bold
19102
19103 \backslash
19104 floatname{algorithm}{nombre}
19105 \end_layout
19106
19107 \begin_layout Standard
19108 donde 
19109 \family sans
19110 nombre
19111 \family default
19112  es la palabra «
19113 \emph on
19114 algorithm
19115 \emph default
19116 » en el lenguaje deseado.
19117 \end_layout
19118
19119 \begin_layout Standard
19120 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19121  
19122 \family sans
19123 Insertar\SpecialChar \menuseparator
19124 Lista/IG\SpecialChar \menuseparator
19125 Lista de algoritmos
19126 \family default
19127  como en documentos en inglés.
19128  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19129 \end_layout
19130
19131 \begin_layout Standard
19132
19133 \series bold
19134
19135 \backslash
19136 listof{algorithm}{nombre}
19137 \end_layout
19138
19139 \begin_layout Standard
19140 donde 
19141 \family sans
19142 nombre
19143 \family default
19144  es «
19145 \emph on
19146 List of algorithms
19147 \emph default
19148 » en tu idioma.
19149 \end_layout
19150
19151 \begin_layout Standard
19152 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19153  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19154 tmo».
19155  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19156  documento:
19157 \end_layout
19158
19159 \begin_layout Standard
19160
19161 \series bold
19162
19163 \backslash
19164 numberwithin{algorithm}{chapter}
19165 \end_layout
19166
19167 \begin_layout Standard
19168 Para poder usar el comando 
19169 \series bold
19170
19171 \backslash
19172 numberwithin
19173 \series default
19174 , marca la opción 
19175 \family sans
19176 Usar
19177 \begin_inset space ~
19178 \end_inset
19179
19180 el
19181 \begin_inset space ~
19182 \end_inset
19183
19184 paquete
19185 \begin_inset space ~
19186 \end_inset
19187
19188 AMS
19189 \family default
19190  en el menú 
19191 \family sans
19192 Documento\SpecialChar \menuseparator
19193 Configuración\SpecialChar \menuseparator
19194 Ecuaciones
19195 \family default
19196 .
19197 \end_layout
19198
19199 \begin_layout Subsection
19200 Flotantes envueltos en texto
19201 \begin_inset Index
19202 status collapsed
19203
19204 \begin_layout Plain Layout
19205 Flotantes ! Envueltos en texto
19206 \end_layout
19207
19208 \end_inset
19209
19210
19211 \begin_inset CommandInset label
19212 LatexCommand label
19213 name "sub:Flotante-envuelto"
19214
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \begin_layout Standard
19221 \begin_inset Wrap figure
19222 lines 0
19223 placement l
19224 overhang 0in
19225 width "40col%"
19226 status open
19227
19228 \begin_layout Plain Layout
19229 \begin_inset Graphics
19230         filename ../clipart/mobius.eps
19231         width 35col%
19232         rotateOrigin center
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \begin_layout Plain Layout
19240 \begin_inset Caption
19241
19242 \begin_layout Plain Layout
19243 \begin_inset CommandInset label
19244 LatexCommand label
19245 name "fig:Figura-envuelta"
19246
19247 \end_inset
19248
19249 Figura envuelta en el texto con su genial leyenda.
19250 \begin_inset VSpace medskip
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262
19263 Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19264  de modo que ocupe sólo una parte del ancho de columna.
19265  Se inserta con el menú 
19266 \family sans
19267 Insertar\SpecialChar \menuseparator
19268 Flotante\SpecialChar \menuseparator
19269 Flotante
19270 \begin_inset space ~
19271 \end_inset
19272
19273 adosado
19274 \begin_inset space ~
19275 \end_inset
19276
19277 al
19278 \begin_inset space ~
19279 \end_inset
19280
19281 texto
19282 \family default
19283  si está instalado el paquete LaTeX 
19284 \series bold
19285 wrapfig
19286 \series default
19287
19288 \begin_inset Index
19289 status collapsed
19290
19291 \begin_layout Plain Layout
19292 LaTeX-paquetes ! wrapfig
19293 \begin_inset ERT
19294 status collapsed
19295
19296 \begin_layout Plain Layout
19297
19298
19299 \backslash
19300 vspace{4mm}
19301 \end_layout
19302
19303 \end_inset
19304
19305
19306 \end_layout
19307
19308 \end_inset
19309
19310 .
19311 \begin_inset Foot
19312 status collapsed
19313
19314 \begin_layout Plain Layout
19315 La instalación de paquetes LaTeX se explica en el manual 
19316 \emph on
19317 Configuración de LaTeX
19318 \emph default
19319 .
19320 \end_layout
19321
19322 \end_inset
19323
19324  La anchura y posición del flotante se ajusta en el diálogo de configuración
19325  que se muestra con clic-derecha sobre el cuadro del flotante.
19326  La figura
19327 \begin_inset space ~
19328 \end_inset
19329
19330
19331 \begin_inset CommandInset ref
19332 LatexCommand ref
19333 reference "fig:Figura-envuelta"
19334
19335 \end_inset
19336
19337  es un ejemplo de flotante envuelto en texto con una anchura de columna
19338  del 35
19339 \begin_inset space \thinspace{}
19340 \end_inset
19341
19342 %.
19343 \begin_inset Foot
19344 status collapsed
19345
19346 \begin_layout Plain Layout
19347 Ver unidades disponibles en el apéndice
19348 \begin_inset space ~
19349 \end_inset
19350
19351
19352 \begin_inset CommandInset ref
19353 LatexCommand ref
19354 reference "cha:Unidades-disponibles-en"
19355
19356 \end_inset
19357
19358 .
19359 \end_layout
19360
19361 \end_inset
19362
19363  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19364  del texto envolvente.
19365 \end_layout
19366
19367 \begin_layout Standard
19368 \begin_inset Note Greyedout
19369 status open
19370
19371 \begin_layout Plain Layout
19372
19373 \series bold
19374 Nota:
19375 \series default
19376  ¡Los flotantes adosados a texto son frágiles! P.
19377 \begin_inset space \thinspace{}
19378 \end_inset
19379
19380 e.
19381 \begin_inset space ~
19382 \end_inset
19383
19384 si una figura está demasiado cerca de la parte inferior de la página se
19385  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19386  o situarse junto a otro texto.
19387 \end_layout
19388
19389 \end_inset
19390
19391
19392 \end_layout
19393
19394 \begin_layout Standard
19395 En general:
19396 \end_layout
19397
19398 \begin_layout Itemize
19399 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19400  salto de página.
19401  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19402  esté casi listo y puedas prever los saltos de página.
19403 \end_layout
19404
19405 \begin_layout Itemize
19406 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19407  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19408 \end_layout
19409
19410 \begin_layout Itemize
19411 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19412  que asegura que hay un párrafo de texto entre ellos.
19413 \end_layout
19414
19415 \begin_layout Itemize
19416 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19417 \end_layout
19418
19419 \begin_layout Section
19420 Numeración de flotantes
19421 \begin_inset CommandInset label
19422 LatexCommand label
19423 name "sec:Numeración-de-flotantes"
19424
19425 \end_inset
19426
19427
19428 \begin_inset Index
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432 Flotantes ! Numeración
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Standard
19441 En general, los flotantes se numeran independientemente de las secciones
19442  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19443  dependiendo de la clase de documento utilizada.
19444 \end_layout
19445
19446 \begin_layout Standard
19447 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19448  comando en el preámbulo del documento:
19449 \end_layout
19450
19451 \begin_layout Standard
19452
19453 \series bold
19454
19455 \backslash
19456 renewcommand{
19457 \backslash
19458 thetable}{
19459 \backslash
19460 roman{table}}
19461 \end_layout
19462
19463 \begin_layout Standard
19464
19465 \series bold
19466
19467 \backslash
19468 thetable 
19469 \series default
19470 es el comando que imprime el número de la tabla, para figuras flotantes
19471  el comando sería 
19472 \series bold
19473
19474 \backslash
19475 thefigure
19476 \series default
19477 .
19478  El comando 
19479 \series bold
19480
19481 \backslash
19482 roman
19483 \series default
19484  imprime el número de tabla en números romanos en minúscula.
19485 \end_layout
19486
19487 \begin_layout Standard
19488 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19489  usa este comando en el preámbulo:
19490 \end_layout
19491
19492 \begin_layout Standard
19493
19494 \series bold
19495
19496 \backslash
19497 numberwithin{table}{subsection}
19498 \end_layout
19499
19500 \begin_layout Standard
19501 Para poder usar el comando 
19502 \series bold
19503
19504 \backslash
19505 numberwithin
19506 \series default
19507 , debes marcar la opción 
19508 \family sans
19509 Usar
19510 \begin_inset space ~
19511 \end_inset
19512
19513 el
19514 \begin_inset space ~
19515 \end_inset
19516
19517 paquete
19518 \begin_inset space ~
19519 \end_inset
19520
19521 AMS 
19522 \family default
19523 en el apartado 
19524 \family sans
19525 Ecuaciones 
19526 \family default
19527 de las preferencias del documento.
19528 \end_layout
19529
19530 \begin_layout Standard
19531 Puedes ver más detalles y notas importantes sobre comandos de numeración
19532  en la sección
19533 \begin_inset space ~
19534 \end_inset
19535
19536
19537 \begin_inset CommandInset ref
19538 LatexCommand ref
19539 reference "sub:Numeración-de-Notas-al-Pie"
19540
19541 \end_inset
19542
19543 .
19544 \end_layout
19545
19546 \begin_layout Section
19547 Referencias a flotantes
19548 \begin_inset CommandInset label
19549 LatexCommand label
19550 name "sec:Referencias-a-Flotantes"
19551
19552 \end_inset
19553
19554
19555 \begin_inset Index
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559 Flotantes ! Referencias
19560 \end_layout
19561
19562 \end_inset
19563
19564
19565 \begin_inset Index
19566 status collapsed
19567
19568 \begin_layout Plain Layout
19569 Referencias
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Standard
19578 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19579  menú 
19580 \family sans
19581 Insertar\SpecialChar \menuseparator
19582 Etiqueta
19583 \family default
19584  o el botón 
19585 \begin_inset Graphics
19586         filename ../../images/label-insert.png
19587         scale 85
19588
19589 \end_inset
19590
19591 .
19592  Aparece una ventana esperando la introducción del texto de la etiqueta
19593  y se inserta un cuadro gris como este: 
19594 \begin_inset Graphics
19595         filename clipart/etiquetaQt4.png
19596         scale 85
19597
19598 \end_inset
19599
19600 .
19601  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19602  El prefijo depende del tipo de flotante, p.
19603 \begin_inset space \thinspace{}
19604 \end_inset
19605
19606 e.
19607 \begin_inset space ~
19608 \end_inset
19609
19610 para figuras el prefijo será «
19611 \family sans
19612 fig:
19613 \family default
19614 ».
19615 \end_layout
19616
19617 \begin_layout Standard
19618 La etiqueta se usa como ancla y el nombre para la referencia.
19619  Puedes referenciar la etiqueta usando el menú 
19620 \family sans
19621 Insertar\SpecialChar \menuseparator
19622 Referencia
19623 \family default
19624
19625 \begin_inset space ~
19626 \end_inset
19627
19628
19629 \family sans
19630 cruzada
19631 \family default
19632  o el botón 
19633 \begin_inset Graphics
19634         filename ../../images/dialog-show-new-inset_ref.png
19635         scale 85
19636
19637 \end_inset
19638
19639 .
19640  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19641  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19642  trabajando de la lista desplegable de la parte superior del diálogo.
19643  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19644  Se inserta un cuadro gris como este: 
19645 \begin_inset Graphics
19646         filename clipart/referenciaQt4.png
19647         scale 85
19648
19649 \end_inset
19650
19651 .
19652  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19653 \end_layout
19654
19655 \begin_layout Standard
19656 Se recomienda poner un espacio protegido entre el nombre de la referencia
19657  cruzada y su número para evitar saltos de línea entre ellos.
19658  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19659  dos interrogaciones en la salida.
19660 \end_layout
19661
19662 \begin_layout Standard
19663 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19664  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19665  al texto de la etiqueta nueva, no te ocupes por eso.
19666 \end_layout
19667
19668 \begin_layout Standard
19669 El botón 
19670 \family sans
19671 Ir
19672 \begin_inset space ~
19673 \end_inset
19674
19675 a
19676 \begin_inset space ~
19677 \end_inset
19678
19679 la
19680 \begin_inset space ~
19681 \end_inset
19682
19683 etiqueta
19684 \family default
19685  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19686  y el texto del botón cambia a 
19687 \family sans
19688 Volver
19689 \family default
19690 , con el que se puede retornar a la referencia.
19691  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19692  la etiqueta pero sin opción de volver.
19693 \end_layout
19694
19695 \begin_layout Subsection
19696 Formatos de referencia cruzada
19697 \begin_inset CommandInset label
19698 LatexCommand label
19699 name "sub:Formatos-referencia-cruzada"
19700
19701 \end_inset
19702
19703
19704 \begin_inset Index
19705 status collapsed
19706
19707 \begin_layout Plain Layout
19708 Referencias ! Formatos
19709 \end_layout
19710
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \begin_layout Standard
19717 Hay seis variedades de referencias cruzadas:
19718 \end_layout
19719
19720 \begin_layout Description
19721 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19722  
19723 \begin_inset CommandInset ref
19724 LatexCommand ref
19725 reference "fig:Dos-imágenes-distorsionadas"
19726
19727 \end_inset
19728
19729
19730 \end_layout
19731
19732 \begin_layout Description
19733 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19734  habitual para referirse a fórmulas, especialmente si se omite el nombre
19735  «Ecuación»: 
19736 \begin_inset CommandInset ref
19737 LatexCommand eqref
19738 reference "eq:Wgn"
19739
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \begin_layout Description
19746 <página>: imprime el número de página: Página
19747 \begin_inset space ~
19748 \end_inset
19749
19750
19751 \begin_inset CommandInset ref
19752 LatexCommand pageref
19753 reference "fig:Dos-imágenes-distorsionadas"
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Description
19761 en
19762 \begin_inset space ~
19763 \end_inset
19764
19765 página
19766 \begin_inset space ~
19767 \end_inset
19768
19769 <página>: imprime el texto «en la página» y el número de página: 
19770 \begin_inset CommandInset ref
19771 LatexCommand vpageref
19772 reference "fig:Dos-imágenes-distorsionadas"
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Description
19780 <referencia>
19781 \begin_inset space ~
19782 \end_inset
19783
19784 en
19785 \begin_inset space ~
19786 \end_inset
19787
19788 página
19789 \begin_inset space ~
19790 \end_inset
19791
19792 <página>: imprime el número flotante, el texto «en la página» y el número
19793  de página: 
19794 \begin_inset CommandInset ref
19795 LatexCommand vref
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 con
19809 \begin_inset space ~
19810 \end_inset
19811
19812 formato: imprime un formato personalizado.
19813  
19814 \begin_inset Note Greyedout
19815 status open
19816
19817 \begin_layout Plain Layout
19818
19819 \series bold
19820 Nota:
19821 \series default
19822  Esta característica sólo está disponible si está instalado el paquete LaTeX
19823  
19824 \series bold
19825 prettyref
19826 \series default
19827 .
19828 \end_layout
19829
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \begin_layout Standard
19836 Ten en cuenta que el estilo <página>
19837 \begin_inset space \thinspace{}
19838 \end_inset
19839
19840  no imprime el número si la etiqueta está en la misma página, en la anterior
19841  o en la siguiente.
19842  En su lugar verás p.
19843 \begin_inset space \thinspace{}
19844 \end_inset
19845
19846 e.
19847 \begin_inset space ~
19848 \end_inset
19849
19850 el texto «
19851 \family sans
19852 en esta página
19853 \family default
19854 ».
19855 \end_layout
19856
19857 \begin_layout Standard
19858 El número y página actual de la parte del documento referida es automáticamente
19859  calculado por LaTeX en la salida.
19860  Las variedades se ajustan en el campo 
19861 \family sans
19862 Formato
19863 \family default
19864  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19865 \end_layout
19866
19867 \begin_layout Subsection
19868 Designación automática de referencias
19869 \begin_inset Index
19870 status collapsed
19871
19872 \begin_layout Plain Layout
19873 Referencias ! Designación automática
19874 \end_layout
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Standard
19882 El paquete LaTeX 
19883 \series bold
19884 hyperref
19885 \series default
19886  dispone de una característica muy útil que permite incluir automáticamente
19887  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19888  de texto como secciones).
19889  Quieres p.
19890 \begin_inset space \thinspace{}
19891 \end_inset
19892
19893 e.
19894 \begin_inset space ~
19895 \end_inset
19896
19897 escribir la palabra «Figura» antes de cada cuadro de referencia.
19898  Para conseguirlo debes cargar el paquete LaTeX 
19899 \series bold
19900 hyperref
19901 \series default
19902
19903 \begin_inset Index
19904 status collapsed
19905
19906 \begin_layout Plain Layout
19907 LaTeX-paquetes ! hyperref
19908 \end_layout
19909
19910 \end_inset
19911
19912  en el preámbulo del documento con
19913 \end_layout
19914
19915 \begin_layout Standard
19916
19917 \series bold
19918
19919 \backslash
19920 usepackage[pdfborder={0 0 0}]{hyperref}
19921 \begin_inset Newline newline
19922 \end_inset
19923
19924
19925 \backslash
19926 AtBeginDocument{
19927 \backslash
19928 renewcommand{
19929 \backslash
19930 ref}[1]{
19931 \backslash
19932 mbox{
19933 \backslash
19934 autoref{#1}}}}
19935 \end_layout
19936
19937 \begin_layout Standard
19938
19939 \series bold
19940 hyperref
19941 \series default
19942  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
19943  esto significa que el lector del documento podrá pinchar sobre una entrada
19944  de Índice o una referencia y será inmediatamente dirigido a esa parte del
19945  documento.
19946  
19947 \series bold
19948 hyperref
19949 \series default
19950  también crea marcadores PDF para cada sección para facilitar al lector
19951  la navegación por el documento.
19952  Esto también se ha usado en este documento pero si echas una ojeada al
19953  preámbulo encontrarás varias opciones en la carga de 
19954 \series bold
19955 hyperref
19956 \series default
19957 .
19958  Para aprender más sobre ello acude a la documentación del paquete 
19959 \begin_inset CommandInset citation
19960 LatexCommand cite
19961 key "hyperref"
19962
19963 \end_inset
19964
19965 .
19966 \end_layout
19967
19968 \begin_layout Standard
19969 \begin_inset Note Greyedout
19970 status open
19971
19972 \begin_layout Plain Layout
19973
19974 \series bold
19975 Nota:
19976 \series default
19977  La designación automática de referencias no puede usarse en el estilo 
19978 \family sans
19979 Referencia
19980 \begin_inset space ~
19981 \end_inset
19982
19983 con
19984 \begin_inset space ~
19985 \end_inset
19986
19987 formato
19988 \family default
19989 , descrita en la sección
19990 \begin_inset space ~
19991 \end_inset
19992
19993
19994 \begin_inset CommandInset ref
19995 LatexCommand ref
19996 reference "sub:Formatos-referencia-cruzada"
19997
19998 \end_inset
19999
20000 .
20001 \end_layout
20002
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \begin_layout Subsection
20009 Colocación de referencias
20010 \begin_inset CommandInset label
20011 LatexCommand label
20012 name "sub:Colocación-de-Referencias"
20013
20014 \end_inset
20015
20016
20017 \begin_inset Index
20018 status collapsed
20019
20020 \begin_layout Plain Layout
20021 Referencias ! Colocación
20022 \end_layout
20023
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \begin_layout Standard
20030 Si usas 
20031 \series bold
20032 hyperref
20033 \series default
20034
20035 \begin_inset Index
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 LaTeX-paquetes ! hyperref
20040 \end_layout
20041
20042 \end_inset
20043
20044  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20045  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20046  La leyenda será la primera parte del texto en pantalla, de forma que para
20047  ver la imagen debes deslizar.
20048  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20049  Usando el paquete 
20050 \series bold
20051 hypcap
20052 \series default
20053
20054 \begin_inset Index
20055 status collapsed
20056
20057 \begin_layout Plain Layout
20058 LaTeX-paquetes ! hypcap
20059 \end_layout
20060
20061 \end_inset
20062
20063 , que forma parte del paquete LaTeX 
20064 \series bold
20065 oberdiek
20066 \series default
20067
20068 \begin_inset Index
20069 status collapsed
20070
20071 \begin_layout Plain Layout
20072 LaTeX-paquetes ! oberdiek
20073 \end_layout
20074
20075 \end_inset
20076
20077 , el ancla de enlace se sitúa al comienzo de un flotante.
20078  Para usar esta característica para figuras flotantes carga 
20079 \series bold
20080 hypcap
20081 \series default
20082  en el preámbulo con
20083 \end_layout
20084
20085 \begin_layout Standard
20086
20087 \series bold
20088
20089 \backslash
20090 usepackage[figure]{hypcap}
20091 \end_layout
20092
20093 \begin_layout Standard
20094 Puedes usar 
20095 \series bold
20096 hypcap
20097 \series default
20098  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20099  Más información en el manual de 
20100 \series bold
20101 hypcap
20102 \series default
20103  
20104 \begin_inset CommandInset citation
20105 LatexCommand cite
20106 key "hypcap"
20107
20108 \end_inset
20109
20110 .
20111 \end_layout
20112
20113 \begin_layout Standard
20114 \begin_inset Note Greyedout
20115 status open
20116
20117 \begin_layout Plain Layout
20118
20119 \series bold
20120 Nota: hypcap
20121 \series default
20122  debe cargarse después de 
20123 \series bold
20124 hyperref
20125 \series default
20126  en el preámbulo
20127 \series bold
20128 .
20129 \end_layout
20130
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \begin_layout Standard
20137 \begin_inset Note Greyedout
20138 status open
20139
20140 \begin_layout Plain Layout
20141
20142 \series bold
20143 Nota:
20144 \series default
20145  La colocación de referencias no afecta a las referencias a subfiguras.
20146 \end_layout
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Section
20154 Colocación de flotantes
20155 \begin_inset CommandInset label
20156 LatexCommand label
20157 name "sec:Colocación-de-Flotantes"
20158
20159 \end_inset
20160
20161
20162 \begin_inset Index
20163 status collapsed
20164
20165 \begin_layout Plain Layout
20166 Flotantes ! Colocación
20167 \end_layout
20168
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \begin_layout Standard
20175 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20176  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20177  los flotantes.
20178 \begin_inset Newline newline
20179 \end_inset
20180
20181 La opción 
20182 \family sans
20183 Extender
20184 \begin_inset space ~
20185 \end_inset
20186
20187 columnas
20188 \family default
20189  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20190  abarcará ambas columnas en lugar de una sola.
20191 \begin_inset Newline newline
20192 \end_inset
20193
20194 La opción 
20195 \family sans
20196 Girar
20197 \begin_inset space ~
20198 \end_inset
20199
20200 a
20201 \begin_inset space ~
20202 \end_inset
20203
20204 un
20205 \begin_inset space ~
20206 \end_inset
20207
20208 lado
20209 \family default
20210  sirve para girar flotantes, ver sección
20211 \begin_inset space ~
20212 \end_inset
20213
20214
20215 \begin_inset CommandInset ref
20216 LatexCommand ref
20217 reference "sec:Rotación-de-Flotantes"
20218
20219 \end_inset
20220
20221 .
20222  
20223 \end_layout
20224
20225 \begin_layout Standard
20226 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20227  la posición de un flotante si desmarcas la opción 
20228 \family sans
20229 Usar
20230 \begin_inset space ~
20231 \end_inset
20232
20233 ubicación
20234 \begin_inset space ~
20235 \end_inset
20236
20237 predeterminada
20238 \family default
20239 :
20240 \end_layout
20241
20242 \begin_layout Description
20243
20244 \family sans
20245 \series bold
20246 Aquí
20247 \begin_inset space ~
20248 \end_inset
20249
20250 si
20251 \begin_inset space ~
20252 \end_inset
20253
20254 es
20255 \begin_inset space ~
20256 \end_inset
20257
20258 posible
20259 \family default
20260 \series default
20261  intenta situar el flotante en la posición en la que se inserta
20262 \end_layout
20263
20264 \begin_layout Description
20265
20266 \family sans
20267 \series bold
20268 Principio
20269 \begin_inset space ~
20270 \end_inset
20271
20272 de
20273 \begin_inset space ~
20274 \end_inset
20275
20276 página
20277 \family default
20278 \series default
20279  intenta situar el flotante al principio de la página actual
20280 \end_layout
20281
20282 \begin_layout Description
20283
20284 \family sans
20285 \series bold
20286 Fin
20287 \begin_inset space ~
20288 \end_inset
20289
20290 de
20291 \begin_inset space ~
20292 \end_inset
20293
20294 página
20295 \family default
20296 \series default
20297  intenta situar el flotante al final de la página actual
20298 \end_layout
20299
20300 \begin_layout Description
20301
20302 \family sans
20303 \series bold
20304 Página
20305 \begin_inset space ~
20306 \end_inset
20307
20308 de
20309 \begin_inset space ~
20310 \end_inset
20311
20312 flotantes
20313 \family default
20314 \series default
20315  intenta situar el flotante en una página propia 
20316 \end_layout
20317
20318 \begin_layout Standard
20319 LaTeX usa 
20320 \emph on
20321 siempre
20322 \emph default
20323  ese orden de opciones.
20324  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20325  lugar 
20326 \family sans
20327 Aquí
20328 \begin_inset space ~
20329 \end_inset
20330
20331 si
20332 \begin_inset space ~
20333 \end_inset
20334
20335 es
20336 \begin_inset space ~
20337 \end_inset
20338
20339 posible
20340 \family default
20341 , luego 
20342 \family sans
20343 Principio
20344 \begin_inset space ~
20345 \end_inset
20346
20347 de
20348 \begin_inset space ~
20349 \end_inset
20350
20351 página
20352 \family default
20353 , y después las otras.
20354  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20355  pero en dicho orden.
20356  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20357  pero intenta poner el flotante en la página siguiente.
20358 \end_layout
20359
20360 \begin_layout Standard
20361 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20362 \end_layout
20363
20364 \begin_layout Labeling
20365 \labelwidthstring 00.00.0000
20366
20367 \family sans
20368 Principio
20369 \begin_inset space ~
20370 \end_inset
20371
20372 de
20373 \begin_inset space ~
20374 \end_inset
20375
20376 página:
20377 \family default
20378  sólo si el flotante ocupa menos del 70
20379 \begin_inset space \thinspace{}
20380 \end_inset
20381
20382 % de la página puede ubicarse al principio de página (
20383 \series bold
20384
20385 \backslash
20386 topfraction
20387 \series default
20388 )
20389 \end_layout
20390
20391 \begin_layout Labeling
20392 \labelwidthstring 00.00.0000
20393
20394 \family sans
20395 Fin
20396 \begin_inset space ~
20397 \end_inset
20398
20399 de
20400 \begin_inset space ~
20401 \end_inset
20402
20403 página:
20404 \family default
20405  sólo si el flotante ocupa menos del 30
20406 \begin_inset space \thinspace{}
20407 \end_inset
20408
20409 % de la página puede ubicarse al fin de página.
20410  (
20411 \series bold
20412
20413 \backslash
20414 bottomfraction
20415 \series default
20416 )
20417 \end_layout
20418
20419 \begin_layout Labeling
20420 \labelwidthstring 00.00.0000
20421
20422 \family sans
20423 Página
20424 \begin_inset space ~
20425 \end_inset
20426
20427 de
20428 \begin_inset space ~
20429 \end_inset
20430
20431 flotantes:
20432 \family default
20433  sólo si más del 50
20434 \begin_inset space \thinspace{}
20435 \end_inset
20436
20437 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20438  página.
20439  (
20440 \series bold
20441
20442 \backslash
20443 floatpagefraction
20444 \series default
20445 )
20446 \end_layout
20447
20448 \begin_layout Standard
20449 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20450  
20451 \family sans
20452 Ignorar
20453 \begin_inset space ~
20454 \end_inset
20455
20456 reglas
20457 \begin_inset space ~
20458 \end_inset
20459
20460 de
20461 \begin_inset space ~
20462 \end_inset
20463
20464 LaTeX
20465 \family default
20466 .
20467 \begin_inset Newline newline
20468 \end_inset
20469
20470 También puedes redefinir las reglas con los comandos LaTeX que van entre
20471  paréntesis tras la descripción de las reglas anteriores.
20472  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20473  la regla 
20474 \family sans
20475 Fin
20476 \family default
20477
20478 \begin_inset space ~
20479 \end_inset
20480
20481
20482 \family sans
20483 de
20484 \family default
20485
20486 \begin_inset space ~
20487 \end_inset
20488
20489
20490 \family sans
20491 página
20492 \family default
20493  al 50
20494 \begin_inset space \thinspace{}
20495 \end_inset
20496
20497 %, añade esta línea en el preámbulo:
20498 \end_layout
20499
20500 \begin_layout Standard
20501
20502 \series bold
20503
20504 \backslash
20505 renewcommand{
20506 \backslash
20507 bottomfraction}{0.5}
20508 \end_layout
20509
20510 \begin_layout Standard
20511 En determinados casos podrías necesitar ubicar un flotante exactamente en
20512  la posición en la que se inserta.
20513  Para esto puedes usar la opción 
20514 \family sans
20515 Aquí
20516 \begin_inset space ~
20517 \end_inset
20518
20519 definitivamente
20520 \family default
20521 .
20522  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20523  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20524  se podría estropear el diseño de la página.
20525 \end_layout
20526
20527 \begin_layout Standard
20528 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20529  están rodeados por texto de un párrafo determinado.
20530 \begin_inset VSpace bigskip
20531 \end_inset
20532
20533
20534 \end_layout
20535
20536 \begin_layout Standard
20537 A veces surge el problema de que un flotante se sitúa al principio de la
20538  página mientras que su sección correspondiente empieza en mitad de la página,
20539  así que el lector podría creer que el flotante forma parte de la sección
20540  anterior.
20541  Para evitarlo puede emplearse el comando LaTeX 
20542 \series bold
20543
20544 \backslash
20545 suppressfloats
20546 \series default
20547 , que suprime la ubicación de un flotante dado en la página donde se inserta
20548  y además puede servir para evitar que el flotante se coloque antes del
20549  inicio de sección.
20550  Para ello, añade estos comandos al preámbulo:
20551 \end_layout
20552
20553 \begin_layout Standard
20554
20555 \series bold
20556
20557 \backslash
20558 let
20559 \backslash
20560 mySection
20561 \backslash
20562 section
20563 \begin_inset Newline newline
20564 \end_inset
20565
20566
20567 \backslash
20568 renewcommand{
20569 \backslash
20570 section}{
20571 \backslash
20572 suppressfloats[t]
20573 \backslash
20574 mySection}
20575 \end_layout
20576
20577 \begin_layout Standard
20578 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20579  subsecciones.
20580  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20581  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20582 \end_layout
20583
20584 \begin_layout Standard
20585 \begin_inset VSpace bigskip
20586 \end_inset
20587
20588 En ciertos casos se quieren tener todas las figuras/tablas al final del
20589  documento.
20590  Para estos casos está el paquete LaTeX 
20591 \series bold
20592 endfloat
20593 \series default
20594
20595 \begin_inset Index
20596 status collapsed
20597
20598 \begin_layout Plain Layout
20599 LaTeX-paquetes ! endfloat
20600 \end_layout
20601
20602 \end_inset
20603
20604 .
20605  Pone todas las figuras y tablas flotantes al final del documento en secciones
20606  propias.
20607  En la posición original del flotante se inserta una indicación como «
20608 \family sans
20609 [Figure
20610 \begin_inset space ~
20611 \end_inset
20612
20613 3.2 about here.]
20614 \family default
20615 ».
20616  El paquete 
20617 \series bold
20618 endfloat
20619 \series default
20620  se carga en el preámbulo con la línea
20621 \end_layout
20622
20623 \begin_layout Standard
20624
20625 \series bold
20626
20627 \backslash
20628 usepackage[options]{endfloat}
20629 \end_layout
20630
20631 \begin_layout Standard
20632 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20633  Para más información ver la documentación de 
20634 \begin_inset CommandInset citation
20635 LatexCommand cite
20636 key "endfloat"
20637
20638 \end_inset
20639
20640 .
20641 \begin_inset Newline newline
20642 \end_inset
20643
20644
20645 \begin_inset Note Greyedout
20646 status open
20647
20648 \begin_layout Plain Layout
20649
20650 \series bold
20651 Nota: endfloat
20652 \series default
20653  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20654  ver sección
20655 \begin_inset space ~
20656 \end_inset
20657
20658 4 en 
20659 \begin_inset CommandInset citation
20660 LatexCommand cite
20661 key "endfloat"
20662
20663 \end_inset
20664
20665 .
20666 \end_layout
20667
20668 \end_inset
20669
20670
20671 \begin_inset Newline newline
20672 \end_inset
20673
20674
20675 \begin_inset Note Greyedout
20676 status open
20677
20678 \begin_layout Plain Layout
20679
20680 \series bold
20681 Nota:
20682 \series default
20683  Actualmente hay un error en 
20684 \series bold
20685 endfloat
20686 \series default
20687  cuando la leyenda contiene el carácter alemán «ß».
20688  Usa en ese caso el comando «
20689 \series bold
20690
20691 \backslash
20692 ss
20693 \series default
20694 » en código TeX en vez de «ß».
20695 \end_layout
20696
20697 \end_inset
20698
20699
20700 \end_layout
20701
20702 \begin_layout Standard
20703 \begin_inset VSpace bigskip
20704 \end_inset
20705
20706 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20707 \begin_inset CommandInset citation
20708 LatexCommand cite
20709 key "latexcompanion,latexguide,latexbook"
20710
20711 \end_inset
20712
20713 .
20714 \end_layout
20715
20716 \begin_layout Section
20717 Rotación de flotantes
20718 \begin_inset CommandInset label
20719 LatexCommand label
20720 name "sec:Rotación-de-Flotantes"
20721
20722 \end_inset
20723
20724
20725 \begin_inset Index
20726 status collapsed
20727
20728 \begin_layout Plain Layout
20729 Flotantes ! Rotación
20730 \end_layout
20731
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \begin_layout Standard
20738 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20739  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20740  la opción 
20741 \family sans
20742 Girar
20743 \begin_inset space ~
20744 \end_inset
20745
20746 a
20747 \begin_inset space ~
20748 \end_inset
20749
20750 un
20751 \begin_inset space ~
20752 \end_inset
20753
20754 lado
20755 \family default
20756 .
20757 \end_layout
20758
20759 \begin_layout Standard
20760 Los flotantes girados son puestos siempre en su propia página (o columna
20761  si el documento es de dos columnas).
20762  Se rotan de forma que puedes leerlos desde el margen externo.
20763  Para forzar determinada dirección de rotación para todas las páginas, puedes
20764  añadir una de las opciones 
20765 \series bold
20766 figuresleft
20767 \series default
20768  o 
20769 \series bold
20770 figuresright
20771 \series default
20772  a las opciones de clase del documento.
20773 \end_layout
20774
20775 \begin_layout Standard
20776 Los flotantes girados se refieren igual que los normales, y el formato de
20777  la leyenda también es el mismo: un ejemplo es la tabla
20778 \begin_inset space ~
20779 \end_inset
20780
20781
20782 \begin_inset CommandInset ref
20783 LatexCommand ref
20784 reference "tab:Tabla-girada"
20785
20786 \end_inset
20787
20788 .
20789 \end_layout
20790
20791 \begin_layout Standard
20792 \begin_inset Note Greyedout
20793 status open
20794
20795 \begin_layout Plain Layout
20796
20797 \series bold
20798 Nota:
20799 \series default
20800  No todos los visores DVI pueden mostrar tablas giradas.
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Standard
20809 \begin_inset Float table
20810 wide false
20811 sideways true
20812 status open
20813
20814 \begin_layout Plain Layout
20815 \begin_inset Caption
20816
20817 \begin_layout Plain Layout
20818 \begin_inset CommandInset label
20819 LatexCommand label
20820 name "tab:Tabla-girada"
20821
20822 \end_inset
20823
20824 Tabla girada
20825 \end_layout
20826
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \begin_layout Plain Layout
20833 \align center
20834 \begin_inset Tabular
20835 <lyxtabular version="3" rows="1" columns="5">
20836 <features>
20837 <column alignment="center" valignment="top" width="0">
20838 <column alignment="center" valignment="top" width="0">
20839 <column alignment="center" valignment="top" width="0">
20840 <column alignment="center" valignment="top" width="0">
20841 <column alignment="center" valignment="top" width="0">
20842 <row>
20843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 test
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856 b
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 c
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 d
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883 e
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 </lyxtabular>
20890
20891 \end_inset
20892
20893
20894 \end_layout
20895
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \begin_layout Section
20902 Flotantes adosados
20903 \begin_inset Index
20904 status collapsed
20905
20906 \begin_layout Plain Layout
20907 Flotantes ! Adosados
20908 \end_layout
20909
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \begin_layout Standard
20916 Para colocar flotantes unos junto a otros, como en la figura
20917 \begin_inset space ~
20918 \end_inset
20919
20920
20921 \begin_inset CommandInset ref
20922 LatexCommand ref
20923 reference "fig:Flotante-izquierda"
20924
20925 \end_inset
20926
20927  y 
20928 \begin_inset CommandInset ref
20929 LatexCommand ref
20930 reference "fig:Flotante-derecha"
20931
20932 \end_inset
20933
20934 , se pone 
20935 \emph on
20936 un
20937 \emph default
20938  solo flotante.
20939  En él se insertan dos cuadros tipo minipágina.
20940 \begin_inset Foot
20941 status open
20942
20943 \begin_layout Plain Layout
20944 Las minipáginas se explican en la sección
20945 \begin_inset space ~
20946 \end_inset
20947
20948
20949 \begin_inset CommandInset ref
20950 LatexCommand ref
20951 reference "sec:Minipáginas"
20952
20953 \end_inset
20954
20955 .
20956 \end_layout
20957
20958 \end_inset
20959
20960  La anchura de la columna se establece en 45-50
20961 \begin_inset space \thinspace{}
20962 \end_inset
20963
20964 % y la alineación en 
20965 \family sans
20966 Inferior
20967 \family default
20968  para cada minipágina.
20969  Las minipáginas contienen la imagen y su título, de igual forma que en
20970  los flotantes.
20971  La única diferencia es que el 
20972 \family sans
20973 Ancho
20974 \begin_inset space ~
20975 \end_inset
20976
20977 de
20978 \begin_inset space ~
20979 \end_inset
20980
20981 columna
20982 \begin_inset space ~
20983 \end_inset
20984
20985 %
20986 \family default
20987  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
20988 \end_layout
20989
20990 \begin_layout Standard
20991 \begin_inset Float figure
20992 placement h
20993 wide false
20994 sideways false
20995 status open
20996
20997 \begin_layout Plain Layout
20998 \begin_inset Box Frameless
20999 position "b"
21000 hor_pos "c"
21001 has_inner_box 1
21002 inner_pos "t"
21003 use_parbox 0
21004 width "45col%"
21005 special "none"
21006 height "1in"
21007 height_special "totalheight"
21008 status open
21009
21010 \begin_layout Plain Layout
21011 \align center
21012 \begin_inset Graphics
21013         filename ../clipart/mobius.eps
21014         lyxscale 50
21015         width 100col%
21016         scaleBeforeRotation
21017
21018 \end_inset
21019
21020
21021 \end_layout
21022
21023 \begin_layout Plain Layout
21024 \begin_inset Caption
21025
21026 \begin_layout Plain Layout
21027 \begin_inset CommandInset label
21028 LatexCommand label
21029 name "fig:Flotante-izquierda"
21030
21031 \end_inset
21032
21033 Flotante en el lado izquierdo.
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \begin_inset space \hfill{}
21045 \end_inset
21046
21047
21048 \begin_inset Box Frameless
21049 position "b"
21050 hor_pos "c"
21051 has_inner_box 1
21052 inner_pos "t"
21053 use_parbox 0
21054 width "45col%"
21055 special "none"
21056 height "1in"
21057 height_special "totalheight"
21058 status open
21059
21060 \begin_layout Plain Layout
21061 \align center
21062 \begin_inset Graphics
21063         filename ../clipart/platypus.eps
21064         lyxscale 50
21065         width 100col%
21066         scaleBeforeRotation
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Plain Layout
21074 \begin_inset Caption
21075
21076 \begin_layout Plain Layout
21077 \begin_inset CommandInset label
21078 LatexCommand label
21079 name "fig:Flotante-derecha"
21080
21081 \end_inset
21082
21083 Flotante en el lado derecho.
21084 \end_layout
21085
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092
21093
21094 \end_layout
21095
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \begin_layout Section
21102 Formato de las leyendas
21103 \begin_inset Index
21104 status collapsed
21105
21106 \begin_layout Plain Layout
21107 Leyendas ! Formato
21108 \end_layout
21109
21110 \end_inset
21111
21112
21113 \begin_inset Index
21114 status collapsed
21115
21116 \begin_layout Plain Layout
21117 Flotantes ! Formato de las leyendas
21118 \end_layout
21119
21120 \end_inset
21121
21122
21123 \begin_inset Index
21124 status collapsed
21125
21126 \begin_layout Plain Layout
21127 LaTeX-paquetes ! caption
21128 \end_layout
21129
21130 \end_inset
21131
21132
21133 \begin_inset CommandInset label
21134 LatexCommand label
21135 name "sec:Formato-de-leyendas"
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \begin_layout Standard
21143 El entorno 
21144 \family sans
21145 Leyenda
21146 \family default
21147  es el predeterminado para los 
21148 \family sans
21149 Flotantes
21150 \family default
21151 .
21152  En LyX las leyendas se muestran como etiqueta, p.
21153 \begin_inset space \thinspace{}
21154 \end_inset
21155
21156 e.
21157 \begin_inset space ~
21158 \end_inset
21159
21160 «
21161 \family sans
21162 Figura #
21163 \family default
21164 :» seguida por el texto.
21165  «#» es el número real de referencia.
21166  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21167  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21168  del texto.
21169  El entorno leyenda no es apropiado para todos los tipos de documento.
21170  
21171 \end_layout
21172
21173 \begin_layout Standard
21174 Para cambiar el formato predeterminado carga el paquete LaTeX 
21175 \series bold
21176 caption
21177 \series default
21178
21179 \begin_inset Index
21180 status collapsed
21181
21182 \begin_layout Plain Layout
21183 LaTeX-paquetes ! caption
21184 \end_layout
21185
21186 \end_inset
21187
21188  en el preámbulo del documento con la línea:
21189 \end_layout
21190
21191 \begin_layout Standard
21192
21193 \series bold
21194
21195 \backslash
21196 usepackage[definición de formato]{caption}
21197 \end_layout
21198
21199 \begin_layout Standard
21200 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21201  las leyendas de tabla siempre sobre ella como en este documento, usa el
21202  comando:
21203 \end_layout
21204
21205 \begin_layout Standard
21206
21207 \series bold
21208
21209 \backslash
21210 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21211 \end_layout
21212
21213 \begin_layout Standard
21214 También puedes definir distintos formatos de leyenda para los distintos
21215  tipos de flotantes.
21216  En ese caso carga el paquete 
21217 \series bold
21218 caption
21219 \series default
21220  sin opciones específicas y define los distintos formatos con ayuda del
21221  comando
21222 \end_layout
21223
21224 \begin_layout Standard
21225
21226 \series bold
21227
21228 \backslash
21229 captionsetup[tipo de flotante]{definición de formato}
21230 \end_layout
21231
21232 \begin_layout Standard
21233 en el preámbulo del documento.
21234  Por ejemplo las leyendas de la Figura
21235 \begin_inset space ~
21236 \end_inset
21237
21238
21239 \begin_inset CommandInset ref
21240 LatexCommand ref
21241 reference "fig:Esto-es-una-fig"
21242
21243 \end_inset
21244
21245  y la tabla
21246 \begin_inset space ~
21247 \end_inset
21248
21249
21250 \begin_inset CommandInset ref
21251 LatexCommand ref
21252 reference "tab:Esto-es-una-tab"
21253
21254 \end_inset
21255
21256  pueden crearse usando los siguientes comandos en el preámbulo:
21257 \end_layout
21258
21259 \begin_layout Standard
21260
21261 \series bold
21262
21263 \backslash
21264 usepackage[tableposition=top]{caption}
21265 \series default
21266
21267 \begin_inset Newline newline
21268 \end_inset
21269
21270
21271 \series bold
21272
21273 \backslash
21274 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21275 \begin_inset Newline newline
21276 \end_inset
21277
21278
21279 \begin_inset ERT
21280 status collapsed
21281
21282 \begin_layout Plain Layout
21283
21284
21285 \backslash
21286 hphantom{
21287 \backslash
21288
21289 \backslash
21290 captionsetup[figure]
21291 \backslash
21292 {}
21293 \end_layout
21294
21295 \end_inset
21296
21297  labelsep=period}
21298 \begin_inset Newline newline
21299 \end_inset
21300
21301
21302 \backslash
21303 captionsetup[table]{labelfont={bf,sf}}
21304 \end_layout
21305
21306 \begin_layout Standard
21307 \begin_inset Note Greyedout
21308 status open
21309
21310 \begin_layout Plain Layout
21311
21312 \series bold
21313 Nota: 
21314 \series default
21315 La opción 
21316 \series bold
21317 tableposition=top
21318 \series default
21319  no tiene efecto si se usa una clase de documento 
21320 \series bold
21321 koma-script
21322 \series default
21323 .
21324  En este caso debe utilizarse la opción de clase de documento 
21325 \series bold
21326 tablecaptionabove
21327 \series default
21328 .
21329  
21330 \end_layout
21331
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \begin_layout Standard
21338 Para más información sobre el paquete 
21339 \series bold
21340 caption
21341 \series default
21342  acude a su documentación 
21343 \begin_inset CommandInset citation
21344 LatexCommand cite
21345 key "caption"
21346
21347 \end_inset
21348
21349 .
21350 \end_layout
21351
21352 \begin_layout Standard
21353 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21354 \begin_inset space \thinspace{}
21355 \end_inset
21356
21357 e., usa el siguiente comando de preámbulo:
21358 \end_layout
21359
21360 \begin_layout Standard
21361
21362 \series bold
21363
21364 \backslash
21365 renewcommand{
21366 \backslash
21367 fnum@figure}{Imagen~
21368 \backslash
21369 thefigure}
21370 \end_layout
21371
21372 \begin_layout Standard
21373 donde 
21374 \series bold
21375
21376 \backslash
21377 thefigure
21378 \series default
21379  inserta el número de figura y «~» genera un espacio protegido.
21380
21381 \series bold
21382  
21383 \end_layout
21384
21385 \begin_layout Standard
21386 \begin_inset VSpace bigskip
21387 \end_inset
21388
21389 Si estás usando la clase de documento 
21390 \series bold
21391 koma-script
21392 \series default
21393
21394 \begin_inset Index
21395 status collapsed
21396
21397 \begin_layout Plain Layout
21398 LaTeX-paquetes ! koma-script
21399 \end_layout
21400
21401 \end_inset
21402
21403  (
21404 \family sans
21405 article (koma-script)
21406 \family default
21407
21408 \family sans
21409 book (koma-script)
21410 \family default
21411
21412 \family sans
21413 letter (koma-script)
21414 \family default
21415 , o 
21416 \family sans
21417 report (koma-script)
21418 \family default
21419
21420 \begin_inset space \thinspace{}
21421 \end_inset
21422
21423 ), puedes emplear en vez del paquete 
21424 \series bold
21425 caption
21426 \series default
21427  el comando 
21428 \series bold
21429
21430 \backslash
21431 setkomafont
21432 \series default
21433  incluido en 
21434 \series bold
21435 koma-script
21436 \series default
21437 .
21438  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21439  comando en el preámbulo del documento:
21440 \end_layout
21441
21442 \begin_layout Standard
21443
21444 \series bold
21445
21446 \backslash
21447 setkomafont{captionlabel}{
21448 \backslash
21449 bfseries}
21450 \end_layout
21451
21452 \begin_layout Standard
21453 Más información sobre 
21454 \series bold
21455
21456 \backslash
21457 setkomafont
21458 \series default
21459  en la documentación de 
21460 \series bold
21461 koma-script
21462 \series default
21463  
21464 \begin_inset CommandInset citation
21465 LatexCommand cite
21466 key "koma-script"
21467
21468 \end_inset
21469
21470 .
21471 \end_layout
21472
21473 \begin_layout Standard
21474 \begin_inset ERT
21475 status open
21476
21477 \begin_layout Plain Layout
21478
21479
21480 \backslash
21481 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21482 }
21483 \end_layout
21484
21485 \end_inset
21486
21487
21488 \begin_inset Note Note
21489 status open
21490
21491 \begin_layout Plain Layout
21492 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21493 \end_layout
21494
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \begin_layout Standard
21501 \begin_inset Float figure
21502 placement !p
21503 wide false
21504 sideways false
21505 status open
21506
21507 \begin_layout Plain Layout
21508 \align center
21509 \begin_inset Graphics
21510         filename ../clipart/mobius.eps
21511         lyxscale 50
21512         scale 50
21513
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \begin_layout Plain Layout
21520 \begin_inset Caption
21521
21522 \begin_layout Plain Layout
21523 \begin_inset CommandInset label
21524 LatexCommand label
21525 name "fig:Esto-es-una-fig"
21526
21527 \end_inset
21528
21529
21530 \begin_inset OptArg
21531 status collapsed
21532
21533 \begin_layout Plain Layout
21534 Figura con leyenda muy larga
21535 \end_layout
21536
21537 \end_inset
21538
21539 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21540  mostrar el formato diferente.
21541  Aquí se usa una leyenda personalizada.
21542 \end_layout
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \begin_layout Standard
21555 \begin_inset ERT
21556 status open
21557
21558 \begin_layout Plain Layout
21559
21560
21561 \backslash
21562 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21563 on}
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \begin_layout Standard
21572 \begin_inset Float table
21573 placement !p
21574 wide false
21575 sideways false
21576 status collapsed
21577
21578 \begin_layout Plain Layout
21579 \begin_inset Caption
21580
21581 \begin_layout Plain Layout
21582 \begin_inset CommandInset label
21583 LatexCommand label
21584 name "tab:Esto-es-una-tab"
21585
21586 \end_inset
21587
21588
21589 \begin_inset OptArg
21590 status collapsed
21591
21592 \begin_layout Plain Layout
21593 Tabla con leyenda muy larga
21594 \end_layout
21595
21596 \end_inset
21597
21598 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21599  el formato diferente.
21600  Aquí se usa el formato de leyenda estándar para las tablas.
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Plain Layout
21609 \align center
21610 \begin_inset Tabular
21611 <lyxtabular version="3" rows="1" columns="5">
21612 <features>
21613 <column alignment="center" valignment="top" width="0">
21614 <column alignment="center" valignment="top" width="0">
21615 <column alignment="center" valignment="top" width="0">
21616 <column alignment="center" valignment="top" width="0">
21617 <column alignment="center" valignment="top" width="0">
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 a
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 b
21633 \end_layout
21634
21635 \end_inset
21636 </cell>
21637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21638 \begin_inset Text
21639
21640 \begin_layout Plain Layout
21641 c
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650 d
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 e
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 </lyxtabular>
21666
21667 \end_inset
21668
21669
21670 \end_layout
21671
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \begin_layout Section
21678 Colocación de leyendas
21679 \begin_inset Index
21680 status collapsed
21681
21682 \begin_layout Plain Layout
21683 Leyendas ! Colocación
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \begin_inset Index
21690 status collapsed
21691
21692 \begin_layout Plain Layout
21693 Flotantes ! Colocación de leyendas
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \begin_inset CommandInset label
21700 LatexCommand label
21701 name "sec:Colocación-de-leyendas"
21702
21703 \end_inset
21704
21705
21706 \end_layout
21707
21708 \begin_layout Standard
21709 La norma habitual para colocar las leyendas es:
21710 \end_layout
21711
21712 \begin_layout Description
21713 Figura: La leyenda al pie de la figura
21714 \end_layout
21715
21716 \begin_layout Description
21717 Tabla: La leyenda sobre la tabla
21718 \end_layout
21719
21720 \begin_layout Standard
21721 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21722  la tabla.
21723  Esto implica que si usas las clases de documento 
21724 \family sans
21725 article
21726 \family default
21727
21728 \family sans
21729 book
21730 \family default
21731
21732 \family sans
21733 letter
21734 \family default
21735 , o 
21736 \family sans
21737 report
21738 \family default
21739  no habrá espacio entre la leyenda y la tabla.
21740  Para insertar el espacio adecuado añade la siguiente opción al comando
21741  del paquete LaTeX 
21742 \series bold
21743 caption
21744 \series default
21745  en el preámbulo del documento:
21746 \begin_inset Foot
21747 status collapsed
21748
21749 \begin_layout Plain Layout
21750 Ver la sección
21751 \begin_inset space ~
21752 \end_inset
21753
21754
21755 \begin_inset CommandInset ref
21756 LatexCommand ref
21757 reference "sec:Formato-de-leyendas"
21758
21759 \end_inset
21760
21761  para más información sobre el paquete 
21762 \series bold
21763 caption
21764 \series default
21765 .
21766 \end_layout
21767
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \begin_layout Standard
21774
21775 \series bold
21776 tableposition=top
21777 \end_layout
21778
21779 \begin_layout Standard
21780 Si estás usando la clase 
21781 \series bold
21782 koma-script
21783 \series default
21784
21785 \begin_inset Index
21786 status collapsed
21787
21788 \begin_layout Plain Layout
21789 LaTeX-paquetes ! koma-script
21790 \end_layout
21791
21792 \end_inset
21793
21794  (
21795 \family sans
21796 article (koma-script)
21797 \family default
21798
21799 \family sans
21800 book (koma-script)
21801 \family default
21802
21803 \family sans
21804 letter (koma-script)
21805 \family default
21806 , o 
21807 \family sans
21808 report (koma-script)
21809 \family default
21810
21811 \begin_inset space \thinspace{}
21812 \end_inset
21813
21814 ), en vez de 
21815 \series bold
21816 caption
21817 \series default
21818  puedes poner la opción 
21819 \series bold
21820 tablecaptionabove
21821 \series default
21822  de la clase de documento.
21823 \end_layout
21824
21825 \begin_layout Standard
21826 \begin_inset VSpace bigskip
21827 \end_inset
21828
21829 También es posible poner la leyenda junto a una figura o tabla.
21830  Para conseguirlo hay que cargar el paquete LaTeX 
21831 \series bold
21832 sidecap
21833 \series default
21834
21835 \begin_inset Index
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839 LaTeX-paquetes ! sidecap
21840 \end_layout
21841
21842 \end_inset
21843
21844  añadiendo en el preámbulo del documento la línea
21845 \end_layout
21846
21847 \begin_layout Standard
21848
21849 \series bold
21850
21851 \backslash
21852 usepackage[option]{sidecap}
21853 \end_layout
21854
21855 \begin_layout Standard
21856 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21857  de la página ---a la derecha en páginas impares, a la izquierda en las
21858  pares---.
21859  Puedes cambiar la colocación al margen interno con la opción 
21860 \series bold
21861 innercaption
21862 \series default
21863 .
21864  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21865  opciones 
21866 \series bold
21867 rightcaption
21868 \series default
21869  o 
21870 \series bold
21871 leftcaption
21872 \series default
21873 , respectivamente.
21874 \end_layout
21875
21876 \begin_layout Standard
21877 \begin_inset ERT
21878 status collapsed
21879
21880 \begin_layout Plain Layout
21881
21882
21883 \backslash
21884 ifsidecap
21885 \end_layout
21886
21887 \end_inset
21888
21889
21890 \begin_inset Note Note
21891 status open
21892
21893 \begin_layout Plain Layout
21894 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21895  LaTeX 
21896 \series bold
21897 sidecap
21898 \series default
21899 .
21900 \end_layout
21901
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \begin_layout Standard
21908 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
21909  estos comandos al preámbulo del documento:
21910 \end_layout
21911
21912 \begin_layout Standard
21913
21914 \lyxline
21915
21916 \end_layout
21917
21918 \begin_layout Standard
21919
21920 \series bold
21921
21922 \backslash
21923 newcommand{
21924 \backslash
21925 TabBesBeg}{%
21926 \begin_inset Newline newline
21927 \end_inset
21928
21929
21930 \begin_inset ERT
21931 status collapsed
21932
21933 \begin_layout Plain Layout
21934
21935
21936 \backslash
21937 hphantom{ }
21938 \end_layout
21939
21940 \end_inset
21941
21942
21943 \backslash
21944 let
21945 \backslash
21946 MyTable
21947 \backslash
21948 table
21949 \begin_inset Newline newline
21950 \end_inset
21951
21952
21953 \begin_inset ERT
21954 status collapsed
21955
21956 \begin_layout Plain Layout
21957
21958
21959 \backslash
21960 hphantom{ }
21961 \end_layout
21962
21963 \end_inset
21964
21965
21966 \backslash
21967 let
21968 \backslash
21969 MyEndtable
21970 \backslash
21971 endtable
21972 \begin_inset Newline newline
21973 \end_inset
21974
21975
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980
21981
21982 \backslash
21983 hphantom{ }
21984 \end_layout
21985
21986 \end_inset
21987
21988
21989 \backslash
21990 renewenvironment{table}{
21991 \backslash
21992 begin{SCtable}}{
21993 \backslash
21994 end{SCtable}}}
21995 \end_layout
21996
21997 \begin_layout Standard
21998
21999 \series bold
22000
22001 \backslash
22002 newcommand{
22003 \backslash
22004 TabBesEnd}{%
22005 \begin_inset Newline newline
22006 \end_inset
22007
22008
22009 \begin_inset ERT
22010 status collapsed
22011
22012 \begin_layout Plain Layout
22013
22014
22015 \backslash
22016 hphantom{ }
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \backslash
22023 let
22024 \backslash
22025 table
22026 \backslash
22027 MyTable
22028 \begin_inset Newline newline
22029 \end_inset
22030
22031
22032 \begin_inset ERT
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036
22037
22038 \backslash
22039 hphantom{ }
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \backslash
22046 let
22047 \backslash
22048 endtable
22049 \backslash
22050 MyEndtable
22051 \end_layout
22052
22053 \begin_layout Standard
22054
22055 \series bold
22056
22057 \backslash
22058 newcommand{
22059 \backslash
22060 FigBesBeg}{%
22061 \begin_inset Newline newline
22062 \end_inset
22063
22064
22065 \begin_inset ERT
22066 status collapsed
22067
22068 \begin_layout Plain Layout
22069
22070
22071 \backslash
22072 hphantom{ }
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \backslash
22079 let
22080 \backslash
22081 MyFigure
22082 \backslash
22083 figure
22084 \begin_inset Newline newline
22085 \end_inset
22086
22087
22088 \begin_inset ERT
22089 status collapsed
22090
22091 \begin_layout Plain Layout
22092
22093
22094 \backslash
22095 hphantom{ }
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \backslash
22102 let
22103 \backslash
22104 MyEndfigure
22105 \backslash
22106 endfigure
22107 \begin_inset Newline newline
22108 \end_inset
22109
22110
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 hphantom{ }
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \backslash
22125 renewenvironment{figure}{
22126 \backslash
22127 begin{SCfigure}}{
22128 \backslash
22129 end{SCfigure}}}
22130 \end_layout
22131
22132 \begin_layout Standard
22133
22134 \series bold
22135
22136 \backslash
22137 newcommand{
22138 \backslash
22139 FigBesEnd}{%
22140 \begin_inset Newline newline
22141 \end_inset
22142
22143
22144 \begin_inset ERT
22145 status collapsed
22146
22147 \begin_layout Plain Layout
22148
22149
22150 \backslash
22151 hphantom{ }
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \backslash
22158 let
22159 \backslash
22160 figure
22161 \backslash
22162 MyFigure
22163 \begin_inset Newline newline
22164 \end_inset
22165
22166
22167 \begin_inset ERT
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171
22172
22173 \backslash
22174 hphantom{ }
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \backslash
22181 let
22182 \backslash
22183 endfigure
22184 \backslash
22185 MyEndfigure}
22186 \end_layout
22187
22188 \begin_layout Standard
22189
22190 \lyxline
22191
22192 \end_layout
22193
22194 \begin_layout Standard
22195 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22196  en un lado.
22197  Para figuras flotantes usa el comando
22198 \end_layout
22199
22200 \begin_layout Standard
22201
22202 \series bold
22203
22204 \backslash
22205 FigBesBeg
22206 \end_layout
22207
22208 \begin_layout Standard
22209 en código TeX antes del flotante.
22210  Detrás del flotante inserta
22211 \end_layout
22212
22213 \begin_layout Standard
22214
22215 \series bold
22216
22217 \backslash
22218 FigBesEnd
22219 \end_layout
22220
22221 \begin_layout Standard
22222 en código TeX para volver a la definición original de flotantes.
22223 \end_layout
22224
22225 \begin_layout Standard
22226 Para tablas flotantes usa los comandos correspondientes
22227 \end_layout
22228
22229 \begin_layout Standard
22230
22231 \series bold
22232
22233 \backslash
22234 TabBesBeg
22235 \series default
22236  y 
22237 \series bold
22238
22239 \backslash
22240 TabBesEnd
22241 \end_layout
22242
22243 \begin_layout Standard
22244 La figura
22245 \begin_inset space ~
22246 \end_inset
22247
22248
22249 \begin_inset CommandInset ref
22250 LatexCommand ref
22251 reference "fig:encab-al-lado"
22252
22253 \end_inset
22254
22255  y la tabla
22256 \begin_inset space ~
22257 \end_inset
22258
22259
22260 \begin_inset CommandInset ref
22261 LatexCommand ref
22262 reference "tab:encab-al-lado"
22263
22264 \end_inset
22265
22266  son ejemplos en los que el título se sitúa al lado.
22267 \end_layout
22268
22269 \begin_layout Standard
22270 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22271  en tablas flotantes y debajo en las figuras flotantes.
22272  Para cambiarlo, puedes usar el comando
22273 \end_layout
22274
22275 \begin_layout Standard
22276
22277 \series bold
22278
22279 \backslash
22280 sidecaptionvpos{tipo de flotante}{colocación}
22281 \end_layout
22282
22283 \begin_layout Standard
22284 en el preámbulo o en código TeX antes del flotante.
22285  El tipo de flotante es 
22286 \family sans
22287 figure
22288 \family default
22289  o 
22290 \family sans
22291 table
22292 \family default
22293 , la colocación puede ser «
22294 \family sans
22295 t
22296 \family default
22297 » por «top» (arriba), «
22298 \family sans
22299 c
22300 \family default
22301 » por «center» (centro), o «
22302 \family sans
22303 b
22304 \family default
22305 » por «bottom» (abajo).
22306  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22307  usa el comando
22308 \end_layout
22309
22310 \begin_layout Standard
22311
22312 \series bold
22313
22314 \backslash
22315 sidecaptionvpos{figure}{c}
22316 \end_layout
22317
22318 \begin_layout Standard
22319 Esto se ha hecho en la figura
22320 \begin_inset space ~
22321 \end_inset
22322
22323
22324 \begin_inset CommandInset ref
22325 LatexCommand ref
22326 reference "fig:encab-al-lado-de-fig"
22327
22328 \end_inset
22329
22330 .
22331 \end_layout
22332
22333 \begin_layout Standard
22334 \begin_inset VSpace medskip
22335 \end_inset
22336
22337 Más información sobre el paquete 
22338 \series bold
22339 sidecap
22340 \series default
22341  en su documentación 
22342 \begin_inset CommandInset citation
22343 LatexCommand cite
22344 key "sidecap"
22345
22346 \end_inset
22347
22348 .
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset Note Greyedout
22353 status open
22354
22355 \begin_layout Plain Layout
22356
22357 \series bold
22358 Nota:
22359 \series default
22360  El paquete LaTeX 
22361 \series bold
22362 hypcap
22363 \series default
22364
22365 \begin_inset Index
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369 LaTeX-paquetes ! hypcap
22370 \end_layout
22371
22372 \end_inset
22373
22374 , descrito en la sección
22375 \begin_inset space ~
22376 \end_inset
22377
22378
22379 \begin_inset CommandInset ref
22380 LatexCommand ref
22381 reference "sub:Colocación-de-Referencias"
22382
22383 \end_inset
22384
22385 , no afecta a flotantes con la leyenda al lado.
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \end_layout
22392
22393 \begin_layout Standard
22394 \begin_inset ERT
22395 status collapsed
22396
22397 \begin_layout Plain Layout
22398
22399
22400 \backslash
22401 FigBesBeg 
22402 \end_layout
22403
22404 \end_inset
22405
22406
22407 \end_layout
22408
22409 \begin_layout Standard
22410 \begin_inset Float figure
22411 wide false
22412 sideways false
22413 status open
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Graphics
22417         filename ../clipart/escher-lsd.eps
22418         scale 75
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \begin_layout Plain Layout
22426 \begin_inset Caption
22427
22428 \begin_layout Plain Layout
22429 \begin_inset CommandInset label
22430 LatexCommand label
22431 name "fig:encab-al-lado"
22432
22433 \end_inset
22434
22435 Leyenda al lado de una figura.
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \begin_layout Standard
22449 \begin_inset ERT
22450 status collapsed
22451
22452 \begin_layout Plain Layout
22453
22454
22455 \backslash
22456 TabBesBeg 
22457 \end_layout
22458
22459 \end_inset
22460
22461
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset Float table
22466 wide false
22467 sideways false
22468 status open
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Caption
22472
22473 \begin_layout Plain Layout
22474 \begin_inset CommandInset label
22475 LatexCommand label
22476 name "tab:encab-al-lado"
22477
22478 \end_inset
22479
22480 Leyenda al lado de una tabla.
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \end_layout
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Tabular
22490 <lyxtabular version="3" rows="4" columns="5">
22491 <features>
22492 <column alignment="center" valignment="top" width="0">
22493 <column alignment="center" valignment="top" width="0">
22494 <column alignment="center" valignment="top" width="0">
22495 <column alignment="center" valignment="top" width="0">
22496 <column alignment="center" valignment="top" width="0">
22497 <row>
22498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22499 \begin_inset Text
22500
22501 \begin_layout Plain Layout
22502 a
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 b
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 c
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 <row>
22545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22546 \begin_inset Text
22547
22548 \begin_layout Plain Layout
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558 d
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22564 \begin_inset Text
22565
22566 \begin_layout Plain Layout
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 e
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 </row>
22591 <row>
22592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 f
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 g
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 h
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 i
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 j
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 </lyxtabular>
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \begin_layout Standard
22698 \begin_inset ERT
22699 status collapsed
22700
22701 \begin_layout Plain Layout
22702
22703
22704 \backslash
22705 TabBesEnd
22706 \end_layout
22707
22708 \end_inset
22709
22710
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \begin_inset ERT
22715 status collapsed
22716
22717 \begin_layout Plain Layout
22718
22719
22720 \backslash
22721 sidecaptionvpos{figure}{c}
22722 \end_layout
22723
22724 \end_inset
22725
22726
22727 \begin_inset Float figure
22728 wide false
22729 sideways false
22730 status open
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Graphics
22734         filename ../clipart/escher-lsd.eps
22735         scale 75
22736
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Caption
22744
22745 \begin_layout Plain Layout
22746 \begin_inset CommandInset label
22747 LatexCommand label
22748 name "fig:encab-al-lado-de-fig"
22749
22750 \end_inset
22751
22752 Leyenda centrada verticalmente junto a una figura.
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \begin_layout Standard
22766 \begin_inset ERT
22767 status collapsed
22768
22769 \begin_layout Plain Layout
22770
22771
22772 \backslash
22773 FigBesEnd
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \begin_layout Standard
22782 \begin_inset ERT
22783 status collapsed
22784
22785 \begin_layout Plain Layout
22786
22787
22788 \backslash
22789 else
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \begin_inset Note Note
22796 status open
22797
22798 \begin_layout Plain Layout
22799 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22800  
22801 \series bold
22802 sidecap
22803 \series default
22804 .
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Standard
22813 Debes instalar el paquete LaTeX 
22814 \series bold
22815 sidecap
22816 \series default
22817  para ver la parte siguiente en la salida.
22818 \end_layout
22819
22820 \begin_layout Standard
22821 \begin_inset ERT
22822 status collapsed
22823
22824 \begin_layout Plain Layout
22825
22826
22827 \backslash
22828 fi
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Section
22837 Lista de flotantes
22838 \begin_inset CommandInset label
22839 LatexCommand label
22840 name "sec:Lista-de-Flotantes"
22841
22842 \end_inset
22843
22844
22845 \begin_inset Index
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849 Flotantes ! Lista de
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 Igual que en el índice general se listan las secciones del documento, hay
22859  listas para todos los tipos de flotantes, como las figuras.
22860  Se pueden insertar mediante los submenús 
22861 \family sans
22862 Insertar\SpecialChar \menuseparator
22863 Lista / IG
22864 \family default
22865 .
22866 \end_layout
22867
22868 \begin_layout Standard
22869 Las entradas de la lista son los títulos del flotante o su título corto,
22870  el número de flotante, y el número de la página del documento en la que
22871  aparecen.
22872 \end_layout
22873
22874 \begin_layout Standard
22875 Puedes encontrar las listas de figuras y tablas al final de este documento.
22876 \end_layout
22877
22878 \begin_layout Chapter
22879 Notas
22880 \end_layout
22881
22882 \begin_layout Section
22883 Notas en LyX
22884 \begin_inset CommandInset label
22885 LatexCommand label
22886 name "sec:Notas-en-LyX"
22887
22888 \end_inset
22889
22890
22891 \begin_inset Index
22892 status collapsed
22893
22894 \begin_layout Plain Layout
22895 Notas ! Notas en LyX
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Standard
22904 Las notas se insertan con el botón 
22905 \begin_inset Graphics
22906         filename ../../images/note-insert.png
22907         scale 85
22908
22909 \end_inset
22910
22911  o con el menú 
22912 \family sans
22913 Insertar\SpecialChar \menuseparator
22914 Nota
22915 \family default
22916 .
22917  Hay cinco tipos de notas:
22918 \end_layout
22919
22920 \begin_layout Description
22921 Nota
22922 \begin_inset space ~
22923 \end_inset
22924
22925 LyX Este tipo es para notas internas que no han de aparecer en la salida.
22926  Su cuadro se muestra como este:
22927 \begin_inset Newline newline
22928 \end_inset
22929
22930
22931 \begin_inset Newline newline
22932 \end_inset
22933
22934
22935 \begin_inset Graphics
22936         filename clipart/NotaLyXImagenQt4.png
22937         display false
22938         scale 85
22939
22940 \end_inset
22941
22942  
22943 \begin_inset Note Note
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947 Este es un texto en un recuadro que no se muestra en la salida.
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Description
22956 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
22957  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
22958 \family sans
22959 Archivo\SpecialChar \menuseparator
22960 Exportar\SpecialChar \menuseparator
22961 LaTeX (pdflatex) / (plain)
22962 \family default
22963 .
22964  Su recuadro se ve así:
22965 \begin_inset Newline newline
22966 \end_inset
22967
22968
22969 \begin_inset Newline newline
22970 \end_inset
22971
22972
22973 \begin_inset Graphics
22974         filename clipart/ComentNotaImagenQt4.png
22975         display false
22976         scale 85
22977
22978 \end_inset
22979
22980  
22981 \begin_inset Note Comment
22982 status collapsed
22983
22984 \begin_layout Plain Layout
22985 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
22986 \end_layout
22987
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \begin_layout Description
22994 Resaltado
22995 \begin_inset space ~
22996 \end_inset
22997
22998 en
22999 \begin_inset space ~
23000 \end_inset
23001
23002 gris Esta nota aparece en la salida como texto resaltado en gris.
23003  Su recuadro se parece a este:
23004 \begin_inset Newline newline
23005 \end_inset
23006
23007
23008 \begin_inset Newline newline
23009 \end_inset
23010
23011
23012 \begin_inset Graphics
23013         filename clipart/GrisNotaImagenQt4.png
23014         display false
23015         scale 85
23016
23017 \end_inset
23018
23019
23020 \begin_inset Newline newline
23021 \end_inset
23022
23023
23024 \begin_inset ERT
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028
23029
23030 \backslash
23031 renewenvironment{lyxgreyedout}
23032 \end_layout
23033
23034 \begin_layout Plain Layout
23035
23036 {
23037 \backslash
23038 textcolor[gray]{0.8}
23039 \backslash
23040 bgroup}{
23041 \backslash
23042 egroup}
23043 \end_layout
23044
23045 \end_inset
23046
23047
23048 \begin_inset Note Greyedout
23049 status open
23050
23051 \begin_layout Plain Layout
23052 Este es el texto
23053 \begin_inset Foot
23054 status open
23055
23056 \begin_layout Plain Layout
23057 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23058 \end_layout
23059
23060 \end_inset
23061
23062  de un comentario que se muestra resaltado en gris.
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \begin_inset ERT
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072
23073
23074 \backslash
23075 renewenvironment{lyxgreyedout}
23076 \end_layout
23077
23078 \begin_layout Plain Layout
23079
23080 {
23081 \backslash
23082 textcolor{blue}
23083 \backslash
23084 bgroup}{
23085 \backslash
23086 egroup}
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \begin_inset Note Note
23093 status collapsed
23094
23095 \begin_layout Plain Layout
23096 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23097  original de LyX, ya que en el preámbulo de este documento se han redefinido
23098  estas notas para que salgan en azul, como se indica más adelante.
23099 \end_layout
23100
23101 \end_inset
23102
23103
23104 \begin_inset Newline newline
23105 \end_inset
23106
23107
23108 \begin_inset Newline newline
23109 \end_inset
23110
23111 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23112  está un poco sangrada, y por otra parte pueden tener notas al pie.
23113 \end_layout
23114
23115 \begin_layout Description
23116 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23117  Su recuadro se verá como este:
23118 \begin_inset Newline newline
23119 \end_inset
23120
23121
23122 \begin_inset Newline newline
23123 \end_inset
23124
23125
23126 \family roman
23127 \series medium
23128
23129 \begin_inset Graphics
23130         filename clipart/NotaEnmarcadaImg.png
23131         display false
23132
23133 \end_inset
23134
23135
23136 \family default
23137 \series default
23138  
23139 \family roman
23140 \series medium
23141
23142 \begin_inset Box Framed
23143 position "t"
23144 hor_pos "c"
23145 has_inner_box 0
23146 inner_pos "t"
23147 use_parbox 0
23148 width "100col%"
23149 special "none"
23150 height "1in"
23151 height_special "totalheight"
23152 status open
23153
23154 \begin_layout Plain Layout
23155
23156 \family roman
23157 Este texto en un cuadro de nota se verá enmarcado en la salida.
23158 \end_layout
23159
23160 \end_inset
23161
23162
23163 \family default
23164 \series default
23165  
23166 \family roman
23167 \series medium
23168
23169 \family default
23170 \series default
23171 diferencia de los cuadros enmarcados,
23172 \begin_inset Foot
23173 status collapsed
23174
23175 \begin_layout Plain Layout
23176 Los cuadros enmarcados se describen en la sección
23177 \begin_inset space ~
23178 \end_inset
23179
23180
23181 \begin_inset CommandInset ref
23182 LatexCommand ref
23183 reference "sec:Cuadros-Enmarcados"
23184
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \end_inset
23191
23192  este marco emplea siempre la anchura total de página y la nota va en su
23193  propio párrafo.
23194 \end_layout
23195
23196 \begin_layout Description
23197 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23198  Su recuadro se verá como este:
23199 \begin_inset Newline newline
23200 \end_inset
23201
23202
23203 \begin_inset Newline newline
23204 \end_inset
23205
23206
23207 \family roman
23208 \series medium
23209
23210 \begin_inset Graphics
23211         filename clipart/NotaSombreadaImg.png
23212         display false
23213
23214 \end_inset
23215
23216  
23217 \begin_inset Box Shaded
23218 position "t"
23219 hor_pos "c"
23220 has_inner_box 0
23221 inner_pos "t"
23222 use_parbox 0
23223 width "100col%"
23224 special "none"
23225 height "1in"
23226 height_special "totalheight"
23227 status open
23228
23229 \begin_layout Plain Layout
23230
23231 \family roman
23232 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23233 \end_layout
23234
23235 \end_inset
23236
23237  A diferencia de los cuadros coloreados
23238 \family default
23239 \series default
23240
23241 \begin_inset Foot
23242 status open
23243
23244 \begin_layout Plain Layout
23245 Los cuadros coloreados se describen en la sección
23246 \begin_inset space ~
23247 \end_inset
23248
23249
23250 \begin_inset CommandInset ref
23251 LatexCommand ref
23252 reference "sec:Cuadros-Coloreados"
23253
23254 \end_inset
23255
23256 .
23257 \end_layout
23258
23259 \end_inset
23260
23261 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23262  párrafo.
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset VSpace bigskip
23267 \end_inset
23268
23269 Si usas el botón de la barra de herramientas 
23270 \begin_inset Graphics
23271         filename ../../images/note-insert.png
23272         scale 85
23273
23274 \end_inset
23275
23276  para insertar notas, se inserta una 
23277 \family sans
23278 Nota
23279 \begin_inset space ~
23280 \end_inset
23281
23282 LyX
23283 \family default
23284 .
23285  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23286  recuadro.
23287  
23288 \family roman
23289 \series medium
23290 \bar no
23291 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23292  botón de herramienta 
23293 \family sans
23294 \series default
23295 \bar default
23296 Nota
23297 \family default
23298 .
23299  Para cambiar una nota a texto, pulsa la tecla 
23300 \family sans
23301 Retroceso
23302 \family default
23303  cuando el cursor está en la primera posición de una nota, o la tecla 
23304 \family sans
23305 Supr
23306 \family default
23307  cuando el cursor está en la última posición de la nota, respectivamente.
23308 \end_layout
23309
23310 \begin_layout Standard
23311 \begin_inset VSpace bigskip
23312 \end_inset
23313
23314 Se puede cambiar el color del 
23315 \family sans
23316 Resaltado en gris
23317 \family default
23318  poniendo en el preámbulo el comando:
23319 \end_layout
23320
23321 \begin_layout Standard
23322
23323 \series bold
23324
23325 \backslash
23326 renewenvironment{lyxgreyedout}
23327 \begin_inset Newline newline
23328 \end_inset
23329
23330
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 hphantom{ }
23339 \end_layout
23340
23341 \end_inset
23342
23343 {
23344 \backslash
23345 textcolor{color}
23346 \backslash
23347 bgroup}{
23348 \backslash
23349 egroup}
23350 \end_layout
23351
23352 \begin_layout Standard
23353 Los colores disponibles y el método para definir nuestros propios colores
23354  se explica en la sección
23355 \begin_inset space ~
23356 \end_inset
23357
23358
23359 \begin_inset CommandInset ref
23360 LatexCommand ref
23361 reference "sec:Tablas-Coloreadas"
23362
23363 \end_inset
23364
23365 .
23366 \end_layout
23367
23368 \begin_layout Standard
23369 Las notas en azul en este documento se han hecho con notas del tipo 
23370 \family sans
23371 Resaltado en gris
23372 \family default
23373  pero definiendo el color del texto en azul.
23374 \end_layout
23375
23376 \begin_layout Standard
23377 \begin_inset VSpace bigskip
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384 El estilo de texto en las notas de tipo 
23385 \family sans
23386 Enmarcado
23387 \family default
23388  y 
23389 \family sans
23390 Sombreado
23391 \family default
23392  se puede establecer en el diálogo 
23393 \family sans
23394 Estilo del texto.
23395 \end_layout
23396
23397 \begin_layout Standard
23398 El grosor predeterminado del marco en las notas 
23399 \family sans
23400 Enmarcadas
23401 \family default
23402  es 0.4
23403 \begin_inset space \thinspace{}
23404 \end_inset
23405
23406 pt; se puede cambiar con el comando 
23407 \backslash
23408
23409 \series bold
23410 FrameRule
23411 \series default
23412 .
23413  El espacio entre el contenido y el marco es 9
23414 \series bold
23415
23416 \begin_inset space \thinspace{}
23417 \end_inset
23418
23419
23420 \series default
23421 pt por omisión; se puede cambiar con 
23422 \series bold
23423
23424 \backslash
23425 FrameSep
23426 \series default
23427 .
23428  Por ejemplo, el marco de la siguiente nota 
23429 \family sans
23430 Enmarcada
23431 \family default
23432  está hecho con los comandos en código TeX
23433 \series bold
23434  
23435 \end_layout
23436
23437 \begin_layout Standard
23438
23439 \series bold
23440
23441 \backslash
23442 FrameRule 5pt 
23443 \backslash
23444 FrameSep 0.5cm
23445 \end_layout
23446
23447 \begin_layout Standard
23448 \begin_inset ERT
23449 status collapsed
23450
23451 \begin_layout Plain Layout
23452
23453
23454 \backslash
23455 FrameRule 5pt 
23456 \backslash
23457 FrameSep 0.5cm
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \begin_inset Box Framed
23464 position "t"
23465 hor_pos "c"
23466 has_inner_box 0
23467 inner_pos "t"
23468 use_parbox 0
23469 width "100col%"
23470 special "none"
23471 height "1in"
23472 height_special "totalheight"
23473 status open
23474
23475 \begin_layout Plain Layout
23476 Texto en una nota 
23477 \family sans
23478 Enmarcada
23479 \family default
23480 .
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \begin_inset ERT
23487 status collapsed
23488
23489 \begin_layout Plain Layout
23490
23491
23492 \backslash
23493 FrameRule 0.4pt 
23494 \backslash
23495 FrameSep 9pt
23496 \end_layout
23497
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \begin_layout Standard
23504 \begin_inset VSpace bigskip
23505 \end_inset
23506
23507
23508 \end_layout
23509
23510 \begin_layout Standard
23511 Para las notas 
23512 \family sans
23513 Sombreadas
23514 \family default
23515  el espacio entre el contenido y el borde es 3
23516 \begin_inset space \thinspace{}
23517 \end_inset
23518
23519 pt por omisión; se puede cambiar con 
23520 \series bold
23521
23522 \backslash
23523 fboxsep
23524 \series default
23525 .
23526 \begin_inset Newline newline
23527 \end_inset
23528
23529 El color rojo predeterminado se puede cambiar con el comando 
23530 \series bold
23531
23532 \backslash
23533 def\SpecialChar \textcompwordmark{}
23534 inecolor{shadebox}
23535 \series default
23536 .
23537  El esquema del comando 
23538 \series bold
23539
23540 \backslash
23541 def\SpecialChar \textcompwordmark{}
23542 inecolor
23543 \series default
23544  se explica en la sección
23545 \begin_inset space ~
23546 \end_inset
23547
23548
23549 \begin_inset CommandInset ref
23550 LatexCommand ref
23551 reference "sec:Tablas-Coloreadas"
23552
23553 \end_inset
23554
23555 .
23556 \begin_inset Foot
23557 status open
23558
23559 \begin_layout Plain Layout
23560
23561 \series bold
23562
23563 \backslash
23564 def\SpecialChar \textcompwordmark{}
23565 inecolor 
23566 \series default
23567 requiere el paquete LaTeX 
23568 \series bold
23569 color
23570 \series default
23571  en el preámbulo,  véase la sección
23572 \series bold
23573
23574 \begin_inset space ~
23575 \end_inset
23576
23577
23578 \begin_inset CommandInset ref
23579 LatexCommand ref
23580 reference "sec:Cuadros-Coloreados"
23581
23582 \end_inset
23583
23584
23585 \series default
23586 .
23587
23588 \series bold
23589  
23590 \end_layout
23591
23592 \end_inset
23593
23594
23595 \end_layout
23596
23597 \begin_layout Standard
23598 Por ejemplo, la siguiente nota 
23599 \family sans
23600 Sombreada
23601 \family default
23602  se ha hecho con los comandos en código TeX
23603 \end_layout
23604
23605 \begin_layout Standard
23606
23607 \series bold
23608
23609 \backslash
23610 fboxsep 0.5cm
23611 \begin_inset Newline newline
23612 \end_inset
23613
23614
23615 \backslash
23616 def\SpecialChar \textcompwordmark{}
23617 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23618 \end_layout
23619
23620 \begin_layout Standard
23621 \begin_inset ERT
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625
23626
23627 \backslash
23628 fboxsep 0.5cm
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \begin_inset ERT
23635 status collapsed
23636
23637 \begin_layout Plain Layout
23638
23639
23640 \backslash
23641 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23642 \end_layout
23643
23644 \end_inset
23645
23646
23647 \begin_inset Box Shaded
23648 position "t"
23649 hor_pos "c"
23650 has_inner_box 0
23651 inner_pos "t"
23652 use_parbox 0
23653 width "100col%"
23654 special "none"
23655 height "1in"
23656 height_special "totalheight"
23657 status open
23658
23659 \begin_layout Plain Layout
23660
23661 \color yellow
23662 Texto amarillo en una nota 
23663 \family sans
23664 Sombreada
23665 \family default
23666  
23667 \begin_inset space ~
23668 \end_inset
23669
23670 con fondo verde oscuro.
23671 \end_layout
23672
23673 \end_inset
23674
23675
23676 \begin_inset ERT
23677 status collapsed
23678
23679 \begin_layout Plain Layout
23680
23681
23682 \backslash
23683 fboxsep 3pt
23684 \end_layout
23685
23686 \end_inset
23687
23688
23689 \begin_inset ERT
23690 status collapsed
23691
23692 \begin_layout Plain Layout
23693
23694
23695 \backslash
23696 definecolor{shadecolor}{rgb}{1,0,0}
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Section
23705 Notas al pie
23706 \begin_inset CommandInset label
23707 LatexCommand label
23708 name "sec:Notas-al-pie"
23709
23710 \end_inset
23711
23712
23713 \begin_inset Index
23714 status collapsed
23715
23716 \begin_layout Plain Layout
23717 Notas ! al pie
23718 \end_layout
23719
23720 \end_inset
23721
23722
23723 \begin_inset Index
23724 status collapsed
23725
23726 \begin_layout Plain Layout
23727 Notas al pie
23728 \end_layout
23729
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \begin_layout Standard
23736 Las notas al pie se insertan con el botón 
23737 \begin_inset Graphics
23738         filename ../../images/footnote-insert.png
23739         scale 85
23740
23741 \end_inset
23742
23743  o el menú 
23744 \family sans
23745 Insertar\SpecialChar \menuseparator
23746 Nota
23747 \begin_inset space ~
23748 \end_inset
23749
23750 al
23751 \begin_inset space ~
23752 \end_inset
23753
23754 pie
23755 \family default
23756 .
23757  
23758 \family roman
23759 \series medium
23760 \bar no
23761 Aparece un recuadro como este:
23762 \family default
23763 \series default
23764 \bar default
23765  
23766 \begin_inset Graphics
23767         filename clipart/notapieQt4.png
23768         scale 80
23769
23770 \end_inset
23771
23772  
23773 \family roman
23774 \series medium
23775 \bar no
23776 donde puedes introducir el texto.
23777  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23778  sobre el
23779 \family default
23780 \series default
23781 \bar default
23782  
23783 \family roman
23784 \series medium
23785 \bar no
23786 botón
23787 \family default
23788 \series default
23789 \bar default
23790 .
23791  Para cambiar una nota al pie a texto, pulsa la tecla 
23792 \family sans
23793 Retroceso
23794 \family default
23795  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23796  
23797 \family sans
23798 Supr
23799 \family default
23800  cuando el cursor está en la última posición de la nota, respectivamente.
23801 \end_layout
23802
23803 \begin_layout Standard
23804 Aquí hay un ejemplo de nota al pie:
23805 \family roman
23806 \series medium
23807 \bar no
23808
23809 \begin_inset Foot
23810 status open
23811
23812 \begin_layout Plain Layout
23813 \begin_inset CommandInset label
23814 LatexCommand label
23815 name "pie:Esto-es-una"
23816
23817 \end_inset
23818
23819 Ejemplo de nota al pie.
23820 \end_layout
23821
23822 \end_inset
23823
23824
23825 \family default
23826 \series default
23827 \bar default
23828
23829 \begin_inset ERT
23830 status collapsed
23831
23832 \begin_layout Plain Layout
23833
23834
23835 \backslash
23836 newcounter{MyRepeatFoot}
23837 \end_layout
23838
23839 \begin_layout Plain Layout
23840
23841
23842 \backslash
23843 setcounter{MyRepeatFoot}{
23844 \backslash
23845 thefootnote}
23846 \end_layout
23847
23848 \end_inset
23849
23850
23851 \end_layout
23852
23853 \begin_layout Standard
23854 En la salida, el pie se muestra como número voladito en el lugar del texto
23855  donde se coloca el recuadro.
23856  El texto se coloca al final de la página actual.
23857  Los números de las notas son calculados por LaTeX, y son consecutivos.
23858  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23859 \end_layout
23860
23861 \begin_layout Standard
23862 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23863  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23864  se describe en la sección
23865 \begin_inset space ~
23866 \end_inset
23867
23868
23869 \begin_inset CommandInset ref
23870 LatexCommand ref
23871 reference "sec:Referencias-a-Flotantes"
23872
23873 \end_inset
23874
23875 .
23876 \begin_inset Newline newline
23877 \end_inset
23878
23879 Esto es una referencia cruzada a la Nota al pie
23880 \begin_inset space ~
23881 \end_inset
23882
23883
23884 \begin_inset CommandInset ref
23885 LatexCommand ref
23886 reference "pie:Esto-es-una"
23887
23888 \end_inset
23889
23890 .
23891 \begin_inset Newline newline
23892 \end_inset
23893
23894
23895 \begin_inset Note Greyedout
23896 status open
23897
23898 \begin_layout Plain Layout
23899
23900 \series bold
23901 Nota:
23902 \series default
23903  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23904  de insertar un prefijo, p.
23905 \begin_inset space \thinspace{}
23906 \end_inset
23907
23908 e.
23909 \begin_inset space ~
23910 \end_inset
23911
23912 «
23913 \family sans
23914 pie:
23915 \family default
23916 » manualmente cuando quieras usar el estilo 
23917 \family sans
23918 Referencia
23919 \begin_inset space ~
23920 \end_inset
23921
23922 con
23923 \begin_inset space ~
23924 \end_inset
23925
23926 formato
23927 \family default
23928 .
23929 \end_layout
23930
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \begin_layout Standard
23937 \begin_inset VSpace defskip
23938 \end_inset
23939
23940 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
23941 \begin_inset space ~
23942 \end_inset
23943
23944
23945 \begin_inset CommandInset ref
23946 LatexCommand ref
23947 reference "sec:Minipáginas"
23948
23949 \end_inset
23950
23951 .
23952  Los pies en tablas largas en la sección
23953 \begin_inset space ~
23954 \end_inset
23955
23956
23957 \begin_inset CommandInset ref
23958 LatexCommand ref
23959 reference "sub:Notas-al-pie-en-Tablas-Largas"
23960
23961 \end_inset
23962
23963 .
23964 \end_layout
23965
23966 \begin_layout Standard
23967 \begin_inset VSpace defskip
23968 \end_inset
23969
23970 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23971 \series bold
23972
23973 \backslash
23974 footnotemark[número]
23975 \series default
23976  en código TeX.
23977  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23978  no quieres imprimir el pie cada vez.
23979 \begin_inset Newline newline
23980 \end_inset
23981
23982 Como no sabes el número del pie que se repite mientras escribes el texto,
23983  tienes que guardarlo.
23984  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23985  en código TeX detrás de Nota
23986 \begin_inset space ~
23987 \end_inset
23988
23989 al
23990 \begin_inset space ~
23991 \end_inset
23992
23993 pie
23994 \begin_inset space ~
23995 \end_inset
23996
23997
23998 \begin_inset CommandInset ref
23999 LatexCommand ref
24000 reference "pie:Esto-es-una"
24001
24002 \end_inset
24003
24004  para guardar el número de pie:
24005 \end_layout
24006
24007 \begin_layout Standard
24008
24009 \series bold
24010
24011 \backslash
24012 newcounter{MyRepeatFoot}
24013 \begin_inset Newline newline
24014 \end_inset
24015
24016
24017 \backslash
24018 setcounter{MyRepeatFoot}{
24019 \backslash
24020 thefootnote}
24021 \end_layout
24022
24023 \begin_layout Standard
24024 La marca de pie se crea entonces con el comando:
24025 \end_layout
24026
24027 \begin_layout Standard
24028
24029 \series bold
24030
24031 \backslash
24032 footnotemark[
24033 \backslash
24034 theMyRepeatFoot]
24035 \end_layout
24036
24037 \begin_layout Standard
24038 Aquí hay un ejemplo de marca de pie:
24039 \family roman
24040 \series medium
24041 \bar no
24042
24043 \begin_inset ERT
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047
24048
24049 \backslash
24050 footnotemark[
24051 \backslash
24052 theMyRepeatFoot]
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \begin_layout Subsection
24061 Numeración de notas al pie
24062 \begin_inset CommandInset label
24063 LatexCommand label
24064 name "sub:Numeración-de-Notas-al-Pie"
24065
24066 \end_inset
24067
24068
24069 \begin_inset Index
24070 status collapsed
24071
24072 \begin_layout Plain Layout
24073 Notas al pie ! Numeración
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Standard
24082 Para reiniciar el número de pie a 1 en cada sección añade este 
24083 \family roman
24084 comando en el preámbulo:
24085 \end_layout
24086
24087 \begin_layout Standard
24088
24089 \series bold
24090
24091 \backslash
24092 @addtoreset{footnote}{section}
24093 \end_layout
24094
24095 \begin_layout Standard
24096 \begin_inset VSpace bigskip
24097 \end_inset
24098
24099 El siguiente comando en el preámbulo cambia el estilo de numeración del
24100  pie a números romanos en minúsculas:
24101 \end_layout
24102
24103 \begin_layout Standard
24104
24105 \series bold
24106
24107 \backslash
24108 renewcommand{
24109 \backslash
24110 thefootnote}{
24111 \backslash
24112 roman{footnote}}
24113 \end_layout
24114
24115 \begin_layout Standard
24116 \begin_inset ERT
24117 status collapsed
24118
24119 \begin_layout Plain Layout
24120
24121
24122 \backslash
24123 renewcommand{
24124 \backslash
24125 thefootnote}{
24126 \backslash
24127 roman{footnote}}
24128 \end_layout
24129
24130 \end_inset
24131
24132  Nota al pie en números romanos:
24133 \begin_inset Foot
24134 status open
24135
24136 \begin_layout Plain Layout
24137 Ejemplo de nota al pie en números romanos.
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \begin_inset ERT
24144 status collapsed
24145
24146 \begin_layout Plain Layout
24147
24148
24149 \backslash
24150 renewcommand{
24151 \backslash
24152 thefootnote}{
24153 \backslash
24154 arabic{footnote}}
24155 \end_layout
24156
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \begin_layout Standard
24163 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24164  
24165 \series bold
24166
24167 \backslash
24168 roman
24169 \series default
24170  por 
24171 \series bold
24172
24173 \backslash
24174 Roman
24175 \series default
24176 .
24177  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24178 \series bold
24179
24180 \backslash
24181 Alph
24182 \series default
24183  o 
24184 \series bold
24185
24186 \backslash
24187 alph
24188 \series default
24189 , respectivamente.
24190  Para ordenar las notas al pie con símbolos usa 
24191 \series bold
24192
24193 \backslash
24194 fnsymbol
24195 \series default
24196 .
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \begin_inset Note Greyedout
24201 status open
24202
24203 \begin_layout Plain Layout
24204
24205 \series bold
24206 Nota:
24207 \series default
24208  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24209  simples.
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \begin_inset Newline newline
24216 \end_inset
24217
24218
24219 \begin_inset Note Greyedout
24220 status open
24221
24222 \begin_layout Plain Layout
24223
24224 \series bold
24225 Nota:
24226 \series default
24227  sólo puedes ordenar hasta 9 pies con símbolos.
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Para volver al estilo de numeración predeterminado cuando has cambiado a
24237  otro estilo, usa 
24238 \series bold
24239
24240 \backslash
24241 arabic
24242 \series default
24243  en vez de 
24244 \series bold
24245
24246 \backslash
24247 roman
24248 \series default
24249  en el comando anterior.
24250 \begin_inset ERT
24251 status collapsed
24252
24253 \begin_layout Plain Layout
24254
24255
24256 \backslash
24257 renewcommand{
24258 \backslash
24259 thefootnote}{
24260 \backslash
24261 arabic{footnote}}
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 \begin_inset VSpace bigskip
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \begin_layout Standard
24277 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
24278  comando al preámbulo del documento:
24279 \end_layout
24280
24281 \begin_layout Standard
24282
24283 \series bold
24284
24285 \backslash
24286 numberwithin{footnote}{chapter}
24287 \end_layout
24288
24289 \begin_layout Standard
24290 Para poder usar el comando 
24291 \series bold
24292
24293 \backslash
24294 numberwithin
24295 \series default
24296 , marca la opción 
24297 \family sans
24298 Usar
24299 \family default
24300
24301 \begin_inset space ~
24302 \end_inset
24303
24304
24305 \family sans
24306 el
24307 \family default
24308
24309 \begin_inset space ~
24310 \end_inset
24311
24312
24313 \family sans
24314 paquete
24315 \family default
24316
24317 \begin_inset space ~
24318 \end_inset
24319
24320
24321 \family sans
24322 AMS
24323 \family default
24324  en la solapa 
24325 \family sans
24326 Ecuaciones
24327 \family default
24328  de la configuración del documento.
24329 \end_layout
24330
24331 \begin_layout Standard
24332 \begin_inset ERT
24333 status collapsed
24334
24335 \begin_layout Plain Layout
24336
24337
24338 \backslash
24339 numberwithin{footnote}{chapter}
24340 \end_layout
24341
24342 \end_inset
24343
24344 Esto es otro ejemplo de nota al pie:
24345 \series bold
24346
24347 \begin_inset Foot
24348 status open
24349
24350 \begin_layout Plain Layout
24351 Nota al pie numerada en el esquema 
24352 \begin_inset Quotes eld
24353 \end_inset
24354
24355 capítulo.nota
24356 \begin_inset Quotes erd
24357 \end_inset
24358
24359 .
24360 \end_layout
24361
24362 \end_inset
24363
24364
24365 \series default
24366
24367 \begin_inset ERT
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371
24372
24373 \backslash
24374 renewcommand{
24375 \backslash
24376 thefootnote}{
24377 \backslash
24378 arabic{footnote}}
24379 \end_layout
24380
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \begin_layout Standard
24387 \begin_inset Note Greyedout
24388 status open
24389
24390 \begin_layout Plain Layout
24391
24392 \series bold
24393 Nota: 
24394 \backslash
24395 numberwithin 
24396 \series default
24397 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24398  previas para obtener números no arábigos se sobreescriben.
24399 \end_layout
24400
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \begin_layout Standard
24407 Así, para obtener por ejemplo el esquema «capítulo.
24408 \backslash
24409 Roman{footnote}», usa este comando en vez de 
24410 \series bold
24411
24412 \backslash
24413 numberwithin
24414 \series default
24415 :
24416 \end_layout
24417
24418 \begin_layout Standard
24419
24420 \series bold
24421
24422 \backslash
24423 renewcommand{
24424 \backslash
24425 thefootnote}{
24426 \backslash
24427 thechapter.
24428 \backslash
24429 Roman{footnote}}
24430 \end_layout
24431
24432 \begin_layout Subsection
24433 Colocación de notas al pie
24434 \begin_inset Index
24435 status collapsed
24436
24437 \begin_layout Plain Layout
24438 Notas al pie ! Colocación
24439 \end_layout
24440
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24448  entre ellas al final de la página.
24449  Para hacerlas más legibles puedes añadir p.
24450 \begin_inset space \thinspace{}
24451 \end_inset
24452
24453 e.
24454 \begin_inset space ~
24455 \end_inset
24456
24457 1.5
24458 \begin_inset space \thinspace{}
24459 \end_inset
24460
24461 mm con el comando siguiente en el preámbulo:
24462 \end_layout
24463
24464 \begin_layout Standard
24465
24466 \series bold
24467
24468 \backslash
24469 let
24470 \backslash
24471 myFoot
24472 \backslash
24473 footnote
24474 \begin_inset Newline newline
24475 \end_inset
24476
24477
24478 \backslash
24479 renewcommand{
24480 \backslash
24481 footnote}[1]{
24482 \backslash
24483 myFoot{#1
24484 \backslash
24485 vspace{1.5mm}}}
24486 \end_layout
24487
24488 \begin_layout Standard
24489 \begin_inset VSpace bigskip
24490 \end_inset
24491
24492 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24493  ver la figura
24494 \begin_inset space ~
24495 \end_inset
24496
24497
24498 \begin_inset CommandInset ref
24499 LatexCommand ref
24500 reference "fig:Colocación-standard-del-pie"
24501
24502 \end_inset
24503
24504 .
24505  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24506  en la figura
24507 \begin_inset space ~
24508 \end_inset
24509
24510
24511 \begin_inset CommandInset ref
24512 LatexCommand ref
24513 reference "fig:Colocación-del-pie-en"
24514
24515 \end_inset
24516
24517 , usa el paquete LaTeX 
24518 \series bold
24519 ftnright
24520 \series default
24521
24522 \begin_inset Index
24523 status collapsed
24524
24525 \begin_layout Plain Layout
24526 LaTeX-paquetes ! ftnright
24527 \end_layout
24528
24529 \end_inset
24530
24531  con este comando en el preámbulo:
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \series bold
24537
24538 \backslash
24539 usepackage{ftnright}
24540 \end_layout
24541
24542 \begin_layout Standard
24543 \begin_inset Float figure
24544 placement !h
24545 wide false
24546 sideways false
24547 status open
24548
24549 \begin_layout Plain Layout
24550 \begin_inset ERT
24551 status collapsed
24552
24553 \begin_layout Plain Layout
24554
24555
24556 \backslash
24557 framebox{
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \begin_inset Graphics
24564         filename ../clipart/without_fntright.pdf
24565         width 100col%
24566
24567 \end_inset
24568
24569
24570 \begin_inset ERT
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574
24575 }
24576 \end_layout
24577
24578 \end_inset
24579
24580
24581 \end_layout
24582
24583 \begin_layout Plain Layout
24584 \begin_inset Caption
24585
24586 \begin_layout Plain Layout
24587 \begin_inset CommandInset label
24588 LatexCommand label
24589 name "fig:Colocación-standard-del-pie"
24590
24591 \end_inset
24592
24593 Colocación estándar de notas al pie en documentos a dos columnas.
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \begin_layout Standard
24607 \begin_inset Float figure
24608 placement !h
24609 wide false
24610 sideways false
24611 status open
24612
24613 \begin_layout Plain Layout
24614 \begin_inset ERT
24615 status collapsed
24616
24617 \begin_layout Plain Layout
24618
24619
24620 \backslash
24621 framebox{
24622 \end_layout
24623
24624 \end_inset
24625
24626
24627 \begin_inset Graphics
24628         filename ../clipart/with_fntright.pdf
24629         width 100col%
24630
24631 \end_inset
24632
24633
24634 \begin_inset ERT
24635 status collapsed
24636
24637 \begin_layout Plain Layout
24638
24639 }
24640 \end_layout
24641
24642 \end_inset
24643
24644
24645 \end_layout
24646
24647 \begin_layout Plain Layout
24648 \begin_inset Caption
24649
24650 \begin_layout Plain Layout
24651 \begin_inset CommandInset label
24652 LatexCommand label
24653 name "fig:Colocación-del-pie-en"
24654
24655 \end_inset
24656
24657 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24658  el paquete LaTeX 
24659 \series bold
24660 ftnright
24661 \series default
24662 .
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Standard
24676 \begin_inset VSpace bigskip
24677 \end_inset
24678
24679 En alguna literatura científica es habitual reunir las notas para imprimirlas
24680  en un párrafo separado al final de la sección, como en la figura
24681 \begin_inset space ~
24682 \end_inset
24683
24684
24685 \begin_inset CommandInset ref
24686 LatexCommand ref
24687 reference "fig:Notas-al-pie-al-final"
24688
24689 \end_inset
24690
24691 .
24692  Para usar notas finales
24693 \begin_inset Index
24694 status collapsed
24695
24696 \begin_layout Plain Layout
24697 Notas finales
24698 \end_layout
24699
24700 \end_inset
24701
24702  en vez de notas al pie, carga el paquete LaTeX 
24703 \series bold
24704 endnotes
24705 \series default
24706
24707 \begin_inset Index
24708 status collapsed
24709
24710 \begin_layout Plain Layout
24711 LaTeX-paquetes ! endnotes
24712 \end_layout
24713
24714 \end_inset
24715
24716  con las siguientes líneas en el preámbulo de tu documento:
24717 \end_layout
24718
24719 \begin_layout Standard
24720
24721 \series bold
24722
24723 \backslash
24724 usepackage{endnotes}
24725 \begin_inset Newline newline
24726 \end_inset
24727
24728
24729 \backslash
24730 let
24731 \backslash
24732 footnote
24733 \backslash
24734 endnote
24735 \end_layout
24736
24737 \begin_layout Standard
24738 Para insertar la colección de notas, escribe el comando
24739 \end_layout
24740
24741 \begin_layout Standard
24742
24743 \series bold
24744
24745 \backslash
24746 theendnotes
24747 \end_layout
24748
24749 \begin_layout Standard
24750 en código TeX al final de una sección o capítulo.
24751 \end_layout
24752
24753 \begin_layout Standard
24754 \begin_inset Float figure
24755 wide false
24756 sideways false
24757 status open
24758
24759 \begin_layout Plain Layout
24760 \align center
24761 \begin_inset ERT
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765
24766
24767 \backslash
24768 framebox{
24769 \end_layout
24770
24771 \end_inset
24772
24773
24774 \begin_inset Graphics
24775         filename ../clipart/endnotes.pdf
24776
24777 \end_inset
24778
24779
24780 \begin_inset ERT
24781 status collapsed
24782
24783 \begin_layout Plain Layout
24784
24785 }
24786 \end_layout
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Caption
24795
24796 \begin_layout Plain Layout
24797 \begin_inset CommandInset label
24798 LatexCommand label
24799 name "fig:Notas-al-pie-al-final"
24800
24801 \end_inset
24802
24803 Notas al final: notas impresas en párrafo separado al final de la sección
24804  o del capítulo.
24805 \end_layout
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Standard
24818 \begin_inset VSpace medskip
24819 \end_inset
24820
24821 La cabecera de párrafo para las notas finales no se traduce automáticamente
24822  al lenguaje del documento, hay que hacerlo manualmente.
24823   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24824  al español «Notas»:
24825 \end_layout
24826
24827 \begin_layout Standard
24828
24829 \series bold
24830
24831 \backslash
24832 renewcommand{
24833 \backslash
24834 notesname}{Notas}
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \begin_inset VSpace medskip
24839 \end_inset
24840
24841 La numeración de notas finales puede cambiarse como la de las notas al pie,
24842  como se describe en la sección
24843 \begin_inset space ~
24844 \end_inset
24845
24846
24847 \begin_inset CommandInset ref
24848 LatexCommand ref
24849 reference "sub:Numeración-de-Notas-al-Pie"
24850
24851 \end_inset
24852
24853 ; sólo hay que reemplazar el comando 
24854 \series bold
24855
24856 \backslash
24857 thefootnote
24858 \series default
24859  por 
24860 \series bold
24861
24862 \backslash
24863 theendnote
24864 \series default
24865 .
24866  Para restablecer la numeración usa el comando 
24867 \series bold
24868
24869 \backslash
24870 @addtoreset
24871 \series default
24872  como se describe en la sección
24873 \begin_inset space ~
24874 \end_inset
24875
24876
24877 \begin_inset CommandInset ref
24878 LatexCommand ref
24879 reference "sub:Numeración-de-Notas-al-Pie"
24880
24881 \end_inset
24882
24883  y sustituye el parámetro de comando 
24884 \series bold
24885 footnote
24886 \series default
24887  por 
24888 \series bold
24889 endnote
24890 \series default
24891 .
24892 \end_layout
24893
24894 \begin_layout Standard
24895 Para crear sólo una marca para una nota final, usa el comando 
24896 \series bold
24897
24898 \backslash
24899 endnotemark[número]
24900 \series default
24901  similar al comando 
24902 \series bold
24903
24904 \backslash
24905 footnotemark
24906 \series default
24907 , descrito en la sección
24908 \begin_inset space ~
24909 \end_inset
24910
24911
24912 \begin_inset CommandInset ref
24913 LatexCommand ref
24914 reference "sec:Notas-al-pie"
24915
24916 \end_inset
24917
24918 .
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \begin_inset VSpace bigskip
24923 \end_inset
24924
24925 Las notas al pie también pueden colocarse al margen de la página y la alineación
24926  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24927 \series bold
24928 footmisc
24929 \series default
24930
24931 \begin_inset Index
24932 status collapsed
24933
24934 \begin_layout Plain Layout
24935 LaTeX-paquetes ! footmisc
24936 \end_layout
24937
24938 \end_inset
24939
24940  
24941 \begin_inset CommandInset citation
24942 LatexCommand cite
24943 key "footmisc"
24944
24945 \end_inset
24946
24947  para más información.
24948 \end_layout
24949
24950 \begin_layout Standard
24951 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24952  
24953 \begin_inset CommandInset citation
24954 LatexCommand cite
24955 key "latexcompanion,latexguide,latexbook"
24956
24957 \end_inset
24958
24959 .
24960 \end_layout
24961
24962 \begin_layout Section
24963 Notas al margen
24964 \begin_inset Index
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968 Notas ! al margen
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 Las notas al margen se ven y se comportan en LyX como notas al pie.
24978  Se insertan con el menú 
24979 \family sans
24980 Insertar\SpecialChar \menuseparator
24981 Nota
24982 \begin_inset space ~
24983 \end_inset
24984
24985 al
24986 \begin_inset space ~
24987 \end_inset
24988
24989 margen
24990 \family default
24991  o con el botón 
24992 \begin_inset Graphics
24993         filename ../../images/marginalnote-insert.png
24994         scale 85
24995
24996 \end_inset
24997
24998 .
24999  Aparece un cuadro gris con la etiqueta 
25000 \family roman
25001 \series medium
25002 «margen» en color rojo y un marco en el que puedes escribir el texto de
25003  la nota.
25004 \end_layout
25005
25006 \begin_layout Standard
25007 Al lado hay un ejemplo de nota al margen.
25008
25009 \family roman
25010 \series medium
25011  
25012 \begin_inset Marginal
25013 status open
25014
25015 \begin_layout Plain Layout
25016 Esto es una nota al margen.
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 Estas notas salen en el margen derecho en documentos a una cara.
25026  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25027  en páginas pares, derecho en páginas impares---.
25028  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25029  a la derecha si la nota aparece en el margen izquierdo---.
25030  La primera línea de la nota se sitúa en la posición de la línea del texto
25031  en la que se inserta en el documento.
25032 \end_layout
25033
25034 \begin_layout Standard
25035 \begin_inset VSpace bigskip
25036 \end_inset
25037
25038 Para colocar la nota en el margen interno añade el comando
25039 \end_layout
25040
25041 \begin_layout Standard
25042
25043 \series bold
25044
25045 \backslash
25046 reversemarginpar
25047 \end_layout
25048
25049 \begin_layout Standard
25050 en código TeX antes de la nota.
25051  La nueva colocación es válida para todas las siguientes notas al margen.
25052  
25053 \begin_inset ERT
25054 status collapsed
25055
25056 \begin_layout Plain Layout
25057
25058
25059 \backslash
25060 reversemarginpar 
25061 \end_layout
25062
25063 \end_inset
25064
25065
25066 \begin_inset Marginal
25067 status open
25068
25069 \begin_layout Plain Layout
25070 Esto es una nota en el margen interno.
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \series bold
25077
25078 \begin_inset Newline newline
25079 \end_inset
25080
25081
25082 \series default
25083
25084 \begin_inset Note Greyedout
25085 status open
25086
25087 \begin_layout Plain Layout
25088
25089 \series bold
25090 Nota:
25091 \series default
25092  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25093  no se mostrará correctamente en la salida.
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \begin_layout Standard
25102 Para volver a la ubicación predeterminada inserta en código TeX el comando
25103 \begin_inset ERT
25104 status collapsed
25105
25106 \begin_layout Plain Layout
25107
25108
25109 \backslash
25110 normalmarginpar 
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119
25120 \series bold
25121
25122 \backslash
25123 normalmarginpar
25124 \end_layout
25125
25126 \begin_layout Standard
25127 \begin_inset Note Greyedout
25128 status open
25129
25130 \begin_layout Plain Layout
25131
25132 \series bold
25133 Nota:
25134 \series default
25135  El comando se ignora si en el mismo párrafo está también presente el comando
25136  
25137 \series bold
25138
25139 \backslash
25140 reversemarginpar
25141 \series default
25142 .
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Standard
25151 \begin_inset VSpace bigskip
25152 \end_inset
25153
25154
25155 \family roman
25156 \series medium
25157
25158 \begin_inset Marginal
25159 status open
25160
25161 \begin_layout Plain Layout
25162 PalabraMuyLargaAlMargen no partida con guión.
25163 \end_layout
25164
25165 \end_inset
25166
25167
25168 \family default
25169 \series default
25170  Como en el caso descrito en la sección
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "sub:Líneas-Múltiples-en"
25178
25179 \end_inset
25180
25181 , una palabra larga no puede partirse con guión cuando es la primera en
25182  la nota al margen.
25183  Para evitar esto, inserta un espacio horizontal de 0
25184 \begin_inset space \thinspace{}
25185 \end_inset
25186
25187 pt antes de la palabra
25188 \family roman
25189 \series medium
25190 .
25191  
25192 \begin_inset Marginal
25193 status open
25194
25195 \begin_layout Plain Layout
25196 \begin_inset ERT
25197 status collapsed
25198
25199 \begin_layout Plain Layout
25200
25201
25202 \backslash
25203 hspace{0pt}
25204 \end_layout
25205
25206 \end_inset
25207
25208 PalabraMuyLargaAlMargen partida con guión.
25209 \end_layout
25210
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \begin_layout Standard
25217 \begin_inset VSpace bigskip
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Standard
25224 \begin_inset Note Greyedout
25225 status open
25226
25227 \begin_layout Plain Layout
25228
25229 \series bold
25230 Nota:
25231 \series default
25232  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25233  notas al pie.
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Standard
25242 \begin_inset VSpace bigskip
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \begin_layout Standard
25249 \begin_inset ERT
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253
25254
25255 \backslash
25256 ifmarginnote
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \begin_inset Note Note
25263 status open
25264
25265 \begin_layout Plain Layout
25266 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25267  LaTeX 
25268 \series bold
25269 marginnote
25270 \series default
25271 .
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \end_layout
25278
25279 \begin_layout Standard
25280 Esta restricción se puede salvar con el paquete LaTeX 
25281 \series bold
25282 marginnote
25283 \series default
25284
25285 \begin_inset Index
25286 status collapsed
25287
25288 \begin_layout Plain Layout
25289 LaTeX-paquetes ! marginnote
25290 \end_layout
25291
25292 \end_inset
25293
25294 .
25295  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25296  notas al margen es redefinido para usar el comando proporcionado por el
25297  paquete 
25298 \series bold
25299 marginnote
25300 \series default
25301 :
25302 \end_layout
25303
25304 \begin_layout Standard
25305
25306 \series bold
25307
25308 \backslash
25309 usepackage{marginnote}
25310 \begin_inset Newline newline
25311 \end_inset
25312
25313
25314 \backslash
25315 let
25316 \backslash
25317 marginpar
25318 \backslash
25319 marginnote
25320 \end_layout
25321
25322 \begin_layout Standard
25323 Esto se ha utilizado en el presente documento porque 
25324 \series bold
25325 marginnote
25326 \series default
25327  tiene una característica adicional útil: Puedes establecer un desplazamiento
25328  vertical a la nota.
25329  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25330  diseño de la página.
25331  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25332  en código TeX
25333 \end_layout
25334
25335 \begin_layout Standard
25336
25337 \series bold
25338 [desplazamiento]
25339 \end_layout
25340
25341 \begin_layout Standard
25342 donde desplazamiento es una longitud en una de las unidades de la tabla
25343 \begin_inset space ~
25344 \end_inset
25345
25346
25347 \begin_inset CommandInset ref
25348 LatexCommand ref
25349 reference "tab:Unidades"
25350
25351 \end_inset
25352
25353 .
25354  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25355  abajo.
25356  
25357 \family roman
25358 \series medium
25359 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25360 \begin_inset space \thinspace{}
25361 \end_inset
25362
25363 cm arriba con el comando en código TeX 
25364 \begin_inset Quotes eld
25365 \end_inset
25366
25367
25368 \family default
25369 \series bold
25370 [-1.5cm]
25371 \family roman
25372 \series medium
25373
25374 \begin_inset Quotes erd
25375 \end_inset
25376
25377
25378 \begin_inset Marginal
25379 status collapsed
25380
25381 \begin_layout Plain Layout
25382 Esta nota está 1.5
25383 \begin_inset space \thinspace{}
25384 \end_inset
25385
25386 cm por encima de su posición original.
25387 \end_layout
25388
25389 \end_inset
25390
25391
25392 \family default
25393 \series default
25394
25395 \begin_inset ERT
25396 status open
25397
25398 \begin_layout Plain Layout
25399
25400 [-1.5cm]
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \begin_layout Standard
25409 \begin_inset VSpace medskip
25410 \end_inset
25411
25412 Con 
25413 \series bold
25414 marginnote
25415 \series default
25416  también puedes cambiar la alineación del texto en el margen.
25417  Por ejemplo los comandos
25418 \end_layout
25419
25420 \begin_layout Standard
25421
25422 \series bold
25423
25424 \backslash
25425 renewcommand*{
25426 \backslash
25427 raggedleftmarginnote}{
25428 \backslash
25429 centering}
25430 \begin_inset Newline newline
25431 \end_inset
25432
25433
25434 \backslash
25435 renewcommand*{
25436 \backslash
25437 raggedrightmarginnote}{
25438 \backslash
25439 centering}
25440 \end_layout
25441
25442 \begin_layout Standard
25443 producen alineación centrada.
25444  
25445 \series bold
25446
25447 \backslash
25448 raggedleftmarginnote
25449 \series default
25450  identifica las notas que aparecen al lado izquierdo.
25451 \family roman
25452 \series medium
25453
25454 \begin_inset ERT
25455 status collapsed
25456
25457 \begin_layout Plain Layout
25458
25459
25460 \backslash
25461 renewcommand*{
25462 \backslash
25463 raggedleftmarginnote}{
25464 \backslash
25465 centering}
25466 \end_layout
25467
25468 \begin_layout Plain Layout
25469
25470
25471 \backslash
25472 renewcommand*{
25473 \backslash
25474 raggedrightmarginnote}{
25475 \backslash
25476 centering}
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \begin_inset Marginal
25483 status open
25484
25485 \begin_layout Plain Layout
25486 El texto de esta nota está centrado.
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \family default
25493 \series default
25494  El valor predeterminado es 
25495 \end_layout
25496
25497 \begin_layout Standard
25498
25499 \series bold
25500
25501 \backslash
25502 renewcommand*{
25503 \backslash
25504 raggedleftmarginnote}{
25505 \backslash
25506 raggedleft}
25507 \begin_inset Newline newline
25508 \end_inset
25509
25510
25511 \backslash
25512 renewcommand*{
25513 \backslash
25514 raggedrightmarginnote}{
25515 \backslash
25516 raggedright}
25517 \family roman
25518 \series medium
25519
25520 \begin_inset ERT
25521 status collapsed
25522
25523 \begin_layout Plain Layout
25524
25525
25526 \backslash
25527 renewcommand*{
25528 \backslash
25529 raggedleftmarginnote}{
25530 \backslash
25531 raggedleft}
25532 \end_layout
25533
25534 \begin_layout Plain Layout
25535
25536
25537 \backslash
25538 renewcommand*{
25539 \backslash
25540 raggedrightmarginnote}{
25541 \backslash
25542 raggedright}
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Standard
25551 \begin_inset VSpace medskip
25552 \end_inset
25553
25554 Para otras características de 
25555 \series bold
25556 marginnote
25557 \series default
25558  mira en su documentación 
25559 \begin_inset CommandInset citation
25560 LatexCommand cite
25561 key "marginnote"
25562
25563 \end_inset
25564
25565 .
25566 \end_layout
25567
25568 \begin_layout Standard
25569 \begin_inset VSpace bigskip
25570 \end_inset
25571
25572 El diseño de las notas al margen puede ser redefinido.
25573  Por ejemplo, para crear una cabecera para todas las notas con el texto
25574  
25575 \begin_inset Quotes eld
25576 \end_inset
25577
25578
25579 \series bold
25580 \bar under
25581 ¡
25582 \family sans
25583 Atención
25584 \family default
25585 !
25586 \series default
25587 \bar default
25588
25589 \begin_inset Quotes erd
25590 \end_inset
25591
25592 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25593 \end_layout
25594
25595 \begin_layout Standard
25596
25597 \series bold
25598
25599 \backslash
25600 let
25601 \backslash
25602 myMarginpar
25603 \backslash
25604 marginpar
25605 \begin_inset Newline newline
25606 \end_inset
25607
25608
25609 \backslash
25610 renewcommand{
25611 \backslash
25612 marginpar}[1]{
25613 \backslash
25614 myMarginpar{%
25615 \begin_inset Newline newline
25616 \end_inset
25617
25618
25619 \begin_inset ERT
25620 status collapsed
25621
25622 \begin_layout Plain Layout
25623
25624
25625 \backslash
25626 hphantom{ }
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \backslash
25633 hspace{0pt}
25634 \backslash
25635 textsf{
25636 \backslash
25637 textbf{
25638 \backslash
25639 underbar{¡Atención!}}}%
25640 \begin_inset Newline newline
25641 \end_inset
25642
25643
25644 \begin_inset ERT
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648
25649
25650 \backslash
25651 hphantom{ }
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \backslash
25658 vspace{1.5mm}
25659 \backslash
25660
25661 \backslash
25662 #1}}
25663 \end_layout
25664
25665 \begin_layout Standard
25666
25667 \family roman
25668 \series medium
25669 \begin_inset ERT
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673
25674
25675 \backslash
25676 let
25677 \backslash
25678 myMarginpar
25679 \backslash
25680 marginpar
25681 \end_layout
25682
25683 \begin_layout Plain Layout
25684
25685
25686 \backslash
25687 renewcommand{
25688 \backslash
25689 marginpar}[1]{
25690 \backslash
25691 myMarginpar{%
25692 \end_layout
25693
25694 \begin_layout Plain Layout
25695
25696    
25697 \backslash
25698 textsf{
25699 \backslash
25700 textbf{
25701 \backslash
25702 underbar{¡Atención!}}}%
25703 \end_layout
25704
25705 \begin_layout Plain Layout
25706
25707    
25708 \backslash
25709 vspace{1.5mm}
25710 \backslash
25711
25712 \backslash
25713 #1}}
25714 \end_layout
25715
25716 \end_inset
25717
25718
25719 \begin_inset Marginal
25720 status open
25721
25722 \begin_layout Plain Layout
25723 Esta es una nota con una cabecera definida.
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \family default
25730 \series default
25731
25732 \begin_inset ERT
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736
25737 [-1.5cm]
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \family roman
25744 \series medium
25745
25746 \begin_inset ERT
25747 status collapsed
25748
25749 \begin_layout Plain Layout
25750
25751
25752 \backslash
25753 renewcommand{
25754 \backslash
25755 marginpar}[1]{
25756 \backslash
25757 myMarginpar{#1}}
25758 \end_layout
25759
25760 \end_inset
25761
25762
25763 \family default
25764 \series default
25765
25766 \begin_inset Note Note
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset ERT
25780 status collapsed
25781
25782 \begin_layout Plain Layout
25783
25784
25785 \backslash
25786 else
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \begin_inset Note Note
25793 status open
25794
25795 \begin_layout Plain Layout
25796 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25797  
25798 \series bold
25799 marginnote
25800 \series default
25801 .
25802 \end_layout
25803
25804 \end_inset
25805
25806
25807 \end_layout
25808
25809 \begin_layout Standard
25810 Debes instalar el paquete LaTeX 
25811 \series bold
25812 marginnote
25813 \series default
25814  para ver la parte siguiente en la salida.
25815 \end_layout
25816
25817 \begin_layout Standard
25818 \begin_inset ERT
25819 status collapsed
25820
25821 \begin_layout Plain Layout
25822
25823
25824 \backslash
25825 fi
25826 \end_layout
25827
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \begin_layout Chapter
25834 Cuadros
25835 \end_layout
25836
25837 \begin_layout Section
25838 Introducción
25839 \begin_inset Index
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843 Cuadros ! Introducción
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 Los cuadros se emplean para dar formato a bloques de texto.
25853  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25854 \begin_inset space ~
25855 \end_inset
25856
25857
25858 \begin_inset CommandInset ref
25859 LatexCommand ref
25860 reference "sec:Minipáginas"
25861
25862 \end_inset
25863
25864 , enmarcar textos, véase sección
25865 \begin_inset space ~
25866 \end_inset
25867
25868
25869 \begin_inset CommandInset ref
25870 LatexCommand ref
25871 reference "sec:Cuadros-Enmarcados"
25872
25873 \end_inset
25874
25875 , evitar la división de palabras, véase sección
25876 \begin_inset space ~
25877 \end_inset
25878
25879
25880 \begin_inset CommandInset ref
25881 LatexCommand ref
25882 reference "sec:Evitar-la-Partición"
25883
25884 \end_inset
25885
25886 , alinear texto, véase sección
25887 \begin_inset space ~
25888 \end_inset
25889
25890
25891 \begin_inset CommandInset ref
25892 LatexCommand ref
25893 reference "sub:Alineación-Vertical"
25894
25895 \end_inset
25896
25897 , o para poner color de fondo a un texto, véase sección
25898 \begin_inset space ~
25899 \end_inset
25900
25901
25902 \begin_inset CommandInset ref
25903 LatexCommand ref
25904 reference "sec:Cuadros-Coloreados"
25905
25906 \end_inset
25907
25908 .
25909 \end_layout
25910
25911 \begin_layout Standard
25912 Se insertan con el menú 
25913 \family sans
25914 Insertar\SpecialChar \menuseparator
25915 Cuadro
25916 \family default
25917  o con el botón 
25918 \begin_inset Graphics
25919         filename ../../images/box-insert.png
25920         scale 85
25921
25922 \end_inset
25923
25924 .
25925  Surge un recuadro gris con la etiqueta 
25926 \family sans
25927 Cuadro (Minipágina)
25928 \family default
25929
25930 \begin_inset Graphics
25931         filename clipart/CuadroMinipagQt4.png
25932         scale 75
25933         keepAspectRatio
25934
25935 \end_inset
25936
25937 .
25938  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25939  Sale un diálogo en el que 
25940 \family sans
25941 Cuadro
25942 \family default
25943
25944 \begin_inset space ~
25945 \end_inset
25946
25947
25948 \family sans
25949 interior
25950 \family default
25951  permite escoger los tipos 
25952 \family sans
25953 Párrafo
25954 \family default
25955  y 
25956 \family sans
25957 Minipágina
25958 \family default
25959 .
25960  
25961 \family sans
25962 Minipágina
25963 \family default
25964  es el predeterminado para nuevos cuadros y se explica en la sección
25965 \begin_inset space ~
25966 \end_inset
25967
25968
25969 \begin_inset CommandInset ref
25970 LatexCommand ref
25971 reference "sec:Minipáginas"
25972
25973 \end_inset
25974
25975 ; el tipo 
25976 \family sans
25977 Párrafo
25978 \family default
25979  se describe en la sección
25980 \begin_inset space ~
25981 \end_inset
25982
25983
25984 \begin_inset CommandInset ref
25985 LatexCommand ref
25986 reference "sec:Cuadros-de-Párrafo"
25987
25988 \end_inset
25989
25990 .
25991 \end_layout
25992
25993 \begin_layout Standard
25994 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25995  flotantes o las notas al pie.
25996 \end_layout
25997
25998 \begin_layout Standard
25999 \begin_inset Note Greyedout
26000 status open
26001
26002 \begin_layout Plain Layout
26003
26004 \series bold
26005 Nota:
26006 \series default
26007  Los cuadros no deben ser el ítem en un entorno 
26008 \family sans
26009 Enumeración*
26010 \family default
26011  o 
26012 \family sans
26013 Descripción
26014 \family default
26015 .
26016 \end_layout
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset Note Greyedout
26025 status open
26026
26027 \begin_layout Plain Layout
26028
26029 \series bold
26030 Nota:
26031 \series default
26032  Por razones desconocidas sólo se puede poner el tipo 
26033 \family sans
26034 Cuadro
26035 \begin_inset space ~
26036 \end_inset
26037
26038 interior
26039 \family default
26040  en 
26041 \family sans
26042 Ninguno
26043 \family default
26044  cuando se emplea un cuadro enmarcado.
26045  Los cuadros sin ningún tipo de 
26046 \family sans
26047 Cuadro
26048 \begin_inset space ~
26049 \end_inset
26050
26051 interior
26052 \family default
26053  y sin marcos se explican en la sección
26054 \begin_inset space ~
26055 \end_inset
26056
26057
26058 \begin_inset CommandInset ref
26059 LatexCommand ref
26060 reference "sec:Evitar-la-Partición"
26061
26062 \end_inset
26063
26064 .
26065 \end_layout
26066
26067 \end_inset
26068
26069
26070 \end_layout
26071
26072 \begin_layout Section
26073 Diálogo de cuadros
26074 \begin_inset CommandInset label
26075 LatexCommand label
26076 name "sec:Diálogo-Cuadros"
26077
26078 \end_inset
26079
26080
26081 \begin_inset Index
26082 status collapsed
26083
26084 \begin_layout Plain Layout
26085 Cuadros ! Configuración
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \begin_layout Subsection
26094 Tamaño
26095 \begin_inset Index
26096 status collapsed
26097
26098 \begin_layout Plain Layout
26099 Cuadros ! Tamaño
26100 \end_layout
26101
26102 \end_inset
26103
26104
26105 \end_layout
26106
26107 \begin_layout Standard
26108 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26109 \family sans
26110 Ancho
26111 \family default
26112  y 
26113 \family sans
26114 Alto
26115 \family default
26116 .
26117  Las unidades disponibles para la geometría se describen en la tabla
26118 \begin_inset space ~
26119 \end_inset
26120
26121
26122 \begin_inset CommandInset ref
26123 LatexCommand ref
26124 reference "tab:Unidades"
26125
26126 \end_inset
26127
26128 .
26129  El campo 
26130 \family sans
26131 Alto
26132 \family default
26133  ofrece los siguientes tamaños adicionales:
26134 \end_layout
26135
26136 \begin_layout Description
26137 Profundidad Este es el texto plano «alto».
26138  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26139  cuadro:
26140 \begin_inset Newline newline
26141 \end_inset
26142
26143
26144 \begin_inset Newline newline
26145 \end_inset
26146
26147
26148 \begin_inset Newline newline
26149 \end_inset
26150
26151
26152 \begin_inset Box Boxed
26153 position "c"
26154 hor_pos "c"
26155 has_inner_box 1
26156 inner_pos "c"
26157 use_parbox 0
26158 width "12col%"
26159 special "none"
26160 height "1in"
26161 height_special "depth"
26162 status open
26163
26164 \begin_layout Plain Layout
26165 \align center
26166 Cuadro con altura establecida en 1
26167 \begin_inset space \thinspace{}
26168 \end_inset
26169
26170 Profundidad
26171 \end_layout
26172
26173 \end_inset
26174
26175
26176 \begin_inset Newline newline
26177 \end_inset
26178
26179
26180 \begin_inset Newline newline
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Description
26187 Alto Es la altura del texto que está dentro del cuadro.
26188  Un valor de, p.
26189 \begin_inset space \thinspace{}
26190 \end_inset
26191
26192 e.
26193 \begin_inset space ~
26194 \end_inset
26195
26196 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26197  
26198 \begin_inset Box Boxed
26199 position "c"
26200 hor_pos "c"
26201 has_inner_box 1
26202 inner_pos "c"
26203 use_parbox 0
26204 width "20col%"
26205 special "none"
26206 height "2in"
26207 height_special "height"
26208 status open
26209
26210 \begin_layout Plain Layout
26211 \align center
26212 Cuadro con altura puesta en 2
26213 \begin_inset space \thinspace{}
26214 \end_inset
26215
26216 Alto
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Description
26225 Alto
26226 \begin_inset space ~
26227 \end_inset
26228
26229 total Esto es el Alto
26230 \begin_inset space \thinspace{}
26231 \end_inset
26232
26233 +
26234 \begin_inset space \thinspace{}
26235 \end_inset
26236
26237 Profundidad: 
26238 \begin_inset Box Boxed
26239 position "c"
26240 hor_pos "c"
26241 has_inner_box 1
26242 inner_pos "c"
26243 use_parbox 0
26244 width "20col%"
26245 special "none"
26246 height "1in"
26247 height_special "totalheight"
26248 status open
26249
26250 \begin_layout Plain Layout
26251 \align center
26252 Cuadro con altura puesta a 1
26253 \begin_inset space \thinspace{}
26254 \end_inset
26255
26256 Alto
26257 \begin_inset space ~
26258 \end_inset
26259
26260 total
26261 \end_layout
26262
26263 \end_inset
26264
26265
26266 \end_layout
26267
26268 \begin_layout Description
26269 Ancho Esto determina al ancho del cuadro como altura: 
26270 \begin_inset Box Boxed
26271 position "c"
26272 hor_pos "c"
26273 has_inner_box 1
26274 inner_pos "c"
26275 use_parbox 0
26276 width "12col%"
26277 special "none"
26278 height "1in"
26279 height_special "width"
26280 status open
26281
26282 \begin_layout Plain Layout
26283 \align center
26284 Cuadro con altura puesta en 1
26285 \begin_inset space \thinspace{}
26286 \end_inset
26287
26288 Ancho
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Subsection
26297 Alineación
26298 \begin_inset Index
26299 status collapsed
26300
26301 \begin_layout Plain Layout
26302 Cuadros ! Alineación
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \begin_layout Standard
26311 Si has elegido un 
26312 \family sans
26313 Cuadro
26314 \begin_inset space ~
26315 \end_inset
26316
26317 interior
26318 \family default
26319 , la alineación vertical del cuadro puede ser:
26320 \end_layout
26321
26322 \begin_layout Description
26323 Superior Ejemplo de línea de texto.
26324  
26325 \begin_inset Box Boxed
26326 position "t"
26327 hor_pos "c"
26328 has_inner_box 1
26329 inner_pos "c"
26330 use_parbox 0
26331 width "12col%"
26332 special "none"
26333 height "1in"
26334 height_special "totalheight"
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338 \align center
26339 Cuadro alineado arriba.
26340 \end_layout
26341
26342 \end_inset
26343
26344  Ejemplo de línea de texto.
26345 \end_layout
26346
26347 \begin_layout Description
26348 Medio Ejemplo de línea de texto.
26349  
26350 \begin_inset Box Boxed
26351 position "c"
26352 hor_pos "c"
26353 has_inner_box 1
26354 inner_pos "c"
26355 use_parbox 0
26356 width "12col%"
26357 special "none"
26358 height "1in"
26359 height_special "totalheight"
26360 status collapsed
26361
26362 \begin_layout Plain Layout
26363 \align center
26364 Cuadro alineado en medio.
26365 \end_layout
26366
26367 \end_inset
26368
26369  Ejemplo de línea de texto.
26370 \end_layout
26371
26372 \begin_layout Description
26373 Inferior Ejemplo de línea de texto.
26374  
26375 \begin_inset Box Boxed
26376 position "b"
26377 hor_pos "c"
26378 has_inner_box 1
26379 inner_pos "c"
26380 use_parbox 0
26381 width "12col%"
26382 special "none"
26383 height "1in"
26384 height_special "totalheight"
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388 \align center
26389 Cuadro alineado abajo.
26390 \end_layout
26391
26392 \end_inset
26393
26394  Ejemplo de línea de texto.
26395 \end_layout
26396
26397 \begin_layout Standard
26398 \begin_inset Note Greyedout
26399 status open
26400
26401 \begin_layout Plain Layout
26402
26403 \series bold
26404 Nota:
26405 \series default
26406  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26407  en una línea y, p.
26408 \begin_inset space \thinspace{}
26409 \end_inset
26410
26411 e., uno de ellos tiene sombreado y el otro no.
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 La alineación horizontal del cuadro puede establecerse en el diálogo de
26421  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset VSpace bigskip
26426 \end_inset
26427
26428 Si has escogido un 
26429 \family sans
26430 Cuadro
26431 \begin_inset space ~
26432 \end_inset
26433
26434 interior
26435 \family default
26436 , el contenido puede alinearse verticalmente a:
26437 \end_layout
26438
26439 \begin_layout Description
26440 Superior Ejemplo de línea de texto.
26441  
26442 \begin_inset Box Boxed
26443 position "c"
26444 hor_pos "c"
26445 has_inner_box 1
26446 inner_pos "t"
26447 use_parbox 0
26448 width "12col%"
26449 special "none"
26450 height "1.5in"
26451 height_special "totalheight"
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455 \align center
26456 Cuadro con texto alineado arriba.
26457 \end_layout
26458
26459 \end_inset
26460
26461  Ejemplo de línea de texto.
26462 \end_layout
26463
26464 \begin_layout Description
26465 Medio Ejemplo de línea de texto.
26466  
26467 \begin_inset Box Boxed
26468 position "c"
26469 hor_pos "c"
26470 has_inner_box 1
26471 inner_pos "c"
26472 use_parbox 0
26473 width "12col%"
26474 special "none"
26475 height "1.5in"
26476 height_special "totalheight"
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480 \align center
26481 Cuadro con texto alineado en medio.
26482 \end_layout
26483
26484 \end_inset
26485
26486  Ejemplo de línea de texto.
26487 \end_layout
26488
26489 \begin_layout Description
26490 Inferior Ejemplo de línea de texto.
26491  
26492 \begin_inset Box Boxed
26493 position "c"
26494 hor_pos "c"
26495 has_inner_box 1
26496 inner_pos "b"
26497 use_parbox 0
26498 width "12col%"
26499 special "none"
26500 height "1.5in"
26501 height_special "totalheight"
26502 status collapsed
26503
26504 \begin_layout Plain Layout
26505 \align center
26506 Cuadro con texto alineado abajo.
26507 \end_layout
26508
26509 \end_inset
26510
26511  Ejemplo de línea de texto.
26512 \end_layout
26513
26514 \begin_layout Description
26515 Estirado Ejemplo de línea de texto.
26516  
26517 \begin_inset Box Boxed
26518 position "c"
26519 hor_pos "c"
26520 has_inner_box 1
26521 inner_pos "s"
26522 use_parbox 0
26523 width "12col%"
26524 special "none"
26525 height "1.5in"
26526 height_special "totalheight"
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530 \align center
26531 Este texto
26532 \end_layout
26533
26534 \begin_layout Plain Layout
26535 \align center
26536 está
26537 \end_layout
26538
26539 \begin_layout Plain Layout
26540 \align center
26541 estirado.
26542 \end_layout
26543
26544 \end_inset
26545
26546  Ejemplo de línea de texto.
26547 \end_layout
26548
26549 \begin_layout Standard
26550 Para estirar el contenido debe tener más de un párrafo.
26551  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26552 \end_layout
26553
26554 \begin_layout Standard
26555 \begin_inset VSpace bigskip
26556 \end_inset
26557
26558 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26559  LyX cuando hayas escogido un 
26560 \family sans
26561 Cuadro
26562 \begin_inset space ~
26563 \end_inset
26564
26565 interior
26566 \family default
26567 .
26568 \end_layout
26569
26570 \begin_layout Standard
26571 \align center
26572 \begin_inset Box Boxed
26573 position "c"
26574 hor_pos "c"
26575 has_inner_box 1
26576 inner_pos "s"
26577 use_parbox 0
26578 width "15col%"
26579 special "none"
26580 height "1.25in"
26581 height_special "totalheight"
26582 status collapsed
26583
26584 \begin_layout Plain Layout
26585 \align left
26586 Cuadro
26587 \end_layout
26588
26589 \begin_layout Plain Layout
26590 \align center
26591 con texto
26592 \end_layout
26593
26594 \begin_layout Plain Layout
26595 \align right
26596 estirado
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Standard
26605 Si no has establecido un 
26606 \family sans
26607 Cuadro
26608 \begin_inset space ~
26609 \end_inset
26610
26611 interior
26612 \family default
26613 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26614  cuadro.
26615 \end_layout
26616
26617 \begin_layout Standard
26618 \align center
26619 \begin_inset Box Boxed
26620 position "c"
26621 hor_pos "s"
26622 has_inner_box 0
26623 inner_pos "s"
26624 use_parbox 0
26625 width "90col%"
26626 special "none"
26627 height "1.25in"
26628 height_special "totalheight"
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632 \align left
26633 Texto estirado horizontalmente.
26634 \end_layout
26635
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Section
26642 Cuadros enmarcados
26643 \begin_inset CommandInset label
26644 LatexCommand label
26645 name "sec:Cuadros-Enmarcados"
26646
26647 \end_inset
26648
26649
26650 \begin_inset Index
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 Cuadros ! Marcos
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Standard
26663 El estilo de marco del cuadro se puede determinar en la lista desplegable
26664  
26665 \family sans
26666 Tipo
26667 \family default
26668  del diálogo de cuadros.
26669  Son posibles los siguientes marcos:
26670 \end_layout
26671
26672 \begin_layout Description
26673 Marco
26674 \begin_inset space ~
26675 \end_inset
26676
26677 rectangular Dibuja un marco rectangular alrededor del cuadro.
26678  El grosor del marco depende de 
26679 \series bold
26680
26681 \backslash
26682 fboxrule
26683 \series default
26684 .
26685  
26686 \begin_inset Box Boxed
26687 position "c"
26688 hor_pos "c"
26689 has_inner_box 1
26690 inner_pos "c"
26691 use_parbox 0
26692 width "25col%"
26693 special "none"
26694 height "1in"
26695 height_special "totalheight"
26696 status open
26697
26698 \begin_layout Plain Layout
26699 \align center
26700 Cuadro rectangular
26701 \end_layout
26702
26703 \end_inset
26704
26705
26706 \end_layout
26707
26708 \begin_layout Description
26709 Marco
26710 \begin_inset space ~
26711 \end_inset
26712
26713 ovalado,
26714 \begin_inset space ~
26715 \end_inset
26716
26717 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26718 \begin_inset space \thinspace{}
26719 \end_inset
26720
26721 pt.
26722  
26723 \begin_inset Box ovalbox
26724 position "c"
26725 hor_pos "c"
26726 has_inner_box 1
26727 inner_pos "c"
26728 use_parbox 0
26729 width "25col%"
26730 special "none"
26731 height "1in"
26732 height_special "totalheight"
26733 status open
26734
26735 \begin_layout Plain Layout
26736 \align center
26737 Marco ovalado, fino
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \begin_layout Description
26746 Marco
26747 \begin_inset space ~
26748 \end_inset
26749
26750 ovalado,
26751 \begin_inset space ~
26752 \end_inset
26753
26754 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26755 \begin_inset space \thinspace{}
26756 \end_inset
26757
26758 pt.
26759  
26760 \begin_inset Box Ovalbox
26761 position "c"
26762 hor_pos "c"
26763 has_inner_box 1
26764 inner_pos "c"
26765 use_parbox 0
26766 width "30col%"
26767 special "none"
26768 height "1in"
26769 height_special "totalheight"
26770 status open
26771
26772 \begin_layout Plain Layout
26773 \align center
26774 Cuadro ovalado, grueso
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \end_layout
26781
26782 \begin_layout Description
26783 Marco
26784 \begin_inset space ~
26785 \end_inset
26786
26787 con
26788 \begin_inset space ~
26789 \end_inset
26790
26791 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26792  El grosor de la línea tiene el tamaño dado por 
26793 \series bold
26794
26795 \backslash
26796 fboxrule
26797 \series default
26798 , la sombra tiene una anchura de 4
26799 \begin_inset space \thinspace{}
26800 \end_inset
26801
26802 pt.
26803  
26804 \begin_inset Box Shadowbox
26805 position "c"
26806 hor_pos "c"
26807 has_inner_box 1
26808 inner_pos "c"
26809 use_parbox 0
26810 width "20col%"
26811 special "none"
26812 height "1in"
26813 height_special "totalheight"
26814 status open
26815
26816 \begin_layout Plain Layout
26817 \align center
26818 Marco sombrado
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \end_layout
26825
26826 \begin_layout Description
26827 Marco
26828 \begin_inset space ~
26829 \end_inset
26830
26831 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26832  El grosor de la línea interior es 0.75
26833 \begin_inset space \thinspace{}
26834 \end_inset
26835
26836
26837 \series bold
26838
26839 \backslash
26840 fboxrule
26841 \series default
26842 , el de la línea exterior es 1.5
26843 \begin_inset space \thinspace{}
26844 \end_inset
26845
26846
26847 \series bold
26848
26849 \backslash
26850 fboxrule
26851 \series default
26852 .
26853  La distancia entre líneas es 1.5
26854 \begin_inset space \thinspace{}
26855 \end_inset
26856
26857
26858 \series bold
26859
26860 \backslash
26861 fboxrule
26862 \series default
26863
26864 \begin_inset space \thinspace{}
26865 \end_inset
26866
26867 +
26868 \begin_inset space \thinspace{}
26869 \end_inset
26870
26871 0.5
26872 \begin_inset space \thinspace{}
26873 \end_inset
26874
26875 pt.
26876  
26877 \begin_inset Box Doublebox
26878 position "c"
26879 hor_pos "c"
26880 has_inner_box 1
26881 inner_pos "c"
26882 use_parbox 0
26883 width "20col%"
26884 special "none"
26885 height "1in"
26886 height_special "totalheight"
26887 status open
26888
26889 \begin_layout Plain Layout
26890 \align center
26891 Marco doble
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Standard
26900 \begin_inset VSpace bigskip
26901 \end_inset
26902
26903 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
26904  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26905  LaTeX 
26906 \series bold
26907 fancybox
26908 \series default
26909
26910 \begin_inset Index
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914 LaTeX-paquetes ! fancybox
26915 \end_layout
26916
26917 \end_inset
26918
26919 .
26920 \end_layout
26921
26922 \begin_layout Standard
26923 \begin_inset VSpace bigskip
26924 \end_inset
26925
26926 El valor predeterminado por 
26927 \series bold
26928
26929 \backslash
26930 fboxrule
26931 \series default
26932  es 0.4
26933 \begin_inset space \thinspace{}
26934 \end_inset
26935
26936 pt.
26937  Puede cambiarse con el siguiente comando en código TeX, p.
26938 \begin_inset space \thinspace{}
26939 \end_inset
26940
26941 e.
26942 \begin_inset space ~
26943 \end_inset
26944
26945 a
26946 \begin_inset space ~
26947 \end_inset
26948
26949 2
26950 \begin_inset space \thinspace{}
26951 \end_inset
26952
26953 pt:
26954 \end_layout
26955
26956 \begin_layout Standard
26957
26958 \series bold
26959
26960 \backslash
26961 setlength{
26962 \backslash
26963 fboxrule}{2pt}
26964 \end_layout
26965
26966 \begin_layout Standard
26967 \begin_inset ERT
26968 status collapsed
26969
26970 \begin_layout Plain Layout
26971
26972
26973 \backslash
26974 setlength{
26975 \backslash
26976 fboxrule}{2pt}
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset Box Boxed
26983 position "c"
26984 hor_pos "c"
26985 has_inner_box 1
26986 inner_pos "c"
26987 use_parbox 0
26988 width "25col%"
26989 special "none"
26990 height "1in"
26991 height_special "totalheight"
26992 status open
26993
26994 \begin_layout Plain Layout
26995 \align center
26996 Cuadro rectangular con 
26997 \series bold
26998
26999 \backslash
27000 fboxrule
27001 \series default
27002
27003 \begin_inset space \thinspace{}
27004 \end_inset
27005
27006 =
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 2
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014 pt
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 setlength{
27028 \backslash
27029 fboxrule}{0.4pt}
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \begin_layout Standard
27038 \begin_inset VSpace bigskip
27039 \end_inset
27040
27041 El espacio entre el marco y el contenido del cuadro es 3
27042 \begin_inset space \thinspace{}
27043 \end_inset
27044
27045 pt por omisión para todos los estilos.
27046  Se puede cambiar mediante la longitud 
27047 \series bold
27048
27049 \backslash
27050 fboxsep
27051 \series default
27052 .
27053  Por ejemplo el comando
27054 \end_layout
27055
27056 \begin_layout Standard
27057
27058 \series bold
27059
27060 \backslash
27061 setlength{
27062 \backslash
27063 fboxsep}{10pt}
27064 \end_layout
27065
27066 \begin_layout Standard
27067 determina un valor de 10
27068 \begin_inset space \thinspace{}
27069 \end_inset
27070
27071 pt, como en el siguiente cuadro:
27072 \end_layout
27073
27074 \begin_layout Standard
27075 \begin_inset ERT
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079
27080
27081 \backslash
27082 setlength{
27083 \backslash
27084 fboxsep}{10pt}
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \begin_inset Box Boxed
27091 position "c"
27092 hor_pos "c"
27093 has_inner_box 1
27094 inner_pos "c"
27095 use_parbox 0
27096 width "25col%"
27097 special "none"
27098 height "1in"
27099 height_special "totalheight"
27100 status open
27101
27102 \begin_layout Plain Layout
27103 \align center
27104 Cuadro rectangular con 
27105 \series bold
27106
27107 \backslash
27108 fboxsep
27109 \series default
27110
27111 \begin_inset space \thinspace{}
27112 \end_inset
27113
27114 =
27115 \begin_inset space \thinspace{}
27116 \end_inset
27117
27118 10
27119 \begin_inset space \thinspace{}
27120 \end_inset
27121
27122 pt
27123 \end_layout
27124
27125 \end_inset
27126
27127
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 setlength{
27136 \backslash
27137 fboxsep}{3pt}
27138 \end_layout
27139
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Standard
27146 \begin_inset VSpace bigskip
27147 \end_inset
27148
27149 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27150  el comando 
27151 \series bold
27152
27153 \backslash
27154 cornersize
27155 \series default
27156 .
27157  El comando
27158 \end_layout
27159
27160 \begin_layout Standard
27161
27162 \series bold
27163
27164 \backslash
27165 cornersize*{1cm}
27166 \end_layout
27167
27168 \begin_layout Standard
27169 establece un diámetro de 1
27170 \begin_inset space \thinspace{}
27171 \end_inset
27172
27173 cm.
27174  El comando
27175 \end_layout
27176
27177 \begin_layout Standard
27178
27179 \series bold
27180
27181 \backslash
27182 cornersize{num}
27183 \end_layout
27184
27185 \begin_layout Standard
27186 fija el diámetro en 
27187 \family sans
27188 num
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192 ×
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 mínimo
27197 \family default
27198  
27199 \family sans
27200 (ancho y alto del cuadro)
27201 \family default
27202 .
27203  Por omisión es 
27204 \series bold
27205
27206 \backslash
27207 cornersize{0.5}
27208 \series default
27209 .
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset ERT
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217
27218
27219 \backslash
27220 cornersize*{1.5cm}
27221 \end_layout
27222
27223 \end_inset
27224
27225
27226 \begin_inset Box Ovalbox
27227 position "c"
27228 hor_pos "c"
27229 has_inner_box 1
27230 inner_pos "c"
27231 use_parbox 0
27232 width "28col%"
27233 special "none"
27234 height "1in"
27235 height_special "totalheight"
27236 status open
27237
27238 \begin_layout Plain Layout
27239 \align center
27240 Cuadro ovalado con 
27241 \series bold
27242
27243 \backslash
27244 cornersize
27245 \series default
27246
27247 \begin_inset space \thinspace{}
27248 \end_inset
27249
27250 =
27251 \begin_inset space \thinspace{}
27252 \end_inset
27253
27254 1.5
27255 \begin_inset space \thinspace{}
27256 \end_inset
27257
27258 cm
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \begin_inset ERT
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268
27269
27270 \backslash
27271 cornersize{0.5}
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \end_layout
27278
27279 \begin_layout Standard
27280 \begin_inset VSpace bigskip
27281 \end_inset
27282
27283 El tamaño de la sombra se puede ajustar cambiando la longitud 
27284 \series bold
27285
27286 \backslash
27287 shadowsize
27288 \series default
27289 .
27290  Este comando la ajusta a 2
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 pt en el cuadro siguiente:
27295 \end_layout
27296
27297 \begin_layout Standard
27298
27299 \series bold
27300
27301 \backslash
27302 setlength{
27303 \backslash
27304 shadowsize}{2pt}
27305 \end_layout
27306
27307 \begin_layout Standard
27308 \begin_inset ERT
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312
27313
27314 \backslash
27315 setlength{
27316 \backslash
27317 shadowsize}{2pt}
27318 \end_layout
27319
27320 \end_inset
27321
27322
27323 \begin_inset Box Shadowbox
27324 position "c"
27325 hor_pos "c"
27326 has_inner_box 1
27327 inner_pos "c"
27328 use_parbox 0
27329 width "28col%"
27330 special "none"
27331 height "1in"
27332 height_special "totalheight"
27333 status open
27334
27335 \begin_layout Plain Layout
27336 \align center
27337 Cuadro sombreado con 
27338 \series bold
27339
27340 \backslash
27341 shadowsize
27342 \series default
27343
27344 \begin_inset space \thinspace{}
27345 \end_inset
27346
27347 =
27348 \begin_inset space \thinspace{}
27349 \end_inset
27350
27351 2
27352 \begin_inset space \thinspace{}
27353 \end_inset
27354
27355 pt
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \begin_inset ERT
27362 status collapsed
27363
27364 \begin_layout Plain Layout
27365
27366
27367 \backslash
27368 setlength{
27369 \backslash
27370 shadowsize}{4pt}
27371 \end_layout
27372
27373 \end_inset
27374
27375
27376 \end_layout
27377
27378 \begin_layout Standard
27379 \begin_inset VSpace bigskip
27380 \end_inset
27381
27382 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27383  a los comandos.
27384 \end_layout
27385
27386 \begin_layout Section
27387 Minipáginas
27388 \begin_inset CommandInset label
27389 LatexCommand label
27390 name "sec:Minipáginas"
27391
27392 \end_inset
27393
27394
27395 \begin_inset Index
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 Cuadros ! Minipáginas
27400 \end_layout
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \begin_layout Standard
27408 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27409  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27410 \end_layout
27411
27412 \begin_layout Standard
27413 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27414 \end_layout
27415
27416 \begin_layout Standard
27417 A continuación hay dos ejemplos de minipáginas adosadas.
27418  Su anchura está puesta en 45
27419 \begin_inset space \thinspace{}
27420 \end_inset
27421
27422 % y separadas por un relleno horizontal, insertado vía el menú 
27423 \family sans
27424 Insertar\SpecialChar \menuseparator
27425 Formato\SpecialChar \menuseparator
27426 Relleno
27427 \begin_inset space ~
27428 \end_inset
27429
27430 horizontal
27431 \family default
27432 .
27433 \end_layout
27434
27435 \begin_layout Standard
27436 \begin_inset Box Frameless
27437 position "t"
27438 hor_pos "c"
27439 has_inner_box 1
27440 inner_pos "c"
27441 use_parbox 0
27442 width "45col%"
27443 special "none"
27444 height "1in"
27445 height_special "totalheight"
27446 status open
27447
27448 \begin_layout Plain Layout
27449
27450 \lang german
27451 Dies ist ein deutscher Text.
27452  Dies ist ein deutscher Text.
27453  Dies ist ein deutscher Text.
27454  Dies ist ein deutscher Text.
27455  Dies ist ein deutscher Text.
27456  Dies ist ein deutscher Text.
27457  Dies ist ein deutscher Text.
27458  Dies ist ein deutscher Text.
27459  Dies ist ein deutscher Text.
27460  Dies ist ein deutscher Text.
27461  Dies ist ein deutscher Text.
27462  Dies ist ein deutscher Text.
27463  Dies ist ein deutscher Text
27464 \begin_inset Foot
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468
27469 \lang german
27470 Dies ist eine deutsche Fußnote.
27471 \end_layout
27472
27473 \end_inset
27474
27475 .
27476  Dies ist ein deutscher Text.
27477  Dies ist ein deutscher Text.
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \begin_inset space \hfill{}
27484 \end_inset
27485
27486
27487 \begin_inset Box Frameless
27488 position "t"
27489 hor_pos "c"
27490 has_inner_box 1
27491 inner_pos "c"
27492 use_parbox 0
27493 width "45col%"
27494 special "none"
27495 height "1in"
27496 height_special "totalheight"
27497 status open
27498
27499 \begin_layout Plain Layout
27500 This is an English Text.
27501  This is an English Text.
27502  This is an English Text.
27503  This is an English Text.
27504  This is an English Text.
27505  This is an English Text.
27506  This is an English Text.
27507  This is an English Text.
27508  This is an English Text.
27509  This is an English Text.
27510  This is an English Text.
27511  This is an English Text.
27512  This is an English Text.
27513  This is an English Text.
27514  This is an English Text.
27515  This is an English Text.
27516 \begin_inset Foot
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 This is an English footnote.
27521 \end_layout
27522
27523 \end_inset
27524
27525  This is an English Text.
27526  
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Standard
27535 \begin_inset VSpace bigskip
27536 \end_inset
27537
27538 Otra aplicación de los cuadros son las notas a pie en tablas.
27539  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27540  al final de la página actual.
27541  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27542  en la parte inferior, ordenadas con letras.
27543  La ordenación de las notas al pie se restablece en cada minipágina pero
27544  no fuera de las minipáginas.
27545 \end_layout
27546
27547 \begin_layout Standard
27548 La nota al pie en esta tabla no aparece: 
27549 \begin_inset Tabular
27550 <lyxtabular version="3" rows="3" columns="4">
27551 <features>
27552 <column alignment="center" valignment="top" width="0pt">
27553 <column alignment="center" valignment="top" width="0pt">
27554 <column alignment="center" valignment="top" width="0pt">
27555 <column alignment="center" valignment="top" width="0pt">
27556 <row>
27557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27558 \begin_inset Text
27559
27560 \begin_layout Plain Layout
27561 1
27562 \end_layout
27563
27564 \end_inset
27565 </cell>
27566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27567 \begin_inset Text
27568
27569 \begin_layout Plain Layout
27570 2
27571 \end_layout
27572
27573 \end_inset
27574 </cell>
27575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27576 \begin_inset Text
27577
27578 \begin_layout Plain Layout
27579 3
27580 \begin_inset Foot
27581 status open
27582
27583 \begin_layout Plain Layout
27584 Nota al pie en una tabla.
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 4
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 </row>
27604 <row>
27605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27606 \begin_inset Text
27607
27608 \begin_layout Plain Layout
27609 a
27610 \end_layout
27611
27612 \end_inset
27613 </cell>
27614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618 b
27619 \end_layout
27620
27621 \end_inset
27622 </cell>
27623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27624 \begin_inset Text
27625
27626 \begin_layout Plain Layout
27627 c
27628 \end_layout
27629
27630 \end_inset
27631 </cell>
27632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27633 \begin_inset Text
27634
27635 \begin_layout Plain Layout
27636 d
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 </row>
27642 <row>
27643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27644 \begin_inset Text
27645
27646 \begin_layout Plain Layout
27647 e
27648 \end_layout
27649
27650 \end_inset
27651 </cell>
27652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656 f
27657 \end_layout
27658
27659 \end_inset
27660 </cell>
27661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27662 \begin_inset Text
27663
27664 \begin_layout Plain Layout
27665 g
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27671 \begin_inset Text
27672
27673 \begin_layout Plain Layout
27674 h
27675 \end_layout
27676
27677 \end_inset
27678 </cell>
27679 </row>
27680 </lyxtabular>
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Standard
27688 \align center
27689 \begin_inset Box Frameless
27690 position "t"
27691 hor_pos "c"
27692 has_inner_box 1
27693 inner_pos "c"
27694 use_parbox 0
27695 width "30col%"
27696 special "none"
27697 height "1in"
27698 height_special "totalheight"
27699 status open
27700
27701 \begin_layout Plain Layout
27702 \align center
27703 \begin_inset Tabular
27704 <lyxtabular version="3" rows="3" columns="4">
27705 <features>
27706 <column alignment="center" valignment="top" width="0pt">
27707 <column alignment="center" valignment="top" width="0pt">
27708 <column alignment="center" valignment="top" width="0pt">
27709 <column alignment="center" valignment="top" width="0pt">
27710 <row>
27711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 1
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Plain Layout
27724 2
27725 \end_layout
27726
27727 \end_inset
27728 </cell>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733 3
27734 \begin_inset Foot
27735 status open
27736
27737 \begin_layout Plain Layout
27738 Nota al pie en una tabla..
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27749 \begin_inset Text
27750
27751 \begin_layout Plain Layout
27752 4
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 </row>
27758 <row>
27759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763 a
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 b
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 c
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790 d
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 </row>
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 e
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 f
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819 g
27820 \end_layout
27821
27822 \end_inset
27823 </cell>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 h
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 </row>
27834 </lyxtabular>
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \begin_layout Standard
27847 \begin_inset VSpace bigskip
27848 \end_inset
27849
27850 La configuración global de párrafos se ignora en las minipáginas.
27851  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27852  pongas p.
27853 \begin_inset space \thinspace{}
27854 \end_inset
27855
27856 e.
27857 \begin_inset space ~
27858 \end_inset
27859
27860
27861 \family sans
27862 Salto
27863 \begin_inset space ~
27864 \end_inset
27865
27866 medio
27867 \family default
27868  en la configuración del documento.
27869 \end_layout
27870
27871 \begin_layout Standard
27872 Las minipáginas también sirven para poner un color de fondo para partes
27873  de texto, ver sección
27874 \begin_inset space ~
27875 \end_inset
27876
27877
27878 \begin_inset CommandInset ref
27879 LatexCommand ref
27880 reference "sub:Color-en-Párrafos"
27881
27882 \end_inset
27883
27884 .
27885 \end_layout
27886
27887 \begin_layout Standard
27888 \begin_inset Note Greyedout
27889 status open
27890
27891 \begin_layout Plain Layout
27892
27893 \series bold
27894 Nota:
27895 \series default
27896  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27897  tener minipáginas en tablas, flotantes, y otros cuadros.
27898 \end_layout
27899
27900 \end_inset
27901
27902
27903 \end_layout
27904
27905 \begin_layout Section
27906 Cuadros de párrafo
27907 \begin_inset CommandInset label
27908 LatexCommand label
27909 name "sec:Cuadros-de-Párrafo"
27910
27911 \end_inset
27912
27913
27914 \begin_inset Index
27915 status collapsed
27916
27917 \begin_layout Plain Layout
27918 Cuadros ! de párrafo
27919 \end_layout
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Standard
27927 Los cuadros de párrafo son similares a las minipáginas con la diferencia
27928  de que no pueden contener notas al pie.
27929   La diferencia principal es que las minipáginas no son verdaderos cuadros
27930  sino entornos de LaTeX.
27931 \end_layout
27932
27933 \begin_layout Standard
27934 \align center
27935 \begin_inset Box Frameless
27936 position "t"
27937 hor_pos "c"
27938 has_inner_box 1
27939 inner_pos "t"
27940 use_parbox 1
27941 width "33col%"
27942 special "none"
27943 height "1in"
27944 height_special "totalheight"
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948 Texto en un cuadro de párrafo.
27949  Texto en un cuadro de párrafo.
27950  Esta nota no aparece:
27951 \begin_inset Foot
27952 status open
27953
27954 \begin_layout Plain Layout
27955 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
27956 \end_layout
27957
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Section
27969 Cuadros para palabras y caracteres
27970 \begin_inset Index
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Cuadros ! para palabras y caracteres
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Subsection
27983 Evitar la partición de palabras
27984 \begin_inset CommandInset label
27985 LatexCommand label
27986 name "sec:Evitar-la-Partición"
27987
27988 \end_inset
27989
27990
27991 \begin_inset Index
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 Cuadros ! para evitar la partición de palabras
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28005  con guión.
28006 \begin_inset Newline newline
28007 \end_inset
28008
28009 He aquí un ejemplo:
28010 \end_layout
28011
28012 \begin_layout Standard
28013 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28014 palabra».
28015 \end_layout
28016
28017 \begin_layout Standard
28018 Para evitar su división usa el comando
28019 \end_layout
28020
28021 \begin_layout Standard
28022
28023 \series bold
28024
28025 \backslash
28026 mbox{
28027 \end_layout
28028
28029 \begin_layout Standard
28030 en código TeX antes de la palabra.
28031  Tras ella inserta una llave de cierre «
28032 \series bold
28033 }
28034 \series default
28035 » en código TeX.
28036 \end_layout
28037
28038 \begin_layout Standard
28039 Este es el resultado:
28040 \end_layout
28041
28042 \begin_layout Standard
28043 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28044 \begin_inset ERT
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048
28049
28050 \backslash
28051 mbox{
28052 \end_layout
28053
28054 \end_inset
28055
28056 «estalarguísimapalabra».
28057 \begin_inset ERT
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061
28062 }
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Como alternativa puedes poner el comando «
28072 \series bold
28073
28074 \backslash
28075 -
28076 \series default
28077 » en código TeX directamente antes de la palabra:
28078 \end_layout
28079
28080 \begin_layout Standard
28081 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28082 \begin_inset ERT
28083 status collapsed
28084
28085 \begin_layout Plain Layout
28086
28087
28088 \backslash
28089 -
28090 \end_layout
28091
28092 \end_inset
28093
28094 estalarguísimapalabra».
28095 \end_layout
28096
28097 \begin_layout Standard
28098 Por supuesto, la palabra sobresale del margen.
28099  Para evitarlo añade, con el menú 
28100 \family sans
28101 Insertar\SpecialChar \menuseparator
28102 Formato\SpecialChar \menuseparator
28103 Salto
28104 \begin_inset space ~
28105 \end_inset
28106
28107 de
28108 \begin_inset space ~
28109 \end_inset
28110
28111
28112 \family default
28113 línea (atajo 
28114 \series bold
28115 Ctrl-Retorno
28116 \series default
28117 ), un salto de línea antes de la palabra:
28118 \end_layout
28119
28120 \begin_layout Standard
28121 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28122 \begin_inset Newline newline
28123 \end_inset
28124
28125
28126 \begin_inset ERT
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130
28131
28132 \backslash
28133 mbox{
28134 \end_layout
28135
28136 \end_inset
28137
28138 «estalarguísimapalabra».
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144 }
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Subsection
28153 Alineación vertical
28154 \begin_inset CommandInset label
28155 LatexCommand label
28156 name "sub:Alineación-Vertical"
28157
28158 \end_inset
28159
28160
28161 \begin_inset Index
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 Cuadros ! para alineación vertical
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Con ayuda del comando 
28175 \series bold
28176
28177 \backslash
28178 raisebox
28179 \series default
28180  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28181  
28182 \series bold
28183
28184 \backslash
28185 raisebox
28186 \series default
28187  se utiliza según el esquema:
28188 \end_layout
28189
28190 \begin_layout Standard
28191
28192 \series bold
28193
28194 \backslash
28195 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28196 \end_layout
28197
28198 \begin_layout Standard
28199 La elevación puede ser un valor positivo para subir el cuadro o negativo
28200  para bajarlo.
28201 \end_layout
28202
28203 \begin_layout Standard
28204 Para alinear una palabra, p.
28205 \begin_inset space \thinspace{}
28206 \end_inset
28207
28208 e
28209 \begin_inset space ~
28210 \end_inset
28211
28212 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28213  en la línea de base, inserta el comando
28214 \end_layout
28215
28216 \begin_layout Standard
28217
28218 \series bold
28219
28220 \backslash
28221 raisebox{
28222 \backslash
28223 depth}{
28224 \end_layout
28225
28226 \begin_layout Standard
28227 en código TeX antes de la palabra.
28228  Detrás de la palabra inserta una llave de cierre «
28229 \series bold
28230 }
28231 \series default
28232 » en código TeX.
28233 \begin_inset Newline newline
28234 \end_inset
28235
28236 Este es el resultado:
28237 \end_layout
28238
28239 \begin_layout Standard
28240 Esto es una línea de texto con la palabra 
28241 \begin_inset ERT
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245
28246
28247 \backslash
28248 raisebox{
28249 \backslash
28250 depth}{
28251 \end_layout
28252
28253 \end_inset
28254
28255 «prevención»
28256 \begin_inset ERT
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260
28261 }
28262 \end_layout
28263
28264 \end_inset
28265
28266  elevada.
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \begin_inset VSpace bigskip
28271 \end_inset
28272
28273 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Esto es una línea de texto con la palabra 
28278 \begin_inset ERT
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282
28283
28284 \backslash
28285 raisebox{-
28286 \backslash
28287 depth}{
28288 \end_layout
28289
28290 \end_inset
28291
28292 «prevención»
28293 \begin_inset ERT
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297
28298 }
28299 \end_layout
28300
28301 \end_inset
28302
28303  como palabra más baja.
28304 \begin_inset Newline newline
28305 \end_inset
28306
28307 Esto es una línea de texto con la palabra 
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313
28314 \backslash
28315 raisebox{0.5cm}{
28316 \end_layout
28317
28318 \end_inset
28319
28320 «testigo»
28321 \begin_inset ERT
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325
28326 }
28327 \end_layout
28328
28329 \end_inset
28330
28331  como palabra más alta.
28332 \end_layout
28333
28334 \begin_layout Standard
28335 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28336  Por ejemplo
28337 \end_layout
28338
28339 \begin_layout Standard
28340
28341 \series bold
28342
28343 \backslash
28344 raisebox{-
28345 \backslash
28346 depth}[0pt]{
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Esto es una línea de texto con la palabra 
28351 \begin_inset ERT
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355
28356
28357 \backslash
28358 raisebox{-
28359 \backslash
28360 depth}[0pt]{
28361 \end_layout
28362
28363 \end_inset
28364
28365 «prevención»
28366 \begin_inset ERT
28367 status collapsed
28368
28369 \begin_layout Plain Layout
28370
28371 }
28372 \end_layout
28373
28374 \end_inset
28375
28376  como palabra más baja.
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380 Esto es una línea de texto con la palabra 
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 raisebox{0.5cm}[0pt]{
28389 \end_layout
28390
28391 \end_inset
28392
28393 «testigo»
28394 \begin_inset ERT
28395 status collapsed
28396
28397 \begin_layout Plain Layout
28398
28399 }
28400 \end_layout
28401
28402 \end_inset
28403
28404  como palabra más alta.
28405 \end_layout
28406
28407 \begin_layout Section
28408 Cuadros coloreados
28409 \begin_inset CommandInset label
28410 LatexCommand label
28411 name "sec:Cuadros-Coloreados"
28412
28413 \end_inset
28414
28415
28416 \begin_inset Index
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 Cuadros ! Color
28421 \end_layout
28422
28423 \end_inset
28424
28425
28426 \end_layout
28427
28428 \begin_layout Subsection
28429 Color en texto
28430 \begin_inset Index
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434 Color ! en texto
28435 \end_layout
28436
28437 \end_inset
28438
28439
28440 \end_layout
28441
28442 \begin_layout Standard
28443 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28444  Esto requiere cargar el paquete LaTeX 
28445 \series bold
28446 color
28447 \series default
28448
28449 \begin_inset Index
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453 LaTeX-paquetes ! color
28454 \end_layout
28455
28456 \end_inset
28457
28458  en el preámbulo del documento con
28459 \end_layout
28460
28461 \begin_layout Standard
28462
28463 \series bold
28464
28465 \backslash
28466 @ifundef\SpecialChar \textcompwordmark{}
28467 ined{textcolor}
28468 \begin_inset Newline newline
28469 \end_inset
28470
28471
28472 \begin_inset ERT
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476
28477
28478 \backslash
28479 hphantom{ }
28480 \end_layout
28481
28482 \end_inset
28483
28484 {
28485 \backslash
28486 usepackage{color}}{}
28487 \end_layout
28488
28489 \begin_layout Standard
28490 LyX cargará automáticamente el paquete 
28491 \series bold
28492 color
28493 \series default
28494  cuando colorees texto.
28495 \begin_inset Foot
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Para evitar cargarlo dos veces se usa el comando 
28500 \series bold
28501
28502 \backslash
28503 @ifundef\SpecialChar \textcompwordmark{}
28504 ined
28505 \series default
28506 .
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \begin_layout Standard
28515 \begin_inset VSpace medskip
28516 \end_inset
28517
28518 Los cuadros coloreados se crean con el comando 
28519 \series bold
28520
28521 \backslash
28522 colorbox
28523 \series default
28524 , de acuerdo con el siguiente esquema:
28525 \end_layout
28526
28527 \begin_layout Standard
28528
28529 \series bold
28530
28531 \backslash
28532 colorbox{color}{contenido del cuadro}
28533 \end_layout
28534
28535 \begin_layout Standard
28536 El contenido también puede ser un cuadro y los cuadros coloreados también
28537  pueden estar en otros cuadros.
28538 \end_layout
28539
28540 \begin_layout Standard
28541 Los siguientes colores están predefinidos:
28542 \begin_inset Newline newline
28543 \end_inset
28544
28545
28546 \family sans
28547 red
28548 \family default
28549
28550 \family sans
28551 green
28552 \family default
28553
28554 \family sans
28555 yellow, blue
28556 \family default
28557
28558 \family sans
28559 cyan
28560 \family default
28561 \series bold
28562 ,
28563 \series default
28564  
28565 \family sans
28566 magenta, black
28567 \family default
28568
28569 \family sans
28570 white
28571 \family default
28572 .
28573 \begin_inset Newline newline
28574 \end_inset
28575
28576 También puedes definir tus propios colores según se explica en la sección
28577 \begin_inset space ~
28578 \end_inset
28579
28580
28581 \begin_inset CommandInset ref
28582 LatexCommand ref
28583 reference "sec:Tablas-Coloreadas"
28584
28585 \end_inset
28586
28587 .
28588 \end_layout
28589
28590 \begin_layout Standard
28591 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28592 \end_layout
28593
28594 \begin_layout Standard
28595
28596 \series bold
28597
28598 \backslash
28599 colorbox{red}{
28600 \end_layout
28601
28602 \begin_layout Standard
28603 en código TeX antes de la palabra.
28604  Tras la palabra inserta una llave de cierre «
28605 \series bold
28606 }
28607 \series default
28608 » en código TeX.
28609 \begin_inset Newline newline
28610 \end_inset
28611
28612 Este es el resultado:
28613 \end_layout
28614
28615 \begin_layout Standard
28616 Línea en la que la palabra 
28617 \begin_inset ERT
28618 status collapsed
28619
28620 \begin_layout Plain Layout
28621
28622
28623 \backslash
28624 colorbox{red}{
28625 \end_layout
28626
28627 \end_inset
28628
28629 «¡Atención!»
28630 \begin_inset ERT
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634
28635 }
28636 \end_layout
28637
28638 \end_inset
28639
28640  tiene fondo rojo.
28641 \end_layout
28642
28643 \begin_layout Standard
28644 \begin_inset VSpace bigskip
28645 \end_inset
28646
28647 Si quieres un marco de distinto color, puedes emplear el comando 
28648 \series bold
28649
28650 \backslash
28651 fcolorbox
28652 \series default
28653  con el esquema siguiente:
28654 \end_layout
28655
28656 \begin_layout Standard
28657
28658 \series bold
28659
28660 \backslash
28661 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28662 \end_layout
28663
28664 \begin_layout Standard
28665
28666 \series bold
28667
28668 \backslash
28669 fcolorbox
28670 \series default
28671  es una extensión de 
28672 \series bold
28673
28674 \backslash
28675 colorbox
28676 \series default
28677 .
28678  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28679  con las longitudes 
28680 \series bold
28681
28682 \backslash
28683 fboxrule
28684 \series default
28685  y 
28686 \series bold
28687
28688 \backslash
28689 fboxsep
28690 \series default
28691 , respectivamente, como se describe en la sección
28692 \begin_inset space ~
28693 \end_inset
28694
28695
28696 \begin_inset CommandInset ref
28697 LatexCommand ref
28698 reference "sec:Cuadros-Enmarcados"
28699
28700 \end_inset
28701
28702 .
28703 \end_layout
28704
28705 \begin_layout Standard
28706 Para el ejemplo siguiente se ha utilizado el comando
28707 \end_layout
28708
28709 \begin_layout Standard
28710
28711 \series bold
28712
28713 \backslash
28714 fcolorbox{cyan}{magenta}{
28715 \end_layout
28716
28717 \begin_layout Standard
28718 Este es un ejemplo en el que se ha puesto un grosor de 1
28719 \begin_inset space \thinspace{}
28720 \end_inset
28721
28722 mm para la línea del marco:
28723 \begin_inset Newline newline
28724 \end_inset
28725
28726
28727 \begin_inset ERT
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731
28732
28733 \backslash
28734 fboxrule 1mm 
28735 \backslash
28736 fboxsep 1mm
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \begin_inset ERT
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746
28747
28748 \backslash
28749 fcolorbox{cyan}{magenta}{
28750 \end_layout
28751
28752 \end_inset
28753
28754 Texto en un marco coloreado y enmarcado.
28755 \begin_inset ERT
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759
28760 }
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \begin_layout Standard
28769 \begin_inset VSpace bigskip
28770 \end_inset
28771
28772 Por supuesto también puedes colorear el texto en un marco coloreado:
28773 \begin_inset Newline newline
28774 \end_inset
28775
28776
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782
28783 \backslash
28784 fcolorbox{cyan}{magenta}{
28785 \end_layout
28786
28787 \end_inset
28788
28789
28790 \color yellow
28791 Texto coloreado en un marco sombreado y coloreado.
28792 \color none
28793
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799 }
28800 \end_layout
28801
28802 \end_inset
28803
28804
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810
28811 \backslash
28812 fboxrule 0.4pt 
28813 \backslash
28814 fboxsep 3pt
28815 \end_layout
28816
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \begin_layout Standard
28823
28824 \series bold
28825 \begin_inset VSpace medskip
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 \begin_inset Note Greyedout
28833 status open
28834
28835 \begin_layout Plain Layout
28836
28837 \series bold
28838 Nota:
28839 \series default
28840  El texto en cuadros coloreados no puede tener saltos de línea.
28841  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28842  coloreado como se describe a continuación.
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Subsection
28851 Color en párrafos
28852 \begin_inset CommandInset label
28853 LatexCommand label
28854 name "sub:Color-en-Párrafos"
28855
28856 \end_inset
28857
28858
28859 \begin_inset Index
28860 status collapsed
28861
28862 \begin_layout Plain Layout
28863 Color ! en párrafos
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Standard
28872 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28873  Antes de la minipágina inserta el comando 
28874 \series bold
28875
28876 \backslash
28877 colorbox
28878 \end_layout
28879
28880 \begin_layout Standard
28881
28882 \series bold
28883
28884 \backslash
28885 colorbox{color}{
28886 \end_layout
28887
28888 \begin_layout Standard
28889 en código TeX.
28890  Detrás de la minipágina inserta una llave de cierre «
28891 \series bold
28892 }
28893 \series default
28894 » en código TeX.
28895 \end_layout
28896
28897 \begin_layout Standard
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 colorbox{grisclaro}{
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \begin_inset Box Frameless
28912 position "t"
28913 hor_pos "c"
28914 has_inner_box 1
28915 inner_pos "t"
28916 use_parbox 0
28917 width "100col%"
28918 special "none"
28919 height "1in"
28920 height_special "totalheight"
28921 status collapsed
28922
28923 \begin_layout Plain Layout
28924 Texto con color de fondo.
28925  Texto con color de fondo.
28926 \end_layout
28927
28928 \begin_layout Plain Layout
28929 \begin_inset VSpace defskip
28930 \end_inset
28931
28932 El texto puede tener notas al pie
28933 \begin_inset Foot
28934 status open
28935
28936 \begin_layout Plain Layout
28937 Otro ejemplo de nota
28938 \end_layout
28939
28940 \end_inset
28941
28942  y puede incluir tablas y figuras.
28943 \end_layout
28944
28945 \begin_layout Plain Layout
28946 \align center
28947 \begin_inset Tabular
28948 <lyxtabular version="3" rows="3" columns="3">
28949 <features>
28950 <column alignment="center" valignment="top" width="0">
28951 <column alignment="center" valignment="top" width="0">
28952 <column alignment="center" valignment="top" width="0">
28953 <row>
28954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28955 \begin_inset Text
28956
28957 \begin_layout Plain Layout
28958 a
28959 \end_layout
28960
28961 \end_inset
28962 </cell>
28963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28964 \begin_inset Text
28965
28966 \begin_layout Plain Layout
28967 !
28968 \end_layout
28969
28970 \end_inset
28971 </cell>
28972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28973 \begin_inset Text
28974
28975 \begin_layout Plain Layout
28976 3
28977 \end_layout
28978
28979 \end_inset
28980 </cell>
28981 </row>
28982 <row>
28983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28984 \begin_inset Text
28985
28986 \begin_layout Plain Layout
28987 <
28988 \end_layout
28989
28990 \end_inset
28991 </cell>
28992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28993 \begin_inset Text
28994
28995 \begin_layout Plain Layout
28996 b2
28997 \begin_inset Quotes erd
28998 \end_inset
28999
29000 |
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 >
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 </row>
29015 <row>
29016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29017 \begin_inset Text
29018
29019 \begin_layout Plain Layout
29020 1
29021 \end_layout
29022
29023 \end_inset
29024 </cell>
29025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29026 \begin_inset Text
29027
29028 \begin_layout Plain Layout
29029 §
29030 \end_layout
29031
29032 \end_inset
29033 </cell>
29034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29035 \begin_inset Text
29036
29037 \begin_layout Plain Layout
29038 c
29039 \end_layout
29040
29041 \end_inset
29042 </cell>
29043 </row>
29044 </lyxtabular>
29045
29046 \end_inset
29047
29048
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059 }
29060 \end_layout
29061
29062 \end_inset
29063
29064
29065 \end_layout
29066
29067 \begin_layout Section
29068 Cuadros rotados y escalados
29069 \end_layout
29070
29071 \begin_layout Standard
29072 Para poder usar los comandos descritos en esta sección hay que cargar el
29073  paquete LaTeX 
29074 \series bold
29075 graphicx
29076 \begin_inset Index
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 LaTeX-paquetes ! graphicx
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \series default
29087  en el preámbulo del documento, con el comando
29088 \end_layout
29089
29090 \begin_layout Standard
29091
29092 \series bold
29093
29094 \backslash
29095 @ifundefined{rotatebox}
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099
29100 \begin_inset ERT
29101 status collapsed
29102
29103 \begin_layout Plain Layout
29104
29105
29106 \backslash
29107 hphantom{ }
29108 \end_layout
29109
29110 \end_inset
29111
29112 {
29113 \backslash
29114 usepackage{graphicx}}{}
29115 \end_layout
29116
29117 \begin_layout Standard
29118 \begin_inset Note Greyedout
29119 status open
29120
29121 \begin_layout Plain Layout
29122
29123 \series bold
29124 Nota: 
29125 \series default
29126 Algunos visores DVI no pueden mostrar material rotado o escalado.
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \end_layout
29133
29134 \begin_layout Standard
29135 \begin_inset Note Greyedout
29136 status open
29137
29138 \begin_layout Plain Layout
29139
29140 \series bold
29141 Nota:
29142 \series default
29143  Los cuadros rotados o escalados no pueden contener flotantes.
29144 \end_layout
29145
29146 \end_inset
29147
29148
29149 \end_layout
29150
29151 \begin_layout Subsection
29152 Cuadros rotados
29153 \begin_inset Index
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157 Cuadros ! Rotar
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \begin_inset Index
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Material rotado
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \begin_inset Index
29174 status collapsed
29175
29176 \begin_layout Plain Layout
29177 Figuras ! Rotar
29178 \end_layout
29179
29180 \end_inset
29181
29182
29183 \begin_inset Index
29184 status collapsed
29185
29186 \begin_layout Plain Layout
29187 Tablas ! Rotar
29188 \end_layout
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Standard
29196 Para rotar material debes ponerlo en un cuadro rotado.
29197  Los cuadros rotados se crean con el comando 
29198 \series bold
29199
29200 \backslash
29201 rotatebox
29202 \series default
29203  en código TeX, según el esquema:
29204 \end_layout
29205
29206 \begin_layout Standard
29207
29208 \series bold
29209
29210 \backslash
29211 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29212 \end_layout
29213
29214 \begin_layout Standard
29215 El origen de rotación se especifica en la forma 
29216 \series bold
29217 origin=position
29218 \series default
29219 .
29220  Son posibles las posiciones siguientes: 
29221 \emph on
29222 c
29223 \emph default
29224  (center), 
29225 \emph on
29226 l
29227 \emph default
29228  (left), 
29229 \emph on
29230 r
29231 \emph default
29232  (right), 
29233 \emph on
29234 b
29235 \emph default
29236  (bottom), 
29237 \emph on
29238 t
29239 \emph default
29240  (top), así como combinaciones adecuadas de las posiciones básicas.
29241  Por ejemplo, 
29242 \emph on
29243 lt
29244 \emph default
29245  significa que el origen de rotación es la esquina superior izquierda del
29246  cuadro.
29247  Si no se especifica origen de rotación se usará la posición 
29248 \emph on
29249 l
29250 \emph default
29251 .
29252  El ángulo de rotación es un número de grados, y puede ser negativo.
29253  El sentido de giro es contrario al de las agujas del reloj.
29254 \end_layout
29255
29256 \begin_layout Standard
29257 En el siguiente ejemplo se ha insertado el comando 
29258 \series bold
29259
29260 \backslash
29261 rotatebox[origin=c]{60}{ 
29262 \series default
29263 como código TeX delante del texto «con rotación»; después del texto, el
29264  cuadro se ha cerrado con llave de cierre en código TeX.
29265 \end_layout
29266
29267 \begin_layout Standard
29268 Esta línea contiene texto 
29269 \begin_inset ERT
29270 status collapsed
29271
29272 \begin_layout Plain Layout
29273
29274
29275 \backslash
29276 rotatebox[origin=c]{60}{
29277 \end_layout
29278
29279 \end_inset
29280
29281 con rotación
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287 }
29288 \end_layout
29289
29290 \end_inset
29291
29292 .
29293 \end_layout
29294
29295 \begin_layout Standard
29296 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29297  línea:
29298 \end_layout
29299
29300 \begin_layout Standard
29301 En esta línea hay texto enmarcado 
29302 \begin_inset ERT
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306
29307
29308 \backslash
29309 rotatebox[origin=r]{-60}{
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \begin_inset Box Doublebox
29316 position "c"
29317 hor_pos "c"
29318 has_inner_box 0
29319 inner_pos "c"
29320 use_parbox 0
29321 width "1in"
29322 special "width"
29323 height "1in"
29324 height_special "totalheight"
29325 status open
29326
29327 \begin_layout Plain Layout
29328 con rotación
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \begin_inset ERT
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338
29339 }
29340 \end_layout
29341
29342 \end_inset
29343
29344  y 
29345 \begin_inset ERT
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349
29350
29351 \backslash
29352 rotatebox[origin=lb]{60}{
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29359 \end_inset
29360
29361
29362 \begin_inset ERT
29363 status collapsed
29364
29365 \begin_layout Plain Layout
29366
29367 }
29368 \end_layout
29369
29370 \end_inset
29371
29372  una ecuación.
29373 \end_layout
29374
29375 \begin_layout Standard
29376 O una imagen o una tabla:
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Aquí hay una imagen girada 
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386
29387 \backslash
29388 rotatebox[origin=lb]{90}{
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Graphics
29395         filename ../clipart/platypus.eps
29396         lyxscale 50
29397         width 25col%
29398
29399 \end_inset
29400
29401
29402 \begin_inset ERT
29403 status collapsed
29404
29405 \begin_layout Plain Layout
29406
29407 }
29408 \end_layout
29409
29410 \end_inset
29411
29412  y una tabla girada 
29413 \begin_inset ERT
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417
29418
29419 \backslash
29420 rotatebox[origin=l]{-90}{
29421 \end_layout
29422
29423 \end_inset
29424
29425
29426 \begin_inset Tabular
29427 <lyxtabular version="3" rows="2" columns="2">
29428 <features>
29429 <column alignment="center" valignment="top" width="0">
29430 <column alignment="center" valignment="top" width="0">
29431 <row>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436 q
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 w
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 </row>
29451 <row>
29452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29453 \begin_inset Text
29454
29455 \begin_layout Plain Layout
29456 e
29457 \end_layout
29458
29459 \end_inset
29460 </cell>
29461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29462 \begin_inset Text
29463
29464 \begin_layout Plain Layout
29465 r
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 </row>
29471 </lyxtabular>
29472
29473 \end_inset
29474
29475
29476 \begin_inset ERT
29477 status collapsed
29478
29479 \begin_layout Plain Layout
29480
29481 }
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Subsection
29490 Cuadros escalados
29491 \begin_inset Index
29492 status collapsed
29493
29494 \begin_layout Plain Layout
29495 Cuadros ! Escalar
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \begin_inset Index
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505 Material escalado
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \begin_inset Index
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515 Figuras ! Escalar
29516 \end_layout
29517
29518 \end_inset
29519
29520
29521 \begin_inset Index
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 Tablas ! Escalar
29526 \end_layout
29527
29528 \end_inset
29529
29530
29531 \end_layout
29532
29533 \begin_layout Standard
29534 Para escalar material se pueden usar los comandos 
29535 \series bold
29536
29537 \backslash
29538 scalebox
29539 \series default
29540  y 
29541 \series bold
29542
29543 \backslash
29544 resizebox 
29545 \series default
29546 en código TeX.
29547 \end_layout
29548
29549 \begin_layout Standard
29550
29551 \series bold
29552
29553 \backslash
29554 scalebox
29555 \series default
29556  se usa con el esquema siguiente:
29557 \end_layout
29558
29559 \begin_layout Standard
29560
29561 \series bold
29562
29563 \backslash
29564 scalebox{horizontal}[vertical]{contenido del cuadro}
29565 \end_layout
29566
29567 \begin_layout Standard
29568 Horizontal y vertical son los factores de escala correspondientes.
29569  Si no se especifica factor vertical, su valor será el mismo que el factor
29570  de escala horizontal.
29571  
29572 \end_layout
29573
29574 \begin_layout Standard
29575 Por ejemplo, el comando 
29576 \series bold
29577
29578 \backslash
29579 scalebox{2}{Hola} 
29580 \series default
29581 crea un 
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587
29588 \backslash
29589 scalebox{2}{
29590 \end_layout
29591
29592 \end_inset
29593
29594 Hola
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600 }
29601 \end_layout
29602
29603 \end_inset
29604
29605  de doble tamaño que el texto normal del documento.
29606 \end_layout
29607
29608 \begin_layout Standard
29609 El comando 
29610 \series bold
29611
29612 \backslash
29613 scalebox{2}[1]{Hola} 
29614 \series default
29615 distorsiona el 
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621
29622 \backslash
29623 scalebox{2}[1]{
29624 \end_layout
29625
29626 \end_inset
29627
29628 Hola
29629 \begin_inset ERT
29630 status collapsed
29631
29632 \begin_layout Plain Layout
29633
29634 }
29635 \end_layout
29636
29637 \end_inset
29638
29639 .
29640 \end_layout
29641
29642 \begin_layout Standard
29643 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29644  Por eso el comando 
29645 \series bold
29646
29647 \backslash
29648 scalebox{-1}[1]{Hola} 
29649 \series default
29650 puede usarse para reflejar un texto: 
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656
29657 \backslash
29658 scalebox{-1}[1]{
29659 \end_layout
29660
29661 \end_inset
29662
29663 Hola
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669 }
29670 \end_layout
29671
29672 \end_inset
29673
29674 .
29675 \end_layout
29676
29677 \begin_layout Standard
29678
29679 \series bold
29680
29681 \backslash
29682 scalebox{1}[-1]{Hola} 
29683 \series default
29684 refleja el 
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 scalebox{1}[-1]{
29693 \end_layout
29694
29695 \end_inset
29696
29697 Hola
29698 \begin_inset ERT
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702
29703 }
29704 \end_layout
29705
29706 \end_inset
29707
29708  sobre la base.
29709 \end_layout
29710
29711 \begin_layout Standard
29712 El comando 
29713 \series bold
29714
29715 \backslash
29716 scalebox{-1}[1]{contenido del cuadro} 
29717 \series default
29718 puede sustituirse por 
29719 \series bold
29720
29721 \begin_inset Newline newline
29722 \end_inset
29723
29724
29725 \backslash
29726 reflectbox{contenido del cuadro}
29727 \begin_inset VSpace defskip
29728 \end_inset
29729
29730
29731 \end_layout
29732
29733 \begin_layout Standard
29734 El comando 
29735 \series bold
29736
29737 \backslash
29738 resizebox
29739 \series default
29740  sirve para escalar el cuadro a una altura y anchura definidas, según el
29741  esquema:
29742 \end_layout
29743
29744 \begin_layout Standard
29745
29746 \series bold
29747
29748 \backslash
29749 resizebox{anchura}{altura}{contenido del cuadro}
29750 \end_layout
29751
29752 \begin_layout Standard
29753 Si uno de los argumentos del comando es un signo de exclamación, 
29754 \series bold
29755 !
29756 \series default
29757 , la escala se produce de forma que se mantiene la relación de las dimensiones
29758  originales del contenido del cuadro.
29759  
29760 \end_layout
29761
29762 \begin_layout Standard
29763 El comando 
29764 \series bold
29765
29766 \backslash
29767 resizebox{2cm}{1cm}{Hola}
29768 \series default
29769  genera: 
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775
29776 \backslash
29777 resizebox{2cm}{1cm}{
29778 \end_layout
29779
29780 \end_inset
29781
29782 Hola
29783 \begin_inset ERT
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787
29788 }
29789 \end_layout
29790
29791 \end_inset
29792
29793
29794 \begin_inset Newline newline
29795 \end_inset
29796
29797 El comando 
29798 \series bold
29799
29800 \backslash
29801 resizebox{2cm}{!}{Hola}
29802 \series default
29803  genera: 
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809
29810 \backslash
29811 resizebox{2cm}{!}{
29812 \end_layout
29813
29814 \end_inset
29815
29816 Hola
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822 }
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \begin_layout Standard
29831 \begin_inset VSpace defskip
29832 \end_inset
29833
29834
29835 \end_layout
29836
29837 \begin_layout Standard
29838 \begin_inset Note Greyedout
29839 status open
29840
29841 \begin_layout Plain Layout
29842
29843 \series bold
29844 Nota: 
29845 \series default
29846 Si los argumentos de 
29847 \series bold
29848
29849 \backslash
29850 scalebox
29851 \series default
29852  o 
29853 \series bold
29854
29855 \backslash
29856 resizebox
29857 \series default
29858  son cero, no se generan errores de LaTeX al exportar el documento, pero
29859  puede suceder que la salida no se muestre o que sea incompleta.
29860  
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset VSpace defskip
29867 \end_inset
29868
29869
29870 \end_layout
29871
29872 \begin_layout Standard
29873 Los cuadros se pueden combinar en cualquier orden.
29874  Por ejemplo, el comando
29875 \series bold
29876
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880
29881 \backslash
29882 rotatebox[origin=c]{-45}{
29883 \backslash
29884 resizebox{2cm}{!}{
29885 \backslash
29886 reflectbox{Hola}}}
29887 \begin_inset Newline newline
29888 \end_inset
29889
29890
29891 \series default
29892 genera:
29893 \end_layout
29894
29895 \begin_layout Standard
29896 \noindent
29897 \align center
29898 \begin_inset ERT
29899 status collapsed
29900
29901 \begin_layout Plain Layout
29902
29903
29904 \backslash
29905 rotatebox[origin=c]{-45}{
29906 \backslash
29907 resizebox{2cm}{!}{
29908 \backslash
29909 reflectbox{
29910 \end_layout
29911
29912 \end_inset
29913
29914 Hola
29915 \begin_inset ERT
29916 status collapsed
29917
29918 \begin_layout Plain Layout
29919
29920 }}}
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \noindent
29930 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
29931 \end_layout
29932
29933 \begin_layout Standard
29934 \noindent
29935
29936 \end_layout
29937
29938 \begin_layout Standard
29939 \align center
29940 \begin_inset ERT
29941 status collapsed
29942
29943 \begin_layout Plain Layout
29944
29945
29946 \backslash
29947 rotatebox[origin=c]{-30}{
29948 \backslash
29949 resizebox{2cm}{!}{
29950 \backslash
29951 reflectbox{
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Graphics
29958         filename ../clipart/platypus.eps
29959         lyxscale 50
29960         width 25col%
29961
29962 \end_inset
29963
29964
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970 }}}
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 rotatebox[origin=c]{-45}{
29984 \backslash
29985 resizebox{2cm}{!}{
29986 \backslash
29987 reflectbox{
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Tabular
29994 <lyxtabular version="3" rows="2" columns="2">
29995 <features>
29996 <column alignment="center" valignment="top" width="0">
29997 <column alignment="center" valignment="top" width="0">
29998 <row>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003 q
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30009 \begin_inset Text
30010
30011 \begin_layout Plain Layout
30012 w
30013 \end_layout
30014
30015 \end_inset
30016 </cell>
30017 </row>
30018 <row>
30019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Plain Layout
30023 e
30024 \end_layout
30025
30026 \end_inset
30027 </cell>
30028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Plain Layout
30032 r
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 </row>
30038 </lyxtabular>
30039
30040 \end_inset
30041
30042
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048 }}}
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059
30060 \backslash
30061 rotatebox[origin=c]{-45}{
30062 \backslash
30063 resizebox{2cm}{!}{
30064 \backslash
30065 reflectbox{
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30072 \end_inset
30073
30074
30075 \begin_inset ERT
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079
30080 }}}
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \end_layout
30087
30088 \begin_layout Standard
30089 Si se usa el estilo global 
30090 \series bold
30091 fleqn
30092 \series default
30093  para las ecuaciones del documento,
30094 \begin_inset Foot
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Si «fleqn» se añade a las opciones de clase del documento.
30099 \end_layout
30100
30101 \end_inset
30102
30103  también pueden escalarse las ecuaciones en estilo presentación.
30104 \end_layout
30105
30106 \begin_layout Chapter
30107 Archivo
30108 \begin_inset Index
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112 Archivo, insertar
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Con el menú 
30122 \family sans
30123 Insertar\SpecialChar \menuseparator
30124 Archivo 
30125 \family default
30126 se pueden insertar archivos externos en un documento.
30127  Estos pueden ser:
30128 \end_layout
30129
30130 \begin_layout Description
30131 Documento
30132 \begin_inset space ~
30133 \end_inset
30134
30135 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30136 \end_layout
30137
30138 \begin_layout Description
30139 Texto
30140 \begin_inset space ~
30141 \end_inset
30142
30143 simple
30144 \begin_inset space ~
30145 \end_inset
30146
30147 como
30148 \begin_inset space ~
30149 \end_inset
30150
30151 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30152  como un nuevo párrafo.
30153 \end_layout
30154
30155 \begin_layout Description
30156 Texto
30157 \begin_inset space ~
30158 \end_inset
30159
30160 simple
30161 \begin_inset space ~
30162 \end_inset
30163
30164 como
30165 \begin_inset space ~
30166 \end_inset
30167
30168 párrafos Un documento de texto; cada línea del texto se inserta tal como
30169  está, formando un solo párrafo.
30170  Las líneas vacías generan un nuevo párrafo en tu documento.
30171 \end_layout
30172
30173 \begin_layout Description
30174 Material
30175 \begin_inset space ~
30176 \end_inset
30177
30178 externo Archivos en diversos formatos.
30179 \end_layout
30180
30181 \begin_layout Description
30182 Documento
30183 \begin_inset space ~
30184 \end_inset
30185
30186 hijo Documentos LyX, LaTeX o texto simple.
30187 \end_layout
30188
30189 \begin_layout Section
30190 Material externo
30191 \begin_inset Index
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195 Material externo
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \begin_layout Standard
30204 Esta característica te permite insertar archivos en tu documento sin convertirlo
30205 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30206  las necesarias conversiones.
30207  Esto es parecido a la inserción de imágenes en diversos formatos en los
30208  documentos LyX.
30209 \end_layout
30210
30211 \begin_layout Standard
30212 El material externo se puede insertar mediante el diálogo que surge a partir
30213  del menú 
30214 \family sans
30215 Insertar\SpecialChar \menuseparator
30216 Archivo\SpecialChar \menuseparator
30217 Material
30218 \begin_inset space ~
30219 \end_inset
30220
30221 externo
30222 \family default
30223 .
30224  Actualmente se permiten los siguientes tipos de archivo (
30225 \family sans
30226 Plantillas
30227 \family default
30228 ):
30229 \end_layout
30230
30231 \begin_layout Description
30232 Diagrama
30233 \begin_inset space ~
30234 \end_inset
30235
30236 de
30237 \begin_inset space ~
30238 \end_inset
30239
30240 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30241  con el programa 
30242 \series bold
30243
30244 \begin_inset CommandInset href
30245 LatexCommand href
30246 name "XBoard"
30247 target "http://en.wikipedia.org/wiki/XBoard"
30248
30249 \end_inset
30250
30251
30252 \series default
30253 .
30254 \end_layout
30255
30256 \begin_layout Description
30257 Fecha Esta inserta la fecha en el formato 
30258 \emph on
30259 Día-Mes-Año.
30260
30261 \emph default
30262  A continuación hay una fecha insertada como material externo: 
30263 \begin_inset External
30264         template Date
30265         filename ...
30266
30267 \end_inset
30268
30269
30270 \lang english
30271
30272 \begin_inset space ~
30273 \end_inset
30274
30275
30276 \begin_inset Note Note
30277 status open
30278
30279 \begin_layout Plain Layout
30280
30281 \lang english
30282 Remove the protected space when bug 4398 is fixed!
30283 \end_layout
30284
30285 \end_inset
30286
30287
30288 \lang spanish
30289
30290 \begin_inset Newline newline
30291 \end_inset
30292
30293 La fecha no se muestra en LyX, sólo en la salida.
30294  Hay otros dos métodos de insertar una fecha, con el menú 
30295 \family sans
30296 Insertar\SpecialChar \menuseparator
30297 Fecha
30298 \family default
30299  y con el comando LaTeX 
30300 \series bold
30301
30302 \backslash
30303 today
30304 \series default
30305  en código TeX.
30306  Los distintos métodos se comparan en la tabla
30307 \begin_inset space ~
30308 \end_inset
30309
30310
30311 \begin_inset CommandInset ref
30312 LatexCommand ref
30313 reference "tab:Comparación-de"
30314
30315 \end_inset
30316
30317 .
30318 \end_layout
30319
30320 \begin_layout Description
30321 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30322 \begin_inset Newline linebreak
30323 \end_inset
30324
30325
30326 \series bold
30327
30328 \begin_inset CommandInset href
30329 LatexCommand href
30330 name "LilyPond"
30331 target "http://en.wikipedia.org/wiki/LilyPond"
30332
30333 \end_inset
30334
30335
30336 \series default
30337 .
30338 \end_layout
30339
30340 \begin_layout Description
30341 RasterImage Sirve para insertar imágenes bitmap.
30342  Casi todos los formatos populares de imágenes están soportados.
30343  Las imágenes se pueden tratar en el diálogo 
30344 \family sans
30345 Material Externo
30346 \family default
30347  como las que habitualmente se incluyen mediante el diálogo 
30348 \family sans
30349 Gráficos
30350 \family default
30351 , tal como se explica en la sección
30352 \begin_inset space ~
30353 \end_inset
30354
30355
30356 \begin_inset CommandInset ref
30357 LatexCommand ref
30358 reference "sec:Diálogo-Gráficos"
30359
30360 \end_inset
30361
30362 .
30363  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30364  PDF y EPS no están soportadas.
30365 \end_layout
30366
30367 \begin_layout Description
30368 XFig Esta plantilla soporta imágenes creadas con el programa 
30369 \series bold
30370
30371 \begin_inset CommandInset href
30372 LatexCommand href
30373 name "Xfig"
30374 target "http://en.wikipedia.org/wiki/Xfig"
30375
30376 \end_inset
30377
30378
30379 \series default
30380 .
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset Float table
30385 placement h
30386 wide false
30387 sideways false
30388 status open
30389
30390 \begin_layout Plain Layout
30391 \begin_inset Caption
30392
30393 \begin_layout Plain Layout
30394 \begin_inset CommandInset label
30395 LatexCommand label
30396 name "tab:Comparación-de"
30397
30398 \end_inset
30399
30400 Comparación de los métodos de inserción de fecha.
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Plain Layout
30409 \align center
30410 \begin_inset Tabular
30411 <lyxtabular version="3" rows="4" columns="4">
30412 <features>
30413 <column alignment="center" valignment="top" width="0">
30414 <column alignment="center" valignment="top" width="0">
30415 <column alignment="center" valignment="top" width="0">
30416 <column alignment="center" valignment="top" width="0">
30417 <row>
30418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422 Tipo del Documento
30423 \end_layout
30424
30425 \end_inset
30426 </cell>
30427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30428 \begin_inset Text
30429
30430 \begin_layout Plain Layout
30431
30432 \family sans
30433 Material Externo\SpecialChar \menuseparator
30434 Fecha
30435 \end_layout
30436
30437 \end_inset
30438 </cell>
30439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30440 \begin_inset Text
30441
30442 \begin_layout Plain Layout
30443
30444 \family sans
30445 Insertar\SpecialChar \menuseparator
30446 Fecha
30447 \end_layout
30448
30449 \end_inset
30450 </cell>
30451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455 comando 
30456 \series bold
30457
30458 \backslash
30459 today
30460 \end_layout
30461
30462 \end_inset
30463 </cell>
30464 </row>
30465 <row>
30466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30467 \begin_inset Text
30468
30469 \begin_layout Plain Layout
30470 LyX
30471 \end_layout
30472
30473 \end_inset
30474 </cell>
30475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30476 \begin_inset Text
30477
30478 \begin_layout Plain Layout
30479 como cuadro
30480 \end_layout
30481
30482 \end_inset
30483 </cell>
30484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30485 \begin_inset Text
30486
30487 \begin_layout Plain Layout
30488 como fecha
30489 \end_layout
30490
30491 \end_inset
30492 </cell>
30493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30494 \begin_inset Text
30495
30496 \begin_layout Plain Layout
30497 como cuadro en código TeX
30498 \end_layout
30499
30500 \end_inset
30501 </cell>
30502 </row>
30503 <row>
30504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 LaTeX
30509 \end_layout
30510
30511 \end_inset
30512 </cell>
30513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30514 \begin_inset Text
30515
30516 \begin_layout Plain Layout
30517 como fecha
30518 \end_layout
30519
30520 \end_inset
30521 </cell>
30522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30523 \begin_inset Text
30524
30525 \begin_layout Plain Layout
30526 como fecha
30527 \end_layout
30528
30529 \end_inset
30530 </cell>
30531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30532 \begin_inset Text
30533
30534 \begin_layout Plain Layout
30535 como comando
30536 \end_layout
30537
30538 \end_inset
30539 </cell>
30540 </row>
30541 <row>
30542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30543 \begin_inset Text
30544
30545 \begin_layout Plain Layout
30546 DVI, PDF, PS
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 como fecha
30556 \end_layout
30557
30558 \end_inset
30559 </cell>
30560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30561 \begin_inset Text
30562
30563 \begin_layout Plain Layout
30564 como fecha
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573 como fecha
30574 \end_layout
30575
30576 \end_inset
30577 </cell>
30578 </row>
30579 </lyxtabular>
30580
30581 \end_inset
30582
30583
30584 \end_layout
30585
30586 \end_inset
30587
30588
30589 \end_layout
30590
30591 \begin_layout Standard
30592 Si utilizas la opción 
30593 \family sans
30594 Borrador
30595 \family default
30596  en la solapa 
30597 \family sans
30598 Archivo
30599 \family default
30600  del diálogo 
30601 \family sans
30602 Material Externo
30603 \family default
30604 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30605 \family sans
30606
30607 \begin_inset Newline newline
30608 \end_inset
30609
30610
30611 \family default
30612 El material externo se muestra en LyX como un cuadro del tipo:
30613 \family sans
30614  
30615 \family default
30616
30617 \begin_inset Graphics
30618         filename clipart/MaterialExternoQt4.png
30619         scale 80
30620
30621 \end_inset
30622
30623  o como imagen, según la configuración elegida en la solapa 
30624 \family sans
30625 Vista
30626 \begin_inset space ~
30627 \end_inset
30628
30629 LyX 
30630 \family default
30631 del diálogo 
30632 \family sans
30633 Material Externo.
30634 \end_layout
30635
30636 \begin_layout Standard
30637 En el manual 
30638 \emph on
30639 Personalización
30640 \emph default
30641  se explica cómo definir tus propias plantillas.
30642 \end_layout
30643
30644 \begin_layout Section
30645 Documento hijo
30646 \begin_inset CommandInset label
30647 LatexCommand label
30648 name "sec:Documento-Hijo"
30649
30650 \end_inset
30651
30652
30653 \begin_inset Index
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657 Documento hijo
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \begin_layout Standard
30666 Los documentos hijos se emplean en el caso de tener un documento extenso
30667  compuesto por varias partes o secciones más grandes.
30668  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30669  en varios archivos que pueden ser revisados por separado.
30670  Estos archivos se conocen como documentos hijos, y el llamado documento
30671  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30672  
30673 \end_layout
30674
30675 \begin_layout Standard
30676 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30677  cuadros del tipo: 
30678 \begin_inset Graphics
30679         filename clipart/DocumentoHijoQt4.png
30680         scale 80
30681
30682 \end_inset
30683
30684 .
30685  Para incluir documentos hijos en un documento maestro utiliza el menú 
30686 \family sans
30687 Insertar
30688 \family default
30689 \SpecialChar \menuseparator
30690
30691 \family sans
30692 Archivo
30693 \family default
30694 \SpecialChar \menuseparator
30695
30696 \family sans
30697 Documento
30698 \begin_inset space ~
30699 \end_inset
30700
30701 hijo
30702 \family default
30703 .
30704  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30705 \end_layout
30706
30707 \begin_layout Description
30708 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30709  Al pulsar el botón 
30710 \family sans
30711 Cargar
30712 \family default
30713  en el diálogo 
30714 \family sans
30715 Documento hijo
30716 \family default
30717 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30718  la ventana de LyX y así puedes modificarlos si quieres.
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Aquí hay un archivo insertado con el método 
30723 \family sans
30724 Incluir
30725 \family default
30726
30727 \begin_inset CommandInset include
30728 LatexCommand include
30729 filename "DocumentoPostizo1.lyx"
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 La numeración de secciones tiene en cuenta las secciones de los archivos
30738  incluidos en el orden en que están insertados en el documento maestro.
30739  El documento incluido de ejemplo tiene una subsección que se numera como
30740  subsección de la presente sección.
30741  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30742 \begin_inset space ~
30743 \end_inset
30744
30745
30746 \begin_inset CommandInset ref
30747 LatexCommand ref
30748 reference "sub:Subsección-Externa-1"
30749
30750 \end_inset
30751
30752 .
30753 \end_layout
30754
30755 \begin_layout Standard
30756 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30757  del documento maestro.
30758  Los documentos incluidos se insertan comenzando una página nueva y acabando
30759  con un salto de página.
30760 \end_layout
30761
30762 \begin_layout Standard
30763 Con el comando LaTeX 
30764 \series bold
30765
30766 \backslash
30767 includeonly
30768 \series default
30769  puedes determinar qué documentos hijos serán procesados al generar la salida.
30770  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30771  un extenso documento y quieres ahorrar tiempo de compilación.
30772  
30773 \series bold
30774
30775 \backslash
30776 includeonly 
30777 \series default
30778 se inserta en el preámbulo del documento maestro, poniendo como argumento
30779  una lista de los nombres de archivo separados con comas, p.
30780 \begin_inset space \thinspace{}
30781 \end_inset
30782
30783 e.
30784  la orden:
30785 \end_layout
30786
30787 \begin_layout Standard
30788
30789 \series bold
30790
30791 \backslash
30792 includeonly{capítulo1,capítulo5}
30793 \end_layout
30794
30795 \begin_layout Standard
30796 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30797 » (o «capítulo1.tex») y «capítulo5.lyx».
30798 \end_layout
30799
30800 \begin_layout Standard
30801 \begin_inset Note Greyedout
30802 status open
30803
30804 \begin_layout Plain Layout
30805
30806 \series bold
30807 Nota:
30808 \series default
30809  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30810  a la del documento maestro, recibirás una advertencia al exportar/ver el
30811  documento, ya que esto podría dar resultados inesperados.
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Description
30820 Entrada Este método es muy parecido al método 
30821 \family sans
30822 Incluir
30823 \family default
30824 .
30825  Las diferencias son:
30826 \end_layout
30827
30828 \begin_deeper
30829 \begin_layout Itemize
30830 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30831  un salto de página.
30832 \end_layout
30833
30834 \begin_layout Itemize
30835 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30836 \family sans
30837 Vista
30838 \begin_inset space ~
30839 \end_inset
30840
30841 preliminar
30842 \begin_inset space ~
30843 \end_inset
30844
30845 inmediata 
30846 \family default
30847 está activada en el diálogo 
30848 \family sans
30849 Herramientas\SpecialChar \menuseparator
30850 Preferencias
30851 \family default
30852 , apartado 
30853 \family sans
30854 Apariencia\SpecialChar \menuseparator
30855 Gráficos
30856 \family default
30857 .
30858 \end_layout
30859
30860 \begin_layout Itemize
30861 No se puede utilizar el comando LaTeX 
30862 \series bold
30863
30864 \backslash
30865 includeonly
30866 \series default
30867 .
30868 \end_layout
30869
30870 \end_deeper
30871 \begin_layout Standard
30872 Aquí hay un documento hijo insertado con el método 
30873 \family sans
30874 Entrada
30875 \family default
30876 :
30877 \end_layout
30878
30879 \begin_layout Standard
30880 \begin_inset CommandInset include
30881 LatexCommand input
30882 filename "DocumentoPostizo2.lyx"
30883
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Description
30890 Literal Con este método se puede incluir todo archivo de texto.
30891  El archivo aparece en la salida con su código fuente, y si contiene comandos
30892  no se ejecutan.
30893  Con la opción 
30894 \family sans
30895 Marcar espacios en la salida
30896 \family default
30897  cada espacio en el código fuente se muestra en la salida con el carácter
30898  «
30899 \begin_inset ERT
30900 status collapsed
30901
30902 \begin_layout Plain Layout
30903
30904
30905 \backslash
30906 textvisiblespace
30907 \end_layout
30908
30909 \end_inset
30910
30911 ».
30912  La diferencia con el método de inserción mediante el menú 
30913 \family sans
30914 Insertar
30915 \family default
30916 \SpecialChar \menuseparator
30917
30918 \family sans
30919 Archivo
30920 \family default
30921 \SpecialChar \menuseparator
30922
30923 \family sans
30924 Texto
30925 \begin_inset space ~
30926 \end_inset
30927
30928 simple
30929 \family default
30930  es que en este caso el contenido del archivo se ve en LyX, mientras que
30931  en modo 
30932 \family sans
30933 Literal 
30934 \family default
30935 no se muestra el contenido, sino un recuadro con el nombre.
30936
30937 \family sans
30938  
30939 \end_layout
30940
30941 \begin_layout Standard
30942 Aquí se inserta un documento hijo en modo Literal:
30943 \begin_inset CommandInset include
30944 LatexCommand verbatiminput
30945 filename "DocumentoTextoPostizo.txt"
30946
30947 \end_inset
30948
30949
30950 \begin_inset VSpace bigskip
30951 \end_inset
30952
30953
30954 \end_layout
30955
30956 \begin_layout Standard
30957 Aquí se inserta un documento hijo en modo Literal con la opción 
30958 \family sans
30959 Marcar espacios en la salida
30960 \family default
30961 :
30962 \begin_inset CommandInset include
30963 LatexCommand verbatiminput*
30964 filename "DocumentoTextoPostizo.txt"
30965
30966 \end_inset
30967
30968
30969 \begin_inset VSpace bigskip
30970 \end_inset
30971
30972
30973 \end_layout
30974
30975 \begin_layout Standard
30976 \begin_inset Note Greyedout
30977 status open
30978
30979 \begin_layout Plain Layout
30980
30981 \series bold
30982 Nota:
30983 \series default
30984  Como puedes ver en los ejemplos anteriores, el texto de los documentos
30985  incluidos en modo 
30986 \family sans
30987 literal
30988 \family default
30989  no contiene saltos de línea, a no ser que se incluyan expresamente en el
30990  archivo de texto.
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Description
30999 Listado
31000 \begin_inset space ~
31001 \end_inset
31002
31003 de
31004 \begin_inset space ~
31005 \end_inset
31006
31007 programa Este tipo se describe en el capítulo
31008 \begin_inset space ~
31009 \end_inset
31010
31011
31012 \begin_inset CommandInset ref
31013 LatexCommand ref
31014 reference "cha:Listado-de-programa"
31015
31016 \end_inset
31017
31018 .
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset Note Greyedout
31023 status open
31024
31025 \begin_layout Plain Layout
31026
31027 \series bold
31028 Nota:
31029 \series default
31030  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31031  problemas en LaTeX.
31032 \end_layout
31033
31034 \end_inset
31035
31036
31037 \end_layout
31038
31039 \begin_layout Chapter
31040 Listado de programa
31041 \begin_inset CommandInset label
31042 LatexCommand label
31043 name "cha:Listado-de-programa"
31044
31045 \end_inset
31046
31047
31048 \begin_inset Index
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052 Listado de programa
31053 \end_layout
31054
31055 \end_inset
31056
31057
31058 \begin_inset Index
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062 Listado de programa ! list@
31063 \emph on
31064 listings
31065 \end_layout
31066
31067 \end_inset
31068
31069
31070 \begin_inset Index
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074 Flotantes ! Listado de programa
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Para incluir y tipografiar código de programación puedes usar la opción
31084  de menú disponible en 
31085 \family sans
31086 Insertar\SpecialChar \menuseparator
31087 Listado
31088 \begin_inset space ~
31089 \end_inset
31090
31091 de
31092 \begin_inset space ~
31093 \end_inset
31094
31095 programa.
31096  
31097 \family default
31098 El paquete LaTeX 
31099 \series bold
31100 listings
31101 \series default
31102
31103 \begin_inset Index
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107 LaTeX-paquetes ! listings
31108 \end_layout
31109
31110 \end_inset
31111
31112  provee un mecanismo potente y flexible para insertar código fuente en tu
31113  documento.
31114 \end_layout
31115
31116 \begin_layout Standard
31117 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31118  en el que puedes establecer el formato del mismo.
31119 \end_layout
31120
31121 \begin_layout Standard
31122 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31123  La opción de ubicación 
31124 \family sans
31125 Listado
31126 \begin_inset space ~
31127 \end_inset
31128
31129 insertado
31130 \family default
31131  lo imprime en la línea, como este ejemplo: 
31132 \begin_inset listings
31133 lstparams "language={C++}"
31134 inline true
31135 status open
31136
31137 \begin_layout Plain Layout
31138
31139 \lang english
31140 int a=5;
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \family sans
31147
31148 \begin_inset Newline newline
31149 \end_inset
31150
31151
31152 \family default
31153 La opción 
31154 \family sans
31155 Flotante
31156 \family default
31157  crea un listado flotante cuya colocación se puede especificar mediante
31158  las opciones «
31159 \family sans
31160 h
31161 \family default
31162 », «
31163 \family sans
31164 t
31165 \family default
31166 », «
31167 \family sans
31168 b
31169 \family default
31170 » y «
31171 \family sans
31172 p
31173 \family default
31174 », correspondientes a las opciones de colocación de flotantes descritas
31175  en la sección
31176 \family sans
31177
31178 \begin_inset space ~
31179 \end_inset
31180
31181
31182 \begin_inset CommandInset ref
31183 LatexCommand ref
31184 reference "sec:Colocación-de-Flotantes"
31185
31186 \end_inset
31187
31188
31189 \family default
31190 .
31191  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31192  p.
31193 \family sans
31194
31195 \begin_inset space \thinspace{}
31196 \end_inset
31197
31198
31199 \family default
31200 e.
31201 \begin_inset space ~
31202 \end_inset
31203
31204 «
31205 \family sans
31206 htbp
31207 \family default
31208 ».
31209  La opción «
31210 \family sans
31211 h
31212 \family default
31213 » a veces no tiene efecto, pero no necesitas usar la opción 
31214 \family sans
31215 Flotante
31216 \family default
31217  en ese caso puesto que los listados de programa no flotantes también pueden
31218  tener leyendas y ser referenciadas.
31219 \end_layout
31220
31221 \begin_layout Standard
31222 Se puede añadir una leyenda a un listado de programa con el menú 
31223 \family sans
31224 Insertar\SpecialChar \menuseparator
31225 Leyenda
31226 \family default
31227
31228 \begin_inset Foot
31229 status open
31230
31231 \begin_layout Plain Layout
31232 Para traducir la etiqueta 
31233 \begin_inset Quotes eld
31234 \end_inset
31235
31236 Listado
31237 \begin_inset Quotes erd
31238 \end_inset
31239
31240  de la leyenda, se añade al preámbulo del documento el comando 
31241 \series bold
31242
31243 \backslash
31244 renewcommand{
31245 \backslash
31246 lstlistingname}{Listado}
31247 \series default
31248 .
31249  (
31250 \emph on
31251 N.
31252 \begin_inset space \thinspace{}
31253 \end_inset
31254
31255 del t.
31256 \emph default
31257 )
31258 \end_layout
31259
31260 \end_inset
31261
31262 .
31263  Los listados de programa se pueden referenciar como los flotantes: Listado
31264 \begin_inset space ~
31265 \end_inset
31266
31267
31268 \begin_inset CommandInset ref
31269 LatexCommand ref
31270 reference "lst:Ejemplo-de-listado-de-programa"
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset listings
31279 lstparams "language=Python"
31280 inline false
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284
31285 \lang english
31286 \begin_inset Caption
31287
31288 \begin_layout Plain Layout
31289 \begin_inset CommandInset label
31290 LatexCommand label
31291 name "lst:Ejemplo-de-listado-de-programa"
31292
31293 \end_inset
31294
31295 Ejemplo de listado de programa flotante
31296 \end_layout
31297
31298 \end_inset
31299
31300 # Ejemplo de listado flotante
31301 \end_layout
31302
31303 \begin_layout Plain Layout
31304
31305 \lang english
31306 def func(param):
31307 \end_layout
31308
31309 \begin_layout Plain Layout
31310
31311 \lang english
31312     'this is a python function'
31313 \end_layout
31314
31315 \begin_layout Plain Layout
31316
31317 \lang english
31318     pass
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \end_layout
31325
31326 \begin_layout Standard
31327 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31328  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31329  y tipografiadas de manera especial en la salida.
31330  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31331  negrita.
31332 \end_layout
31333
31334 \begin_layout Standard
31335 \begin_inset Note Greyedout
31336 status collapsed
31337
31338 \begin_layout Plain Layout
31339
31340 \series bold
31341 Nota:
31342 \series default
31343  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31344  debe probablemente a que dicha fuente no suministra negritas.
31345  En este caso selecciona una fuente distinta en el menú 
31346 \family sans
31347 Documento
31348 \family default
31349 \SpecialChar \menuseparator
31350
31351 \family sans
31352 Configuración
31353 \family default
31354 \SpecialChar \menuseparator
31355
31356 \family sans
31357 Fuentes.
31358  
31359 \family default
31360 (Las fuentes 
31361 \emph on
31362 LuxiMono, BeraMono
31363 \emph default
31364  y 
31365 \emph on
31366 Courier 
31367 \emph default
31368 suministran negritas.)
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \end_layout
31375
31376 \begin_layout Standard
31377 En la sección 
31378 \family sans
31379 Numeración
31380 \begin_inset space ~
31381 \end_inset
31382
31383 de
31384 \begin_inset space ~
31385 \end_inset
31386
31387 líneas
31388 \family default
31389  del diálogo puedes elegir el estilo de numeración de las líneas.
31390  En el campo 
31391 \family sans
31392 Paso 
31393 \family default
31394 puedes insertar un número para determinar qué líneas se numeran.
31395  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31396  
31397 \end_layout
31398
31399 \begin_layout Standard
31400 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31401  en la salida.
31402  La opción 
31403 \family sans
31404 Tabla
31405 \begin_inset space ~
31406 \end_inset
31407
31408 de
31409 \begin_inset space ~
31410 \end_inset
31411
31412 caracteres
31413 \begin_inset space ~
31414 \end_inset
31415
31416 extendida
31417 \family default
31418  debería emplearse si se usan en el código caracteres nacionales como la
31419  diéresis alemana.
31420 \begin_inset Newline newline
31421 \end_inset
31422
31423 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31424  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31425  y «Espacio como símbolo», rango de líneas 3-8:
31426 \begin_inset listings
31427 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31428 inline false
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433 \lang english
31434 def func(param):
31435 \end_layout
31436
31437 \begin_layout Plain Layout
31438
31439 \lang english
31440     'this is a python function'
31441 \end_layout
31442
31443 \begin_layout Plain Layout
31444
31445 \lang english
31446     pass
31447 \end_layout
31448
31449 \begin_layout Plain Layout
31450
31451 \lang english
31452 def func(param):
31453 \end_layout
31454
31455 \begin_layout Plain Layout
31456
31457 \lang english
31458 'This is a German word: Tschüß'
31459 \end_layout
31460
31461 \begin_layout Plain Layout
31462
31463 \lang english
31464 pass
31465 \end_layout
31466
31467 \begin_layout Plain Layout
31468
31469 \lang english
31470 def func(param):
31471 \end_layout
31472
31473 \begin_layout Plain Layout
31474
31475 \lang english
31476 'this is a python function'
31477 \end_layout
31478
31479 \begin_layout Plain Layout
31480
31481 \lang english
31482 pass
31483 \end_layout
31484
31485 \end_inset
31486
31487
31488 \end_layout
31489
31490 \begin_layout Standard
31491 \begin_inset Note Greyedout
31492 status open
31493
31494 \begin_layout Plain Layout
31495
31496 \series bold
31497 Nota:
31498 \series default
31499  Debido a un error en el paquete 
31500 \series bold
31501 listings
31502 \series default
31503  la numeración de líneas cambia en una línea por cada listado previo.
31504  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31505  3 y 6.
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \begin_layout Standard
31514 \begin_inset VSpace bigskip
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 También es posible imprimir como listado de programa líneas de un archivo.
31522  Para hacer esto, usa el menú 
31523 \family sans
31524 Insertar\SpecialChar \menuseparator
31525 Archivo\SpecialChar \menuseparator
31526 Documento
31527 \begin_inset space ~
31528 \end_inset
31529
31530 hijo 
31531 \family default
31532 y elige el tipo 
31533 \family sans
31534 Listado de programa
31535 \family default
31536 .
31537 \begin_inset Foot
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541 Los restantes tipos de documento hijo se describen en la sección
31542 \begin_inset space ~
31543 \end_inset
31544
31545
31546 \begin_inset CommandInset ref
31547 LatexCommand ref
31548 reference "sec:Documento-Hijo"
31549
31550 \end_inset
31551
31552 .
31553 \end_layout
31554
31555 \end_inset
31556
31557  En el diálogo de documento hijo puedes especificar los parámetros del listado
31558  en el cuadro de texto.
31559  Para ver una lista de los parámetros disponibles teclea una interrogación
31560  «?» en el cuadro.
31561 \end_layout
31562
31563 \begin_layout Standard
31564 Para referenciar un documento hijo tipo listado, escribe el texto de la
31565  etiqueta en el campo correspondiente del diálogo de documento hijo.
31566  Después se puede referenciar la etiqueta con el menú 
31567 \family sans
31568 Insertar\SpecialChar \menuseparator
31569 Referencia cruzada.
31570 \end_layout
31571
31572 \begin_layout Standard
31573 A continuación hay un ejemplo, Listado
31574 \begin_inset space ~
31575 \end_inset
31576
31577
31578 \begin_inset CommandInset ref
31579 LatexCommand ref
31580 reference "lst:archivo-listado"
31581
31582 \end_inset
31583
31584 , de inserción de líneas de un archivo; en él se incluye el rango de las
31585  líneas 10
31586 \begin_inset space \thinspace{}
31587 \end_inset
31588
31589 -
31590 \begin_inset space \thinspace{}
31591 \end_inset
31592
31593 15 de este archivo LyX.
31594 \end_layout
31595
31596 \begin_layout Standard
31597 \begin_inset CommandInset include
31598 LatexCommand lstinputlisting
31599 filename "EmbeddedObjects.lyx"
31600 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31601
31602 \end_inset
31603
31604
31605 \begin_inset VSpace bigskip
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \begin_layout Standard
31612 Las preferencias globales se pueden establecer en el diálogo 
31613 \family sans
31614 Documento\SpecialChar \menuseparator
31615 Configuración\SpecialChar \menuseparator
31616 Diseño
31617 \begin_inset space ~
31618 \end_inset
31619
31620 del
31621 \begin_inset space ~
31622 \end_inset
31623
31624 texto.
31625  
31626 \family default
31627 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31628  «?» en el campo de texto.
31629 \end_layout
31630
31631 \begin_layout Standard
31632 Para más información sobre el paquete 
31633 \series bold
31634 listings
31635 \series default
31636 , consulta su documentación
31637 \begin_inset space ~
31638 \end_inset
31639
31640
31641 \begin_inset CommandInset citation
31642 LatexCommand cite
31643 key "listings"
31644
31645 \end_inset
31646
31647 .
31648 \end_layout
31649
31650 \begin_layout Standard
31651 \begin_inset Newpage newpage
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \begin_layout Chapter
31658 \start_of_appendix
31659 Unidades disponibles en LyX
31660 \begin_inset Index
31661 status collapsed
31662
31663 \begin_layout Plain Layout
31664 Unidades
31665 \end_layout
31666
31667 \end_inset
31668
31669
31670 \begin_inset CommandInset label
31671 LatexCommand label
31672 name "cha:Unidades-disponibles-en"
31673
31674 \end_inset
31675
31676
31677 \end_layout
31678
31679 \begin_layout Standard
31680 Para comprender las unidades utilizadas en este manual, el cuadro
31681 \begin_inset space ~
31682 \end_inset
31683
31684
31685 \begin_inset CommandInset ref
31686 LatexCommand ref
31687 reference "tab:Unidades"
31688
31689 \end_inset
31690
31691  describe todas las unidades disponibles en LyX.
31692 \end_layout
31693
31694 \begin_layout Standard
31695 \begin_inset Float table
31696 placement h
31697 wide false
31698 sideways false
31699 status open
31700
31701 \begin_layout Plain Layout
31702 \begin_inset Caption
31703
31704 \begin_layout Plain Layout
31705 \begin_inset CommandInset label
31706 LatexCommand label
31707 name "tab:Unidades"
31708
31709 \end_inset
31710
31711 Unidades
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Plain Layout
31720 \begin_inset VSpace medskip
31721 \end_inset
31722
31723
31724 \end_layout
31725
31726 \begin_layout Plain Layout
31727 \align center
31728 \begin_inset Tabular
31729 <lyxtabular version="3" rows="20" columns="2">
31730 <features>
31731 <column alignment="center" valignment="top" width="0">
31732 <column alignment="center" valignment="top" width="0">
31733 <row>
31734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738 unidad
31739 \end_layout
31740
31741 \end_inset
31742 </cell>
31743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31744 \begin_inset Text
31745
31746 \begin_layout Plain Layout
31747 nombre/descripción
31748 \end_layout
31749
31750 \end_inset
31751 </cell>
31752 </row>
31753 <row>
31754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31755 \begin_inset Text
31756
31757 \begin_layout Plain Layout
31758 mm
31759 \end_layout
31760
31761 \end_inset
31762 </cell>
31763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31764 \begin_inset Text
31765
31766 \begin_layout Plain Layout
31767 milímetro
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 </row>
31773 <row>
31774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31775 \begin_inset Text
31776
31777 \begin_layout Plain Layout
31778 cm
31779 \end_layout
31780
31781 \end_inset
31782 </cell>
31783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31784 \begin_inset Text
31785
31786 \begin_layout Plain Layout
31787 centímetro
31788 \end_layout
31789
31790 \end_inset
31791 </cell>
31792 </row>
31793 <row>
31794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31795 \begin_inset Text
31796
31797 \begin_layout Plain Layout
31798 in
31799 \end_layout
31800
31801 \end_inset
31802 </cell>
31803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31804 \begin_inset Text
31805
31806 \begin_layout Plain Layout
31807 pulgada
31808 \end_layout
31809
31810 \end_inset
31811 </cell>
31812 </row>
31813 <row>
31814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31815 \begin_inset Text
31816
31817 \begin_layout Plain Layout
31818 pt
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31824 \begin_inset Text
31825
31826 \begin_layout Plain Layout
31827 punto (72.27
31828 \begin_inset space \thinspace{}
31829 \end_inset
31830
31831 pt = 1
31832 \begin_inset space \thinspace{}
31833 \end_inset
31834
31835 in)
31836 \end_layout
31837
31838 \end_inset
31839 </cell>
31840 </row>
31841 <row>
31842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31843 \begin_inset Text
31844
31845 \begin_layout Plain Layout
31846 pc
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 pica (1
31856 \begin_inset space \thinspace{}
31857 \end_inset
31858
31859 pc = 12
31860 \begin_inset space \thinspace{}
31861 \end_inset
31862
31863 pt)
31864 \end_layout
31865
31866 \end_inset
31867 </cell>
31868 </row>
31869 <row>
31870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31871 \begin_inset Text
31872
31873 \begin_layout Plain Layout
31874 sp
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883 punto escalado (65536
31884 \begin_inset space \thinspace{}
31885 \end_inset
31886
31887 sp = 1
31888 \begin_inset space \thinspace{}
31889 \end_inset
31890
31891 pt)
31892 \end_layout
31893
31894 \end_inset
31895 </cell>
31896 </row>
31897 <row>
31898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902 bp
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 punto grande (72
31912 \begin_inset space \thinspace{}
31913 \end_inset
31914
31915 bp = 1
31916 \begin_inset space \thinspace{}
31917 \end_inset
31918
31919 in)
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 </row>
31925 <row>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930 dd
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31936 \begin_inset Text
31937
31938 \begin_layout Plain Layout
31939 didot (1
31940 \begin_inset space \thinspace{}
31941 \end_inset
31942
31943 dd 
31944 \begin_inset Formula $\approx$
31945 \end_inset
31946
31947  0.376
31948 \begin_inset space \thinspace{}
31949 \end_inset
31950
31951 mm)
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 </row>
31957 <row>
31958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31959 \begin_inset Text
31960
31961 \begin_layout Plain Layout
31962 cc
31963 \end_layout
31964
31965 \end_inset
31966 </cell>
31967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31968 \begin_inset Text
31969
31970 \begin_layout Plain Layout
31971 cicero (1
31972 \begin_inset space \thinspace{}
31973 \end_inset
31974
31975 cc = 12
31976 \begin_inset space \thinspace{}
31977 \end_inset
31978
31979 dd)
31980 \end_layout
31981
31982 \end_inset
31983 </cell>
31984 </row>
31985 <row>
31986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Plain Layout
31990 Scale%
31991 \end_layout
31992
31993 \end_inset
31994 </cell>
31995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999 % de anchura original de la imagen
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 </row>
32005 <row>
32006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32007 \begin_inset Text
32008
32009 \begin_layout Plain Layout
32010 text%
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 % de anchura de texto
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 </row>
32025 <row>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030 col%
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32036 \begin_inset Text
32037
32038 \begin_layout Plain Layout
32039 % de anchura de columna
32040 \end_layout
32041
32042 \end_inset
32043 </cell>
32044 </row>
32045 <row>
32046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32047 \begin_inset Text
32048
32049 \begin_layout Plain Layout
32050 page%
32051 \end_layout
32052
32053 \end_inset
32054 </cell>
32055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32056 \begin_inset Text
32057
32058 \begin_layout Plain Layout
32059 % de anchura de página
32060 \end_layout
32061
32062 \end_inset
32063 </cell>
32064 </row>
32065 <row>
32066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070 line%
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079 % de anchura de línea
32080 \end_layout
32081
32082 \end_inset
32083 </cell>
32084 </row>
32085 <row>
32086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32087 \begin_inset Text
32088
32089 \begin_layout Plain Layout
32090 theight%
32091 \end_layout
32092
32093 \end_inset
32094 </cell>
32095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32096 \begin_inset Text
32097
32098 \begin_layout Plain Layout
32099 % de altura de texto
32100 \end_layout
32101
32102 \end_inset
32103 </cell>
32104 </row>
32105 <row>
32106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32107 \begin_inset Text
32108
32109 \begin_layout Plain Layout
32110 pheight%
32111 \end_layout
32112
32113 \end_inset
32114 </cell>
32115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32116 \begin_inset Text
32117
32118 \begin_layout Plain Layout
32119 % de altura de página
32120 \end_layout
32121
32122 \end_inset
32123 </cell>
32124 </row>
32125 <row>
32126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32127 \begin_inset Text
32128
32129 \begin_layout Plain Layout
32130 ex
32131 \end_layout
32132
32133 \end_inset
32134 </cell>
32135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32136 \begin_inset Text
32137
32138 \begin_layout Plain Layout
32139 altura de la letra 
32140 \emph on
32141 x
32142 \emph default
32143  en la fuente actual
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 </row>
32149 <row>
32150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154 em
32155 \end_layout
32156
32157 \end_inset
32158 </cell>
32159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32160 \begin_inset Text
32161
32162 \begin_layout Plain Layout
32163 anchura de la letra 
32164 \emph on
32165 M
32166 \emph default
32167  en la fuente actual
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 </row>
32173 <row>
32174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178 mu
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32184 \begin_inset Text
32185
32186 \begin_layout Plain Layout
32187 unidad matemática (1
32188 \begin_inset space \thinspace{}
32189 \end_inset
32190
32191 mu = 1/18
32192 \begin_inset space \thinspace{}
32193 \end_inset
32194
32195 em)
32196 \end_layout
32197
32198 \end_inset
32199 </cell>
32200 </row>
32201 </lyxtabular>
32202
32203 \end_inset
32204
32205
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Chapter
32214 Formatos de archivos de salida con gráficos
32215 \begin_inset CommandInset label
32216 LatexCommand label
32217 name "cha:Formatos-de-Archivos-de-Salida"
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Section
32225 DVI
32226 \begin_inset Index
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230 Formatos de archivo ! DVI
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \begin_inset Index
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240 DVI|see
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246 {
32247 \end_layout
32248
32249 \end_inset
32250
32251 Formatos de archivo
32252 \begin_inset ERT
32253 status collapsed
32254
32255 \begin_layout Plain Layout
32256
32257 }
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Este tipo de archivo tiene la extensión «
32272 \family typewriter
32273 .dvi
32274 \family default
32275 ».
32276  Se denomina «device-independent» (DVI), porque es completamente portable;
32277  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32278  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32279  Los DVI se usan para vistas preliminares rápidas y como preparación para
32280  otros formatos de salida como PostScript.
32281 \end_layout
32282
32283 \begin_layout Standard
32284 \begin_inset Note Greyedout
32285 status open
32286
32287 \begin_layout Plain Layout
32288
32289 \series bold
32290 Nota:
32291 \series default
32292  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32293 \end_layout
32294
32295 \end_inset
32296
32297  Por tanto no debes olvidar esto si mueves archivos 
32298 \family typewriter
32299 .dvi
32300 \family default
32301  a otro ordenador.
32302  Esta característica también puede retardar la visualización del archivo,
32303  porque el visor DVI tiene que convertir la imagen en segundo plano para
32304  hacerla visible al deslizar el visor.
32305  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32306 \end_layout
32307
32308 \begin_layout Standard
32309 Un documento se exporta a DVI con el menú 
32310 \family sans
32311 Archivo\SpecialChar \menuseparator
32312 Exportar\SpecialChar \menuseparator
32313 DVI
32314 \family default
32315 .
32316  Puedes ver la salida del documento en DVI con el menú 
32317 \family sans
32318 Ver\SpecialChar \menuseparator
32319 DVI 
32320 \family default
32321 o con el botón
32322 \begin_inset space ~
32323 \end_inset
32324
32325
32326 \begin_inset Graphics
32327         filename ../../images/buffer-view_dvi.png
32328         scale 85
32329
32330 \end_inset
32331
32332 .
32333 \end_layout
32334
32335 \begin_layout Section
32336 PostScript
32337 \begin_inset CommandInset label
32338 LatexCommand label
32339 name "sec:PostScript"
32340
32341 \end_inset
32342
32343
32344 \begin_inset Index
32345 status collapsed
32346
32347 \begin_layout Plain Layout
32348 Formatos de archivo ! PostScript
32349 \end_layout
32350
32351 \end_inset
32352
32353
32354 \begin_inset Index
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358 PostScript|see
32359 \begin_inset ERT
32360 status collapsed
32361
32362 \begin_layout Plain Layout
32363
32364 {
32365 \end_layout
32366
32367 \end_inset
32368
32369 Formatos de archivo
32370 \begin_inset ERT
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374
32375 }
32376 \end_layout
32377
32378 \end_inset
32379
32380
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Standard
32389 Este tipo de archivo tiene la extensión «
32390 \family typewriter
32391 .ps
32392 \family default
32393 ».
32394  PostScript fue desarrollado por la compañía 
32395 \family typewriter
32396 Adobe
32397 \family default
32398  como lenguaje para impresoras.
32399  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32400  PostScript puede considerarse como un «lenguaje de programación»; con él
32401  puedes calcular y dibujar imágenes y diagramas.
32402 \begin_inset Foot
32403 status collapsed
32404
32405 \begin_layout Plain Layout
32406 Si estás interesado en este tema acude al paquete LaTeX 
32407 \series bold
32408 PSTricks
32409 \series default
32410  
32411 \begin_inset CommandInset citation
32412 LatexCommand cite
32413 key "pstricks"
32414
32415 \end_inset
32416
32417 .
32418 \end_layout
32419
32420 \end_inset
32421
32422  Por esto los archivos suelen ser más grandes que los PDF.
32423 \end_layout
32424
32425 \begin_layout Standard
32426 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32427 d PostScript» (EPS, extensión «
32428 \family typewriter
32429 .eps
32430 \family default
32431 »).
32432  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32433  en segundo plano para convertir las imágenes a EPS.
32434  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32435  cada vez que veas o exportes el documento.
32436  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32437  puedes evitar el problema insertando las imágenes directamente en EPS.
32438 \end_layout
32439
32440 \begin_layout Standard
32441 El documento se puede exportar a PostScript con el menú 
32442 \family sans
32443 Archivo\SpecialChar \menuseparator
32444 Exportar\SpecialChar \menuseparator
32445 Postscript
32446 \family default
32447 .
32448  Se puede ver la salida en PostScript con el menú 
32449 \family sans
32450 Ver\SpecialChar \menuseparator
32451 Postscript 
32452 \family default
32453 o con el botón
32454 \begin_inset space ~
32455 \end_inset
32456
32457
32458 \begin_inset Graphics
32459         filename ../../images/buffer-view_ps.png
32460
32461 \end_inset
32462
32463 .
32464 \end_layout
32465
32466 \begin_layout Section
32467 PDF
32468 \begin_inset CommandInset label
32469 LatexCommand label
32470 name "sec:PDF"
32471
32472 \end_inset
32473
32474
32475 \begin_inset Index
32476 status collapsed
32477
32478 \begin_layout Plain Layout
32479 Formatos de archivo ! PDF
32480 \end_layout
32481
32482 \end_inset
32483
32484
32485 \begin_inset Index
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489 PDF
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Este tipo de archivo tiene la extensión «
32499 \family typewriter
32500 .pdf
32501 \family default
32502 ».
32503  El formato «Portable Document Format» (PDF) fue desarrollado por 
32504 \family typewriter
32505 Adobe
32506 \family default
32507  como derivado de PostScript.
32508  Es más comprimido y utiliza muchos menos comandos que PostScript.
32509  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32510  operativo y la salida impresa se muestra exactamente igual.
32511 \end_layout
32512
32513 \begin_layout Standard
32514 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32515  Photographic Experts Group» (JPG, extensión «
32516 \family typewriter
32517 .jpg
32518 \family default
32519 » o «
32520 \family typewriter
32521 .jpeg
32522 \family default
32523 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32524 \family typewriter
32525 .png
32526 \family default
32527 »).
32528  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32529  en segundo plano a alguno de los anteriores.
32530  Pero como se ha comentado en la sección sobre PostScript, la conversión
32531  de gráficos ralentiza el trabajo.
32532  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32533  mencionados.
32534 \end_layout
32535
32536 \begin_layout Standard
32537 Un documento se puede exportar a PDF con el menú 
32538 \family sans
32539 Archivo\SpecialChar \menuseparator
32540 Exportar
32541 \family default
32542  en tres modos diferentes:
32543 \end_layout
32544
32545 \begin_layout Description
32546 PDF
32547 \begin_inset space ~
32548 \end_inset
32549
32550 (ps2pdf) Este utiliza el programa 
32551 \family typewriter
32552 ps2pdf
32553 \family default
32554  que crea un PDF a partir de una versión PostScript del archivo.
32555  La versión PostScript es producida por el programa 
32556 \family typewriter
32557 dvips
32558 \family default
32559  que usa una versión DVI como paso intermedio.
32560  Así que este modo de exportación consta de tres conversiones.
32561 \end_layout
32562
32563 \begin_layout Description
32564 PDF
32565 \begin_inset space ~
32566 \end_inset
32567
32568 (dvipdfm) Este utiliza el programa 
32569 \family typewriter
32570 dvipdfm
32571 \family default
32572  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32573  PDF.
32574 \end_layout
32575
32576 \begin_layout Description
32577 PDF
32578 \begin_inset space ~
32579 \end_inset
32580
32581 (pdflatex) Este utiliza el programa 
32582 \family typewriter
32583 pdftex
32584 \family default
32585  que convierte directamente el archivo a PDF.
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Se recomienda usar 
32590 \family sans
32591 PDF
32592 \begin_inset space ~
32593 \end_inset
32594
32595 (pdflatex)
32596 \family default
32597  porque 
32598 \family typewriter
32599 pdftex
32600 \family default
32601  soporta todas las características de las versiones actuales de PDF, es
32602  rápido y estable.
32603  El programa 
32604 \family typewriter
32605 dvipdfm
32606 \family default
32607  ya no se desarrolla y está un poco obsoleto.
32608 \end_layout
32609
32610 \begin_layout Standard
32611 La salida en formato PDF se puede ver con el menú 
32612 \family sans
32613 Ver 
32614 \family default
32615 o con el botón
32616 \begin_inset space ~
32617 \end_inset
32618
32619
32620 \begin_inset Graphics
32621         filename ../../images/buffer-view_pdf2.png
32622         scale 85
32623
32624 \end_inset
32625
32626  (que usa 
32627 \family sans
32628 PDF
32629 \begin_inset space ~
32630 \end_inset
32631
32632 (pdflatex)
32633 \family default
32634 ).
32635 \end_layout
32636
32637 \begin_layout Chapter
32638 Explicación de la ecuación
32639 \begin_inset space ~
32640 \end_inset
32641
32642
32643 \begin_inset CommandInset ref
32644 LatexCommand eqref
32645 reference "eq:Wgn"
32646
32647 \end_inset
32648
32649
32650 \begin_inset CommandInset label
32651 LatexCommand label
32652 name "cha:Explicación-de-la-Ecuación"
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \begin_layout Standard
32660 La anchura total de 
32661 \emph on
32662 n
32663 \emph default
32664  celdas de una tabla 
32665 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32666 \end_inset
32667
32668  puede calcularse con
32669 \end_layout
32670
32671 \begin_layout Standard
32672 \begin_inset Formula \begin{equation}
32673 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}
32674
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Standard
32681 donde 
32682 \begin_inset Formula $W_{g\, n}$
32683 \end_inset
32684
32685  es el ancho dado de todas las celdas.
32686  
32687 \series bold
32688
32689 \backslash
32690 tabcolsep
32691 \series default
32692  es la longitud LaTeX entre el texto y el borde de la celda, 6
32693 \begin_inset space \thinspace{}
32694 \end_inset
32695
32696 pt por omisión.
32697  
32698 \series bold
32699
32700 \backslash
32701 arrayrulewidth
32702 \series default
32703  es el grosor de línea del borde, 0.4
32704 \begin_inset space \thinspace{}
32705 \end_inset
32706
32707 pt por omisión.
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Procediendo como en la ecuación
32712 \begin_inset space ~
32713 \end_inset
32714
32715
32716 \begin_inset CommandInset ref
32717 LatexCommand eqref
32718 reference "eq:Wtot_n"
32719
32720 \end_inset
32721
32722 , el ancho total de una multicolumna, 
32723 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32724 \end_inset
32725
32726  es
32727 \end_layout
32728
32729 \begin_layout Standard
32730 \begin_inset Formula \begin{equation}
32731 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 Igualando las ecuaciones
32740 \begin_inset space ~
32741 \end_inset
32742
32743
32744 \begin_inset CommandInset ref
32745 LatexCommand eqref
32746 reference "eq:Wtot_n"
32747
32748 \end_inset
32749
32750  y 
32751 \begin_inset CommandInset ref
32752 LatexCommand eqref
32753 reference "eq:Wtot_mult"
32754
32755 \end_inset
32756
32757  podemos calcular el ancho dado necesario 
32758 \begin_inset Formula $W_{g\, n}$
32759 \end_inset
32760
32761  cuando se expanden 
32762 \emph on
32763 n
32764 \emph default
32765  columnas, de forma que cada una de ellas tiene una anchura total  
32766 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32767 \end_inset
32768
32769 :
32770 \end_layout
32771
32772 \begin_layout Standard
32773 \begin_inset Formula \begin{equation}
32774 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Bibliography
32782 \begin_inset CommandInset bibitem
32783 LatexCommand bibitem
32784 key "latexcompanion"
32785
32786 \end_inset
32787
32788 Frank Mittelbach and Michel Goossens: 
32789 \emph on
32790 The LaTeX Companion Second Edition.
32791
32792 \emph default
32793  Addison-Wesley, 2004
32794 \end_layout
32795
32796 \begin_layout Bibliography
32797 \begin_inset CommandInset bibitem
32798 LatexCommand bibitem
32799 key "latexguide"
32800
32801 \end_inset
32802
32803 Helmut Kopka and Patrick W.
32804  Daly: 
32805 \emph on
32806 A Guide to LaTeX Fourth Edition.
32807
32808 \emph default
32809  Addison-Wesley, 2003
32810 \end_layout
32811
32812 \begin_layout Bibliography
32813 \begin_inset CommandInset bibitem
32814 LatexCommand bibitem
32815 key "latexbook"
32816
32817 \end_inset
32818
32819 Leslie Lamport: 
32820 \emph on
32821 LaTeX: A Document Preparation System.
32822
32823 \emph default
32824  Addison-Wesley, second edition, 1994
32825 \end_layout
32826
32827 \begin_layout Bibliography
32828 \begin_inset CommandInset bibitem
32829 LatexCommand bibitem
32830 key "booktabs"
32831
32832 \end_inset
32833
32834 Documentación del paquete LaTeX 
32835 \series bold
32836
32837 \begin_inset CommandInset href
32838 LatexCommand href
32839 name "booktabs"
32840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32841
32842 \end_inset
32843
32844
32845 \series default
32846
32847 \begin_inset Index
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 LaTeX-paquetes ! booktabs
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Bibliography
32860 \begin_inset CommandInset bibitem
32861 LatexCommand bibitem
32862 key "caption"
32863
32864 \end_inset
32865
32866 Documentación del paquete LaTeX 
32867 \series bold
32868
32869 \begin_inset CommandInset href
32870 LatexCommand href
32871 name "caption"
32872 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32873
32874 \end_inset
32875
32876
32877 \series default
32878
32879 \begin_inset Index
32880 status collapsed
32881
32882 \begin_layout Plain Layout
32883 LaTeX-paquetes ! caption
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \begin_layout Bibliography
32892 \begin_inset CommandInset bibitem
32893 LatexCommand bibitem
32894 key "endfloat"
32895
32896 \end_inset
32897
32898 Documentación del paquete LaTeX 
32899 \series bold
32900
32901 \begin_inset CommandInset href
32902 LatexCommand href
32903 name "endfloat"
32904 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32905
32906 \end_inset
32907
32908
32909 \series default
32910
32911 \begin_inset Index
32912 status collapsed
32913
32914 \begin_layout Plain Layout
32915 LaTeX-paquetes ! endfloat
32916 \end_layout
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Bibliography
32924 \begin_inset CommandInset bibitem
32925 LatexCommand bibitem
32926 key "wrapfig"
32927
32928 \end_inset
32929
32930 Documentación del paquete LaTeX 
32931 \series bold
32932
32933 \begin_inset CommandInset href
32934 LatexCommand href
32935 name "wrapfig"
32936 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32937
32938 \end_inset
32939
32940
32941 \series default
32942
32943 \begin_inset Index
32944 status collapsed
32945
32946 \begin_layout Plain Layout
32947 LaTeX-paquetes ! wrapfig
32948 \begin_inset ERT
32949 status collapsed
32950
32951 \begin_layout Plain Layout
32952
32953
32954 \backslash
32955 vspace{4mm}
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Bibliography
32969 \begin_inset CommandInset bibitem
32970 LatexCommand bibitem
32971 key "footmisc"
32972
32973 \end_inset
32974
32975 Documentación del paquete LaTeX 
32976 \series bold
32977
32978 \begin_inset CommandInset href
32979 LatexCommand href
32980 name "footmisc"
32981 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32982
32983 \end_inset
32984
32985
32986 \series default
32987
32988 \begin_inset Index
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992 LaTeX-paquetes ! footmisc
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Bibliography
33001 \begin_inset CommandInset bibitem
33002 LatexCommand bibitem
33003 key "hypcap"
33004
33005 \end_inset
33006
33007 Documentación del paquete LaTeX 
33008 \series bold
33009
33010 \begin_inset CommandInset href
33011 LatexCommand href
33012 name "hypcap"
33013 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33014
33015 \end_inset
33016
33017
33018 \series default
33019
33020 \begin_inset Index
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024 LaTeX-paquetes ! hyperref
33025 \end_layout
33026
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Bibliography
33033 \begin_inset CommandInset bibitem
33034 LatexCommand bibitem
33035 key "hyperref"
33036
33037 \end_inset
33038
33039 Documentación del paquete LaTeX 
33040 \series bold
33041
33042 \begin_inset CommandInset href
33043 LatexCommand href
33044 name "hyperref"
33045 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33046
33047 \end_inset
33048
33049
33050 \series default
33051
33052 \begin_inset Index
33053 status collapsed
33054
33055 \begin_layout Plain Layout
33056 LaTeX-paquetes ! hyperref
33057 \end_layout
33058
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Bibliography
33065 \begin_inset CommandInset bibitem
33066 LatexCommand bibitem
33067 key "koma-script"
33068
33069 \end_inset
33070
33071 Documentación del paquete LaTeX 
33072 \series bold
33073
33074 \begin_inset CommandInset href
33075 LatexCommand href
33076 name "koma-script"
33077 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33078
33079 \end_inset
33080
33081
33082 \series default
33083
33084 \begin_inset Index
33085 status collapsed
33086
33087 \begin_layout Plain Layout
33088 LaTeX-paquetes ! koma-script
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Bibliography
33097 \begin_inset CommandInset bibitem
33098 LatexCommand bibitem
33099 key "listings"
33100
33101 \end_inset
33102
33103 Documentación del paquete LaTeX 
33104 \series bold
33105
33106 \begin_inset CommandInset href
33107 LatexCommand href
33108 name "listings"
33109 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33110
33111 \end_inset
33112
33113
33114 \series default
33115
33116 \begin_inset Index
33117 status collapsed
33118
33119 \begin_layout Plain Layout
33120 LaTeX-paquetes ! listings
33121 \end_layout
33122
33123 \end_inset
33124
33125
33126 \end_layout
33127
33128 \begin_layout Bibliography
33129 \begin_inset CommandInset bibitem
33130 LatexCommand bibitem
33131 key "marginnote"
33132
33133 \end_inset
33134
33135 Documentación del paquete LaTeX 
33136 \series bold
33137
33138 \begin_inset CommandInset href
33139 LatexCommand href
33140 name "marginnote"
33141 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33142
33143 \end_inset
33144
33145
33146 \series default
33147
33148 \begin_inset Index
33149 status collapsed
33150
33151 \begin_layout Plain Layout
33152 LaTeX-paquetes ! marginnote
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Bibliography
33161 \begin_inset CommandInset bibitem
33162 LatexCommand bibitem
33163 key "pstricks"
33164
33165 \end_inset
33166
33167 Página web del paquete LaTeX 
33168 \series bold
33169
33170 \begin_inset CommandInset href
33171 LatexCommand href
33172 name "PSTricks"
33173 target "http://tug.org/PSTricks/"
33174
33175 \end_inset
33176
33177
33178 \series default
33179
33180 \begin_inset Index
33181 status collapsed
33182
33183 \begin_layout Plain Layout
33184 LaTeX-paquetes ! PSTricks
33185 \end_layout
33186
33187 \end_inset
33188
33189
33190 \end_layout
33191
33192 \begin_layout Bibliography
33193 \begin_inset CommandInset bibitem
33194 LatexCommand bibitem
33195 key "sidecap"
33196
33197 \end_inset
33198
33199 Documentación del paquete LaTeX 
33200 \series bold
33201
33202 \begin_inset CommandInset href
33203 LatexCommand href
33204 name "sidecap"
33205 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33206
33207 \end_inset
33208
33209
33210 \series default
33211
33212 \begin_inset Index
33213 status collapsed
33214
33215 \begin_layout Plain Layout
33216 LaTeX-paquetes ! sidecap
33217 \end_layout
33218
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \begin_layout Bibliography
33225 \begin_inset CommandInset bibitem
33226 LatexCommand bibitem
33227 key "NewInLyX16"
33228
33229 \end_inset
33230
33231
33232 \begin_inset CommandInset href
33233 LatexCommand href
33234 name "Página wiki"
33235 target "http://wiki.lyx.org/LyX/NewInLyX16"
33236
33237 \end_inset
33238
33239  sobre características nuevas para la versión 
33240 \family sans
33241 LyX
33242 \begin_inset space ~
33243 \end_inset
33244
33245 1.6.0
33246 \family default
33247 .
33248 \end_layout
33249
33250 \begin_layout Standard
33251 \begin_inset CommandInset index_print
33252 LatexCommand printindex
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \begin_layout Standard
33260 \begin_inset FloatList figure
33261
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \begin_layout Standard
33268 \begin_inset FloatList table
33269
33270 \end_inset
33271
33272
33273 \end_layout
33274
33275 \begin_layout Standard
33276 \begin_inset ERT
33277 status open
33278
33279 \begin_layout Plain Layout
33280
33281
33282 \backslash
33283 listof{algorithm}{Lista de algoritmos}
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \begin_inset Note Note
33290 status collapsed
33291
33292 \begin_layout Plain Layout
33293 Véase la sección
33294 \begin_inset space ~
33295 \end_inset
33296
33297
33298 \begin_inset CommandInset ref
33299 LatexCommand ref
33300 reference "sub:Algoritmos-Flotantes"
33301
33302 \end_inset
33303
33304  para una descripción.
33305 \end_layout
33306
33307 \end_inset
33308
33309
33310 \end_layout
33311
33312 \end_body
33313 \end_document