]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: we now support captions in longtables
[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 339
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX }}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \language spanish
173 \inputencoding auto
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pagebackref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset CommandInset label
342 LatexCommand label
343 name "cha:Figuras"
344
345 \end_inset
346
347
348 \begin_inset Index
349 status collapsed
350
351 \begin_layout Plain Layout
352 Figuras
353 \end_layout
354
355 \end_inset
356
357
358 \begin_inset Index
359 status collapsed
360
361 \begin_layout Plain Layout
362 Gráficos|see
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 {
369 \end_layout
370
371 \end_inset
372
373 Figuras
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 }
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 Diálogo de gráficos
394 \begin_inset CommandInset label
395 LatexCommand label
396 name "sec:Diálogo-Gráficos"
397
398 \end_inset
399
400
401 \begin_inset Index
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figuras ! Diálogo de gráficos
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
415  texto que desees y haz clic en el icono 
416 \begin_inset Graphics
417         filename ../../images/dialog-show-new-inset_graphics.png
418         scale 85
419
420 \end_inset
421
422  o en el menú 
423 \family sans
424 Insertar\SpecialChar \menuseparator
425 Imagen
426 \family default
427 .
428  Aparecerá un diálogo para escoger el archivo a cargar.
429  La imagen aparecerá en el archivo de salida exactamente en la misma posición
430  en la que la has colocado.
431 \end_layout
432
433 \begin_layout Standard
434 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
435  sobre una imagen.
436  Este diálogo tiene tres pestañas:
437 \end_layout
438
439 \begin_layout Description
440 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
441  presentación en LyX y en la salida.
442  En el apéndice
443 \begin_inset space ~
444 \end_inset
445
446
447 \begin_inset CommandInset ref
448 LatexCommand ref
449 reference "cha:Unidades-disponibles-en"
450
451 \end_inset
452
453  se detallan las unidades disponibles para el tamaño del gráfico.
454 \begin_inset Newline newline
455 \end_inset
456
457
458 \begin_inset Index
459 status collapsed
460
461 \begin_layout Plain Layout
462 Figuras ! Rotar
463 \end_layout
464
465 \end_inset
466
467 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
468  un ángulo y un origen de rotación.
469  La imagen también gira en LyX.
470 \begin_inset Newline newline
471 \end_inset
472
473
474 \begin_inset Index
475 status collapsed
476
477 \begin_layout Plain Layout
478 Figuras ! Escalar
479 \end_layout
480
481 \end_inset
482
483 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
484  la altura y la anchura.
485  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
486  automáticamente.
487  Si fijas ambas dimensiones
488 \family sans
489 ,
490 \family default
491  la imagen se adaptará a ellas, posiblemente distorsionada.
492  Para evitar distorsión en la imagen marca la opción 
493 \family sans
494 Mantener
495 \begin_inset space ~
496 \end_inset
497
498 proporción
499 \family default
500 .
501  En ese caso la imagen será escalada de forma que su anchura y su altura
502  no excedan de las dimensiones especificadas.
503 \begin_inset Newline newline
504 \end_inset
505
506 Las imágenes se pueden abrir con un programa de tu elección pulsando el
507  botón 
508 \family sans
509 Editar
510 \family default
511 .
512  Los programas visor y editor para cada formato de imagen se pueden establecer
513  en la configuración de los formatos de archivo de las preferencias de LyX.
514 \end_layout
515
516 \begin_layout Description
517 Recorte Alternativamente al escalado, es posible establecer las coordenadas
518  de la imagen para ajustar su altura y anchura en la salida.
519  Además, las coordenadas se pueden calcular automáticamente pinchando el
520  botón 
521 \family sans
522 Obtener
523 \begin_inset space ~
524 \end_inset
525
526 de
527 \begin_inset space ~
528 \end_inset
529
530 archivo
531 \family default
532 .
533  El botón 
534 \family sans
535 Recortar
536 \begin_inset space ~
537 \end_inset
538
539 al
540 \begin_inset space ~
541 \end_inset
542
543 cuadro
544 \begin_inset space ~
545 \end_inset
546
547 delimitador
548 \family default
549  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
550 as.
551  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
552 \end_layout
553
554 \begin_layout Description
555 Opciones
556 \begin_inset space ~
557 \end_inset
558
559 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
560  y poner la imagen como subfigura de una figura flotante con su propio título.
561  Las subfiguras se explican en la sección
562 \begin_inset space ~
563 \end_inset
564
565
566 \begin_inset CommandInset ref
567 LatexCommand ref
568 reference "sec:Figuras-Flotantes"
569
570 \end_inset
571
572 .
573 \begin_inset Newline newline
574 \end_inset
575
576 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
577 \begin_inset Newline newline
578 \end_inset
579
580 La opción 
581 \family sans
582 Modo
583 \begin_inset space ~
584 \end_inset
585
586 borrador
587 \family default
588  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
589 \begin_inset Newline newline
590 \end_inset
591
592 La opción 
593 \family sans
594 No
595 \begin_inset space ~
596 \end_inset
597
598 descomprimir
599 \begin_inset space ~
600 \end_inset
601
602 al
603 \begin_inset space ~
604 \end_inset
605
606 exportar
607 \family default
608  sólo afecta a los gráficos EPS comprimidos, p.
609 \begin_inset space \thinspace{}
610 \end_inset
611
612 e.
613 \begin_inset space ~
614 \end_inset
615
616
617 \emph on
618 x.eps.gz
619 \emph default
620 .
621  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
622  puesto que LaTeX puede manejarlas como están.
623 \begin_inset Newline newline
624 \end_inset
625
626 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
627  utiliza PostScript como formato de salida, véase apéndice
628 \begin_inset space ~
629 \end_inset
630
631
632 \begin_inset CommandInset ref
633 LatexCommand ref
634 reference "sec:PostScript"
635
636 \end_inset
637
638 .
639  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
640  o en consola de Windows:
641 \begin_inset Newline newline
642 \end_inset
643
644
645 \series bold
646 gzip x.eps
647 \series default
648
649 \begin_inset Newline newline
650 \end_inset
651
652
653 \series bold
654 zgrep %%Bounding x.eps.gz > x.eps.bb
655 \series default
656
657 \begin_inset Newline newline
658 \end_inset
659
660 El segundo comando crea un archivo de cuadro delimitador 
661 \begin_inset Quotes eld
662 \end_inset
663
664 x.eps.bb
665 \begin_inset Quotes erd
666 \end_inset
667
668  que necesita LaTeX para gráficos comprimidos.
669 \end_layout
670
671 \begin_layout Standard
672 \begin_inset VSpace bigskip
673 \end_inset
674
675
676 \end_layout
677
678 \begin_layout Standard
679 Esto es un ejemplo de imagen en formato EPS
680 \begin_inset Foot
681 status collapsed
682
683 \begin_layout Plain Layout
684 Los formatos de imagen se explica en el sección
685 \begin_inset space ~
686 \end_inset
687
688
689 \begin_inset CommandInset ref
690 LatexCommand ref
691 reference "sec:Formatos-de-imagen"
692
693 \end_inset
694
695 .
696 \end_layout
697
698 \end_inset
699
700  en un párrafo separado centrado horizontalmente:
701 \end_layout
702
703 \begin_layout Standard
704 \align center
705 \begin_inset Graphics
706         filename ../clipart/mobius.eps
707         scale 70
708         clip
709         rotateOrigin center
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 Esta es la misma imagen pero en modo borrador:
718 \end_layout
719
720 \begin_layout Standard
721 \align center
722 \begin_inset Graphics
723         filename ../clipart/mobius.eps
724         scale 70
725         draft
726         rotateOrigin center
727
728 \end_inset
729
730
731 \end_layout
732
733 \begin_layout Section
734 Figuras flotantes
735 \begin_inset CommandInset label
736 LatexCommand label
737 name "sec:Figuras-Flotantes"
738
739 \end_inset
740
741
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 Flotantes ! Figuras
747 \end_layout
748
749 \end_inset
750
751
752 \begin_inset Index
753 status collapsed
754
755 \begin_layout Plain Layout
756 Figuras ! Flotantes
757 \end_layout
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 Para información general sobre flotantes, echa una ojeada a la sección
766 \begin_inset space ~
767 \end_inset
768
769
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "sec:Introducción-Flotantes"
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \begin_layout Standard
780 El botón 
781 \begin_inset Graphics
782         filename ../../images/float-insert_figure.png
783         scale 85
784
785 \end_inset
786
787  y el menú 
788 \family sans
789 Insertar\SpecialChar \menuseparator
790 Flotante\SpecialChar \menuseparator
791 Figura
792 \family default
793  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
794  La imagen se puede insertar sobre la leyenda, como en la figura
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "fig:kill-plat"
802
803 \end_inset
804
805 , o bajo ella, como en la figura
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "fig:escher"
813
814 \end_inset
815
816 .
817  Más información sobre ubicación de leyendas en la sección
818 \begin_inset space ~
819 \end_inset
820
821
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "sec:Colocación-de-leyendas"
825
826 \end_inset
827
828 .
829 \end_layout
830
831 \begin_layout Standard
832 \begin_inset Float figure
833 wide false
834 sideways false
835 status open
836
837 \begin_layout Plain Layout
838 \align center
839 \begin_inset Graphics
840         filename ../clipart/platypus.eps
841         width 50col%
842         rotateOrigin center
843
844 \end_inset
845
846
847 \end_layout
848
849 \begin_layout Plain Layout
850 \begin_inset Caption
851
852 \begin_layout Plain Layout
853 \begin_inset CommandInset label
854 LatexCommand label
855 name "fig:kill-plat"
856
857 \end_inset
858
859 Un platypus muy distorsionado en un flotante.
860 \end_layout
861
862 \end_inset
863
864
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \begin_layout Standard
873 \begin_inset Float figure
874 wide false
875 sideways false
876 status open
877
878 \begin_layout Plain Layout
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:escher"
885
886 \end_inset
887
888 M.C.
889  Escher en ácido.
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Plain Layout
898 \align center
899 \begin_inset Graphics
900         filename ../clipart/escher-lsd.eps
901         scale 80
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \begin_layout Standard
915 \begin_inset Index
916 status collapsed
917
918 \begin_layout Plain Layout
919 Referencias ! a figuras
920 \end_layout
921
922 \end_inset
923
924 Las figuras
925 \begin_inset space ~
926 \end_inset
927
928
929 \begin_inset CommandInset ref
930 LatexCommand ref
931 reference "fig:kill-plat"
932
933 \end_inset
934
935  y 
936 \begin_inset CommandInset ref
937 LatexCommand ref
938 reference "fig:escher"
939
940 \end_inset
941
942  son ejemplos de figuras con referencias cruzadas.
943  Las figuras pueden tener referencias cruzadas en el documento mediante
944  referencia a su etiqueta.
945  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
946 \family sans
947 Insertar\SpecialChar \menuseparator
948 Etiqueta
949 \family default
950  o el botón 
951 \begin_inset Graphics
952         filename ../../images/label-insert.png
953         scale 85
954
955 \end_inset
956
957 .
958  Ahora puedes referirte a la etiqueta usando el menú 
959 \family sans
960 Insertar\SpecialChar \menuseparator
961 Referencia
962 \begin_inset space ~
963 \end_inset
964
965 cruzada
966 \family default
967  o el botón 
968 \begin_inset Graphics
969         filename ../../images/dialog-show-new-inset_ref.png
970         scale 85
971
972 \end_inset
973
974 .
975  Es importante emplear referencias a flotantes, mejor que alusiones vagas
976  como «la figura de arriba», porque como LaTeX recolocará los flotantes
977  en el documento final, podría no quedar «arriba» precisamente.
978 \begin_inset Newline newline
979 \end_inset
980
981 Las referencias se explican con detalle en la sección
982 \begin_inset space ~
983 \end_inset
984
985
986 \begin_inset CommandInset ref
987 LatexCommand ref
988 reference "sec:Referencias-a-Flotantes"
989
990 \end_inset
991
992 .
993 \end_layout
994
995 \begin_layout Standard
996 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
997  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
998  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
999  existente.
1000  La figura
1001 \begin_inset space ~
1002 \end_inset
1003
1004
1005 \begin_inset CommandInset ref
1006 LatexCommand ref
1007 reference "fig:Dos-imágenes-distorsionadas"
1008
1009 \end_inset
1010
1011  es un ejemplo de figura flotante con dos imágenes adosadas.
1012  También se pueden poner una sobre otra.
1013  Las subfiguras son
1014 \begin_inset space ~
1015 \end_inset
1016
1017
1018 \begin_inset CommandInset ref
1019 LatexCommand ref
1020 reference "fig:Estructura-indefinible"
1021
1022 \end_inset
1023
1024  y
1025 \begin_inset space ~
1026 \end_inset
1027
1028
1029 \begin_inset CommandInset ref
1030 LatexCommand ref
1031 reference "fig:Platypus"
1032
1033 \end_inset
1034
1035 .
1036 \end_layout
1037
1038 \begin_layout Standard
1039 \begin_inset Float figure
1040 wide false
1041 sideways false
1042 status open
1043
1044 \begin_layout Plain Layout
1045 \begin_inset space \hfill{}
1046 \end_inset
1047
1048
1049 \begin_inset Float figure
1050 wide false
1051 sideways false
1052 status open
1053
1054 \begin_layout Plain Layout
1055 \begin_inset Caption
1056
1057 \begin_layout Plain Layout
1058 \begin_inset CommandInset label
1059 LatexCommand label
1060 name "fig:Estructura-indefinible"
1061
1062 \end_inset
1063
1064 Estructura indefinible
1065 \end_layout
1066
1067 \end_inset
1068
1069
1070 \end_layout
1071
1072 \begin_layout Plain Layout
1073 \begin_inset Graphics
1074         filename ../clipart/escher-lsd.eps
1075         width 45col%
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Platypus"
1101
1102 \end_inset
1103
1104 Platypus
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/platypus.eps
1115         lyxscale 60
1116         width 45col%
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \end_inset
1124
1125
1126 \begin_inset space \hfill{}
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Caption
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "fig:Dos-imágenes-distorsionadas"
1139
1140 \end_inset
1141
1142 Dos imágenes distorsionadas.
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Section
1156 Formatos de imagen
1157 \begin_inset CommandInset label
1158 LatexCommand label
1159 name "sec:Formatos-de-imagen"
1160
1161 \end_inset
1162
1163
1164 \begin_inset Index
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 Formatos de imagen
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset Index
1175 status collapsed
1176
1177 \begin_layout Plain Layout
1178 Figuras ! Formatos de imagen
1179 \end_layout
1180
1181 \end_inset
1182
1183
1184 \end_layout
1185
1186 \begin_layout Standard
1187 Puedes insertar imágenes en cualquier formato.
1188  Pero como se explica en el apéndice
1189 \begin_inset space ~
1190 \end_inset
1191
1192
1193 \begin_inset CommandInset ref
1194 LatexCommand ref
1195 reference "cha:Formatos-de-Archivos-de-Salida"
1196
1197 \end_inset
1198
1199 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1200  de archivo de imagen.
1201  Por eso LyX usa el programa 
1202 \family sans
1203 Imagemagick
1204 \family default
1205  en segundo plano para convertir imágenes al formato adecuado.
1206  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1207  los formatos de imagen admitidos en el formato de archivo de salida.
1208  Los formatos de salida se explican en el apéndice
1209 \begin_inset space ~
1210 \end_inset
1211
1212
1213 \begin_inset CommandInset ref
1214 LatexCommand ref
1215 reference "cha:Formatos-de-Archivos-de-Salida"
1216
1217 \end_inset
1218
1219 .
1220 \end_layout
1221
1222 \begin_layout Standard
1223 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1224 \end_layout
1225
1226 \begin_layout Description
1227 Imágenes
1228 \begin_inset space ~
1229 \end_inset
1230
1231 mapa
1232 \begin_inset space ~
1233 \end_inset
1234
1235 de
1236 \begin_inset space ~
1237 \end_inset
1238
1239 bits
1240 \begin_inset space ~
1241 \end_inset
1242
1243 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1244  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1245  de zoom.
1246  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1247  Format» (GIF, extensión «.gif»)
1248 \begin_inset Index
1249 status collapsed
1250
1251 \begin_layout Plain Layout
1252 GIF|see
1253 \begin_inset ERT
1254 status collapsed
1255
1256 \begin_layout Plain Layout
1257
1258 {
1259 \end_layout
1260
1261 \end_inset
1262
1263 Formatos de imagen
1264 \begin_inset ERT
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268
1269 }
1270 \end_layout
1271
1272 \end_inset
1273
1274
1275 \end_layout
1276
1277 \end_inset
1278
1279 , «Portable Network Graphics» (PNG, extensión «.png»)
1280 \begin_inset Index
1281 status collapsed
1282
1283 \begin_layout Plain Layout
1284 PNG|see
1285 \begin_inset ERT
1286 status collapsed
1287
1288 \begin_layout Plain Layout
1289
1290 {
1291 \end_layout
1292
1293 \end_inset
1294
1295 Formatos de imagen
1296 \begin_inset ERT
1297 status collapsed
1298
1299 \begin_layout Plain Layout
1300
1301 }
1302 \end_layout
1303
1304 \end_inset
1305
1306
1307 \end_layout
1308
1309 \end_inset
1310
1311 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1312 \begin_inset Index
1313 status collapsed
1314
1315 \begin_layout Plain Layout
1316 JPG|see
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 {
1323 \end_layout
1324
1325 \end_inset
1326
1327 Formatos de imagen
1328 \begin_inset ERT
1329 status collapsed
1330
1331 \begin_layout Plain Layout
1332
1333 }
1334 \end_layout
1335
1336 \end_inset
1337
1338
1339 \end_layout
1340
1341 \end_inset
1342
1343 .
1344 \end_layout
1345
1346 \begin_layout Description
1347 Imágenes
1348 \begin_inset space ~
1349 \end_inset
1350
1351 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1352 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1353  La posibilidad de escalado hace falta para crear presentaciones, porque
1354  éstas siempre son escaladas por el proyector.
1355  El escalado también es útil en los documentos en línea para permitir el
1356  zoom en diagramas.
1357 \begin_inset Newline newline
1358 \end_inset
1359
1360 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1361  extensión «.svg»)
1362 \begin_inset Index
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 SVG|see
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 {
1373 \end_layout
1374
1375 \end_inset
1376
1377 Formatos de imagen
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1394 \begin_inset Index
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 EPS|see
1399 \begin_inset ERT
1400 status collapsed
1401
1402 \begin_layout Plain Layout
1403
1404 {
1405 \end_layout
1406
1407 \end_inset
1408
1409 Formatos de imagen
1410 \begin_inset ERT
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414
1415 }
1416 \end_layout
1417
1418 \end_inset
1419
1420
1421 \end_layout
1422
1423 \end_inset
1424
1425 , «Portable Document Format» (PDF, extensión «.pdf»)
1426 \begin_inset Index
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430 PDF|see
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 {
1437 \end_layout
1438
1439 \end_inset
1440
1441 Formatos de imagen
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 }
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \end_layout
1454
1455 \end_inset
1456
1457 , y «Windows Metafile» (WMF, extensión «.wmf»)
1458 \begin_inset Index
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462 WMF|see
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 {
1469 \end_layout
1470
1471 \end_inset
1472
1473 Formatos de imagen
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 }
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \end_layout
1486
1487 \end_inset
1488
1489 .
1490  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1491  a PDF o EPS y el resultado será todavía una imagen bitmap.
1492  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1493  a la imagen original.
1494 \begin_inset Foot
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498 En el caso de PDF, además se comprime la imagen original.
1499 \end_layout
1500
1501 \end_inset
1502
1503  Por ejemplo, los archivos PDF generados por 
1504 \family sans
1505 Adobe Photoshop
1506 \family default
1507  son imágenes bitmap.
1508 \end_layout
1509
1510 \begin_layout Standard
1511 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1512  al contrario.
1513  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1514  archivos de salida PDF y PostScript, respectivamente.
1515  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1516  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1517 \begin_inset Formula $\to$
1518 \end_inset
1519
1520  PDF/EPS.
1521 \end_layout
1522
1523 \begin_layout Chapter
1524 Tablas
1525 \begin_inset CommandInset label
1526 LatexCommand label
1527 name "cha:Tablas"
1528
1529 \end_inset
1530
1531
1532 \begin_inset Index
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 Tablas
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \begin_layout Section
1545 Introducción
1546 \begin_inset Index
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 Tablas ! Introducción
1551 \end_layout
1552
1553 \end_inset
1554
1555
1556 \end_layout
1557
1558 \begin_layout Standard
1559 Puede insertarse una tabla mediante el botón 
1560 \begin_inset Graphics
1561         filename ../../images/tabular-insert.png
1562         scale 85
1563
1564 \end_inset
1565
1566  o el menú 
1567 \family sans
1568 Insertar\SpecialChar \menuseparator
1569 Tabla
1570 \family default
1571 .
1572  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1573  el número de filas y de columnas de la tabla.
1574  Si usas el menú aparece un diálogo en el que se pide el número de filas
1575  y columnas.
1576  
1577 \begin_inset Newline newline
1578 \end_inset
1579
1580 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1581  fila aparece separada por una línea doble: la línea inferior de la primera
1582  fila y la línea superior de la segunda fila.
1583  Ejemplo de tabla:
1584 \end_layout
1585
1586 \begin_layout Standard
1587 \align center
1588 \begin_inset Tabular
1589 <lyxtabular version="3" rows="4" columns="4">
1590 <features>
1591 <column alignment="center" valignment="top" width="0">
1592 <column alignment="center" valignment="top" width="0pt">
1593 <column alignment="center" valignment="top" width="0in">
1594 <column alignment="center" valignment="top" width="0pt">
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600
1601 \end_layout
1602
1603 \end_inset
1604 </cell>
1605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609
1610 \family roman
1611 \series medium
1612 \shape up
1613 \size normal
1614 \emph off
1615 \bar no
1616 \noun off
1617 \color none
1618 1
1619 \end_layout
1620
1621 \end_inset
1622 </cell>
1623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1624 \begin_inset Text
1625
1626 \begin_layout Plain Layout
1627 2
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 3
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 </row>
1642 <row>
1643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647
1648 \family roman
1649 \series medium
1650 \shape up
1651 \size normal
1652 \emph off
1653 \bar no
1654 \noun off
1655 \color none
1656 A
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Plain Layout
1665
1666 \end_layout
1667
1668 \end_inset
1669 </cell>
1670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1671 \begin_inset Text
1672
1673 \begin_layout Plain Layout
1674
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683
1684 \end_layout
1685
1686 \end_inset
1687 </cell>
1688 </row>
1689 <row>
1690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1691 \begin_inset Text
1692
1693 \begin_layout Plain Layout
1694
1695 \family roman
1696 \series medium
1697 \shape up
1698 \size normal
1699 \emph off
1700 \bar no
1701 \noun off
1702 \color none
1703 B
1704 \end_layout
1705
1706 \end_inset
1707 </cell>
1708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1709 \begin_inset Text
1710
1711 \begin_layout Plain Layout
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Plain Layout
1721
1722 \size normal
1723 \noun off
1724 \color none
1725  
1726 \end_layout
1727
1728 \end_inset
1729 </cell>
1730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1731 \begin_inset Text
1732
1733 \begin_layout Plain Layout
1734
1735 \end_layout
1736
1737 \end_inset
1738 </cell>
1739 </row>
1740 <row>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 C
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 </row>
1787 </lyxtabular>
1788
1789 \end_inset
1790
1791
1792 \end_layout
1793
1794 \begin_layout Section
1795 Diálogo de tablas
1796 \begin_inset Index
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800 Tablas ! Diálogo
1801 \end_layout
1802
1803 \end_inset
1804
1805
1806 \end_layout
1807
1808 \begin_layout Standard
1809 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1810  pinchar sobre ella con el botón derecho del ratón.
1811  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1812  encuentra el cursor.
1813  La mayoría de opciones también trabajan sobre una selección de celdas,
1814  de filas o de columnas.
1815  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1816  su 
1817 \emph on
1818 contenido
1819 \emph default
1820 .
1821  En el cuadro de diálogo aparecen las siguientes solapas:
1822 \end_layout
1823
1824 \begin_layout Description
1825
1826 \family sans
1827 Configuración
1828 \begin_inset space ~
1829 \end_inset
1830
1831 de
1832 \begin_inset space ~
1833 \end_inset
1834
1835 la
1836 \begin_inset space ~
1837 \end_inset
1838
1839 tabla
1840 \family default
1841  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1842  actual.
1843  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1844  Una anchura determinada permite tener saltos de línea y distintos párrafos
1845  de texto, véase sección 
1846 \begin_inset space ~
1847 \end_inset
1848
1849
1850 \begin_inset CommandInset ref
1851 LatexCommand ref
1852 reference "sub:Líneas-Múltiples-en"
1853
1854 \end_inset
1855
1856 .
1857  Si no estableces anchura, la columna será tan ancha como el contenido de
1858  la celda más ancha.
1859 \begin_inset Newline newline
1860 \end_inset
1861
1862 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1863  véase sección
1864 \begin_inset space ~
1865 \end_inset
1866
1867
1868 \begin_inset CommandInset ref
1869 LatexCommand ref
1870 reference "sub:Multicolumnas"
1871
1872 \end_inset
1873
1874 .
1875 \begin_inset Newline newline
1876 \end_inset
1877
1878 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1879  90º en el sentido de las agujas del reloj.
1880  La rotación no se ve en LyX, sí en la salida.
1881 \begin_inset Newline newline
1882 \end_inset
1883
1884
1885 \begin_inset Note Greyedout
1886 status open
1887
1888 \begin_layout Plain Layout
1889
1890 \series bold
1891 Nota:
1892 \series default
1893  no todos los visores DVI pueden mostrar rotaciones.
1894 \end_layout
1895
1896 \end_inset
1897
1898
1899 \begin_inset Newline newline
1900 \end_inset
1901
1902 También es posible introducir argumentos LaTeX necesarios para formatos
1903  especiales, véanse las secciones
1904 \begin_inset space ~
1905 \end_inset
1906
1907
1908 \begin_inset CommandInset ref
1909 LatexCommand ref
1910 reference "sub:Cálculos-en-Multicolumnas"
1911
1912 \end_inset
1913
1914  y
1915 \begin_inset space ~
1916 \end_inset
1917
1918
1919 \begin_inset CommandInset ref
1920 LatexCommand ref
1921 reference "sec:Tablas-Coloreadas"
1922
1923 \end_inset
1924
1925 .
1926 \end_layout
1927
1928 \begin_layout Description
1929
1930 \family sans
1931 Bordes
1932 \family default
1933  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1934 \end_layout
1935
1936 \begin_layout Description
1937
1938 \family sans
1939 Tabla
1940 \begin_inset space ~
1941 \end_inset
1942
1943 larga
1944 \family default
1945  Para hacer 
1946 \emph on
1947 tablas largas
1948 \emph default
1949  que pueden extenderse por varias páginas.
1950  La sección
1951 \begin_inset space ~
1952 \end_inset
1953
1954
1955 \begin_inset CommandInset ref
1956 LatexCommand ref
1957 reference "sec:Tablas-Largas"
1958
1959 \end_inset
1960
1961  describe su uso en detalle.
1962 \end_layout
1963
1964 \begin_layout Standard
1965 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
1966  con las teclas de flecha de celda en celda y la propiedad de la celda actual
1967  aparecerá inmediatamente en el diálogo.
1968 \end_layout
1969
1970 \begin_layout Section
1971 Barra de herramientas de tabla
1972 \begin_inset Index
1973 status collapsed
1974
1975 \begin_layout Plain Layout
1976 Tablas ! Barra de herramientas
1977 \end_layout
1978
1979 \end_inset
1980
1981
1982 \end_layout
1983
1984 \begin_layout Standard
1985 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
1986  para cambiar las tablas de manera más rápida.
1987  Normalmente debería aparecer en la parte inferior de la ventana principal
1988  de LyX cuando el cursor está dentro de una tabla.
1989  En cualquier momento se puede presentar esta barra pinchando con el botón
1990  derecho del ratón en cualquier punto de la barra principal de menú.
1991 \end_layout
1992
1993 \begin_layout Standard
1994 La barra de herramientas tiene los siguientes iconos:
1995 \end_layout
1996
1997 \begin_layout Labeling
1998 \labelwidthstring 00.00.0000
1999 \begin_inset Graphics
2000         filename ../../images/tabular-feature_append-row.png
2001
2002 \end_inset
2003
2004  añade una fila bajo la celda actual o selección
2005 \end_layout
2006
2007 \begin_layout Labeling
2008 \labelwidthstring 00.00.0000
2009 \begin_inset Graphics
2010         filename ../../images/tabular-feature_append-column.png
2011
2012 \end_inset
2013
2014  añade una columna a la derecha de la celda actual o selección
2015 \end_layout
2016
2017 \begin_layout Labeling
2018 \labelwidthstring 00.00.0000
2019 \begin_inset Graphics
2020         filename ../../images/tabular-feature_delete-row.png
2021
2022 \end_inset
2023
2024  borra la fila actual o selección
2025 \end_layout
2026
2027 \begin_layout Labeling
2028 \labelwidthstring 00.00.0000
2029 \begin_inset Graphics
2030         filename ../../images/tabular-feature_delete-column.png
2031
2032 \end_inset
2033
2034  borra la columna actual o selección
2035 \end_layout
2036
2037 \begin_layout Labeling
2038 \labelwidthstring 00.00.0000
2039 \begin_inset Graphics
2040         filename ../../images/tabular-feature_toggle-line-top.png
2041
2042 \end_inset
2043
2044  añade una línea sobre la celda/fila actual o la selección
2045 \end_layout
2046
2047 \begin_layout Labeling
2048 \labelwidthstring 00.00.0000
2049 \begin_inset Graphics
2050         filename ../../images/tabular-feature_toggle-line-bottom.png
2051
2052 \end_inset
2053
2054  añade una línea bajo la celda/fila actual o la selección
2055 \end_layout
2056
2057 \begin_layout Labeling
2058 \labelwidthstring 00.00.0000
2059 \begin_inset Graphics
2060         filename ../../images/tabular-feature_toggle-line-left.png
2061
2062 \end_inset
2063
2064  añade una línea a la izquierda de la celda/fila actual o la selección
2065 \end_layout
2066
2067 \begin_layout Labeling
2068 \labelwidthstring 00.00.0000
2069 \begin_inset Graphics
2070         filename ../../images/tabular-feature_toggle-line-right.png
2071
2072 \end_inset
2073
2074  añade una línea a la derecha de la celda/fila actual o la selección
2075 \end_layout
2076
2077 \begin_layout Labeling
2078 \labelwidthstring 00.00.0000
2079 \begin_inset Graphics
2080         filename ../../images/tabular-feature_set-all-lines.png
2081
2082 \end_inset
2083
2084  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2085  actual no es multicolumna esto afecta también a la fila y a la columna)
2086 \end_layout
2087
2088 \begin_layout Labeling
2089 \labelwidthstring 00.00.0000
2090 \begin_inset Graphics
2091         filename ../../images/tabular-feature_unset-all-lines.png
2092
2093 \end_inset
2094
2095  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2096  actual no es multicolumna esto afecta también a la fila y a la columna)
2097 \end_layout
2098
2099 \begin_layout Labeling
2100 \labelwidthstring 00.00.0000
2101 \begin_inset Graphics
2102         filename ../../images/tabular-feature_align-left.png
2103
2104 \end_inset
2105
2106  alinea a la izquierda el contenido de la celda/columna
2107 \end_layout
2108
2109 \begin_layout Labeling
2110 \labelwidthstring 00.00.0000
2111 \begin_inset Graphics
2112         filename ../../images/tabular-feature_align-center.png
2113
2114 \end_inset
2115
2116  centra el contenido de la celda/columna horizontalmente
2117 \end_layout
2118
2119 \begin_layout Labeling
2120 \labelwidthstring 00.00.0000
2121 \begin_inset Graphics
2122         filename ../../images/tabular-feature_align-right.png
2123
2124 \end_inset
2125
2126  alinea a la derecha el contenido de la celda/columna
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131 \begin_inset Graphics
2132         filename ../../images/tabular-feature_valign-top.png
2133
2134 \end_inset
2135
2136  alinea arriba el contenido de la celda
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_valign-middle.png
2143
2144 \end_inset
2145
2146  centra verticalmente el contenido de la celda
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_valign-bottom.png
2153
2154 \end_inset
2155
2156  alinea abajo el contenido de la celda
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Graphics
2162         filename ../../images/tabular-feature_set-rotate-cell.png
2163
2164 \end_inset
2165
2166  gira la celda o selección 90° como las agujas de reloj
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Graphics
2172         filename ../../images/tabular-feature_set-rotate-tabular.png
2173
2174 \end_inset
2175
2176  gira toda la tabla 90° como agujas del reloj
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_multicolumn.png
2183
2184 \end_inset
2185
2186  establece la celda actual o selección como multicolumna
2187 \end_layout
2188
2189 \begin_layout Standard
2190 \begin_inset Note Greyedout
2191 status open
2192
2193 \begin_layout Plain Layout
2194
2195 \series bold
2196 Nota:
2197 \series default
2198  En la salida se emplea la alineación vertical de la primera celda de una
2199  fila para todas las celdas restantes de la fila.
2200 \end_layout
2201
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Section
2208 Menú Editar Tabla
2209 \begin_inset Index
2210 status collapsed
2211
2212 \begin_layout Plain Layout
2213 Tablas ! Editar
2214 \end_layout
2215
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 Además del diálogo y la barra de herramientas, el menú 
2223 \family sans
2224 Editar\SpecialChar \menuseparator
2225 Tabla
2226 \family default
2227  permite añadir y borrar bordes para la fila/columna actual y establecer
2228  la selección como multicolumna.
2229  El menú sólo está disponible si el cursor está en la tabla.
2230 \end_layout
2231
2232 \begin_layout Section
2233 Tablas flotantes
2234 \begin_inset CommandInset label
2235 LatexCommand label
2236 name "sec:Tablas-Flotantes"
2237
2238 \end_inset
2239
2240
2241 \begin_inset Index
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245 Flotantes ! Tablas
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \begin_inset Index
2252 status collapsed
2253
2254 \begin_layout Plain Layout
2255 Tablas ! Flotantes
2256 \end_layout
2257
2258 \end_inset
2259
2260
2261 \end_layout
2262
2263 \begin_layout Standard
2264 Para una explicación general sobre flotantes, echa un vistazo a la sección
2265 \begin_inset space ~
2266 \end_inset
2267
2268
2269 \begin_inset CommandInset ref
2270 LatexCommand ref
2271 reference "sec:Introducción-Flotantes"
2272
2273 \end_inset
2274
2275 .
2276 \end_layout
2277
2278 \begin_layout Standard
2279 \begin_inset Float table
2280 placement h
2281 wide false
2282 sideways false
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 \begin_inset Caption
2287
2288 \begin_layout Plain Layout
2289 \begin_inset CommandInset label
2290 LatexCommand label
2291 name "tab:una tabla flotante"
2292
2293 \end_inset
2294
2295 Una tabla flotante.
2296 \end_layout
2297
2298 \end_inset
2299
2300
2301 \end_layout
2302
2303 \begin_layout Plain Layout
2304 \align center
2305 \begin_inset Tabular
2306 <lyxtabular version="3" rows="3" columns="3">
2307 <features>
2308 <column alignment="center" valignment="top" width="0pt">
2309 <column alignment="center" valignment="top" width="0pt">
2310 <column alignment="center" valignment="top" width="0pt">
2311 <row>
2312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2313 \begin_inset Text
2314
2315 \begin_layout Plain Layout
2316
2317 \family roman
2318 \series medium
2319 \shape up
2320 \size normal
2321 \emph off
2322 \bar no
2323 \noun off
2324 \color none
2325 1
2326 \end_layout
2327
2328 \end_inset
2329 </cell>
2330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2331 \begin_inset Text
2332
2333 \begin_layout Plain Layout
2334
2335 \family roman
2336 \series medium
2337 \shape up
2338 \size normal
2339 \emph off
2340 \bar no
2341 \noun off
2342 \color none
2343 2
2344 \end_layout
2345
2346 \end_inset
2347 </cell>
2348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2349 \begin_inset Text
2350
2351 \begin_layout Plain Layout
2352
2353 \family roman
2354 \series medium
2355 \shape up
2356 \size normal
2357 \emph off
2358 \bar no
2359 \noun off
2360 \color none
2361 3
2362 \end_layout
2363
2364 \end_inset
2365 </cell>
2366 </row>
2367 <row>
2368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2369 \begin_inset Text
2370
2371 \begin_layout Plain Layout
2372
2373 \family roman
2374 \series medium
2375 \shape up
2376 \size normal
2377 \emph off
2378 \bar no
2379 \noun off
2380 \color none
2381 Pepe
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \family roman
2392 \series medium
2393 \shape up
2394 \size normal
2395 \emph off
2396 \bar no
2397 \noun off
2398 \color none
2399 Mari
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2405 \begin_inset Text
2406
2407 \begin_layout Plain Layout
2408
2409 \family roman
2410 \series medium
2411 \shape up
2412 \size normal
2413 \emph off
2414 \bar no
2415 \noun off
2416 \color none
2417 Teo
2418 \end_layout
2419
2420 \end_inset
2421 </cell>
2422 </row>
2423 <row>
2424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2425 \begin_inset Text
2426
2427 \begin_layout Plain Layout
2428
2429 \family roman
2430 \series medium
2431 \shape up
2432 \size normal
2433 \emph off
2434 \bar no
2435 \noun off
2436 \color none
2437 \begin_inset Formula $\int x^{2}dx$
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Plain Layout
2449
2450 \family roman
2451 \series medium
2452 \shape up
2453 \size normal
2454 \emph off
2455 \bar no
2456 \noun off
2457 \color none
2458 \begin_inset Formula $\left[\begin{array}{cc}
2459 a & b\\
2460 c & d\end{array}\right]$
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2469 \begin_inset Text
2470
2471 \begin_layout Plain Layout
2472
2473 \family roman
2474 \series medium
2475 \shape up
2476 \size normal
2477 \emph off
2478 \bar no
2479 \noun off
2480 \color none
2481 \begin_inset Formula $1+1=2$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 </row>
2490 </lyxtabular>
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \end_inset
2498
2499
2500 \end_layout
2501
2502 \begin_layout Standard
2503 Las tablas flotantes pueden insertarse con el menú 
2504 \family sans
2505 Insertar\SpecialChar \menuseparator
2506 Flotante\SpecialChar \menuseparator
2507 Tabla
2508 \family default
2509  o con el botón 
2510 \begin_inset Graphics
2511         filename ../../images/float-insert_table.png
2512         scale 85
2513
2514 \end_inset
2515
2516 .
2517 \end_layout
2518
2519 \begin_layout Standard
2520 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2521 \begin_inset space ~
2522 \end_inset
2523
2524 #:» (# es el número actual).
2525  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2526  Para insertar una tabla en el flotante se sitúa el cursor al final del
2527  texto del encabezado y se pulsa 
2528 \family sans
2529 Retorno
2530 \family default
2531 .
2532  La leyenda se imprime encima de la tabla.
2533 \end_layout
2534
2535 \begin_layout Standard
2536 La tabla
2537 \begin_inset space ~
2538 \end_inset
2539
2540
2541 \begin_inset CommandInset ref
2542 LatexCommand ref
2543 reference "tab:una tabla flotante"
2544
2545 \end_inset
2546
2547  es un ejemplo de tabla flotante.
2548 \end_layout
2549
2550 \begin_layout Standard
2551 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2552  no es soportado en las clases estándar de LaTeX.
2553  Esto significa que si estás usando las clases de documento 
2554 \family sans
2555 article
2556 \family default
2557
2558 \family sans
2559 book
2560 \family default
2561
2562 \family sans
2563 letter
2564 \family default
2565  o 
2566 \family sans
2567 report
2568 \family default
2569  no habrá espacio entre la leyenda y la tabla.
2570  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2571  del documento la siguiente opción al comando del paquete LaTeX 
2572 \series bold
2573 caption
2574 \series default
2575
2576 \begin_inset Index
2577 status collapsed
2578
2579 \begin_layout Plain Layout
2580 LaTeX-paquetes ! caption
2581 \end_layout
2582
2583 \end_inset
2584
2585 :
2586 \begin_inset Foot
2587 status collapsed
2588
2589 \begin_layout Plain Layout
2590 Para más información ve a la sección
2591 \begin_inset space ~
2592 \end_inset
2593
2594
2595 \begin_inset CommandInset ref
2596 LatexCommand ref
2597 reference "sec:Colocación-de-leyendas"
2598
2599 \end_inset
2600
2601 .
2602 \end_layout
2603
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \begin_layout Standard
2610
2611 \series bold
2612 tableposition=top
2613 \end_layout
2614
2615 \begin_layout Standard
2616 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2617  
2618 \series bold
2619 caption
2620 \series default
2621  como se describe en la sección
2622 \begin_inset space ~
2623 \end_inset
2624
2625
2626 \begin_inset CommandInset ref
2627 LatexCommand ref
2628 reference "sec:Formato-de-leyendas"
2629
2630 \end_inset
2631
2632 .
2633  
2634 \end_layout
2635
2636 \begin_layout Standard
2637 \begin_inset Index
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Referencias ! a tablas
2642 \end_layout
2643
2644 \end_inset
2645
2646 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2647  etiqueta.
2648  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2649 \family sans
2650 Insertar\SpecialChar \menuseparator
2651 Etiqueta
2652 \family default
2653  o con el botón 
2654 \begin_inset Graphics
2655         filename ../../images/label-insert.png
2656         scale 85
2657
2658 \end_inset
2659
2660 .
2661  Ahora puedes referenciar la etiqueta con el menú 
2662 \family sans
2663 Insertar\SpecialChar \menuseparator
2664 Referencia
2665 \begin_inset space ~
2666 \end_inset
2667
2668 cruzada
2669 \family default
2670  o con el botón 
2671 \begin_inset Graphics
2672         filename ../../images/dialog-show-new-inset_ref.png
2673         scale 85
2674
2675 \end_inset
2676
2677 .
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681 Las referencias se explican con detalle en la sección
2682 \begin_inset space ~
2683 \end_inset
2684
2685
2686 \begin_inset CommandInset ref
2687 LatexCommand ref
2688 reference "sec:Referencias-a-Flotantes"
2689
2690 \end_inset
2691
2692 .
2693 \end_layout
2694
2695 \begin_layout Section
2696 Tablas largas
2697 \begin_inset CommandInset label
2698 LatexCommand label
2699 name "sec:Tablas-Largas"
2700
2701 \end_inset
2702
2703
2704 \begin_inset Index
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Tablas largas
2709 \end_layout
2710
2711 \end_inset
2712
2713
2714 \begin_inset Index
2715 status collapsed
2716
2717 \begin_layout Plain Layout
2718 Tablas ! Largas
2719 \end_layout
2720
2721 \end_inset
2722
2723
2724 \end_layout
2725
2726 \begin_layout Standard
2727 Si la tabla es demasiado larga para una página, puedes usar la opción 
2728 \family sans
2729 Usar
2730 \begin_inset space ~
2731 \end_inset
2732
2733 tabla
2734 \begin_inset space ~
2735 \end_inset
2736
2737 larga
2738 \family default
2739  en la solapa 
2740 \family sans
2741 Tabla
2742 \begin_inset space ~
2743 \end_inset
2744
2745 larga
2746 \family default
2747  del diálogo de tablas, para repartir automáticamente la tabla en varias
2748  páginas.
2749  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2750 \end_layout
2751
2752 \begin_layout Description
2753
2754 \family sans
2755 Encabezado:
2756 \family default
2757  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2758  definida, se definen como filas de encabezado para todas las páginas de
2759  la tabla, excepto para la primera página si 
2760 \family sans
2761 Primer
2762 \begin_inset space ~
2763 \end_inset
2764
2765 encabezado
2766 \family default
2767  está definido.
2768  Este se denomina encabezado principal.
2769 \end_layout
2770
2771 \begin_layout Description
2772
2773 \family sans
2774 Primer
2775 \begin_inset space ~
2776 \end_inset
2777
2778 encabezado:
2779 \family default
2780  La fila actual y superiores, que no tienen ninguna opción especial definida,
2781  se definen como filas cabeceras de la primera página de la tabla.
2782 \end_layout
2783
2784 \begin_layout Description
2785
2786 \family sans
2787 Pie:
2788 \family default
2789  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2790  definida, se definen como filas de pie de todas las páginas de la tabla,
2791  excepto para la última página si se define 
2792 \family sans
2793 Último
2794 \begin_inset space ~
2795 \end_inset
2796
2797 pie.
2798 \end_layout
2799
2800 \begin_layout Description
2801
2802 \family sans
2803 Último
2804 \begin_inset space ~
2805 \end_inset
2806
2807 pie: L
2808 \family default
2809 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2810  se definen como filas de pie de la última página de la tabla.
2811 \end_layout
2812
2813 \begin_layout Standard
2814 También se puede especificar en qué fila se ha de cortar la tabla.
2815  Si se establece más de una opción en la misma fila, habría que tener en
2816  cuenta que sólo la primera de ellas se usa en la fila dada.
2817  Las otras quedarán definidas como 
2818 \emph on
2819 vacías
2820 \emph default
2821 .
2822  En este contexto, primera significa primero en este orden: 
2823 \family sans
2824 Encabezado, Primer
2825 \begin_inset space ~
2826 \end_inset
2827
2828 encabezado
2829 \family default
2830
2831 \family sans
2832 Pie, Último
2833 \begin_inset space ~
2834 \end_inset
2835
2836 pie
2837 \family default
2838 .
2839  La siguiente tabla muestra cómo funciona:
2840 \end_layout
2841
2842 \begin_layout Standard
2843
2844 \end_layout
2845
2846 \begin_layout Standard
2847 \align center
2848 \begin_inset Tabular
2849 <lyxtabular version="3" rows="69" columns="3">
2850 <features islongtable="true">
2851 <column alignment="left" valignment="top" width="0cm">
2852 <column alignment="left" valignment="top" width="0pt">
2853 <column alignment="right" valignment="top" width="0pt">
2854 <row endfirsthead="true">
2855 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \series bold
2861 Ejemplo de lista telefónica (ignore los nombres)
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \end_layout
2872
2873 \end_inset
2874 </cell>
2875 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row endfirsthead="true">
2886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \series bold
2892 NOMBRE
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2907 \begin_inset Text
2908
2909 \begin_layout Plain Layout
2910
2911 \series bold
2912 TEL.
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row endhead="true">
2919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \series bold
2925 Ejemplo de lista telefónica
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \end_layout
2945
2946 \end_inset
2947 </cell>
2948 </row>
2949 <row endhead="true">
2950 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \series bold
2956 NOMBRE
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \series bold
2976 TEL.
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row endfoot="true">
2983 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987  continúa en la página siguiente
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3002 \begin_inset Text
3003
3004 \begin_layout Plain Layout
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \series bold
3018 Annovi
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Silvia
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 111
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047
3048 \series bold
3049 Bertoli
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 Stefano
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 111
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 <row>
3074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3075 \begin_inset Text
3076
3077 \begin_layout Plain Layout
3078
3079 \series bold
3080 Bozzi
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Walter
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 111
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109
3110 \series bold
3111 Cachia
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 <cell alignment="center" valignment="top" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120 Maria
3121 \end_layout
3122
3123 \end_inset
3124 </cell>
3125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 111
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 </row>
3135 <row>
3136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \series bold
3142 Cachia
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Maurizio
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3157 \begin_inset Text
3158
3159 \begin_layout Plain Layout
3160 111
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 <row>
3167 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 Cinquemani
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 <cell alignment="center" valignment="top" usebox="none">
3179 \begin_inset Text
3180
3181 \begin_layout Plain Layout
3182 Giusi
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 111
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 </row>
3197 <row>
3198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \series bold
3204 Colin
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 <cell alignment="center" valignment="top" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213 Bernard
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 111
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \series bold
3235 Concli
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 Gianfranco
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 111
3254 \end_layout
3255
3256 \end_inset
3257 </cell>
3258 </row>
3259 <row>
3260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264
3265 \series bold
3266 Dal Bosco
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 <cell alignment="center" valignment="top" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275 Carolina
3276 \end_layout
3277
3278 \end_inset
3279 </cell>
3280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3281 \begin_inset Text
3282
3283 \begin_layout Plain Layout
3284 111
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 <row>
3291 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295
3296 \series bold
3297 Dalpiaz
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 <cell alignment="center" valignment="top" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306 Annamaria
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315 111
3316 \end_layout
3317
3318 \end_inset
3319 </cell>
3320 </row>
3321 <row>
3322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326
3327 \series bold
3328 Feliciello
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 <cell alignment="center" valignment="top" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337 Domenico
3338 \end_layout
3339
3340 \end_inset
3341 </cell>
3342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3343 \begin_inset Text
3344
3345 \begin_layout Plain Layout
3346 111
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 </row>
3352 <row>
3353 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357
3358 \series bold
3359 Focarelli
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 <cell alignment="center" valignment="top" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368 Paola
3369 \end_layout
3370
3371 \end_inset
3372 </cell>
3373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377 111
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \series bold
3390 Galletti
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 <cell alignment="center" valignment="top" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399 Oreste
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3405 \begin_inset Text
3406
3407 \begin_layout Plain Layout
3408 111
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \series bold
3421 Gasparini
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 Franca
3431 \end_layout
3432
3433 \end_inset
3434 </cell>
3435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3436 \begin_inset Text
3437
3438 \begin_layout Plain Layout
3439 111
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450
3451 \series bold
3452 Rizzardi
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 Paola
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 111
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 <row>
3477 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481
3482 \series bold
3483 Lassini
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 <cell alignment="center" valignment="top" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492 Giancarlo
3493 \end_layout
3494
3495 \end_inset
3496 </cell>
3497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3498 \begin_inset Text
3499
3500 \begin_layout Plain Layout
3501 111
3502 \end_layout
3503
3504 \end_inset
3505 </cell>
3506 </row>
3507 <row>
3508 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512
3513 \series bold
3514 Malfatti
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 <cell alignment="center" valignment="top" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523 Luciano
3524 \end_layout
3525
3526 \end_inset
3527 </cell>
3528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3529 \begin_inset Text
3530
3531 \begin_layout Plain Layout
3532 111
3533 \end_layout
3534
3535 \end_inset
3536 </cell>
3537 </row>
3538 <row>
3539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543
3544 \series bold
3545 Malfatti
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 Valeriano
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 111
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574
3575 \series bold
3576 Meneguzzo
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 Roberto
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 111
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Mezzadra
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell alignment="center" valignment="top" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616 Roberto
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625 111
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row>
3632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 Pirpamer
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell alignment="center" valignment="top" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 Erich
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656 111
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 </row>
3662 <row>
3663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667
3668 \series bold
3669 Pochiesa
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 Paolo
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687 111, 222
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Radina
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Claudio
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Stuffer
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Oskar
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Tacchelli
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Ugo
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Tezzele
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Margit
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Unterkalmsteiner
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Frieda
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Vieider
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Hilde
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Vigna
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Jürgen
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Weber
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Maurizio
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Winkler
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Franz
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977  
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Annovi
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Silvia
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 555
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Bertoli
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Stefano
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 555
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Bozzi
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Walter
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 555
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Cachia
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Maria
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 555
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Cachia
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Maurizio
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 555
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Cinquemani
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Giusi
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 555
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Colin
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Bernard
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 555
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Concli
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Gianfranco
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 555
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Dal Bosco
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Carolina
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 555
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Dalpiaz
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Annamaria
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 555
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Feliciello
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Domenico
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 555
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Focarelli
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Paola
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 555
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Galletti
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Oreste
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 555
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Gasparini
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Franca
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 555
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Rizzardi
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Paola
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 555
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Lassini
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Giancarlo
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 555
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Malfatti
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Luciano
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 555
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Malfatti
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Valeriano
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 555
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564
4565 \series bold
4566 Meneguzzo
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 <cell alignment="center" valignment="top" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575 Roberto
4576 \end_layout
4577
4578 \end_inset
4579 </cell>
4580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 555
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595
4596 \series bold
4597 Mezzadra
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 <cell alignment="center" valignment="top" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 Roberto
4607 \end_layout
4608
4609 \end_inset
4610 </cell>
4611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 555
4616 \end_layout
4617
4618 \end_inset
4619 </cell>
4620 </row>
4621 <row>
4622 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626
4627 \series bold
4628 Pirpamer
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 <cell alignment="center" valignment="top" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637 Erich
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 555
4647 \end_layout
4648
4649 \end_inset
4650 </cell>
4651 </row>
4652 <row>
4653 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657
4658 \series bold
4659 Pochiesa
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell alignment="center" valignment="top" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668 Paolo
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 555, 222
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Radina
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Claudio
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Stuffer
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Oskar
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Tacchelli
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Ugo
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Tezzele
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Margit
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Unterkalmsteiner
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Frieda
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Vieider
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Hilde
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Vigna
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Jürgen
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 999
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Weber
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Maurizio
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Winkler
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Franz
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row endlastfoot="true">
4963 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 fin
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 </lyxtabular>
4992
4993 \end_inset
4994
4995
4996 \begin_inset ERT
4997 status open
4998
4999 \begin_layout Plain Layout
5000
5001
5002 \backslash
5003 addtocounter{table}{-1}
5004 \end_layout
5005
5006 \end_inset
5007
5008
5009 \begin_inset Note Note
5010 status collapsed
5011
5012 \begin_layout Plain Layout
5013 Para comprender el uso de este comando, lee al final de la sección
5014 \begin_inset space ~
5015 \end_inset
5016
5017
5018 \begin_inset CommandInset ref
5019 LatexCommand ref
5020 reference "sub:Leyendas-en-Tablas"
5021
5022 \end_inset
5023
5024  la primera nota resaltada en gris.
5025  
5026 \end_layout
5027
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \begin_layout Subsection
5034 Notas al pie en tablas largas
5035 \begin_inset CommandInset label
5036 LatexCommand label
5037 name "sub:Notas-al-pie-en-Tablas-Largas"
5038
5039 \end_inset
5040
5041
5042 \begin_inset Index
5043 status collapsed
5044
5045 \begin_layout Plain Layout
5046 Tablas largas ! Notas al pie
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \end_layout
5053
5054 \begin_layout Standard
5055 Se pueden insertar notas al pie en cada celda de una tabla larga.
5056  Las notas se muestran en la parte inferior de la página en la que esté
5057  la celda con la nota.
5058  La tabla
5059 \begin_inset space ~
5060 \end_inset
5061
5062
5063 \begin_inset CommandInset ref
5064 LatexCommand ref
5065 reference "tab:DifLeyendas"
5066
5067 \end_inset
5068
5069  tiene un ejemplo de nota al pie.
5070 \end_layout
5071
5072 \begin_layout Subsection
5073 Alineación de tablas largas
5074 \begin_inset Index
5075 status collapsed
5076
5077 \begin_layout Plain Layout
5078 Tablas largas ! Alineación
5079 \end_layout
5080
5081 \end_inset
5082
5083
5084 \end_layout
5085
5086 \begin_layout Standard
5087 Las tablas largas se centran por omisión.
5088  Al contrario de la alineación de filas y columnas, la alineación de una
5089  tabla no se puede cambiar por ahora en el diálogo de tablas.
5090  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5091  longitudes 
5092 \series bold
5093
5094 \backslash
5095 LTleft
5096 \series default
5097  y 
5098 \series bold
5099
5100 \backslash
5101 LTright 
5102 \series default
5103 insertando la línea siguiente en código TeX antes de la correspondiente
5104  tabla larga:
5105 \end_layout
5106
5107 \begin_layout Standard
5108
5109 \series bold
5110
5111 \backslash
5112 setlength{
5113 \backslash
5114 LTleft}{valor}
5115 \end_layout
5116
5117 \begin_layout Standard
5118 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5119 \begin_inset space ~
5120 \end_inset
5121
5122
5123 \begin_inset CommandInset ref
5124 LatexCommand ref
5125 reference "tab:Unidades"
5126
5127 \end_inset
5128
5129 .
5130  
5131 \series bold
5132
5133 \backslash
5134 LTlent 
5135 \series default
5136 controla la distancia entre el borde izquierdo de la página y la tabla.
5137  
5138 \series bold
5139
5140 \backslash
5141 LTright 
5142 \series default
5143 la distancia desde el lado derecho.
5144  El valor predeterminado para ambas longitudes es 
5145 \series bold
5146
5147 \backslash
5148 fill
5149 \series default
5150 , que en este caso es lo mismo que un relleno horizontal en LyX.
5151 \end_layout
5152
5153 \begin_layout Standard
5154 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5155 \series bold
5156
5157 \backslash
5158 LTleft
5159 \series default
5160  0 pt.
5161 \begin_inset ERT
5162 status collapsed
5163
5164 \begin_layout Plain Layout
5165
5166
5167 \backslash
5168 setlength{
5169 \backslash
5170 LTleft}{0pt}
5171 \end_layout
5172
5173 \end_inset
5174
5175
5176 \end_layout
5177
5178 \begin_layout Standard
5179 \begin_inset Tabular
5180 <lyxtabular version="3" rows="5" columns="5">
5181 <features islongtable="true">
5182 <column alignment="center" valignment="top" width="0">
5183 <column alignment="center" valignment="top" width="0">
5184 <column alignment="center" valignment="top" width="0">
5185 <column alignment="center" valignment="top" width="0">
5186 <column alignment="center" valignment="top" width="0">
5187 <row>
5188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5189 \begin_inset Text
5190
5191 \begin_layout Plain Layout
5192 1
5193 \end_layout
5194
5195 \end_inset
5196 </cell>
5197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5198 \begin_inset Text
5199
5200 \begin_layout Plain Layout
5201 2
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 3
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 4
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5225 \begin_inset Text
5226
5227 \begin_layout Plain Layout
5228 5
5229 \end_layout
5230
5231 \end_inset
5232 </cell>
5233 </row>
5234 <row>
5235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 asd
5240 \end_layout
5241
5242 \end_inset
5243 </cell>
5244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5245 \begin_inset Text
5246
5247 \begin_layout Plain Layout
5248 s
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 s
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 s
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 asd
5276 \end_layout
5277
5278 \end_inset
5279 </cell>
5280 </row>
5281 <row>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 asd
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 s
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5301 \begin_inset Text
5302
5303 \begin_layout Plain Layout
5304 s
5305 \end_layout
5306
5307 \end_inset
5308 </cell>
5309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5310 \begin_inset Text
5311
5312 \begin_layout Plain Layout
5313 s
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 asd
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 asd
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 s
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 s
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 s
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 asd
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 asd
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 asd
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 asd
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 asd
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 asd
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 </lyxtabular>
5423
5424 \end_inset
5425
5426
5427 \begin_inset ERT
5428 status collapsed
5429
5430 \begin_layout Plain Layout
5431
5432
5433 \backslash
5434 setlength{
5435 \backslash
5436 LTleft}{
5437 \backslash
5438 fill}
5439 \end_layout
5440
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \begin_layout Subsection
5447 Leyendas en tablas largas
5448 \begin_inset Index
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452 Tablas largas ! Leyendas
5453 \end_layout
5454
5455 \end_inset
5456
5457
5458 \begin_inset CommandInset label
5459 LatexCommand label
5460 name "sub:Leyendas-en-Tablas"
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5469  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5470  para tablas largas.
5471 \end_layout
5472
5473 \begin_layout Standard
5474 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5475  hay que crearlos de la sigiente forma:
5476 \end_layout
5477
5478 \begin_layout Enumerate
5479 Crea una tabla larga.
5480 \end_layout
5481
5482 \begin_layout Enumerate
5483 Marca la primera fila y deshabilita su línea superior.
5484 \end_layout
5485
5486 \begin_layout Enumerate
5487 Inserta una leyenda con el menú 
5488 \family sans
5489 Insertar\SpecialChar \menuseparator
5490 Leyenda
5491 \family default
5492  en la primera celda.
5493 \begin_inset Newline newline
5494 \end_inset
5495
5496 También puedes añadir un 
5497 \family sans
5498 título breve
5499 \family default
5500  para la leyenda .
5501 \end_layout
5502
5503 \begin_layout Enumerate
5504 Inserta un «
5505 \series bold
5506
5507 \backslash
5508
5509 \backslash
5510 %
5511 \series default
5512 » en código TeX detrás de la leyenda.
5513 \end_layout
5514
5515 \begin_layout Standard
5516 En la Lista de tablas aparecerá el título breve en vez del título completo.
5517  El «
5518 \series bold
5519
5520 \backslash
5521
5522 \backslash
5523 %
5524 \series default
5525 » detrás de la leyenda elimina las líneas verticales entre las siguientes
5526  celdas de la fila.
5527  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5528  la tabla real comienza en la segunda fila.
5529 \end_layout
5530
5531 \begin_layout Standard
5532 He aquí una pequeña tabla larga para mostrar cómo funciona:
5533 \end_layout
5534
5535 \begin_layout Standard
5536 \begin_inset Tabular
5537 <lyxtabular version="3" rows="6" columns="5">
5538 <features islongtable="true">
5539 <column alignment="center" valignment="top" width="0">
5540 <column alignment="center" valignment="top" width="0">
5541 <column alignment="center" valignment="top" width="0">
5542 <column alignment="center" valignment="top" width="0">
5543 <column alignment="center" valignment="top" width="0">
5544 <row caption="true">
5545 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5546 \begin_inset Text
5547
5548 \begin_layout Plain Layout
5549 \begin_inset Caption
5550
5551 \begin_layout Plain Layout
5552 Tabla larga con leyenda
5553 \begin_inset OptArg
5554 status open
5555
5556 \begin_layout Plain Layout
5557 Tabla larga
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \end_layout
5564
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 </row>
5609 <row>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 1
5615 \end_layout
5616
5617 \end_inset
5618 </cell>
5619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5620 \begin_inset Text
5621
5622 \begin_layout Plain Layout
5623 2
5624 \end_layout
5625
5626 \end_inset
5627 </cell>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 3
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 4
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 5
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 </row>
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 asd
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 s
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5676 \begin_inset Text
5677
5678 \begin_layout Plain Layout
5679 s
5680 \end_layout
5681
5682 \end_inset
5683 </cell>
5684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5685 \begin_inset Text
5686
5687 \begin_layout Plain Layout
5688 s
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 asd
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 </row>
5703 <row>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 asd
5709 \end_layout
5710
5711 \end_inset
5712 </cell>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717 s
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 s
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 s
5736 \end_layout
5737
5738 \end_inset
5739 </cell>
5740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 asd
5745 \end_layout
5746
5747 \end_inset
5748 </cell>
5749 </row>
5750 <row>
5751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 asd
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 s
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 s
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 s
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791 asd
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 </row>
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 asd
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 asd
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 asd
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 asd
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 asd
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 </row>
5844 </lyxtabular>
5845
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \begin_layout Standard
5852 \begin_inset VSpace medskip
5853 \end_inset
5854
5855
5856 \begin_inset Note Greyedout
5857 status open
5858
5859 \begin_layout Plain Layout
5860
5861 \series bold
5862 Nota
5863 \series default
5864 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5865  leyenda en alguna de ellas.
5866  Por esto podría suceder que, p.
5867 \begin_inset space \thinspace{}
5868 \end_inset
5869
5870 e., la tabla
5871 \begin_inset space ~
5872 \end_inset
5873
5874 2.4 siga a la tabla
5875 \begin_inset space ~
5876 \end_inset
5877
5878 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5879  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5880  en código TeX:
5881 \end_layout
5882
5883 \begin_layout Plain Layout
5884
5885 \series bold
5886
5887 \backslash
5888 addtocounter{table}{-1}
5889 \end_layout
5890
5891 \end_inset
5892
5893
5894 \end_layout
5895
5896 \begin_layout Standard
5897 \begin_inset Note Greyedout
5898 status open
5899
5900 \begin_layout Plain Layout
5901
5902 \series bold
5903 Nota:
5904 \series default
5905  Si utilizas el paquete LaTeX 
5906 \series bold
5907 hyperref
5908 \series default
5909
5910 \begin_inset Index
5911 status collapsed
5912
5913 \begin_layout Plain Layout
5914 LaTeX-paquetes ! hyperref
5915 \end_layout
5916
5917 \end_inset
5918
5919  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5920  llevan siempre al principio del documento.
5921 \end_layout
5922
5923 \end_inset
5924
5925
5926 \end_layout
5927
5928 \begin_layout Subsubsection
5929 Referencias a tablas largas
5930 \begin_inset Index
5931 status collapsed
5932
5933 \begin_layout Plain Layout
5934 Tablas largas ! Referencias a
5935 \end_layout
5936
5937 \end_inset
5938
5939
5940 \end_layout
5941
5942 \begin_layout Standard
5943 \begin_inset Tabular
5944 <lyxtabular version="3" rows="6" columns="5">
5945 <features islongtable="true">
5946 <column alignment="center" valignment="top" width="0">
5947 <column alignment="center" valignment="top" width="0">
5948 <column alignment="center" valignment="top" width="0">
5949 <column alignment="center" valignment="top" width="0">
5950 <column alignment="center" valignment="top" width="0">
5951 <row caption="true">
5952 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 \begin_inset Caption
5957
5958 \begin_layout Plain Layout
5959 Tabla larga referenciada
5960 \begin_inset CommandInset label
5961 LatexCommand label
5962 name "tab:RefEjemplo"
5963
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970
5971
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5986 \begin_inset Text
5987
5988 \begin_layout Plain Layout
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 </row>
6013 <row>
6014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 1
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 2
6028 \end_layout
6029
6030 \end_inset
6031 </cell>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036 3
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6042 \begin_inset Text
6043
6044 \begin_layout Plain Layout
6045 4
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 5
6055 \end_layout
6056
6057 \end_inset
6058 </cell>
6059 </row>
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 asd
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 s
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6080 \begin_inset Text
6081
6082 \begin_layout Plain Layout
6083 s
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 s
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 asd
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 asd
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 s
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 s
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139 s
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 asd
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159 asd
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6165 \begin_inset Text
6166
6167 \begin_layout Plain Layout
6168 s
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6174 \begin_inset Text
6175
6176 \begin_layout Plain Layout
6177 s
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 s
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 asd
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 asd
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 sad
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 asd
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 asd
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 asd
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 </row>
6248 </lyxtabular>
6249
6250 \end_inset
6251
6252
6253 \end_layout
6254
6255 \begin_layout Standard
6256 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6257  Observa que tienes que añadir el prefijo «
6258 \emph on
6259 tab
6260 \emph default
6261 :» manualmente en el campo de etiqueta.
6262  
6263 \end_layout
6264
6265 \begin_layout Standard
6266 Esto es una referencia a la tabla
6267 \begin_inset space ~
6268 \end_inset
6269
6270
6271 \begin_inset CommandInset ref
6272 LatexCommand ref
6273 reference "tab:RefEjemplo"
6274
6275 \end_inset
6276
6277 .
6278 \end_layout
6279
6280 \begin_layout Standard
6281 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6282  del documento mediante el paquete LaTeX 
6283 \series bold
6284 caption
6285 \series default
6286
6287 \begin_inset Index
6288 status collapsed
6289
6290 \begin_layout Plain Layout
6291 LaTeX-paquetes ! caption
6292 \end_layout
6293
6294 \end_inset
6295
6296 , véase sección
6297 \begin_inset space ~
6298 \end_inset
6299
6300
6301 \begin_inset CommandInset ref
6302 LatexCommand ref
6303 reference "sec:Formato-de-leyendas"
6304
6305 \end_inset
6306
6307 .
6308 \end_layout
6309
6310 \begin_layout Subsubsection
6311 Anchura de la leyenda
6312 \begin_inset Index
6313 status collapsed
6314
6315 \begin_layout Plain Layout
6316 Tablas largas ! Anchura de la leyenda
6317 \end_layout
6318
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 La anchura máxima se define por la longitud 
6326 \series bold
6327
6328 \backslash
6329 LTcapwidth
6330 \series default
6331 .
6332  Por omisión es 4
6333 \begin_inset space \thinspace{}
6334 \end_inset
6335
6336 in (4
6337 \begin_inset space ~
6338 \end_inset
6339
6340 pulgadas).
6341  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6342  en el documento antes de la tabla larga a la que afecta
6343 \end_layout
6344
6345 \begin_layout Standard
6346
6347 \series bold
6348
6349 \backslash
6350 setlength{
6351 \backslash
6352 LTcapwidth}{anchura}
6353 \end_layout
6354
6355 \begin_layout Standard
6356 donde la anchura puede ser una de las unidades listadas en el apéndice
6357 \begin_inset space ~
6358 \end_inset
6359
6360
6361 \begin_inset CommandInset ref
6362 LatexCommand ref
6363 reference "cha:Unidades-disponibles-en"
6364
6365 \end_inset
6366
6367 .
6368 \end_layout
6369
6370 \begin_layout Standard
6371 Las tablas siguientes muestran la diferencia:
6372 \end_layout
6373
6374 \begin_layout Standard
6375 \begin_inset Tabular
6376 <lyxtabular version="3" rows="6" columns="5">
6377 <features islongtable="true">
6378 <column alignment="center" valignment="top" width="0">
6379 <column alignment="center" valignment="top" width="0">
6380 <column alignment="center" valignment="top" width="0">
6381 <column alignment="center" valignment="top" width="0">
6382 <column alignment="center" valignment="top" width="0">
6383 <row caption="true">
6384 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 \begin_inset Caption
6389
6390 \begin_layout Plain Layout
6391 Leyenda larga completa con anchura predeterminada leyenda larga completa
6392  con anchura predeterminada
6393 \begin_inset OptArg
6394 status open
6395
6396 \begin_layout Plain Layout
6397 Leyenda con anchura predeterminada
6398 \end_layout
6399
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 </row>
6449 <row>
6450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6451 \begin_inset Text
6452
6453 \begin_layout Plain Layout
6454 1
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463 2
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 3
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Plain Layout
6481 4
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490 5
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 <row>
6497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6498 \begin_inset Text
6499
6500 \begin_layout Plain Layout
6501 asd
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6507 \begin_inset Text
6508
6509 \begin_layout Plain Layout
6510 s
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 s
6520 \end_layout
6521
6522 \end_inset
6523 </cell>
6524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528 s
6529 \end_layout
6530
6531 \end_inset
6532 </cell>
6533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537 asd
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 </row>
6543 <row>
6544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 asd
6549 \end_layout
6550
6551 \end_inset
6552 </cell>
6553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6554 \begin_inset Text
6555
6556 \begin_layout Plain Layout
6557 s
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566 s
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 s
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 asd
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 <row>
6591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6592 \begin_inset Text
6593
6594 \begin_layout Plain Layout
6595 asd
6596 \end_layout
6597
6598 \end_inset
6599 </cell>
6600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 s
6605 \end_layout
6606
6607 \end_inset
6608 </cell>
6609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6610 \begin_inset Text
6611
6612 \begin_layout Plain Layout
6613 s
6614 \end_layout
6615
6616 \end_inset
6617 </cell>
6618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 s
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631 asd
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 </row>
6637 <row>
6638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6639 \begin_inset Text
6640
6641 \begin_layout Plain Layout
6642 asd
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 sad
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 asd
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 asd
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 asd
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 </row>
6684 </lyxtabular>
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 \begin_inset ERT
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696
6697
6698 \backslash
6699 setlength{
6700 \backslash
6701 LTcapwidth}{5cm}
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \begin_inset Tabular
6708 <lyxtabular version="3" rows="6" columns="5">
6709 <features islongtable="true">
6710 <column alignment="center" valignment="top" width="0">
6711 <column alignment="center" valignment="top" width="0">
6712 <column alignment="center" valignment="top" width="0">
6713 <column alignment="center" valignment="top" width="0">
6714 <column alignment="center" valignment="top" width="0">
6715 <row caption="true">
6716 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 \begin_inset Caption
6721
6722 \begin_layout Plain Layout
6723 Leyenda larga completa con anchura de 5
6724 \begin_inset space \thinspace{}
6725 \end_inset
6726
6727 cm leyenda larga completa con anchura de 5
6728 \begin_inset space \thinspace{}
6729 \end_inset
6730
6731 cm leyenda larga completa con anchura de 5
6732 \begin_inset space \thinspace{}
6733 \end_inset
6734
6735 cm
6736 \begin_inset OptArg
6737 status open
6738
6739 \begin_layout Plain Layout
6740 Leyenda con anchura
6741 \begin_inset space \thinspace{}
6742 \end_inset
6743
6744 =
6745 \begin_inset space \thinspace{}
6746 \end_inset
6747
6748 5
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 cm
6753 \end_layout
6754
6755 \end_inset
6756
6757
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 </row>
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 1
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 2
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 3
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 4
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 5
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 </row>
6851 <row>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 s
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 s
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 s
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 asd
6893 \end_layout
6894
6895 \end_inset
6896 </cell>
6897 </row>
6898 <row>
6899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 s
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6918 \begin_inset Text
6919
6920 \begin_layout Plain Layout
6921 s
6922 \end_layout
6923
6924 \end_inset
6925 </cell>
6926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6927 \begin_inset Text
6928
6929 \begin_layout Plain Layout
6930 s
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 asd
6940 \end_layout
6941
6942 \end_inset
6943 </cell>
6944 </row>
6945 <row>
6946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6947 \begin_inset Text
6948
6949 \begin_layout Plain Layout
6950 asd
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 s
6960 \end_layout
6961
6962 \end_inset
6963 </cell>
6964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6965 \begin_inset Text
6966
6967 \begin_layout Plain Layout
6968 s
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 s
6978 \end_layout
6979
6980 \end_inset
6981 </cell>
6982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6983 \begin_inset Text
6984
6985 \begin_layout Plain Layout
6986 asd
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 <row>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 asd
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006 sad
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 asd
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 asd
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033 asd
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 </lyxtabular>
7040
7041 \end_inset
7042
7043
7044 \begin_inset ERT
7045 status collapsed
7046
7047 \begin_layout Plain Layout
7048
7049
7050 \backslash
7051 setlength{
7052 \backslash
7053 LTcapwidth}{4in}
7054 \end_layout
7055
7056 \end_inset
7057
7058
7059 \end_layout
7060
7061 \begin_layout Standard
7062 \begin_inset Note Greyedout
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067 \series bold
7068 Nota: 
7069 \series default
7070 Si se usa el paquete LaTeX 
7071 \series bold
7072 caption
7073 \series default
7074
7075 \begin_inset Index
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 LaTeX-paquetes ! caption
7080 \end_layout
7081
7082 \end_inset
7083
7084 , como en este documento, se usa la anchura de toda la página para el pie
7085  si utilizas el valor por omisión de 4
7086 \begin_inset space \thinspace{}
7087 \end_inset
7088
7089 in para 
7090 \series bold
7091
7092 \backslash
7093 LTcapwidth
7094 \series default
7095 .
7096  En este caso, para conseguir exactamente un pie de 4
7097 \begin_inset space \thinspace{}
7098 \end_inset
7099
7100 in, puedes poner un valor ligeramente diferente de 4.0
7101 \begin_inset space \thinspace{}
7102 \end_inset
7103
7104 in, p.
7105 \begin_inset space \thinspace{}
7106 \end_inset
7107
7108 e.
7109  3.99
7110 \begin_inset space \thinspace{}
7111 \end_inset
7112
7113 in, o el comando de LaTeX 
7114 \series bold
7115
7116 \backslash
7117 captionsetup{width=valor}
7118 \series default
7119 , suministrado por el paquete 
7120 \series bold
7121 caption
7122 \series default
7123 .
7124 \end_layout
7125
7126 \end_inset
7127
7128
7129 \end_layout
7130
7131 \begin_layout Subsubsection
7132 Leyendas distintas para cada página
7133 \begin_inset Index
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 Tablas largas ! Leyendas distintas para cada página
7138 \end_layout
7139
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \begin_layout Standard
7146 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7147  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7148  como primer encabezado.
7149  La leyenda para las restantes páginas se inserta sin título breve en una
7150  fila postiza de leyenda marcada como primer encabezado.
7151  Si este encabezado no ha de incluir el número de tabla, usa el comando
7152 \end_layout
7153
7154 \begin_layout Standard
7155
7156 \series bold
7157
7158 \backslash
7159 caption*{texto de la leyenda}
7160 \end_layout
7161
7162 \begin_layout Standard
7163 en vez del recuadro de leyenda de LyX.
7164  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7165  La tabla
7166 \begin_inset space ~
7167 \end_inset
7168
7169
7170 \begin_inset CommandInset ref
7171 LatexCommand ref
7172 reference "tab:DifLeyendas"
7173
7174 \end_inset
7175
7176  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7177  no incluye número de tabla.
7178 \end_layout
7179
7180 \begin_layout Standard
7181 \align center
7182 \begin_inset Tabular
7183 <lyxtabular version="3" rows="60" columns="3">
7184 <features islongtable="true">
7185 <column alignment="left" valignment="top" width="0cm">
7186 <column alignment="left" valignment="top" width="0pt">
7187 <column alignment="right" valignment="top" width="0pt">
7188 <row endfirsthead="true" caption="true">
7189 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 \begin_inset Caption
7194
7195 \begin_layout Plain Layout
7196 Ejemplo de lista telefónica
7197 \begin_inset CommandInset label
7198 LatexCommand label
7199 name "tab:DifLeyendas"
7200
7201 \end_inset
7202
7203
7204 \begin_inset OptArg
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208 Ejemplo de lista telefónica
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 </row>
7242 <row endfirsthead="true">
7243 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247
7248 \series bold
7249 Ejemplo de lista telefónica (ignore los nombres)
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 <row endfirsthead="true">
7274 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278
7279 \series bold
7280 NOMBRE
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298
7299 \series bold
7300 TEL.
7301 \end_layout
7302
7303 \end_inset
7304 </cell>
7305 </row>
7306 <row endhead="true" caption="true">
7307 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 \begin_inset ERT
7312 status open
7313
7314 \begin_layout Plain Layout
7315
7316
7317 \backslash
7318 caption*{Continúa Ejemplo de lista telefónica}
7319 \backslash
7320
7321 \backslash
7322 %
7323 \end_layout
7324
7325 \end_inset
7326
7327
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row endhead="true">
7352 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356
7357 \series bold
7358 Ejemplo de lista telefónica
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7373 \begin_inset Text
7374
7375 \begin_layout Plain Layout
7376
7377 \end_layout
7378
7379 \end_inset
7380 </cell>
7381 </row>
7382 <row endhead="true">
7383 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \series bold
7389 NOMBRE
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \series bold
7409 TEL.
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 </row>
7415 <row endfoot="true">
7416 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 continúa en página siguiente
7421 \end_layout
7422
7423 \end_inset
7424 </cell>
7425 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 </row>
7444 <row>
7445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \series bold
7451 Annovi
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 Silvia
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7466 \begin_inset Text
7467
7468 \begin_layout Plain Layout
7469 111
7470 \end_layout
7471
7472 \end_inset
7473 </cell>
7474 </row>
7475 <row>
7476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480
7481 \series bold
7482 Bertoli
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 Stefano
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 111
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row>
7507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 Bozzi
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 Walter
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 111
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row>
7538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \series bold
7544 Cachia
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 Maria
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 111
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 </row>
7568 <row>
7569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573
7574 \series bold
7575 Cachia
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584 Maurizio
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 111
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Cinquemani
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Giusi
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Colin
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Bernard
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Concli
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Gianfranco
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Dal Bosco
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Carolina
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Dalpiaz
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Annamaria
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Feliciello
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Domenico
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Focarelli
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Paola
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Galletti
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Oreste
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Gasparini
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Franca
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Rizzardi
7886 \series default
7887
7888 \begin_inset Foot
7889 status open
7890
7891 \begin_layout Plain Layout
7892 Ejemplo de nota al pie
7893 \end_layout
7894
7895 \end_inset
7896
7897
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Paola
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 111
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 Lassini
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 Giancarlo
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946 111
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 </row>
7952 <row>
7953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957
7958 \series bold
7959 Malfatti
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968 Luciano
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977 111
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 </row>
7983 <row>
7984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988
7989 \series bold
7990 Malfatti
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999 Valeriano
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 111
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 </row>
8014 <row>
8015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019
8020 \series bold
8021 Meneguzzo
8022 \end_layout
8023
8024 \end_inset
8025 </cell>
8026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 Roberto
8031 \end_layout
8032
8033 \end_inset
8034 </cell>
8035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039 111
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \series bold
8052 Mezzadra
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Roberto
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Pirpamer
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Erich
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Pochiesa
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Paolo
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111, 222
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Radina
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Claudio
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Stuffer
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Oskar
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Tacchelli
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Ugo
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Tezzele
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Margit
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Unterkalmsteiner
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Frieda
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Vieider
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Hilde
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Vigna
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Jürgen
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Weber
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Maurizio
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Winkler
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Franz
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422  
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \series bold
8453 Annovi
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 Silvia
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 555
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \series bold
8484 Bertoli
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 Stefano
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502 555
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 </row>
8508 <row>
8509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513
8514 \series bold
8515 Bozzi
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524 Walter
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533 555
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \series bold
8546 Cachia
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 Maria
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564 555
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 <row>
8571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575
8576 \series bold
8577 Cachia
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 Maurizio
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 555
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Cinquemani
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Giusi
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Colin
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Bernard
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Concli
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Gianfranco
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Dal Bosco
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Carolina
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Dalpiaz
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Annamaria
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Feliciello
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Domenico
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Focarelli
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Paola
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Galletti
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Oreste
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Gasparini
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Franca
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Rizzardi
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Paola
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Lassini
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Giancarlo
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Malfatti
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Luciano
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Malfatti
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Valeriano
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Meneguzzo
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Roberto
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Mezzadra
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Roberto
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row endlastfoot="true">
9067 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 </lyxtabular>
9096
9097 \end_inset
9098
9099
9100 \end_layout
9101
9102 \begin_layout Standard
9103 \begin_inset Newpage newpage
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \begin_layout Section
9110 Particularidades de las tablas largas
9111 \end_layout
9112
9113 \begin_layout Subsection
9114 Cálculos
9115 \begin_inset Index
9116 status collapsed
9117
9118 \begin_layout Plain Layout
9119 Tablas largas ! Cálculos
9120 \end_layout
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Standard
9128 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9129  utilizando los denominados «trozos», que son partes de la tabla presentes
9130  en la memoria de LaTeX.
9131  El valor predeterminado está establecido a sólo 20 filas.
9132  Si estás usando tablas largas con muchas páginas, la generación del documento
9133  puede hacerse muy lenta.
9134  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9135  el siguiente comando en el preámbulo del documento:
9136 \end_layout
9137
9138 \begin_layout Standard
9139
9140 \series bold
9141
9142 \backslash
9143 setcounter{LTchunksize}{100}
9144 \end_layout
9145
9146 \begin_layout Subsection
9147 Flotantes y tablas largas
9148 \begin_inset Index
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 Tablas largas ! Flotantes
9153 \end_layout
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 Podría haber problemas si un flotante aparece en la misma página donde comienza
9162  una tabla larga.
9163  Para evitarlo, añade el comando 
9164 \series bold
9165
9166 \backslash
9167 clearpage
9168 \series default
9169  en código TeX antes de la tabla.
9170 \end_layout
9171
9172 \begin_layout Subsection
9173 Saltos de página forzados
9174 \begin_inset Index
9175 status collapsed
9176
9177 \begin_layout Plain Layout
9178 Tablas largas ! Saltos de página forzados
9179 \end_layout
9180
9181 \end_inset
9182
9183
9184 \end_layout
9185
9186 \begin_layout Standard
9187 Por omisión, las tablas sólo se cortan entre filas.
9188  Si tienes una celda con líneas múltiples y necesitas un salto de página
9189  dentro de la celda, inserta el comando de nueva línea «
9190 \series bold
9191
9192 \backslash
9193
9194 \backslash
9195
9196 \series default
9197 » en código TeX en el punto en que quieras cortar.
9198  Antes del comando «
9199 \series bold
9200
9201 \backslash
9202
9203 \backslash
9204
9205 \series default
9206 » debes insertar en código TeX tantos caracteres «
9207 \series bold
9208 &
9209 \series default
9210 » como columnas siguientes de la tabla.
9211  
9212 \series bold
9213 &
9214 \series default
9215  es el carácter para separar celdas.
9216  Escribe en código TeX después de cada 
9217 \series bold
9218 &
9219 \series default
9220  el contenido de la celda siguiente correspondiente y borra el contenido
9221  de esas celdas.
9222 \begin_inset Newline newline
9223 \end_inset
9224
9225 Detrás del comando 
9226 \series bold
9227
9228 \backslash
9229
9230 \backslash
9231
9232 \series default
9233 , inserta tantos 
9234 \series bold
9235 &
9236 \series default
9237  como columnas haya delante de la actual.
9238  En la tabla
9239 \begin_inset space ~
9240 \end_inset
9241
9242
9243 \begin_inset CommandInset ref
9244 LatexCommand ref
9245 reference "tab:Saltos de Página Forzados"
9246
9247 \end_inset
9248
9249  la celda que debería cortarse está en la segunda columna seguida de otra
9250  columna.
9251  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9252  de «
9253 \emph on
9254 Castelchiodato,
9255 \emph default
9256 »:
9257 \end_layout
9258
9259 \begin_layout Standard
9260
9261 \series bold
9262 & 111
9263 \backslash
9264
9265 \backslash
9266
9267 \begin_inset Newline newline
9268 \end_inset
9269
9270 &
9271 \end_layout
9272
9273 \begin_layout Standard
9274 El «111» en la tercera columna de la fila se ha borrado.
9275  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9276  superior pero quisieras una línea horizontal donde se corta la celda, usa
9277  este comando alternativo:
9278 \end_layout
9279
9280 \begin_layout Standard
9281
9282 \series bold
9283 & 111
9284 \backslash
9285
9286 \backslash
9287
9288 \begin_inset Newline newline
9289 \end_inset
9290
9291
9292 \backslash
9293 hline &
9294 \end_layout
9295
9296 \begin_layout Standard
9297 Cuando la celda a cortar está en la última columna, el comando
9298 \end_layout
9299
9300 \begin_layout Standard
9301
9302 \series bold
9303
9304 \backslash
9305 setlength{
9306 \backslash
9307 parfillskip}{0pt}
9308 \end_layout
9309
9310 \begin_layout Standard
9311 debe insertarse en código TeX al principio de la celda.
9312  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9313  aparecerá con toda su anchura.
9314 \end_layout
9315
9316 \begin_layout Standard
9317 \align center
9318 \begin_inset Tabular
9319 <lyxtabular version="3" rows="39" columns="3">
9320 <features islongtable="true">
9321 <column alignment="left" valignment="top" width="0cm">
9322 <column alignment="left" valignment="top" width="3cm">
9323 <column alignment="right" valignment="top" width="0pt">
9324 <row endfirsthead="true" caption="true">
9325 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 \begin_inset Caption
9330
9331 \begin_layout Plain Layout
9332 Tabla con salto de página forzado en celda
9333 \begin_inset CommandInset label
9334 LatexCommand label
9335 name "tab:Saltos de Página Forzados"
9336
9337 \end_inset
9338
9339
9340 \begin_inset OptArg
9341 status collapsed
9342
9343 \begin_layout Plain Layout
9344 Tabla con salto de página forzado en celda
9345 \end_layout
9346
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row endfirsthead="true">
9379 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \series bold
9385 Ejemplo de lista telefónica (ignore los nombres)
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Plain Layout
9403
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 </row>
9409 <row endfirsthead="true">
9410 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9411 \begin_inset Text
9412
9413 \begin_layout Plain Layout
9414
9415 \series bold
9416 NOMBRE
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9422 \begin_inset Text
9423
9424 \begin_layout Plain Layout
9425
9426 \end_layout
9427
9428 \end_inset
9429 </cell>
9430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \series bold
9436 TEL.
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 </row>
9442 <row endhead="true" caption="true">
9443 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 \begin_inset ERT
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451
9452
9453 \backslash
9454 caption*{Continúa tabla con salto de página forzado en celda}
9455 \backslash
9456
9457 \backslash
9458 %
9459 \end_layout
9460
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row endhead="true">
9488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492  
9493 \series bold
9494 Ejemplo de lista telefónica
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 </row>
9518 <row endhead="true">
9519 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523
9524 \series bold
9525 NOMBRE
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 TEL.
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row endfoot="true">
9552 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556 continúa en página siguiente
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row>
9581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Annovi
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596 Silvia
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 111
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row>
9612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 Bertoli
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627 Stefano
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 111
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 </row>
9642 <row>
9643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \series bold
9649 Bozzi
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Walter
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 111
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \series bold
9680 Cachia
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 Maria
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 111
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 </row>
9704 <row>
9705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \series bold
9711 Cachia
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720 Maurizio
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 111
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 <row>
9736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \series bold
9742 Cinquemani
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751 Giusi
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760 111
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \series bold
9773 Colin
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 Bernard
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 111
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \series bold
9804 Concli
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 Gianfranco
9814 \end_layout
9815
9816 \end_inset
9817 </cell>
9818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822 111
9823 \end_layout
9824
9825 \end_inset
9826 </cell>
9827 </row>
9828 <row>
9829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833
9834 \series bold
9835 Dal Bosco
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9841 \begin_inset Text
9842
9843 \begin_layout Plain Layout
9844 Carolina
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 111
9854 \end_layout
9855
9856 \end_inset
9857 </cell>
9858 </row>
9859 <row>
9860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864
9865 \series bold
9866 Dalpiaz
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875 Annamaria
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884 111
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 <row>
9891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895
9896 \series bold
9897 Feliciello
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 Domenico
9907 \end_layout
9908
9909 \end_inset
9910 </cell>
9911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915 111
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \series bold
9928 Focarelli
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 Paola
9938 \end_layout
9939
9940 \end_inset
9941 </cell>
9942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946 111
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957
9958 \series bold
9959 Galletti
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 Oreste
9969 \end_layout
9970
9971 \end_inset
9972 </cell>
9973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977 111
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \series bold
9990 Gasparini
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 Franca
10000 \end_layout
10001
10002 \end_inset
10003 </cell>
10004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 111
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \series bold
10021 Lassini
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030 Giancarlo, 11.
10031  Fürst von Montecompatri, 11.
10032  Fürst von Sulmona und Vivaro, 10.
10033  Fürst von Rossano, 5.
10034  Herzog von Canemorte, 11.
10035  Herzog von Palombara, 5.
10036  Herzog von Castelchiodato,
10037 \begin_inset ERT
10038 status open
10039
10040 \begin_layout Plain Layout
10041
10042 & 111
10043 \backslash
10044
10045 \backslash
10046
10047 \end_layout
10048
10049 \begin_layout Plain Layout
10050
10051 &
10052 \end_layout
10053
10054 \end_inset
10055
10056  11.
10057  Herzog von Poggionativo, 11.
10058  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10059  Graf von Valinfreda, 11.
10060  Baron von Cropalati, 11.
10061  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 </row>
10076 <row>
10077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \series bold
10083 Malfatti
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 Luciano
10093 \end_layout
10094
10095 \end_inset
10096 </cell>
10097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101 111
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \series bold
10114 Malfatti
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 Valeriano
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132 111
10133 \end_layout
10134
10135 \end_inset
10136 </cell>
10137 </row>
10138 <row>
10139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143
10144 \series bold
10145 Meneguzzo
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154 Roberto
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163 111
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 </row>
10169 <row>
10170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174
10175 \series bold
10176 Mezzadra
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Roberto
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 111
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 <row>
10201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205
10206 \series bold
10207 Pirpamer
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216 Erich
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 111
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 </row>
10231 <row>
10232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236
10237 \series bold
10238 Pochiesa
10239 \end_layout
10240
10241 \end_inset
10242 </cell>
10243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10244 \begin_inset Text
10245
10246 \begin_layout Plain Layout
10247 Paolo
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 111, 222
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 </row>
10262 <row>
10263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \series bold
10269 Radina
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Claudio
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 111
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \series bold
10300 Rizzardi
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 Paolo
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 111
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \series bold
10331 Stuffer
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 Oskar
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 111
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 </row>
10355 <row>
10356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360
10361 \series bold
10362 Tacchelli
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371 Ugo
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 111
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 <row>
10387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391
10392 \series bold
10393 Tezzele
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 Margit
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 111
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 </row>
10417 <row>
10418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422
10423 \series bold
10424 Unterkalmsteiner
10425 \end_layout
10426
10427 \end_inset
10428 </cell>
10429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433 Frieda
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 111
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 </row>
10448 <row>
10449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453
10454 \series bold
10455 Vieider
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Hilde
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 111
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 </row>
10479 <row>
10480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484
10485 \series bold
10486 Vigna
10487 \end_layout
10488
10489 \end_inset
10490 </cell>
10491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495 Jürgen
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 111
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \series bold
10517 Weber
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526 Maurizio
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 111
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 </row>
10541 <row>
10542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546
10547 \series bold
10548 Winkler
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557 Franz
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 111
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row endlastfoot="true">
10573 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 </lyxtabular>
10602
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \begin_layout Section
10609 Líneas múltiples en columnas y filas
10610 \end_layout
10611
10612 \begin_layout Subsection
10613 Líneas múltiples en celdas
10614 \begin_inset CommandInset label
10615 LatexCommand label
10616 name "sub:Líneas-Múltiples-en"
10617
10618 \end_inset
10619
10620
10621 \begin_inset Index
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 Líneas múltiples en celdas
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \begin_inset Index
10632 status collapsed
10633
10634 \begin_layout Plain Layout
10635 Tablas ! Saltos de línea
10636 \end_layout
10637
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 \noindent
10645 \begin_inset Float table
10646 placement H
10647 wide false
10648 sideways false
10649 status open
10650
10651 \begin_layout Plain Layout
10652 \begin_inset Caption
10653
10654 \begin_layout Plain Layout
10655 \begin_inset CommandInset label
10656 LatexCommand label
10657 name "tab:Tabla-con-múltiples"
10658
10659 \end_inset
10660
10661 Tabla con líneas múltiples en celda
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \begin_layout Plain Layout
10670 \align center
10671 \begin_inset Tabular
10672 <lyxtabular version="3" rows="3" columns="3">
10673 <features>
10674 <column alignment="center" valignment="middle" width="2.5cm">
10675 <column alignment="center" valignment="middle" width="0">
10676 <column alignment="center" valignment="middle" width="0">
10677 <row>
10678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682 líneas
10683 \begin_inset Newline linebreak
10684 \end_inset
10685
10686 múltiples
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10692 \begin_inset Text
10693
10694 \begin_layout Plain Layout
10695 b
10696 \end_layout
10697
10698 \end_inset
10699 </cell>
10700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 c
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 </row>
10710 <row>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 d
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 e
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 f
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 g
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 h
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 i
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776
10777
10778 \end_layout
10779
10780 \begin_layout Standard
10781 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10782  párrafos con varias líneas y guionado.
10783 \end_layout
10784
10785 \begin_layout Standard
10786 Para generar la tabla
10787 \begin_inset space ~
10788 \end_inset
10789
10790
10791 \begin_inset CommandInset ref
10792 LatexCommand ref
10793 reference "tab:Tabla-con-múltiples"
10794
10795 \end_inset
10796
10797 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10798  En el diálogo que surge establece una anchura de 2.5
10799 \begin_inset space \thinspace{}
10800 \end_inset
10801
10802 cm y escoge centro en alineación vertical y horizontal.
10803  La alineación vertical se utiliza para todas las celdas de la fila.
10804  Como nuestro texto es menor de 2.5
10805 \begin_inset space \thinspace{}
10806 \end_inset
10807
10808 cm, sólo aparece una línea.
10809  Para poner dos añadimos un salto de línea justificado, (atajo 
10810 \family sans
10811 Ctrl-Mayúsculas-Retorno
10812 \family default
10813 ).
10814  Si el texto es más ancho que la celda será automáticamente dividido en
10815  líneas.
10816 \end_layout
10817
10818 \begin_layout Standard
10819 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10820  con guión si es la primera entrada.
10821  Por eso hay que insertar algo para que dicha palabra no sea la primera
10822  entrada: añade un espacio horizontal de 0
10823 \begin_inset space \thinspace{}
10824 \end_inset
10825
10826 pt delante de la palabra.
10827  Como el espacio es 0 la salida no cambia.
10828  La tabla
10829 \begin_inset space ~
10830 \end_inset
10831
10832
10833 \begin_inset CommandInset ref
10834 LatexCommand ref
10835 reference "tab:Tabla-con-y"
10836
10837 \end_inset
10838
10839  muestra el efecto.
10840 \end_layout
10841
10842 \begin_layout Standard
10843 \begin_inset Float table
10844 placement b
10845 wide false
10846 sideways false
10847 status open
10848
10849 \begin_layout Plain Layout
10850 \begin_inset Caption
10851
10852 \begin_layout Plain Layout
10853 \begin_inset CommandInset label
10854 LatexCommand label
10855 name "tab:Tabla-con-y"
10856
10857 \end_inset
10858
10859 Tablas con y sin guión
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Plain Layout
10868 \begin_inset space \hfill{}
10869 \end_inset
10870
10871
10872 \begin_inset Tabular
10873 <lyxtabular version="3" rows="3" columns="3">
10874 <features>
10875 <column alignment="center" valignment="middle" width="2.5cm">
10876 <column alignment="center" valignment="middle" width="0">
10877 <column alignment="center" valignment="middle" width="0">
10878 <row>
10879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 celdaconpalabramuylarga
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 b
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 c
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 d
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 e
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 f
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 g
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 h
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 i
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 </lyxtabular>
10966
10967 \end_inset
10968
10969
10970 \begin_inset space \hfill{}
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="3">
10976 <features>
10977 <column alignment="center" valignment="middle" width="2.5cm">
10978 <column alignment="center" valignment="middle" width="0">
10979 <column alignment="center" valignment="middle" width="0">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 \begin_inset space \hspace{}
10986 \length 0pt
10987 \end_inset
10988
10989 celdaconpalabramuylarga
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 b
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11004 \begin_inset Text
11005
11006 \begin_layout Plain Layout
11007 c
11008 \end_layout
11009
11010 \end_inset
11011 </cell>
11012 </row>
11013 <row>
11014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 d
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 e
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 f
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 g
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 h
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 i
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 </lyxtabular>
11072
11073 \end_inset
11074
11075
11076 \begin_inset space \hfill{}
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083
11084
11085 \end_layout
11086
11087 \begin_layout Subsection
11088 Multicolumnas
11089 \begin_inset CommandInset label
11090 LatexCommand label
11091 name "sub:Multicolumnas"
11092
11093 \end_inset
11094
11095
11096 \begin_inset Index
11097 status collapsed
11098
11099 \begin_layout Plain Layout
11100 Multicolumnas
11101 \end_layout
11102
11103 \end_inset
11104
11105
11106 \begin_inset Index
11107 status collapsed
11108
11109 \begin_layout Plain Layout
11110 Tablas ! Multicolumnas
11111 \end_layout
11112
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Subsubsection
11119 Fundamentos de multicolumna
11120 \end_layout
11121
11122 \begin_layout Standard
11123 Para extender una celda sobre varias columnas, se marcan las celdas que
11124  se desee combinar y se usa el botón 
11125 \begin_inset Graphics
11126         filename ../../images/tabular-feature_multicolumn.png
11127         scale 85
11128
11129 \end_inset
11130
11131 , el menú 
11132 \family sans
11133 Editar\SpecialChar \menuseparator
11134 Tabla\SpecialChar \menuseparator
11135 Multicolumna
11136 \family default
11137 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11138  bajo la solapa 
11139 \family sans
11140 Configuración
11141 \family default
11142 , la casilla Multicolumna.
11143 \end_layout
11144
11145 \begin_layout Standard
11146 Las multicolumnas tienen su propia configuración de celdas.
11147  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11148  multicolumna.
11149  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11150  otra en la última fila sin borde superior:
11151 \end_layout
11152
11153 \begin_layout Standard
11154 \align center
11155 \begin_inset Tabular
11156 <lyxtabular version="3" rows="3" columns="4">
11157 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11158 <column alignment="center" valignment="top" width="0pt">
11159 <column alignment="center" valignment="middle" width="0">
11160 <column alignment="center" valignment="top" width="0in">
11161 <column alignment="center" valignment="top" width="0pt">
11162 <row>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 abc
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 def ghi
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 jkl
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \family roman
11207 \series medium
11208 \shape up
11209 \size normal
11210 \emph off
11211 \bar no
11212 \noun off
11213 \color none
11214 A
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 B
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 C
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 D
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 </row>
11247 <row>
11248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 1
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 2
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 3
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 4
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 </lyxtabular>
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \begin_layout Subsubsection
11293 Cálculos en multicolumnas
11294 \begin_inset CommandInset label
11295 LatexCommand label
11296 name "sub:Cálculos-en-Multicolumnas"
11297
11298 \end_inset
11299
11300
11301 \begin_inset Index
11302 status collapsed
11303
11304 \begin_layout Plain Layout
11305 Multicolumnas ! Cálculos
11306 \end_layout
11307
11308 \end_inset
11309
11310
11311 \end_layout
11312
11313 \begin_layout Standard
11314 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11315  la anchura de celda de las columnas combinadas en la celda multicolumna.
11316 \end_layout
11317
11318 \begin_layout Standard
11319 \begin_inset Float table
11320 placement h
11321 wide false
11322 sideways false
11323 status open
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Caption
11327
11328 \begin_layout Plain Layout
11329 \begin_inset CommandInset label
11330 LatexCommand label
11331 name "tab:Tabla-con-centrado"
11332
11333 \end_inset
11334
11335 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11336 te la mitad de anchura que la celda multicolumna
11337 \begin_inset OptArg
11338 status collapsed
11339
11340 \begin_layout Plain Layout
11341 Tabla multicolumna perfecta
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \begin_layout Plain Layout
11355 \align center
11356 \begin_inset Tabular
11357 <lyxtabular version="3" rows="3" columns="3">
11358 <features>
11359 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11360 <column alignment="center" valignment="middle" width="0">
11361 <column alignment="center" valignment="top" width="0">
11362 <row>
11363 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 multicolumna línea múltiple
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 c
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 </row>
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 d
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 e
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 f
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 g
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 h
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 i
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 </lyxtabular>
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Standard
11462 Por ejemplo, para crear la tabla
11463 \begin_inset space ~
11464 \end_inset
11465
11466
11467 \begin_inset CommandInset ref
11468 LatexCommand ref
11469 reference "tab:Tabla-con-centrado"
11470
11471 \end_inset
11472
11473 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11474  clic-derecha.
11475  En el diálogo marca 
11476 \emph on
11477 multicolumna
11478 \emph default
11479
11480 \emph on
11481 alineación centro
11482 \emph default
11483  y una anchura de 2.5
11484 \begin_inset space \thinspace{}
11485 \end_inset
11486
11487 cm.
11488  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11489  de la celda multicolumna, así que deberías ajustar 1.25
11490 \begin_inset space \thinspace{}
11491 \end_inset
11492
11493 cm para la primera columna.
11494  La segunda columna tendrá entonces automáticamente 1.25
11495 \begin_inset space \thinspace{}
11496 \end_inset
11497
11498 cm de anchura.
11499  Para la tabla
11500 \begin_inset space ~
11501 \end_inset
11502
11503
11504 \begin_inset CommandInset ref
11505 LatexCommand ref
11506 reference "tab:Tabla-sin-mitad"
11507
11508 \end_inset
11509
11510  se ha procedido de la siguiente manera:
11511 \end_layout
11512
11513 \begin_layout Standard
11514 \begin_inset Float table
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Tabla-sin-mitad"
11526
11527 \end_inset
11528
11529 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11530  anchura que la celda multicolumna
11531 \begin_inset OptArg
11532 status open
11533
11534 \begin_layout Plain Layout
11535 Tabla multicolumna imperfecta
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \begin_layout Plain Layout
11549 \align center
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="3" columns="3">
11552 <features>
11553 <column alignment="center" valignment="top" width="1.25cm">
11554 <column alignment="center" valignment="top" width="0">
11555 <column alignment="center" valignment="top" width="0">
11556 <row>
11557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 multicolumna línea múltiple
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 c
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 <row>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 d
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 e
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 f
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 g
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 h
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 i
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 </row>
11643 </lyxtabular>
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Standard
11656 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11657 a, es un poco mayor.
11658  La razón es que la anchura dada para una celda 
11659 \begin_inset Formula $W_{g}$
11660 \end_inset
11661
11662  no es su anchura total 
11663 \begin_inset Formula $W_{\mathrm{tot}}$
11664 \end_inset
11665
11666  porque una celda es siempre algo mayor que la anchura dada.
11667  El apéndice
11668 \begin_inset space ~
11669 \end_inset
11670
11671
11672 \begin_inset CommandInset ref
11673 LatexCommand eqref
11674 reference "cha:Explicación-de-la-Ecuación"
11675
11676 \end_inset
11677
11678  lo explica con detalle.
11679 \end_layout
11680
11681 \begin_layout Standard
11682 La anchura dada necesaria, 
11683 \begin_inset Formula $W_{g\, n}$
11684 \end_inset
11685
11686  para combinar 
11687 \emph on
11688 n
11689 \emph default
11690  columnas puede calcularse de manera que cada columna tenga una anchura
11691  total de 
11692 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11693 \end_inset
11694
11695 :
11696 \begin_inset Formula \begin{equation}
11697 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \begin_layout Standard
11705 En nuestro caso tenemos 
11706 \begin_inset Formula $n=2$
11707 \end_inset
11708
11709
11710 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11711 \end_inset
11712
11713
11714 \begin_inset space \thinspace{}
11715 \end_inset
11716
11717 cm y los valores predeterminados para longitudes, así la ecuación
11718 \begin_inset space ~
11719 \end_inset
11720
11721
11722 \begin_inset CommandInset ref
11723 LatexCommand ref
11724 reference "eq:Wgn"
11725
11726 \end_inset
11727
11728  queda
11729 \begin_inset Formula \begin{equation}
11730 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11731
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \begin_layout Standard
11738 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11739  
11740 \series bold
11741 calc
11742 \series default
11743  con la línea
11744 \begin_inset Index
11745 status collapsed
11746
11747 \begin_layout Plain Layout
11748 LaTeX-paquetes ! calc
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \begin_layout Standard
11757
11758 \series bold
11759
11760 \backslash
11761 usepackage{calc}
11762 \end_layout
11763
11764 \begin_layout Standard
11765 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11766  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11767  He aquí un repaso de los argumentos:
11768 \end_layout
11769
11770 \begin_layout Itemize
11771
11772 \series bold
11773 p{ancho}
11774 \series default
11775  crea celdas con anchura fija, el texto alineado arriba
11776 \end_layout
11777
11778 \begin_layout Itemize
11779
11780 \series bold
11781 m{ancho}
11782 \series default
11783  crea celdas con anchura fija, el texto con alineación vertical centrada
11784  
11785 \end_layout
11786
11787 \begin_layout Itemize
11788
11789 \series bold
11790 b{ancho}
11791 \series default
11792  crea celdas con anchura fija, el texto alineado abajo
11793 \end_layout
11794
11795 \begin_layout Standard
11796 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11797  en el diálogo se ignoran.
11798 \end_layout
11799
11800 \begin_layout Standard
11801 \begin_inset Note Greyedout
11802 status open
11803
11804 \begin_layout Plain Layout
11805
11806 \series bold
11807 Nota:
11808 \series default
11809  Debido a un error, LyX muestra de todas formas estas propiedades.
11810 \end_layout
11811
11812 \end_inset
11813
11814  
11815 \end_layout
11816
11817 \begin_layout Standard
11818 El comando 
11819 \series bold
11820
11821 \backslash
11822 centering
11823 \series default
11824  centra horizontalmente el texto.
11825  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11826  columna extendida:
11827 \end_layout
11828
11829 \begin_layout Standard
11830
11831 \series bold
11832 >{
11833 \backslash
11834 centering}m{1.25cm-6.2pt}
11835 \end_layout
11836
11837 \begin_layout Standard
11838 El comando 
11839 \series bold
11840 >{ }
11841 \series default
11842  significa que los comandos entre llaves se aplican antes de crear la celda.
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11847 , aún está alineado a la izquierda.
11848  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11849  Así que para multicolumnas hemos de usar el argumento de LaTeX
11850 \end_layout
11851
11852 \begin_layout Standard
11853
11854 \series bold
11855 >{
11856 \backslash
11857 centering}m{2.5cm}
11858 \end_layout
11859
11860 \begin_layout Subsection
11861 Multifilas
11862 \begin_inset Index
11863 status collapsed
11864
11865 \begin_layout Plain Layout
11866 Multifilas
11867 \end_layout
11868
11869 \end_inset
11870
11871
11872 \begin_inset Index
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876 Tablas ! Multifilas
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \begin_inset Index
11883 status collapsed
11884
11885 \begin_layout Plain Layout
11886 LaTeX-paquetes ! multirow
11887 \end_layout
11888
11889 \end_inset
11890
11891
11892 \end_layout
11893
11894 \begin_layout Standard
11895 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11896  hace falta un poco de código TeX.
11897  Hay que cargar el paquete de LaTeX 
11898 \series bold
11899 multirow
11900 \series default
11901  en el preámbulo del documento con el comando
11902 \end_layout
11903
11904 \begin_layout Standard
11905
11906 \series bold
11907
11908 \backslash
11909 usepackage{multirow}
11910 \end_layout
11911
11912 \begin_layout Standard
11913 Las multifilas se crean con el comando
11914 \end_layout
11915
11916 \begin_layout Standard
11917
11918 \series bold
11919
11920 \backslash
11921 multirow{número de filas}{ancho de celda}{entrada de celda}
11922 \end_layout
11923
11924 \begin_layout Standard
11925 Para crear la siguiente tabla:
11926 \end_layout
11927
11928 \begin_layout Standard
11929 \align center
11930 \begin_inset ERT
11931 status collapsed
11932
11933 \begin_layout Plain Layout
11934
11935
11936 \backslash
11937 renewcommand{
11938 \backslash
11939 multirowsetup}{
11940 \backslash
11941 centering}
11942 \end_layout
11943
11944 \end_inset
11945
11946
11947 \begin_inset Tabular
11948 <lyxtabular version="3" rows="3" columns="3">
11949 <features>
11950 <column alignment="center" valignment="top" width="0">
11951 <column alignment="center" valignment="top" width="0">
11952 <column alignment="center" valignment="top" width="0">
11953 <row>
11954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 a
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 b
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11973 \begin_inset Text
11974
11975 \begin_layout Plain Layout
11976 c
11977 \end_layout
11978
11979 \end_inset
11980 </cell>
11981 </row>
11982 <row>
11983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 multirow{2}{2.5cm}{
11995 \end_layout
11996
11997 \end_inset
11998
11999 entrada multifila
12000 \begin_inset ERT
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004
12005 }
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019 e
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12025 \begin_inset Text
12026
12027 \begin_layout Plain Layout
12028 f
12029 \end_layout
12030
12031 \end_inset
12032 </cell>
12033 </row>
12034 <row>
12035 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 h
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 i
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 </lyxtabular>
12064
12065 \end_inset
12066
12067
12068 \begin_inset ERT
12069 status collapsed
12070
12071 \begin_layout Plain Layout
12072
12073
12074 \backslash
12075 renewcommand{
12076 \backslash
12077 multirowsetup}{
12078 \backslash
12079 raggedright}
12080 \end_layout
12081
12082 \end_inset
12083
12084
12085 \end_layout
12086
12087 \begin_layout Standard
12088 crea una tabla 3×3.
12089  Para quitar la línea sobre la última celda en la primera columna, se marca
12090  la celda como multicolumna y se quita el borde superior.
12091  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12092  ahí el comando
12093 \end_layout
12094
12095 \begin_layout Standard
12096
12097 \series bold
12098
12099 \backslash
12100 multirow{2}{2.5cm}{
12101 \end_layout
12102
12103 \begin_layout Standard
12104 en código TeX.
12105  Según los parámetros del comando la multifila se expande a dos filas y
12106  tiene de ancho 2.5
12107 \begin_inset space \thinspace{}
12108 \end_inset
12109
12110 cm.
12111  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12112  y el comando finaliza con llave derecha 
12113 \series bold
12114 }
12115 \series default
12116  en otro cuadro de código TeX tras el texto.
12117 \end_layout
12118
12119 \begin_layout Standard
12120
12121 \series bold
12122
12123 \backslash
12124 multirow
12125 \series default
12126  alinea su contenido a la izquierda por omisión.
12127  Para cambiarlo renombra el comando 
12128 \series bold
12129
12130 \backslash
12131 multirowsetup
12132 \series default
12133  con el comando
12134 \end_layout
12135
12136 \begin_layout Standard
12137
12138 \series bold
12139
12140 \backslash
12141 renewcommand{
12142 \backslash
12143 multirowsetup}{
12144 \backslash
12145 centering}
12146 \end_layout
12147
12148 \begin_layout Standard
12149 en el preámbulo del documento.
12150  Entonces se centran todas las entradas de celdas multifila en el documento.
12151  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12152  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12153  Si el texto debe estar alineado a la derecha, reemplaza 
12154 \series bold
12155
12156 \backslash
12157 centering
12158 \series default
12159  por 
12160 \series bold
12161
12162 \backslash
12163 raggedleft
12164 \series default
12165 .
12166  Para volver a alineado a la izquierda usa 
12167 \series bold
12168
12169 \backslash
12170 raggedright
12171 \series default
12172 .
12173 \end_layout
12174
12175 \begin_layout Section
12176 Tablas formales
12177 \begin_inset CommandInset label
12178 LatexCommand label
12179 name "sec:Tablas-Formales"
12180
12181 \end_inset
12182
12183
12184 \begin_inset Index
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188 Tablas Formales
12189 \end_layout
12190
12191 \end_inset
12192
12193
12194 \begin_inset Index
12195 status collapsed
12196
12197 \begin_layout Plain Layout
12198 Tablas ! Estilo formal
12199 \end_layout
12200
12201 \end_inset
12202
12203  
12204 \end_layout
12205
12206 \begin_layout Standard
12207 En los libros, las tablas se suelen presentar en un formato como el de la
12208  tabla 
12209 \begin_inset space ~
12210 \end_inset
12211
12212
12213 \begin_inset CommandInset ref
12214 LatexCommand ref
12215 reference "tab:Ejemplo-tabla-formal"
12216
12217 \end_inset
12218
12219 .
12220  Se denominan tablas 
12221 \emph on
12222 formales
12223 \emph default
12224 .
12225  Para hacer tablas con este diseño, elige 
12226 \family sans
12227 Estilo
12228 \family default
12229
12230 \begin_inset space ~
12231 \end_inset
12232
12233
12234 \family sans
12235 Formal
12236 \family default
12237  en la solapa 
12238 \family sans
12239 Bordes
12240 \family default
12241  del cuadro de diálogo de tablas.
12242 \end_layout
12243
12244 \begin_layout Standard
12245 \begin_inset Float table
12246 placement h
12247 wide false
12248 sideways false
12249 status open
12250
12251 \begin_layout Plain Layout
12252 \begin_inset Caption
12253
12254 \begin_layout Plain Layout
12255 \begin_inset CommandInset label
12256 LatexCommand label
12257 name "tab:Ejemplo-tabla-formal"
12258
12259 \end_inset
12260
12261 Ejemplo de tabla formal
12262 \end_layout
12263
12264 \end_inset
12265
12266
12267 \end_layout
12268
12269 \begin_layout Plain Layout
12270 \align center
12271 \begin_inset Tabular
12272 <lyxtabular version="3" rows="8" columns="4">
12273 <features booktabs="true">
12274 <column alignment="center" valignment="top" width="0">
12275 <column alignment="center" valignment="top" width="0">
12276 <column alignment="center" valignment="top" width="0">
12277 <column alignment="center" valignment="top" width="0">
12278 <row>
12279 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 System
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 Medipix
12293 \begin_inset Formula $\,$
12294 \end_inset
12295
12296 1
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 Medipix
12306 \begin_inset Formula $\,$
12307 \end_inset
12308
12309 2
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12315 \begin_inset Text
12316
12317 \begin_layout Plain Layout
12318
12319 \end_layout
12320
12321 \end_inset
12322 </cell>
12323 </row>
12324 <row>
12325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12326 \begin_inset Text
12327
12328 \begin_layout Plain Layout
12329 \begin_inset ERT
12330 status collapsed
12331
12332 \begin_layout Plain Layout
12333
12334
12335 \backslash
12336 cmidrule(r){2-2}
12337 \end_layout
12338
12339 \end_inset
12340
12341
12342 \begin_inset ERT
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346
12347
12348 \backslash
12349 cmidrule(l){3-4}
12350 \end_layout
12351
12352 \end_inset
12353
12354 Detector thickness [µm]
12355 \end_layout
12356
12357 \end_inset
12358 </cell>
12359 <cell alignment="center" valignment="top" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 300
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 300
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 <cell alignment="center" valignment="top" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Plain Layout
12381 700
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 </row>
12387 <row>
12388 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 Edge angle [°]
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 <cell alignment="center" valignment="top" topline="true" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 3.55
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" topline="true" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 2.71
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 <cell alignment="center" valignment="top" topline="true" usebox="none">
12416 \begin_inset Text
12417
12418 \begin_layout Plain Layout
12419 7.99
12420 \end_layout
12421
12422 \end_inset
12423 </cell>
12424 </row>
12425 <row topspace="default">
12426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 Spatial resolution [µm]
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 4.26
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 10.17
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 <cell alignment="center" valignment="top" usebox="none">
12454 \begin_inset Text
12455
12456 \begin_layout Plain Layout
12457 10.56
12458 \end_layout
12459
12460 \end_inset
12461 </cell>
12462 </row>
12463 <row topspace="default">
12464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 MTF at 
12469 \begin_inset Formula $f_{\mathrm{max}}$
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 <cell alignment="center" valignment="top" usebox="none">
12478 \begin_inset Text
12479
12480 \begin_layout Plain Layout
12481 0.53
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 0.37
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 0.39
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 </row>
12505 <row topspace="default">
12506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 \begin_inset ERT
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514
12515
12516 \backslash
12517 cmidrule(l{10pt}){1-1}
12518 \end_layout
12519
12520 \end_inset
12521
12522 LSF-spatial resolution
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Plain Layout
12531
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell alignment="center" valignment="top" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549
12550 \end_layout
12551
12552 \end_inset
12553 </cell>
12554 </row>
12555 <row>
12556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 in µm
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569 129.7
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 52.75
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 50.78
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 </row>
12593 <row>
12594 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 in % of pixel size
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 76.3
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 95.9
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 92.3
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 </row>
12631 </lyxtabular>
12632
12633 \end_inset
12634
12635
12636 \end_layout
12637
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \begin_layout Standard
12644 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12645  correspondientes que se encuentran en la solapa 
12646 \family sans
12647 Bordes 
12648 \family default
12649 del diálogo
12650 \family sans
12651  Configuración
12652 \begin_inset space ~
12653 \end_inset
12654
12655 de
12656 \begin_inset space ~
12657 \end_inset
12658
12659 la
12660 \begin_inset space ~
12661 \end_inset
12662
12663 tabla
12664 \family default
12665 , como se explica en la sección
12666 \begin_inset space ~
12667 \end_inset
12668
12669
12670 \begin_inset CommandInset ref
12671 LatexCommand ref
12672 reference "sub:Espacio-adicional"
12673
12674 \end_inset
12675
12676
12677 \end_layout
12678
12679 \begin_layout Standard
12680 A diferencia de las tablas normales, las tablas formales no tienen líneas
12681  verticales.
12682  Las líneas horizontales se pueden poner o no como en las tablas normales,
12683  pero en la salida se mostrarán con distinto grosor:
12684 \begin_inset Newline newline
12685 \end_inset
12686
12687 Las líneas primera y última tienen un grosor predeterminado de 0.08
12688 \begin_inset space \thinspace{}
12689 \end_inset
12690
12691 em, las demás tienen un grosor predeterminado de 0.05
12692 \begin_inset space \thinspace{}
12693 \end_inset
12694
12695 em.
12696 \end_layout
12697
12698 \begin_layout Standard
12699 Estos valores predeterminados se pueden cambiar
12700 \series bold
12701  
12702 \series default
12703 con las líneas de preámbulo:
12704 \end_layout
12705
12706 \begin_layout Standard
12707
12708 \series bold
12709
12710 \backslash
12711 let
12712 \backslash
12713 mytoprule
12714 \backslash
12715 toprule
12716 \begin_inset Newline newline
12717 \end_inset
12718
12719
12720 \backslash
12721 renewcommand{
12722 \backslash
12723 toprule}{
12724 \backslash
12725 mytoprule[grosor]}
12726 \end_layout
12727
12728 \begin_layout Standard
12729 Este ejemplo es para la primera línea, la denominada 
12730 \series bold
12731 toprule
12732 \series default
12733 .
12734  Si quieres cambiar el grosor de la última línea, reemplaza 
12735 \series bold
12736 toprule
12737 \series default
12738  por 
12739 \series bold
12740 bottomrule
12741 \series default
12742 .
12743  Y para cambiar el grosor de las demás líneas cambia 
12744 \series bold
12745 toprule
12746 \series default
12747  por 
12748 \series bold
12749 midrule
12750 \series default
12751 .
12752  Puedes usar cualquiera de las unidades listadas en el apéndice
12753 \begin_inset space ~
12754 \end_inset
12755
12756
12757 \begin_inset CommandInset ref
12758 LatexCommand ref
12759 reference "cha:Unidades-disponibles-en"
12760
12761 \end_inset
12762
12763 para establecer el grosor.
12764 \end_layout
12765
12766 \begin_layout Standard
12767 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12768  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12769  LyX empleará internamente el comando 
12770 \series bold
12771
12772 \backslash
12773 cmidrule
12774 \series default
12775  para dibujar la línea.
12776  El esquema completo es
12777 \end_layout
12778
12779 \begin_layout Standard
12780
12781 \series bold
12782
12783 \backslash
12784 cmidrule[grosor](recorte){inicol-fincol}
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Por el momento, LyX no soporta las opciones de 
12789 \series bold
12790
12791 \backslash
12792 cmidrule
12793 \series default
12794 , así que para usarlas hay que emplear código TeX.
12795  Las líneas 
12796 \series bold
12797
12798 \backslash
12799 cmidrule
12800 \series default
12801  se pueden insertar manualmente con el comando en código TeX como primera
12802  entrada de la primera celda de una fila.
12803  En la salida se dibujará la línea sobre dicha fila.
12804 \end_layout
12805
12806 \begin_layout Standard
12807 El grosor predeterminado es 0.03
12808 \begin_inset space \thinspace{}
12809 \end_inset
12810
12811 em.
12812  
12813 \series bold
12814 inicol
12815 \series default
12816  es el número de la columna en la que comienza la línea y 
12817 \series bold
12818 fincol
12819 \series default
12820  es el número de la columna en la que acaba la línea.
12821  El valor 
12822 \series bold
12823 fincol
12824 \series default
12825  debe especificarse siempre, aunque la línea se extienda sobre una sola
12826  columna.
12827  El parámetro opcional 
12828 \series bold
12829 recorte
12830 \series default
12831  debe ser 
12832 \emph on
12833 l{recorte}
12834 \emph default
12835  o 
12836 \emph on
12837 r{recorte}
12838 \emph default
12839 , donde 
12840 \emph on
12841 recorte
12842 \emph default
12843  también es opcional.
12844  Por ejemplo, el parámetro 
12845 \emph on
12846 l{2pt}
12847 \emph default
12848  significa que la línea se recorta 2
12849 \begin_inset space \thinspace{}
12850 \end_inset
12851
12852 pt por su izquierda.
12853  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12854 \begin_inset space \thinspace{}
12855 \end_inset
12856
12857 em.
12858
12859 \series bold
12860  
12861 \end_layout
12862
12863 \begin_layout Standard
12864
12865 \end_layout
12866
12867 \begin_layout Standard
12868 \begin_inset VSpace bigskip
12869 \end_inset
12870
12871
12872 \end_layout
12873
12874 \begin_layout Standard
12875 La tabla
12876 \begin_inset space ~
12877 \end_inset
12878
12879
12880 \begin_inset CommandInset ref
12881 LatexCommand ref
12882 reference "tab:Ejemplo-tabla-formal"
12883
12884 \end_inset
12885
12886  se ha creado con los comandos
12887 \end_layout
12888
12889 \begin_layout Standard
12890
12891 \series bold
12892
12893 \backslash
12894 cmidrule(r){2-2}
12895 \backslash
12896 cmidrule(l){3-4}
12897 \end_layout
12898
12899 \begin_layout Standard
12900 en la segunda fila, 
12901 \series bold
12902
12903 \backslash
12904 midrule
12905 \series default
12906  en la tercera, y
12907 \end_layout
12908
12909 \begin_layout Standard
12910
12911 \series bold
12912
12913 \backslash
12914 cmidrule(l{10pt}){1-1}
12915 \end_layout
12916
12917 \begin_layout Standard
12918 en la sexta fila.
12919 \end_layout
12920
12921 \begin_layout Standard
12922 \begin_inset VSpace bigskip
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \begin_layout Standard
12929 Quizá quieras superponer líneas 
12930 \series bold
12931
12932 \backslash
12933 cmidrules
12934 \series default
12935  como en la tabla
12936 \begin_inset space ~
12937 \end_inset
12938
12939
12940 \begin_inset CommandInset ref
12941 LatexCommand ref
12942 reference "tab:Tabla-formal-especial"
12943
12944 \end_inset
12945
12946 .
12947  Esto se consigue con el comando en código TeX
12948 \end_layout
12949
12950 \begin_layout Standard
12951
12952 \series bold
12953
12954 \backslash
12955 morecmidrules
12956 \end_layout
12957
12958 \begin_layout Standard
12959 El comando que se ha utilizado para la segunda fila de la tabla
12960 \begin_inset space ~
12961 \end_inset
12962
12963
12964 \begin_inset CommandInset ref
12965 LatexCommand ref
12966 reference "tab:Tabla-formal-especial"
12967
12968 \end_inset
12969
12970  es
12971 \end_layout
12972
12973 \begin_layout Standard
12974
12975 \series bold
12976
12977 \backslash
12978 cmidrule(r){2-2}
12979 \backslash
12980 cmidrule(l){3-4}
12981 \backslash
12982 morecmidrules
12983 \backslash
12984 cmidrule{2-4}
12985 \end_layout
12986
12987 \begin_layout Standard
12988 El comando para la sexta fila es
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 midrule
12997 \backslash
12998 morecmidrules
12999 \backslash
13000 cmidrule{3-4}
13001 \series default
13002
13003 \begin_inset VSpace bigskip
13004 \end_inset
13005
13006
13007 \end_layout
13008
13009 \begin_layout Standard
13010 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13011  el siguiente comando para dibujar líneas que se extienden sobre todas las
13012  columnas
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 specialrule{anchura}{espacio superior}{espacio inferior}
13021 \end_layout
13022
13023 \begin_layout Standard
13024 Para más información sobre estas características especiales, acude al manual
13025  del paquete LaTeX 
13026 \series bold
13027 booktabs
13028 \series default
13029
13030 \begin_inset CommandInset citation
13031 LatexCommand cite
13032 key "booktabs"
13033
13034 \end_inset
13035
13036 .
13037 \begin_inset Index
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041 LaTeX-paquetes ! booktabs
13042 \end_layout
13043
13044 \end_inset
13045
13046  
13047 \begin_inset VSpace bigskip
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 \begin_inset Float table
13055 placement h
13056 wide false
13057 sideways false
13058 status open
13059
13060 \begin_layout Plain Layout
13061 \begin_inset Caption
13062
13063 \begin_layout Plain Layout
13064 \begin_inset CommandInset label
13065 LatexCommand label
13066 name "tab:Tabla-formal-especial"
13067
13068 \end_inset
13069
13070 Tabla formal especial
13071 \end_layout
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Plain Layout
13079 \align center
13080 \begin_inset Tabular
13081 <lyxtabular version="3" rows="8" columns="4">
13082 <features booktabs="true">
13083 <column alignment="center" valignment="top" width="0">
13084 <column alignment="center" valignment="top" width="0">
13085 <column alignment="center" valignment="top" width="0">
13086 <column alignment="center" valignment="top" width="0">
13087 <row>
13088 <cell alignment="center" valignment="top" topline="true" usebox="none">
13089 \begin_inset Text
13090
13091 \begin_layout Plain Layout
13092 System
13093 \end_layout
13094
13095 \end_inset
13096 </cell>
13097 <cell alignment="center" valignment="top" topline="true" usebox="none">
13098 \begin_inset Text
13099
13100 \begin_layout Plain Layout
13101 Medipix
13102 \begin_inset space \thinspace{}
13103 \end_inset
13104
13105 1
13106 \end_layout
13107
13108 \end_inset
13109 </cell>
13110 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13111 \begin_inset Text
13112
13113 \begin_layout Plain Layout
13114 Medipix
13115 \begin_inset space \thinspace{}
13116 \end_inset
13117
13118 2
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 \begin_inset ERT
13139 status collapsed
13140
13141 \begin_layout Plain Layout
13142
13143
13144 \backslash
13145 cmidrule(r){2-2}
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \begin_inset ERT
13152 status collapsed
13153
13154 \begin_layout Plain Layout
13155
13156
13157 \backslash
13158 cmidrule(l){3-4}
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \begin_inset ERT
13165 status collapsed
13166
13167 \begin_layout Plain Layout
13168
13169
13170 \backslash
13171 morecmidrules 
13172 \end_layout
13173
13174 \end_inset
13175
13176
13177 \begin_inset ERT
13178 status collapsed
13179
13180 \begin_layout Plain Layout
13181
13182
13183 \backslash
13184 cmidrule{2-4}
13185 \end_layout
13186
13187 \end_inset
13188
13189 Detector thickness [µm]
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 300
13199 \end_layout
13200
13201 \end_inset
13202 </cell>
13203 <cell alignment="center" valignment="top" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 300
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell alignment="center" valignment="top" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 700
13217 \end_layout
13218
13219 \end_inset
13220 </cell>
13221 </row>
13222 <row>
13223 <cell alignment="center" valignment="top" topline="true" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 Edge angle [°]
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" topline="true" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 3.55
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" topline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 2.71
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" topline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 7.99
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 </row>
13260 <row topspace="default">
13261 <cell alignment="center" valignment="top" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Spatial resolution [µm]
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 4.26
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 10.17
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 <cell alignment="center" valignment="top" usebox="none">
13289 \begin_inset Text
13290
13291 \begin_layout Plain Layout
13292 10.56
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 <row topspace="default">
13299 <cell alignment="center" valignment="top" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 MTF at 
13304 \begin_inset Formula $f_{\mathrm{max}}$
13305 \end_inset
13306
13307
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 0.53
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 <cell alignment="center" valignment="top" usebox="none">
13322 \begin_inset Text
13323
13324 \begin_layout Plain Layout
13325 0.37
13326 \end_layout
13327
13328 \end_inset
13329 </cell>
13330 <cell alignment="center" valignment="top" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 0.39
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 </row>
13340 <row>
13341 <cell alignment="center" valignment="top" topline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 \begin_inset ERT
13346 status collapsed
13347
13348 \begin_layout Plain Layout
13349
13350
13351 \backslash
13352 morecmidrules 
13353 \end_layout
13354
13355 \end_inset
13356
13357
13358 \begin_inset ERT
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362
13363
13364 \backslash
13365 cmidrule{3-4}
13366 \end_layout
13367
13368 \end_inset
13369
13370 LSF-spatial resolution
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 </row>
13403 <row>
13404 <cell alignment="center" valignment="top" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 in µm
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 129.7
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 52.75
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 <cell alignment="center" valignment="top" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 50.78
13436 \end_layout
13437
13438 \end_inset
13439 </cell>
13440 </row>
13441 <row>
13442 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 in % of pixel size
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 76.3
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 95.9
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473 92.3
13474 \end_layout
13475
13476 \end_inset
13477 </cell>
13478 </row>
13479 </lyxtabular>
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \end_inset
13487
13488
13489 \end_layout
13490
13491 \begin_layout Section
13492 Alineación vertical de tablas
13493 \begin_inset Index
13494 status collapsed
13495
13496 \begin_layout Plain Layout
13497 Tablas ! Alineación vertical
13498 \end_layout
13499
13500 \end_inset
13501
13502
13503 \end_layout
13504
13505 \begin_layout Standard
13506 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13507  en un cuadro.
13508  Entonces el cuadro se puede alinear verticalmente como se describe en la
13509  sección
13510 \begin_inset space ~
13511 \end_inset
13512
13513
13514 \begin_inset CommandInset ref
13515 LatexCommand ref
13516 reference "sec:Diálogo-Cuadros"
13517
13518 \end_inset
13519
13520 .
13521  
13522 \end_layout
13523
13524 \begin_layout Standard
13525 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13526 \begin_inset Foot
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530 Las minipáginas se describen en la sección
13531 \begin_inset space ~
13532 \end_inset
13533
13534
13535 \begin_inset CommandInset ref
13536 LatexCommand ref
13537 reference "sec:Minipáginas"
13538
13539 \end_inset
13540
13541 .
13542 \end_layout
13543
13544 \end_inset
13545
13546  que tiene una anchura del 15
13547 \begin_inset space \thinspace{}
13548 \end_inset
13549
13550 % de columna:
13551 \end_layout
13552
13553 \begin_layout Itemize
13554 test 
13555 \begin_inset Box Frameless
13556 position "t"
13557 hor_pos "c"
13558 has_inner_box 1
13559 inner_pos "c"
13560 use_parbox 0
13561 width "15col%"
13562 special "none"
13563 height "1in"
13564 height_special "totalheight"
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568 \begin_inset Tabular
13569 <lyxtabular version="3" rows="3" columns="3">
13570 <features>
13571 <column alignment="center" valignment="top" width="0">
13572 <column alignment="center" valignment="top" width="0">
13573 <column alignment="center" valignment="top" width="0">
13574 <row>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 a
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 d
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 g
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 </row>
13603 <row>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 b
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 e
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 h
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 </row>
13632 <row>
13633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 c
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 f
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 i
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 </lyxtabular>
13662
13663 \end_inset
13664
13665
13666 \end_layout
13667
13668 \end_inset
13669
13670  test 
13671 \begin_inset ERT
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675
13676
13677 \backslash
13678 raisebox{0.85
13679 \backslash
13680 baselineskip}{
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \begin_inset Box Frameless
13687 position "t"
13688 hor_pos "c"
13689 has_inner_box 1
13690 inner_pos "c"
13691 use_parbox 0
13692 width "15col%"
13693 special "none"
13694 height "1in"
13695 height_special "totalheight"
13696 status collapsed
13697
13698 \begin_layout Plain Layout
13699 \begin_inset Tabular
13700 <lyxtabular version="3" rows="3" columns="3">
13701 <features>
13702 <column alignment="center" valignment="top" width="0">
13703 <column alignment="center" valignment="top" width="0">
13704 <column alignment="center" valignment="top" width="0">
13705 <row>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 a
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 d
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 g
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 </row>
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 b
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 e
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 h
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 c
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 f
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 i
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 </row>
13792 </lyxtabular>
13793
13794 \end_inset
13795
13796
13797 \end_layout
13798
13799 \end_inset
13800
13801
13802 \begin_inset ERT
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806
13807 }
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \end_layout
13814
13815 \begin_layout Itemize
13816 test 
13817 \begin_inset Box Frameless
13818 position "c"
13819 hor_pos "c"
13820 has_inner_box 1
13821 inner_pos "c"
13822 use_parbox 0
13823 width "15col%"
13824 special "none"
13825 height "1in"
13826 height_special "totalheight"
13827 status collapsed
13828
13829 \begin_layout Plain Layout
13830 \begin_inset Tabular
13831 <lyxtabular version="3" rows="3" columns="3">
13832 <features>
13833 <column alignment="center" valignment="top" width="0">
13834 <column alignment="center" valignment="top" width="0">
13835 <column alignment="center" valignment="top" width="0">
13836 <row>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 a
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 d
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 g
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 b
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 e
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 h
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 c
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 f
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 i
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 </lyxtabular>
13924
13925 \end_inset
13926
13927
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Itemize
13936 test 
13937 \begin_inset Box Frameless
13938 position "b"
13939 hor_pos "c"
13940 has_inner_box 1
13941 inner_pos "c"
13942 use_parbox 0
13943 width "15col%"
13944 special "none"
13945 height "1in"
13946 height_special "totalheight"
13947 status collapsed
13948
13949 \begin_layout Plain Layout
13950 \begin_inset Tabular
13951 <lyxtabular version="3" rows="3" columns="3">
13952 <features>
13953 <column alignment="center" valignment="top" width="0">
13954 <column alignment="center" valignment="top" width="0">
13955 <column alignment="center" valignment="top" width="0">
13956 <row>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 a
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 d
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 g
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 b
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 e
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 h
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 <row>
14015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 c
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 f
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 i
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 </lyxtabular>
14044
14045 \end_inset
14046
14047
14048 \end_layout
14049
14050 \end_inset
14051
14052  test 
14053 \begin_inset ERT
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057
14058
14059 \backslash
14060 raisebox{-0.32
14061 \backslash
14062 baselineskip}{
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \begin_inset Box Frameless
14069 position "b"
14070 hor_pos "c"
14071 has_inner_box 1
14072 inner_pos "c"
14073 use_parbox 0
14074 width "15col%"
14075 special "none"
14076 height "1in"
14077 height_special "totalheight"
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 \begin_inset Tabular
14082 <lyxtabular version="3" rows="3" columns="3">
14083 <features>
14084 <column alignment="center" valignment="top" width="0">
14085 <column alignment="center" valignment="top" width="0">
14086 <column alignment="center" valignment="top" width="0">
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 a
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 d
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 g
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 </row>
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 b
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 e
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 h
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 c
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 f
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 i
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 </row>
14174 </lyxtabular>
14175
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \end_inset
14182
14183
14184 \begin_inset ERT
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188
14189 }
14190 \end_layout
14191
14192 \end_inset
14193
14194
14195 \end_layout
14196
14197 \begin_layout Standard
14198 Como ves, los contenidos de la primera y última filas no se alinean correctament
14199 e con la línea de texto donde está la tabla.
14200  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14201  un cuadro elevado («raisebox»
14202 \begin_inset Foot
14203 status collapsed
14204
14205 \begin_layout Plain Layout
14206 El uso del comando 
14207 \series bold
14208
14209 \backslash
14210 raisebox
14211 \series default
14212  se explica en la sección
14213 \begin_inset space ~
14214 \end_inset
14215
14216
14217 \begin_inset CommandInset ref
14218 LatexCommand ref
14219 reference "sub:Alineación-Vertical"
14220
14221 \end_inset
14222
14223 .
14224 \end_layout
14225
14226 \end_inset
14227
14228 ).
14229  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14230  usando el comando en código TeX
14231 \end_layout
14232
14233 \begin_layout Standard
14234
14235 \series bold
14236
14237 \backslash
14238 raisebox{0.85
14239 \backslash
14240 baselineskip}{
14241 \end_layout
14242
14243 \begin_layout Standard
14244 antes del cuadro.
14245  Tras él, se pone la llave de cierre 
14246 \series bold
14247 }
14248 \series default
14249  también en código TeX.
14250  Para la segunda tabla en el tercer ítem se usa el comando 
14251 \end_layout
14252
14253 \begin_layout Standard
14254
14255 \series bold
14256
14257 \backslash
14258 raisebox{-0.32
14259 \backslash
14260 baselineskip}{
14261 \end_layout
14262
14263 \begin_layout Standard
14264 \begin_inset Note Greyedout
14265 status open
14266
14267 \begin_layout Plain Layout
14268
14269 \series bold
14270 Not
14271 \series default
14272 a: La alineación del contenido de la fila con la línea del texto adyacente
14273  no es exacta.
14274  El factor necesario del comando 
14275 \series bold
14276
14277 \backslash
14278 raisebox
14279 \series default
14280  para este alineamiento depende de la fuente del documento, del tamaño de
14281  la fuente y del grosor de línea de la tabla.
14282 \end_layout
14283
14284 \end_inset
14285
14286
14287 \end_layout
14288
14289 \begin_layout Section
14290 Tablas coloreadas
14291 \begin_inset CommandInset label
14292 LatexCommand label
14293 name "sec:Tablas-Coloreadas"
14294
14295 \end_inset
14296
14297
14298 \begin_inset Index
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302 Tablas ! Coloreadas
14303 \end_layout
14304
14305 \end_inset
14306
14307
14308 \end_layout
14309
14310 \begin_layout Subsection
14311 Celdas coloreadas
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316 Tablas coloreadas ! Celdas
14317 \end_layout
14318
14319 \end_inset
14320
14321
14322 \begin_inset Index
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Color ! en celdas de tablas
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \end_layout
14333
14334 \begin_layout Standard
14335 \begin_inset Float table
14336 placement h
14337 wide false
14338 sideways false
14339 status open
14340
14341 \begin_layout Plain Layout
14342 \begin_inset Caption
14343
14344 \begin_layout Plain Layout
14345 \begin_inset CommandInset label
14346 LatexCommand label
14347 name "tab:Tabla-coloreada-sin"
14348
14349 \end_inset
14350
14351 Tabla coloreada sin usar el paquete 
14352 \series bold
14353 colortbl
14354 \series default
14355
14356 \begin_inset OptArg
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360 Tabla sin colortbl
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \end_layout
14367
14368 \end_inset
14369
14370
14371 \end_layout
14372
14373 \begin_layout Plain Layout
14374 \align center
14375 \begin_inset Tabular
14376 <lyxtabular version="3" rows="3" columns="3">
14377 <features>
14378 <column alignment="center" valignment="top" width="0">
14379 <column alignment="center" valignment="top" width="0">
14380 <column alignment="center" valignment="top" width="0">
14381 <row>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386
14387 \color green
14388 a
14389 \end_layout
14390
14391 \end_inset
14392 </cell>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397
14398 \color red
14399 b
14400 \end_layout
14401
14402 \end_inset
14403 </cell>
14404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14405 \begin_inset Text
14406
14407 \begin_layout Plain Layout
14408
14409 \color red
14410 c
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421
14422 \color green
14423 d
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432
14433 \color blue
14434 e
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443
14444 \color blue
14445 f
14446 \end_layout
14447
14448 \end_inset
14449 </cell>
14450 </row>
14451 <row>
14452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14453 \begin_inset Text
14454
14455 \begin_layout Plain Layout
14456
14457 \color green
14458 g
14459 \end_layout
14460
14461 \end_inset
14462 </cell>
14463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14464 \begin_inset Text
14465
14466 \begin_layout Plain Layout
14467
14468 \color blue
14469 h
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \color blue
14480 i
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 </row>
14486 </lyxtabular>
14487
14488 \end_inset
14489
14490
14491 \end_layout
14492
14493 \end_inset
14494
14495
14496 \end_layout
14497
14498 \begin_layout Standard
14499 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14500  el menú 
14501 \family sans
14502 Editar\SpecialChar \menuseparator
14503 Estilo
14504 \begin_inset space ~
14505 \end_inset
14506
14507 del
14508 \begin_inset space ~
14509 \end_inset
14510
14511 Texto
14512 \family default
14513 .
14514  Esto se ha hecho en la tabla
14515 \begin_inset space ~
14516 \end_inset
14517
14518
14519 \begin_inset CommandInset ref
14520 LatexCommand ref
14521 reference "tab:Tabla-coloreada-sin"
14522
14523 \end_inset
14524
14525 .
14526  En cualquier otro caso hay que usar el paquete LaTeX 
14527 \series bold
14528 colortbl
14529 \series default
14530 .
14531 \begin_inset Index
14532 status collapsed
14533
14534 \begin_layout Plain Layout
14535 LaTeX-paquetes ! colortbl
14536 \end_layout
14537
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \begin_layout Standard
14544 \begin_inset ERT
14545 status collapsed
14546
14547 \begin_layout Plain Layout
14548
14549
14550 \backslash
14551 ifcolortbl
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset Note Note
14558 status open
14559
14560 \begin_layout Plain Layout
14561 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14562  LaTeX 
14563 \series bold
14564 colortbl
14565 \series default
14566 .
14567 \end_layout
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Standard
14575 Para crear tablas coloreadas, 
14576 \series bold
14577 colortbl
14578 \series default
14579  debe cargarse en el preámbulo con la línea
14580 \end_layout
14581
14582 \begin_layout Standard
14583
14584 \series bold
14585
14586 \backslash
14587 usepackage{colortbl}
14588 \end_layout
14589
14590 \begin_layout Standard
14591 El color de una columna se define con el comando
14592 \end_layout
14593
14594 \begin_layout Standard
14595
14596 \series bold
14597
14598 \backslash
14599 columncolor{nombre del color}
14600 \end_layout
14601
14602 \begin_layout Standard
14603 dentro del comando 
14604 \series bold
14605 >{ }
14606 \series default
14607 .
14608  Más sobre el comando 
14609 \series bold
14610 >{}
14611 \series default
14612  se explica en la sección
14613 \begin_inset space ~
14614 \end_inset
14615
14616
14617 \begin_inset CommandInset ref
14618 LatexCommand ref
14619 reference "sub:Cálculos-en-Multicolumnas"
14620
14621 \end_inset
14622
14623 .
14624 \end_layout
14625
14626 \begin_layout Standard
14627 Los siguientes nombres de color están predefinidos:
14628 \end_layout
14629
14630 \begin_layout Standard
14631
14632 \family sans
14633 red
14634 \family default
14635
14636 \family sans
14637 green
14638 \family default
14639
14640 \family sans
14641 yellow, blue
14642 \family default
14643
14644 \family sans
14645 cyan
14646 \family default
14647 \series bold
14648 ,
14649 \series default
14650  
14651 \family sans
14652 magenta, black
14653 \family default
14654
14655 \family sans
14656 white
14657 \end_layout
14658
14659 \begin_layout Standard
14660 \begin_inset VSpace medskip
14661 \end_inset
14662
14663
14664 \end_layout
14665
14666 \begin_layout Standard
14667 Puedes definir tus propios colores con el comando
14668 \end_layout
14669
14670 \begin_layout Standard
14671
14672 \series bold
14673
14674 \backslash
14675 definecolor{nombre del color}{modelo de color}{valores de color}
14676 \end_layout
14677
14678 \begin_layout Standard
14679 El modelo de color puede ser
14680 \end_layout
14681
14682 \begin_layout Labeling
14683 \labelwidthstring 00.00.0000
14684 cmyk: cyan, magenta, yellow, black
14685 \end_layout
14686
14687 \begin_layout Labeling
14688 \labelwidthstring 00.00.0000
14689 rgb: red, green, blue
14690 \end_layout
14691
14692 \begin_layout Labeling
14693 \labelwidthstring 00.00.0000
14694 gray: gray
14695 \end_layout
14696
14697 \begin_layout Standard
14698 y los valores de color son números separados por comas entre 0 y 1 que describen
14699  el factor para el color correspondiente del modelo de color.
14700 \end_layout
14701
14702 \begin_layout Standard
14703 Por ejemplo, puedes definir el color
14704 \series bold
14705  
14706 \series default
14707 «
14708 \emph on
14709 verde oscuro
14710 \emph default
14711 » en el preámbulo con
14712 \end_layout
14713
14714 \begin_layout Standard
14715
14716 \series bold
14717
14718 \backslash
14719 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14720 \end_layout
14721
14722 \begin_layout Standard
14723 y el color «
14724 \emph on
14725 gris claro
14726 \emph default
14727 » con
14728 \end_layout
14729
14730 \begin_layout Standard
14731
14732 \series bold
14733
14734 \backslash
14735 definecolor{grisclaro}{gray}{0.8}
14736 \end_layout
14737
14738 \begin_layout Standard
14739 \begin_inset VSpace medskip
14740 \end_inset
14741
14742
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Las líneas se colorean con el comando
14747 \end_layout
14748
14749 \begin_layout Standard
14750
14751 \series bold
14752
14753 \backslash
14754 rowcolor{nombre del color}
14755 \end_layout
14756
14757 \begin_layout Standard
14758 y las celdas se colorean con el comando
14759 \end_layout
14760
14761 \begin_layout Standard
14762
14763 \series bold
14764
14765 \backslash
14766 cellcolor{nombre del color}
14767 \end_layout
14768
14769 \begin_layout Standard
14770 Ambos comandos se insertan al principio de una celda en código TeX.
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14775 \family sans
14776 Editar\SpecialChar \menuseparator
14777 Estilo
14778 \begin_inset space ~
14779 \end_inset
14780
14781 del
14782 \begin_inset space ~
14783 \end_inset
14784
14785 Texto
14786 \family default
14787 .
14788  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14789  TeX en color puede ocasionar errores de LaTeX.
14790 \end_layout
14791
14792 \begin_layout Standard
14793 \begin_inset VSpace bigskip
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \begin_layout Standard
14800 Para crear la tabla
14801 \begin_inset space ~
14802 \end_inset
14803
14804
14805 \begin_inset CommandInset ref
14806 LatexCommand ref
14807 reference "tab:Tabla-coloreada-con"
14808
14809 \end_inset
14810
14811  haz lo siguiente: el color de la primera columna debe ser 
14812 \emph on
14813 verde oscuro
14814 \emph default
14815 , entonces inserta
14816 \end_layout
14817
14818 \begin_layout Standard
14819
14820 \series bold
14821 >{
14822 \backslash
14823 columncolor{verdeoscuro}
14824 \backslash
14825 centering}c
14826 \end_layout
14827
14828 \begin_layout Standard
14829 como argumento LaTeX para esta columna.
14830  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14831 \end_layout
14832
14833 \begin_layout Standard
14834
14835 \series bold
14836
14837 \backslash
14838 rowcolow{cyan}
14839 \end_layout
14840
14841 \begin_layout Standard
14842 en la primera celda de esta fila.
14843  Observa que esto sobreescribe el color de la columna para la primera celda.
14844  La última celda de la última fila se colorea magenta insertando el comando
14845  en código TeX
14846 \end_layout
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851
14852 \backslash
14853 cellcolor{magenta}
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Ahora podrían colorearse los caracteres usando el menú 
14858 \family sans
14859 Editar\SpecialChar \menuseparator
14860 Estilo
14861 \begin_inset space ~
14862 \end_inset
14863
14864 del
14865 \begin_inset space ~
14866 \end_inset
14867
14868 Texto
14869 \family default
14870 .
14871 \end_layout
14872
14873 \begin_layout Standard
14874 \begin_inset Float table
14875 placement h
14876 wide false
14877 sideways false
14878 status open
14879
14880 \begin_layout Plain Layout
14881 \begin_inset Caption
14882
14883 \begin_layout Plain Layout
14884 \begin_inset CommandInset label
14885 LatexCommand label
14886 name "tab:Tabla-coloreada-con"
14887
14888 \end_inset
14889
14890 Tabla coloreada con el paquete 
14891 \series bold
14892 colortbl
14893 \series default
14894
14895 \begin_inset OptArg
14896 status open
14897
14898 \begin_layout Plain Layout
14899 Tabla con 
14900 \series bold
14901 colortbl
14902 \end_layout
14903
14904 \end_inset
14905
14906
14907 \end_layout
14908
14909 \end_inset
14910
14911
14912 \end_layout
14913
14914 \begin_layout Plain Layout
14915 \align center
14916 \begin_inset Tabular
14917 <lyxtabular version="3" rows="3" columns="3">
14918 <features>
14919 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14920 <column alignment="center" valignment="top" width="0">
14921 <column alignment="center" valignment="top" width="0">
14922 <row>
14923 <cell alignment="center" valignment="top" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 \begin_inset ERT
14928 status collapsed
14929
14930 \begin_layout Plain Layout
14931
14932
14933 \backslash
14934 rowcolor{cyan}
14935 \end_layout
14936
14937 \end_inset
14938
14939
14940 \color magenta
14941 a
14942 \end_layout
14943
14944 \end_inset
14945 </cell>
14946 <cell alignment="center" valignment="top" usebox="none">
14947 \begin_inset Text
14948
14949 \begin_layout Plain Layout
14950
14951 \color red
14952 b
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961
14962 \color red
14963 c
14964 \end_layout
14965
14966 \end_inset
14967 </cell>
14968 </row>
14969 <row>
14970 <cell alignment="center" valignment="top" usebox="none">
14971 \begin_inset Text
14972
14973 \begin_layout Plain Layout
14974
14975 \color yellow
14976 d
14977 \end_layout
14978
14979 \end_inset
14980 </cell>
14981 <cell alignment="center" valignment="top" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \color blue
14987 e
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996
14997 \color blue
14998 f
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 </row>
15004 <row>
15005 <cell alignment="center" valignment="top" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009
15010 \color yellow
15011 g
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \color blue
15022 h
15023 \end_layout
15024
15025 \end_inset
15026 </cell>
15027 <cell alignment="center" valignment="top" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset ERT
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035
15036
15037 \backslash
15038 cellcolor{magenta}
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \color green
15045 i
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 </lyxtabular>
15052
15053 \end_inset
15054
15055
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \begin_layout Standard
15064 \begin_inset ERT
15065 status collapsed
15066
15067 \begin_layout Plain Layout
15068
15069
15070 \backslash
15071 else
15072 \end_layout
15073
15074 \end_inset
15075
15076
15077 \begin_inset Note Note
15078 status open
15079
15080 \begin_layout Plain Layout
15081 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15082  
15083 \series bold
15084 colortbl
15085 \series default
15086 .
15087 \end_layout
15088
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \begin_layout Standard
15095 Debes instalar el paquete LaTeX 
15096 \series bold
15097 colortbl
15098 \series default
15099  para ver la parte siguiente en la salida.
15100 \end_layout
15101
15102 \begin_layout Standard
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 fi
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \begin_layout Subsection
15119 Líneas coloreadas
15120 \begin_inset Index
15121 status collapsed
15122
15123 \begin_layout Plain Layout
15124 Tablas coloreadas ! Líneas
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \begin_inset Index
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 Color ! en bordes de tabla
15135 \end_layout
15136
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \begin_layout Standard
15143 Como se describe en la sección
15144 \begin_inset space ~
15145 \end_inset
15146
15147
15148 \begin_inset CommandInset ref
15149 LatexCommand ref
15150 reference "sub:Grosor-de-Líneas"
15151
15152 \end_inset
15153
15154 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15155  
15156 \series bold
15157
15158 \backslash
15159 arrayrulewidth
15160 \series default
15161 .
15162  Se ha puesto 1.5
15163 \begin_inset space \thinspace{}
15164 \end_inset
15165
15166 pt para todas las tablas de esta sección.
15167 \begin_inset ERT
15168 status collapsed
15169
15170 \begin_layout Plain Layout
15171
15172
15173 \backslash
15174 setlength{
15175 \backslash
15176 arrayrulewidth}{1.5pt}
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \begin_layout Standard
15185 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15186  el preámbulo del documento el siguiente formato de columna, de acuerdo
15187  a lo descrito en la sección
15188 \begin_inset space ~
15189 \end_inset
15190
15191
15192 \begin_inset CommandInset ref
15193 LatexCommand ref
15194 reference "sub:Formato-Personalizado"
15195
15196 \end_inset
15197
15198 :
15199 \end_layout
15200
15201 \begin_layout Standard
15202
15203 \series bold
15204
15205 \backslash
15206 newcolumntype{W}{!{
15207 \backslash
15208 color{green}
15209 \backslash
15210 vline}}
15211 \end_layout
15212
15213 \begin_layout Standard
15214 Para la tabla
15215 \begin_inset space ~
15216 \end_inset
15217
15218
15219 \begin_inset CommandInset ref
15220 LatexCommand ref
15221 reference "tab:Tabla-con-verticales-coloreadas"
15222
15223 \end_inset
15224
15225  se usó el argumento LaTeX
15226 \series bold
15227  WcW
15228 \series default
15229  para la última columna y
15230 \series bold
15231  Wc
15232 \series default
15233  para las demás.
15234 \end_layout
15235
15236 \begin_layout Standard
15237 Si quieres tener varios colores, define más formatos de columna.
15238 \end_layout
15239
15240 \begin_layout Standard
15241 \begin_inset Float table
15242 placement h
15243 wide false
15244 sideways false
15245 status open
15246
15247 \begin_layout Plain Layout
15248 \begin_inset Caption
15249
15250 \begin_layout Plain Layout
15251 \begin_inset CommandInset label
15252 LatexCommand label
15253 name "tab:Tabla-con-verticales-coloreadas"
15254
15255 \end_inset
15256
15257 Tabla con líneas verticales coloreadas
15258 \end_layout
15259
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \begin_layout Plain Layout
15266 \align center
15267 \begin_inset Tabular
15268 <lyxtabular version="3" rows="3" columns="3">
15269 <features>
15270 <column alignment="center" valignment="top" width="0" special="Wc">
15271 <column alignment="center" valignment="top" width="0" special="Wc">
15272 <column alignment="center" valignment="top" width="0" special="WcW">
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 sd
15279 \end_layout
15280
15281 \end_inset
15282 </cell>
15283 <cell alignment="center" valignment="top" topline="true" usebox="none">
15284 \begin_inset Text
15285
15286 \begin_layout Plain Layout
15287
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 <row>
15303 <cell alignment="center" valignment="top" topline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316 sd
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354 sd
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 </lyxtabular>
15361
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \begin_layout Standard
15373 \begin_inset VSpace bigskip
15374 \end_inset
15375
15376 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15377 \begin_inset space ~
15378 \end_inset
15379
15380
15381 \begin_inset CommandInset ref
15382 LatexCommand ref
15383 reference "tab:Tabla-con-horizontales-coloreadas"
15384
15385 \end_inset
15386
15387 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15388 \end_layout
15389
15390 \begin_layout Standard
15391
15392 \series bold
15393
15394 \backslash
15395 let
15396 \backslash
15397 myHlineC
15398 \backslash
15399 hline
15400 \begin_inset Newline newline
15401 \end_inset
15402
15403
15404 \backslash
15405 renewcommand{
15406 \backslash
15407 hline}
15408 \begin_inset Newline newline
15409 \end_inset
15410
15411
15412 \begin_inset ERT
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416
15417
15418 \backslash
15419 hphantom{ }
15420 \end_layout
15421
15422 \end_inset
15423
15424 {
15425 \backslash
15426 arrayrulecolor{red}
15427 \backslash
15428 myHlineC
15429 \backslash
15430 arrayrulecolor{black}}
15431 \end_layout
15432
15433 \begin_layout Standard
15434 \begin_inset ERT
15435 status collapsed
15436
15437 \begin_layout Plain Layout
15438
15439
15440 \backslash
15441 let
15442 \backslash
15443 myHlineC
15444 \backslash
15445 hline
15446 \end_layout
15447
15448 \begin_layout Plain Layout
15449
15450
15451 \backslash
15452 renewcommand{
15453 \backslash
15454 hline}
15455 \end_layout
15456
15457 \begin_layout Plain Layout
15458
15459  {
15460 \backslash
15461 arrayrulecolor{red}
15462 \backslash
15463 myHlineC
15464 \backslash
15465 arrayrulecolor{black}}
15466 \end_layout
15467
15468 \end_inset
15469
15470
15471 \begin_inset Float table
15472 placement h
15473 wide false
15474 sideways false
15475 status open
15476
15477 \begin_layout Plain Layout
15478 \begin_inset Caption
15479
15480 \begin_layout Plain Layout
15481 \begin_inset CommandInset label
15482 LatexCommand label
15483 name "tab:Tabla-con-horizontales-coloreadas"
15484
15485 \end_inset
15486
15487 Tabla con líneas horizontales coloreadas
15488 \end_layout
15489
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \begin_layout Plain Layout
15496 \align center
15497 \begin_inset Tabular
15498 <lyxtabular version="3" rows="3" columns="3">
15499 <features>
15500 <column alignment="center" valignment="top" width="0">
15501 <column alignment="center" valignment="top" width="0">
15502 <column alignment="center" valignment="top" width="0">
15503 <row>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 sd
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 </row>
15532 <row>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 sd
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584 sd
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 </lyxtabular>
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Standard
15603 Para volver al color de línea negro predeterminado inserta este comando
15604  en código TeX detrás de la tabla o el flotante:
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610
15611 \backslash
15612 renewcommand{
15613 \backslash
15614 hline}{
15615 \backslash
15616 myHlineC}
15617 \end_layout
15618
15619 \begin_layout Standard
15620 La tabla
15621 \begin_inset space ~
15622 \end_inset
15623
15624
15625 \begin_inset CommandInset ref
15626 LatexCommand ref
15627 reference "tab:Tabla-con-líneas-coloreadas"
15628
15629 \end_inset
15630
15631  es un ejemplo con líneas verticales y horizontales coloreadas.
15632 \end_layout
15633
15634 \begin_layout Standard
15635 \begin_inset Float table
15636 placement h
15637 wide false
15638 sideways false
15639 status open
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Caption
15643
15644 \begin_layout Plain Layout
15645 \begin_inset CommandInset label
15646 LatexCommand label
15647 name "tab:Tabla-con-líneas-coloreadas"
15648
15649 \end_inset
15650
15651 Tabla con líneas coloreadas
15652 \end_layout
15653
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \begin_layout Plain Layout
15660 \align center
15661 \begin_inset Tabular
15662 <lyxtabular version="3" rows="3" columns="3">
15663 <features>
15664 <column alignment="center" valignment="top" width="0" special="Wc">
15665 <column alignment="center" valignment="top" width="0" special="Wc">
15666 <column alignment="center" valignment="top" width="0" special="WcW">
15667 <row>
15668 <cell alignment="center" valignment="top" topline="true" usebox="none">
15669 \begin_inset Text
15670
15671 \begin_layout Plain Layout
15672 sd
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 <cell alignment="center" valignment="top" topline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710 sd
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 sd
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 </lyxtabular>
15755
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Standard
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772
15773 \backslash
15774 renewcommand{
15775 \backslash
15776 hline}{
15777 \backslash
15778 myHlineC}
15779 \end_layout
15780
15781 \end_inset
15782
15783
15784 \end_layout
15785
15786 \begin_layout Standard
15787 \begin_inset ERT
15788 status collapsed
15789
15790 \begin_layout Plain Layout
15791
15792
15793 \backslash
15794 setlength{
15795 \backslash
15796 arrayrulewidth}{0.4pt}
15797 \end_layout
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \begin_layout Section
15805 Personalización de tablas
15806 \begin_inset Index
15807 status collapsed
15808
15809 \begin_layout Plain Layout
15810 Personalización de tablas
15811 \end_layout
15812
15813 \end_inset
15814
15815
15816 \begin_inset Index
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820 Tablas ! Personalización
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \begin_layout Subsection
15829 Espacio adicional en filas
15830 \begin_inset CommandInset label
15831 LatexCommand label
15832 name "sub:Espacio-adicional"
15833
15834 \end_inset
15835
15836
15837 \begin_inset Index
15838 status collapsed
15839
15840 \begin_layout Plain Layout
15841 Personalización de tablas ! Espacio adicional en filas
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Standard
15850 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15851  
15852 \family sans
15853 Bordes,
15854 \family default
15855  del diálogo de configuración de tablas.
15856  En el marco 
15857 \family sans
15858 Espacio
15859 \begin_inset space ~
15860 \end_inset
15861
15862 adicional
15863 \family default
15864  dispones de tres posibilidades:
15865 \end_layout
15866
15867 \begin_layout Description
15868 Superior
15869 \begin_inset space ~
15870 \end_inset
15871
15872 de
15873 \begin_inset space ~
15874 \end_inset
15875
15876 la
15877 \begin_inset space ~
15878 \end_inset
15879
15880 fila añade espacio sobre los caracteres de la fila.
15881  Si la tabla es de estilo formal
15882 \begin_inset Foot
15883 status collapsed
15884
15885 \begin_layout Plain Layout
15886 Las tablas formales se explican en la sección
15887 \begin_inset space ~
15888 \end_inset
15889
15890
15891 \begin_inset CommandInset ref
15892 LatexCommand ref
15893 reference "sec:Tablas-Formales"
15894
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901
15902  LyX insertará 0.5
15903 \begin_inset space \thinspace{}
15904 \end_inset
15905
15906 em por omisión.
15907  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15908  verticales, como se ve en la tabla siguiente:
15909 \begin_inset VSpace medskip
15910 \end_inset
15911
15912
15913 \begin_inset Newline newline
15914 \end_inset
15915
15916
15917 \begin_inset space \hspace*{}
15918 \length 0pt
15919 \end_inset
15920
15921
15922 \begin_inset space \hfill{}
15923 \end_inset
15924
15925
15926 \begin_inset Tabular
15927 <lyxtabular version="3" rows="3" columns="1">
15928 <features>
15929 <column alignment="center" valignment="top" width="0">
15930 <row>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 A
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row topspace="3mm">
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 3
15947 \begin_inset space \thinspace{}
15948 \end_inset
15949
15950 mm sobre la fila
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 <row>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 C
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 </row>
15967 </lyxtabular>
15968
15969 \end_inset
15970
15971
15972 \begin_inset space \hfill{}
15973 \end_inset
15974
15975
15976 \begin_inset space \hspace*{}
15977 \length 0pt
15978 \end_inset
15979
15980
15981 \begin_inset VSpace medskip
15982 \end_inset
15983
15984
15985 \begin_inset Newline newline
15986 \end_inset
15987
15988 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
15989  sin líneas verticales.
15990 \end_layout
15991
15992 \begin_layout Description
15993 Inferior
15994 \begin_inset space ~
15995 \end_inset
15996
15997 de
15998 \begin_inset space ~
15999 \end_inset
16000
16001 la
16002 \begin_inset space ~
16003 \end_inset
16004
16005 fila añade espacio bajo los caracteres de la fila.
16006  Si la tabla es formal LyX inserta por omisión 0.5
16007 \begin_inset space \thinspace{}
16008 \end_inset
16009
16010 em; si la tabla es normal inserta 2
16011 \begin_inset space \thinspace{}
16012 \end_inset
16013
16014 pt.
16015  
16016 \end_layout
16017
16018 \begin_layout Description
16019 Entre
16020 \begin_inset space ~
16021 \end_inset
16022
16023 las
16024 \begin_inset space ~
16025 \end_inset
16026
16027 filas añade espacio entre la fila actual y la siguiente.
16028  Si la tabla es formal LyX inserta 0.5
16029 \begin_inset space \thinspace{}
16030 \end_inset
16031
16032 em por omisión.
16033  En tablas normales, el espacio adicional destruirá las líneas verticales
16034  de la tabla, como se ve en la siguiente:
16035 \begin_inset VSpace medskip
16036 \end_inset
16037
16038
16039 \begin_inset Newline newline
16040 \end_inset
16041
16042
16043 \begin_inset space \hspace*{}
16044 \length 0pt
16045 \end_inset
16046
16047
16048 \begin_inset space \hfill{}
16049 \end_inset
16050
16051
16052 \begin_inset Tabular
16053 <lyxtabular version="3" rows="3" columns="1">
16054 <features>
16055 <column alignment="center" valignment="top" width="0">
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 A
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 </row>
16067 <row interlinespace="3mm">
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 \begin_inset Formula $\downarrow$
16073 \end_inset
16074
16075  3
16076 \begin_inset space \thinspace{}
16077 \end_inset
16078
16079 mm entre las filas
16080 \end_layout
16081
16082 \end_inset
16083 </cell>
16084 </row>
16085 <row>
16086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 \begin_inset Formula $\uparrow$
16091 \end_inset
16092
16093  3
16094 \begin_inset space \thinspace{}
16095 \end_inset
16096
16097 mm entre las filas 
16098 \begin_inset Formula $\uparrow$
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 </lyxtabular>
16108
16109 \end_inset
16110
16111
16112 \begin_inset space \hfill{}
16113 \end_inset
16114
16115
16116 \begin_inset space \hspace*{}
16117 \length 0pt
16118 \end_inset
16119
16120
16121 \begin_inset VSpace medskip
16122 \end_inset
16123
16124
16125 \begin_inset Newline newline
16126 \end_inset
16127
16128 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16129  para tablas sin líneas verticales.
16130 \end_layout
16131
16132 \begin_layout Standard
16133 \begin_inset VSpace bigskip
16134 \end_inset
16135
16136 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16137  utiliza los siguientes comandos en el preámbulo:
16138 \end_layout
16139
16140 \begin_layout Standard
16141
16142 \series bold
16143
16144 \backslash
16145 @ifundefined{extrarowheight}
16146 \begin_inset Newline newline
16147 \end_inset
16148
16149
16150 \begin_inset ERT
16151 status collapsed
16152
16153 \begin_layout Plain Layout
16154
16155
16156 \backslash
16157 hphantom{ }
16158 \end_layout
16159
16160 \end_inset
16161
16162 {
16163 \backslash
16164 usepackage{array}}{}
16165 \begin_inset Newline newline
16166 \end_inset
16167
16168
16169 \backslash
16170 setlength{
16171 \backslash
16172 extrarowheight}{altura}
16173 \end_layout
16174
16175 \begin_layout Standard
16176 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16177  centrado en vertical.
16178  (Lyx cargará automáticamente el paquete 
16179 \series bold
16180 array
16181 \series default
16182  cuando uses formatos de tabla autodefinidos.
16183  Para evitar que sea cargado dos veces se pone al principio el comando 
16184 \series bold
16185
16186 \backslash
16187 @ifundefined
16188 \series default
16189 .)
16190 \end_layout
16191
16192 \begin_layout Standard
16193
16194 \end_layout
16195
16196 \begin_layout Subsection
16197 Alineación especial de celdas
16198 \begin_inset Index
16199 status collapsed
16200
16201 \begin_layout Plain Layout
16202 Personalización de tablas ! Alineación especial de celdas
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \end_layout
16209
16210 \begin_layout Standard
16211 A veces mejora la presentación si las entradas en las celdas de una columna
16212  se alinean con un carácter determinado, p.
16213 \begin_inset space \thinspace{}
16214 \end_inset
16215
16216 e.
16217 \begin_inset space ~
16218 \end_inset
16219
16220 el separador decimal, como en la tabla
16221 \begin_inset space ~
16222 \end_inset
16223
16224
16225 \begin_inset CommandInset ref
16226 LatexCommand ref
16227 reference "tab:Tabla-con-celdas-de"
16228
16229 \end_inset
16230
16231 .
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset Float table
16236 wide false
16237 sideways false
16238 status open
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Caption
16242
16243 \begin_layout Plain Layout
16244 \begin_inset CommandInset label
16245 LatexCommand label
16246 name "tab:Tabla-con-celdas-de"
16247
16248 \end_inset
16249
16250 Tabla con celdas alineadas con el separador decimal.
16251 \end_layout
16252
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \begin_layout Plain Layout
16259 \align center
16260 \begin_inset Tabular
16261 <lyxtabular version="3" rows="4" columns="2">
16262 <features>
16263 <column alignment="right" valignment="top" width="0">
16264 <column alignment="left" valignment="top" width="0" special="@{}l">
16265 <row>
16266 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270 leyenda
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279
16280 \end_layout
16281
16282 \end_inset
16283 </cell>
16284 </row>
16285 <row>
16286 <cell alignment="center" valignment="top" usebox="none">
16287 \begin_inset Text
16288
16289 \begin_layout Plain Layout
16290 12.
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 6
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 0.
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 68
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 </row>
16325 <row>
16326 <cell alignment="center" valignment="top" usebox="none">
16327 \begin_inset Text
16328
16329 \begin_layout Plain Layout
16330 -123.
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 <cell alignment="center" valignment="top" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 0
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 </row>
16345 </lyxtabular>
16346
16347 \end_inset
16348
16349
16350 \end_layout
16351
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \begin_layout Standard
16358 Esta es una tabla 4×2.
16359  La leyenda es una multicolumna centrada.
16360  La primera columna está alineada a la derecha y contiene el punto decimal
16361  y los dígitos anteriores.
16362  La segunda columna está alineada a la izquierda y contiene los dígitos
16363  posteriores al punto decimal.
16364  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16365  argumento LaTeX para la segunda columna:
16366 \end_layout
16367
16368 \begin_layout Standard
16369
16370 \series bold
16371 @{}l
16372 \end_layout
16373
16374 \begin_layout Standard
16375 La tabla
16376 \begin_inset space ~
16377 \end_inset
16378
16379
16380 \begin_inset CommandInset ref
16381 LatexCommand ref
16382 reference "tab:Varias-alineaciones"
16383
16384 \end_inset
16385
16386  muestra varios ejemplos de alineación.
16387  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16388 o más pequeño al comienzo de la última columna para conseguir el espacio
16389  adecuado alrededor del signo.
16390 \end_layout
16391
16392 \begin_layout Standard
16393 \begin_inset Float table
16394 wide false
16395 sideways false
16396 status open
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Caption
16400
16401 \begin_layout Plain Layout
16402 \begin_inset CommandInset label
16403 LatexCommand label
16404 name "tab:Varias-alineaciones"
16405
16406 \end_inset
16407
16408 Tabla con varias alineaciones.
16409 \end_layout
16410
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \begin_layout Plain Layout
16417 \align center
16418 \begin_inset Tabular
16419 <lyxtabular version="3" rows="4" columns="6">
16420 <features>
16421 <column alignment="right" valignment="top" width="0">
16422 <column alignment="left" valignment="top" width="0" special="@{}l">
16423 <column alignment="right" valignment="top" width="0">
16424 <column alignment="left" valignment="top" width="0" special="@{}l">
16425 <column alignment="right" valignment="top" width="0">
16426 <column alignment="left" valignment="top" width="0" special="@{}l">
16427 <row>
16428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 unidades
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16447 \begin_inset Text
16448
16449 \begin_layout Plain Layout
16450 exponentes
16451 \end_layout
16452
16453 \end_inset
16454 </cell>
16455 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16456 \begin_inset Text
16457
16458 \begin_layout Plain Layout
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 relaciones
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 12×
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 24
16498 \begin_inset space \thinspace{}
16499 \end_inset
16500
16501 bottles
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $10\cdot$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16519 \begin_inset Text
16520
16521 \begin_layout Plain Layout
16522 \begin_inset Formula $10^{\mbox{-}17}$
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 \begin_inset Formula $\Gamma(t)\propto$
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 \begin_inset Formula $\:\Upsilon(t)$
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 1024×
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 768
16570 \begin_inset space \thinspace{}
16571 \end_inset
16572
16573 Pixels
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 <cell alignment="center" valignment="top" usebox="none">
16579 \begin_inset Text
16580
16581 \begin_layout Plain Layout
16582 \begin_inset Formula $5.78\cdot$
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594 \begin_inset Formula $10^{7}$
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Formula $A\ne$
16607 \end_inset
16608
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Formula $\: B_{\mathrm{red}}$
16619 \end_inset
16620
16621
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 </row>
16627 <row>
16628 <cell alignment="center" valignment="top" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632 32×
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 6
16642 \begin_inset space \thinspace{}
16643 \end_inset
16644
16645 cm
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 <cell alignment="center" valignment="top" usebox="none">
16651 \begin_inset Text
16652
16653 \begin_layout Plain Layout
16654 -
16655 \begin_inset Formula $33.5\cdot$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $10^{4}$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 <cell alignment="center" valignment="top" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 \begin_inset Formula $\sin(\alpha)\ge$
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\:\sin(\beta)$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 </lyxtabular>
16701
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708
16709
16710 \end_layout
16711
16712 \begin_layout Standard
16713 \begin_inset VSpace bigskip
16714 \end_inset
16715
16716 También hay un paquete LaTeX, 
16717 \series bold
16718 dcolumn
16719 \series default
16720
16721 \begin_inset Index
16722 status collapsed
16723
16724 \begin_layout Plain Layout
16725 LaTeX-paquetes ! dcolumn
16726 \end_layout
16727
16728 \end_inset
16729
16730 , que permite alinear el contenido de las celdas.
16731  Pero desgraciadamente trata las entradas de celda en modo matemático y
16732  no permite fórmulas en celdas: la primera columna de la tabla
16733 \begin_inset space ~
16734 \end_inset
16735
16736
16737 \begin_inset CommandInset ref
16738 LatexCommand ref
16739 reference "tab:Varias-alineaciones"
16740
16741 \end_inset
16742
16743  se verá con 
16744 \series bold
16745 dcolumn
16746 \series default
16747  como la primera columna en la tabla
16748 \begin_inset space ~
16749 \end_inset
16750
16751
16752 \begin_inset CommandInset ref
16753 LatexCommand ref
16754 reference "tab:Alineaciones-con-el"
16755
16756 \end_inset
16757
16758  y sólo con algunos trucos se consigue lo que se espera.
16759  La alineación de la segunda y tercera columnas de la tabla
16760 \begin_inset space ~
16761 \end_inset
16762
16763
16764 \begin_inset CommandInset ref
16765 LatexCommand ref
16766 reference "tab:Varias-alineaciones"
16767
16768 \end_inset
16769
16770  no es posible con 
16771 \series bold
16772 dcolumn
16773 \series default
16774 .
16775 \end_layout
16776
16777 \begin_layout Standard
16778 \begin_inset Float table
16779 placement h
16780 wide false
16781 sideways false
16782 status open
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Caption
16786
16787 \begin_layout Plain Layout
16788 \begin_inset CommandInset label
16789 LatexCommand label
16790 name "tab:Alineaciones-con-el"
16791
16792 \end_inset
16793
16794
16795 \begin_inset OptArg
16796 status open
16797
16798 \begin_layout Plain Layout
16799 Tabla alineada con 
16800 \series bold
16801 dcolumn
16802 \end_layout
16803
16804 \end_inset
16805
16806 Alineaciones con el paquete LaTeX 
16807 \series bold
16808 dcolumn
16809 \series default
16810 .
16811  Se han tenido que usar unos trucos para la alineación de las columnas en
16812  la salida.
16813 \end_layout
16814
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \begin_layout Plain Layout
16821 \align center
16822 \begin_inset Tabular
16823 <lyxtabular version="3" rows="4" columns="3">
16824 <features>
16825 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16826 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16827 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16828 <row>
16829 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 unidades
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 unidades
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 unidades
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 <row>
16858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 12x24
16863 \begin_inset space \thinspace{}
16864 \end_inset
16865
16866 bottles
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 12x24
16876 \begin_inset space \thinspace{}
16877 \end_inset
16878
16879
16880 \begin_inset Formula $\mbox{bottles}$
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 12
16893 \begin_inset ERT
16894 status collapsed
16895
16896 \begin_layout Plain Layout
16897
16898
16899 \backslash
16900 times
16901 \end_layout
16902
16903 \end_inset
16904
16905 24~
16906 \begin_inset Formula $\mbox{bottles}$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 1024x768
16921 \begin_inset space \thinspace{}
16922 \end_inset
16923
16924 Pixels
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 1024x768
16934 \begin_inset space \thinspace{}
16935 \end_inset
16936
16937
16938 \begin_inset Formula $\mbox{Pixels}$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 1024
16951 \begin_inset ERT
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955
16956
16957 \backslash
16958 times
16959 \end_layout
16960
16961 \end_inset
16962
16963 768~
16964 \begin_inset Formula $\mbox{Pixels}$
16965 \end_inset
16966
16967  
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 32x6
16979 \begin_inset space \thinspace{}
16980 \end_inset
16981
16982 cm
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 32x6
16992 \begin_inset space \thinspace{}
16993 \end_inset
16994
16995
16996 \begin_inset Formula $\mbox{cm}$
16997 \end_inset
16998
16999
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 32
17009 \begin_inset ERT
17010 status collapsed
17011
17012 \begin_layout Plain Layout
17013
17014
17015 \backslash
17016 times
17017 \end_layout
17018
17019 \end_inset
17020
17021 6~
17022 \begin_inset Formula $\mbox{cm}$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 </row>
17031 </lyxtabular>
17032
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \begin_layout Subsection
17044 Formato personalizado de celda/columna
17045 \begin_inset CommandInset label
17046 LatexCommand label
17047 name "sub:Formato-Personalizado"
17048
17049 \end_inset
17050
17051
17052 \begin_inset Index
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056 Personalización de tablas ! Formato de celda/columna
17057 \end_layout
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \begin_layout Standard
17065 El cálculo de la anchura necesaria para columnas extendidas descrito en
17066  la sección
17067 \begin_inset space ~
17068 \end_inset
17069
17070
17071 \begin_inset CommandInset ref
17072 LatexCommand ref
17073 reference "sub:Cálculos-en-Multicolumnas"
17074
17075 \end_inset
17076
17077  es muy pesado si tienes varias tablas con multicolumnas.
17078  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17079 mna aplicable a todas las tablas del documento.
17080  El formato se define con el comando
17081 \end_layout
17082
17083 \begin_layout Standard
17084
17085 \series bold
17086
17087 \backslash
17088 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17089 \end_layout
17090
17091 \begin_layout Standard
17092 El nombre de formato puede ser una sola letra.
17093  Las letras 
17094 \emph on
17095 b, c, l, m, p
17096 \emph default
17097  y 
17098 \emph on
17099 r
17100 \emph default
17101  están predefinidas y no pueden usarse.
17102  Pero se permiten todas las mayúsculas.
17103 \end_layout
17104
17105 \begin_layout Standard
17106 \begin_inset VSpace medskip
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \begin_layout Standard
17113 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17114  fija puedes definir el formato de celda
17115 \end_layout
17116
17117 \begin_layout Standard
17118
17119 \series bold
17120
17121 \backslash
17122 newcolumntype{M}[1]{>{
17123 \backslash
17124 centering
17125 \backslash
17126 hspace{0pt}}m{#1}}
17127 \end_layout
17128
17129 \begin_layout Standard
17130 donde 
17131 \series bold
17132
17133 \backslash
17134 hspace{0pt}
17135 \series default
17136  evita el problema de partir con guión la primera palabra, como se describe
17137  en la sección
17138 \begin_inset space ~
17139 \end_inset
17140
17141
17142 \begin_inset CommandInset ref
17143 LatexCommand ref
17144 reference "sub:Líneas-Múltiples-en"
17145
17146 \end_inset
17147
17148 .
17149  Ahora puedes introducir simplemente
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155 M{ancho}
17156 \end_layout
17157
17158 \begin_layout Standard
17159 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17160 \end_layout
17161
17162 \begin_layout Standard
17163 \begin_inset VSpace bigskip
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Standard
17170 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17171 \end_layout
17172
17173 \begin_layout Standard
17174
17175 \series bold
17176
17177 \backslash
17178 newcolumntype{S}[2]{>{
17179 \backslash
17180 centering
17181 \backslash
17182 hspace{0pt}}
17183 \begin_inset Newline newline
17184 \end_inset
17185
17186
17187 \begin_inset ERT
17188 status collapsed
17189
17190 \begin_layout Plain Layout
17191
17192
17193 \backslash
17194 phantom{
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \backslash
17201 newcolumntype
17202 \begin_inset ERT
17203 status collapsed
17204
17205 \begin_layout Plain Layout
17206
17207 }
17208 \end_layout
17209
17210 \end_inset
17211
17212 m{(#1+(2
17213 \backslash
17214 tabcolsep+
17215 \backslash
17216 arrayrulewidth)*(1-#2))/#2}}
17217 \end_layout
17218
17219 \begin_layout Standard
17220 Este formato usa la ecuación 
17221 \begin_inset CommandInset ref
17222 LatexCommand eqref
17223 reference "eq:Wgn"
17224
17225 \end_inset
17226
17227  para calcular la anchura necesaria para que cada celda extendida tenga
17228  la misma anchura.
17229 \end_layout
17230
17231 \begin_layout Standard
17232 Ahora puedes introducir
17233 \end_layout
17234
17235 \begin_layout Standard
17236
17237 \series bold
17238 S{ancho de la celda multicolumna}{número de columnas extendidas}
17239 \end_layout
17240
17241 \begin_layout Standard
17242 como argumento LaTeX de la columna.
17243 \end_layout
17244
17245 \begin_layout Standard
17246 \begin_inset VSpace bigskip
17247 \end_inset
17248
17249
17250 \end_layout
17251
17252 \begin_layout Standard
17253 Para columnas coloreadas puedes definir
17254 \end_layout
17255
17256 \begin_layout Standard
17257
17258 \series bold
17259
17260 \backslash
17261 newcolumntype{K}[1]{>{
17262 \backslash
17263 columncolor{#1}
17264 \backslash
17265 hspace{0pt}}c}
17266 \end_layout
17267
17268 \begin_layout Standard
17269 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17270  horizontalmente.
17271  Ahora puedes introducir
17272 \end_layout
17273
17274 \begin_layout Standard
17275
17276 \series bold
17277 K{nombre del color}
17278 \end_layout
17279
17280 \begin_layout Standard
17281 como argumento LaTeX.
17282 \end_layout
17283
17284 \begin_layout Standard
17285 \begin_inset VSpace bigskip
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \begin_layout Standard
17292 Para crear la tabla
17293 \begin_inset space ~
17294 \end_inset
17295
17296
17297 \begin_inset CommandInset ref
17298 LatexCommand ref
17299 reference "tab:Tabla-con-formatos-definidos-por"
17300
17301 \end_inset
17302
17303  usa los argumentos LaTeX
17304 \end_layout
17305
17306 \begin_layout Standard
17307
17308 \series bold
17309 M{2.5cm}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 para la primera columna y la multicolumna,
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319 K{red}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 para la última columna y
17324 \end_layout
17325
17326 \begin_layout Standard
17327
17328 \series bold
17329 S{2.5cm}{2}
17330 \end_layout
17331
17332 \begin_layout Standard
17333 para las celdas en la segunda columna.
17334 \end_layout
17335
17336 \begin_layout Standard
17337 \begin_inset Float table
17338 placement h
17339 wide false
17340 sideways false
17341 status open
17342
17343 \begin_layout Plain Layout
17344 \begin_inset Caption
17345
17346 \begin_layout Plain Layout
17347 \begin_inset CommandInset label
17348 LatexCommand label
17349 name "tab:Tabla-con-formatos-definidos-por"
17350
17351 \end_inset
17352
17353 Tabla con formatos definidos por el usuario
17354 \end_layout
17355
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \begin_layout Plain Layout
17362 \align center
17363 \begin_inset Tabular
17364 <lyxtabular version="3" rows="3" columns="4">
17365 <features>
17366 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17367 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17368 <column alignment="center" valignment="middle" width="0">
17369 <column alignment="center" valignment="middle" width="0" special="K{red}">
17370 <row>
17371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 palabramuylargaenceldadetabla
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 multicolumna línea múltiple
17385 \end_layout
17386
17387 \end_inset
17388 </cell>
17389 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17390 \begin_inset Text
17391
17392 \begin_layout Plain Layout
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 c
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 </row>
17408 <row>
17409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 d
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422 e
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 f
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 g
17441 \end_layout
17442
17443 \end_inset
17444 </cell>
17445 </row>
17446 <row>
17447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 h
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 i
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 j
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17475 \begin_inset Text
17476
17477 \begin_layout Plain Layout
17478 k
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 </lyxtabular>
17485
17486 \end_inset
17487
17488
17489 \end_layout
17490
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \begin_layout Subsection
17497 Grosor de líneas
17498 \begin_inset CommandInset label
17499 LatexCommand label
17500 name "sub:Grosor-de-Líneas"
17501
17502 \end_inset
17503
17504
17505 \begin_inset Index
17506 status collapsed
17507
17508 \begin_layout Plain Layout
17509 Personalización de tablas ! Grosor de línea
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17519  
17520 \series bold
17521
17522 \backslash
17523 arrayrulewidth
17524 \series default
17525 .
17526  Por ejemplo, para poner un grosor de línea de 1.5
17527 \begin_inset space \thinspace{}
17528 \end_inset
17529
17530 pt, como en la tabla
17531 \begin_inset space ~
17532 \end_inset
17533
17534
17535 \begin_inset CommandInset ref
17536 LatexCommand ref
17537 reference "tab:Tabla-con-líneas"
17538
17539 \end_inset
17540
17541 , inserta el comando
17542 \end_layout
17543
17544 \begin_layout Standard
17545
17546 \series bold
17547
17548 \backslash
17549 setlength{
17550 \backslash
17551 arrayrulewidth}{1.5pt}
17552 \end_layout
17553
17554 \begin_layout Standard
17555 en código TeX antes de la tabla o flotante.
17556  Este cambio es válido para todas las siguientes tablas.
17557  Para volver al valor predeterminado, define 
17558 \series bold
17559
17560 \backslash
17561 arrayrulewidth
17562 \series default
17563  a 0.4
17564 \begin_inset space \thinspace{}
17565 \end_inset
17566
17567 pt en código TeX detrás de la tabla o flotante.
17568 \end_layout
17569
17570 \begin_layout Standard
17571 \begin_inset ERT
17572 status collapsed
17573
17574 \begin_layout Plain Layout
17575
17576
17577 \backslash
17578 setlength{
17579 \backslash
17580 arrayrulewidth}{1.5pt}
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \begin_inset Float table
17587 wide false
17588 sideways false
17589 status open
17590
17591 \begin_layout Plain Layout
17592 \begin_inset Caption
17593
17594 \begin_layout Plain Layout
17595 \begin_inset CommandInset label
17596 LatexCommand label
17597 name "tab:Tabla-con-líneas"
17598
17599 \end_inset
17600
17601 Tabla con líneas de grosor 1.5
17602 \begin_inset space \thinspace{}
17603 \end_inset
17604
17605 pt
17606 \end_layout
17607
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \begin_layout Plain Layout
17614 \align center
17615 \begin_inset Tabular
17616 <lyxtabular version="3" rows="3" columns="3">
17617 <features>
17618 <column alignment="center" valignment="top" width="0">
17619 <column alignment="center" valignment="top" width="0">
17620 <column alignment="center" valignment="top" width="0">
17621 <row>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 sd
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17641 \begin_inset Text
17642
17643 \begin_layout Plain Layout
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664 sd
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702 sd
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 </row>
17708 </lyxtabular>
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \begin_inset ERT
17719 status collapsed
17720
17721 \begin_layout Plain Layout
17722
17723
17724 \backslash
17725 setlength{
17726 \backslash
17727 arrayrulewidth}{0.4pt}
17728 \end_layout
17729
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736 \begin_inset VSpace bigskip
17737 \end_inset
17738
17739 Para definir un grosor de 1.5
17740 \begin_inset space \thinspace{}
17741 \end_inset
17742
17743 pt sólo para líneas horizontales, como en la tabla
17744 \begin_inset space ~
17745 \end_inset
17746
17747
17748 \begin_inset CommandInset ref
17749 LatexCommand ref
17750 reference "tab:Tabla-con-horizontales"
17751
17752 \end_inset
17753
17754 , inserta estos comandos en código TeX antes de la tabla o flotante:
17755 \end_layout
17756
17757 \begin_layout Standard
17758
17759 \series bold
17760
17761 \backslash
17762 let
17763 \backslash
17764 myHline
17765 \backslash
17766 hline
17767 \begin_inset Newline newline
17768 \end_inset
17769
17770
17771 \backslash
17772 renewcommand{
17773 \backslash
17774 hline}
17775 \begin_inset Newline newline
17776 \end_inset
17777
17778  {
17779 \backslash
17780 noalign{
17781 \backslash
17782 global
17783 \backslash
17784 arrayrulewidth 1.5pt}
17785 \begin_inset Newline newline
17786 \end_inset
17787
17788   
17789 \backslash
17790 myHline
17791 \backslash
17792 noalign{
17793 \backslash
17794 global
17795 \backslash
17796 arrayrulewidth 0.4pt}}
17797 \end_layout
17798
17799 \begin_layout Standard
17800 Para volver al grosor predeterminado, inserta este comando en código TeX
17801  detrás de la tabla o flotante:
17802 \end_layout
17803
17804 \begin_layout Standard
17805
17806 \series bold
17807
17808 \backslash
17809 renewcommand{
17810 \backslash
17811 hline}{
17812 \backslash
17813 myHline}
17814 \end_layout
17815
17816 \begin_layout Standard
17817 \begin_inset ERT
17818 status collapsed
17819
17820 \begin_layout Plain Layout
17821
17822
17823 \backslash
17824 let
17825 \backslash
17826 myHline
17827 \backslash
17828 hline
17829 \end_layout
17830
17831 \begin_layout Plain Layout
17832
17833
17834 \backslash
17835 renewcommand{
17836 \backslash
17837 hline}
17838 \end_layout
17839
17840 \begin_layout Plain Layout
17841
17842  {
17843 \backslash
17844 noalign{
17845 \backslash
17846 global
17847 \backslash
17848 arrayrulewidth 1.5pt}
17849 \end_layout
17850
17851 \begin_layout Plain Layout
17852
17853   
17854 \backslash
17855 myHline
17856 \backslash
17857 noalign{
17858 \backslash
17859 global
17860 \backslash
17861 arrayrulewidth 0.4pt}}
17862 \end_layout
17863
17864 \end_inset
17865
17866
17867 \begin_inset Float table
17868 wide false
17869 sideways false
17870 status open
17871
17872 \begin_layout Plain Layout
17873 \begin_inset Caption
17874
17875 \begin_layout Plain Layout
17876 \begin_inset CommandInset label
17877 LatexCommand label
17878 name "tab:Tabla-con-horizontales"
17879
17880 \end_inset
17881
17882 Tabla con líneas horizontales de 1.5
17883 \begin_inset space \thinspace{}
17884 \end_inset
17885
17886 pt
17887 \end_layout
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Plain Layout
17895 \align center
17896 \begin_inset Tabular
17897 <lyxtabular version="3" rows="3" columns="3">
17898 <features>
17899 <column alignment="center" valignment="top" width="0">
17900 <column alignment="center" valignment="top" width="0">
17901 <column alignment="center" valignment="top" width="0">
17902 <row>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 sd
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916
17917 \end_layout
17918
17919 \end_inset
17920 </cell>
17921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17922 \begin_inset Text
17923
17924 \begin_layout Plain Layout
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 sd
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 sd
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 </lyxtabular>
17990
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \begin_inset ERT
18000 status collapsed
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 renewcommand{
18007 \backslash
18008 hline}{
18009 \backslash
18010 myHline}
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Standard
18019 \begin_inset VSpace bigskip
18020 \end_inset
18021
18022 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18023  siguiente formato de columna en el preámbulo del documento, de acuerdo
18024  con lo descrito en la sección
18025 \begin_inset space ~
18026 \end_inset
18027
18028
18029 \begin_inset CommandInset ref
18030 LatexCommand ref
18031 reference "sub:Formato-Personalizado"
18032
18033 \end_inset
18034
18035 :
18036 \end_layout
18037
18038 \begin_layout Standard
18039
18040 \series bold
18041
18042 \backslash
18043 newcolumntype{V}{!{
18044 \backslash
18045 vrule width 1.5pt}}
18046 \end_layout
18047
18048 \begin_layout Standard
18049 Para la tabla
18050 \begin_inset space ~
18051 \end_inset
18052
18053
18054 \begin_inset CommandInset ref
18055 LatexCommand ref
18056 reference "tab:Tabla-con-verticales"
18057
18058 \end_inset
18059
18060  se usó el argumento LaTeX
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066 VcV
18067 \end_layout
18068
18069 \begin_layout Standard
18070 para la última columna y
18071 \end_layout
18072
18073 \begin_layout Standard
18074
18075 \series bold
18076 Vc
18077 \end_layout
18078
18079 \begin_layout Standard
18080 para las otras.
18081 \end_layout
18082
18083 \begin_layout Standard
18084 \begin_inset Float table
18085 wide false
18086 sideways false
18087 status open
18088
18089 \begin_layout Plain Layout
18090 \begin_inset Caption
18091
18092 \begin_layout Plain Layout
18093 \begin_inset CommandInset label
18094 LatexCommand label
18095 name "tab:Tabla-con-verticales"
18096
18097 \end_inset
18098
18099 Tabla con líneas verticales de 1.5
18100 \begin_inset space \thinspace{}
18101 \end_inset
18102
18103 pt de grosor
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Plain Layout
18112 \align center
18113 \begin_inset Tabular
18114 <lyxtabular version="3" rows="3" columns="3">
18115 <features>
18116 <column alignment="center" valignment="top" width="0" special="Vc">
18117 <column alignment="center" valignment="top" width="0" special="Vc">
18118 <column alignment="center" valignment="top" width="0" special="VcV">
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124 sd
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 sd
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 sd
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 </lyxtabular>
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Subsection
18219 Líneas de trazos
18220 \begin_inset Index
18221 status collapsed
18222
18223 \begin_layout Plain Layout
18224 Personalización de tablas ! Líneas de trazos
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Standard
18233 \begin_inset ERT
18234 status collapsed
18235
18236 \begin_layout Plain Layout
18237
18238
18239 \backslash
18240 ifarydshln
18241 \end_layout
18242
18243 \end_inset
18244
18245
18246 \begin_inset Note Note
18247 status open
18248
18249 \begin_layout Plain Layout
18250 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18251  LaTeX 
18252 \series bold
18253 arydshln
18254 \series default
18255 .
18256 \end_layout
18257
18258 \end_inset
18259
18260
18261 \end_layout
18262
18263 \begin_layout Standard
18264 \begin_inset Float table
18265 placement H
18266 wide false
18267 sideways false
18268 status open
18269
18270 \begin_layout Plain Layout
18271 \begin_inset Caption
18272
18273 \begin_layout Plain Layout
18274 \begin_inset CommandInset label
18275 LatexCommand label
18276 name "tab:Tabla-con-trazos"
18277
18278 \end_inset
18279
18280 Tabla con líneas de trazos
18281 \end_layout
18282
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \begin_layout Plain Layout
18289 \align center
18290 \begin_inset Tabular
18291 <lyxtabular version="3" rows="5" columns="5">
18292 <features>
18293 <column alignment="center" valignment="top" width="0">
18294 <column alignment="center" valignment="top" width="0">
18295 <column alignment="center" valignment="top" width="0" special=":c">
18296 <column alignment="center" valignment="top" width="0">
18297 <column alignment="center" valignment="top" width="0">
18298 <row>
18299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303 a
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 b
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 c
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 d
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 e
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 </row>
18345 <row>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 f
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 g
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 h
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 i
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 j
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 <row>
18393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 \begin_inset ERT
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401
18402
18403 \backslash
18404 hdashline 
18405 \end_layout
18406
18407 \end_inset
18408
18409 k
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 l
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 m
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 n
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 o
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 <row>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 \begin_inset ERT
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460
18461
18462 \backslash
18463 cdashline{4-5}
18464 \end_layout
18465
18466 \end_inset
18467
18468 p
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 q
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 r
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 s
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 </row>
18510 <row>
18511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 t
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 u
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 v
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 w
18543 \end_layout
18544
18545 \end_inset
18546 </cell>
18547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18548 \begin_inset Text
18549
18550 \begin_layout Plain Layout
18551 x
18552 \end_layout
18553
18554 \end_inset
18555 </cell>
18556 </row>
18557 </lyxtabular>
18558
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \end_inset
18565
18566
18567 \end_layout
18568
18569 \begin_layout Standard
18570 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18571  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18572 \series bold
18573 arydshln
18574 \series default
18575
18576 \begin_inset Index
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580 LaTeX-paquetes ! arydshln
18581 \end_layout
18582
18583 \end_inset
18584
18585  
18586 \end_layout
18587
18588 \begin_layout Standard
18589
18590 \series bold
18591
18592 \backslash
18593 usepackage{arydshln}
18594 \end_layout
18595
18596 \begin_layout Standard
18597 Para hacer una línea vertical a trazos, introduce dos puntos «
18598 \series bold
18599 :
18600 \series default
18601 » junto con el carácter para alineación horizontal como argumento LaTeX
18602  en el diálogo de celda de tabla.
18603 \end_layout
18604
18605 \begin_layout Standard
18606 Para una línea de trazos horizontal añade el comando
18607 \end_layout
18608
18609 \begin_layout Standard
18610
18611 \series bold
18612
18613 \backslash
18614 hdashline
18615 \end_layout
18616
18617 \begin_layout Standard
18618 en código TeX como primer elemento de la primera celda en la fila.
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Para líneas de trazos en multicolumna usa el comando
18623 \end_layout
18624
18625 \begin_layout Standard
18626
18627 \series bold
18628
18629 \backslash
18630 cdashline{número de líneas}
18631 \end_layout
18632
18633 \begin_layout Standard
18634 en código TeX como primer elemento de la primera celda en la fila.
18635  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18636  4 y quieres una línea de trazos por encima, añade el comando
18637 \end_layout
18638
18639 \begin_layout Standard
18640
18641 \series bold
18642
18643 \backslash
18644 cdashline{2-4}
18645 \end_layout
18646
18647 \begin_layout Standard
18648 como primer elemento de la primera celda en la fila de la multicolumna.
18649 \end_layout
18650
18651 \begin_layout Standard
18652 \begin_inset VSpace bigskip
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Standard
18659 La tabla
18660 \begin_inset space ~
18661 \end_inset
18662
18663
18664 \begin_inset CommandInset ref
18665 LatexCommand ref
18666 reference "tab:Tabla-con-trazos"
18667
18668 \end_inset
18669
18670  se ha hecho usando «
18671 \series bold
18672 :c
18673 \series default
18674 » como argumento LaTeX de la tercera columna.
18675  El comando en código TeX 
18676 \series bold
18677
18678 \backslash
18679 hdashline
18680 \series default
18681  se ha insertado en la primera celda de la tercera fila y el comando en
18682  código TeX
18683 \begin_inset Newline newline
18684 \end_inset
18685
18686
18687 \series bold
18688
18689 \backslash
18690 cdashline{4-5}
18691 \series default
18692  en la primera celda de la cuarta fila.
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset Note Greyedout
18697 status open
18698
18699 \begin_layout Plain Layout
18700
18701 \series bold
18702 Nota:
18703 \series default
18704  Aparentemente el paquete LaTeX 
18705 \series bold
18706 arydshln
18707 \series default
18708  no es compatible con el paquete LaTeX 
18709 \series bold
18710 colortbl
18711 \series default
18712
18713 \begin_inset Index
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717 LaTeX-paquetes ! colortbl
18718 \end_layout
18719
18720 \end_inset
18721
18722  que se usa para tablas coloreadas en la sección
18723 \begin_inset space ~
18724 \end_inset
18725
18726
18727 \begin_inset CommandInset ref
18728 LatexCommand ref
18729 reference "sec:Tablas-Coloreadas"
18730
18731 \end_inset
18732
18733 .
18734  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \begin_inset ERT
18744 status collapsed
18745
18746 \begin_layout Plain Layout
18747
18748
18749 \backslash
18750 else
18751 \end_layout
18752
18753 \end_inset
18754
18755
18756 \begin_inset Note Note
18757 status open
18758
18759 \begin_layout Plain Layout
18760 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18761  
18762 \series bold
18763 arydshln
18764 \series default
18765 .
18766 \end_layout
18767
18768 \end_inset
18769
18770
18771 \end_layout
18772
18773 \begin_layout Standard
18774 Debes instalar el paquete LaTeX 
18775 \series bold
18776 arydshln
18777 \series default
18778  para ver la parte siguiente en la salida.
18779 \end_layout
18780
18781 \begin_layout Standard
18782 \begin_inset ERT
18783 status collapsed
18784
18785 \begin_layout Plain Layout
18786
18787
18788 \backslash
18789 fi
18790 \end_layout
18791
18792 \end_inset
18793
18794
18795 \end_layout
18796
18797 \begin_layout Chapter
18798 Flotantes
18799 \begin_inset CommandInset label
18800 LatexCommand label
18801 name "cha:Flotantes"
18802
18803 \end_inset
18804
18805
18806 \begin_inset Index
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810 Flotantes
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Section
18819 Introducción
18820 \begin_inset CommandInset label
18821 LatexCommand label
18822 name "sec:Introducción-Flotantes"
18823
18824 \end_inset
18825
18826
18827 \begin_inset Index
18828 status collapsed
18829
18830 \begin_layout Plain Layout
18831 Flotantes ! Introducción
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18841  no tiene posición fija.
18842  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18843  Las 
18844 \family sans
18845 Notas
18846 \begin_inset space ~
18847 \end_inset
18848
18849 al
18850 \begin_inset space ~
18851 \end_inset
18852
18853 pie
18854 \family default
18855  y 
18856 \family sans
18857 Notas
18858 \begin_inset space ~
18859 \end_inset
18860
18861 al
18862 \begin_inset space ~
18863 \end_inset
18864
18865 margen
18866 \family default
18867  también son flotantes, porque pueden flotar a la página siguiente cuando
18868  hay demasiadas notas en la página.
18869 \end_layout
18870
18871 \begin_layout Standard
18872 Los flotantes permiten composiciones de alta calidad.
18873  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18874  impedir espacios en blanco y páginas sin texto.
18875  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18876  cada flotante puede ser referenciado en el texto.
18877  Por lo tanto los flotantes están numerados.
18878  Las referencias se describen en la sección
18879 \begin_inset space ~
18880 \end_inset
18881
18882
18883 \begin_inset CommandInset ref
18884 LatexCommand ref
18885 reference "sec:Referencias-a-Flotantes"
18886
18887 \end_inset
18888
18889 .
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Para insertar un flotante, usa el menú 
18894 \family sans
18895 Insertar\SpecialChar \menuseparator
18896 Flotante
18897 \family default
18898 .
18899  Esto inserta una 
18900 \family sans
18901 Leyenda,
18902 \family default
18903  un cuadro con una etiqueta.
18904  La etiqueta se traducirá automáticamente al idioma del documento.
18905  Tras la etiqueta puedes insertar el texto de la leyenda.
18906  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18907  separado dentro del flotante.
18908  La colocación de leyendas se describe en la sección
18909 \begin_inset space ~
18910 \end_inset
18911
18912
18913 \begin_inset CommandInset ref
18914 LatexCommand ref
18915 reference "sec:Colocación-de-leyendas"
18916
18917 \end_inset
18918
18919 .
18920  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18921  con clic-izquierdo sobre él.
18922  Un cuadro cerrado se muestra así: 
18923 \begin_inset Graphics
18924         filename clipart/flotanteQt4.png
18925         scale 70
18926
18927 \end_inset
18928
18929  ---un cuadro gris con etiqueta en rojo---.
18930 \end_layout
18931
18932 \begin_layout Standard
18933 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18934  errores de LaTeX si el texto circundante se formatea de modo especial.
18935 \end_layout
18936
18937 \begin_layout Standard
18938 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18939  y pinchando el botón correspondiente de la barra de herramientas para un
18940  flotante nuevo.
18941 \end_layout
18942
18943 \begin_layout Section
18944 Tipos de flotantes
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Además de los flotantes de imagen y de tabla que se describen en la sección
18949 \begin_inset space ~
18950 \end_inset
18951
18952
18953 \begin_inset CommandInset ref
18954 LatexCommand ref
18955 reference "sec:Figuras-Flotantes"
18956
18957 \end_inset
18958
18959  y 
18960 \begin_inset CommandInset ref
18961 LatexCommand ref
18962 reference "sec:Tablas-Flotantes"
18963
18964 \end_inset
18965
18966 , respectivamente, LyX ofrece los tipos 
18967 \series bold
18968 Algoritmo
18969 \series default
18970  y 
18971 \series bold
18972 Envoltorio
18973 \series default
18974 .
18975 \end_layout
18976
18977 \begin_layout Subsection
18978 Algoritmos flotantes
18979 \begin_inset Index
18980 status collapsed
18981
18982 \begin_layout Plain Layout
18983 Flotantes ! Algoritmos
18984 \end_layout
18985
18986 \end_inset
18987
18988
18989 \begin_inset CommandInset label
18990 LatexCommand label
18991 name "sub:Algoritmos-Flotantes"
18992
18993 \end_inset
18994
18995
18996 \end_layout
18997
18998 \begin_layout Standard
18999 \begin_inset Float algorithm
19000 placement h
19001 wide false
19002 sideways false
19003 status open
19004
19005 \begin_layout Plain Layout
19006 \begin_inset Caption
19007
19008 \begin_layout Plain Layout
19009 \begin_inset CommandInset label
19010 LatexCommand label
19011 name "alg:Ejemplo-de-Algoritmo-flotante"
19012
19013 \end_inset
19014
19015 Ejemplo de algoritmo flotante
19016 \end_layout
19017
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \begin_layout LyX-Code
19024 for I in 1..N loop
19025 \begin_inset Newline newline
19026 \end_inset
19027
19028  Sum:= Sum + A(I); /*comment*/
19029 \begin_inset Newline newline
19030 \end_inset
19031
19032 end loop
19033 \begin_inset VSpace -4mm
19034 \end_inset
19035
19036
19037 \end_layout
19038
19039 \end_inset
19040
19041
19042 \end_layout
19043
19044 \begin_layout Standard
19045 Este tipo de flotante se inserta con el menú 
19046 \family sans
19047 Insertar\SpecialChar \menuseparator
19048 Flotante\SpecialChar \menuseparator
19049 Algoritmo
19050 \family default
19051 .
19052  Se usa para códigos y descripciones de algoritmos.
19053  Un posible entorno para algoritmos es 
19054 \family sans
19055 Código-LyX
19056 \family default
19057 , descrito en la 
19058 \emph on
19059 Guía del usuario
19060 \emph default
19061  de LyX.
19062  El algoritmo
19063 \begin_inset space ~
19064 \end_inset
19065
19066
19067 \begin_inset CommandInset ref
19068 LatexCommand ref
19069 reference "alg:Ejemplo-de-Algoritmo-flotante"
19070
19071 \end_inset
19072
19073  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19074  vertical de -4
19075 \begin_inset space \thinspace{}
19076 \end_inset
19077
19078 mm al final para tener la línea inferior exactamente bajo la última línea
19079  de texto.
19080 \end_layout
19081
19082 \begin_layout Standard
19083 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19084  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19085 \end_layout
19086
19087 \begin_layout Standard
19088
19089 \series bold
19090
19091 \backslash
19092 floatname{algorithm}{nombre}
19093 \end_layout
19094
19095 \begin_layout Standard
19096 donde 
19097 \family sans
19098 nombre
19099 \family default
19100  es la palabra «
19101 \emph on
19102 algorithm
19103 \emph default
19104 » en el lenguaje deseado.
19105 \end_layout
19106
19107 \begin_layout Standard
19108 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19109  
19110 \family sans
19111 Insertar\SpecialChar \menuseparator
19112 Lista/IG\SpecialChar \menuseparator
19113 Lista de algoritmos
19114 \family default
19115  como en documentos en inglés.
19116  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19117 \end_layout
19118
19119 \begin_layout Standard
19120
19121 \series bold
19122
19123 \backslash
19124 listof{algorithm}{nombre}
19125 \end_layout
19126
19127 \begin_layout Standard
19128 donde 
19129 \family sans
19130 nombre
19131 \family default
19132  es «
19133 \emph on
19134 List of algorithms
19135 \emph default
19136 » en tu idioma.
19137 \end_layout
19138
19139 \begin_layout Standard
19140 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19141  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19142 tmo».
19143  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19144  documento:
19145 \end_layout
19146
19147 \begin_layout Standard
19148
19149 \series bold
19150
19151 \backslash
19152 numberwithin{algorithm}{chapter}
19153 \end_layout
19154
19155 \begin_layout Standard
19156 Para poder usar el comando 
19157 \series bold
19158
19159 \backslash
19160 numberwithin
19161 \series default
19162 , marca la opción 
19163 \family sans
19164 Usar
19165 \begin_inset space ~
19166 \end_inset
19167
19168 el
19169 \begin_inset space ~
19170 \end_inset
19171
19172 paquete
19173 \begin_inset space ~
19174 \end_inset
19175
19176 AMS
19177 \family default
19178  en el menú 
19179 \family sans
19180 Documento\SpecialChar \menuseparator
19181 Configuración\SpecialChar \menuseparator
19182 Ecuaciones
19183 \family default
19184 .
19185 \end_layout
19186
19187 \begin_layout Subsection
19188 Envoltorios flotantes
19189 \begin_inset Index
19190 status open
19191
19192 \begin_layout Plain Layout
19193 Flotantes ! Envoltorio
19194 \end_layout
19195
19196 \end_inset
19197
19198
19199 \begin_inset CommandInset label
19200 LatexCommand label
19201 name "sub:Envoltorio-flotante"
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Standard
19209 \begin_inset Wrap figure
19210 lines 0
19211 placement l
19212 overhang 1cm
19213 width "40col%"
19214 status open
19215
19216 \begin_layout Plain Layout
19217 \begin_inset Graphics
19218         filename ../clipart/mobius.eps
19219         width 40col%
19220         rotateOrigin center
19221
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \begin_layout Plain Layout
19228 \begin_inset Caption
19229
19230 \begin_layout Plain Layout
19231 \begin_inset CommandInset label
19232 LatexCommand label
19233 name "fig:Envoltorio-de-figura"
19234
19235 \end_inset
19236
19237 Figura envuelta en el texto
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \end_inset
19246
19247  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19248  de modo que ocupe sólo una parte del ancho de columna.
19249  Se inserta con el menú 
19250 \family sans
19251 Insertar\SpecialChar \menuseparator
19252 Flotante\SpecialChar \menuseparator
19253 Envoltorio
19254 \begin_inset space ~
19255 \end_inset
19256
19257 de
19258 \begin_inset space ~
19259 \end_inset
19260
19261 figura
19262 \family default
19263  o 
19264 \family sans
19265 Envoltorio
19266 \begin_inset space ~
19267 \end_inset
19268
19269 de
19270 \begin_inset space ~
19271 \end_inset
19272
19273 tabla
19274 \family default
19275  si está instalado el paquete LaTeX 
19276 \series bold
19277 wrapfig
19278 \series default
19279
19280 \begin_inset Index
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284 LaTeX-paquetes ! wrapfig
19285 \begin_inset ERT
19286 status collapsed
19287
19288 \begin_layout Plain Layout
19289
19290
19291 \backslash
19292 vspace{4mm}
19293 \end_layout
19294
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301
19302 .
19303 \begin_inset Foot
19304 status collapsed
19305
19306 \begin_layout Plain Layout
19307 La instalación de paquetes LaTeX se explica en el manual 
19308 \emph on
19309 Configuración de LaTeX
19310 \emph default
19311 .
19312 \end_layout
19313
19314 \end_inset
19315
19316  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19317  con clic-derecha sobre el cuadro del flotante.
19318  Son obligatorios la 
19319 \family sans
19320 Ubicación
19321 \family default
19322  y la 
19323 \family sans
19324 Anchura
19325 \family default
19326 .
19327  Son opcionales 
19328 \family sans
19329 Overhang
19330 \family default
19331 , que especifica la anchura de invasión del margen, y 
19332 \family sans
19333 Extender
19334 \begin_inset space ~
19335 \end_inset
19336
19337 líneas
19338 \family default
19339 , que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19340  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19341  opción sólo si encuentras problemas en la colocación del flotante.
19342  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19343  del párrafo o en los párrafos adyacentes.
19344  La figura
19345 \begin_inset space ~
19346 \end_inset
19347
19348
19349 \begin_inset CommandInset ref
19350 LatexCommand ref
19351 reference "fig:Envoltorio-de-figura"
19352
19353 \end_inset
19354
19355  es un ejemplo de envoltorio con una anchura de columna del 40
19356 \begin_inset space \thinspace{}
19357 \end_inset
19358
19359 %, ubicado a la izquierda y 1
19360 \begin_inset space \thinspace{}
19361 \end_inset
19362
19363 cm de invasión de margen.
19364 \begin_inset Foot
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368 Consulta las unidades disponibles en el apéndice
19369 \begin_inset space ~
19370 \end_inset
19371
19372
19373 \begin_inset CommandInset ref
19374 LatexCommand ref
19375 reference "cha:Unidades-disponibles-en"
19376
19377 \end_inset
19378
19379 .
19380 \end_layout
19381
19382 \end_inset
19383
19384
19385 \end_layout
19386
19387 \begin_layout Standard
19388 \begin_inset Note Greyedout
19389 status open
19390
19391 \begin_layout Plain Layout
19392
19393 \series bold
19394 Nota:
19395 \series default
19396  ¡Los envoltorios flotantes son frágiles! P.
19397 \begin_inset space \thinspace{}
19398 \end_inset
19399
19400 e.
19401 \begin_inset space ~
19402 \end_inset
19403
19404 si una figura está demasiado cerca de la parte inferior de la página se
19405  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19406  o situarse junto a otro texto.
19407 \end_layout
19408
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \begin_layout Standard
19415 En general:
19416 \end_layout
19417
19418 \begin_layout Itemize
19419 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19420  salto de página.
19421  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19422  esté casi listo y puedas prever los saltos de página.
19423 \end_layout
19424
19425 \begin_layout Itemize
19426 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19427  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19428 \end_layout
19429
19430 \begin_layout Itemize
19431 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19432  que asegura que hay un párrafo de texto entre ellos.
19433 \end_layout
19434
19435 \begin_layout Itemize
19436 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19437 \end_layout
19438
19439 \begin_layout Section
19440 Numeración de flotantes
19441 \begin_inset CommandInset label
19442 LatexCommand label
19443 name "sec:Numeración-de-flotantes"
19444
19445 \end_inset
19446
19447
19448 \begin_inset Index
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452 Flotantes ! Numeración
19453 \end_layout
19454
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \begin_layout Standard
19461 En general, los flotantes se numeran independientemente de las secciones
19462  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19463  dependiendo de la clase de documento utilizada.
19464 \end_layout
19465
19466 \begin_layout Standard
19467 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19468  comando en el preámbulo del documento:
19469 \end_layout
19470
19471 \begin_layout Standard
19472
19473 \series bold
19474
19475 \backslash
19476 renewcommand{
19477 \backslash
19478 thetable}{
19479 \backslash
19480 roman{table}}
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \series bold
19486
19487 \backslash
19488 thetable 
19489 \series default
19490 es el comando que imprime el número de la tabla, para figuras flotantes
19491  el comando sería 
19492 \series bold
19493
19494 \backslash
19495 thefigure
19496 \series default
19497 .
19498  El comando 
19499 \series bold
19500
19501 \backslash
19502 roman
19503 \series default
19504  imprime el número de tabla en números romanos en minúscula.
19505 \end_layout
19506
19507 \begin_layout Standard
19508 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19509  usa este comando en el preámbulo:
19510 \end_layout
19511
19512 \begin_layout Standard
19513
19514 \series bold
19515
19516 \backslash
19517 numberwithin{table}{subsection}
19518 \end_layout
19519
19520 \begin_layout Standard
19521 Para poder usar el comando 
19522 \series bold
19523
19524 \backslash
19525 numberwithin
19526 \series default
19527 , debes marcar la opción 
19528 \family sans
19529 Usar
19530 \begin_inset space ~
19531 \end_inset
19532
19533 el
19534 \begin_inset space ~
19535 \end_inset
19536
19537 paquete
19538 \begin_inset space ~
19539 \end_inset
19540
19541 AMS 
19542 \family default
19543 en el apartado 
19544 \family sans
19545 Ecuaciones 
19546 \family default
19547 de las preferencias del documento.
19548 \end_layout
19549
19550 \begin_layout Standard
19551 Puedes ver más detalles y notas importantes sobre comandos de numeración
19552  en la sección
19553 \begin_inset space ~
19554 \end_inset
19555
19556
19557 \begin_inset CommandInset ref
19558 LatexCommand ref
19559 reference "sub:Numeración-de-Notas-al-Pie"
19560
19561 \end_inset
19562
19563 .
19564 \end_layout
19565
19566 \begin_layout Section
19567 Referencias a flotantes
19568 \begin_inset CommandInset label
19569 LatexCommand label
19570 name "sec:Referencias-a-Flotantes"
19571
19572 \end_inset
19573
19574
19575 \begin_inset Index
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579 Flotantes ! Referencias
19580 \end_layout
19581
19582 \end_inset
19583
19584
19585 \begin_inset Index
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589 Referencias
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19599  menú 
19600 \family sans
19601 Insertar\SpecialChar \menuseparator
19602 Etiqueta
19603 \family default
19604  o el botón 
19605 \begin_inset Graphics
19606         filename ../../images/label-insert.png
19607         scale 85
19608
19609 \end_inset
19610
19611 .
19612  Aparece una ventana esperando la introducción del texto de la etiqueta
19613  y se inserta un cuadro gris como este: 
19614 \begin_inset Graphics
19615         filename clipart/etiquetaQt4.png
19616         scale 85
19617
19618 \end_inset
19619
19620 .
19621  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19622  El prefijo depende del tipo de flotante, p.
19623 \begin_inset space \thinspace{}
19624 \end_inset
19625
19626 e.
19627 \begin_inset space ~
19628 \end_inset
19629
19630 para figuras el prefijo será «
19631 \family sans
19632 fig:
19633 \family default
19634 ».
19635 \end_layout
19636
19637 \begin_layout Standard
19638 La etiqueta se usa como ancla y el nombre para la referencia.
19639  Puedes referenciar la etiqueta usando el menú 
19640 \family sans
19641 Insertar\SpecialChar \menuseparator
19642 Referencia
19643 \family default
19644
19645 \begin_inset space ~
19646 \end_inset
19647
19648
19649 \family sans
19650 cruzada
19651 \family default
19652  o el botón 
19653 \begin_inset Graphics
19654         filename ../../images/dialog-show-new-inset_ref.png
19655         scale 85
19656
19657 \end_inset
19658
19659 .
19660  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19661  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19662  trabajando de la lista desplegable de la parte superior del diálogo.
19663  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19664  Se inserta un cuadro gris como este: 
19665 \begin_inset Graphics
19666         filename clipart/referenciaQt4.png
19667         scale 85
19668
19669 \end_inset
19670
19671 .
19672  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19673 \end_layout
19674
19675 \begin_layout Standard
19676 Se recomienda poner un espacio protegido entre el nombre de la referencia
19677  cruzada y su número para evitar saltos de línea entre ellos.
19678  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19679  dos interrogaciones en la salida.
19680 \end_layout
19681
19682 \begin_layout Standard
19683 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19684  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19685  al texto de la etiqueta nueva, no te ocupes por eso.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 El botón 
19690 \family sans
19691 Ir
19692 \begin_inset space ~
19693 \end_inset
19694
19695 a
19696 \begin_inset space ~
19697 \end_inset
19698
19699 la
19700 \begin_inset space ~
19701 \end_inset
19702
19703 etiqueta
19704 \family default
19705  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19706  y el texto del botón cambia a 
19707 \family sans
19708 Volver
19709 \family default
19710 , con el que se puede retornar a la referencia.
19711  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19712  la etiqueta pero sin opción de volver.
19713 \end_layout
19714
19715 \begin_layout Subsection
19716 Formatos de referencia cruzada
19717 \begin_inset CommandInset label
19718 LatexCommand label
19719 name "sub:Formatos-referencia-cruzada"
19720
19721 \end_inset
19722
19723
19724 \begin_inset Index
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 Referencias ! Formatos
19729 \end_layout
19730
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \begin_layout Standard
19737 Hay seis variedades de referencias cruzadas:
19738 \end_layout
19739
19740 \begin_layout Description
19741 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19742  
19743 \begin_inset CommandInset ref
19744 LatexCommand ref
19745 reference "fig:Dos-imágenes-distorsionadas"
19746
19747 \end_inset
19748
19749
19750 \end_layout
19751
19752 \begin_layout Description
19753 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19754  habitual para referirse a fórmulas, especialmente si se omite el nombre
19755  «Ecuación»: 
19756 \begin_inset CommandInset ref
19757 LatexCommand eqref
19758 reference "eq:Wgn"
19759
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \begin_layout Description
19766 <página>: imprime el número de página: Página
19767 \begin_inset space ~
19768 \end_inset
19769
19770
19771 \begin_inset CommandInset ref
19772 LatexCommand pageref
19773 reference "fig:Dos-imágenes-distorsionadas"
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \begin_layout Description
19781 en
19782 \begin_inset space ~
19783 \end_inset
19784
19785 página
19786 \begin_inset space ~
19787 \end_inset
19788
19789 <página>: imprime el texto «en la página» y el número de página: 
19790 \begin_inset CommandInset ref
19791 LatexCommand vpageref
19792 reference "fig:Dos-imágenes-distorsionadas"
19793
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \begin_layout Description
19800 <referencia>
19801 \begin_inset space ~
19802 \end_inset
19803
19804 en
19805 \begin_inset space ~
19806 \end_inset
19807
19808 página
19809 \begin_inset space ~
19810 \end_inset
19811
19812 <página>: imprime el número flotante, el texto «en la página» y el número
19813  de página: 
19814 \begin_inset CommandInset ref
19815 LatexCommand vref
19816 reference "fig:Dos-imágenes-distorsionadas"
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Description
19824 Referencia
19825 \begin_inset space ~
19826 \end_inset
19827
19828 con
19829 \begin_inset space ~
19830 \end_inset
19831
19832 formato: imprime un formato personalizado.
19833  
19834 \begin_inset Note Greyedout
19835 status open
19836
19837 \begin_layout Plain Layout
19838
19839 \series bold
19840 Nota:
19841 \series default
19842  Esta característica sólo está disponible si está instalado el paquete LaTeX
19843  
19844 \series bold
19845 prettyref
19846 \series default
19847 .
19848 \end_layout
19849
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \begin_layout Standard
19856 Ten en cuenta que el estilo <página>
19857 \begin_inset space \thinspace{}
19858 \end_inset
19859
19860  no imprime el número si la etiqueta está en la misma página, en la anterior
19861  o en la siguiente.
19862  En su lugar verás p.
19863 \begin_inset space \thinspace{}
19864 \end_inset
19865
19866 e.
19867 \begin_inset space ~
19868 \end_inset
19869
19870 el texto «
19871 \family sans
19872 en esta página
19873 \family default
19874 ».
19875 \end_layout
19876
19877 \begin_layout Standard
19878 El número y página actual de la parte del documento referida es automáticamente
19879  calculado por LaTeX en la salida.
19880  Las variedades se ajustan en el campo 
19881 \family sans
19882 Formato
19883 \family default
19884  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19885 \end_layout
19886
19887 \begin_layout Subsection
19888 Designación automática de referencias
19889 \begin_inset Index
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 Referencias ! Designación automática
19894 \end_layout
19895
19896 \end_inset
19897
19898
19899 \end_layout
19900
19901 \begin_layout Standard
19902 El paquete LaTeX 
19903 \series bold
19904 hyperref
19905 \series default
19906  dispone de una característica muy útil que permite incluir automáticamente
19907  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19908  de texto como secciones).
19909  Quieres p.
19910 \begin_inset space \thinspace{}
19911 \end_inset
19912
19913 e.
19914 \begin_inset space ~
19915 \end_inset
19916
19917 escribir la palabra «Figura» antes de cada cuadro de referencia.
19918  Para conseguirlo debes cargar el paquete LaTeX 
19919 \series bold
19920 hyperref
19921 \series default
19922
19923 \begin_inset Index
19924 status collapsed
19925
19926 \begin_layout Plain Layout
19927 LaTeX-paquetes ! hyperref
19928 \end_layout
19929
19930 \end_inset
19931
19932  en el preámbulo del documento con
19933 \end_layout
19934
19935 \begin_layout Standard
19936
19937 \series bold
19938
19939 \backslash
19940 usepackage[pdfborder={0 0 0}]{hyperref}
19941 \begin_inset Newline newline
19942 \end_inset
19943
19944
19945 \backslash
19946 AtBeginDocument{
19947 \backslash
19948 renewcommand{
19949 \backslash
19950 ref}[1]{
19951 \backslash
19952 mbox{
19953 \backslash
19954 autoref{#1}}}}
19955 \end_layout
19956
19957 \begin_layout Standard
19958
19959 \series bold
19960 hyperref
19961 \series default
19962  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
19963  esto significa que el lector del documento podrá pinchar sobre una entrada
19964  de Índice o una referencia y será inmediatamente dirigido a esa parte del
19965  documento.
19966  
19967 \series bold
19968 hyperref
19969 \series default
19970  también crea marcadores PDF para cada sección para facilitar al lector
19971  la navegación por el documento.
19972  Esto también se ha usado en este documento pero si echas una ojeada al
19973  preámbulo encontrarás varias opciones en la carga de 
19974 \series bold
19975 hyperref
19976 \series default
19977 .
19978  Para aprender más sobre ello acude a la documentación del paquete 
19979 \begin_inset CommandInset citation
19980 LatexCommand cite
19981 key "hyperref"
19982
19983 \end_inset
19984
19985 .
19986 \end_layout
19987
19988 \begin_layout Standard
19989 \begin_inset Note Greyedout
19990 status open
19991
19992 \begin_layout Plain Layout
19993
19994 \series bold
19995 Nota:
19996 \series default
19997  La designación automática de referencias no puede usarse en el estilo 
19998 \family sans
19999 Referencia
20000 \begin_inset space ~
20001 \end_inset
20002
20003 con
20004 \begin_inset space ~
20005 \end_inset
20006
20007 formato
20008 \family default
20009 , descrita en la sección
20010 \begin_inset space ~
20011 \end_inset
20012
20013
20014 \begin_inset CommandInset ref
20015 LatexCommand ref
20016 reference "sub:Formatos-referencia-cruzada"
20017
20018 \end_inset
20019
20020 .
20021 \end_layout
20022
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \begin_layout Subsection
20029 Colocación de referencias
20030 \begin_inset CommandInset label
20031 LatexCommand label
20032 name "sub:Colocación-de-Referencias"
20033
20034 \end_inset
20035
20036
20037 \begin_inset Index
20038 status collapsed
20039
20040 \begin_layout Plain Layout
20041 Referencias ! Colocación
20042 \end_layout
20043
20044 \end_inset
20045
20046
20047 \end_layout
20048
20049 \begin_layout Standard
20050 Si usas 
20051 \series bold
20052 hyperref
20053 \series default
20054
20055 \begin_inset Index
20056 status collapsed
20057
20058 \begin_layout Plain Layout
20059 LaTeX-paquetes ! hyperref
20060 \end_layout
20061
20062 \end_inset
20063
20064  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20065  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20066  La leyenda será la primera parte del texto en pantalla, de forma que para
20067  ver la imagen debes deslizar.
20068  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20069  Usando el paquete 
20070 \series bold
20071 hypcap
20072 \series default
20073
20074 \begin_inset Index
20075 status collapsed
20076
20077 \begin_layout Plain Layout
20078 LaTeX-paquetes ! hypcap
20079 \end_layout
20080
20081 \end_inset
20082
20083 , que forma parte del paquete LaTeX 
20084 \series bold
20085 oberdiek
20086 \series default
20087
20088 \begin_inset Index
20089 status collapsed
20090
20091 \begin_layout Plain Layout
20092 LaTeX-paquetes ! oberdiek
20093 \end_layout
20094
20095 \end_inset
20096
20097 , el ancla de enlace se sitúa al comienzo de un flotante.
20098  Para usar esta característica para figuras flotantes carga 
20099 \series bold
20100 hypcap
20101 \series default
20102  en el preámbulo con
20103 \end_layout
20104
20105 \begin_layout Standard
20106
20107 \series bold
20108
20109 \backslash
20110 usepackage[figure]{hypcap}
20111 \end_layout
20112
20113 \begin_layout Standard
20114 Puedes usar 
20115 \series bold
20116 hypcap
20117 \series default
20118  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20119  Más información en el manual de 
20120 \series bold
20121 hypcap
20122 \series default
20123  
20124 \begin_inset CommandInset citation
20125 LatexCommand cite
20126 key "hypcap"
20127
20128 \end_inset
20129
20130 .
20131 \end_layout
20132
20133 \begin_layout Standard
20134 \begin_inset Note Greyedout
20135 status open
20136
20137 \begin_layout Plain Layout
20138
20139 \series bold
20140 Nota: hypcap
20141 \series default
20142  debe cargarse después de 
20143 \series bold
20144 hyperref
20145 \series default
20146  en el preámbulo
20147 \series bold
20148 .
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Standard
20157 \begin_inset Note Greyedout
20158 status open
20159
20160 \begin_layout Plain Layout
20161
20162 \series bold
20163 Nota:
20164 \series default
20165  La colocación de referencias no afecta a las referencias a subfiguras.
20166 \end_layout
20167
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \begin_layout Section
20174 Colocación de flotantes
20175 \begin_inset CommandInset label
20176 LatexCommand label
20177 name "sec:Colocación-de-Flotantes"
20178
20179 \end_inset
20180
20181
20182 \begin_inset Index
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 Flotantes ! Colocación
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Standard
20195 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20196  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20197  los flotantes.
20198 \begin_inset Newline newline
20199 \end_inset
20200
20201 La opción 
20202 \family sans
20203 Extender
20204 \begin_inset space ~
20205 \end_inset
20206
20207 columnas
20208 \family default
20209  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20210  abarcará ambas columnas en lugar de una sola.
20211 \begin_inset Newline newline
20212 \end_inset
20213
20214 La opción 
20215 \family sans
20216 Girar
20217 \begin_inset space ~
20218 \end_inset
20219
20220 a
20221 \begin_inset space ~
20222 \end_inset
20223
20224 un
20225 \begin_inset space ~
20226 \end_inset
20227
20228 lado
20229 \family default
20230  sirve para girar flotantes, véase sección
20231 \begin_inset space ~
20232 \end_inset
20233
20234
20235 \begin_inset CommandInset ref
20236 LatexCommand ref
20237 reference "sec:Rotación-de-Flotantes"
20238
20239 \end_inset
20240
20241 .
20242  
20243 \end_layout
20244
20245 \begin_layout Standard
20246 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20247  la posición de un flotante si desmarcas la opción 
20248 \family sans
20249 Usar
20250 \begin_inset space ~
20251 \end_inset
20252
20253 ubicación
20254 \begin_inset space ~
20255 \end_inset
20256
20257 predeterminada
20258 \family default
20259 :
20260 \end_layout
20261
20262 \begin_layout Description
20263
20264 \family sans
20265 \series bold
20266 Aquí
20267 \begin_inset space ~
20268 \end_inset
20269
20270 si
20271 \begin_inset space ~
20272 \end_inset
20273
20274 es
20275 \begin_inset space ~
20276 \end_inset
20277
20278 posible
20279 \family default
20280 \series default
20281  intenta situar el flotante en la posición en la que se inserta
20282 \end_layout
20283
20284 \begin_layout Description
20285
20286 \family sans
20287 \series bold
20288 Principio
20289 \begin_inset space ~
20290 \end_inset
20291
20292 de
20293 \begin_inset space ~
20294 \end_inset
20295
20296 página
20297 \family default
20298 \series default
20299  intenta situar el flotante al principio de la página actual
20300 \end_layout
20301
20302 \begin_layout Description
20303
20304 \family sans
20305 \series bold
20306 Fin
20307 \begin_inset space ~
20308 \end_inset
20309
20310 de
20311 \begin_inset space ~
20312 \end_inset
20313
20314 página
20315 \family default
20316 \series default
20317  intenta situar el flotante al final de la página actual
20318 \end_layout
20319
20320 \begin_layout Description
20321
20322 \family sans
20323 \series bold
20324 Página
20325 \begin_inset space ~
20326 \end_inset
20327
20328 de
20329 \begin_inset space ~
20330 \end_inset
20331
20332 flotantes
20333 \family default
20334 \series default
20335  intenta situar el flotante en una página propia 
20336 \end_layout
20337
20338 \begin_layout Standard
20339 LaTeX usa 
20340 \emph on
20341 siempre
20342 \emph default
20343  ese orden de opciones.
20344  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20345  lugar 
20346 \family sans
20347 Aquí
20348 \begin_inset space ~
20349 \end_inset
20350
20351 si
20352 \begin_inset space ~
20353 \end_inset
20354
20355 es
20356 \begin_inset space ~
20357 \end_inset
20358
20359 posible
20360 \family default
20361 , luego 
20362 \family sans
20363 Principio
20364 \begin_inset space ~
20365 \end_inset
20366
20367 de
20368 \begin_inset space ~
20369 \end_inset
20370
20371 página
20372 \family default
20373 , y después las otras.
20374  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20375  pero en dicho orden.
20376  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20377  pero intenta poner el flotante en la página siguiente.
20378 \end_layout
20379
20380 \begin_layout Standard
20381 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20382 \end_layout
20383
20384 \begin_layout Labeling
20385 \labelwidthstring 00.00.0000
20386
20387 \family sans
20388 Principio
20389 \begin_inset space ~
20390 \end_inset
20391
20392 de
20393 \begin_inset space ~
20394 \end_inset
20395
20396 página:
20397 \family default
20398  sólo si el flotante ocupa menos del 70
20399 \begin_inset space \thinspace{}
20400 \end_inset
20401
20402 % de la página puede ubicarse al principio de página (
20403 \series bold
20404
20405 \backslash
20406 topfraction
20407 \series default
20408 )
20409 \end_layout
20410
20411 \begin_layout Labeling
20412 \labelwidthstring 00.00.0000
20413
20414 \family sans
20415 Fin
20416 \begin_inset space ~
20417 \end_inset
20418
20419 de
20420 \begin_inset space ~
20421 \end_inset
20422
20423 página:
20424 \family default
20425  sólo si el flotante ocupa menos del 30
20426 \begin_inset space \thinspace{}
20427 \end_inset
20428
20429 % de la página puede ubicarse al fin de página.
20430  (
20431 \series bold
20432
20433 \backslash
20434 bottomfraction
20435 \series default
20436 )
20437 \end_layout
20438
20439 \begin_layout Labeling
20440 \labelwidthstring 00.00.0000
20441
20442 \family sans
20443 Página
20444 \begin_inset space ~
20445 \end_inset
20446
20447 de
20448 \begin_inset space ~
20449 \end_inset
20450
20451 flotantes:
20452 \family default
20453  sólo si más del 50
20454 \begin_inset space \thinspace{}
20455 \end_inset
20456
20457 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20458  página.
20459  (
20460 \series bold
20461
20462 \backslash
20463 floatpagefraction
20464 \series default
20465 )
20466 \end_layout
20467
20468 \begin_layout Standard
20469 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20470  
20471 \family sans
20472 Ignorar
20473 \begin_inset space ~
20474 \end_inset
20475
20476 reglas
20477 \begin_inset space ~
20478 \end_inset
20479
20480 de
20481 \begin_inset space ~
20482 \end_inset
20483
20484 LaTeX
20485 \family default
20486 .
20487 \begin_inset Newline newline
20488 \end_inset
20489
20490 También puedes redefinir las reglas con los comandos LaTeX que van entre
20491  paréntesis tras la descripción de las reglas anteriores.
20492  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20493  la regla 
20494 \family sans
20495 Fin
20496 \family default
20497
20498 \begin_inset space ~
20499 \end_inset
20500
20501
20502 \family sans
20503 de
20504 \family default
20505
20506 \begin_inset space ~
20507 \end_inset
20508
20509
20510 \family sans
20511 página
20512 \family default
20513  al 50
20514 \begin_inset space \thinspace{}
20515 \end_inset
20516
20517 %, añade esta línea en el preámbulo:
20518 \end_layout
20519
20520 \begin_layout Standard
20521
20522 \series bold
20523
20524 \backslash
20525 renewcommand{
20526 \backslash
20527 bottomfraction}{0.5}
20528 \end_layout
20529
20530 \begin_layout Standard
20531 En determinados casos podrías necesitar ubicar un flotante exactamente en
20532  la posición en la que se inserta.
20533  Para esto puedes usar la opción 
20534 \family sans
20535 Aquí
20536 \begin_inset space ~
20537 \end_inset
20538
20539 definitivamente
20540 \family default
20541 .
20542  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20543  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20544  se podría estropear el diseño de la página.
20545 \end_layout
20546
20547 \begin_layout Standard
20548 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20549  rodeados por texto de un párrafo determinado.
20550 \begin_inset VSpace bigskip
20551 \end_inset
20552
20553
20554 \end_layout
20555
20556 \begin_layout Standard
20557 A veces surge el problema de que un flotante se sitúa al principio de la
20558  página mientras que su sección correspondiente empieza en mitad de la página,
20559  así que el lector podría creer que el flotante forma parte de la sección
20560  anterior.
20561  Para evitarlo puede emplearse el comando LaTeX 
20562 \series bold
20563
20564 \backslash
20565 suppressfloats
20566 \series default
20567 , que suprime la ubicación de un flotante dado en la página donde se inserta
20568  y además puede servir para evitar que el flotante se coloque antes del
20569  inicio de sección.
20570  Para ello, añade estos comandos al preámbulo:
20571 \end_layout
20572
20573 \begin_layout Standard
20574
20575 \series bold
20576
20577 \backslash
20578 let
20579 \backslash
20580 mySection
20581 \backslash
20582 section
20583 \begin_inset Newline newline
20584 \end_inset
20585
20586
20587 \backslash
20588 renewcommand{
20589 \backslash
20590 section}{
20591 \backslash
20592 suppressfloats[t]
20593 \backslash
20594 mySection}
20595 \end_layout
20596
20597 \begin_layout Standard
20598 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20599  subsecciones.
20600  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20601  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20602 \end_layout
20603
20604 \begin_layout Standard
20605 \begin_inset VSpace bigskip
20606 \end_inset
20607
20608 En ciertos casos se quieren tener todas las figuras/tablas al final del
20609  documento.
20610  Para estos casos está el paquete LaTeX 
20611 \series bold
20612 endfloat
20613 \series default
20614
20615 \begin_inset Index
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 LaTeX-paquetes ! endfloat
20620 \end_layout
20621
20622 \end_inset
20623
20624 .
20625  Pone todas las figuras y tablas flotantes al final del documento en secciones
20626  propias.
20627  En la posición original del flotante se inserta una indicación como «
20628 \family sans
20629 [Figure
20630 \begin_inset space ~
20631 \end_inset
20632
20633 3.2 about here.]
20634 \family default
20635 ».
20636  El paquete 
20637 \series bold
20638 endfloat
20639 \series default
20640  se carga en el preámbulo con la línea
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646
20647 \backslash
20648 usepackage[options]{endfloat}
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20653  Para más información véase la documentación de 
20654 \begin_inset CommandInset citation
20655 LatexCommand cite
20656 key "endfloat"
20657
20658 \end_inset
20659
20660 .
20661 \begin_inset Newline newline
20662 \end_inset
20663
20664
20665 \begin_inset Note Greyedout
20666 status open
20667
20668 \begin_layout Plain Layout
20669
20670 \series bold
20671 Nota: endfloat
20672 \series default
20673  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20674  véase sección
20675 \begin_inset space ~
20676 \end_inset
20677
20678 4 en 
20679 \begin_inset CommandInset citation
20680 LatexCommand cite
20681 key "endfloat"
20682
20683 \end_inset
20684
20685 .
20686 \end_layout
20687
20688 \end_inset
20689
20690
20691 \begin_inset Newline newline
20692 \end_inset
20693
20694
20695 \begin_inset Note Greyedout
20696 status open
20697
20698 \begin_layout Plain Layout
20699
20700 \series bold
20701 Nota:
20702 \series default
20703  Actualmente hay un error en 
20704 \series bold
20705 endfloat
20706 \series default
20707  cuando la leyenda contiene el carácter alemán «ß».
20708  Usa en ese caso el comando «
20709 \series bold
20710
20711 \backslash
20712 ss
20713 \series default
20714 » en código TeX en vez de «ß».
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \end_layout
20721
20722 \begin_layout Standard
20723 \begin_inset VSpace bigskip
20724 \end_inset
20725
20726 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20727 \begin_inset CommandInset citation
20728 LatexCommand cite
20729 key "latexcompanion,latexguide,latexbook"
20730
20731 \end_inset
20732
20733 .
20734 \end_layout
20735
20736 \begin_layout Section
20737 Rotación de flotantes
20738 \begin_inset CommandInset label
20739 LatexCommand label
20740 name "sec:Rotación-de-Flotantes"
20741
20742 \end_inset
20743
20744
20745 \begin_inset Index
20746 status collapsed
20747
20748 \begin_layout Plain Layout
20749 Flotantes ! Rotación
20750 \end_layout
20751
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20759  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20760  la opción 
20761 \family sans
20762 Girar
20763 \begin_inset space ~
20764 \end_inset
20765
20766 a
20767 \begin_inset space ~
20768 \end_inset
20769
20770 un
20771 \begin_inset space ~
20772 \end_inset
20773
20774 lado
20775 \family default
20776 .
20777 \end_layout
20778
20779 \begin_layout Standard
20780 Los flotantes girados son puestos siempre en su propia página (o columna
20781  si el documento es de dos columnas).
20782  Se les puede permitir abarcar varias columnas con la opción de configuración
20783  
20784 \family sans
20785 Extender
20786 \begin_inset space ~
20787 \end_inset
20788
20789 columnas
20790 \family default
20791 .
20792  Se rotan de forma que puedes leerlos desde el margen externo.
20793  Para forzar determinada dirección de rotación para todas las páginas, puedes
20794  añadir una de las opciones 
20795 \series bold
20796 figuresleft
20797 \series default
20798  o 
20799 \series bold
20800 figuresright
20801 \series default
20802  a las opciones de clase del documento.
20803 \end_layout
20804
20805 \begin_layout Standard
20806 Los flotantes girados se refieren igual que los normales, y el formato de
20807  la leyenda también es el mismo: un ejemplo es la tabla
20808 \begin_inset space ~
20809 \end_inset
20810
20811
20812 \begin_inset CommandInset ref
20813 LatexCommand ref
20814 reference "tab:Tabla-girada"
20815
20816 \end_inset
20817
20818 .
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset Note Greyedout
20823 status open
20824
20825 \begin_layout Plain Layout
20826
20827 \series bold
20828 Nota:
20829 \series default
20830  No todos los visores DVI pueden mostrar tablas giradas.
20831 \end_layout
20832
20833 \end_inset
20834
20835
20836 \end_layout
20837
20838 \begin_layout Standard
20839 \begin_inset Float table
20840 wide false
20841 sideways true
20842 status open
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Caption
20846
20847 \begin_layout Plain Layout
20848 \begin_inset CommandInset label
20849 LatexCommand label
20850 name "tab:Tabla-girada"
20851
20852 \end_inset
20853
20854 Tabla girada
20855 \end_layout
20856
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \begin_layout Plain Layout
20863 \align center
20864 \begin_inset Tabular
20865 <lyxtabular version="3" rows="1" columns="5">
20866 <features>
20867 <column alignment="center" valignment="top" width="0">
20868 <column alignment="center" valignment="top" width="0">
20869 <column alignment="center" valignment="top" width="0">
20870 <column alignment="center" valignment="top" width="0">
20871 <column alignment="center" valignment="top" width="0">
20872 <row>
20873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20874 \begin_inset Text
20875
20876 \begin_layout Plain Layout
20877 test
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886 b
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 c
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 d
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 e
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 </lyxtabular>
20920
20921 \end_inset
20922
20923
20924 \end_layout
20925
20926 \end_inset
20927
20928
20929 \end_layout
20930
20931 \begin_layout Section
20932 Flotantes adosados
20933 \begin_inset Index
20934 status collapsed
20935
20936 \begin_layout Plain Layout
20937 Flotantes ! Adosados
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 Para colocar flotantes unos junto a otros, como en la figura
20947 \begin_inset space ~
20948 \end_inset
20949
20950
20951 \begin_inset CommandInset ref
20952 LatexCommand ref
20953 reference "fig:Flotante-izquierda"
20954
20955 \end_inset
20956
20957  y 
20958 \begin_inset CommandInset ref
20959 LatexCommand ref
20960 reference "fig:Flotante-derecha"
20961
20962 \end_inset
20963
20964 , se pone 
20965 \emph on
20966 un
20967 \emph default
20968  solo flotante.
20969  En él se insertan dos cuadros tipo minipágina.
20970 \begin_inset Foot
20971 status open
20972
20973 \begin_layout Plain Layout
20974 Las minipáginas se explican en la sección
20975 \begin_inset space ~
20976 \end_inset
20977
20978
20979 \begin_inset CommandInset ref
20980 LatexCommand ref
20981 reference "sec:Minipáginas"
20982
20983 \end_inset
20984
20985 .
20986 \end_layout
20987
20988 \end_inset
20989
20990  La anchura de la columna se establece en 45-50
20991 \begin_inset space \thinspace{}
20992 \end_inset
20993
20994 % y la alineación en 
20995 \family sans
20996 Inferior
20997 \family default
20998  para cada minipágina.
20999  Las minipáginas contienen la imagen y su título, de igual forma que en
21000  los flotantes.
21001  La única diferencia es que el 
21002 \family sans
21003 Ancho
21004 \begin_inset space ~
21005 \end_inset
21006
21007 de
21008 \begin_inset space ~
21009 \end_inset
21010
21011 columna
21012 \begin_inset space ~
21013 \end_inset
21014
21015 %
21016 \family default
21017  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21018 \end_layout
21019
21020 \begin_layout Standard
21021 \begin_inset Float figure
21022 placement h
21023 wide false
21024 sideways false
21025 status open
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Box Frameless
21029 position "b"
21030 hor_pos "c"
21031 has_inner_box 1
21032 inner_pos "t"
21033 use_parbox 0
21034 width "45col%"
21035 special "none"
21036 height "1in"
21037 height_special "totalheight"
21038 status open
21039
21040 \begin_layout Plain Layout
21041 \align center
21042 \begin_inset Graphics
21043         filename ../clipart/mobius.eps
21044         lyxscale 50
21045         width 100col%
21046         scaleBeforeRotation
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Caption
21055
21056 \begin_layout Plain Layout
21057 \begin_inset CommandInset label
21058 LatexCommand label
21059 name "fig:Flotante-izquierda"
21060
21061 \end_inset
21062
21063 Flotante en el lado izquierdo.
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \begin_inset space \hfill{}
21075 \end_inset
21076
21077
21078 \begin_inset Box Frameless
21079 position "b"
21080 hor_pos "c"
21081 has_inner_box 1
21082 inner_pos "t"
21083 use_parbox 0
21084 width "45col%"
21085 special "none"
21086 height "1in"
21087 height_special "totalheight"
21088 status open
21089
21090 \begin_layout Plain Layout
21091 \align center
21092 \begin_inset Graphics
21093         filename ../clipart/platypus.eps
21094         lyxscale 50
21095         width 100col%
21096         scaleBeforeRotation
21097
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Caption
21105
21106 \begin_layout Plain Layout
21107 \begin_inset CommandInset label
21108 LatexCommand label
21109 name "fig:Flotante-derecha"
21110
21111 \end_inset
21112
21113 Flotante en el lado derecho.
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \begin_layout Section
21132 Formato de las leyendas
21133 \begin_inset Index
21134 status collapsed
21135
21136 \begin_layout Plain Layout
21137 Leyendas ! Formato
21138 \end_layout
21139
21140 \end_inset
21141
21142
21143 \begin_inset Index
21144 status collapsed
21145
21146 \begin_layout Plain Layout
21147 Flotantes ! Formato de las leyendas
21148 \end_layout
21149
21150 \end_inset
21151
21152
21153 \begin_inset Index
21154 status collapsed
21155
21156 \begin_layout Plain Layout
21157 LaTeX-paquetes ! caption
21158 \end_layout
21159
21160 \end_inset
21161
21162
21163 \begin_inset CommandInset label
21164 LatexCommand label
21165 name "sec:Formato-de-leyendas"
21166
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \begin_layout Standard
21173 El entorno 
21174 \family sans
21175 Leyenda
21176 \family default
21177  es el predeterminado para los 
21178 \family sans
21179 Flotantes
21180 \family default
21181 .
21182  En LyX las leyendas se muestran como etiqueta, p.
21183 \begin_inset space \thinspace{}
21184 \end_inset
21185
21186 e.
21187 \begin_inset space ~
21188 \end_inset
21189
21190 «
21191 \family sans
21192 Figura #
21193 \family default
21194 :» seguida por el texto.
21195  «#» es el número real de referencia.
21196  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21197  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21198  del texto.
21199  El entorno leyenda no es apropiado para todos los tipos de documento.
21200  
21201 \end_layout
21202
21203 \begin_layout Standard
21204 Para cambiar el formato predeterminado carga el paquete LaTeX 
21205 \series bold
21206 caption
21207 \series default
21208
21209 \begin_inset Index
21210 status collapsed
21211
21212 \begin_layout Plain Layout
21213 LaTeX-paquetes ! caption
21214 \end_layout
21215
21216 \end_inset
21217
21218  en el preámbulo del documento con la línea:
21219 \end_layout
21220
21221 \begin_layout Standard
21222
21223 \series bold
21224
21225 \backslash
21226 usepackage[definición de formato]{caption}
21227 \end_layout
21228
21229 \begin_layout Standard
21230 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21231  las leyendas de tabla siempre sobre ella como en este documento, usa el
21232  comando:
21233 \end_layout
21234
21235 \begin_layout Standard
21236
21237 \series bold
21238
21239 \backslash
21240 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21241 \end_layout
21242
21243 \begin_layout Standard
21244 También puedes definir distintos formatos de leyenda para los distintos
21245  tipos de flotantes.
21246  En ese caso carga el paquete 
21247 \series bold
21248 caption
21249 \series default
21250  sin opciones específicas y define los distintos formatos con ayuda del
21251  comando
21252 \end_layout
21253
21254 \begin_layout Standard
21255
21256 \series bold
21257
21258 \backslash
21259 captionsetup[tipo de flotante]{definición de formato}
21260 \end_layout
21261
21262 \begin_layout Standard
21263 en el preámbulo del documento.
21264  Por ejemplo las leyendas de la Figura
21265 \begin_inset space ~
21266 \end_inset
21267
21268
21269 \begin_inset CommandInset ref
21270 LatexCommand ref
21271 reference "fig:Esto-es-una-fig"
21272
21273 \end_inset
21274
21275  y la tabla
21276 \begin_inset space ~
21277 \end_inset
21278
21279
21280 \begin_inset CommandInset ref
21281 LatexCommand ref
21282 reference "tab:Esto-es-una-tab"
21283
21284 \end_inset
21285
21286  pueden crearse usando los siguientes comandos en el preámbulo:
21287 \end_layout
21288
21289 \begin_layout Standard
21290
21291 \series bold
21292
21293 \backslash
21294 usepackage[tableposition=top]{caption}
21295 \series default
21296
21297 \begin_inset Newline newline
21298 \end_inset
21299
21300
21301 \series bold
21302
21303 \backslash
21304 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21305 \begin_inset Newline newline
21306 \end_inset
21307
21308
21309 \begin_inset ERT
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313
21314
21315 \backslash
21316 hphantom{
21317 \backslash
21318
21319 \backslash
21320 captionsetup[figure]
21321 \backslash
21322 {}
21323 \end_layout
21324
21325 \end_inset
21326
21327  labelsep=period}
21328 \begin_inset Newline newline
21329 \end_inset
21330
21331
21332 \backslash
21333 captionsetup[table]{labelfont={bf,sf}}
21334 \end_layout
21335
21336 \begin_layout Standard
21337 \begin_inset Note Greyedout
21338 status open
21339
21340 \begin_layout Plain Layout
21341
21342 \series bold
21343 Nota: 
21344 \series default
21345 La opción 
21346 \series bold
21347 tableposition=top
21348 \series default
21349  no tiene efecto si se usa una clase de documento 
21350 \series bold
21351 koma-script
21352 \series default
21353 .
21354  En este caso debe utilizarse la opción de clase de documento 
21355 \series bold
21356 tablecaptionabove
21357 \series default
21358 .
21359  
21360 \end_layout
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \begin_layout Standard
21368 Para más información sobre el paquete 
21369 \series bold
21370 caption
21371 \series default
21372  acude a su documentación 
21373 \begin_inset CommandInset citation
21374 LatexCommand cite
21375 key "caption"
21376
21377 \end_inset
21378
21379 .
21380 \end_layout
21381
21382 \begin_layout Standard
21383 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21384 \begin_inset space \thinspace{}
21385 \end_inset
21386
21387 e., usa el siguiente comando de preámbulo:
21388 \end_layout
21389
21390 \begin_layout Standard
21391
21392 \series bold
21393
21394 \backslash
21395 renewcommand{
21396 \backslash
21397 fnum@figure}{Imagen~
21398 \backslash
21399 thefigure}
21400 \end_layout
21401
21402 \begin_layout Standard
21403 donde 
21404 \series bold
21405
21406 \backslash
21407 thefigure
21408 \series default
21409  inserta el número de figura y «~» genera un espacio protegido.
21410
21411 \series bold
21412  
21413 \end_layout
21414
21415 \begin_layout Standard
21416 \begin_inset VSpace bigskip
21417 \end_inset
21418
21419 Si estás usando la clase de documento 
21420 \series bold
21421 koma-script
21422 \series default
21423
21424 \begin_inset Index
21425 status collapsed
21426
21427 \begin_layout Plain Layout
21428 LaTeX-paquetes ! koma-script
21429 \end_layout
21430
21431 \end_inset
21432
21433  (
21434 \family sans
21435 article (koma-script)
21436 \family default
21437
21438 \family sans
21439 book (koma-script)
21440 \family default
21441
21442 \family sans
21443 letter (koma-script)
21444 \family default
21445 , o 
21446 \family sans
21447 report (koma-script)
21448 \family default
21449
21450 \begin_inset space \thinspace{}
21451 \end_inset
21452
21453 ), puedes emplear en vez del paquete 
21454 \series bold
21455 caption
21456 \series default
21457  el comando 
21458 \series bold
21459
21460 \backslash
21461 setkomafont
21462 \series default
21463  incluido en 
21464 \series bold
21465 koma-script
21466 \series default
21467 .
21468  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21469  comando en el preámbulo del documento:
21470 \end_layout
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 setkomafont{captionlabel}{
21478 \backslash
21479 bfseries}
21480 \end_layout
21481
21482 \begin_layout Standard
21483 Más información sobre 
21484 \series bold
21485
21486 \backslash
21487 setkomafont
21488 \series default
21489  en la documentación de 
21490 \series bold
21491 koma-script
21492 \series default
21493  
21494 \begin_inset CommandInset citation
21495 LatexCommand cite
21496 key "koma-script"
21497
21498 \end_inset
21499
21500 .
21501 \end_layout
21502
21503 \begin_layout Standard
21504 \begin_inset ERT
21505 status open
21506
21507 \begin_layout Plain Layout
21508
21509
21510 \backslash
21511 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21512 }
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \begin_inset Note Note
21519 status open
21520
21521 \begin_layout Plain Layout
21522 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21523 \end_layout
21524
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \begin_layout Standard
21531 \begin_inset Float figure
21532 placement !p
21533 wide false
21534 sideways false
21535 status open
21536
21537 \begin_layout Plain Layout
21538 \align center
21539 \begin_inset Graphics
21540         filename ../clipart/mobius.eps
21541         lyxscale 50
21542         scale 50
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Caption
21551
21552 \begin_layout Plain Layout
21553 \begin_inset CommandInset label
21554 LatexCommand label
21555 name "fig:Esto-es-una-fig"
21556
21557 \end_inset
21558
21559
21560 \begin_inset OptArg
21561 status collapsed
21562
21563 \begin_layout Plain Layout
21564 Figura con leyenda muy larga
21565 \end_layout
21566
21567 \end_inset
21568
21569 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21570  mostrar el formato diferente.
21571  Aquí se usa una leyenda personalizada.
21572 \end_layout
21573
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \begin_layout Standard
21585 \begin_inset ERT
21586 status open
21587
21588 \begin_layout Plain Layout
21589
21590
21591 \backslash
21592 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21593 on}
21594 \end_layout
21595
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \begin_layout Standard
21602 \begin_inset Float table
21603 placement !p
21604 wide false
21605 sideways false
21606 status collapsed
21607
21608 \begin_layout Plain Layout
21609 \begin_inset Caption
21610
21611 \begin_layout Plain Layout
21612 \begin_inset CommandInset label
21613 LatexCommand label
21614 name "tab:Esto-es-una-tab"
21615
21616 \end_inset
21617
21618
21619 \begin_inset OptArg
21620 status collapsed
21621
21622 \begin_layout Plain Layout
21623 Tabla con leyenda muy larga
21624 \end_layout
21625
21626 \end_inset
21627
21628 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21629  el formato diferente.
21630  Aquí se usa el formato de leyenda estándar para las tablas.
21631 \end_layout
21632
21633 \end_inset
21634
21635
21636 \end_layout
21637
21638 \begin_layout Plain Layout
21639 \align center
21640 \begin_inset Tabular
21641 <lyxtabular version="3" rows="1" columns="5">
21642 <features>
21643 <column alignment="center" valignment="top" width="0">
21644 <column alignment="center" valignment="top" width="0">
21645 <column alignment="center" valignment="top" width="0">
21646 <column alignment="center" valignment="top" width="0">
21647 <column alignment="center" valignment="top" width="0">
21648 <row>
21649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 a
21654 \end_layout
21655
21656 \end_inset
21657 </cell>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 b
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 c
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21677 \begin_inset Text
21678
21679 \begin_layout Plain Layout
21680 d
21681 \end_layout
21682
21683 \end_inset
21684 </cell>
21685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21686 \begin_inset Text
21687
21688 \begin_layout Plain Layout
21689 e
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 </lyxtabular>
21696
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \begin_layout Section
21708 Colocación de leyendas
21709 \begin_inset Index
21710 status collapsed
21711
21712 \begin_layout Plain Layout
21713 Leyendas ! Colocación
21714 \end_layout
21715
21716 \end_inset
21717
21718
21719 \begin_inset Index
21720 status collapsed
21721
21722 \begin_layout Plain Layout
21723 Flotantes ! Colocación de leyendas
21724 \end_layout
21725
21726 \end_inset
21727
21728
21729 \begin_inset CommandInset label
21730 LatexCommand label
21731 name "sec:Colocación-de-leyendas"
21732
21733 \end_inset
21734
21735
21736 \end_layout
21737
21738 \begin_layout Standard
21739 La norma habitual para colocar las leyendas es:
21740 \end_layout
21741
21742 \begin_layout Description
21743 Figura: La leyenda al pie de la figura
21744 \end_layout
21745
21746 \begin_layout Description
21747 Tabla: La leyenda sobre la tabla
21748 \end_layout
21749
21750 \begin_layout Standard
21751 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21752  la tabla.
21753  Esto implica que si usas las clases de documento 
21754 \family sans
21755 article
21756 \family default
21757
21758 \family sans
21759 book
21760 \family default
21761
21762 \family sans
21763 letter
21764 \family default
21765 , o 
21766 \family sans
21767 report
21768 \family default
21769  no habrá espacio entre la leyenda y la tabla.
21770  Para insertar el espacio adecuado añade la siguiente opción al comando
21771  del paquete LaTeX 
21772 \series bold
21773 caption
21774 \series default
21775  en el preámbulo del documento:
21776 \begin_inset Foot
21777 status collapsed
21778
21779 \begin_layout Plain Layout
21780 Véase la sección
21781 \begin_inset space ~
21782 \end_inset
21783
21784
21785 \begin_inset CommandInset ref
21786 LatexCommand ref
21787 reference "sec:Formato-de-leyendas"
21788
21789 \end_inset
21790
21791  para más información sobre el paquete 
21792 \series bold
21793 caption
21794 \series default
21795 .
21796 \end_layout
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \begin_layout Standard
21804
21805 \series bold
21806 tableposition=top
21807 \end_layout
21808
21809 \begin_layout Standard
21810 Si estás usando la clase 
21811 \series bold
21812 koma-script
21813 \series default
21814
21815 \begin_inset Index
21816 status collapsed
21817
21818 \begin_layout Plain Layout
21819 LaTeX-paquetes ! koma-script
21820 \end_layout
21821
21822 \end_inset
21823
21824  (
21825 \family sans
21826 article (koma-script)
21827 \family default
21828
21829 \family sans
21830 book (koma-script)
21831 \family default
21832
21833 \family sans
21834 letter (koma-script)
21835 \family default
21836 , o 
21837 \family sans
21838 report (koma-script)
21839 \family default
21840
21841 \begin_inset space \thinspace{}
21842 \end_inset
21843
21844 ), en vez de 
21845 \series bold
21846 caption
21847 \series default
21848  puedes poner la opción 
21849 \series bold
21850 tablecaptionabove
21851 \series default
21852  de la clase de documento.
21853 \end_layout
21854
21855 \begin_layout Standard
21856 \begin_inset VSpace bigskip
21857 \end_inset
21858
21859 También es posible poner la leyenda junto a una figura o tabla.
21860  Para conseguirlo hay que cargar el paquete LaTeX 
21861 \series bold
21862 sidecap
21863 \series default
21864
21865 \begin_inset Index
21866 status collapsed
21867
21868 \begin_layout Plain Layout
21869 LaTeX-paquetes ! sidecap
21870 \end_layout
21871
21872 \end_inset
21873
21874  añadiendo en el preámbulo del documento la línea
21875 \end_layout
21876
21877 \begin_layout Standard
21878
21879 \series bold
21880
21881 \backslash
21882 usepackage[option]{sidecap}
21883 \end_layout
21884
21885 \begin_layout Standard
21886 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21887  de la página ---a la derecha en páginas impares, a la izquierda en las
21888  pares---.
21889  Puedes cambiar la colocación al margen interno con la opción 
21890 \series bold
21891 innercaption
21892 \series default
21893 .
21894  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21895  opciones 
21896 \series bold
21897 rightcaption
21898 \series default
21899  o 
21900 \series bold
21901 leftcaption
21902 \series default
21903 , respectivamente.
21904 \end_layout
21905
21906 \begin_layout Standard
21907 \begin_inset ERT
21908 status collapsed
21909
21910 \begin_layout Plain Layout
21911
21912
21913 \backslash
21914 ifsidecap
21915 \end_layout
21916
21917 \end_inset
21918
21919
21920 \begin_inset Note Note
21921 status open
21922
21923 \begin_layout Plain Layout
21924 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
21925  LaTeX 
21926 \series bold
21927 sidecap
21928 \series default
21929 .
21930 \end_layout
21931
21932 \end_inset
21933
21934
21935 \end_layout
21936
21937 \begin_layout Standard
21938 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
21939  estos comandos al preámbulo del documento:
21940 \end_layout
21941
21942 \begin_layout Standard
21943
21944 \lyxline
21945
21946 \end_layout
21947
21948 \begin_layout Standard
21949
21950 \series bold
21951
21952 \backslash
21953 newcommand{
21954 \backslash
21955 TabBesBeg}{%
21956 \begin_inset Newline newline
21957 \end_inset
21958
21959
21960 \begin_inset ERT
21961 status collapsed
21962
21963 \begin_layout Plain Layout
21964
21965
21966 \backslash
21967 hphantom{ }
21968 \end_layout
21969
21970 \end_inset
21971
21972
21973 \backslash
21974 let
21975 \backslash
21976 MyTable
21977 \backslash
21978 table
21979 \begin_inset Newline newline
21980 \end_inset
21981
21982
21983 \begin_inset ERT
21984 status collapsed
21985
21986 \begin_layout Plain Layout
21987
21988
21989 \backslash
21990 hphantom{ }
21991 \end_layout
21992
21993 \end_inset
21994
21995
21996 \backslash
21997 let
21998 \backslash
21999 MyEndtable
22000 \backslash
22001 endtable
22002 \begin_inset Newline newline
22003 \end_inset
22004
22005
22006 \begin_inset ERT
22007 status collapsed
22008
22009 \begin_layout Plain Layout
22010
22011
22012 \backslash
22013 hphantom{ }
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \backslash
22020 renewenvironment{table}{
22021 \backslash
22022 begin{SCtable}}{
22023 \backslash
22024 end{SCtable}}}
22025 \end_layout
22026
22027 \begin_layout Standard
22028
22029 \series bold
22030
22031 \backslash
22032 newcommand{
22033 \backslash
22034 TabBesEnd}{%
22035 \begin_inset Newline newline
22036 \end_inset
22037
22038
22039 \begin_inset ERT
22040 status collapsed
22041
22042 \begin_layout Plain Layout
22043
22044
22045 \backslash
22046 hphantom{ }
22047 \end_layout
22048
22049 \end_inset
22050
22051
22052 \backslash
22053 let
22054 \backslash
22055 table
22056 \backslash
22057 MyTable
22058 \begin_inset Newline newline
22059 \end_inset
22060
22061
22062 \begin_inset ERT
22063 status collapsed
22064
22065 \begin_layout Plain Layout
22066
22067
22068 \backslash
22069 hphantom{ }
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \backslash
22076 let
22077 \backslash
22078 endtable
22079 \backslash
22080 MyEndtable
22081 \end_layout
22082
22083 \begin_layout Standard
22084
22085 \series bold
22086
22087 \backslash
22088 newcommand{
22089 \backslash
22090 FigBesBeg}{%
22091 \begin_inset Newline newline
22092 \end_inset
22093
22094
22095 \begin_inset ERT
22096 status collapsed
22097
22098 \begin_layout Plain Layout
22099
22100
22101 \backslash
22102 hphantom{ }
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \backslash
22109 let
22110 \backslash
22111 MyFigure
22112 \backslash
22113 figure
22114 \begin_inset Newline newline
22115 \end_inset
22116
22117
22118 \begin_inset ERT
22119 status collapsed
22120
22121 \begin_layout Plain Layout
22122
22123
22124 \backslash
22125 hphantom{ }
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \backslash
22132 let
22133 \backslash
22134 MyEndfigure
22135 \backslash
22136 endfigure
22137 \begin_inset Newline newline
22138 \end_inset
22139
22140
22141 \begin_inset ERT
22142 status collapsed
22143
22144 \begin_layout Plain Layout
22145
22146
22147 \backslash
22148 hphantom{ }
22149 \end_layout
22150
22151 \end_inset
22152
22153
22154 \backslash
22155 renewenvironment{figure}{
22156 \backslash
22157 begin{SCfigure}}{
22158 \backslash
22159 end{SCfigure}}}
22160 \end_layout
22161
22162 \begin_layout Standard
22163
22164 \series bold
22165
22166 \backslash
22167 newcommand{
22168 \backslash
22169 FigBesEnd}{%
22170 \begin_inset Newline newline
22171 \end_inset
22172
22173
22174 \begin_inset ERT
22175 status collapsed
22176
22177 \begin_layout Plain Layout
22178
22179
22180 \backslash
22181 hphantom{ }
22182 \end_layout
22183
22184 \end_inset
22185
22186
22187 \backslash
22188 let
22189 \backslash
22190 figure
22191 \backslash
22192 MyFigure
22193 \begin_inset Newline newline
22194 \end_inset
22195
22196
22197 \begin_inset ERT
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201
22202
22203 \backslash
22204 hphantom{ }
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \backslash
22211 let
22212 \backslash
22213 endfigure
22214 \backslash
22215 MyEndfigure}
22216 \end_layout
22217
22218 \begin_layout Standard
22219
22220 \lyxline
22221
22222 \end_layout
22223
22224 \begin_layout Standard
22225 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22226  en un lado.
22227  Para figuras flotantes usa el comando
22228 \end_layout
22229
22230 \begin_layout Standard
22231
22232 \series bold
22233
22234 \backslash
22235 FigBesBeg
22236 \end_layout
22237
22238 \begin_layout Standard
22239 en código TeX antes del flotante.
22240  Detrás del flotante inserta
22241 \end_layout
22242
22243 \begin_layout Standard
22244
22245 \series bold
22246
22247 \backslash
22248 FigBesEnd
22249 \end_layout
22250
22251 \begin_layout Standard
22252 en código TeX para volver a la definición original de flotantes.
22253 \end_layout
22254
22255 \begin_layout Standard
22256 Para tablas flotantes usa los comandos correspondientes
22257 \end_layout
22258
22259 \begin_layout Standard
22260
22261 \series bold
22262
22263 \backslash
22264 TabBesBeg
22265 \series default
22266  y 
22267 \series bold
22268
22269 \backslash
22270 TabBesEnd
22271 \end_layout
22272
22273 \begin_layout Standard
22274 La figura
22275 \begin_inset space ~
22276 \end_inset
22277
22278
22279 \begin_inset CommandInset ref
22280 LatexCommand ref
22281 reference "fig:encab-al-lado"
22282
22283 \end_inset
22284
22285  y la tabla
22286 \begin_inset space ~
22287 \end_inset
22288
22289
22290 \begin_inset CommandInset ref
22291 LatexCommand ref
22292 reference "tab:encab-al-lado"
22293
22294 \end_inset
22295
22296  son ejemplos en los que el título se sitúa al lado.
22297 \end_layout
22298
22299 \begin_layout Standard
22300 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22301  en tablas flotantes y debajo en las figuras flotantes.
22302  Para cambiarlo, puedes usar el comando
22303 \end_layout
22304
22305 \begin_layout Standard
22306
22307 \series bold
22308
22309 \backslash
22310 sidecaptionvpos{tipo de flotante}{colocación}
22311 \end_layout
22312
22313 \begin_layout Standard
22314 en el preámbulo o en código TeX antes del flotante.
22315  El tipo de flotante es 
22316 \family sans
22317 figure
22318 \family default
22319  o 
22320 \family sans
22321 table
22322 \family default
22323 , la colocación puede ser «
22324 \family sans
22325 t
22326 \family default
22327 » por «top» (arriba), «
22328 \family sans
22329 c
22330 \family default
22331 » por «center» (centro), o «
22332 \family sans
22333 b
22334 \family default
22335 » por «bottom» (abajo).
22336  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22337  usa el comando
22338 \end_layout
22339
22340 \begin_layout Standard
22341
22342 \series bold
22343
22344 \backslash
22345 sidecaptionvpos{figure}{c}
22346 \end_layout
22347
22348 \begin_layout Standard
22349 Esto se ha hecho en la figura
22350 \begin_inset space ~
22351 \end_inset
22352
22353
22354 \begin_inset CommandInset ref
22355 LatexCommand ref
22356 reference "fig:encab-al-lado-de-fig"
22357
22358 \end_inset
22359
22360 .
22361 \end_layout
22362
22363 \begin_layout Standard
22364 \begin_inset VSpace medskip
22365 \end_inset
22366
22367 Más información sobre el paquete 
22368 \series bold
22369 sidecap
22370 \series default
22371  en su documentación 
22372 \begin_inset CommandInset citation
22373 LatexCommand cite
22374 key "sidecap"
22375
22376 \end_inset
22377
22378 .
22379 \end_layout
22380
22381 \begin_layout Standard
22382 \begin_inset Note Greyedout
22383 status open
22384
22385 \begin_layout Plain Layout
22386
22387 \series bold
22388 Nota:
22389 \series default
22390  El paquete LaTeX 
22391 \series bold
22392 hypcap
22393 \series default
22394
22395 \begin_inset Index
22396 status collapsed
22397
22398 \begin_layout Plain Layout
22399 LaTeX-paquetes ! hypcap
22400 \end_layout
22401
22402 \end_inset
22403
22404 , descrito en la sección
22405 \begin_inset space ~
22406 \end_inset
22407
22408
22409 \begin_inset CommandInset ref
22410 LatexCommand ref
22411 reference "sub:Colocación-de-Referencias"
22412
22413 \end_inset
22414
22415 , no afecta a flotantes con la leyenda al lado.
22416 \end_layout
22417
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \begin_layout Standard
22424 \begin_inset ERT
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428
22429
22430 \backslash
22431 FigBesBeg 
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \end_layout
22438
22439 \begin_layout Standard
22440 \begin_inset Float figure
22441 wide false
22442 sideways false
22443 status open
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Graphics
22447         filename ../clipart/escher-lsd.eps
22448         scale 75
22449
22450 \end_inset
22451
22452
22453 \end_layout
22454
22455 \begin_layout Plain Layout
22456 \begin_inset Caption
22457
22458 \begin_layout Plain Layout
22459 \begin_inset CommandInset label
22460 LatexCommand label
22461 name "fig:encab-al-lado"
22462
22463 \end_inset
22464
22465 Leyenda al lado de una figura.
22466 \end_layout
22467
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \begin_layout Standard
22479 \begin_inset ERT
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483
22484
22485 \backslash
22486 TabBesBeg 
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \begin_layout Standard
22495 \begin_inset Float table
22496 wide false
22497 sideways false
22498 status open
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Caption
22502
22503 \begin_layout Plain Layout
22504 \begin_inset CommandInset label
22505 LatexCommand label
22506 name "tab:encab-al-lado"
22507
22508 \end_inset
22509
22510 Leyenda al lado de una tabla.
22511 \end_layout
22512
22513 \end_inset
22514
22515
22516 \end_layout
22517
22518 \begin_layout Plain Layout
22519 \begin_inset Tabular
22520 <lyxtabular version="3" rows="4" columns="5">
22521 <features>
22522 <column alignment="center" valignment="top" width="0">
22523 <column alignment="center" valignment="top" width="0">
22524 <column alignment="center" valignment="top" width="0">
22525 <column alignment="center" valignment="top" width="0">
22526 <column alignment="center" valignment="top" width="0">
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532 a
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 b
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 c
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 </row>
22574 <row>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 d
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22603 \begin_inset Text
22604
22605 \begin_layout Plain Layout
22606 e
22607 \end_layout
22608
22609 \end_inset
22610 </cell>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 </row>
22621 <row>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 f
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 g
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662 h
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 i
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 j
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 </row>
22715 </lyxtabular>
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \begin_layout Standard
22728 \begin_inset ERT
22729 status collapsed
22730
22731 \begin_layout Plain Layout
22732
22733
22734 \backslash
22735 TabBesEnd
22736 \end_layout
22737
22738 \end_inset
22739
22740
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset ERT
22745 status collapsed
22746
22747 \begin_layout Plain Layout
22748
22749
22750 \backslash
22751 sidecaptionvpos{figure}{c}
22752 \end_layout
22753
22754 \end_inset
22755
22756
22757 \begin_inset Float figure
22758 wide false
22759 sideways false
22760 status open
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Graphics
22764         filename ../clipart/escher-lsd.eps
22765         scale 75
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Caption
22774
22775 \begin_layout Plain Layout
22776 \begin_inset CommandInset label
22777 LatexCommand label
22778 name "fig:encab-al-lado-de-fig"
22779
22780 \end_inset
22781
22782 Leyenda centrada verticalmente junto a una figura.
22783 \end_layout
22784
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \begin_layout Standard
22796 \begin_inset ERT
22797 status collapsed
22798
22799 \begin_layout Plain Layout
22800
22801
22802 \backslash
22803 FigBesEnd
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \begin_layout Standard
22812 \begin_inset ERT
22813 status collapsed
22814
22815 \begin_layout Plain Layout
22816
22817
22818 \backslash
22819 else
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \begin_inset Note Note
22826 status open
22827
22828 \begin_layout Plain Layout
22829 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22830  
22831 \series bold
22832 sidecap
22833 \series default
22834 .
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Standard
22843 Debes instalar el paquete LaTeX 
22844 \series bold
22845 sidecap
22846 \series default
22847  para ver la parte siguiente en la salida.
22848 \end_layout
22849
22850 \begin_layout Standard
22851 \begin_inset ERT
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855
22856
22857 \backslash
22858 fi
22859 \end_layout
22860
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \begin_layout Section
22867 Lista de flotantes
22868 \begin_inset CommandInset label
22869 LatexCommand label
22870 name "sec:Lista-de-Flotantes"
22871
22872 \end_inset
22873
22874
22875 \begin_inset Index
22876 status collapsed
22877
22878 \begin_layout Plain Layout
22879 Flotantes ! Lista de
22880 \end_layout
22881
22882 \end_inset
22883
22884
22885 \end_layout
22886
22887 \begin_layout Standard
22888 Igual que en el índice general se listan las secciones del documento, hay
22889  listas para todos los tipos de flotantes, como las figuras.
22890  Se pueden insertar mediante los submenús 
22891 \family sans
22892 Insertar\SpecialChar \menuseparator
22893 Lista / IG
22894 \family default
22895 .
22896 \end_layout
22897
22898 \begin_layout Standard
22899 Las entradas de la lista son los títulos del flotante o su título corto,
22900  el número de flotante, y el número de la página del documento en la que
22901  aparecen.
22902 \end_layout
22903
22904 \begin_layout Standard
22905 Puedes encontrar las listas de figuras y tablas al final de este documento.
22906 \end_layout
22907
22908 \begin_layout Chapter
22909 Notas
22910 \end_layout
22911
22912 \begin_layout Section
22913 Notas en LyX
22914 \begin_inset CommandInset label
22915 LatexCommand label
22916 name "sec:Notas-en-LyX"
22917
22918 \end_inset
22919
22920
22921 \begin_inset Index
22922 status collapsed
22923
22924 \begin_layout Plain Layout
22925 Notas ! Notas en LyX
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \end_layout
22932
22933 \begin_layout Standard
22934 Las notas se insertan con el botón 
22935 \begin_inset Graphics
22936         filename ../../images/note-insert.png
22937         scale 85
22938
22939 \end_inset
22940
22941  o con el menú 
22942 \family sans
22943 Insertar\SpecialChar \menuseparator
22944 Nota
22945 \family default
22946 .
22947  Hay cinco tipos de notas:
22948 \end_layout
22949
22950 \begin_layout Description
22951 Nota
22952 \begin_inset space ~
22953 \end_inset
22954
22955 LyX Este tipo es para notas internas que no han de aparecer en la salida.
22956  Su cuadro se muestra como este:
22957 \begin_inset Newline newline
22958 \end_inset
22959
22960
22961 \begin_inset Newline newline
22962 \end_inset
22963
22964
22965 \begin_inset Graphics
22966         filename clipart/NotaLyXImagenQt4.png
22967         display false
22968         scale 85
22969
22970 \end_inset
22971
22972  
22973 \begin_inset Note Note
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 Este es un texto en un recuadro que no se muestra en la salida.
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Description
22986 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
22987  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
22988 \family sans
22989 Archivo\SpecialChar \menuseparator
22990 Exportar\SpecialChar \menuseparator
22991 LaTeX (pdflatex) / (plain)
22992 \family default
22993 .
22994  Su recuadro se ve así:
22995 \begin_inset Newline newline
22996 \end_inset
22997
22998
22999 \begin_inset Newline newline
23000 \end_inset
23001
23002
23003 \begin_inset Graphics
23004         filename clipart/ComentNotaImagenQt4.png
23005         display false
23006         scale 85
23007
23008 \end_inset
23009
23010  
23011 \begin_inset Note Comment
23012 status collapsed
23013
23014 \begin_layout Plain Layout
23015 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23016 \end_layout
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Description
23024 Resaltado
23025 \begin_inset space ~
23026 \end_inset
23027
23028 en
23029 \begin_inset space ~
23030 \end_inset
23031
23032 gris Esta nota aparece en la salida como texto resaltado en gris.
23033  Su recuadro se parece a este:
23034 \begin_inset Newline newline
23035 \end_inset
23036
23037
23038 \begin_inset Newline newline
23039 \end_inset
23040
23041
23042 \begin_inset Graphics
23043         filename clipart/GrisNotaImagenQt4.png
23044         display false
23045         scale 85
23046
23047 \end_inset
23048
23049
23050 \begin_inset Newline newline
23051 \end_inset
23052
23053
23054 \begin_inset ERT
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058
23059
23060 \backslash
23061 renewenvironment{lyxgreyedout}
23062 \end_layout
23063
23064 \begin_layout Plain Layout
23065
23066 {
23067 \backslash
23068 textcolor[gray]{0.8}
23069 \backslash
23070 bgroup}{
23071 \backslash
23072 egroup}
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \begin_inset Note Greyedout
23079 status open
23080
23081 \begin_layout Plain Layout
23082 Este es el texto
23083 \begin_inset Foot
23084 status open
23085
23086 \begin_layout Plain Layout
23087 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23088 \end_layout
23089
23090 \end_inset
23091
23092  de un comentario que se muestra resaltado en gris.
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 renewenvironment{lyxgreyedout}
23106 \end_layout
23107
23108 \begin_layout Plain Layout
23109
23110 {
23111 \backslash
23112 textcolor{blue}
23113 \backslash
23114 bgroup}{
23115 \backslash
23116 egroup}
23117 \end_layout
23118
23119 \end_inset
23120
23121
23122 \begin_inset Note Note
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23127  original de LyX, ya que en el preámbulo de este documento se han redefinido
23128  estas notas para que salgan en azul, como se indica más adelante.
23129 \end_layout
23130
23131 \end_inset
23132
23133
23134 \begin_inset Newline newline
23135 \end_inset
23136
23137
23138 \begin_inset Newline newline
23139 \end_inset
23140
23141 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23142  está un poco sangrada, y por otra parte pueden tener notas al pie.
23143 \end_layout
23144
23145 \begin_layout Standard
23146 \begin_inset VSpace bigskip
23147 \end_inset
23148
23149 Si usas el botón de la barra de herramientas 
23150 \begin_inset Graphics
23151         filename ../../images/note-insert.png
23152         scale 85
23153
23154 \end_inset
23155
23156  para insertar notas, se inserta una 
23157 \family sans
23158 Nota
23159 \begin_inset space ~
23160 \end_inset
23161
23162 LyX
23163 \family default
23164 .
23165  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23166  recuadro.
23167  
23168 \family roman
23169 \series medium
23170 \bar no
23171 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23172  botón de herramienta 
23173 \family sans
23174 \series default
23175 \bar default
23176 Nota
23177 \family default
23178 .
23179  Para cambiar una nota a texto, pulsa la tecla 
23180 \family sans
23181 Retroceso
23182 \family default
23183  cuando el cursor está en la primera posición de una nota, o la tecla 
23184 \family sans
23185 Supr
23186 \family default
23187  cuando el cursor está en la última posición de la nota, respectivamente.
23188 \end_layout
23189
23190 \begin_layout Standard
23191 \begin_inset VSpace bigskip
23192 \end_inset
23193
23194 Se puede cambiar el color del 
23195 \family sans
23196 Resaltado en gris
23197 \family default
23198  poniendo en el preámbulo el comando:
23199 \end_layout
23200
23201 \begin_layout Standard
23202
23203 \series bold
23204
23205 \backslash
23206 renewenvironment{lyxgreyedout}
23207 \begin_inset Newline newline
23208 \end_inset
23209
23210
23211 \begin_inset ERT
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215
23216
23217 \backslash
23218 hphantom{ }
23219 \end_layout
23220
23221 \end_inset
23222
23223 {
23224 \backslash
23225 textcolor{color}
23226 \backslash
23227 bgroup}{
23228 \backslash
23229 egroup}
23230 \end_layout
23231
23232 \begin_layout Standard
23233 Los colores disponibles y el método para definir nuestros propios colores
23234  se explica en la sección
23235 \begin_inset space ~
23236 \end_inset
23237
23238
23239 \begin_inset CommandInset ref
23240 LatexCommand ref
23241 reference "sec:Tablas-Coloreadas"
23242
23243 \end_inset
23244
23245 .
23246 \end_layout
23247
23248 \begin_layout Standard
23249 Las notas en azul en este documento se han hecho con notas del tipo 
23250 \family sans
23251 Resaltado en gris
23252 \family default
23253  pero definiendo el color del texto en azul.
23254 \end_layout
23255
23256 \begin_layout Section
23257 Notas al pie
23258 \begin_inset CommandInset label
23259 LatexCommand label
23260 name "sec:Notas-al-pie"
23261
23262 \end_inset
23263
23264
23265 \begin_inset Index
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269 Notas ! al pie
23270 \end_layout
23271
23272 \end_inset
23273
23274
23275 \begin_inset Index
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279 Notas al pie
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 Las notas al pie se insertan con el botón 
23289 \begin_inset Graphics
23290         filename ../../images/footnote-insert.png
23291         scale 85
23292
23293 \end_inset
23294
23295  o el menú 
23296 \family sans
23297 Insertar\SpecialChar \menuseparator
23298 Nota
23299 \begin_inset space ~
23300 \end_inset
23301
23302 al
23303 \begin_inset space ~
23304 \end_inset
23305
23306 pie
23307 \family default
23308 .
23309  
23310 \family roman
23311 \series medium
23312 \bar no
23313 Aparece un recuadro como este:
23314 \family default
23315 \series default
23316 \bar default
23317  
23318 \begin_inset Graphics
23319         filename clipart/notapieQt4.png
23320         scale 80
23321
23322 \end_inset
23323
23324  
23325 \family roman
23326 \series medium
23327 \bar no
23328 donde puedes introducir el texto.
23329  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23330  sobre el
23331 \family default
23332 \series default
23333 \bar default
23334  
23335 \family roman
23336 \series medium
23337 \bar no
23338 botón
23339 \family default
23340 \series default
23341 \bar default
23342 .
23343  Para cambiar una nota al pie a texto, pulsa la tecla 
23344 \family sans
23345 Retroceso
23346 \family default
23347  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23348  
23349 \family sans
23350 Supr
23351 \family default
23352  cuando el cursor está en la última posición de la nota, respectivamente.
23353 \end_layout
23354
23355 \begin_layout Standard
23356 Aquí hay un ejemplo de nota al pie:
23357 \family roman
23358 \series medium
23359 \bar no
23360
23361 \begin_inset Foot
23362 status open
23363
23364 \begin_layout Plain Layout
23365 \begin_inset CommandInset label
23366 LatexCommand label
23367 name "pie:Esto-es-una"
23368
23369 \end_inset
23370
23371 Ejemplo de nota al pie.
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \family default
23378 \series default
23379 \bar default
23380
23381 \begin_inset ERT
23382 status collapsed
23383
23384 \begin_layout Plain Layout
23385
23386
23387 \backslash
23388 newcounter{MyRepeatFoot}
23389 \end_layout
23390
23391 \begin_layout Plain Layout
23392
23393
23394 \backslash
23395 setcounter{MyRepeatFoot}{
23396 \backslash
23397 thefootnote}
23398 \end_layout
23399
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \begin_layout Standard
23406 En la salida, el pie se muestra como número voladito en el lugar del texto
23407  donde se coloca el recuadro.
23408  El texto se coloca al final de la página actual.
23409  Los números de las notas son calculados por LaTeX, y son consecutivos.
23410  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23411 \end_layout
23412
23413 \begin_layout Standard
23414 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23415  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23416  se describe en la sección
23417 \begin_inset space ~
23418 \end_inset
23419
23420
23421 \begin_inset CommandInset ref
23422 LatexCommand ref
23423 reference "sec:Referencias-a-Flotantes"
23424
23425 \end_inset
23426
23427 .
23428 \begin_inset Newline newline
23429 \end_inset
23430
23431 Esto es una referencia cruzada a la Nota al pie
23432 \begin_inset space ~
23433 \end_inset
23434
23435
23436 \begin_inset CommandInset ref
23437 LatexCommand ref
23438 reference "pie:Esto-es-una"
23439
23440 \end_inset
23441
23442 .
23443 \begin_inset Newline newline
23444 \end_inset
23445
23446
23447 \begin_inset Note Greyedout
23448 status open
23449
23450 \begin_layout Plain Layout
23451
23452 \series bold
23453 Nota:
23454 \series default
23455  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23456  de insertar un prefijo, p.
23457 \begin_inset space \thinspace{}
23458 \end_inset
23459
23460 e.
23461 \begin_inset space ~
23462 \end_inset
23463
23464 «
23465 \family sans
23466 pie:
23467 \family default
23468 » manualmente cuando quieras usar el estilo 
23469 \family sans
23470 Referencia
23471 \begin_inset space ~
23472 \end_inset
23473
23474 con
23475 \begin_inset space ~
23476 \end_inset
23477
23478 formato
23479 \family default
23480 .
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \end_layout
23487
23488 \begin_layout Standard
23489 \begin_inset VSpace defskip
23490 \end_inset
23491
23492 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23493 \begin_inset space ~
23494 \end_inset
23495
23496
23497 \begin_inset CommandInset ref
23498 LatexCommand ref
23499 reference "sec:Minipáginas"
23500
23501 \end_inset
23502
23503 .
23504  Los pies en tablas largas en la sección
23505 \begin_inset space ~
23506 \end_inset
23507
23508
23509 \begin_inset CommandInset ref
23510 LatexCommand ref
23511 reference "sub:Notas-al-pie-en-Tablas-Largas"
23512
23513 \end_inset
23514
23515 .
23516 \end_layout
23517
23518 \begin_layout Standard
23519 \begin_inset VSpace defskip
23520 \end_inset
23521
23522 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23523 \series bold
23524
23525 \backslash
23526 footnotemark[número]
23527 \series default
23528  en código TeX.
23529  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23530  no quieres imprimir el pie cada vez.
23531 \begin_inset Newline newline
23532 \end_inset
23533
23534 Como no sabes el número del pie que se repite mientras escribes el texto,
23535  tienes que guardarlo.
23536  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23537  en código TeX detrás de Nota
23538 \begin_inset space ~
23539 \end_inset
23540
23541 al
23542 \begin_inset space ~
23543 \end_inset
23544
23545 pie
23546 \begin_inset space ~
23547 \end_inset
23548
23549
23550 \begin_inset CommandInset ref
23551 LatexCommand ref
23552 reference "pie:Esto-es-una"
23553
23554 \end_inset
23555
23556  para guardar el número de pie:
23557 \end_layout
23558
23559 \begin_layout Standard
23560
23561 \series bold
23562
23563 \backslash
23564 newcounter{MyRepeatFoot}
23565 \begin_inset Newline newline
23566 \end_inset
23567
23568
23569 \backslash
23570 setcounter{MyRepeatFoot}{
23571 \backslash
23572 thefootnote}
23573 \end_layout
23574
23575 \begin_layout Standard
23576 La marca de pie se crea entonces con el comando:
23577 \end_layout
23578
23579 \begin_layout Standard
23580
23581 \series bold
23582
23583 \backslash
23584 footnotemark[
23585 \backslash
23586 theMyRepeatFoot]
23587 \end_layout
23588
23589 \begin_layout Standard
23590 Aquí hay un ejemplo de marca de pie:
23591 \family roman
23592 \series medium
23593 \bar no
23594
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599
23600
23601 \backslash
23602 footnotemark[
23603 \backslash
23604 theMyRepeatFoot]
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \begin_layout Subsection
23613 Numeración de notas al pie
23614 \begin_inset CommandInset label
23615 LatexCommand label
23616 name "sub:Numeración-de-Notas-al-Pie"
23617
23618 \end_inset
23619
23620
23621 \begin_inset Index
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625 Notas al pie ! Numeración
23626 \end_layout
23627
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \begin_layout Standard
23634 Para reiniciar el número de pie a 1 en cada sección añade este 
23635 \family roman
23636 comando en el preámbulo:
23637 \end_layout
23638
23639 \begin_layout Standard
23640
23641 \series bold
23642
23643 \backslash
23644 @addtoreset{footnote}{section}
23645 \end_layout
23646
23647 \begin_layout Standard
23648 \begin_inset VSpace bigskip
23649 \end_inset
23650
23651 El siguiente comando en el preámbulo cambia el estilo de numeración del
23652  pie a números romanos en minúsculas:
23653 \end_layout
23654
23655 \begin_layout Standard
23656
23657 \series bold
23658
23659 \backslash
23660 renewcommand{
23661 \backslash
23662 thefootnote}{
23663 \backslash
23664 roman{footnote}}
23665 \end_layout
23666
23667 \begin_layout Standard
23668 \begin_inset ERT
23669 status collapsed
23670
23671 \begin_layout Plain Layout
23672
23673
23674 \backslash
23675 renewcommand{
23676 \backslash
23677 thefootnote}{
23678 \backslash
23679 roman{footnote}}
23680 \end_layout
23681
23682 \end_inset
23683
23684  Nota al pie en números romanos:
23685 \begin_inset Foot
23686 status open
23687
23688 \begin_layout Plain Layout
23689 Ejemplo de nota al pie en números romanos.
23690 \end_layout
23691
23692 \end_inset
23693
23694
23695 \begin_inset ERT
23696 status collapsed
23697
23698 \begin_layout Plain Layout
23699
23700
23701 \backslash
23702 renewcommand{
23703 \backslash
23704 thefootnote}{
23705 \backslash
23706 arabic{footnote}}
23707 \end_layout
23708
23709 \end_inset
23710
23711
23712 \end_layout
23713
23714 \begin_layout Standard
23715 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23716  
23717 \series bold
23718
23719 \backslash
23720 roman
23721 \series default
23722  por 
23723 \series bold
23724
23725 \backslash
23726 Roman
23727 \series default
23728 .
23729  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23730 \series bold
23731
23732 \backslash
23733 Alph
23734 \series default
23735  o 
23736 \series bold
23737
23738 \backslash
23739 alph
23740 \series default
23741 , respectivamente.
23742  Para ordenar las notas al pie con símbolos usa 
23743 \series bold
23744
23745 \backslash
23746 fnsymbol
23747 \series default
23748 .
23749 \end_layout
23750
23751 \begin_layout Standard
23752 \begin_inset Note Greyedout
23753 status open
23754
23755 \begin_layout Plain Layout
23756
23757 \series bold
23758 Nota:
23759 \series default
23760  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23761  simples.
23762 \end_layout
23763
23764 \end_inset
23765
23766
23767 \begin_inset Newline newline
23768 \end_inset
23769
23770
23771 \begin_inset Note Greyedout
23772 status open
23773
23774 \begin_layout Plain Layout
23775
23776 \series bold
23777 Nota:
23778 \series default
23779  sólo puedes ordenar hasta 9 pies con símbolos.
23780 \end_layout
23781
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \begin_layout Standard
23788 Para volver al estilo de numeración predeterminado cuando has cambiado a
23789  otro estilo, usa 
23790 \series bold
23791
23792 \backslash
23793 arabic
23794 \series default
23795  en vez de 
23796 \series bold
23797
23798 \backslash
23799 roman
23800 \series default
23801  en el comando anterior.
23802 \begin_inset ERT
23803 status collapsed
23804
23805 \begin_layout Plain Layout
23806
23807
23808 \backslash
23809 renewcommand{
23810 \backslash
23811 thefootnote}{
23812 \backslash
23813 arabic{footnote}}
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 \begin_inset VSpace bigskip
23823 \end_inset
23824
23825
23826 \end_layout
23827
23828 \begin_layout Standard
23829 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23830  comando al preámbulo del documento:
23831 \end_layout
23832
23833 \begin_layout Standard
23834
23835 \series bold
23836
23837 \backslash
23838 numberwithin{footnote}{chapter}
23839 \end_layout
23840
23841 \begin_layout Standard
23842 Para poder usar el comando 
23843 \series bold
23844
23845 \backslash
23846 numberwithin
23847 \series default
23848 , marca la opción 
23849 \family sans
23850 Usar
23851 \family default
23852
23853 \begin_inset space ~
23854 \end_inset
23855
23856
23857 \family sans
23858 el
23859 \family default
23860
23861 \begin_inset space ~
23862 \end_inset
23863
23864
23865 \family sans
23866 paquete
23867 \family default
23868
23869 \begin_inset space ~
23870 \end_inset
23871
23872
23873 \family sans
23874 AMS
23875 \family default
23876  en la solapa 
23877 \family sans
23878 Ecuaciones
23879 \family default
23880  de la configuración del documento.
23881 \end_layout
23882
23883 \begin_layout Standard
23884 \begin_inset ERT
23885 status collapsed
23886
23887 \begin_layout Plain Layout
23888
23889
23890 \backslash
23891 numberwithin{footnote}{chapter}
23892 \end_layout
23893
23894 \end_inset
23895
23896 Esto es otro ejemplo de nota al pie:
23897 \series bold
23898
23899 \begin_inset Foot
23900 status open
23901
23902 \begin_layout Plain Layout
23903 Nota al pie numerada en el esquema 
23904 \begin_inset Quotes eld
23905 \end_inset
23906
23907 capítulo.nota
23908 \begin_inset Quotes erd
23909 \end_inset
23910
23911 .
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \series default
23918
23919 \begin_inset ERT
23920 status collapsed
23921
23922 \begin_layout Plain Layout
23923
23924
23925 \backslash
23926 renewcommand{
23927 \backslash
23928 thefootnote}{
23929 \backslash
23930 arabic{footnote}}
23931 \end_layout
23932
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \begin_layout Standard
23939 \begin_inset Note Greyedout
23940 status open
23941
23942 \begin_layout Plain Layout
23943
23944 \series bold
23945 Nota: 
23946 \backslash
23947 numberwithin 
23948 \series default
23949 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
23950  previas para obtener números no arábigos se sobreescriben.
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \begin_layout Standard
23959 Así, para obtener por ejemplo el esquema «capítulo.
23960 \backslash
23961 Roman{footnote}», usa este comando en vez de 
23962 \series bold
23963
23964 \backslash
23965 numberwithin
23966 \series default
23967 :
23968 \end_layout
23969
23970 \begin_layout Standard
23971
23972 \series bold
23973
23974 \backslash
23975 renewcommand{
23976 \backslash
23977 thefootnote}{
23978 \backslash
23979 thechapter.
23980 \backslash
23981 Roman{footnote}}
23982 \end_layout
23983
23984 \begin_layout Subsection
23985 Colocación de notas al pie
23986 \begin_inset Index
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990 Notas al pie ! Colocación
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Standard
23999 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24000  entre ellas al final de la página.
24001  Para hacerlas más legibles puedes añadir p.
24002 \begin_inset space \thinspace{}
24003 \end_inset
24004
24005 e.
24006 \begin_inset space ~
24007 \end_inset
24008
24009 1.5
24010 \begin_inset space \thinspace{}
24011 \end_inset
24012
24013 mm con el comando siguiente en el preámbulo:
24014 \end_layout
24015
24016 \begin_layout Standard
24017
24018 \series bold
24019
24020 \backslash
24021 let
24022 \backslash
24023 myFoot
24024 \backslash
24025 footnote
24026 \begin_inset Newline newline
24027 \end_inset
24028
24029
24030 \backslash
24031 renewcommand{
24032 \backslash
24033 footnote}[1]{
24034 \backslash
24035 myFoot{#1
24036 \backslash
24037 vspace{1.5mm}}}
24038 \end_layout
24039
24040 \begin_layout Standard
24041 \begin_inset VSpace bigskip
24042 \end_inset
24043
24044 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24045  véase la figura
24046 \begin_inset space ~
24047 \end_inset
24048
24049
24050 \begin_inset CommandInset ref
24051 LatexCommand ref
24052 reference "fig:Colocación-standard-del-pie"
24053
24054 \end_inset
24055
24056 .
24057  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24058  en la figura
24059 \begin_inset space ~
24060 \end_inset
24061
24062
24063 \begin_inset CommandInset ref
24064 LatexCommand ref
24065 reference "fig:Colocación-del-pie-en"
24066
24067 \end_inset
24068
24069 , usa el paquete LaTeX 
24070 \series bold
24071 ftnright
24072 \series default
24073
24074 \begin_inset Index
24075 status collapsed
24076
24077 \begin_layout Plain Layout
24078 LaTeX-paquetes ! ftnright
24079 \end_layout
24080
24081 \end_inset
24082
24083  con este comando en el preámbulo:
24084 \end_layout
24085
24086 \begin_layout Standard
24087
24088 \series bold
24089
24090 \backslash
24091 usepackage{ftnright}
24092 \end_layout
24093
24094 \begin_layout Standard
24095 \begin_inset Float figure
24096 placement !h
24097 wide false
24098 sideways false
24099 status open
24100
24101 \begin_layout Plain Layout
24102 \begin_inset ERT
24103 status collapsed
24104
24105 \begin_layout Plain Layout
24106
24107
24108 \backslash
24109 framebox{
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \begin_inset Graphics
24116         filename ../clipart/without_fntright.pdf
24117         width 100col%
24118
24119 \end_inset
24120
24121
24122 \begin_inset ERT
24123 status collapsed
24124
24125 \begin_layout Plain Layout
24126
24127 }
24128 \end_layout
24129
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \begin_layout Plain Layout
24136 \begin_inset Caption
24137
24138 \begin_layout Plain Layout
24139 \begin_inset CommandInset label
24140 LatexCommand label
24141 name "fig:Colocación-standard-del-pie"
24142
24143 \end_inset
24144
24145 Colocación estándar de notas al pie en documentos a dos columnas.
24146 \end_layout
24147
24148 \end_inset
24149
24150
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 \begin_inset Float figure
24160 placement !h
24161 wide false
24162 sideways false
24163 status open
24164
24165 \begin_layout Plain Layout
24166 \begin_inset ERT
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170
24171
24172 \backslash
24173 framebox{
24174 \end_layout
24175
24176 \end_inset
24177
24178
24179 \begin_inset Graphics
24180         filename ../clipart/with_fntright.pdf
24181         width 100col%
24182
24183 \end_inset
24184
24185
24186 \begin_inset ERT
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190
24191 }
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Caption
24201
24202 \begin_layout Plain Layout
24203 \begin_inset CommandInset label
24204 LatexCommand label
24205 name "fig:Colocación-del-pie-en"
24206
24207 \end_inset
24208
24209 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24210  el paquete LaTeX 
24211 \series bold
24212 ftnright
24213 \series default
24214 .
24215 \end_layout
24216
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 \begin_inset VSpace bigskip
24229 \end_inset
24230
24231 En alguna literatura científica es habitual reunir las notas para imprimirlas
24232  en un párrafo separado al final de la sección, como en la figura
24233 \begin_inset space ~
24234 \end_inset
24235
24236
24237 \begin_inset CommandInset ref
24238 LatexCommand ref
24239 reference "fig:Notas-al-pie-al-final"
24240
24241 \end_inset
24242
24243 .
24244  Para usar notas finales
24245 \begin_inset Index
24246 status collapsed
24247
24248 \begin_layout Plain Layout
24249 Notas finales
24250 \end_layout
24251
24252 \end_inset
24253
24254  en vez de notas al pie, carga el paquete LaTeX 
24255 \series bold
24256 endnotes
24257 \series default
24258
24259 \begin_inset Index
24260 status collapsed
24261
24262 \begin_layout Plain Layout
24263 LaTeX-paquetes ! endnotes
24264 \end_layout
24265
24266 \end_inset
24267
24268  con las siguientes líneas en el preámbulo de tu documento:
24269 \end_layout
24270
24271 \begin_layout Standard
24272
24273 \series bold
24274
24275 \backslash
24276 usepackage{endnotes}
24277 \begin_inset Newline newline
24278 \end_inset
24279
24280
24281 \backslash
24282 let
24283 \backslash
24284 footnote
24285 \backslash
24286 endnote
24287 \end_layout
24288
24289 \begin_layout Standard
24290 Para insertar la colección de notas, escribe el comando
24291 \end_layout
24292
24293 \begin_layout Standard
24294
24295 \series bold
24296
24297 \backslash
24298 theendnotes
24299 \end_layout
24300
24301 \begin_layout Standard
24302 en código TeX al final de una sección o capítulo.
24303 \end_layout
24304
24305 \begin_layout Standard
24306 \begin_inset Float figure
24307 wide false
24308 sideways false
24309 status open
24310
24311 \begin_layout Plain Layout
24312 \align center
24313 \begin_inset ERT
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317
24318
24319 \backslash
24320 framebox{
24321 \end_layout
24322
24323 \end_inset
24324
24325
24326 \begin_inset Graphics
24327         filename ../clipart/endnotes.pdf
24328
24329 \end_inset
24330
24331
24332 \begin_inset ERT
24333 status collapsed
24334
24335 \begin_layout Plain Layout
24336
24337 }
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \begin_layout Plain Layout
24346 \begin_inset Caption
24347
24348 \begin_layout Plain Layout
24349 \begin_inset CommandInset label
24350 LatexCommand label
24351 name "fig:Notas-al-pie-al-final"
24352
24353 \end_inset
24354
24355 Notas al final: notas impresas en párrafo separado al final de la sección
24356  o del capítulo.
24357 \end_layout
24358
24359 \end_inset
24360
24361
24362 \end_layout
24363
24364 \end_inset
24365
24366
24367 \end_layout
24368
24369 \begin_layout Standard
24370 \begin_inset VSpace medskip
24371 \end_inset
24372
24373 La cabecera de párrafo para las notas finales no se traduce automáticamente
24374  al lenguaje del documento, hay que hacerlo manualmente.
24375   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24376  al español «Notas»:
24377 \end_layout
24378
24379 \begin_layout Standard
24380
24381 \series bold
24382
24383 \backslash
24384 renewcommand{
24385 \backslash
24386 notesname}{Notas}
24387 \end_layout
24388
24389 \begin_layout Standard
24390 \begin_inset VSpace medskip
24391 \end_inset
24392
24393 La numeración de notas finales puede cambiarse como la de las notas al pie,
24394  como se describe en la sección
24395 \begin_inset space ~
24396 \end_inset
24397
24398
24399 \begin_inset CommandInset ref
24400 LatexCommand ref
24401 reference "sub:Numeración-de-Notas-al-Pie"
24402
24403 \end_inset
24404
24405 ; sólo hay que reemplazar el comando 
24406 \series bold
24407
24408 \backslash
24409 thefootnote
24410 \series default
24411  por 
24412 \series bold
24413
24414 \backslash
24415 theendnote
24416 \series default
24417 .
24418  Para restablecer la numeración usa el comando 
24419 \series bold
24420
24421 \backslash
24422 @addtoreset
24423 \series default
24424  como se describe en la sección
24425 \begin_inset space ~
24426 \end_inset
24427
24428
24429 \begin_inset CommandInset ref
24430 LatexCommand ref
24431 reference "sub:Numeración-de-Notas-al-Pie"
24432
24433 \end_inset
24434
24435  y sustituye el parámetro de comando 
24436 \series bold
24437 footnote
24438 \series default
24439  por 
24440 \series bold
24441 endnote
24442 \series default
24443 .
24444 \end_layout
24445
24446 \begin_layout Standard
24447 Para crear sólo una marca para una nota final, usa el comando 
24448 \series bold
24449
24450 \backslash
24451 endnotemark[número]
24452 \series default
24453  similar al comando 
24454 \series bold
24455
24456 \backslash
24457 footnotemark
24458 \series default
24459 , descrito en la sección
24460 \begin_inset space ~
24461 \end_inset
24462
24463
24464 \begin_inset CommandInset ref
24465 LatexCommand ref
24466 reference "sec:Notas-al-pie"
24467
24468 \end_inset
24469
24470 .
24471 \end_layout
24472
24473 \begin_layout Standard
24474 \begin_inset VSpace bigskip
24475 \end_inset
24476
24477 Las notas al pie también pueden colocarse al margen de la página y la alineación
24478  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24479 \series bold
24480 footmisc
24481 \series default
24482
24483 \begin_inset Index
24484 status collapsed
24485
24486 \begin_layout Plain Layout
24487 LaTeX-paquetes ! footmisc
24488 \end_layout
24489
24490 \end_inset
24491
24492  
24493 \begin_inset CommandInset citation
24494 LatexCommand cite
24495 key "footmisc"
24496
24497 \end_inset
24498
24499  para más información.
24500 \end_layout
24501
24502 \begin_layout Standard
24503 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24504  
24505 \begin_inset CommandInset citation
24506 LatexCommand cite
24507 key "latexcompanion,latexguide,latexbook"
24508
24509 \end_inset
24510
24511 .
24512 \end_layout
24513
24514 \begin_layout Section
24515 Notas al margen
24516 \begin_inset Index
24517 status collapsed
24518
24519 \begin_layout Plain Layout
24520 Notas ! al margen
24521 \end_layout
24522
24523 \end_inset
24524
24525
24526 \end_layout
24527
24528 \begin_layout Standard
24529 Las notas al margen se ven y se comportan en LyX como notas al pie.
24530  Se insertan con el menú 
24531 \family sans
24532 Insertar\SpecialChar \menuseparator
24533 Nota
24534 \begin_inset space ~
24535 \end_inset
24536
24537 al
24538 \begin_inset space ~
24539 \end_inset
24540
24541 margen
24542 \family default
24543  o con el botón 
24544 \begin_inset Graphics
24545         filename ../../images/marginalnote-insert.png
24546         scale 85
24547
24548 \end_inset
24549
24550 .
24551  Aparece un cuadro gris con la etiqueta 
24552 \family roman
24553 \series medium
24554 «margen» en color rojo y un marco en el que puedes escribir el texto de
24555  la nota.
24556 \end_layout
24557
24558 \begin_layout Standard
24559 Al lado hay un ejemplo de nota al margen.
24560
24561 \family roman
24562 \series medium
24563  
24564 \begin_inset Marginal
24565 status open
24566
24567 \begin_layout Plain Layout
24568 Esto es una nota al margen.
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 Estas notas salen en el margen derecho en documentos a una cara.
24578  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24579  en páginas pares, derecho en páginas impares---.
24580  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24581  a la derecha si la nota aparece en el margen izquierdo---.
24582  La primera línea de la nota se sitúa en la posición de la línea del texto
24583  en la que se inserta en el documento.
24584 \end_layout
24585
24586 \begin_layout Standard
24587 \begin_inset VSpace bigskip
24588 \end_inset
24589
24590 Para colocar la nota en el margen interno añade el comando
24591 \end_layout
24592
24593 \begin_layout Standard
24594
24595 \series bold
24596
24597 \backslash
24598 reversemarginpar
24599 \end_layout
24600
24601 \begin_layout Standard
24602 en código TeX antes de la nota.
24603  La nueva colocación es válida para todas las siguientes notas al margen.
24604  
24605 \begin_inset ERT
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609
24610
24611 \backslash
24612 reversemarginpar 
24613 \end_layout
24614
24615 \end_inset
24616
24617
24618 \begin_inset Marginal
24619 status open
24620
24621 \begin_layout Plain Layout
24622 Esto es una nota en el margen interno.
24623 \end_layout
24624
24625 \end_inset
24626
24627
24628 \series bold
24629
24630 \begin_inset Newline newline
24631 \end_inset
24632
24633
24634 \series default
24635
24636 \begin_inset Note Greyedout
24637 status open
24638
24639 \begin_layout Plain Layout
24640
24641 \series bold
24642 Nota:
24643 \series default
24644  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24645  no se mostrará correctamente en la salida.
24646 \end_layout
24647
24648 \end_inset
24649
24650
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Para volver a la ubicación predeterminada inserta en código TeX el comando
24655 \begin_inset ERT
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659
24660
24661 \backslash
24662 normalmarginpar 
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671
24672 \series bold
24673
24674 \backslash
24675 normalmarginpar
24676 \end_layout
24677
24678 \begin_layout Standard
24679 \begin_inset Note Greyedout
24680 status open
24681
24682 \begin_layout Plain Layout
24683
24684 \series bold
24685 Nota:
24686 \series default
24687  El comando se ignora si en el mismo párrafo está también presente el comando
24688  
24689 \series bold
24690
24691 \backslash
24692 reversemarginpar
24693 \series default
24694 .
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \end_layout
24701
24702 \begin_layout Standard
24703 \begin_inset VSpace bigskip
24704 \end_inset
24705
24706
24707 \family roman
24708 \series medium
24709
24710 \begin_inset Marginal
24711 status open
24712
24713 \begin_layout Plain Layout
24714 PalabraMuyLargaAlMargen no partida con guión.
24715 \end_layout
24716
24717 \end_inset
24718
24719
24720 \family default
24721 \series default
24722  Como en el caso descrito en la sección
24723 \begin_inset space ~
24724 \end_inset
24725
24726
24727 \begin_inset CommandInset ref
24728 LatexCommand ref
24729 reference "sub:Líneas-Múltiples-en"
24730
24731 \end_inset
24732
24733 , una palabra larga no puede partirse con guión cuando es la primera en
24734  la nota al margen.
24735  Para evitar esto, inserta un espacio horizontal de 0
24736 \begin_inset space \thinspace{}
24737 \end_inset
24738
24739 pt antes de la palabra
24740 \family roman
24741 \series medium
24742 .
24743  
24744 \begin_inset Marginal
24745 status open
24746
24747 \begin_layout Plain Layout
24748 \begin_inset ERT
24749 status collapsed
24750
24751 \begin_layout Plain Layout
24752
24753
24754 \backslash
24755 hspace{0pt}
24756 \end_layout
24757
24758 \end_inset
24759
24760 PalabraMuyLargaAlMargen partida con guión.
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Standard
24769 \begin_inset VSpace bigskip
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Standard
24776 \begin_inset Note Greyedout
24777 status open
24778
24779 \begin_layout Plain Layout
24780
24781 \series bold
24782 Nota:
24783 \series default
24784  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24785  notas al pie.
24786 \end_layout
24787
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \begin_inset VSpace bigskip
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 \begin_inset ERT
24802 status collapsed
24803
24804 \begin_layout Plain Layout
24805
24806
24807 \backslash
24808 ifmarginnote
24809 \end_layout
24810
24811 \end_inset
24812
24813
24814 \begin_inset Note Note
24815 status open
24816
24817 \begin_layout Plain Layout
24818 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24819  LaTeX 
24820 \series bold
24821 marginnote
24822 \series default
24823 .
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Esta restricción se puede salvar con el paquete LaTeX 
24833 \series bold
24834 marginnote
24835 \series default
24836
24837 \begin_inset Index
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841 LaTeX-paquetes ! marginnote
24842 \end_layout
24843
24844 \end_inset
24845
24846 .
24847  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24848  notas al margen es redefinido para usar el comando proporcionado por el
24849  paquete 
24850 \series bold
24851 marginnote
24852 \series default
24853 :
24854 \end_layout
24855
24856 \begin_layout Standard
24857
24858 \series bold
24859
24860 \backslash
24861 usepackage{marginnote}
24862 \begin_inset Newline newline
24863 \end_inset
24864
24865
24866 \backslash
24867 let
24868 \backslash
24869 marginpar
24870 \backslash
24871 marginnote
24872 \end_layout
24873
24874 \begin_layout Standard
24875 Esto se ha utilizado en el presente documento porque 
24876 \series bold
24877 marginnote
24878 \series default
24879  tiene una característica adicional útil: Puedes establecer un desplazamiento
24880  vertical a la nota.
24881  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24882  diseño de la página.
24883  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24884  en código TeX
24885 \end_layout
24886
24887 \begin_layout Standard
24888
24889 \series bold
24890 [desplazamiento]
24891 \end_layout
24892
24893 \begin_layout Standard
24894 donde desplazamiento es una longitud en una de las unidades de la tabla
24895 \begin_inset space ~
24896 \end_inset
24897
24898
24899 \begin_inset CommandInset ref
24900 LatexCommand ref
24901 reference "tab:Unidades"
24902
24903 \end_inset
24904
24905 .
24906  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24907  abajo.
24908  
24909 \family roman
24910 \series medium
24911 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24912 \begin_inset space \thinspace{}
24913 \end_inset
24914
24915 cm arriba con el comando en código TeX 
24916 \begin_inset Quotes eld
24917 \end_inset
24918
24919
24920 \family default
24921 \series bold
24922 [-1.5cm]
24923 \family roman
24924 \series medium
24925
24926 \begin_inset Quotes erd
24927 \end_inset
24928
24929
24930 \begin_inset Marginal
24931 status collapsed
24932
24933 \begin_layout Plain Layout
24934 Esta nota está 1.5
24935 \begin_inset space \thinspace{}
24936 \end_inset
24937
24938 cm por encima de su posición original.
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \family default
24945 \series default
24946
24947 \begin_inset ERT
24948 status collapsed
24949
24950 \begin_layout Plain Layout
24951
24952 [-1.5cm]
24953 \end_layout
24954
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \begin_inset VSpace medskip
24962 \end_inset
24963
24964 Con 
24965 \series bold
24966 marginnote
24967 \series default
24968  también puedes cambiar la alineación del texto en el margen.
24969  Por ejemplo los comandos
24970 \end_layout
24971
24972 \begin_layout Standard
24973
24974 \series bold
24975
24976 \backslash
24977 renewcommand*{
24978 \backslash
24979 raggedleftmarginnote}{
24980 \backslash
24981 centering}
24982 \begin_inset Newline newline
24983 \end_inset
24984
24985
24986 \backslash
24987 renewcommand*{
24988 \backslash
24989 raggedrightmarginnote}{
24990 \backslash
24991 centering}
24992 \end_layout
24993
24994 \begin_layout Standard
24995 producen alineación centrada.
24996  
24997 \series bold
24998
24999 \backslash
25000 raggedleftmarginnote
25001 \series default
25002  identifica las notas que aparecen al lado izquierdo.
25003 \family roman
25004 \series medium
25005
25006 \begin_inset ERT
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010
25011
25012 \backslash
25013 renewcommand*{
25014 \backslash
25015 raggedleftmarginnote}{
25016 \backslash
25017 centering}
25018 \end_layout
25019
25020 \begin_layout Plain Layout
25021
25022
25023 \backslash
25024 renewcommand*{
25025 \backslash
25026 raggedrightmarginnote}{
25027 \backslash
25028 centering}
25029 \end_layout
25030
25031 \end_inset
25032
25033
25034 \begin_inset Marginal
25035 status open
25036
25037 \begin_layout Plain Layout
25038 El texto de esta nota está centrado.
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \family default
25045 \series default
25046  El valor predeterminado es 
25047 \end_layout
25048
25049 \begin_layout Standard
25050
25051 \series bold
25052
25053 \backslash
25054 renewcommand*{
25055 \backslash
25056 raggedleftmarginnote}{
25057 \backslash
25058 raggedleft}
25059 \begin_inset Newline newline
25060 \end_inset
25061
25062
25063 \backslash
25064 renewcommand*{
25065 \backslash
25066 raggedrightmarginnote}{
25067 \backslash
25068 raggedright}
25069 \family roman
25070 \series medium
25071
25072 \begin_inset ERT
25073 status collapsed
25074
25075 \begin_layout Plain Layout
25076
25077
25078 \backslash
25079 renewcommand*{
25080 \backslash
25081 raggedleftmarginnote}{
25082 \backslash
25083 raggedleft}
25084 \end_layout
25085
25086 \begin_layout Plain Layout
25087
25088
25089 \backslash
25090 renewcommand*{
25091 \backslash
25092 raggedrightmarginnote}{
25093 \backslash
25094 raggedright}
25095 \end_layout
25096
25097 \end_inset
25098
25099
25100 \end_layout
25101
25102 \begin_layout Standard
25103 \begin_inset VSpace medskip
25104 \end_inset
25105
25106 Para otras características de 
25107 \series bold
25108 marginnote
25109 \series default
25110  mira en su documentación 
25111 \begin_inset CommandInset citation
25112 LatexCommand cite
25113 key "marginnote"
25114
25115 \end_inset
25116
25117 .
25118 \end_layout
25119
25120 \begin_layout Standard
25121 \begin_inset VSpace bigskip
25122 \end_inset
25123
25124 El diseño de las notas al margen puede ser redefinido.
25125  Por ejemplo, para crear una cabecera para todas las notas con el texto
25126  
25127 \begin_inset Quotes eld
25128 \end_inset
25129
25130
25131 \series bold
25132 \bar under
25133 ¡
25134 \family sans
25135 Atención
25136 \family default
25137 !
25138 \series default
25139 \bar default
25140
25141 \begin_inset Quotes erd
25142 \end_inset
25143
25144 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25145 \end_layout
25146
25147 \begin_layout Standard
25148
25149 \series bold
25150
25151 \backslash
25152 let
25153 \backslash
25154 myMarginpar
25155 \backslash
25156 marginpar
25157 \begin_inset Newline newline
25158 \end_inset
25159
25160
25161 \backslash
25162 renewcommand{
25163 \backslash
25164 marginpar}[1]{
25165 \backslash
25166 myMarginpar{%
25167 \begin_inset Newline newline
25168 \end_inset
25169
25170
25171 \begin_inset ERT
25172 status collapsed
25173
25174 \begin_layout Plain Layout
25175
25176
25177 \backslash
25178 hphantom{ }
25179 \end_layout
25180
25181 \end_inset
25182
25183
25184 \backslash
25185 hspace{0pt}
25186 \backslash
25187 textsf{
25188 \backslash
25189 textbf{
25190 \backslash
25191 underbar{¡Atención!}}}%
25192 \begin_inset Newline newline
25193 \end_inset
25194
25195
25196 \begin_inset ERT
25197 status collapsed
25198
25199 \begin_layout Plain Layout
25200
25201
25202 \backslash
25203 hphantom{ }
25204 \end_layout
25205
25206 \end_inset
25207
25208
25209 \backslash
25210 vspace{1.5mm}
25211 \backslash
25212
25213 \backslash
25214 #1}}
25215 \end_layout
25216
25217 \begin_layout Standard
25218
25219 \family roman
25220 \series medium
25221 \begin_inset ERT
25222 status collapsed
25223
25224 \begin_layout Plain Layout
25225
25226
25227 \backslash
25228 let
25229 \backslash
25230 myMarginpar
25231 \backslash
25232 marginpar
25233 \end_layout
25234
25235 \begin_layout Plain Layout
25236
25237
25238 \backslash
25239 renewcommand{
25240 \backslash
25241 marginpar}[1]{
25242 \backslash
25243 myMarginpar{%
25244 \end_layout
25245
25246 \begin_layout Plain Layout
25247
25248    
25249 \backslash
25250 textsf{
25251 \backslash
25252 textbf{
25253 \backslash
25254 underbar{¡Atención!}}}%
25255 \end_layout
25256
25257 \begin_layout Plain Layout
25258
25259    
25260 \backslash
25261 vspace{1.5mm}
25262 \backslash
25263
25264 \backslash
25265 #1}}
25266 \end_layout
25267
25268 \end_inset
25269
25270
25271 \begin_inset Marginal
25272 status open
25273
25274 \begin_layout Plain Layout
25275 Esta es una nota con una cabecera definida.
25276 \end_layout
25277
25278 \end_inset
25279
25280
25281 \family default
25282 \series default
25283
25284 \begin_inset ERT
25285 status collapsed
25286
25287 \begin_layout Plain Layout
25288
25289 [-1.5cm]
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \family roman
25296 \series medium
25297
25298 \begin_inset ERT
25299 status collapsed
25300
25301 \begin_layout Plain Layout
25302
25303
25304 \backslash
25305 renewcommand{
25306 \backslash
25307 marginpar}[1]{
25308 \backslash
25309 myMarginpar{#1}}
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \family default
25316 \series default
25317
25318 \begin_inset Note Note
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \begin_layout Standard
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338 else
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset Note Note
25345 status open
25346
25347 \begin_layout Plain Layout
25348 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25349  
25350 \series bold
25351 marginnote
25352 \series default
25353 .
25354 \end_layout
25355
25356 \end_inset
25357
25358
25359 \end_layout
25360
25361 \begin_layout Standard
25362 Debes instalar el paquete LaTeX 
25363 \series bold
25364 marginnote
25365 \series default
25366  para ver la parte siguiente en la salida.
25367 \end_layout
25368
25369 \begin_layout Standard
25370 \begin_inset ERT
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374
25375
25376 \backslash
25377 fi
25378 \end_layout
25379
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \begin_layout Chapter
25386 Cuadros
25387 \end_layout
25388
25389 \begin_layout Section
25390 Introducción
25391 \begin_inset Index
25392 status collapsed
25393
25394 \begin_layout Plain Layout
25395 Cuadros ! Introducción
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Standard
25404 Los cuadros se emplean para dar formato a bloques de texto.
25405  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25406 \begin_inset space ~
25407 \end_inset
25408
25409
25410 \begin_inset CommandInset ref
25411 LatexCommand ref
25412 reference "sec:Minipáginas"
25413
25414 \end_inset
25415
25416 , enmarcar textos, véase sección
25417 \begin_inset space ~
25418 \end_inset
25419
25420
25421 \begin_inset CommandInset ref
25422 LatexCommand ref
25423 reference "sec:Cuadros-Enmarcados"
25424
25425 \end_inset
25426
25427 , evitar la división de palabras, véase sección
25428 \begin_inset space ~
25429 \end_inset
25430
25431
25432 \begin_inset CommandInset ref
25433 LatexCommand ref
25434 reference "sec:Evitar-la-Partición"
25435
25436 \end_inset
25437
25438 , alinear texto, véase sección
25439 \begin_inset space ~
25440 \end_inset
25441
25442
25443 \begin_inset CommandInset ref
25444 LatexCommand ref
25445 reference "sub:Alineación-Vertical"
25446
25447 \end_inset
25448
25449 , o para poner color de fondo a un texto, véase sección
25450 \begin_inset space ~
25451 \end_inset
25452
25453
25454 \begin_inset CommandInset ref
25455 LatexCommand ref
25456 reference "sec:Cuadros-Coloreados"
25457
25458 \end_inset
25459
25460 .
25461 \end_layout
25462
25463 \begin_layout Standard
25464 Se insertan con el menú 
25465 \family sans
25466 Insertar\SpecialChar \menuseparator
25467 Cuadro
25468 \family default
25469  o con el botón 
25470 \begin_inset Graphics
25471         filename ../../images/box-insert.png
25472         scale 85
25473
25474 \end_inset
25475
25476 .
25477  Surge un recuadro gris con la etiqueta 
25478 \family sans
25479 Cuadro (Minipágina)
25480 \family default
25481
25482 \begin_inset Graphics
25483         filename clipart/CuadroMinipagQt4.png
25484         scale 75
25485         keepAspectRatio
25486
25487 \end_inset
25488
25489 .
25490  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25491  Sale un diálogo en el que 
25492 \family sans
25493 Cuadro
25494 \family default
25495
25496 \begin_inset space ~
25497 \end_inset
25498
25499
25500 \family sans
25501 interior
25502 \family default
25503  permite escoger los tipos 
25504 \family sans
25505 Párrafo
25506 \family default
25507  y 
25508 \family sans
25509 Minipágina
25510 \family default
25511 .
25512  
25513 \family sans
25514 Minipágina
25515 \family default
25516  es el predeterminado para nuevos cuadros y se explica en la sección
25517 \begin_inset space ~
25518 \end_inset
25519
25520
25521 \begin_inset CommandInset ref
25522 LatexCommand ref
25523 reference "sec:Minipáginas"
25524
25525 \end_inset
25526
25527 ; el tipo 
25528 \family sans
25529 Párrafo
25530 \family default
25531  se describe en la sección
25532 \begin_inset space ~
25533 \end_inset
25534
25535
25536 \begin_inset CommandInset ref
25537 LatexCommand ref
25538 reference "sec:Cuadros-de-Párrafo"
25539
25540 \end_inset
25541
25542 .
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25547  flotantes o las notas al pie.
25548 \end_layout
25549
25550 \begin_layout Standard
25551 \begin_inset Note Greyedout
25552 status open
25553
25554 \begin_layout Plain Layout
25555
25556 \series bold
25557 Nota:
25558 \series default
25559  Los cuadros no deben ser el ítem en un entorno 
25560 \family sans
25561 Enumeración*
25562 \family default
25563  o 
25564 \family sans
25565 Descripción
25566 \family default
25567 .
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \end_layout
25574
25575 \begin_layout Standard
25576 \begin_inset Note Greyedout
25577 status open
25578
25579 \begin_layout Plain Layout
25580
25581 \series bold
25582 Nota:
25583 \series default
25584  Por razones desconocidas sólo se puede poner el tipo 
25585 \family sans
25586 Cuadro
25587 \begin_inset space ~
25588 \end_inset
25589
25590 interior
25591 \family default
25592  en 
25593 \family sans
25594 Ninguno
25595 \family default
25596  cuando se emplea un cuadro enmarcado.
25597  Los cuadros sin ningún tipo de 
25598 \family sans
25599 Cuadro
25600 \begin_inset space ~
25601 \end_inset
25602
25603 interior
25604 \family default
25605  y sin marcos se explican en la sección
25606 \begin_inset space ~
25607 \end_inset
25608
25609
25610 \begin_inset CommandInset ref
25611 LatexCommand ref
25612 reference "sec:Evitar-la-Partición"
25613
25614 \end_inset
25615
25616 .
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \end_layout
25623
25624 \begin_layout Section
25625 Diálogo de cuadros
25626 \begin_inset CommandInset label
25627 LatexCommand label
25628 name "sec:Diálogo-Cuadros"
25629
25630 \end_inset
25631
25632
25633 \begin_inset Index
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 Cuadros ! Configuración
25638 \end_layout
25639
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \begin_layout Subsection
25646 Tamaño
25647 \begin_inset Index
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651 Cuadros ! Tamaño
25652 \end_layout
25653
25654 \end_inset
25655
25656
25657 \end_layout
25658
25659 \begin_layout Standard
25660 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25661 \family sans
25662 Ancho
25663 \family default
25664  y 
25665 \family sans
25666 Alto
25667 \family default
25668 .
25669  Las unidades disponibles para la geometría se describen en la tabla
25670 \begin_inset space ~
25671 \end_inset
25672
25673
25674 \begin_inset CommandInset ref
25675 LatexCommand ref
25676 reference "tab:Unidades"
25677
25678 \end_inset
25679
25680 .
25681  El campo 
25682 \family sans
25683 Alto
25684 \family default
25685  ofrece los siguientes tamaños adicionales:
25686 \end_layout
25687
25688 \begin_layout Description
25689 Profundidad Este es el texto plano «alto».
25690  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25691  cuadro:
25692 \begin_inset Newline newline
25693 \end_inset
25694
25695
25696 \begin_inset Newline newline
25697 \end_inset
25698
25699
25700 \begin_inset Newline newline
25701 \end_inset
25702
25703
25704 \begin_inset Box Boxed
25705 position "c"
25706 hor_pos "c"
25707 has_inner_box 1
25708 inner_pos "c"
25709 use_parbox 0
25710 width "12col%"
25711 special "none"
25712 height "1in"
25713 height_special "depth"
25714 status open
25715
25716 \begin_layout Plain Layout
25717 \align center
25718 Cuadro con altura establecida en 1
25719 \begin_inset space \thinspace{}
25720 \end_inset
25721
25722 Profundidad
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \begin_inset Newline newline
25729 \end_inset
25730
25731
25732 \begin_inset Newline newline
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Description
25739 Alto Es la altura del texto que está dentro del cuadro.
25740  Un valor de, p.
25741 \begin_inset space \thinspace{}
25742 \end_inset
25743
25744 e.
25745 \begin_inset space ~
25746 \end_inset
25747
25748 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25749  
25750 \begin_inset Box Boxed
25751 position "c"
25752 hor_pos "c"
25753 has_inner_box 1
25754 inner_pos "c"
25755 use_parbox 0
25756 width "20col%"
25757 special "none"
25758 height "2in"
25759 height_special "height"
25760 status open
25761
25762 \begin_layout Plain Layout
25763 \align center
25764 Cuadro con altura puesta en 2
25765 \begin_inset space \thinspace{}
25766 \end_inset
25767
25768 Alto
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Description
25777 Alto
25778 \begin_inset space ~
25779 \end_inset
25780
25781 total Esto es el Alto
25782 \begin_inset space \thinspace{}
25783 \end_inset
25784
25785 +
25786 \begin_inset space \thinspace{}
25787 \end_inset
25788
25789 Profundidad: 
25790 \begin_inset Box Boxed
25791 position "c"
25792 hor_pos "c"
25793 has_inner_box 1
25794 inner_pos "c"
25795 use_parbox 0
25796 width "20col%"
25797 special "none"
25798 height "1in"
25799 height_special "totalheight"
25800 status open
25801
25802 \begin_layout Plain Layout
25803 \align center
25804 Cuadro con altura puesta a 1
25805 \begin_inset space \thinspace{}
25806 \end_inset
25807
25808 Alto
25809 \begin_inset space ~
25810 \end_inset
25811
25812 total
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Description
25821 Ancho Esto determina al ancho del cuadro como altura: 
25822 \begin_inset Box Boxed
25823 position "c"
25824 hor_pos "c"
25825 has_inner_box 1
25826 inner_pos "c"
25827 use_parbox 0
25828 width "12col%"
25829 special "none"
25830 height "1in"
25831 height_special "width"
25832 status open
25833
25834 \begin_layout Plain Layout
25835 \align center
25836 Cuadro con altura puesta en 1
25837 \begin_inset space \thinspace{}
25838 \end_inset
25839
25840 Ancho
25841 \end_layout
25842
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Subsection
25849 Alineación
25850 \begin_inset Index
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854 Cuadros ! Alineación
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 Si has elegido un 
25864 \family sans
25865 Cuadro
25866 \begin_inset space ~
25867 \end_inset
25868
25869 interior
25870 \family default
25871 , la alineación vertical del cuadro puede ser:
25872 \end_layout
25873
25874 \begin_layout Description
25875 Superior Ejemplo de línea de texto.
25876  
25877 \begin_inset Box Boxed
25878 position "t"
25879 hor_pos "c"
25880 has_inner_box 1
25881 inner_pos "c"
25882 use_parbox 0
25883 width "12col%"
25884 special "none"
25885 height "1in"
25886 height_special "totalheight"
25887 status collapsed
25888
25889 \begin_layout Plain Layout
25890 \align center
25891 Cuadro alineado arriba.
25892 \end_layout
25893
25894 \end_inset
25895
25896  Ejemplo de línea de texto.
25897 \end_layout
25898
25899 \begin_layout Description
25900 Medio Ejemplo de línea de texto.
25901  
25902 \begin_inset Box Boxed
25903 position "c"
25904 hor_pos "c"
25905 has_inner_box 1
25906 inner_pos "c"
25907 use_parbox 0
25908 width "12col%"
25909 special "none"
25910 height "1in"
25911 height_special "totalheight"
25912 status collapsed
25913
25914 \begin_layout Plain Layout
25915 \align center
25916 Cuadro alineado en medio.
25917 \end_layout
25918
25919 \end_inset
25920
25921  Ejemplo de línea de texto.
25922 \end_layout
25923
25924 \begin_layout Description
25925 Inferior Ejemplo de línea de texto.
25926  
25927 \begin_inset Box Boxed
25928 position "b"
25929 hor_pos "c"
25930 has_inner_box 1
25931 inner_pos "c"
25932 use_parbox 0
25933 width "12col%"
25934 special "none"
25935 height "1in"
25936 height_special "totalheight"
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940 \align center
25941 Cuadro alineado abajo.
25942 \end_layout
25943
25944 \end_inset
25945
25946  Ejemplo de línea de texto.
25947 \end_layout
25948
25949 \begin_layout Standard
25950 \begin_inset Note Greyedout
25951 status open
25952
25953 \begin_layout Plain Layout
25954
25955 \series bold
25956 Nota:
25957 \series default
25958  La alineación vertical puede desaparecer en la salida si hay dos cuadros
25959  en una línea y, p.
25960 \begin_inset space \thinspace{}
25961 \end_inset
25962
25963 e., uno de ellos tiene sombreado y el otro no.
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \begin_layout Standard
25972 La alineación horizontal del cuadro puede establecerse en el diálogo de
25973  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
25974 \end_layout
25975
25976 \begin_layout Standard
25977 \begin_inset VSpace bigskip
25978 \end_inset
25979
25980 Si has escogido un 
25981 \family sans
25982 Cuadro
25983 \begin_inset space ~
25984 \end_inset
25985
25986 interior
25987 \family default
25988 , el contenido puede alinearse verticalmente a:
25989 \end_layout
25990
25991 \begin_layout Description
25992 Superior Ejemplo de línea de texto.
25993  
25994 \begin_inset Box Boxed
25995 position "c"
25996 hor_pos "c"
25997 has_inner_box 1
25998 inner_pos "t"
25999 use_parbox 0
26000 width "12col%"
26001 special "none"
26002 height "1.5in"
26003 height_special "totalheight"
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007 \align center
26008 Cuadro con texto alineado arriba.
26009 \end_layout
26010
26011 \end_inset
26012
26013  Ejemplo de línea de texto.
26014 \end_layout
26015
26016 \begin_layout Description
26017 Medio Ejemplo de línea de texto.
26018  
26019 \begin_inset Box Boxed
26020 position "c"
26021 hor_pos "c"
26022 has_inner_box 1
26023 inner_pos "c"
26024 use_parbox 0
26025 width "12col%"
26026 special "none"
26027 height "1.5in"
26028 height_special "totalheight"
26029 status collapsed
26030
26031 \begin_layout Plain Layout
26032 \align center
26033 Cuadro con texto alineado en medio.
26034 \end_layout
26035
26036 \end_inset
26037
26038  Ejemplo de línea de texto.
26039 \end_layout
26040
26041 \begin_layout Description
26042 Inferior Ejemplo de línea de texto.
26043  
26044 \begin_inset Box Boxed
26045 position "c"
26046 hor_pos "c"
26047 has_inner_box 1
26048 inner_pos "b"
26049 use_parbox 0
26050 width "12col%"
26051 special "none"
26052 height "1.5in"
26053 height_special "totalheight"
26054 status collapsed
26055
26056 \begin_layout Plain Layout
26057 \align center
26058 Cuadro con texto alineado abajo.
26059 \end_layout
26060
26061 \end_inset
26062
26063  Ejemplo de línea de texto.
26064 \end_layout
26065
26066 \begin_layout Description
26067 Estirado Ejemplo de línea de texto.
26068  
26069 \begin_inset Box Boxed
26070 position "c"
26071 hor_pos "c"
26072 has_inner_box 1
26073 inner_pos "s"
26074 use_parbox 0
26075 width "12col%"
26076 special "none"
26077 height "1.5in"
26078 height_special "totalheight"
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082 \align center
26083 Este texto
26084 \end_layout
26085
26086 \begin_layout Plain Layout
26087 \align center
26088 está
26089 \end_layout
26090
26091 \begin_layout Plain Layout
26092 \align center
26093 estirado.
26094 \end_layout
26095
26096 \end_inset
26097
26098  Ejemplo de línea de texto.
26099 \end_layout
26100
26101 \begin_layout Standard
26102 Para estirar el contenido debe tener más de un párrafo.
26103  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26104 \end_layout
26105
26106 \begin_layout Standard
26107 \begin_inset VSpace bigskip
26108 \end_inset
26109
26110 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26111  LyX cuando hayas escogido un 
26112 \family sans
26113 Cuadro
26114 \begin_inset space ~
26115 \end_inset
26116
26117 interior
26118 \family default
26119 .
26120 \end_layout
26121
26122 \begin_layout Standard
26123 \align center
26124 \begin_inset Box Boxed
26125 position "c"
26126 hor_pos "c"
26127 has_inner_box 1
26128 inner_pos "s"
26129 use_parbox 0
26130 width "15col%"
26131 special "none"
26132 height "1.25in"
26133 height_special "totalheight"
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137 \align left
26138 Cuadro
26139 \end_layout
26140
26141 \begin_layout Plain Layout
26142 \align center
26143 con texto
26144 \end_layout
26145
26146 \begin_layout Plain Layout
26147 \align right
26148 estirado
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Standard
26157 Si no has establecido un 
26158 \family sans
26159 Cuadro
26160 \begin_inset space ~
26161 \end_inset
26162
26163 interior
26164 \family default
26165 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26166  cuadro.
26167 \end_layout
26168
26169 \begin_layout Standard
26170 \align center
26171 \begin_inset Box Boxed
26172 position "c"
26173 hor_pos "s"
26174 has_inner_box 0
26175 inner_pos "s"
26176 use_parbox 0
26177 width "90col%"
26178 special "none"
26179 height "1.25in"
26180 height_special "totalheight"
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184 \align left
26185 Texto estirado horizontalmente.
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \begin_layout Subsection
26194 Cuadros enmarcados
26195 \begin_inset CommandInset label
26196 LatexCommand label
26197 name "sec:Cuadros-Enmarcados"
26198
26199 \end_inset
26200
26201
26202 \begin_inset Index
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206 Cuadros ! Marcos
26207 \end_layout
26208
26209 \end_inset
26210
26211
26212 \end_layout
26213
26214 \begin_layout Standard
26215 El estilo de marco del cuadro se puede determinar en la lista desplegable
26216  
26217 \family sans
26218 Tipo
26219 \family default
26220  del diálogo de cuadros.
26221  Son posibles los siguientes marcos:
26222 \end_layout
26223
26224 \begin_layout Description
26225 Marco
26226 \begin_inset space ~
26227 \end_inset
26228
26229 sencillo Dibuja un marco rectangular alrededor del cuadro.
26230  El grosor del marco depende de 
26231 \series bold
26232
26233 \backslash
26234 fboxrule
26235 \series default
26236 .
26237  
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 "25col%"
26245 special "none"
26246 height "1in"
26247 height_special "totalheight"
26248 status open
26249
26250 \begin_layout Plain Layout
26251 \align center
26252 Cuadro rectangular
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \end_layout
26259
26260 \begin_layout Description
26261 Marco
26262 \begin_inset space ~
26263 \end_inset
26264
26265 sencillo
26266 \begin_inset space ~
26267 \end_inset
26268
26269 con
26270 \begin_inset space ~
26271 \end_inset
26272
26273 salto
26274 \begin_inset space ~
26275 \end_inset
26276
26277 de
26278 \begin_inset space ~
26279 \end_inset
26280
26281 página Si usas la decoración 
26282 \family sans
26283 marco sencillo rectangular
26284 \family default
26285  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26286  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26287  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26288  propio y 
26289 \series bold
26290
26291 \backslash
26292 fboxrule
26293 \series default
26294  y 
26295 \series bold
26296
26297 \backslash
26298 fboxsep
26299 \series default
26300  no funcionan.
26301  El grosor del marco tiene el tamaño de 
26302 \series bold
26303
26304 \backslash
26305 FrameRule
26306 \series default
26307 .
26308 \begin_inset Box Framed
26309 position "t"
26310 hor_pos "c"
26311 has_inner_box 0
26312 inner_pos "t"
26313 use_parbox 0
26314 width "100col%"
26315 special "none"
26316 height "1in"
26317 height_special "totalheight"
26318 status collapsed
26319
26320 \begin_layout Plain Layout
26321 Cuadro que permite saltos de página
26322 \end_layout
26323
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \begin_layout Description
26330 Marco
26331 \begin_inset space ~
26332 \end_inset
26333
26334 ovalado,
26335 \begin_inset space ~
26336 \end_inset
26337
26338 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26339 \begin_inset space \thinspace{}
26340 \end_inset
26341
26342 pt.
26343  
26344 \begin_inset Box ovalbox
26345 position "c"
26346 hor_pos "c"
26347 has_inner_box 1
26348 inner_pos "c"
26349 use_parbox 0
26350 width "25col%"
26351 special "none"
26352 height "1in"
26353 height_special "totalheight"
26354 status open
26355
26356 \begin_layout Plain Layout
26357 \align center
26358 Marco ovalado, fino
26359 \end_layout
26360
26361 \end_inset
26362
26363
26364 \end_layout
26365
26366 \begin_layout Description
26367 Marco
26368 \begin_inset space ~
26369 \end_inset
26370
26371 ovalado,
26372 \begin_inset space ~
26373 \end_inset
26374
26375 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26376 \begin_inset space \thinspace{}
26377 \end_inset
26378
26379 pt.
26380  
26381 \begin_inset Box Ovalbox
26382 position "c"
26383 hor_pos "c"
26384 has_inner_box 1
26385 inner_pos "c"
26386 use_parbox 0
26387 width "30col%"
26388 special "none"
26389 height "1in"
26390 height_special "totalheight"
26391 status open
26392
26393 \begin_layout Plain Layout
26394 \align center
26395 Cuadro ovalado, grueso
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Description
26404 Marco
26405 \begin_inset space ~
26406 \end_inset
26407
26408 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26409  El grosor de la línea tiene el tamaño dado por 
26410 \series bold
26411
26412 \backslash
26413 fboxrule
26414 \series default
26415 , la sombra tiene una anchura de 4
26416 \begin_inset space \thinspace{}
26417 \end_inset
26418
26419 pt.
26420  
26421 \begin_inset Box Shadowbox
26422 position "c"
26423 hor_pos "c"
26424 has_inner_box 1
26425 inner_pos "c"
26426 use_parbox 0
26427 width "20col%"
26428 special "none"
26429 height "1in"
26430 height_special "totalheight"
26431 status open
26432
26433 \begin_layout Plain Layout
26434 \align center
26435 Marco sombrado
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \begin_layout Description
26444 Fondo
26445 \begin_inset space ~
26446 \end_inset
26447
26448 sombreado Dibuja un cuadro con fondo de color rojo.
26449  A diferencia de los cuadros coloreados,
26450 \begin_inset Foot
26451 status open
26452
26453 \begin_layout Plain Layout
26454 véase sec.
26455  
26456 \begin_inset CommandInset ref
26457 LatexCommand ref
26458 reference "sec:Cuadros-Coloreados"
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466
26467  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26468 \begin_inset Box Shaded
26469 position "t"
26470 hor_pos "c"
26471 has_inner_box 0
26472 inner_pos "t"
26473 use_parbox 0
26474 width "50col%"
26475 special "none"
26476 height "1in"
26477 height_special "totalheight"
26478 status open
26479
26480 \begin_layout Plain Layout
26481 Cuadro con fondo sombreado
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Description
26490 Marco
26491 \begin_inset space ~
26492 \end_inset
26493
26494 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26495  El grosor de la línea interior es 0.75
26496 \begin_inset space \thinspace{}
26497 \end_inset
26498
26499
26500 \series bold
26501
26502 \backslash
26503 fboxrule
26504 \series default
26505 , el de la línea exterior es 1.5
26506 \begin_inset space \thinspace{}
26507 \end_inset
26508
26509
26510 \series bold
26511
26512 \backslash
26513 fboxrule
26514 \series default
26515 .
26516  La distancia entre líneas es 1.5
26517 \begin_inset space \thinspace{}
26518 \end_inset
26519
26520
26521 \series bold
26522
26523 \backslash
26524 fboxrule
26525 \series default
26526
26527 \begin_inset space \thinspace{}
26528 \end_inset
26529
26530 +
26531 \begin_inset space \thinspace{}
26532 \end_inset
26533
26534 0.5
26535 \begin_inset space \thinspace{}
26536 \end_inset
26537
26538 pt.
26539  
26540 \begin_inset Box Doublebox
26541 position "c"
26542 hor_pos "c"
26543 has_inner_box 1
26544 inner_pos "c"
26545 use_parbox 0
26546 width "20col%"
26547 special "none"
26548 height "1in"
26549 height_special "totalheight"
26550 status open
26551
26552 \begin_layout Plain Layout
26553 \align center
26554 Marco doble
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Standard
26563 \begin_inset VSpace bigskip
26564 \end_inset
26565
26566 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26567  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26568  LaTeX 
26569 \series bold
26570 fancybox
26571 \series default
26572
26573 \begin_inset Index
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577 LaTeX-paquetes ! fancybox
26578 \end_layout
26579
26580 \end_inset
26581
26582 .
26583 \end_layout
26584
26585 \begin_layout Section
26586 Personalización de cuadros
26587 \begin_inset Index
26588 status open
26589
26590 \begin_layout Plain Layout
26591 Cuadros ! Personalizar
26592 \end_layout
26593
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \begin_layout Standard
26600 El valor predeterminado por 
26601 \series bold
26602
26603 \backslash
26604 fboxrule
26605 \series default
26606  es 0.4
26607 \begin_inset space \thinspace{}
26608 \end_inset
26609
26610 pt.
26611  Puede cambiarse con el siguiente comando en código TeX, p.
26612 \begin_inset space \thinspace{}
26613 \end_inset
26614
26615 e.
26616 \begin_inset space ~
26617 \end_inset
26618
26619 a
26620 \begin_inset space ~
26621 \end_inset
26622
26623 2
26624 \begin_inset space \thinspace{}
26625 \end_inset
26626
26627 pt:
26628 \end_layout
26629
26630 \begin_layout Standard
26631
26632 \series bold
26633
26634 \backslash
26635 setlength{
26636 \backslash
26637 fboxrule}{2pt}
26638 \end_layout
26639
26640 \begin_layout Standard
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 setlength{
26649 \backslash
26650 fboxrule}{2pt}
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \begin_inset Box Boxed
26657 position "c"
26658 hor_pos "c"
26659 has_inner_box 1
26660 inner_pos "c"
26661 use_parbox 0
26662 width "25col%"
26663 special "none"
26664 height "1in"
26665 height_special "totalheight"
26666 status open
26667
26668 \begin_layout Plain Layout
26669 \align center
26670 Cuadro rectangular con 
26671 \series bold
26672
26673 \backslash
26674 fboxrule
26675 \series default
26676
26677 \begin_inset space \thinspace{}
26678 \end_inset
26679
26680 =
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 2
26685 \begin_inset space \thinspace{}
26686 \end_inset
26687
26688 pt
26689 \end_layout
26690
26691 \end_inset
26692
26693
26694 \begin_inset ERT
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698
26699
26700 \backslash
26701 setlength{
26702 \backslash
26703 fboxrule}{0.4pt}
26704 \end_layout
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \begin_layout Standard
26712 \begin_inset VSpace bigskip
26713 \end_inset
26714
26715 El espacio entre el marco y el contenido del cuadro es 3
26716 \begin_inset space \thinspace{}
26717 \end_inset
26718
26719 pt por omisión para todos los estilos.
26720  Se puede cambiar mediante la longitud 
26721 \series bold
26722
26723 \backslash
26724 fboxsep
26725 \series default
26726 .
26727  Por ejemplo el comando
26728 \end_layout
26729
26730 \begin_layout Standard
26731
26732 \series bold
26733
26734 \backslash
26735 setlength{
26736 \backslash
26737 fboxsep}{10pt}
26738 \end_layout
26739
26740 \begin_layout Standard
26741 determina un valor de 10
26742 \begin_inset space \thinspace{}
26743 \end_inset
26744
26745 pt, como en el siguiente cuadro:
26746 \end_layout
26747
26748 \begin_layout Standard
26749 \begin_inset ERT
26750 status collapsed
26751
26752 \begin_layout Plain Layout
26753
26754
26755 \backslash
26756 setlength{
26757 \backslash
26758 fboxsep}{10pt}
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \begin_inset Box Boxed
26765 position "c"
26766 hor_pos "c"
26767 has_inner_box 1
26768 inner_pos "c"
26769 use_parbox 0
26770 width "25col%"
26771 special "none"
26772 height "1in"
26773 height_special "totalheight"
26774 status open
26775
26776 \begin_layout Plain Layout
26777 \align center
26778 Cuadro rectangular con 
26779 \series bold
26780
26781 \backslash
26782 fboxsep
26783 \series default
26784
26785 \begin_inset space \thinspace{}
26786 \end_inset
26787
26788 =
26789 \begin_inset space \thinspace{}
26790 \end_inset
26791
26792 10
26793 \begin_inset space \thinspace{}
26794 \end_inset
26795
26796 pt
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \begin_inset ERT
26803 status collapsed
26804
26805 \begin_layout Plain Layout
26806
26807
26808 \backslash
26809 setlength{
26810 \backslash
26811 fboxsep}{3pt}
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \begin_layout Standard
26820 \begin_inset VSpace bigskip
26821 \end_inset
26822
26823 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26824  el comando 
26825 \series bold
26826
26827 \backslash
26828 cornersize
26829 \series default
26830 .
26831  El comando
26832 \end_layout
26833
26834 \begin_layout Standard
26835
26836 \series bold
26837
26838 \backslash
26839 cornersize*{1cm}
26840 \end_layout
26841
26842 \begin_layout Standard
26843 establece un diámetro de 1
26844 \begin_inset space \thinspace{}
26845 \end_inset
26846
26847 cm.
26848  El comando
26849 \end_layout
26850
26851 \begin_layout Standard
26852
26853 \series bold
26854
26855 \backslash
26856 cornersize{num}
26857 \end_layout
26858
26859 \begin_layout Standard
26860 fija el diámetro en 
26861 \family sans
26862 num
26863 \begin_inset space \thinspace{}
26864 \end_inset
26865
26866 ×
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870 mínimo
26871 \family default
26872  
26873 \family sans
26874 (ancho y alto del cuadro)
26875 \family default
26876 .
26877  Por omisión es 
26878 \series bold
26879
26880 \backslash
26881 cornersize{0.5}
26882 \series default
26883 .
26884 \end_layout
26885
26886 \begin_layout Standard
26887 \begin_inset ERT
26888 status collapsed
26889
26890 \begin_layout Plain Layout
26891
26892
26893 \backslash
26894 cornersize*{1.5cm}
26895 \end_layout
26896
26897 \end_inset
26898
26899
26900 \begin_inset Box Ovalbox
26901 position "c"
26902 hor_pos "c"
26903 has_inner_box 1
26904 inner_pos "c"
26905 use_parbox 0
26906 width "28col%"
26907 special "none"
26908 height "1in"
26909 height_special "totalheight"
26910 status open
26911
26912 \begin_layout Plain Layout
26913 \align center
26914 Cuadro ovalado con 
26915 \series bold
26916
26917 \backslash
26918 cornersize
26919 \series default
26920
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924 =
26925 \begin_inset space \thinspace{}
26926 \end_inset
26927
26928 1.5
26929 \begin_inset space \thinspace{}
26930 \end_inset
26931
26932 cm
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \begin_inset ERT
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942
26943
26944 \backslash
26945 cornersize{0.5}
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \begin_layout Standard
26954 \begin_inset VSpace bigskip
26955 \end_inset
26956
26957 El tamaño de la sombra se puede ajustar cambiando la longitud 
26958 \series bold
26959
26960 \backslash
26961 shadowsize
26962 \series default
26963 .
26964  Este comando la ajusta a 2
26965 \begin_inset space \thinspace{}
26966 \end_inset
26967
26968 pt en el cuadro siguiente:
26969 \end_layout
26970
26971 \begin_layout Standard
26972
26973 \series bold
26974
26975 \backslash
26976 setlength{
26977 \backslash
26978 shadowsize}{2pt}
26979 \end_layout
26980
26981 \begin_layout Standard
26982 \begin_inset ERT
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986
26987
26988 \backslash
26989 setlength{
26990 \backslash
26991 shadowsize}{2pt}
26992 \end_layout
26993
26994 \end_inset
26995
26996
26997 \begin_inset Box Shadowbox
26998 position "c"
26999 hor_pos "c"
27000 has_inner_box 1
27001 inner_pos "c"
27002 use_parbox 0
27003 width "28col%"
27004 special "none"
27005 height "1in"
27006 height_special "totalheight"
27007 status open
27008
27009 \begin_layout Plain Layout
27010 \align center
27011 Cuadro sombreado con 
27012 \series bold
27013
27014 \backslash
27015 shadowsize
27016 \series default
27017
27018 \begin_inset space \thinspace{}
27019 \end_inset
27020
27021 =
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 2
27026 \begin_inset space \thinspace{}
27027 \end_inset
27028
27029 pt
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \begin_inset ERT
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039
27040
27041 \backslash
27042 setlength{
27043 \backslash
27044 shadowsize}{4pt}
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \begin_layout Standard
27053 \begin_inset VSpace bigskip
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \begin_layout Standard
27060 Por omisión, el tamaño 
27061 \series bold
27062
27063 \backslash
27064 FrameRule
27065 \series default
27066  es 0,4
27067 \begin_inset space \thinspace{}
27068 \end_inset
27069
27070 pt.
27071  El espacio por omisión entre el contenido de la nota y el marco es 9
27072 \begin_inset space \thinspace{}
27073 \end_inset
27074
27075 pt; puede cambiarse con el valor de 
27076 \series bold
27077
27078 \backslash
27079 FrameSep
27080 \series default
27081 .
27082  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27083  en código TeX
27084 \end_layout
27085
27086 \begin_layout Standard
27087
27088 \series bold
27089
27090 \backslash
27091 setlength{
27092 \backslash
27093 FrameRule}{5pt}
27094 \begin_inset Newline newline
27095 \end_inset
27096
27097
27098 \backslash
27099 setlength{
27100 \backslash
27101 FrameSep}{0.5cm}
27102 \end_layout
27103
27104 \begin_layout Standard
27105 \begin_inset ERT
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109
27110
27111 \backslash
27112 setlength{
27113 \backslash
27114 FrameRule}{5pt}
27115 \end_layout
27116
27117 \begin_layout Plain Layout
27118
27119
27120 \backslash
27121 setlength{
27122 \backslash
27123 FrameSep}{0.5cm}
27124 \end_layout
27125
27126 \end_inset
27127
27128
27129 \begin_inset Box Framed
27130 position "t"
27131 hor_pos "c"
27132 has_inner_box 0
27133 inner_pos "t"
27134 use_parbox 0
27135 width "100col%"
27136 special "none"
27137 height "1in"
27138 height_special "totalheight"
27139 status open
27140
27141 \begin_layout Plain Layout
27142 Texto en un 
27143 \family sans
27144 marco
27145 \begin_inset space ~
27146 \end_inset
27147
27148 sencillo
27149 \begin_inset space ~
27150 \end_inset
27151
27152 con
27153 \begin_inset space ~
27154 \end_inset
27155
27156 salto
27157 \begin_inset space ~
27158 \end_inset
27159
27160 de
27161 \begin_inset space ~
27162 \end_inset
27163
27164 página
27165 \family default
27166 .
27167 \end_layout
27168
27169 \end_inset
27170
27171
27172 \begin_inset ERT
27173 status collapsed
27174
27175 \begin_layout Plain Layout
27176
27177
27178 \backslash
27179 setlength{
27180 \backslash
27181 FrameRule}{0.4pt}
27182 \end_layout
27183
27184 \begin_layout Plain Layout
27185
27186
27187 \backslash
27188 setlength{
27189 \backslash
27190 FrameSep}{9pt}
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Standard
27199 \begin_inset VSpace bigskip
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \begin_layout Standard
27206 Para los cuadros con 
27207 \family sans
27208 fondo
27209 \begin_inset space ~
27210 \end_inset
27211
27212 sombreado
27213 \family default
27214  el espacio por omisión entre el contenido y el marco es 3
27215 \begin_inset space \thinspace{}
27216 \end_inset
27217
27218 pt; se puede cambiar con el valor de 
27219 \series bold
27220
27221 \backslash
27222 fboxsep
27223 \series default
27224 .
27225  El color rojo predeterminado se puede cambiar en el sitio con el comando
27226  
27227 \series bold
27228
27229 \backslash
27230 definecolor{shadebox}
27231 \series default
27232  o globalmente con el menú 
27233 \family sans
27234 Herramientas
27235 \family default
27236 \SpecialChar \menuseparator
27237
27238 \family sans
27239 Preferencias
27240 \family default
27241 \SpecialChar \menuseparator
27242
27243 \family sans
27244 Colores
27245 \family default
27246 \SpecialChar \menuseparator
27247
27248 \family sans
27249 cuadro
27250 \begin_inset space ~
27251 \end_inset
27252
27253 sombreado
27254 \family default
27255 .
27256  El esquema del comando 
27257 \series bold
27258
27259 \backslash
27260 definecolor
27261 \series default
27262  se explica en la sección
27263 \begin_inset space ~
27264 \end_inset
27265
27266
27267 \begin_inset CommandInset ref
27268 LatexCommand ref
27269 reference "sec:Tablas-Coloreadas"
27270
27271 \end_inset
27272
27273 .
27274 \begin_inset Foot
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278 El comando 
27279 \series bold
27280
27281 \backslash
27282 definecolor
27283 \series default
27284  requiere el paquete LaTeX 
27285 \series bold
27286 color
27287 \series default
27288  en el preámbulo, véase la sección
27289 \begin_inset space ~
27290 \end_inset
27291
27292
27293 \begin_inset CommandInset ref
27294 LatexCommand ref
27295 reference "sec:Cuadros-Coloreados"
27296
27297 \end_inset
27298
27299 .
27300 \end_layout
27301
27302 \end_inset
27303
27304  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27305 \end_layout
27306
27307 \begin_layout Standard
27308
27309 \series bold
27310
27311 \backslash
27312 setlength{
27313 \backslash
27314 fboxsep}{0.5cm}
27315 \series default
27316
27317 \begin_inset Newline newline
27318 \end_inset
27319
27320
27321 \series bold
27322
27323 \backslash
27324 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \begin_inset ERT
27329 status open
27330
27331 \begin_layout Plain Layout
27332
27333
27334 \backslash
27335 setlength{
27336 \backslash
27337 fboxsep}{0.5cm}
27338 \end_layout
27339
27340 \begin_layout Plain Layout
27341
27342
27343 \backslash
27344 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \begin_inset Box Shaded
27351 position "t"
27352 hor_pos "c"
27353 has_inner_box 0
27354 inner_pos "t"
27355 use_parbox 0
27356 width "100col%"
27357 special "none"
27358 height "1in"
27359 height_special "totalheight"
27360 status open
27361
27362 \begin_layout Plain Layout
27363
27364 \color yellow
27365 Texto amarillo en un cuadro con 
27366 \family sans
27367 fondo sombreado 
27368 \family default
27369  en color verde oscuro.
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \begin_inset ERT
27376 status open
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 setlength{
27383 \backslash
27384 fboxsep}{3pt}
27385 \end_layout
27386
27387 \begin_layout Plain Layout
27388
27389
27390 \backslash
27391 definecolor{shadecolor}{rgb}{1,0,0}
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset VSpace bigskip
27401 \end_inset
27402
27403 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27404  a los comandos.
27405 \end_layout
27406
27407 \begin_layout Section
27408 Minipáginas
27409 \begin_inset CommandInset label
27410 LatexCommand label
27411 name "sec:Minipáginas"
27412
27413 \end_inset
27414
27415
27416 \begin_inset Index
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 Cuadros ! Minipáginas
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \begin_layout Standard
27429 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27430  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27431 \end_layout
27432
27433 \begin_layout Standard
27434 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27435 \end_layout
27436
27437 \begin_layout Standard
27438 A continuación hay dos ejemplos de minipáginas adosadas.
27439  Su anchura está puesta en 45
27440 \begin_inset space \thinspace{}
27441 \end_inset
27442
27443 % y separadas por un relleno horizontal, insertado vía el menú 
27444 \family sans
27445 Insertar\SpecialChar \menuseparator
27446 Formato\SpecialChar \menuseparator
27447 Relleno
27448 \begin_inset space ~
27449 \end_inset
27450
27451 horizontal
27452 \family default
27453 .
27454 \end_layout
27455
27456 \begin_layout Standard
27457 \begin_inset Newpage newpage
27458 \end_inset
27459
27460
27461 \end_layout
27462
27463 \begin_layout Standard
27464 \begin_inset Box Frameless
27465 position "t"
27466 hor_pos "c"
27467 has_inner_box 1
27468 inner_pos "c"
27469 use_parbox 0
27470 width "45col%"
27471 special "none"
27472 height "1in"
27473 height_special "totalheight"
27474 status open
27475
27476 \begin_layout Plain Layout
27477
27478 \lang german
27479 Dies ist ein deutscher Text.
27480  Dies ist ein deutscher Text.
27481  Dies ist ein deutscher Text.
27482  Dies ist ein deutscher Text.
27483  Dies ist ein deutscher Text.
27484  Dies ist ein deutscher Text.
27485  Dies ist ein deutscher Text.
27486  Dies ist ein deutscher Text.
27487  Dies ist ein deutscher Text.
27488  Dies ist ein deutscher Text.
27489  Dies ist ein deutscher Text.
27490  Dies ist ein deutscher Text.
27491  Dies ist ein deutscher Text
27492 \begin_inset Foot
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496
27497 \lang german
27498 Dies ist eine deutsche Fußnote.
27499 \end_layout
27500
27501 \end_inset
27502
27503 .
27504  Dies ist ein deutscher Text.
27505  Dies ist ein deutscher Text.
27506 \end_layout
27507
27508 \end_inset
27509
27510
27511 \begin_inset space \hfill{}
27512 \end_inset
27513
27514
27515 \begin_inset Box Frameless
27516 position "t"
27517 hor_pos "c"
27518 has_inner_box 1
27519 inner_pos "c"
27520 use_parbox 0
27521 width "45col%"
27522 special "none"
27523 height "1in"
27524 height_special "totalheight"
27525 status open
27526
27527 \begin_layout Plain Layout
27528 This is an English Text.
27529  This is an English Text.
27530  This is an English Text.
27531  This is an English Text.
27532  This is an English Text.
27533  This is an English Text.
27534  This is an English Text.
27535  This is an English Text.
27536  This is an English Text.
27537  This is an English Text.
27538  This is an English Text.
27539  This is an English Text.
27540  This is an English Text.
27541  This is an English Text.
27542  This is an English Text.
27543  This is an English Text.
27544 \begin_inset Foot
27545 status collapsed
27546
27547 \begin_layout Plain Layout
27548 This is an English footnote.
27549 \end_layout
27550
27551 \end_inset
27552
27553  This is an English Text.
27554  
27555 \end_layout
27556
27557 \end_inset
27558
27559
27560 \end_layout
27561
27562 \begin_layout Standard
27563 \begin_inset VSpace bigskip
27564 \end_inset
27565
27566 Otra aplicación de los cuadros son las notas a pie en tablas.
27567  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27568  al final de la página actual.
27569  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27570  en la parte inferior, ordenadas con letras.
27571  La ordenación de las notas al pie se restablece en cada minipágina pero
27572  no fuera de las minipáginas.
27573 \end_layout
27574
27575 \begin_layout Standard
27576 La nota al pie en esta tabla no aparece: 
27577 \begin_inset Tabular
27578 <lyxtabular version="3" rows="3" columns="4">
27579 <features>
27580 <column alignment="center" valignment="top" width="0pt">
27581 <column alignment="center" valignment="top" width="0pt">
27582 <column alignment="center" valignment="top" width="0pt">
27583 <column alignment="center" valignment="top" width="0pt">
27584 <row>
27585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27586 \begin_inset Text
27587
27588 \begin_layout Plain Layout
27589 1
27590 \end_layout
27591
27592 \end_inset
27593 </cell>
27594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27595 \begin_inset Text
27596
27597 \begin_layout Plain Layout
27598 2
27599 \end_layout
27600
27601 \end_inset
27602 </cell>
27603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607 3
27608 \begin_inset Foot
27609 status open
27610
27611 \begin_layout Plain Layout
27612 Nota al pie en una tabla.
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 4
27627 \end_layout
27628
27629 \end_inset
27630 </cell>
27631 </row>
27632 <row>
27633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27634 \begin_inset Text
27635
27636 \begin_layout Plain Layout
27637 a
27638 \end_layout
27639
27640 \end_inset
27641 </cell>
27642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27643 \begin_inset Text
27644
27645 \begin_layout Plain Layout
27646 b
27647 \end_layout
27648
27649 \end_inset
27650 </cell>
27651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27652 \begin_inset Text
27653
27654 \begin_layout Plain Layout
27655 c
27656 \end_layout
27657
27658 \end_inset
27659 </cell>
27660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664 d
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 </row>
27670 <row>
27671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27672 \begin_inset Text
27673
27674 \begin_layout Plain Layout
27675 e
27676 \end_layout
27677
27678 \end_inset
27679 </cell>
27680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27681 \begin_inset Text
27682
27683 \begin_layout Plain Layout
27684 f
27685 \end_layout
27686
27687 \end_inset
27688 </cell>
27689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27690 \begin_inset Text
27691
27692 \begin_layout Plain Layout
27693 g
27694 \end_layout
27695
27696 \end_inset
27697 </cell>
27698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27699 \begin_inset Text
27700
27701 \begin_layout Plain Layout
27702 h
27703 \end_layout
27704
27705 \end_inset
27706 </cell>
27707 </row>
27708 </lyxtabular>
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Standard
27716 \align center
27717 \begin_inset Box Frameless
27718 position "t"
27719 hor_pos "c"
27720 has_inner_box 1
27721 inner_pos "c"
27722 use_parbox 0
27723 width "30col%"
27724 special "none"
27725 height "1in"
27726 height_special "totalheight"
27727 status open
27728
27729 \begin_layout Plain Layout
27730 \align center
27731 \begin_inset Tabular
27732 <lyxtabular version="3" rows="3" columns="4">
27733 <features>
27734 <column alignment="center" valignment="top" width="0pt">
27735 <column alignment="center" valignment="top" width="0pt">
27736 <column alignment="center" valignment="top" width="0pt">
27737 <column alignment="center" valignment="top" width="0pt">
27738 <row>
27739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27740 \begin_inset Text
27741
27742 \begin_layout Plain Layout
27743 1
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27749 \begin_inset Text
27750
27751 \begin_layout Plain Layout
27752 2
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27758 \begin_inset Text
27759
27760 \begin_layout Plain Layout
27761 3
27762 \begin_inset Foot
27763 status open
27764
27765 \begin_layout Plain Layout
27766 Nota al pie en una tabla..
27767 \end_layout
27768
27769 \end_inset
27770
27771
27772 \end_layout
27773
27774 \end_inset
27775 </cell>
27776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27777 \begin_inset Text
27778
27779 \begin_layout Plain Layout
27780 4
27781 \end_layout
27782
27783 \end_inset
27784 </cell>
27785 </row>
27786 <row>
27787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27788 \begin_inset Text
27789
27790 \begin_layout Plain Layout
27791 a
27792 \end_layout
27793
27794 \end_inset
27795 </cell>
27796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 b
27801 \end_layout
27802
27803 \end_inset
27804 </cell>
27805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27806 \begin_inset Text
27807
27808 \begin_layout Plain Layout
27809 c
27810 \end_layout
27811
27812 \end_inset
27813 </cell>
27814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Plain Layout
27818 d
27819 \end_layout
27820
27821 \end_inset
27822 </cell>
27823 </row>
27824 <row>
27825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 e
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 f
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27844 \begin_inset Text
27845
27846 \begin_layout Plain Layout
27847 g
27848 \end_layout
27849
27850 \end_inset
27851 </cell>
27852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856 h
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 </row>
27862 </lyxtabular>
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Standard
27875 \begin_inset VSpace bigskip
27876 \end_inset
27877
27878 La configuración global de párrafos se ignora en las minipáginas.
27879  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27880  pongas p.
27881 \begin_inset space \thinspace{}
27882 \end_inset
27883
27884 e.
27885 \begin_inset space ~
27886 \end_inset
27887
27888
27889 \family sans
27890 Salto
27891 \begin_inset space ~
27892 \end_inset
27893
27894 medio
27895 \family default
27896  en la configuración del documento.
27897 \end_layout
27898
27899 \begin_layout Standard
27900 Las minipáginas también sirven para poner un color de fondo para partes
27901  de texto, véase sección
27902 \begin_inset space ~
27903 \end_inset
27904
27905
27906 \begin_inset CommandInset ref
27907 LatexCommand ref
27908 reference "sub:Color-en-Párrafos"
27909
27910 \end_inset
27911
27912 .
27913 \end_layout
27914
27915 \begin_layout Standard
27916 \begin_inset Note Greyedout
27917 status open
27918
27919 \begin_layout Plain Layout
27920
27921 \series bold
27922 Nota:
27923 \series default
27924  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
27925  tener minipáginas en tablas, flotantes, y otros cuadros.
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Section
27934 Cuadros de párrafo
27935 \begin_inset CommandInset label
27936 LatexCommand label
27937 name "sec:Cuadros-de-Párrafo"
27938
27939 \end_inset
27940
27941
27942 \begin_inset Index
27943 status collapsed
27944
27945 \begin_layout Plain Layout
27946 Cuadros ! de párrafo
27947 \end_layout
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Standard
27955 Los cuadros de párrafo son similares a las minipáginas con la diferencia
27956  de que no pueden contener notas al pie.
27957   La diferencia principal es que las minipáginas no son verdaderos cuadros
27958  sino entornos de LaTeX.
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \align center
27963 \begin_inset Box Frameless
27964 position "t"
27965 hor_pos "c"
27966 has_inner_box 1
27967 inner_pos "t"
27968 use_parbox 1
27969 width "33col%"
27970 special "none"
27971 height "1in"
27972 height_special "totalheight"
27973 status collapsed
27974
27975 \begin_layout Plain Layout
27976 Texto en un cuadro de párrafo.
27977  Texto en un cuadro de párrafo.
27978  Esta nota no aparece:
27979 \begin_inset Foot
27980 status open
27981
27982 \begin_layout Plain Layout
27983 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \begin_layout Section
27997 Cuadros para palabras y caracteres
27998 \begin_inset Index
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002 Cuadros ! para palabras y caracteres
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \begin_layout Subsection
28011 Evitar la partición de palabras
28012 \begin_inset CommandInset label
28013 LatexCommand label
28014 name "sec:Evitar-la-Partición"
28015
28016 \end_inset
28017
28018
28019 \begin_inset Index
28020 status collapsed
28021
28022 \begin_layout Plain Layout
28023 Cuadros ! para evitar la partición de palabras
28024 \end_layout
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28033  con guión.
28034 \begin_inset Newline newline
28035 \end_inset
28036
28037 He aquí un ejemplo:
28038 \end_layout
28039
28040 \begin_layout Standard
28041 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28042 palabra».
28043 \end_layout
28044
28045 \begin_layout Standard
28046 Para evitar su división usa el comando
28047 \end_layout
28048
28049 \begin_layout Standard
28050
28051 \series bold
28052
28053 \backslash
28054 mbox{
28055 \end_layout
28056
28057 \begin_layout Standard
28058 en código TeX antes de la palabra.
28059  Tras ella inserta una llave de cierre «
28060 \series bold
28061 }
28062 \series default
28063 » en código TeX.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Este es el resultado:
28068 \end_layout
28069
28070 \begin_layout Standard
28071 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28072 \begin_inset ERT
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077
28078 \backslash
28079 mbox{
28080 \end_layout
28081
28082 \end_inset
28083
28084 «estalarguísimapalabra».
28085 \begin_inset ERT
28086 status collapsed
28087
28088 \begin_layout Plain Layout
28089
28090 }
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \begin_layout Standard
28099 Como alternativa puedes poner el comando «
28100 \series bold
28101
28102 \backslash
28103 -
28104 \series default
28105 » en código TeX directamente antes de la palabra:
28106 \end_layout
28107
28108 \begin_layout Standard
28109 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28110 \begin_inset ERT
28111 status collapsed
28112
28113 \begin_layout Plain Layout
28114
28115
28116 \backslash
28117 -
28118 \end_layout
28119
28120 \end_inset
28121
28122 estalarguísimapalabra».
28123 \end_layout
28124
28125 \begin_layout Standard
28126 Por supuesto, la palabra sobresale del margen.
28127  Para evitarlo añade, con el menú 
28128 \family sans
28129 Insertar\SpecialChar \menuseparator
28130 Formato\SpecialChar \menuseparator
28131 Salto
28132 \begin_inset space ~
28133 \end_inset
28134
28135 de
28136 \begin_inset space ~
28137 \end_inset
28138
28139
28140 \family default
28141 línea (atajo 
28142 \series bold
28143 Ctrl-Retorno
28144 \series default
28145 ), un salto de línea antes de la palabra:
28146 \end_layout
28147
28148 \begin_layout Standard
28149 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28150 \begin_inset Newline newline
28151 \end_inset
28152
28153
28154 \begin_inset ERT
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158
28159
28160 \backslash
28161 mbox{
28162 \end_layout
28163
28164 \end_inset
28165
28166 «estalarguísimapalabra».
28167 \begin_inset ERT
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171
28172 }
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \end_layout
28179
28180 \begin_layout Subsection
28181 Alineación vertical
28182 \begin_inset CommandInset label
28183 LatexCommand label
28184 name "sub:Alineación-Vertical"
28185
28186 \end_inset
28187
28188
28189 \begin_inset Index
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 Cuadros ! para alineación vertical
28194 \end_layout
28195
28196 \end_inset
28197
28198
28199 \end_layout
28200
28201 \begin_layout Standard
28202 Con ayuda del comando 
28203 \series bold
28204
28205 \backslash
28206 raisebox
28207 \series default
28208  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28209  
28210 \series bold
28211
28212 \backslash
28213 raisebox
28214 \series default
28215  se utiliza según el esquema:
28216 \end_layout
28217
28218 \begin_layout Standard
28219
28220 \series bold
28221
28222 \backslash
28223 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28224 \end_layout
28225
28226 \begin_layout Standard
28227 La elevación puede ser un valor positivo para subir el cuadro o negativo
28228  para bajarlo.
28229 \end_layout
28230
28231 \begin_layout Standard
28232 Para alinear una palabra, p.
28233 \begin_inset space \thinspace{}
28234 \end_inset
28235
28236 e
28237 \begin_inset space ~
28238 \end_inset
28239
28240 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28241  en la línea de base, inserta el comando
28242 \end_layout
28243
28244 \begin_layout Standard
28245
28246 \series bold
28247
28248 \backslash
28249 raisebox{
28250 \backslash
28251 depth}{
28252 \end_layout
28253
28254 \begin_layout Standard
28255 en código TeX antes de la palabra.
28256  Detrás de la palabra inserta una llave de cierre «
28257 \series bold
28258 }
28259 \series default
28260 » en código TeX.
28261 \begin_inset Newline newline
28262 \end_inset
28263
28264 Este es el resultado:
28265 \end_layout
28266
28267 \begin_layout Standard
28268 Esto es una línea de texto con la palabra 
28269 \begin_inset ERT
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273
28274
28275 \backslash
28276 raisebox{
28277 \backslash
28278 depth}{
28279 \end_layout
28280
28281 \end_inset
28282
28283 «prevención»
28284 \begin_inset ERT
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288
28289 }
28290 \end_layout
28291
28292 \end_inset
28293
28294  elevada.
28295 \end_layout
28296
28297 \begin_layout Standard
28298 \begin_inset VSpace bigskip
28299 \end_inset
28300
28301 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28302 \end_layout
28303
28304 \begin_layout Standard
28305 Esto es una línea de texto con la palabra 
28306 \begin_inset ERT
28307 status collapsed
28308
28309 \begin_layout Plain Layout
28310
28311
28312 \backslash
28313 raisebox{-
28314 \backslash
28315 depth}{
28316 \end_layout
28317
28318 \end_inset
28319
28320 «prevención»
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 baja.
28332 \begin_inset Newline newline
28333 \end_inset
28334
28335 Esto es una línea de texto con la palabra 
28336 \begin_inset ERT
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340
28341
28342 \backslash
28343 raisebox{0.5cm}{
28344 \end_layout
28345
28346 \end_inset
28347
28348 «testigo»
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354 }
28355 \end_layout
28356
28357 \end_inset
28358
28359  como palabra más alta.
28360 \end_layout
28361
28362 \begin_layout Standard
28363 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28364  Por ejemplo
28365 \end_layout
28366
28367 \begin_layout Standard
28368
28369 \series bold
28370
28371 \backslash
28372 raisebox{-
28373 \backslash
28374 depth}[0pt]{
28375 \end_layout
28376
28377 \begin_layout Standard
28378 Esto es una línea de texto con la palabra 
28379 \begin_inset ERT
28380 status collapsed
28381
28382 \begin_layout Plain Layout
28383
28384
28385 \backslash
28386 raisebox{-
28387 \backslash
28388 depth}[0pt]{
28389 \end_layout
28390
28391 \end_inset
28392
28393 «prevención»
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 baja.
28405 \begin_inset Newline newline
28406 \end_inset
28407
28408 Esto es una línea de texto con la palabra 
28409 \begin_inset ERT
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414
28415 \backslash
28416 raisebox{0.5cm}[0pt]{
28417 \end_layout
28418
28419 \end_inset
28420
28421 «testigo»
28422 \begin_inset ERT
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427 }
28428 \end_layout
28429
28430 \end_inset
28431
28432  como palabra más alta.
28433 \end_layout
28434
28435 \begin_layout Section
28436 Cuadros coloreados
28437 \begin_inset CommandInset label
28438 LatexCommand label
28439 name "sec:Cuadros-Coloreados"
28440
28441 \end_inset
28442
28443
28444 \begin_inset Index
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 Cuadros ! Color
28449 \end_layout
28450
28451 \end_inset
28452
28453
28454 \end_layout
28455
28456 \begin_layout Subsection
28457 Color en texto
28458 \begin_inset Index
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462 Color ! en texto
28463 \end_layout
28464
28465 \end_inset
28466
28467
28468 \end_layout
28469
28470 \begin_layout Standard
28471 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28472  Esto requiere cargar el paquete LaTeX 
28473 \series bold
28474 color
28475 \series default
28476
28477 \begin_inset Index
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 LaTeX-paquetes ! color
28482 \end_layout
28483
28484 \end_inset
28485
28486  en el preámbulo del documento con
28487 \end_layout
28488
28489 \begin_layout Standard
28490
28491 \series bold
28492
28493 \backslash
28494 @ifundef\SpecialChar \textcompwordmark{}
28495 ined{textcolor}
28496 \begin_inset Newline newline
28497 \end_inset
28498
28499
28500 \begin_inset ERT
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504
28505
28506 \backslash
28507 hphantom{ }
28508 \end_layout
28509
28510 \end_inset
28511
28512 {
28513 \backslash
28514 usepackage{color}}{}
28515 \end_layout
28516
28517 \begin_layout Standard
28518 LyX cargará automáticamente el paquete 
28519 \series bold
28520 color
28521 \series default
28522  cuando colorees texto.
28523 \begin_inset Foot
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 Para evitar cargarlo dos veces se usa el comando 
28528 \series bold
28529
28530 \backslash
28531 @ifundef\SpecialChar \textcompwordmark{}
28532 ined
28533 \series default
28534 .
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \end_layout
28541
28542 \begin_layout Standard
28543 \begin_inset VSpace medskip
28544 \end_inset
28545
28546 Los cuadros coloreados se crean con el comando 
28547 \series bold
28548
28549 \backslash
28550 colorbox
28551 \series default
28552 , de acuerdo con el siguiente esquema:
28553 \end_layout
28554
28555 \begin_layout Standard
28556
28557 \series bold
28558
28559 \backslash
28560 colorbox{color}{contenido del cuadro}
28561 \end_layout
28562
28563 \begin_layout Standard
28564 El contenido también puede ser un cuadro y los cuadros coloreados también
28565  pueden estar en otros cuadros.
28566 \end_layout
28567
28568 \begin_layout Standard
28569 Los siguientes colores están predefinidos:
28570 \begin_inset Newline newline
28571 \end_inset
28572
28573
28574 \family sans
28575 red
28576 \family default
28577
28578 \family sans
28579 green
28580 \family default
28581
28582 \family sans
28583 yellow, blue
28584 \family default
28585
28586 \family sans
28587 cyan
28588 \family default
28589 \series bold
28590 ,
28591 \series default
28592  
28593 \family sans
28594 magenta, black
28595 \family default
28596
28597 \family sans
28598 white
28599 \family default
28600 .
28601 \begin_inset Newline newline
28602 \end_inset
28603
28604 También puedes definir tus propios colores según se explica en la sección
28605 \begin_inset space ~
28606 \end_inset
28607
28608
28609 \begin_inset CommandInset ref
28610 LatexCommand ref
28611 reference "sec:Tablas-Coloreadas"
28612
28613 \end_inset
28614
28615 .
28616 \end_layout
28617
28618 \begin_layout Standard
28619 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28620 \end_layout
28621
28622 \begin_layout Standard
28623
28624 \series bold
28625
28626 \backslash
28627 colorbox{red}{
28628 \end_layout
28629
28630 \begin_layout Standard
28631 en código TeX antes de la palabra.
28632  Tras la palabra inserta una llave de cierre «
28633 \series bold
28634 }
28635 \series default
28636 » en código TeX.
28637 \begin_inset Newline newline
28638 \end_inset
28639
28640 Este es el resultado:
28641 \end_layout
28642
28643 \begin_layout Standard
28644 Línea en la que la palabra 
28645 \begin_inset ERT
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 colorbox{red}{
28653 \end_layout
28654
28655 \end_inset
28656
28657 «¡Atención!»
28658 \begin_inset ERT
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662
28663 }
28664 \end_layout
28665
28666 \end_inset
28667
28668  tiene fondo rojo.
28669 \end_layout
28670
28671 \begin_layout Standard
28672 \begin_inset VSpace bigskip
28673 \end_inset
28674
28675 Si quieres un marco de distinto color, puedes emplear el comando 
28676 \series bold
28677
28678 \backslash
28679 fcolorbox
28680 \series default
28681  con el esquema siguiente:
28682 \end_layout
28683
28684 \begin_layout Standard
28685
28686 \series bold
28687
28688 \backslash
28689 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28690 \end_layout
28691
28692 \begin_layout Standard
28693
28694 \series bold
28695
28696 \backslash
28697 fcolorbox
28698 \series default
28699  es una extensión de 
28700 \series bold
28701
28702 \backslash
28703 colorbox
28704 \series default
28705 .
28706  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28707  con las longitudes 
28708 \series bold
28709
28710 \backslash
28711 fboxrule
28712 \series default
28713  y 
28714 \series bold
28715
28716 \backslash
28717 fboxsep
28718 \series default
28719 , respectivamente, como se describe en la sección
28720 \begin_inset space ~
28721 \end_inset
28722
28723
28724 \begin_inset CommandInset ref
28725 LatexCommand ref
28726 reference "sec:Cuadros-Enmarcados"
28727
28728 \end_inset
28729
28730 .
28731 \end_layout
28732
28733 \begin_layout Standard
28734 Para el ejemplo siguiente se ha utilizado el comando
28735 \end_layout
28736
28737 \begin_layout Standard
28738
28739 \series bold
28740
28741 \backslash
28742 fcolorbox{cyan}{magenta}{
28743 \end_layout
28744
28745 \begin_layout Standard
28746 Este es un ejemplo en el que se ha puesto un grosor de 1
28747 \begin_inset space \thinspace{}
28748 \end_inset
28749
28750 mm para la línea del marco:
28751 \begin_inset Newline newline
28752 \end_inset
28753
28754
28755 \begin_inset ERT
28756 status collapsed
28757
28758 \begin_layout Plain Layout
28759
28760
28761 \backslash
28762 fboxrule 1mm 
28763 \backslash
28764 fboxsep 1mm
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \begin_inset ERT
28771 status collapsed
28772
28773 \begin_layout Plain Layout
28774
28775
28776 \backslash
28777 fcolorbox{cyan}{magenta}{
28778 \end_layout
28779
28780 \end_inset
28781
28782 Texto en un marco coloreado y enmarcado.
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788 }
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Standard
28797 \begin_inset VSpace bigskip
28798 \end_inset
28799
28800 Por supuesto también puedes colorear el texto en un marco coloreado:
28801 \begin_inset Newline newline
28802 \end_inset
28803
28804
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810
28811 \backslash
28812 fcolorbox{cyan}{magenta}{
28813 \end_layout
28814
28815 \end_inset
28816
28817
28818 \color yellow
28819 Texto coloreado en un marco sombreado y coloreado.
28820 \color none
28821
28822 \begin_inset ERT
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826
28827 }
28828 \end_layout
28829
28830 \end_inset
28831
28832
28833 \begin_inset ERT
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837
28838
28839 \backslash
28840 fboxrule 0.4pt 
28841 \backslash
28842 fboxsep 3pt
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \begin_layout Standard
28851
28852 \series bold
28853 \begin_inset VSpace medskip
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Standard
28860 \begin_inset Note Greyedout
28861 status open
28862
28863 \begin_layout Plain Layout
28864
28865 \series bold
28866 Nota:
28867 \series default
28868  El texto en cuadros coloreados no puede tener saltos de línea.
28869  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28870  coloreado como se describe a continuación.
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Subsection
28879 Color en párrafos
28880 \begin_inset CommandInset label
28881 LatexCommand label
28882 name "sub:Color-en-Párrafos"
28883
28884 \end_inset
28885
28886
28887 \begin_inset Index
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 Color ! en párrafos
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28901  Antes de la minipágina inserta el comando 
28902 \series bold
28903
28904 \backslash
28905 colorbox
28906 \end_layout
28907
28908 \begin_layout Standard
28909
28910 \series bold
28911
28912 \backslash
28913 colorbox{color}{
28914 \end_layout
28915
28916 \begin_layout Standard
28917 en código TeX.
28918  Detrás de la minipágina inserta una llave de cierre «
28919 \series bold
28920 }
28921 \series default
28922 » en código TeX.
28923 \end_layout
28924
28925 \begin_layout Standard
28926 \begin_inset ERT
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930
28931
28932 \backslash
28933 colorbox{grisclaro}{
28934 \end_layout
28935
28936 \end_inset
28937
28938
28939 \begin_inset Box Frameless
28940 position "t"
28941 hor_pos "c"
28942 has_inner_box 1
28943 inner_pos "t"
28944 use_parbox 0
28945 width "100col%"
28946 special "none"
28947 height "1in"
28948 height_special "totalheight"
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952 Texto con color de fondo.
28953  Texto con color de fondo.
28954 \end_layout
28955
28956 \begin_layout Plain Layout
28957 \begin_inset VSpace defskip
28958 \end_inset
28959
28960 El texto puede tener notas al pie
28961 \begin_inset Foot
28962 status open
28963
28964 \begin_layout Plain Layout
28965 Otro ejemplo de nota
28966 \end_layout
28967
28968 \end_inset
28969
28970  y puede incluir tablas y figuras.
28971 \end_layout
28972
28973 \begin_layout Plain Layout
28974 \align center
28975 \begin_inset Tabular
28976 <lyxtabular version="3" rows="3" columns="3">
28977 <features>
28978 <column alignment="center" valignment="top" width="0">
28979 <column alignment="center" valignment="top" width="0">
28980 <column alignment="center" valignment="top" width="0">
28981 <row>
28982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28983 \begin_inset Text
28984
28985 \begin_layout Plain Layout
28986 a
28987 \end_layout
28988
28989 \end_inset
28990 </cell>
28991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28992 \begin_inset Text
28993
28994 \begin_layout Plain Layout
28995 !
28996 \end_layout
28997
28998 \end_inset
28999 </cell>
29000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29001 \begin_inset Text
29002
29003 \begin_layout Plain Layout
29004 3
29005 \end_layout
29006
29007 \end_inset
29008 </cell>
29009 </row>
29010 <row>
29011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29012 \begin_inset Text
29013
29014 \begin_layout Plain Layout
29015 <
29016 \end_layout
29017
29018 \end_inset
29019 </cell>
29020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29021 \begin_inset Text
29022
29023 \begin_layout Plain Layout
29024 b2
29025 \begin_inset Quotes erd
29026 \end_inset
29027
29028 |
29029 \end_layout
29030
29031 \end_inset
29032 </cell>
29033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29034 \begin_inset Text
29035
29036 \begin_layout Plain Layout
29037 >
29038 \end_layout
29039
29040 \end_inset
29041 </cell>
29042 </row>
29043 <row>
29044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29045 \begin_inset Text
29046
29047 \begin_layout Plain Layout
29048 1
29049 \end_layout
29050
29051 \end_inset
29052 </cell>
29053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29054 \begin_inset Text
29055
29056 \begin_layout Plain Layout
29057 §
29058 \end_layout
29059
29060 \end_inset
29061 </cell>
29062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29063 \begin_inset Text
29064
29065 \begin_layout Plain Layout
29066 c
29067 \end_layout
29068
29069 \end_inset
29070 </cell>
29071 </row>
29072 </lyxtabular>
29073
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \begin_inset ERT
29083 status collapsed
29084
29085 \begin_layout Plain Layout
29086
29087 }
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \end_layout
29094
29095 \begin_layout Section
29096 Cuadros rotados y escalados
29097 \end_layout
29098
29099 \begin_layout Standard
29100 Para poder usar los comandos descritos en esta sección hay que cargar el
29101  paquete LaTeX 
29102 \series bold
29103 graphicx
29104 \begin_inset Index
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 LaTeX-paquetes ! graphicx
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \series default
29115  en el preámbulo del documento, con el comando
29116 \end_layout
29117
29118 \begin_layout Standard
29119
29120 \series bold
29121
29122 \backslash
29123 @ifundefined{rotatebox}
29124 \begin_inset Newline newline
29125 \end_inset
29126
29127
29128 \begin_inset ERT
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132
29133
29134 \backslash
29135 hphantom{ }
29136 \end_layout
29137
29138 \end_inset
29139
29140 {
29141 \backslash
29142 usepackage{graphicx}}{}
29143 \end_layout
29144
29145 \begin_layout Standard
29146 \begin_inset Note Greyedout
29147 status open
29148
29149 \begin_layout Plain Layout
29150
29151 \series bold
29152 Nota: 
29153 \series default
29154 Algunos visores DVI no pueden mostrar material rotado o escalado.
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Standard
29163 \begin_inset Note Greyedout
29164 status open
29165
29166 \begin_layout Plain Layout
29167
29168 \series bold
29169 Nota:
29170 \series default
29171  Los cuadros rotados o escalados no pueden contener flotantes.
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \end_layout
29178
29179 \begin_layout Subsection
29180 Cuadros rotados
29181 \begin_inset Index
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Cuadros ! Rotar
29186 \end_layout
29187
29188 \end_inset
29189
29190
29191 \begin_inset Index
29192 status collapsed
29193
29194 \begin_layout Plain Layout
29195 Material rotado
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \begin_inset Index
29202 status collapsed
29203
29204 \begin_layout Plain Layout
29205 Figuras ! Rotar
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \begin_inset Index
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 Tablas ! Rotar
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Standard
29224 Para rotar material debes ponerlo en un cuadro rotado.
29225  Los cuadros rotados se crean con el comando 
29226 \series bold
29227
29228 \backslash
29229 rotatebox
29230 \series default
29231  en código TeX, según el esquema:
29232 \end_layout
29233
29234 \begin_layout Standard
29235
29236 \series bold
29237
29238 \backslash
29239 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29240 \end_layout
29241
29242 \begin_layout Standard
29243 El origen de rotación se especifica en la forma 
29244 \series bold
29245 origin=position
29246 \series default
29247 .
29248  Son posibles las posiciones siguientes: 
29249 \emph on
29250 c
29251 \emph default
29252  (center), 
29253 \emph on
29254 l
29255 \emph default
29256  (left), 
29257 \emph on
29258 r
29259 \emph default
29260  (right), 
29261 \emph on
29262 b
29263 \emph default
29264  (bottom), 
29265 \emph on
29266 t
29267 \emph default
29268  (top), así como combinaciones adecuadas de las posiciones básicas.
29269  Por ejemplo, 
29270 \emph on
29271 lt
29272 \emph default
29273  significa que el origen de rotación es la esquina superior izquierda del
29274  cuadro.
29275  Si no se especifica origen de rotación se usará la posición 
29276 \emph on
29277 l
29278 \emph default
29279 .
29280  El ángulo de rotación es un número de grados, y puede ser negativo.
29281  El sentido de giro es contrario al de las agujas del reloj.
29282 \end_layout
29283
29284 \begin_layout Standard
29285 En el siguiente ejemplo se ha insertado el comando 
29286 \series bold
29287
29288 \backslash
29289 rotatebox[origin=c]{60}{ 
29290 \series default
29291 como código TeX delante del texto «con rotación»; después del texto, el
29292  cuadro se ha cerrado con llave de cierre en código TeX.
29293 \end_layout
29294
29295 \begin_layout Standard
29296 Esta línea contiene texto 
29297 \begin_inset ERT
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301
29302
29303 \backslash
29304 rotatebox[origin=c]{60}{
29305 \end_layout
29306
29307 \end_inset
29308
29309 con rotación
29310 \begin_inset ERT
29311 status collapsed
29312
29313 \begin_layout Plain Layout
29314
29315 }
29316 \end_layout
29317
29318 \end_inset
29319
29320 .
29321 \end_layout
29322
29323 \begin_layout Standard
29324 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29325  línea:
29326 \end_layout
29327
29328 \begin_layout Standard
29329 En esta línea hay texto enmarcado 
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 rotatebox[origin=r]{-60}{
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \begin_inset Box Doublebox
29344 position "c"
29345 hor_pos "c"
29346 has_inner_box 0
29347 inner_pos "c"
29348 use_parbox 0
29349 width "1in"
29350 special "width"
29351 height "1in"
29352 height_special "totalheight"
29353 status open
29354
29355 \begin_layout Plain Layout
29356 con rotación
29357 \end_layout
29358
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  y 
29373 \begin_inset ERT
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377
29378
29379 \backslash
29380 rotatebox[origin=lb]{60}{
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29387 \end_inset
29388
29389
29390 \begin_inset ERT
29391 status collapsed
29392
29393 \begin_layout Plain Layout
29394
29395 }
29396 \end_layout
29397
29398 \end_inset
29399
29400  una ecuación.
29401 \end_layout
29402
29403 \begin_layout Standard
29404 O una imagen o una tabla:
29405 \end_layout
29406
29407 \begin_layout Standard
29408 Aquí hay una imagen girada 
29409 \begin_inset ERT
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413
29414
29415 \backslash
29416 rotatebox[origin=lb]{90}{
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \begin_inset Graphics
29423         filename ../clipart/platypus.eps
29424         lyxscale 50
29425         width 25col%
29426
29427 \end_inset
29428
29429
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435 }
29436 \end_layout
29437
29438 \end_inset
29439
29440  y una tabla girada 
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446
29447 \backslash
29448 rotatebox[origin=l]{-90}{
29449 \end_layout
29450
29451 \end_inset
29452
29453
29454 \begin_inset Tabular
29455 <lyxtabular version="3" rows="2" columns="2">
29456 <features>
29457 <column alignment="center" valignment="top" width="0">
29458 <column alignment="center" valignment="top" width="0">
29459 <row>
29460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464 q
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 w
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 </row>
29479 <row>
29480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484 e
29485 \end_layout
29486
29487 \end_inset
29488 </cell>
29489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493 r
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 </row>
29499 </lyxtabular>
29500
29501 \end_inset
29502
29503
29504 \begin_inset ERT
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508
29509 }
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \end_layout
29516
29517 \begin_layout Subsection
29518 Cuadros escalados
29519 \begin_inset Index
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523 Cuadros ! Escalar
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Index
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Material escalado
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Index
29540 status collapsed
29541
29542 \begin_layout Plain Layout
29543 Figuras ! Escalar
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \begin_inset Index
29550 status collapsed
29551
29552 \begin_layout Plain Layout
29553 Tablas ! Escalar
29554 \end_layout
29555
29556 \end_inset
29557
29558
29559 \end_layout
29560
29561 \begin_layout Standard
29562 Para escalar material se pueden usar los comandos 
29563 \series bold
29564
29565 \backslash
29566 scalebox
29567 \series default
29568  y 
29569 \series bold
29570
29571 \backslash
29572 resizebox 
29573 \series default
29574 en código TeX.
29575 \end_layout
29576
29577 \begin_layout Standard
29578
29579 \series bold
29580
29581 \backslash
29582 scalebox
29583 \series default
29584  se usa con el esquema siguiente:
29585 \end_layout
29586
29587 \begin_layout Standard
29588
29589 \series bold
29590
29591 \backslash
29592 scalebox{horizontal}[vertical]{contenido del cuadro}
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Horizontal y vertical son los factores de escala correspondientes.
29597  Si no se especifica factor vertical, su valor será el mismo que el factor
29598  de escala horizontal.
29599  
29600 \end_layout
29601
29602 \begin_layout Standard
29603 Por ejemplo, el comando 
29604 \series bold
29605
29606 \backslash
29607 scalebox{2}{Hola} 
29608 \series default
29609 crea un 
29610 \begin_inset ERT
29611 status collapsed
29612
29613 \begin_layout Plain Layout
29614
29615
29616 \backslash
29617 scalebox{2}{
29618 \end_layout
29619
29620 \end_inset
29621
29622 Hola
29623 \begin_inset ERT
29624 status collapsed
29625
29626 \begin_layout Plain Layout
29627
29628 }
29629 \end_layout
29630
29631 \end_inset
29632
29633  de doble tamaño que el texto normal del documento.
29634 \end_layout
29635
29636 \begin_layout Standard
29637 El comando 
29638 \series bold
29639
29640 \backslash
29641 scalebox{2}[1]{Hola} 
29642 \series default
29643 distorsiona el 
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 scalebox{2}[1]{
29652 \end_layout
29653
29654 \end_inset
29655
29656 Hola
29657 \begin_inset ERT
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661
29662 }
29663 \end_layout
29664
29665 \end_inset
29666
29667 .
29668 \end_layout
29669
29670 \begin_layout Standard
29671 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29672  Por eso el comando 
29673 \series bold
29674
29675 \backslash
29676 scalebox{-1}[1]{Hola} 
29677 \series default
29678 puede usarse para reflejar un texto: 
29679 \begin_inset ERT
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683
29684
29685 \backslash
29686 scalebox{-1}[1]{
29687 \end_layout
29688
29689 \end_inset
29690
29691 Hola
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697 }
29698 \end_layout
29699
29700 \end_inset
29701
29702 .
29703 \end_layout
29704
29705 \begin_layout Standard
29706
29707 \series bold
29708
29709 \backslash
29710 scalebox{1}[-1]{Hola} 
29711 \series default
29712 refleja el 
29713 \begin_inset ERT
29714 status collapsed
29715
29716 \begin_layout Plain Layout
29717
29718
29719 \backslash
29720 scalebox{1}[-1]{
29721 \end_layout
29722
29723 \end_inset
29724
29725 Hola
29726 \begin_inset ERT
29727 status collapsed
29728
29729 \begin_layout Plain Layout
29730
29731 }
29732 \end_layout
29733
29734 \end_inset
29735
29736  sobre la base.
29737 \end_layout
29738
29739 \begin_layout Standard
29740 El comando 
29741 \series bold
29742
29743 \backslash
29744 scalebox{-1}[1]{contenido del cuadro} 
29745 \series default
29746 puede sustituirse por 
29747 \series bold
29748
29749 \begin_inset Newline newline
29750 \end_inset
29751
29752
29753 \backslash
29754 reflectbox{contenido del cuadro}
29755 \begin_inset VSpace defskip
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Standard
29762 El comando 
29763 \series bold
29764
29765 \backslash
29766 resizebox
29767 \series default
29768  sirve para escalar el cuadro a una altura y anchura definidas, según el
29769  esquema:
29770 \end_layout
29771
29772 \begin_layout Standard
29773
29774 \series bold
29775
29776 \backslash
29777 resizebox{anchura}{altura}{contenido del cuadro}
29778 \end_layout
29779
29780 \begin_layout Standard
29781 Si uno de los argumentos del comando es un signo de exclamación, 
29782 \series bold
29783 !
29784 \series default
29785 , la escala se produce de forma que se mantiene la relación de las dimensiones
29786  originales del contenido del cuadro.
29787  
29788 \end_layout
29789
29790 \begin_layout Standard
29791 El comando 
29792 \series bold
29793
29794 \backslash
29795 resizebox{2cm}{1cm}{Hola}
29796 \series default
29797  genera: 
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803
29804 \backslash
29805 resizebox{2cm}{1cm}{
29806 \end_layout
29807
29808 \end_inset
29809
29810 Hola
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816 }
29817 \end_layout
29818
29819 \end_inset
29820
29821
29822 \begin_inset Newline newline
29823 \end_inset
29824
29825 El comando 
29826 \series bold
29827
29828 \backslash
29829 resizebox{2cm}{!}{Hola}
29830 \series default
29831  genera: 
29832 \begin_inset ERT
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837
29838 \backslash
29839 resizebox{2cm}{!}{
29840 \end_layout
29841
29842 \end_inset
29843
29844 Hola
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850 }
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \end_layout
29857
29858 \begin_layout Standard
29859 \begin_inset VSpace defskip
29860 \end_inset
29861
29862
29863 \end_layout
29864
29865 \begin_layout Standard
29866 \begin_inset Note Greyedout
29867 status open
29868
29869 \begin_layout Plain Layout
29870
29871 \series bold
29872 Nota: 
29873 \series default
29874 Si los argumentos de 
29875 \series bold
29876
29877 \backslash
29878 scalebox
29879 \series default
29880  o 
29881 \series bold
29882
29883 \backslash
29884 resizebox
29885 \series default
29886  son cero, no se generan errores de LaTeX al exportar el documento, pero
29887  puede suceder que la salida no se muestre o que sea incompleta.
29888  
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \begin_inset VSpace defskip
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Standard
29901 Los cuadros se pueden combinar en cualquier orden.
29902  Por ejemplo, el comando
29903 \series bold
29904
29905 \begin_inset Newline newline
29906 \end_inset
29907
29908
29909 \backslash
29910 rotatebox[origin=c]{-45}{
29911 \backslash
29912 resizebox{2cm}{!}{
29913 \backslash
29914 reflectbox{Hola}}}
29915 \begin_inset Newline newline
29916 \end_inset
29917
29918
29919 \series default
29920 genera:
29921 \end_layout
29922
29923 \begin_layout Standard
29924 \noindent
29925 \align center
29926 \begin_inset ERT
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930
29931
29932 \backslash
29933 rotatebox[origin=c]{-45}{
29934 \backslash
29935 resizebox{2cm}{!}{
29936 \backslash
29937 reflectbox{
29938 \end_layout
29939
29940 \end_inset
29941
29942 Hola
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948 }}}
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Standard
29957 \noindent
29958 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
29959 \end_layout
29960
29961 \begin_layout Standard
29962 \noindent
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 \align center
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 rotatebox[origin=c]{-30}{
29976 \backslash
29977 resizebox{2cm}{!}{
29978 \backslash
29979 reflectbox{
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \begin_inset Graphics
29986         filename ../clipart/platypus.eps
29987         lyxscale 50
29988         width 25col%
29989
29990 \end_inset
29991
29992
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998 }}}
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 rotatebox[origin=c]{-45}{
30012 \backslash
30013 resizebox{2cm}{!}{
30014 \backslash
30015 reflectbox{
30016 \end_layout
30017
30018 \end_inset
30019
30020
30021 \begin_inset Tabular
30022 <lyxtabular version="3" rows="2" columns="2">
30023 <features>
30024 <column alignment="center" valignment="top" width="0">
30025 <column alignment="center" valignment="top" width="0">
30026 <row>
30027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30028 \begin_inset Text
30029
30030 \begin_layout Plain Layout
30031 q
30032 \end_layout
30033
30034 \end_inset
30035 </cell>
30036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30037 \begin_inset Text
30038
30039 \begin_layout Plain Layout
30040 w
30041 \end_layout
30042
30043 \end_inset
30044 </cell>
30045 </row>
30046 <row>
30047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30048 \begin_inset Text
30049
30050 \begin_layout Plain Layout
30051 e
30052 \end_layout
30053
30054 \end_inset
30055 </cell>
30056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30057 \begin_inset Text
30058
30059 \begin_layout Plain Layout
30060 r
30061 \end_layout
30062
30063 \end_inset
30064 </cell>
30065 </row>
30066 </lyxtabular>
30067
30068 \end_inset
30069
30070
30071 \begin_inset ERT
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075
30076 }}}
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086
30087
30088 \backslash
30089 rotatebox[origin=c]{-45}{
30090 \backslash
30091 resizebox{2cm}{!}{
30092 \backslash
30093 reflectbox{
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30100 \end_inset
30101
30102
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108 }}}
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \end_layout
30115
30116 \begin_layout Standard
30117 Si se usa el estilo global 
30118 \series bold
30119 fleqn
30120 \series default
30121  para las ecuaciones del documento,
30122 \begin_inset Foot
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126 Si «fleqn» se añade a las opciones de clase del documento.
30127 \end_layout
30128
30129 \end_inset
30130
30131  también pueden escalarse las ecuaciones en estilo presentación.
30132 \end_layout
30133
30134 \begin_layout Chapter
30135 Archivo
30136 \begin_inset Index
30137 status collapsed
30138
30139 \begin_layout Plain Layout
30140 Archivo, insertar
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 Con el menú 
30150 \family sans
30151 Insertar\SpecialChar \menuseparator
30152 Archivo 
30153 \family default
30154 se pueden insertar archivos externos en un documento.
30155  Estos pueden ser:
30156 \end_layout
30157
30158 \begin_layout Description
30159 Documento
30160 \begin_inset space ~
30161 \end_inset
30162
30163 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30164 \end_layout
30165
30166 \begin_layout Description
30167 Texto
30168 \begin_inset space ~
30169 \end_inset
30170
30171 simple
30172 \begin_inset space ~
30173 \end_inset
30174
30175 como
30176 \begin_inset space ~
30177 \end_inset
30178
30179 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30180  como un nuevo párrafo.
30181 \end_layout
30182
30183 \begin_layout Description
30184 Texto
30185 \begin_inset space ~
30186 \end_inset
30187
30188 simple
30189 \begin_inset space ~
30190 \end_inset
30191
30192 como
30193 \begin_inset space ~
30194 \end_inset
30195
30196 párrafos Un documento de texto; cada línea del texto se inserta tal como
30197  está, formando un solo párrafo.
30198  Las líneas vacías generan un nuevo párrafo en tu documento.
30199 \end_layout
30200
30201 \begin_layout Description
30202 Material
30203 \begin_inset space ~
30204 \end_inset
30205
30206 externo Archivos en diversos formatos.
30207 \end_layout
30208
30209 \begin_layout Description
30210 Documento
30211 \begin_inset space ~
30212 \end_inset
30213
30214 hijo Documentos LyX, LaTeX o texto simple.
30215 \end_layout
30216
30217 \begin_layout Section
30218 Material externo
30219 \begin_inset Index
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 Material externo
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \end_layout
30230
30231 \begin_layout Standard
30232 Esta característica te permite insertar archivos en tu documento sin convertirlo
30233 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30234  las necesarias conversiones.
30235  Esto es parecido a la inserción de imágenes en diversos formatos en los
30236  documentos LyX.
30237 \end_layout
30238
30239 \begin_layout Standard
30240 El material externo se puede insertar mediante el diálogo que surge a partir
30241  del menú 
30242 \family sans
30243 Insertar\SpecialChar \menuseparator
30244 Archivo\SpecialChar \menuseparator
30245 Material
30246 \begin_inset space ~
30247 \end_inset
30248
30249 externo
30250 \family default
30251 .
30252  Actualmente se permiten los siguientes tipos de archivo (
30253 \family sans
30254 Plantillas
30255 \family default
30256 ):
30257 \end_layout
30258
30259 \begin_layout Description
30260 Diagrama
30261 \begin_inset space ~
30262 \end_inset
30263
30264 de
30265 \begin_inset space ~
30266 \end_inset
30267
30268 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30269  con el programa 
30270 \series bold
30271
30272 \begin_inset CommandInset href
30273 LatexCommand href
30274 name "XBoard"
30275 target "http://en.wikipedia.org/wiki/XBoard"
30276
30277 \end_inset
30278
30279
30280 \series default
30281 .
30282 \end_layout
30283
30284 \begin_layout Description
30285 Fecha Esta inserta la fecha en el formato 
30286 \emph on
30287 Día-Mes-Año.
30288
30289 \emph default
30290  A continuación hay una fecha insertada como material externo: 
30291 \begin_inset External
30292         template Date
30293         filename ...
30294
30295 \end_inset
30296
30297
30298 \lang english
30299
30300 \begin_inset space ~
30301 \end_inset
30302
30303
30304 \begin_inset Note Note
30305 status open
30306
30307 \begin_layout Plain Layout
30308
30309 \lang english
30310 Remove the protected space when bug 4398 is fixed!
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \lang spanish
30317
30318 \begin_inset Newline newline
30319 \end_inset
30320
30321 La fecha no se muestra en LyX, sólo en la salida.
30322  Hay otros dos métodos de insertar una fecha, con el menú 
30323 \family sans
30324 Insertar\SpecialChar \menuseparator
30325 Fecha
30326 \family default
30327  y con el comando LaTeX 
30328 \series bold
30329
30330 \backslash
30331 today
30332 \series default
30333  en código TeX.
30334  Los distintos métodos se comparan en la tabla
30335 \begin_inset space ~
30336 \end_inset
30337
30338
30339 \begin_inset CommandInset ref
30340 LatexCommand ref
30341 reference "tab:Comparación-de"
30342
30343 \end_inset
30344
30345 .
30346 \end_layout
30347
30348 \begin_layout Description
30349 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30350 \begin_inset Newline linebreak
30351 \end_inset
30352
30353
30354 \series bold
30355
30356 \begin_inset CommandInset href
30357 LatexCommand href
30358 name "LilyPond"
30359 target "http://en.wikipedia.org/wiki/LilyPond"
30360
30361 \end_inset
30362
30363
30364 \series default
30365 .
30366 \end_layout
30367
30368 \begin_layout Description
30369 RasterImage Sirve para insertar imágenes bitmap.
30370  Casi todos los formatos populares de imágenes están soportados.
30371  Las imágenes se pueden tratar en el diálogo 
30372 \family sans
30373 Material Externo
30374 \family default
30375  como las que habitualmente se incluyen mediante el diálogo 
30376 \family sans
30377 Gráficos
30378 \family default
30379 , tal como se explica en la sección
30380 \begin_inset space ~
30381 \end_inset
30382
30383
30384 \begin_inset CommandInset ref
30385 LatexCommand ref
30386 reference "sec:Diálogo-Gráficos"
30387
30388 \end_inset
30389
30390 .
30391  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30392  PDF y EPS no están soportadas.
30393 \end_layout
30394
30395 \begin_layout Description
30396 XFig Esta plantilla soporta imágenes creadas con el programa 
30397 \series bold
30398
30399 \begin_inset CommandInset href
30400 LatexCommand href
30401 name "Xfig"
30402 target "http://en.wikipedia.org/wiki/Xfig"
30403
30404 \end_inset
30405
30406
30407 \series default
30408 .
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \begin_inset Float table
30413 placement h
30414 wide false
30415 sideways false
30416 status open
30417
30418 \begin_layout Plain Layout
30419 \begin_inset Caption
30420
30421 \begin_layout Plain Layout
30422 \begin_inset CommandInset label
30423 LatexCommand label
30424 name "tab:Comparación-de"
30425
30426 \end_inset
30427
30428 Comparación de los métodos de inserción de fecha.
30429 \end_layout
30430
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \begin_layout Plain Layout
30437 \align center
30438 \begin_inset Tabular
30439 <lyxtabular version="3" rows="4" columns="4">
30440 <features>
30441 <column alignment="center" valignment="top" width="0">
30442 <column alignment="center" valignment="top" width="0">
30443 <column alignment="center" valignment="top" width="0">
30444 <column alignment="center" valignment="top" width="0">
30445 <row>
30446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30447 \begin_inset Text
30448
30449 \begin_layout Plain Layout
30450 Tipo del Documento
30451 \end_layout
30452
30453 \end_inset
30454 </cell>
30455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30456 \begin_inset Text
30457
30458 \begin_layout Plain Layout
30459
30460 \family sans
30461 Material Externo\SpecialChar \menuseparator
30462 Fecha
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471
30472 \family sans
30473 Insertar\SpecialChar \menuseparator
30474 Fecha
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30480 \begin_inset Text
30481
30482 \begin_layout Plain Layout
30483 comando 
30484 \series bold
30485
30486 \backslash
30487 today
30488 \end_layout
30489
30490 \end_inset
30491 </cell>
30492 </row>
30493 <row>
30494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30495 \begin_inset Text
30496
30497 \begin_layout Plain Layout
30498 LyX
30499 \end_layout
30500
30501 \end_inset
30502 </cell>
30503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30504 \begin_inset Text
30505
30506 \begin_layout Plain Layout
30507 como cuadro
30508 \end_layout
30509
30510 \end_inset
30511 </cell>
30512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30513 \begin_inset Text
30514
30515 \begin_layout Plain Layout
30516 como fecha
30517 \end_layout
30518
30519 \end_inset
30520 </cell>
30521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525 como cuadro en código TeX
30526 \end_layout
30527
30528 \end_inset
30529 </cell>
30530 </row>
30531 <row>
30532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30533 \begin_inset Text
30534
30535 \begin_layout Plain Layout
30536 LaTeX
30537 \end_layout
30538
30539 \end_inset
30540 </cell>
30541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30542 \begin_inset Text
30543
30544 \begin_layout Plain Layout
30545 como fecha
30546 \end_layout
30547
30548 \end_inset
30549 </cell>
30550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30551 \begin_inset Text
30552
30553 \begin_layout Plain Layout
30554 como fecha
30555 \end_layout
30556
30557 \end_inset
30558 </cell>
30559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30560 \begin_inset Text
30561
30562 \begin_layout Plain Layout
30563 como comando
30564 \end_layout
30565
30566 \end_inset
30567 </cell>
30568 </row>
30569 <row>
30570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30571 \begin_inset Text
30572
30573 \begin_layout Plain Layout
30574 DVI, PDF, PS
30575 \end_layout
30576
30577 \end_inset
30578 </cell>
30579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30580 \begin_inset Text
30581
30582 \begin_layout Plain Layout
30583 como fecha
30584 \end_layout
30585
30586 \end_inset
30587 </cell>
30588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30589 \begin_inset Text
30590
30591 \begin_layout Plain Layout
30592 como fecha
30593 \end_layout
30594
30595 \end_inset
30596 </cell>
30597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30598 \begin_inset Text
30599
30600 \begin_layout Plain Layout
30601 como fecha
30602 \end_layout
30603
30604 \end_inset
30605 </cell>
30606 </row>
30607 </lyxtabular>
30608
30609 \end_inset
30610
30611
30612 \end_layout
30613
30614 \end_inset
30615
30616
30617 \end_layout
30618
30619 \begin_layout Standard
30620 Si utilizas la opción 
30621 \family sans
30622 Borrador
30623 \family default
30624  en la solapa 
30625 \family sans
30626 Archivo
30627 \family default
30628  del diálogo 
30629 \family sans
30630 Material Externo
30631 \family default
30632 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30633 \family sans
30634
30635 \begin_inset Newline newline
30636 \end_inset
30637
30638
30639 \family default
30640 El material externo se muestra en LyX como un cuadro del tipo:
30641 \family sans
30642  
30643 \family default
30644
30645 \begin_inset Graphics
30646         filename clipart/MaterialExternoQt4.png
30647         scale 80
30648
30649 \end_inset
30650
30651  o como imagen, según la configuración elegida en la solapa 
30652 \family sans
30653 Vista
30654 \begin_inset space ~
30655 \end_inset
30656
30657 LyX 
30658 \family default
30659 del diálogo 
30660 \family sans
30661 Material Externo.
30662 \end_layout
30663
30664 \begin_layout Standard
30665 En el manual 
30666 \emph on
30667 Personalización
30668 \emph default
30669  se explica cómo definir tus propias plantillas.
30670 \end_layout
30671
30672 \begin_layout Section
30673 Documento hijo
30674 \begin_inset CommandInset label
30675 LatexCommand label
30676 name "sec:Documento-Hijo"
30677
30678 \end_inset
30679
30680
30681 \begin_inset Index
30682 status collapsed
30683
30684 \begin_layout Plain Layout
30685 Documento hijo
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Los documentos hijos se emplean en el caso de tener un documento extenso
30695  compuesto por varias partes o secciones más grandes.
30696  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30697  en varios archivos que pueden ser revisados por separado.
30698  Estos archivos se conocen como documentos hijos, y el llamado documento
30699  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30700  
30701 \end_layout
30702
30703 \begin_layout Standard
30704 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30705  cuadros del tipo: 
30706 \begin_inset Graphics
30707         filename clipart/DocumentoHijoQt4.png
30708         scale 80
30709
30710 \end_inset
30711
30712 .
30713  Para incluir documentos hijos en un documento maestro utiliza el menú 
30714 \family sans
30715 Insertar
30716 \family default
30717 \SpecialChar \menuseparator
30718
30719 \family sans
30720 Archivo
30721 \family default
30722 \SpecialChar \menuseparator
30723
30724 \family sans
30725 Documento
30726 \begin_inset space ~
30727 \end_inset
30728
30729 hijo
30730 \family default
30731 .
30732  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30733 \end_layout
30734
30735 \begin_layout Description
30736 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30737  Al pulsar el botón 
30738 \family sans
30739 Cargar
30740 \family default
30741  en el diálogo 
30742 \family sans
30743 Documento hijo
30744 \family default
30745 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30746  la ventana de LyX y así puedes modificarlos si quieres.
30747 \end_layout
30748
30749 \begin_layout Standard
30750 Aquí hay un archivo insertado con el método 
30751 \family sans
30752 Incluir
30753 \family default
30754
30755 \begin_inset CommandInset include
30756 LatexCommand include
30757 filename "DocumentoPostizo1.lyx"
30758
30759 \end_inset
30760
30761
30762 \end_layout
30763
30764 \begin_layout Standard
30765 La numeración de secciones tiene en cuenta las secciones de los archivos
30766  incluidos en el orden en que están insertados en el documento maestro.
30767  El documento incluido de ejemplo tiene una subsección que se numera como
30768  subsección de la presente sección.
30769  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30770 \begin_inset space ~
30771 \end_inset
30772
30773
30774 \begin_inset CommandInset ref
30775 LatexCommand ref
30776 reference "sub:Subsección-Externa-1"
30777
30778 \end_inset
30779
30780 .
30781 \end_layout
30782
30783 \begin_layout Standard
30784 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30785  del documento maestro.
30786  Los documentos incluidos se insertan comenzando una página nueva y acabando
30787  con un salto de página.
30788 \end_layout
30789
30790 \begin_layout Standard
30791 Con el comando LaTeX 
30792 \series bold
30793
30794 \backslash
30795 includeonly
30796 \series default
30797  puedes determinar qué documentos hijos serán procesados al generar la salida.
30798  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30799  un extenso documento y quieres ahorrar tiempo de compilación.
30800  
30801 \series bold
30802
30803 \backslash
30804 includeonly 
30805 \series default
30806 se inserta en el preámbulo del documento maestro, poniendo como argumento
30807  una lista de los nombres de archivo separados con comas, p.
30808 \begin_inset space \thinspace{}
30809 \end_inset
30810
30811 e.
30812  la orden:
30813 \end_layout
30814
30815 \begin_layout Standard
30816
30817 \series bold
30818
30819 \backslash
30820 includeonly{capítulo1,capítulo5}
30821 \end_layout
30822
30823 \begin_layout Standard
30824 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30825 » (o «capítulo1.tex») y «capítulo5.lyx».
30826 \end_layout
30827
30828 \begin_layout Standard
30829 \begin_inset Note Greyedout
30830 status open
30831
30832 \begin_layout Plain Layout
30833
30834 \series bold
30835 Nota:
30836 \series default
30837  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30838  a la del documento maestro, recibirás una advertencia al exportar/ver el
30839  documento, ya que esto podría dar resultados inesperados.
30840 \end_layout
30841
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Description
30848 Entrada Este método es muy parecido al método 
30849 \family sans
30850 Incluir
30851 \family default
30852 .
30853  Las diferencias son:
30854 \end_layout
30855
30856 \begin_deeper
30857 \begin_layout Itemize
30858 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30859  un salto de página.
30860 \end_layout
30861
30862 \begin_layout Itemize
30863 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30864 \family sans
30865 Vista
30866 \begin_inset space ~
30867 \end_inset
30868
30869 preliminar
30870 \begin_inset space ~
30871 \end_inset
30872
30873 inmediata 
30874 \family default
30875 está activada en el diálogo 
30876 \family sans
30877 Herramientas\SpecialChar \menuseparator
30878 Preferencias
30879 \family default
30880 , apartado 
30881 \family sans
30882 Apariencia\SpecialChar \menuseparator
30883 Gráficos
30884 \family default
30885 .
30886 \end_layout
30887
30888 \begin_layout Itemize
30889 No se puede utilizar el comando LaTeX 
30890 \series bold
30891
30892 \backslash
30893 includeonly
30894 \series default
30895 .
30896 \end_layout
30897
30898 \end_deeper
30899 \begin_layout Standard
30900 Aquí hay un documento hijo insertado con el método 
30901 \family sans
30902 Entrada
30903 \family default
30904 :
30905 \end_layout
30906
30907 \begin_layout Standard
30908 \begin_inset CommandInset include
30909 LatexCommand input
30910 filename "DocumentoPostizo2.lyx"
30911
30912 \end_inset
30913
30914
30915 \end_layout
30916
30917 \begin_layout Description
30918 Literal Con este método se puede incluir todo archivo de texto.
30919  El archivo aparece en la salida con su código fuente, y si contiene comandos
30920  no se ejecutan.
30921  Con la opción 
30922 \family sans
30923 Marcar espacios en la salida
30924 \family default
30925  cada espacio en el código fuente se muestra en la salida con el carácter
30926  «
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931
30932
30933 \backslash
30934 textvisiblespace
30935 \end_layout
30936
30937 \end_inset
30938
30939 ».
30940  La diferencia con el método de inserción mediante el menú 
30941 \family sans
30942 Insertar
30943 \family default
30944 \SpecialChar \menuseparator
30945
30946 \family sans
30947 Archivo
30948 \family default
30949 \SpecialChar \menuseparator
30950
30951 \family sans
30952 Texto
30953 \begin_inset space ~
30954 \end_inset
30955
30956 simple
30957 \family default
30958  es que en este caso el contenido del archivo se ve en LyX, mientras que
30959  en modo 
30960 \family sans
30961 Literal 
30962 \family default
30963 no se muestra el contenido, sino un recuadro con el nombre.
30964
30965 \family sans
30966  
30967 \end_layout
30968
30969 \begin_layout Standard
30970 Aquí se inserta un documento hijo en modo Literal:
30971 \begin_inset CommandInset include
30972 LatexCommand verbatiminput
30973 filename "DocumentoTextoPostizo.txt"
30974
30975 \end_inset
30976
30977
30978 \begin_inset VSpace bigskip
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 Aquí se inserta un documento hijo en modo Literal con la opción 
30986 \family sans
30987 Marcar espacios en la salida
30988 \family default
30989 :
30990 \begin_inset CommandInset include
30991 LatexCommand verbatiminput*
30992 filename "DocumentoTextoPostizo.txt"
30993
30994 \end_inset
30995
30996
30997 \begin_inset VSpace bigskip
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Standard
31004 \begin_inset Note Greyedout
31005 status open
31006
31007 \begin_layout Plain Layout
31008
31009 \series bold
31010 Nota:
31011 \series default
31012  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31013  incluidos en modo 
31014 \family sans
31015 literal
31016 \family default
31017  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31018  archivo de texto.
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Description
31027 Listado
31028 \begin_inset space ~
31029 \end_inset
31030
31031 de
31032 \begin_inset space ~
31033 \end_inset
31034
31035 programa Este tipo se describe en el capítulo
31036 \begin_inset space ~
31037 \end_inset
31038
31039
31040 \begin_inset CommandInset ref
31041 LatexCommand ref
31042 reference "cha:Listado-de-programa"
31043
31044 \end_inset
31045
31046 .
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \begin_inset Note Greyedout
31051 status open
31052
31053 \begin_layout Plain Layout
31054
31055 \series bold
31056 Nota:
31057 \series default
31058  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31059  problemas en LaTeX.
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Chapter
31068 Listado de programa
31069 \begin_inset CommandInset label
31070 LatexCommand label
31071 name "cha:Listado-de-programa"
31072
31073 \end_inset
31074
31075
31076 \begin_inset Index
31077 status collapsed
31078
31079 \begin_layout Plain Layout
31080 Listado de programa
31081 \end_layout
31082
31083 \end_inset
31084
31085
31086 \begin_inset Index
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090 Código de programa
31091 \end_layout
31092
31093 \end_inset
31094
31095
31096 \begin_inset Index
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100 Flotantes ! Listado de programa
31101 \end_layout
31102
31103 \end_inset
31104
31105
31106 \end_layout
31107
31108 \begin_layout Standard
31109 Para incluir y tipografiar código de programación puedes usar la opción
31110  de menú disponible en 
31111 \family sans
31112 Insertar\SpecialChar \menuseparator
31113 Listado
31114 \begin_inset space ~
31115 \end_inset
31116
31117 de
31118 \begin_inset space ~
31119 \end_inset
31120
31121 programa.
31122  
31123 \family default
31124 El paquete LaTeX 
31125 \series bold
31126 listings
31127 \series default
31128
31129 \begin_inset Index
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133 LaTeX-paquetes ! listings
31134 \end_layout
31135
31136 \end_inset
31137
31138  provee un mecanismo potente y flexible para insertar código fuente en tu
31139  documento.
31140 \end_layout
31141
31142 \begin_layout Standard
31143 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31144  en el que puedes establecer el formato del mismo.
31145 \end_layout
31146
31147 \begin_layout Standard
31148 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31149  La opción de ubicación 
31150 \family sans
31151 Listado
31152 \begin_inset space ~
31153 \end_inset
31154
31155 insertado
31156 \family default
31157  lo imprime en la línea, como este ejemplo: 
31158 \begin_inset listings
31159 lstparams "language={C++}"
31160 inline true
31161 status open
31162
31163 \begin_layout Plain Layout
31164
31165 int a=5;
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \family sans
31172
31173 \begin_inset Newline newline
31174 \end_inset
31175
31176
31177 \family default
31178 La opción 
31179 \family sans
31180 Flotante
31181 \family default
31182  crea un listado flotante cuya colocación se puede especificar mediante
31183  las opciones «
31184 \family sans
31185 h
31186 \family default
31187 », «
31188 \family sans
31189 t
31190 \family default
31191 », «
31192 \family sans
31193 b
31194 \family default
31195 » y «
31196 \family sans
31197 p
31198 \family default
31199 », correspondientes a las opciones de colocación de flotantes descritas
31200  en la sección
31201 \family sans
31202
31203 \begin_inset space ~
31204 \end_inset
31205
31206
31207 \begin_inset CommandInset ref
31208 LatexCommand ref
31209 reference "sec:Colocación-de-Flotantes"
31210
31211 \end_inset
31212
31213
31214 \family default
31215 .
31216  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31217  p.
31218 \family sans
31219
31220 \begin_inset space \thinspace{}
31221 \end_inset
31222
31223
31224 \family default
31225 e.
31226 \begin_inset space ~
31227 \end_inset
31228
31229 «
31230 \family sans
31231 htbp
31232 \family default
31233 ».
31234  La opción «
31235 \family sans
31236 h
31237 \family default
31238 » a veces no tiene efecto, pero no necesitas usar la opción 
31239 \family sans
31240 Flotante
31241 \family default
31242  en ese caso puesto que los listados de programa no flotantes también pueden
31243  tener leyendas y ser referenciadas.
31244 \end_layout
31245
31246 \begin_layout Standard
31247 Se puede añadir una leyenda a un listado de programa con el menú 
31248 \family sans
31249 Insertar\SpecialChar \menuseparator
31250 Leyenda
31251 \family default
31252
31253 \begin_inset Foot
31254 status open
31255
31256 \begin_layout Plain Layout
31257 Para traducir la etiqueta 
31258 \begin_inset Quotes eld
31259 \end_inset
31260
31261 Listado
31262 \begin_inset Quotes erd
31263 \end_inset
31264
31265  de la leyenda, se añade al preámbulo del documento el comando 
31266 \series bold
31267
31268 \backslash
31269 renewcommand{
31270 \backslash
31271 lstlistingname}{Listado}
31272 \series default
31273 .
31274  (
31275 \emph on
31276 N.
31277 \begin_inset space \thinspace{}
31278 \end_inset
31279
31280 del t.
31281 \emph default
31282 )
31283 \end_layout
31284
31285 \end_inset
31286
31287 .
31288  Los listados de programa se pueden referenciar como los flotantes: Listado
31289 \begin_inset space ~
31290 \end_inset
31291
31292
31293 \begin_inset CommandInset ref
31294 LatexCommand ref
31295 reference "lst:Ejemplo-de-listado-de-programa"
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 \begin_inset listings
31304 lstparams "language=Python"
31305 inline false
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309
31310 \begin_inset Caption
31311
31312 \begin_layout Plain Layout
31313 \begin_inset CommandInset label
31314 LatexCommand label
31315 name "lst:Ejemplo-de-listado-de-programa"
31316
31317 \end_inset
31318
31319 Ejemplo de listado de programa flotante
31320 \end_layout
31321
31322 \end_inset
31323
31324 # Ejemplo de listado flotante
31325 \end_layout
31326
31327 \begin_layout Plain Layout
31328
31329 def func(param):
31330 \end_layout
31331
31332 \begin_layout Plain Layout
31333
31334     'this is a python function'
31335 \end_layout
31336
31337 \begin_layout Plain Layout
31338
31339     pass
31340 \end_layout
31341
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \begin_layout Standard
31348 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31349  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31350  y tipografiadas de manera especial en la salida.
31351  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31352  negrita.
31353 \end_layout
31354
31355 \begin_layout Standard
31356 \begin_inset Note Greyedout
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361 \series bold
31362 Nota:
31363 \series default
31364  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31365  debe probablemente a que dicha fuente no suministra negritas.
31366  En este caso selecciona una fuente distinta en el menú 
31367 \family sans
31368 Documento
31369 \family default
31370 \SpecialChar \menuseparator
31371
31372 \family sans
31373 Configuración
31374 \family default
31375 \SpecialChar \menuseparator
31376
31377 \family sans
31378 Fuentes.
31379  
31380 \family default
31381 (Las fuentes 
31382 \emph on
31383 LuxiMono, BeraMono
31384 \emph default
31385  y 
31386 \emph on
31387 Courier 
31388 \emph default
31389 suministran negritas.)
31390 \end_layout
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \begin_layout Standard
31398 En la sección 
31399 \family sans
31400 Numeración
31401 \begin_inset space ~
31402 \end_inset
31403
31404 de
31405 \begin_inset space ~
31406 \end_inset
31407
31408 líneas
31409 \family default
31410  del diálogo puedes elegir el estilo de numeración de las líneas.
31411  En el campo 
31412 \family sans
31413 Paso 
31414 \family default
31415 puedes insertar un número para determinar qué líneas se numeran.
31416  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31417  
31418 \end_layout
31419
31420 \begin_layout Standard
31421 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31422  en la salida.
31423  La opción 
31424 \family sans
31425 Tabla
31426 \begin_inset space ~
31427 \end_inset
31428
31429 de
31430 \begin_inset space ~
31431 \end_inset
31432
31433 caracteres
31434 \begin_inset space ~
31435 \end_inset
31436
31437 extendida
31438 \family default
31439  debería emplearse si se usan en el código caracteres nacionales como la
31440  diéresis alemana.
31441 \begin_inset Newline newline
31442 \end_inset
31443
31444 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31445  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31446  y «Espacio como símbolo», rango de líneas 3-8:
31447 \begin_inset listings
31448 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31449 inline false
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453
31454 def func(param):
31455 \end_layout
31456
31457 \begin_layout Plain Layout
31458
31459     'this is a python function'
31460 \end_layout
31461
31462 \begin_layout Plain Layout
31463
31464     pass
31465 \end_layout
31466
31467 \begin_layout Plain Layout
31468
31469 def func(param):
31470 \end_layout
31471
31472 \begin_layout Plain Layout
31473
31474 'This is a German word: Tschüß'
31475 \end_layout
31476
31477 \begin_layout Plain Layout
31478
31479 pass
31480 \end_layout
31481
31482 \begin_layout Plain Layout
31483
31484 def func(param):
31485 \end_layout
31486
31487 \begin_layout Plain Layout
31488
31489 'this is a python function'
31490 \end_layout
31491
31492 \begin_layout Plain Layout
31493
31494 pass
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \end_layout
31501
31502 \begin_layout Standard
31503 \begin_inset Note Greyedout
31504 status open
31505
31506 \begin_layout Plain Layout
31507
31508 \series bold
31509 Nota:
31510 \series default
31511  Debido a un error en el paquete 
31512 \series bold
31513 listings
31514 \series default
31515  la numeración de líneas cambia en una línea por cada listado previo.
31516  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31517  3 y 6.
31518 \end_layout
31519
31520 \end_inset
31521
31522
31523 \end_layout
31524
31525 \begin_layout Standard
31526 \begin_inset VSpace bigskip
31527 \end_inset
31528
31529
31530 \end_layout
31531
31532 \begin_layout Standard
31533 También es posible imprimir como listado de programa líneas de un archivo.
31534  Para hacer esto, usa el menú 
31535 \family sans
31536 Insertar\SpecialChar \menuseparator
31537 Archivo\SpecialChar \menuseparator
31538 Documento
31539 \begin_inset space ~
31540 \end_inset
31541
31542 hijo 
31543 \family default
31544 y elige el tipo 
31545 \family sans
31546 Listado de programa
31547 \family default
31548 .
31549 \begin_inset Foot
31550 status collapsed
31551
31552 \begin_layout Plain Layout
31553 Los restantes tipos de documento hijo se describen en la sección
31554 \begin_inset space ~
31555 \end_inset
31556
31557
31558 \begin_inset CommandInset ref
31559 LatexCommand ref
31560 reference "sec:Documento-Hijo"
31561
31562 \end_inset
31563
31564 .
31565 \end_layout
31566
31567 \end_inset
31568
31569  En el diálogo de documento hijo puedes especificar los parámetros del listado
31570  en el cuadro de texto.
31571  Para ver una lista de los parámetros disponibles teclea una interrogación
31572  «?» en el cuadro.
31573 \end_layout
31574
31575 \begin_layout Standard
31576 Para referenciar un documento hijo tipo listado, escribe el texto de la
31577  etiqueta en el campo correspondiente del diálogo de documento hijo.
31578  Después se puede referenciar la etiqueta con el menú 
31579 \family sans
31580 Insertar\SpecialChar \menuseparator
31581 Referencia cruzada.
31582 \end_layout
31583
31584 \begin_layout Standard
31585 A continuación hay un ejemplo, Listado
31586 \begin_inset space ~
31587 \end_inset
31588
31589
31590 \begin_inset CommandInset ref
31591 LatexCommand ref
31592 reference "lst:archivo-listado"
31593
31594 \end_inset
31595
31596 , de inserción de líneas de un archivo; en él se incluye el rango de las
31597  líneas 10
31598 \begin_inset space \thinspace{}
31599 \end_inset
31600
31601 -
31602 \begin_inset space \thinspace{}
31603 \end_inset
31604
31605 15 de este archivo LyX.
31606 \end_layout
31607
31608 \begin_layout Standard
31609 \begin_inset CommandInset include
31610 LatexCommand lstinputlisting
31611 filename "EmbeddedObjects.lyx"
31612 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31613
31614 \end_inset
31615
31616
31617 \begin_inset VSpace bigskip
31618 \end_inset
31619
31620
31621 \end_layout
31622
31623 \begin_layout Standard
31624 Las preferencias globales se pueden establecer en el diálogo 
31625 \family sans
31626 Documento\SpecialChar \menuseparator
31627 Configuración\SpecialChar \menuseparator
31628 Diseño
31629 \begin_inset space ~
31630 \end_inset
31631
31632 del
31633 \begin_inset space ~
31634 \end_inset
31635
31636 texto.
31637  
31638 \family default
31639 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31640  «?» en el campo de texto.
31641 \end_layout
31642
31643 \begin_layout Standard
31644 Para más información sobre el paquete 
31645 \series bold
31646 listings
31647 \series default
31648 , consulta su documentación
31649 \begin_inset space ~
31650 \end_inset
31651
31652
31653 \begin_inset CommandInset citation
31654 LatexCommand cite
31655 key "listings"
31656
31657 \end_inset
31658
31659 .
31660 \end_layout
31661
31662 \begin_layout Standard
31663 \begin_inset Newpage newpage
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Chapter
31670 \start_of_appendix
31671 Unidades disponibles en LyX
31672 \begin_inset Index
31673 status collapsed
31674
31675 \begin_layout Plain Layout
31676 Unidades
31677 \end_layout
31678
31679 \end_inset
31680
31681
31682 \begin_inset CommandInset label
31683 LatexCommand label
31684 name "cha:Unidades-disponibles-en"
31685
31686 \end_inset
31687
31688
31689 \end_layout
31690
31691 \begin_layout Standard
31692 Para comprender las unidades utilizadas en este manual, el cuadro
31693 \begin_inset space ~
31694 \end_inset
31695
31696
31697 \begin_inset CommandInset ref
31698 LatexCommand ref
31699 reference "tab:Unidades"
31700
31701 \end_inset
31702
31703  describe todas las unidades disponibles en LyX.
31704 \end_layout
31705
31706 \begin_layout Standard
31707 \begin_inset Float table
31708 placement h
31709 wide false
31710 sideways false
31711 status open
31712
31713 \begin_layout Plain Layout
31714 \begin_inset Caption
31715
31716 \begin_layout Plain Layout
31717 \begin_inset CommandInset label
31718 LatexCommand label
31719 name "tab:Unidades"
31720
31721 \end_inset
31722
31723 Unidades
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \end_layout
31730
31731 \begin_layout Plain Layout
31732 \begin_inset VSpace medskip
31733 \end_inset
31734
31735
31736 \end_layout
31737
31738 \begin_layout Plain Layout
31739 \align center
31740 \begin_inset Tabular
31741 <lyxtabular version="3" rows="20" columns="2">
31742 <features>
31743 <column alignment="center" valignment="top" width="0">
31744 <column alignment="center" valignment="top" width="0">
31745 <row>
31746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31747 \begin_inset Text
31748
31749 \begin_layout Plain Layout
31750 unidad
31751 \end_layout
31752
31753 \end_inset
31754 </cell>
31755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31756 \begin_inset Text
31757
31758 \begin_layout Plain Layout
31759 nombre/descripción
31760 \end_layout
31761
31762 \end_inset
31763 </cell>
31764 </row>
31765 <row>
31766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31767 \begin_inset Text
31768
31769 \begin_layout Plain Layout
31770 mm
31771 \end_layout
31772
31773 \end_inset
31774 </cell>
31775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Plain Layout
31779 milímetro
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 </row>
31785 <row>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790 cm
31791 \end_layout
31792
31793 \end_inset
31794 </cell>
31795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31796 \begin_inset Text
31797
31798 \begin_layout Plain Layout
31799 centímetro
31800 \end_layout
31801
31802 \end_inset
31803 </cell>
31804 </row>
31805 <row>
31806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31807 \begin_inset Text
31808
31809 \begin_layout Plain Layout
31810 in
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819 pulgada
31820 \end_layout
31821
31822 \end_inset
31823 </cell>
31824 </row>
31825 <row>
31826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31827 \begin_inset Text
31828
31829 \begin_layout Plain Layout
31830 pt
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839 punto (72.27
31840 \begin_inset space \thinspace{}
31841 \end_inset
31842
31843 pt = 1
31844 \begin_inset space \thinspace{}
31845 \end_inset
31846
31847 in)
31848 \end_layout
31849
31850 \end_inset
31851 </cell>
31852 </row>
31853 <row>
31854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31855 \begin_inset Text
31856
31857 \begin_layout Plain Layout
31858 pc
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867 pica (1
31868 \begin_inset space \thinspace{}
31869 \end_inset
31870
31871 pc = 12
31872 \begin_inset space \thinspace{}
31873 \end_inset
31874
31875 pt)
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 </row>
31881 <row>
31882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886 sp
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 punto escalado (65536
31896 \begin_inset space \thinspace{}
31897 \end_inset
31898
31899 sp = 1
31900 \begin_inset space \thinspace{}
31901 \end_inset
31902
31903 pt)
31904 \end_layout
31905
31906 \end_inset
31907 </cell>
31908 </row>
31909 <row>
31910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31911 \begin_inset Text
31912
31913 \begin_layout Plain Layout
31914 bp
31915 \end_layout
31916
31917 \end_inset
31918 </cell>
31919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31920 \begin_inset Text
31921
31922 \begin_layout Plain Layout
31923 punto grande (72
31924 \begin_inset space \thinspace{}
31925 \end_inset
31926
31927 bp = 1
31928 \begin_inset space \thinspace{}
31929 \end_inset
31930
31931 in)
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 </row>
31937 <row>
31938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942 dd
31943 \end_layout
31944
31945 \end_inset
31946 </cell>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951 didot (1
31952 \begin_inset space \thinspace{}
31953 \end_inset
31954
31955 dd 
31956 \begin_inset Formula $\approx$
31957 \end_inset
31958
31959  0.376
31960 \begin_inset space \thinspace{}
31961 \end_inset
31962
31963 mm)
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 </row>
31969 <row>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 cc
31975 \end_layout
31976
31977 \end_inset
31978 </cell>
31979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31980 \begin_inset Text
31981
31982 \begin_layout Plain Layout
31983 cicero (1
31984 \begin_inset space \thinspace{}
31985 \end_inset
31986
31987 cc = 12
31988 \begin_inset space \thinspace{}
31989 \end_inset
31990
31991 dd)
31992 \end_layout
31993
31994 \end_inset
31995 </cell>
31996 </row>
31997 <row>
31998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31999 \begin_inset Text
32000
32001 \begin_layout Plain Layout
32002 Scale%
32003 \end_layout
32004
32005 \end_inset
32006 </cell>
32007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32008 \begin_inset Text
32009
32010 \begin_layout Plain Layout
32011 % de anchura original de la imagen
32012 \end_layout
32013
32014 \end_inset
32015 </cell>
32016 </row>
32017 <row>
32018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32019 \begin_inset Text
32020
32021 \begin_layout Plain Layout
32022 text%
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32028 \begin_inset Text
32029
32030 \begin_layout Plain Layout
32031 % de anchura de texto
32032 \end_layout
32033
32034 \end_inset
32035 </cell>
32036 </row>
32037 <row>
32038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042 col%
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051 % de anchura de columna
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 <row>
32058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062 page%
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 % de anchura de página
32072 \end_layout
32073
32074 \end_inset
32075 </cell>
32076 </row>
32077 <row>
32078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32079 \begin_inset Text
32080
32081 \begin_layout Plain Layout
32082 line%
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32088 \begin_inset Text
32089
32090 \begin_layout Plain Layout
32091 % de anchura de línea
32092 \end_layout
32093
32094 \end_inset
32095 </cell>
32096 </row>
32097 <row>
32098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Plain Layout
32102 theight%
32103 \end_layout
32104
32105 \end_inset
32106 </cell>
32107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32108 \begin_inset Text
32109
32110 \begin_layout Plain Layout
32111 % de altura de texto
32112 \end_layout
32113
32114 \end_inset
32115 </cell>
32116 </row>
32117 <row>
32118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 pheight%
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32128 \begin_inset Text
32129
32130 \begin_layout Plain Layout
32131 % de altura de página
32132 \end_layout
32133
32134 \end_inset
32135 </cell>
32136 </row>
32137 <row>
32138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32139 \begin_inset Text
32140
32141 \begin_layout Plain Layout
32142 ex
32143 \end_layout
32144
32145 \end_inset
32146 </cell>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151 altura de la letra 
32152 \emph on
32153 x
32154 \emph default
32155  en la fuente actual
32156 \end_layout
32157
32158 \end_inset
32159 </cell>
32160 </row>
32161 <row>
32162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32163 \begin_inset Text
32164
32165 \begin_layout Plain Layout
32166 em
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175 anchura de la letra 
32176 \emph on
32177 M
32178 \emph default
32179  en la fuente actual
32180 \end_layout
32181
32182 \end_inset
32183 </cell>
32184 </row>
32185 <row>
32186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32187 \begin_inset Text
32188
32189 \begin_layout Plain Layout
32190 mu
32191 \end_layout
32192
32193 \end_inset
32194 </cell>
32195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32196 \begin_inset Text
32197
32198 \begin_layout Plain Layout
32199 unidad matemática (1
32200 \begin_inset space \thinspace{}
32201 \end_inset
32202
32203 mu = 1/18
32204 \begin_inset space \thinspace{}
32205 \end_inset
32206
32207 em)
32208 \end_layout
32209
32210 \end_inset
32211 </cell>
32212 </row>
32213 </lyxtabular>
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \end_inset
32221
32222
32223 \end_layout
32224
32225 \begin_layout Chapter
32226 Formatos de archivos de salida con gráficos
32227 \begin_inset CommandInset label
32228 LatexCommand label
32229 name "cha:Formatos-de-Archivos-de-Salida"
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Section
32237 DVI
32238 \begin_inset Index
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 Formatos de archivo ! DVI
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \begin_inset Index
32249 status collapsed
32250
32251 \begin_layout Plain Layout
32252 DVI|see
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258 {
32259 \end_layout
32260
32261 \end_inset
32262
32263 Formatos de archivo
32264 \begin_inset ERT
32265 status collapsed
32266
32267 \begin_layout Plain Layout
32268
32269 }
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Standard
32283 Este tipo de archivo tiene la extensión «
32284 \family typewriter
32285 .dvi
32286 \family default
32287 ».
32288  Se denomina «device-independent» (DVI), porque es completamente portable;
32289  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32290  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32291  Los DVI se usan para vistas preliminares rápidas y como preparación para
32292  otros formatos de salida como PostScript.
32293 \end_layout
32294
32295 \begin_layout Standard
32296 \begin_inset Note Greyedout
32297 status open
32298
32299 \begin_layout Plain Layout
32300
32301 \series bold
32302 Nota:
32303 \series default
32304  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32305 \end_layout
32306
32307 \end_inset
32308
32309  Por tanto no debes olvidar esto si mueves archivos 
32310 \family typewriter
32311 .dvi
32312 \family default
32313  a otro ordenador.
32314  Esta característica también puede retardar la visualización del archivo,
32315  porque el visor DVI tiene que convertir la imagen en segundo plano para
32316  hacerla visible al deslizar el visor.
32317  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Un documento se exporta a DVI con el menú 
32322 \family sans
32323 Archivo\SpecialChar \menuseparator
32324 Exportar\SpecialChar \menuseparator
32325 DVI
32326 \family default
32327 .
32328  Puedes ver la salida del documento en DVI con el menú 
32329 \family sans
32330 Ver\SpecialChar \menuseparator
32331 DVI 
32332 \family default
32333 o con el botón
32334 \begin_inset space ~
32335 \end_inset
32336
32337
32338 \begin_inset Graphics
32339         filename ../../images/buffer-view_dvi.png
32340         scale 85
32341
32342 \end_inset
32343
32344 .
32345 \end_layout
32346
32347 \begin_layout Section
32348 PostScript
32349 \begin_inset CommandInset label
32350 LatexCommand label
32351 name "sec:PostScript"
32352
32353 \end_inset
32354
32355
32356 \begin_inset Index
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360 Formatos de archivo ! PostScript
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \begin_inset Index
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370 PostScript|see
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376 {
32377 \end_layout
32378
32379 \end_inset
32380
32381 Formatos de archivo
32382 \begin_inset ERT
32383 status collapsed
32384
32385 \begin_layout Plain Layout
32386
32387 }
32388 \end_layout
32389
32390 \end_inset
32391
32392
32393 \end_layout
32394
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \begin_layout Standard
32401 Este tipo de archivo tiene la extensión «
32402 \family typewriter
32403 .ps
32404 \family default
32405 ».
32406  PostScript fue desarrollado por la compañía 
32407 \family typewriter
32408 Adobe
32409 \family default
32410  como lenguaje para impresoras.
32411  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32412  PostScript puede considerarse como un «lenguaje de programación»; con él
32413  puedes calcular y dibujar imágenes y diagramas.
32414 \begin_inset Foot
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418 Si estás interesado en este tema acude al paquete LaTeX 
32419 \series bold
32420 PSTricks
32421 \series default
32422  
32423 \begin_inset CommandInset citation
32424 LatexCommand cite
32425 key "pstricks"
32426
32427 \end_inset
32428
32429 .
32430 \end_layout
32431
32432 \end_inset
32433
32434  Por esto los archivos suelen ser más grandes que los PDF.
32435 \end_layout
32436
32437 \begin_layout Standard
32438 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32439 d PostScript» (EPS, extensión «
32440 \family typewriter
32441 .eps
32442 \family default
32443 »).
32444  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32445  en segundo plano para convertir las imágenes a EPS.
32446  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32447  cada vez que veas o exportes el documento.
32448  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32449  puedes evitar el problema insertando las imágenes directamente en EPS.
32450 \end_layout
32451
32452 \begin_layout Standard
32453 El documento se puede exportar a PostScript con el menú 
32454 \family sans
32455 Archivo\SpecialChar \menuseparator
32456 Exportar\SpecialChar \menuseparator
32457 Postscript
32458 \family default
32459 .
32460  Se puede ver la salida en PostScript con el menú 
32461 \family sans
32462 Ver\SpecialChar \menuseparator
32463 Postscript 
32464 \family default
32465 o con el botón
32466 \begin_inset space ~
32467 \end_inset
32468
32469
32470 \begin_inset Graphics
32471         filename ../../images/buffer-view_ps.png
32472
32473 \end_inset
32474
32475 .
32476 \end_layout
32477
32478 \begin_layout Section
32479 PDF
32480 \begin_inset CommandInset label
32481 LatexCommand label
32482 name "sec:PDF"
32483
32484 \end_inset
32485
32486
32487 \begin_inset Index
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 Formatos de archivo ! PDF
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \begin_inset Index
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 PDF
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Standard
32510 Este tipo de archivo tiene la extensión «
32511 \family typewriter
32512 .pdf
32513 \family default
32514 ».
32515  El formato «Portable Document Format» (PDF) fue desarrollado por 
32516 \family typewriter
32517 Adobe
32518 \family default
32519  como derivado de PostScript.
32520  Es más comprimido y utiliza muchos menos comandos que PostScript.
32521  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32522  operativo y la salida impresa se muestra exactamente igual.
32523 \end_layout
32524
32525 \begin_layout Standard
32526 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32527  Photographic Experts Group» (JPG, extensión «
32528 \family typewriter
32529 .jpg
32530 \family default
32531 » o «
32532 \family typewriter
32533 .jpeg
32534 \family default
32535 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32536 \family typewriter
32537 .png
32538 \family default
32539 »).
32540  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32541  en segundo plano a alguno de los anteriores.
32542  Pero como se ha comentado en la sección sobre PostScript, la conversión
32543  de gráficos ralentiza el trabajo.
32544  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32545  mencionados.
32546 \end_layout
32547
32548 \begin_layout Standard
32549 Un documento se puede exportar a PDF con el menú 
32550 \family sans
32551 Archivo\SpecialChar \menuseparator
32552 Exportar
32553 \family default
32554  en tres modos diferentes:
32555 \end_layout
32556
32557 \begin_layout Description
32558 PDF
32559 \begin_inset space ~
32560 \end_inset
32561
32562 (ps2pdf) Este utiliza el programa 
32563 \family typewriter
32564 ps2pdf
32565 \family default
32566  que crea un PDF a partir de una versión PostScript del archivo.
32567  La versión PostScript es producida por el programa 
32568 \family typewriter
32569 dvips
32570 \family default
32571  que usa una versión DVI como paso intermedio.
32572  Así que este modo de exportación consta de tres conversiones.
32573 \end_layout
32574
32575 \begin_layout Description
32576 PDF
32577 \begin_inset space ~
32578 \end_inset
32579
32580 (dvipdfm) Este utiliza el programa 
32581 \family typewriter
32582 dvipdfm
32583 \family default
32584  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32585  PDF.
32586 \end_layout
32587
32588 \begin_layout Description
32589 PDF
32590 \begin_inset space ~
32591 \end_inset
32592
32593 (pdflatex) Este utiliza el programa 
32594 \family typewriter
32595 pdftex
32596 \family default
32597  que convierte directamente el archivo a PDF.
32598 \end_layout
32599
32600 \begin_layout Standard
32601 Se recomienda usar 
32602 \family sans
32603 PDF
32604 \begin_inset space ~
32605 \end_inset
32606
32607 (pdflatex)
32608 \family default
32609  porque 
32610 \family typewriter
32611 pdftex
32612 \family default
32613  soporta todas las características de las versiones actuales de PDF, es
32614  rápido y estable.
32615  El programa 
32616 \family typewriter
32617 dvipdfm
32618 \family default
32619  ya no se desarrolla y está un poco obsoleto.
32620 \end_layout
32621
32622 \begin_layout Standard
32623 La salida en formato PDF se puede ver con el menú 
32624 \family sans
32625 Ver 
32626 \family default
32627 o con el botón
32628 \begin_inset space ~
32629 \end_inset
32630
32631
32632 \begin_inset Graphics
32633         filename ../../images/buffer-view_pdf2.png
32634         scale 85
32635
32636 \end_inset
32637
32638  (que usa 
32639 \family sans
32640 PDF
32641 \begin_inset space ~
32642 \end_inset
32643
32644 (pdflatex)
32645 \family default
32646 ).
32647 \end_layout
32648
32649 \begin_layout Chapter
32650 Explicación de la ecuación
32651 \begin_inset space ~
32652 \end_inset
32653
32654
32655 \begin_inset CommandInset ref
32656 LatexCommand eqref
32657 reference "eq:Wgn"
32658
32659 \end_inset
32660
32661
32662 \begin_inset CommandInset label
32663 LatexCommand label
32664 name "cha:Explicación-de-la-Ecuación"
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Standard
32672 La anchura total de 
32673 \emph on
32674 n
32675 \emph default
32676  celdas de una tabla 
32677 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32678 \end_inset
32679
32680  puede calcularse con
32681 \end_layout
32682
32683 \begin_layout Standard
32684 \begin_inset Formula \begin{equation}
32685 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}
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \begin_layout Standard
32693 donde 
32694 \begin_inset Formula $W_{g\, n}$
32695 \end_inset
32696
32697  es el ancho dado de todas las celdas.
32698  
32699 \series bold
32700
32701 \backslash
32702 tabcolsep
32703 \series default
32704  es la longitud LaTeX entre el texto y el borde de la celda, 6
32705 \begin_inset space \thinspace{}
32706 \end_inset
32707
32708 pt por omisión.
32709  
32710 \series bold
32711
32712 \backslash
32713 arrayrulewidth
32714 \series default
32715  es el grosor de línea del borde, 0.4
32716 \begin_inset space \thinspace{}
32717 \end_inset
32718
32719 pt por omisión.
32720 \end_layout
32721
32722 \begin_layout Standard
32723 Procediendo como en la ecuación
32724 \begin_inset space ~
32725 \end_inset
32726
32727
32728 \begin_inset CommandInset ref
32729 LatexCommand eqref
32730 reference "eq:Wtot_n"
32731
32732 \end_inset
32733
32734 , el ancho total de una multicolumna, 
32735 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32736 \end_inset
32737
32738  es
32739 \end_layout
32740
32741 \begin_layout Standard
32742 \begin_inset Formula \begin{equation}
32743 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32744
32745 \end_inset
32746
32747
32748 \end_layout
32749
32750 \begin_layout Standard
32751 Igualando las ecuaciones
32752 \begin_inset space ~
32753 \end_inset
32754
32755
32756 \begin_inset CommandInset ref
32757 LatexCommand eqref
32758 reference "eq:Wtot_n"
32759
32760 \end_inset
32761
32762  y 
32763 \begin_inset CommandInset ref
32764 LatexCommand eqref
32765 reference "eq:Wtot_mult"
32766
32767 \end_inset
32768
32769  podemos calcular el ancho dado necesario 
32770 \begin_inset Formula $W_{g\, n}$
32771 \end_inset
32772
32773  cuando se expanden 
32774 \emph on
32775 n
32776 \emph default
32777  columnas, de forma que cada una de ellas tiene una anchura total  
32778 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32779 \end_inset
32780
32781 :
32782 \end_layout
32783
32784 \begin_layout Standard
32785 \begin_inset Formula \begin{equation}
32786 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32787
32788 \end_inset
32789
32790
32791 \end_layout
32792
32793 \begin_layout Bibliography
32794 \begin_inset CommandInset bibitem
32795 LatexCommand bibitem
32796 key "latexcompanion"
32797
32798 \end_inset
32799
32800 Frank Mittelbach and Michel Goossens: 
32801 \emph on
32802 The LaTeX Companion Second Edition.
32803
32804 \emph default
32805  Addison-Wesley, 2004
32806 \end_layout
32807
32808 \begin_layout Bibliography
32809 \begin_inset CommandInset bibitem
32810 LatexCommand bibitem
32811 key "latexguide"
32812
32813 \end_inset
32814
32815 Helmut Kopka and Patrick W.
32816  Daly: 
32817 \emph on
32818 A Guide to LaTeX Fourth Edition.
32819
32820 \emph default
32821  Addison-Wesley, 2003
32822 \end_layout
32823
32824 \begin_layout Bibliography
32825 \begin_inset CommandInset bibitem
32826 LatexCommand bibitem
32827 key "latexbook"
32828
32829 \end_inset
32830
32831 Leslie Lamport: 
32832 \emph on
32833 LaTeX: A Document Preparation System.
32834
32835 \emph default
32836  Addison-Wesley, second edition, 1994
32837 \end_layout
32838
32839 \begin_layout Bibliography
32840 \begin_inset CommandInset bibitem
32841 LatexCommand bibitem
32842 key "booktabs"
32843
32844 \end_inset
32845
32846 Documentación del paquete LaTeX 
32847 \series bold
32848
32849 \begin_inset CommandInset href
32850 LatexCommand href
32851 name "booktabs"
32852 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32853
32854 \end_inset
32855
32856
32857 \series default
32858
32859 \begin_inset Index
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 LaTeX-paquetes ! booktabs
32864 \end_layout
32865
32866 \end_inset
32867
32868
32869 \end_layout
32870
32871 \begin_layout Bibliography
32872 \begin_inset CommandInset bibitem
32873 LatexCommand bibitem
32874 key "caption"
32875
32876 \end_inset
32877
32878 Documentación del paquete LaTeX 
32879 \series bold
32880
32881 \begin_inset CommandInset href
32882 LatexCommand href
32883 name "caption"
32884 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32885
32886 \end_inset
32887
32888
32889 \series default
32890
32891 \begin_inset Index
32892 status collapsed
32893
32894 \begin_layout Plain Layout
32895 LaTeX-paquetes ! caption
32896 \end_layout
32897
32898 \end_inset
32899
32900
32901 \end_layout
32902
32903 \begin_layout Bibliography
32904 \begin_inset CommandInset bibitem
32905 LatexCommand bibitem
32906 key "endfloat"
32907
32908 \end_inset
32909
32910 Documentación del paquete LaTeX 
32911 \series bold
32912
32913 \begin_inset CommandInset href
32914 LatexCommand href
32915 name "endfloat"
32916 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
32917
32918 \end_inset
32919
32920
32921 \series default
32922
32923 \begin_inset Index
32924 status collapsed
32925
32926 \begin_layout Plain Layout
32927 LaTeX-paquetes ! endfloat
32928 \end_layout
32929
32930 \end_inset
32931
32932
32933 \end_layout
32934
32935 \begin_layout Bibliography
32936 \begin_inset CommandInset bibitem
32937 LatexCommand bibitem
32938 key "wrapfig"
32939
32940 \end_inset
32941
32942 Documentación del paquete LaTeX 
32943 \series bold
32944
32945 \begin_inset CommandInset href
32946 LatexCommand href
32947 name "wrapfig"
32948 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
32949
32950 \end_inset
32951
32952
32953 \series default
32954
32955 \begin_inset Index
32956 status collapsed
32957
32958 \begin_layout Plain Layout
32959 LaTeX-paquetes ! wrapfig
32960 \begin_inset ERT
32961 status collapsed
32962
32963 \begin_layout Plain Layout
32964
32965
32966 \backslash
32967 vspace{4mm}
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Bibliography
32981 \begin_inset CommandInset bibitem
32982 LatexCommand bibitem
32983 key "footmisc"
32984
32985 \end_inset
32986
32987 Documentación del paquete LaTeX 
32988 \series bold
32989
32990 \begin_inset CommandInset href
32991 LatexCommand href
32992 name "footmisc"
32993 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
32994
32995 \end_inset
32996
32997
32998 \series default
32999
33000 \begin_inset Index
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004 LaTeX-paquetes ! footmisc
33005 \end_layout
33006
33007 \end_inset
33008
33009
33010 \end_layout
33011
33012 \begin_layout Bibliography
33013 \begin_inset CommandInset bibitem
33014 LatexCommand bibitem
33015 key "hypcap"
33016
33017 \end_inset
33018
33019 Documentación del paquete LaTeX 
33020 \series bold
33021
33022 \begin_inset CommandInset href
33023 LatexCommand href
33024 name "hypcap"
33025 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33026
33027 \end_inset
33028
33029
33030 \series default
33031
33032 \begin_inset Index
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036 LaTeX-paquetes ! hyperref
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \begin_layout Bibliography
33045 \begin_inset CommandInset bibitem
33046 LatexCommand bibitem
33047 key "hyperref"
33048
33049 \end_inset
33050
33051 Documentación del paquete LaTeX 
33052 \series bold
33053
33054 \begin_inset CommandInset href
33055 LatexCommand href
33056 name "hyperref"
33057 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33058
33059 \end_inset
33060
33061
33062 \series default
33063
33064 \begin_inset Index
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068 LaTeX-paquetes ! hyperref
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Bibliography
33077 \begin_inset CommandInset bibitem
33078 LatexCommand bibitem
33079 key "koma-script"
33080
33081 \end_inset
33082
33083 Documentación del paquete LaTeX 
33084 \series bold
33085
33086 \begin_inset CommandInset href
33087 LatexCommand href
33088 name "koma-script"
33089 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33090
33091 \end_inset
33092
33093
33094 \series default
33095
33096 \begin_inset Index
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100 LaTeX-paquetes ! koma-script
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Bibliography
33109 \begin_inset CommandInset bibitem
33110 LatexCommand bibitem
33111 key "listings"
33112
33113 \end_inset
33114
33115 Documentación del paquete LaTeX 
33116 \series bold
33117
33118 \begin_inset CommandInset href
33119 LatexCommand href
33120 name "listings"
33121 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33122
33123 \end_inset
33124
33125
33126 \series default
33127
33128 \begin_inset Index
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132 LaTeX-paquetes ! listings
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Bibliography
33141 \begin_inset CommandInset bibitem
33142 LatexCommand bibitem
33143 key "marginnote"
33144
33145 \end_inset
33146
33147 Documentación del paquete LaTeX 
33148 \series bold
33149
33150 \begin_inset CommandInset href
33151 LatexCommand href
33152 name "marginnote"
33153 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33154
33155 \end_inset
33156
33157
33158 \series default
33159
33160 \begin_inset Index
33161 status collapsed
33162
33163 \begin_layout Plain Layout
33164 LaTeX-paquetes ! marginnote
33165 \end_layout
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Bibliography
33173 \begin_inset CommandInset bibitem
33174 LatexCommand bibitem
33175 key "pstricks"
33176
33177 \end_inset
33178
33179 Página web del paquete LaTeX 
33180 \series bold
33181
33182 \begin_inset CommandInset href
33183 LatexCommand href
33184 name "PSTricks"
33185 target "http://tug.org/PSTricks/"
33186
33187 \end_inset
33188
33189
33190 \series default
33191
33192 \begin_inset Index
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196 LaTeX-paquetes ! PSTricks
33197 \end_layout
33198
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \begin_layout Bibliography
33205 \begin_inset CommandInset bibitem
33206 LatexCommand bibitem
33207 key "sidecap"
33208
33209 \end_inset
33210
33211 Documentación del paquete LaTeX 
33212 \series bold
33213
33214 \begin_inset CommandInset href
33215 LatexCommand href
33216 name "sidecap"
33217 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33218
33219 \end_inset
33220
33221
33222 \series default
33223
33224 \begin_inset Index
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228 LaTeX-paquetes ! sidecap
33229 \end_layout
33230
33231 \end_inset
33232
33233
33234 \end_layout
33235
33236 \begin_layout Bibliography
33237 \begin_inset CommandInset bibitem
33238 LatexCommand bibitem
33239 key "NewInLyX16"
33240
33241 \end_inset
33242
33243
33244 \begin_inset CommandInset href
33245 LatexCommand href
33246 name "Página wiki"
33247 target "http://wiki.lyx.org/LyX/NewInLyX16"
33248
33249 \end_inset
33250
33251  sobre características nuevas para la versión 
33252 \family sans
33253 LyX
33254 \begin_inset space ~
33255 \end_inset
33256
33257 1.6.0
33258 \family default
33259 .
33260 \end_layout
33261
33262 \begin_layout Standard
33263 \begin_inset CommandInset index_print
33264 LatexCommand printindex
33265
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \begin_inset FloatList figure
33273
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \begin_layout Standard
33280 \begin_inset FloatList table
33281
33282 \end_inset
33283
33284
33285 \end_layout
33286
33287 \begin_layout Standard
33288 \begin_inset ERT
33289 status open
33290
33291 \begin_layout Plain Layout
33292
33293
33294 \backslash
33295 listof{algorithm}{Lista de algoritmos}
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \begin_inset Note Note
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 Véase la sección
33306 \begin_inset space ~
33307 \end_inset
33308
33309
33310 \begin_inset CommandInset ref
33311 LatexCommand ref
33312 reference "sub:Algoritmos-Flotantes"
33313
33314 \end_inset
33315
33316  para una descripción.
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \end_layout
33323
33324 \end_body
33325 \end_document