]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
- Spanish documentation updates by Ignacio
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX }}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \language spanish
173 \inputencoding auto
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pagebackref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset CommandInset label
342 LatexCommand label
343 name "cha:Figuras"
344
345 \end_inset
346
347
348 \begin_inset Index
349 status collapsed
350
351 \begin_layout Plain Layout
352 Figuras
353 \end_layout
354
355 \end_inset
356
357
358 \begin_inset Index
359 status collapsed
360
361 \begin_layout Plain Layout
362 Gráficos|see
363 \begin_inset ERT
364 status collapsed
365
366 \begin_layout Plain Layout
367
368 {
369 \end_layout
370
371 \end_inset
372
373 Figuras
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 }
380 \end_layout
381
382 \end_inset
383
384
385 \end_layout
386
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 Diálogo de gráficos
394 \begin_inset CommandInset label
395 LatexCommand label
396 name "sec:Diálogo-Gráficos"
397
398 \end_inset
399
400
401 \begin_inset Index
402 status collapsed
403
404 \begin_layout Plain Layout
405 Figuras ! Diálogo de gráficos
406 \end_layout
407
408 \end_inset
409
410
411 \end_layout
412
413 \begin_layout Standard
414 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
415  texto que desees y haz clic en el icono 
416 \begin_inset Graphics
417         filename ../../images/dialog-show-new-inset_graphics.png
418         scale 85
419
420 \end_inset
421
422  o en el menú 
423 \family sans
424 Insertar\SpecialChar \menuseparator
425 Imagen
426 \family default
427 .
428  Aparecerá un diálogo para escoger el archivo a cargar.
429  La imagen aparecerá en el archivo de salida exactamente en la misma posición
430  en la que la has colocado.
431 \end_layout
432
433 \begin_layout Standard
434 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic sobre
435  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 de
560 \begin_inset space ~
561 \end_inset
562
563 LaTeX
564 \begin_inset space ~
565 \end_inset
566
567 y
568 \begin_inset space ~
569 \end_inset
570
571 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
572  poner la imagen como subfigura de una figura flotante con su propio título.
573  Las subfiguras se explican en la sección
574 \begin_inset space ~
575 \end_inset
576
577
578 \begin_inset CommandInset ref
579 LatexCommand ref
580 reference "sec:Figuras-Flotantes"
581
582 \end_inset
583
584 .
585 \begin_inset Newline newline
586 \end_inset
587
588 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
589 \begin_inset Newline newline
590 \end_inset
591
592 La opción 
593 \family sans
594 Modo
595 \begin_inset space ~
596 \end_inset
597
598 borrador
599 \family default
600  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
601 \begin_inset Newline newline
602 \end_inset
603
604 La opción 
605 \family sans
606 No
607 \begin_inset space ~
608 \end_inset
609
610 descomprimir
611 \begin_inset space ~
612 \end_inset
613
614 al
615 \begin_inset space ~
616 \end_inset
617
618 exportar
619 \family default
620  sólo afecta a los gráficos EPS comprimidos, p.
621 \begin_inset space \thinspace{}
622 \end_inset
623
624 e.
625 \begin_inset space ~
626 \end_inset
627
628
629 \emph on
630 x.eps.gz
631 \emph default
632 .
633  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
634  puesto que LaTeX puede manejarlas como están.
635 \begin_inset Newline newline
636 \end_inset
637
638 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
639  utiliza PostScript como formato de salida, véase apéndice
640 \begin_inset space ~
641 \end_inset
642
643
644 \begin_inset CommandInset ref
645 LatexCommand ref
646 reference "sec:PostScript"
647
648 \end_inset
649
650 .
651  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
652  o en consola de Windows:
653 \begin_inset Newline newline
654 \end_inset
655
656
657 \series bold
658 gzip x.eps
659 \series default
660
661 \begin_inset Newline newline
662 \end_inset
663
664
665 \series bold
666 zgrep %%Bounding x.eps.gz > x.eps.bb
667 \series default
668
669 \begin_inset Newline newline
670 \end_inset
671
672 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
673  LaTeX para gráficos comprimidos.
674 \begin_inset Newline newline
675 \end_inset
676
677 El campo 
678 \family sans
679 Iniciar
680 \begin_inset space ~
681 \end_inset
682
683 nombre
684 \begin_inset space ~
685 \end_inset
686
687 de
688 \begin_inset space ~
689 \end_inset
690
691 grupo
692 \family default
693  permite definir o unir un conjunto de ajustes de imagen.
694  
695 \begin_inset Index
696 status open
697
698 \begin_layout Plain Layout
699 Figuras ! Agrupación de ajustes
700 \end_layout
701
702 \end_inset
703
704  Las imágenes incluidas en un grupo comparten sus características, de modo
705  que al modificar las de una imagen del grupo se modifican igualmente las
706  de las demás imágenes del grupo.
707  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
708  necesidad de hacerlo individualmente para cada una de ellas.
709  También se pude unir un grupo existente usando el menú contextual de la
710  imagen marcando el nombre del grupo.
711  
712 \end_layout
713
714 \begin_layout Standard
715 \begin_inset VSpace bigskip
716 \end_inset
717
718
719 \end_layout
720
721 \begin_layout Standard
722 Esto es un ejemplo de imagen en formato EPS
723 \begin_inset Foot
724 status collapsed
725
726 \begin_layout Plain Layout
727 Los formatos de imagen se explica en el sección
728 \begin_inset space ~
729 \end_inset
730
731
732 \begin_inset CommandInset ref
733 LatexCommand ref
734 reference "sec:Formatos-de-imagen"
735
736 \end_inset
737
738 .
739 \end_layout
740
741 \end_inset
742
743  en un párrafo separado centrado horizontalmente:
744 \end_layout
745
746 \begin_layout Standard
747 \align center
748 \begin_inset Graphics
749         filename ../clipart/mobius.eps
750         scale 70
751         clip
752         rotateOrigin center
753
754 \end_inset
755
756
757 \end_layout
758
759 \begin_layout Standard
760 Esta es la misma imagen pero en modo borrador:
761 \end_layout
762
763 \begin_layout Standard
764 \align center
765 \begin_inset Graphics
766         filename ../clipart/mobius.eps
767         scale 70
768         draft
769         rotateOrigin center
770
771 \end_inset
772
773
774 \begin_inset Newpage newpage
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Section
781 Figuras flotantes
782 \begin_inset CommandInset label
783 LatexCommand label
784 name "sec:Figuras-Flotantes"
785
786 \end_inset
787
788
789 \begin_inset Index
790 status collapsed
791
792 \begin_layout Plain Layout
793 Flotantes ! Figuras
794 \end_layout
795
796 \end_inset
797
798
799 \begin_inset Index
800 status collapsed
801
802 \begin_layout Plain Layout
803 Figuras ! Flotantes
804 \end_layout
805
806 \end_inset
807
808
809 \end_layout
810
811 \begin_layout Standard
812 Para información general sobre flotantes, echa una ojeada a la sección
813 \begin_inset space ~
814 \end_inset
815
816
817 \begin_inset CommandInset ref
818 LatexCommand ref
819 reference "sec:Introducción-Flotantes"
820
821 \end_inset
822
823 .
824 \end_layout
825
826 \begin_layout Standard
827 El botón 
828 \begin_inset Graphics
829         filename ../../images/float-insert_figure.png
830         scale 85
831
832 \end_inset
833
834  y el menú 
835 \family sans
836 Insertar\SpecialChar \menuseparator
837 Flotante\SpecialChar \menuseparator
838 Figura
839 \family default
840  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
841  La imagen se puede insertar sobre la leyenda, como en la figura
842 \begin_inset space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "fig:kill-plat"
849
850 \end_inset
851
852 , o bajo ella, como en la figura
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:escher"
860
861 \end_inset
862
863 .
864  Más información sobre ubicación de leyendas en la sección
865 \begin_inset space ~
866 \end_inset
867
868
869 \begin_inset CommandInset ref
870 LatexCommand ref
871 reference "sec:Colocación-de-leyendas"
872
873 \end_inset
874
875 .
876 \end_layout
877
878 \begin_layout Standard
879 \begin_inset Float figure
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \align center
886 \begin_inset Graphics
887         filename ../clipart/platypus.eps
888         width 50col%
889         rotateOrigin center
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Plain Layout
897 \begin_inset Caption
898
899 \begin_layout Plain Layout
900 \begin_inset CommandInset label
901 LatexCommand label
902 name "fig:kill-plat"
903
904 \end_inset
905
906 Un platypus muy distorsionado en un flotante.
907 \end_layout
908
909 \end_inset
910
911
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Standard
920 \begin_inset Float figure
921 wide false
922 sideways false
923 status open
924
925 \begin_layout Plain Layout
926 \begin_inset Caption
927
928 \begin_layout Plain Layout
929 \begin_inset CommandInset label
930 LatexCommand label
931 name "fig:escher"
932
933 \end_inset
934
935 M.C.
936  Escher en ácido.
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Plain Layout
945 \align center
946 \begin_inset Graphics
947         filename ../clipart/escher-lsd.eps
948         scale 80
949         rotateOrigin center
950
951 \end_inset
952
953
954 \end_layout
955
956 \end_inset
957
958
959 \end_layout
960
961 \begin_layout Standard
962 \begin_inset Index
963 status collapsed
964
965 \begin_layout Plain Layout
966 Referencias ! a figuras
967 \end_layout
968
969 \end_inset
970
971 Las figuras
972 \begin_inset space ~
973 \end_inset
974
975
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:kill-plat"
979
980 \end_inset
981
982  y 
983 \begin_inset CommandInset ref
984 LatexCommand ref
985 reference "fig:escher"
986
987 \end_inset
988
989  son ejemplos de figuras con referencias cruzadas.
990  Las figuras pueden tener referencias cruzadas en el documento mediante
991  referencia a su etiqueta.
992  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
993 \family sans
994 Insertar\SpecialChar \menuseparator
995 Etiqueta
996 \family default
997  o el botón 
998 \begin_inset Graphics
999         filename ../../images/label-insert.png
1000         scale 85
1001
1002 \end_inset
1003
1004 .
1005  Ahora puedes referirte a la etiqueta usando el menú 
1006 \family sans
1007 Insertar\SpecialChar \menuseparator
1008 Referencia
1009 \begin_inset space ~
1010 \end_inset
1011
1012 cruzada
1013 \family default
1014  o el botón 
1015 \begin_inset Graphics
1016         filename ../../images/dialog-show-new-inset_ref.png
1017         scale 85
1018
1019 \end_inset
1020
1021 .
1022  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1023  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1024  en el documento final, podría no quedar «arriba» precisamente.
1025 \begin_inset Newline newline
1026 \end_inset
1027
1028 Las referencias se explican con detalle en la sección
1029 \begin_inset space ~
1030 \end_inset
1031
1032
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "sec:Referencias-a-Flotantes"
1036
1037 \end_inset
1038
1039 .
1040 \end_layout
1041
1042 \begin_layout Standard
1043 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1044  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1045  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1046  existente.
1047  La figura
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "fig:Dos-imágenes-distorsionadas"
1055
1056 \end_inset
1057
1058  es un ejemplo de figura flotante con dos imágenes adosadas.
1059  También se pueden poner una sobre otra.
1060  Las subfiguras son
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:Estructura-indefinible"
1068
1069 \end_inset
1070
1071  y
1072 \begin_inset space ~
1073 \end_inset
1074
1075
1076 \begin_inset CommandInset ref
1077 LatexCommand ref
1078 reference "fig:Platypus"
1079
1080 \end_inset
1081
1082 .
1083 \end_layout
1084
1085 \begin_layout Standard
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status open
1090
1091 \begin_layout Plain Layout
1092 \begin_inset space \hfill{}
1093 \end_inset
1094
1095
1096 \begin_inset Float figure
1097 wide false
1098 sideways false
1099 status open
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Caption
1103
1104 \begin_layout Plain Layout
1105 \begin_inset CommandInset label
1106 LatexCommand label
1107 name "fig:Estructura-indefinible"
1108
1109 \end_inset
1110
1111 Estructura indefinible
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Graphics
1121         filename ../clipart/escher-lsd.eps
1122         width 45col%
1123         groupId distorsionadas
1124
1125 \end_inset
1126
1127
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \begin_inset space \hfill{}
1134 \end_inset
1135
1136
1137 \begin_inset Float figure
1138 wide false
1139 sideways false
1140 status open
1141
1142 \begin_layout Plain Layout
1143 \begin_inset Caption
1144
1145 \begin_layout Plain Layout
1146 \begin_inset CommandInset label
1147 LatexCommand label
1148 name "fig:Platypus"
1149
1150 \end_inset
1151
1152 Platypus
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \begin_layout Plain Layout
1161 \begin_inset Graphics
1162         filename ../clipart/platypus.eps
1163         width 45col%
1164         groupId distorsionadas
1165
1166 \end_inset
1167
1168
1169 \end_layout
1170
1171 \end_inset
1172
1173
1174 \begin_inset space \hfill{}
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \begin_layout Plain Layout
1181 \begin_inset Caption
1182
1183 \begin_layout Plain Layout
1184 \begin_inset CommandInset label
1185 LatexCommand label
1186 name "fig:Dos-imágenes-distorsionadas"
1187
1188 \end_inset
1189
1190 Dos imágenes distorsionadas.
1191  Ambas están en el grupo llamado «distorsionadas».
1192 \end_layout
1193
1194 \end_inset
1195
1196
1197 \end_layout
1198
1199 \end_inset
1200
1201
1202 \begin_inset Newpage newpage
1203 \end_inset
1204
1205
1206 \end_layout
1207
1208 \begin_layout Section
1209 Formatos de imagen
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "sec:Formatos-de-imagen"
1213
1214 \end_inset
1215
1216
1217 \begin_inset Index
1218 status collapsed
1219
1220 \begin_layout Plain Layout
1221 Formatos de imagen
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \begin_inset Index
1228 status collapsed
1229
1230 \begin_layout Plain Layout
1231 Figuras ! Formatos de imagen
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \end_layout
1238
1239 \begin_layout Standard
1240 Puedes insertar imágenes en cualquier formato.
1241  Pero como se explica en el apéndice
1242 \begin_inset space ~
1243 \end_inset
1244
1245
1246 \begin_inset CommandInset ref
1247 LatexCommand ref
1248 reference "cha:Formatos-de-Archivos-de-Salida"
1249
1250 \end_inset
1251
1252 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1253  de archivo de imagen.
1254  Por eso LyX usa el programa 
1255 \family sans
1256 Imagemagick
1257 \family default
1258  en segundo plano para convertir imágenes al formato adecuado.
1259  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1260  los formatos de imagen admitidos en el formato de archivo de salida.
1261  Los formatos de salida se explican en el apéndice
1262 \begin_inset space ~
1263 \end_inset
1264
1265
1266 \begin_inset CommandInset ref
1267 LatexCommand ref
1268 reference "cha:Formatos-de-Archivos-de-Salida"
1269
1270 \end_inset
1271
1272 .
1273 \end_layout
1274
1275 \begin_layout Standard
1276 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1277 \end_layout
1278
1279 \begin_layout Description
1280 Imágenes
1281 \begin_inset space ~
1282 \end_inset
1283
1284 mapa
1285 \begin_inset space ~
1286 \end_inset
1287
1288 de
1289 \begin_inset space ~
1290 \end_inset
1291
1292 bits
1293 \begin_inset space ~
1294 \end_inset
1295
1296 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1297  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1298  de zoom.
1299  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1300  Format» (GIF, extensión «.gif»)
1301 \begin_inset Index
1302 status collapsed
1303
1304 \begin_layout Plain Layout
1305 GIF|see
1306 \begin_inset ERT
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310
1311 {
1312 \end_layout
1313
1314 \end_inset
1315
1316 Formatos de imagen
1317 \begin_inset ERT
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321
1322 }
1323 \end_layout
1324
1325 \end_inset
1326
1327
1328 \end_layout
1329
1330 \end_inset
1331
1332 , «Portable Network Graphics» (PNG, extensión «.png»)
1333 \begin_inset Index
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337 PNG|see
1338 \begin_inset ERT
1339 status collapsed
1340
1341 \begin_layout Plain Layout
1342
1343 {
1344 \end_layout
1345
1346 \end_inset
1347
1348 Formatos de imagen
1349 \begin_inset ERT
1350 status collapsed
1351
1352 \begin_layout Plain Layout
1353
1354 }
1355 \end_layout
1356
1357 \end_inset
1358
1359
1360 \end_layout
1361
1362 \end_inset
1363
1364 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 JPG|see
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 {
1376 \end_layout
1377
1378 \end_inset
1379
1380 Formatos de imagen
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 }
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_inset
1395
1396 .
1397 \end_layout
1398
1399 \begin_layout Description
1400 Imágenes
1401 \begin_inset space ~
1402 \end_inset
1403
1404 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1405 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1406  La posibilidad de escalado hace falta para crear presentaciones, porque
1407  éstas siempre son escaladas por el proyector.
1408  El escalado también es útil en los documentos en línea para permitir el
1409  zoom en diagramas.
1410 \begin_inset Newline newline
1411 \end_inset
1412
1413 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1414  extensión «.svg»)
1415 \begin_inset Index
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 SVG|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 Formatos de imagen
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1447 \begin_inset Index
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 EPS|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 Formatos de imagen
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478 , «Portable Document Format» (PDF, extensión «.pdf»)
1479 \begin_inset Index
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483 PDF|see
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 {
1490 \end_layout
1491
1492 \end_inset
1493
1494 Formatos de imagen
1495 \begin_inset ERT
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499
1500 }
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \end_inset
1509
1510 , y «Windows Metafile» (WMF, extensión «.wmf»)
1511 \begin_inset Index
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515 WMF|see
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 {
1522 \end_layout
1523
1524 \end_inset
1525
1526 Formatos de imagen
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 }
1533 \end_layout
1534
1535 \end_inset
1536
1537
1538 \end_layout
1539
1540 \end_inset
1541
1542 .
1543  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1544  a PDF o EPS y el resultado será todavía una imagen bitmap.
1545  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1546  a la imagen original.
1547 \begin_inset Foot
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 En el caso de PDF, además se comprime la imagen original.
1552 \end_layout
1553
1554 \end_inset
1555
1556  Por ejemplo, los archivos PDF generados por 
1557 \family sans
1558 Adobe Photoshop
1559 \family default
1560  son imágenes bitmap.
1561 \end_layout
1562
1563 \begin_layout Standard
1564 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1565  al contrario.
1566  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1567  archivos de salida PDF y PostScript, respectivamente.
1568  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1569  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1570 \begin_inset Formula $\to$
1571 \end_inset
1572
1573  PDF/EPS.
1574 \end_layout
1575
1576 \begin_layout Chapter
1577 Tablas
1578 \begin_inset CommandInset label
1579 LatexCommand label
1580 name "cha:Tablas"
1581
1582 \end_inset
1583
1584
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tablas
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Section
1598 Introducción
1599 \begin_inset Index
1600 status collapsed
1601
1602 \begin_layout Plain Layout
1603 Tablas ! Introducción
1604 \end_layout
1605
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \begin_layout Standard
1612 Puede insertarse una tabla mediante el botón 
1613 \begin_inset Graphics
1614         filename ../../images/tabular-insert.png
1615         scale 85
1616
1617 \end_inset
1618
1619  o el menú 
1620 \family sans
1621 Insertar\SpecialChar \menuseparator
1622 Tabla
1623 \family default
1624 .
1625  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1626  el número de filas y de columnas de la tabla.
1627  Si usas el menú aparece un diálogo en el que se pide el número de filas
1628  y columnas.
1629  
1630 \begin_inset Newline newline
1631 \end_inset
1632
1633 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1634  fila aparece separada por una línea doble: la línea inferior de la primera
1635  fila y la línea superior de la segunda fila.
1636  Ejemplo de tabla:
1637 \end_layout
1638
1639 \begin_layout Standard
1640 \align center
1641 \begin_inset Tabular
1642 <lyxtabular version="3" rows="4" columns="4">
1643 <features>
1644 <column alignment="center" valignment="top" width="0">
1645 <column alignment="center" valignment="top" width="0pt">
1646 <column alignment="center" valignment="top" width="0in">
1647 <column alignment="center" valignment="top" width="0pt">
1648 <row>
1649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1650 \begin_inset Text
1651
1652 \begin_layout Plain Layout
1653
1654 \end_layout
1655
1656 \end_inset
1657 </cell>
1658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1659 \begin_inset Text
1660
1661 \begin_layout Plain Layout
1662
1663 \family roman
1664 \series medium
1665 \shape up
1666 \size normal
1667 \emph off
1668 \bar no
1669 \noun off
1670 \color none
1671 1
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1677 \begin_inset Text
1678
1679 \begin_layout Plain Layout
1680 2
1681 \end_layout
1682
1683 \end_inset
1684 </cell>
1685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1686 \begin_inset Text
1687
1688 \begin_layout Plain Layout
1689 3
1690 \end_layout
1691
1692 \end_inset
1693 </cell>
1694 </row>
1695 <row>
1696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1697 \begin_inset Text
1698
1699 \begin_layout Plain Layout
1700
1701 \family roman
1702 \series medium
1703 \shape up
1704 \size normal
1705 \emph off
1706 \bar no
1707 \noun off
1708 \color none
1709 A
1710 \end_layout
1711
1712 \end_inset
1713 </cell>
1714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1715 \begin_inset Text
1716
1717 \begin_layout Plain Layout
1718
1719 \end_layout
1720
1721 \end_inset
1722 </cell>
1723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1724 \begin_inset Text
1725
1726 \begin_layout Plain Layout
1727
1728 \end_layout
1729
1730 \end_inset
1731 </cell>
1732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 </row>
1742 <row>
1743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1744 \begin_inset Text
1745
1746 \begin_layout Plain Layout
1747
1748 \family roman
1749 \series medium
1750 \shape up
1751 \size normal
1752 \emph off
1753 \bar no
1754 \noun off
1755 \color none
1756 B
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Plain Layout
1765
1766 \end_layout
1767
1768 \end_inset
1769 </cell>
1770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774
1775 \size normal
1776 \noun off
1777 \color none
1778  
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 </row>
1793 <row>
1794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1795 \begin_inset Text
1796
1797 \begin_layout Plain Layout
1798
1799 \family roman
1800 \series medium
1801 \shape up
1802 \size normal
1803 \emph off
1804 \bar no
1805 \noun off
1806 \color none
1807 C
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 </row>
1840 </lyxtabular>
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Section
1848 Diálogo de tablas
1849 \begin_inset Index
1850 status collapsed
1851
1852 \begin_layout Plain Layout
1853 Tablas ! Diálogo
1854 \end_layout
1855
1856 \end_inset
1857
1858
1859 \end_layout
1860
1861 \begin_layout Standard
1862 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1863  pinchar sobre ella con el botón derecho del ratón.
1864  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1865  encuentra el cursor.
1866  La mayoría de opciones también trabajan sobre una selección de celdas,
1867  de filas o de columnas.
1868  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1869  su 
1870 \emph on
1871 contenido
1872 \emph default
1873 .
1874  En el cuadro de diálogo aparecen las siguientes solapas:
1875 \end_layout
1876
1877 \begin_layout Description
1878
1879 \family sans
1880 Configuración
1881 \begin_inset space ~
1882 \end_inset
1883
1884 de
1885 \begin_inset space ~
1886 \end_inset
1887
1888 la
1889 \begin_inset space ~
1890 \end_inset
1891
1892 tabla
1893 \family default
1894  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1895  actual.
1896  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1897  Una anchura determinada permite tener saltos de línea y distintos párrafos
1898  de texto, véase sección 
1899 \begin_inset space ~
1900 \end_inset
1901
1902
1903 \begin_inset CommandInset ref
1904 LatexCommand ref
1905 reference "sub:Líneas-Múltiples-en"
1906
1907 \end_inset
1908
1909 .
1910  Si no estableces anchura, la columna será tan ancha como el contenido de
1911  la celda más ancha.
1912 \begin_inset Newline newline
1913 \end_inset
1914
1915 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1916  véase sección
1917 \begin_inset space ~
1918 \end_inset
1919
1920
1921 \begin_inset CommandInset ref
1922 LatexCommand ref
1923 reference "sub:Multicolumnas"
1924
1925 \end_inset
1926
1927 .
1928 \begin_inset Newline newline
1929 \end_inset
1930
1931 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1932  90º en el sentido de las agujas del reloj.
1933  La rotación no se ve en LyX, sí en la salida.
1934 \begin_inset Newline newline
1935 \end_inset
1936
1937
1938 \begin_inset Note Greyedout
1939 status open
1940
1941 \begin_layout Plain Layout
1942
1943 \series bold
1944 Nota:
1945 \series default
1946  no todos los visores DVI pueden mostrar rotaciones.
1947 \end_layout
1948
1949 \end_inset
1950
1951
1952 \begin_inset Newline newline
1953 \end_inset
1954
1955 También es posible introducir argumentos LaTeX necesarios para formatos
1956  especiales, véanse las secciones
1957 \begin_inset space ~
1958 \end_inset
1959
1960
1961 \begin_inset CommandInset ref
1962 LatexCommand ref
1963 reference "sub:Cálculos-en-Multicolumnas"
1964
1965 \end_inset
1966
1967  y
1968 \begin_inset space ~
1969 \end_inset
1970
1971
1972 \begin_inset CommandInset ref
1973 LatexCommand ref
1974 reference "sec:Tablas-Coloreadas"
1975
1976 \end_inset
1977
1978 .
1979 \end_layout
1980
1981 \begin_layout Description
1982
1983 \family sans
1984 Bordes
1985 \family default
1986  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1987 \end_layout
1988
1989 \begin_layout Description
1990
1991 \family sans
1992 Tabla
1993 \begin_inset space ~
1994 \end_inset
1995
1996 larga
1997 \family default
1998  Para hacer 
1999 \emph on
2000 tablas largas
2001 \emph default
2002  que pueden extenderse por varias páginas.
2003  La sección
2004 \begin_inset space ~
2005 \end_inset
2006
2007
2008 \begin_inset CommandInset ref
2009 LatexCommand ref
2010 reference "sec:Tablas-Largas"
2011
2012 \end_inset
2013
2014  describe su uso en detalle.
2015 \end_layout
2016
2017 \begin_layout Standard
2018 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2019  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2020  aparecerá inmediatamente en el diálogo.
2021 \end_layout
2022
2023 \begin_layout Section
2024 Barra de herramientas de tabla
2025 \begin_inset Index
2026 status collapsed
2027
2028 \begin_layout Plain Layout
2029 Tablas ! Barra de herramientas
2030 \end_layout
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Standard
2038 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2039  para cambiar las tablas de manera más rápida.
2040  Normalmente debería aparecer en la parte inferior de la ventana principal
2041  de LyX cuando el cursor está dentro de una tabla.
2042  En cualquier momento se puede presentar esta barra pinchando con el botón
2043  derecho del ratón en cualquier punto de la barra principal de menú.
2044 \end_layout
2045
2046 \begin_layout Standard
2047 La barra de herramientas tiene los siguientes iconos:
2048 \end_layout
2049
2050 \begin_layout Labeling
2051 \labelwidthstring 00.00.0000
2052 \begin_inset Graphics
2053         filename ../../images/tabular-feature_append-row.png
2054
2055 \end_inset
2056
2057  añade una fila bajo la celda actual o selección
2058 \end_layout
2059
2060 \begin_layout Labeling
2061 \labelwidthstring 00.00.0000
2062 \begin_inset Graphics
2063         filename ../../images/tabular-feature_append-column.png
2064
2065 \end_inset
2066
2067  añade una columna a la derecha de la celda actual o selección
2068 \end_layout
2069
2070 \begin_layout Labeling
2071 \labelwidthstring 00.00.0000
2072 \begin_inset Graphics
2073         filename ../../images/tabular-feature_delete-row.png
2074
2075 \end_inset
2076
2077  borra la fila actual o selección
2078 \end_layout
2079
2080 \begin_layout Labeling
2081 \labelwidthstring 00.00.0000
2082 \begin_inset Graphics
2083         filename ../../images/tabular-feature_delete-column.png
2084
2085 \end_inset
2086
2087  borra la columna actual o selección
2088 \end_layout
2089
2090 \begin_layout Labeling
2091 \labelwidthstring 00.00.0000
2092 \begin_inset Graphics
2093         filename ../../images/tabular-feature_toggle-line-top.png
2094
2095 \end_inset
2096
2097  añade una línea sobre la celda/fila actual o la selección
2098 \end_layout
2099
2100 \begin_layout Labeling
2101 \labelwidthstring 00.00.0000
2102 \begin_inset Graphics
2103         filename ../../images/tabular-feature_toggle-line-bottom.png
2104
2105 \end_inset
2106
2107  añade una línea bajo la celda/fila actual o la selección
2108 \end_layout
2109
2110 \begin_layout Labeling
2111 \labelwidthstring 00.00.0000
2112 \begin_inset Graphics
2113         filename ../../images/tabular-feature_toggle-line-left.png
2114
2115 \end_inset
2116
2117  añade una línea a la izquierda de la celda/fila actual o la selección
2118 \end_layout
2119
2120 \begin_layout Labeling
2121 \labelwidthstring 00.00.0000
2122 \begin_inset Graphics
2123         filename ../../images/tabular-feature_toggle-line-right.png
2124
2125 \end_inset
2126
2127  añade una línea a la derecha de la celda/fila actual o la selección
2128 \end_layout
2129
2130 \begin_layout Labeling
2131 \labelwidthstring 00.00.0000
2132 \begin_inset Graphics
2133         filename ../../images/tabular-feature_set-all-lines.png
2134
2135 \end_inset
2136
2137  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2138  actual no es multicolumna esto afecta también a la fila y a la columna)
2139 \end_layout
2140
2141 \begin_layout Labeling
2142 \labelwidthstring 00.00.0000
2143 \begin_inset Graphics
2144         filename ../../images/tabular-feature_unset-all-lines.png
2145
2146 \end_inset
2147
2148  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2149  actual no es multicolumna esto afecta también a la fila y a la columna)
2150 \end_layout
2151
2152 \begin_layout Labeling
2153 \labelwidthstring 00.00.0000
2154 \begin_inset Graphics
2155         filename ../../images/tabular-feature_align-left.png
2156
2157 \end_inset
2158
2159  alinea a la izquierda el contenido de la celda/columna
2160 \end_layout
2161
2162 \begin_layout Labeling
2163 \labelwidthstring 00.00.0000
2164 \begin_inset Graphics
2165         filename ../../images/tabular-feature_align-center.png
2166
2167 \end_inset
2168
2169  centra el contenido de la celda/columna horizontalmente
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../../images/tabular-feature_align-right.png
2176
2177 \end_inset
2178
2179  alinea a la derecha el contenido de la celda/columna
2180 \end_layout
2181
2182 \begin_layout Labeling
2183 \labelwidthstring 00.00.0000
2184 \begin_inset Graphics
2185         filename ../../images/tabular-feature_valign-top.png
2186
2187 \end_inset
2188
2189  alinea arriba el contenido de la celda
2190 \end_layout
2191
2192 \begin_layout Labeling
2193 \labelwidthstring 00.00.0000
2194 \begin_inset Graphics
2195         filename ../../images/tabular-feature_valign-middle.png
2196
2197 \end_inset
2198
2199  centra verticalmente el contenido de la celda
2200 \end_layout
2201
2202 \begin_layout Labeling
2203 \labelwidthstring 00.00.0000
2204 \begin_inset Graphics
2205         filename ../../images/tabular-feature_valign-bottom.png
2206
2207 \end_inset
2208
2209  alinea abajo el contenido de la celda
2210 \end_layout
2211
2212 \begin_layout Labeling
2213 \labelwidthstring 00.00.0000
2214 \begin_inset Graphics
2215         filename ../../images/tabular-feature_set-rotate-cell.png
2216
2217 \end_inset
2218
2219  gira la celda o selección 90° como las agujas de reloj
2220 \end_layout
2221
2222 \begin_layout Labeling
2223 \labelwidthstring 00.00.0000
2224 \begin_inset Graphics
2225         filename ../../images/tabular-feature_set-rotate-tabular.png
2226
2227 \end_inset
2228
2229  gira toda la tabla 90° como agujas del reloj
2230 \end_layout
2231
2232 \begin_layout Labeling
2233 \labelwidthstring 00.00.0000
2234 \begin_inset Graphics
2235         filename ../../images/tabular-feature_multicolumn.png
2236
2237 \end_inset
2238
2239  establece la celda actual o selección como multicolumna
2240 \end_layout
2241
2242 \begin_layout Standard
2243 \begin_inset Note Greyedout
2244 status open
2245
2246 \begin_layout Plain Layout
2247
2248 \series bold
2249 Nota:
2250 \series default
2251  En la salida se emplea la alineación vertical de la primera celda de una
2252  fila para todas las celdas restantes de la fila.
2253 \end_layout
2254
2255 \end_inset
2256
2257
2258 \end_layout
2259
2260 \begin_layout Section
2261 Menú Editar Tabla
2262 \begin_inset Index
2263 status collapsed
2264
2265 \begin_layout Plain Layout
2266 Tablas ! Editar
2267 \end_layout
2268
2269 \end_inset
2270
2271
2272 \end_layout
2273
2274 \begin_layout Standard
2275 Además del diálogo y la barra de herramientas, el menú 
2276 \family sans
2277 Editar\SpecialChar \menuseparator
2278 Tabla
2279 \family default
2280  permite añadir y borrar bordes para la fila/columna actual y establecer
2281  la selección como multicolumna.
2282  El menú sólo está disponible si el cursor está en la tabla.
2283 \end_layout
2284
2285 \begin_layout Section
2286 Tablas flotantes
2287 \begin_inset CommandInset label
2288 LatexCommand label
2289 name "sec:Tablas-Flotantes"
2290
2291 \end_inset
2292
2293
2294 \begin_inset Index
2295 status collapsed
2296
2297 \begin_layout Plain Layout
2298 Flotantes ! Tablas
2299 \end_layout
2300
2301 \end_inset
2302
2303
2304 \begin_inset Index
2305 status collapsed
2306
2307 \begin_layout Plain Layout
2308 Tablas ! Flotantes
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \end_layout
2315
2316 \begin_layout Standard
2317 Para una explicación general sobre flotantes, echa un vistazo a la sección
2318 \begin_inset space ~
2319 \end_inset
2320
2321
2322 \begin_inset CommandInset ref
2323 LatexCommand ref
2324 reference "sec:Introducción-Flotantes"
2325
2326 \end_inset
2327
2328 .
2329 \end_layout
2330
2331 \begin_layout Standard
2332 \begin_inset Float table
2333 placement h
2334 wide false
2335 sideways false
2336 status collapsed
2337
2338 \begin_layout Plain Layout
2339 \begin_inset Caption
2340
2341 \begin_layout Plain Layout
2342 \begin_inset CommandInset label
2343 LatexCommand label
2344 name "tab:una tabla flotante"
2345
2346 \end_inset
2347
2348 Una tabla flotante.
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \end_layout
2355
2356 \begin_layout Plain Layout
2357 \align center
2358 \begin_inset Tabular
2359 <lyxtabular version="3" rows="3" columns="3">
2360 <features>
2361 <column alignment="center" valignment="top" width="0pt">
2362 <column alignment="center" valignment="top" width="0pt">
2363 <column alignment="center" valignment="top" width="0pt">
2364 <row>
2365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369
2370 \family roman
2371 \series medium
2372 \shape up
2373 \size normal
2374 \emph off
2375 \bar no
2376 \noun off
2377 \color none
2378 1
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387
2388 \family roman
2389 \series medium
2390 \shape up
2391 \size normal
2392 \emph off
2393 \bar no
2394 \noun off
2395 \color none
2396 2
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405
2406 \family roman
2407 \series medium
2408 \shape up
2409 \size normal
2410 \emph off
2411 \bar no
2412 \noun off
2413 \color none
2414 3
2415 \end_layout
2416
2417 \end_inset
2418 </cell>
2419 </row>
2420 <row>
2421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425
2426 \family roman
2427 \series medium
2428 \shape up
2429 \size normal
2430 \emph off
2431 \bar no
2432 \noun off
2433 \color none
2434 Pepe
2435 \end_layout
2436
2437 \end_inset
2438 </cell>
2439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \family roman
2445 \series medium
2446 \shape up
2447 \size normal
2448 \emph off
2449 \bar no
2450 \noun off
2451 \color none
2452 Mari
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461
2462 \family roman
2463 \series medium
2464 \shape up
2465 \size normal
2466 \emph off
2467 \bar no
2468 \noun off
2469 \color none
2470 Teo
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 </row>
2476 <row>
2477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2478 \begin_inset Text
2479
2480 \begin_layout Plain Layout
2481
2482 \family roman
2483 \series medium
2484 \shape up
2485 \size normal
2486 \emph off
2487 \bar no
2488 \noun off
2489 \color none
2490 \begin_inset Formula $\int x^{2}dx$
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2499 \begin_inset Text
2500
2501 \begin_layout Plain Layout
2502
2503 \family roman
2504 \series medium
2505 \shape up
2506 \size normal
2507 \emph off
2508 \bar no
2509 \noun off
2510 \color none
2511 \begin_inset Formula $\left[\begin{array}{cc}
2512 a & b\\
2513 c & d\end{array}\right]$
2514 \end_inset
2515
2516
2517 \end_layout
2518
2519 \end_inset
2520 </cell>
2521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2522 \begin_inset Text
2523
2524 \begin_layout Plain Layout
2525
2526 \family roman
2527 \series medium
2528 \shape up
2529 \size normal
2530 \emph off
2531 \bar no
2532 \noun off
2533 \color none
2534 \begin_inset Formula $1+1=2$
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 </row>
2543 </lyxtabular>
2544
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \end_inset
2551
2552
2553 \end_layout
2554
2555 \begin_layout Standard
2556 Las tablas flotantes pueden insertarse con el menú 
2557 \family sans
2558 Insertar\SpecialChar \menuseparator
2559 Flotante\SpecialChar \menuseparator
2560 Tabla
2561 \family default
2562  o con el botón 
2563 \begin_inset Graphics
2564         filename ../../images/float-insert_table.png
2565         scale 85
2566
2567 \end_inset
2568
2569 .
2570 \end_layout
2571
2572 \begin_layout Standard
2573 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2574 \begin_inset space ~
2575 \end_inset
2576
2577 #:» (# es el número actual).
2578  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2579  Para insertar una tabla en el flotante se sitúa el cursor al final del
2580  texto del encabezado y se pulsa 
2581 \family sans
2582 Retorno
2583 \family default
2584 .
2585  La leyenda se imprime encima de la tabla.
2586 \end_layout
2587
2588 \begin_layout Standard
2589 La tabla
2590 \begin_inset space ~
2591 \end_inset
2592
2593
2594 \begin_inset CommandInset ref
2595 LatexCommand ref
2596 reference "tab:una tabla flotante"
2597
2598 \end_inset
2599
2600  es un ejemplo de tabla flotante.
2601 \end_layout
2602
2603 \begin_layout Standard
2604 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2605  no es soportado en las clases estándar de LaTeX.
2606  Esto significa que si estás usando las clases de documento 
2607 \family sans
2608 article
2609 \family default
2610
2611 \family sans
2612 book
2613 \family default
2614
2615 \family sans
2616 letter
2617 \family default
2618  o 
2619 \family sans
2620 report
2621 \family default
2622  no habrá espacio entre la leyenda y la tabla.
2623  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2624  del documento la siguiente opción al comando del paquete LaTeX 
2625 \series bold
2626 caption
2627 \series default
2628
2629 \begin_inset Index
2630 status collapsed
2631
2632 \begin_layout Plain Layout
2633 LaTeX-paquetes ! caption
2634 \end_layout
2635
2636 \end_inset
2637
2638 :
2639 \begin_inset Foot
2640 status collapsed
2641
2642 \begin_layout Plain Layout
2643 Para más información ve a la sección
2644 \begin_inset space ~
2645 \end_inset
2646
2647
2648 \begin_inset CommandInset ref
2649 LatexCommand ref
2650 reference "sec:Colocación-de-leyendas"
2651
2652 \end_inset
2653
2654 .
2655 \end_layout
2656
2657 \end_inset
2658
2659
2660 \end_layout
2661
2662 \begin_layout Standard
2663
2664 \series bold
2665 tableposition=top
2666 \end_layout
2667
2668 \begin_layout Standard
2669 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2670  
2671 \series bold
2672 caption
2673 \series default
2674  como se describe en la sección
2675 \begin_inset space ~
2676 \end_inset
2677
2678
2679 \begin_inset CommandInset ref
2680 LatexCommand ref
2681 reference "sec:Formato-de-leyendas"
2682
2683 \end_inset
2684
2685 .
2686  
2687 \end_layout
2688
2689 \begin_layout Standard
2690 \begin_inset Index
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Referencias ! a tablas
2695 \end_layout
2696
2697 \end_inset
2698
2699 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2700  etiqueta.
2701  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2702 \family sans
2703 Insertar\SpecialChar \menuseparator
2704 Etiqueta
2705 \family default
2706  o con el botón 
2707 \begin_inset Graphics
2708         filename ../../images/label-insert.png
2709         scale 85
2710
2711 \end_inset
2712
2713 .
2714  Ahora puedes referenciar la etiqueta con el menú 
2715 \family sans
2716 Insertar\SpecialChar \menuseparator
2717 Referencia
2718 \begin_inset space ~
2719 \end_inset
2720
2721 cruzada
2722 \family default
2723  o con el botón 
2724 \begin_inset Graphics
2725         filename ../../images/dialog-show-new-inset_ref.png
2726         scale 85
2727
2728 \end_inset
2729
2730 .
2731 \begin_inset Newline newline
2732 \end_inset
2733
2734 Las referencias se explican con detalle en la sección
2735 \begin_inset space ~
2736 \end_inset
2737
2738
2739 \begin_inset CommandInset ref
2740 LatexCommand ref
2741 reference "sec:Referencias-a-Flotantes"
2742
2743 \end_inset
2744
2745 .
2746 \end_layout
2747
2748 \begin_layout Section
2749 Tablas largas
2750 \begin_inset CommandInset label
2751 LatexCommand label
2752 name "sec:Tablas-Largas"
2753
2754 \end_inset
2755
2756
2757 \begin_inset Index
2758 status collapsed
2759
2760 \begin_layout Plain Layout
2761 Tablas largas
2762 \end_layout
2763
2764 \end_inset
2765
2766
2767 \begin_inset Index
2768 status collapsed
2769
2770 \begin_layout Plain Layout
2771 Tablas ! Largas
2772 \end_layout
2773
2774 \end_inset
2775
2776
2777 \end_layout
2778
2779 \begin_layout Standard
2780 Si la tabla es demasiado larga para una página, puedes usar la opción 
2781 \family sans
2782 Usar
2783 \begin_inset space ~
2784 \end_inset
2785
2786 tabla
2787 \begin_inset space ~
2788 \end_inset
2789
2790 larga
2791 \family default
2792  en la solapa 
2793 \family sans
2794 Tabla
2795 \begin_inset space ~
2796 \end_inset
2797
2798 larga
2799 \family default
2800  del diálogo de tablas, para repartir automáticamente la tabla en varias
2801  páginas.
2802  Al hacerlo se habilitan las siguientes opciones:
2803 \end_layout
2804
2805 \begin_layout Description
2806
2807 \family sans
2808 Encabezado:
2809 \family default
2810  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2811  definida, se definen como filas de encabezado para todas las páginas de
2812  la tabla, excepto para la primera página si 
2813 \family sans
2814 Primer
2815 \begin_inset space ~
2816 \end_inset
2817
2818 encabezado
2819 \family default
2820  está definido.
2821  Este se denomina encabezado principal.
2822 \end_layout
2823
2824 \begin_layout Description
2825
2826 \family sans
2827 Primer
2828 \begin_inset space ~
2829 \end_inset
2830
2831 encabezado:
2832 \family default
2833  La fila actual y superiores, que no tienen ninguna opción especial definida,
2834  se definen como filas cabeceras de la primera página de la tabla.
2835 \end_layout
2836
2837 \begin_layout Description
2838
2839 \family sans
2840 Pie:
2841 \family default
2842  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2843  definida, se definen como filas de pie de todas las páginas de la tabla,
2844  excepto para la última página si se define 
2845 \family sans
2846 Último
2847 \begin_inset space ~
2848 \end_inset
2849
2850 pie.
2851 \end_layout
2852
2853 \begin_layout Description
2854
2855 \family sans
2856 Último
2857 \begin_inset space ~
2858 \end_inset
2859
2860 pie: L
2861 \family default
2862 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2863  se definen como filas de pie de la última página de la tabla.
2864 \end_layout
2865
2866 \begin_layout Description
2867 Leyenda: La primera fila se reajusta como columna simple.
2868  Ahora puedes insertar ahí la leyenda de la tabla con el menú 
2869 \family sans
2870 Insertar\SpecialChar \menuseparator
2871 Leyenda
2872 \family default
2873 .
2874  Más detalles sobre leyendas en tablas largas en la sec.
2875 \begin_inset space \thinspace{}
2876 \end_inset
2877
2878
2879 \begin_inset CommandInset ref
2880 LatexCommand ref
2881 reference "sub:Leyendas-en-Tablas"
2882
2883 \end_inset
2884
2885 .
2886 \end_layout
2887
2888 \begin_layout Standard
2889 También se puede especificar en qué fila se ha de cortar la tabla.
2890  Si se establece más de una opción en la misma fila, habría que tener en
2891  cuenta que sólo la primera de ellas se usa en la fila dada.
2892  Las otras quedarán definidas como 
2893 \emph on
2894 vacías
2895 \emph default
2896 .
2897  En este contexto, primera significa primero en este orden: 
2898 \family sans
2899 Encabezado, Primer
2900 \begin_inset space ~
2901 \end_inset
2902
2903 encabezado
2904 \family default
2905
2906 \family sans
2907 Pie, Último
2908 \begin_inset space ~
2909 \end_inset
2910
2911 pie
2912 \family default
2913 .
2914  La siguiente tabla muestra cómo funciona:
2915 \end_layout
2916
2917 \begin_layout Standard
2918
2919 \end_layout
2920
2921 \begin_layout Standard
2922 \align center
2923 \begin_inset Tabular
2924 <lyxtabular version="3" rows="69" columns="3">
2925 <features islongtable="true">
2926 <column alignment="left" valignment="top" width="0cm">
2927 <column alignment="left" valignment="top" width="0pt">
2928 <column alignment="right" valignment="top" width="0pt">
2929 <row endfirsthead="true">
2930 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \series bold
2936 Ejemplo de lista telefónica (ignore los nombres)
2937 \end_layout
2938
2939 \end_inset
2940 </cell>
2941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2942 \begin_inset Text
2943
2944 \begin_layout Plain Layout
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2951 \begin_inset Text
2952
2953 \begin_layout Plain Layout
2954
2955 \end_layout
2956
2957 \end_inset
2958 </cell>
2959 </row>
2960 <row endfirsthead="true">
2961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965
2966 \series bold
2967 NOMBRE
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \series bold
2987 TEL.
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row endhead="true">
2994 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \series bold
3000 Ejemplo de lista telefónica
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3006 \begin_inset Text
3007
3008 \begin_layout Plain Layout
3009
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 </row>
3024 <row endhead="true">
3025 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \series bold
3031 NOMBRE
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \series bold
3051 TEL.
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 </row>
3057 <row endfoot="true">
3058 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062  continúa en la página siguiente
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 </row>
3086 <row>
3087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \series bold
3093 Annovi
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell alignment="center" valignment="top" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 Silvia
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111 111
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row>
3118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \series bold
3124 Bertoli
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 Stefano
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 111
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 </row>
3148 <row>
3149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3150 \begin_inset Text
3151
3152 \begin_layout Plain Layout
3153
3154 \series bold
3155 Bozzi
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 Walter
3165 \end_layout
3166
3167 \end_inset
3168 </cell>
3169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3170 \begin_inset Text
3171
3172 \begin_layout Plain Layout
3173 111
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row>
3180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184
3185 \series bold
3186 Cachia
3187 \end_layout
3188
3189 \end_inset
3190 </cell>
3191 <cell alignment="center" valignment="top" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 Maria
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 111
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \series bold
3217 Cachia
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 Maurizio
3227 \end_layout
3228
3229 \end_inset
3230 </cell>
3231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3232 \begin_inset Text
3233
3234 \begin_layout Plain Layout
3235 111
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 <row>
3242 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246
3247 \series bold
3248 Cinquemani
3249 \end_layout
3250
3251 \end_inset
3252 </cell>
3253 <cell alignment="center" valignment="top" usebox="none">
3254 \begin_inset Text
3255
3256 \begin_layout Plain Layout
3257 Giusi
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266 111
3267 \end_layout
3268
3269 \end_inset
3270 </cell>
3271 </row>
3272 <row>
3273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Plain Layout
3277
3278 \series bold
3279 Colin
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 <cell alignment="center" valignment="top" usebox="none">
3285 \begin_inset Text
3286
3287 \begin_layout Plain Layout
3288 Bernard
3289 \end_layout
3290
3291 \end_inset
3292 </cell>
3293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3294 \begin_inset Text
3295
3296 \begin_layout Plain Layout
3297 111
3298 \end_layout
3299
3300 \end_inset
3301 </cell>
3302 </row>
3303 <row>
3304 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3305 \begin_inset Text
3306
3307 \begin_layout Plain Layout
3308
3309 \series bold
3310 Concli
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Plain Layout
3319 Gianfranco
3320 \end_layout
3321
3322 \end_inset
3323 </cell>
3324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3325 \begin_inset Text
3326
3327 \begin_layout Plain Layout
3328 111
3329 \end_layout
3330
3331 \end_inset
3332 </cell>
3333 </row>
3334 <row>
3335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339
3340 \series bold
3341 Dal Bosco
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 <cell alignment="center" valignment="top" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350 Carolina
3351 \end_layout
3352
3353 \end_inset
3354 </cell>
3355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3356 \begin_inset Text
3357
3358 \begin_layout Plain Layout
3359 111
3360 \end_layout
3361
3362 \end_inset
3363 </cell>
3364 </row>
3365 <row>
3366 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370
3371 \series bold
3372 Dalpiaz
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 Annamaria
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 111
3391 \end_layout
3392
3393 \end_inset
3394 </cell>
3395 </row>
3396 <row>
3397 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401
3402 \series bold
3403 Feliciello
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 <cell alignment="center" valignment="top" usebox="none">
3409 \begin_inset Text
3410
3411 \begin_layout Plain Layout
3412 Domenico
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3418 \begin_inset Text
3419
3420 \begin_layout Plain Layout
3421 111
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 <row>
3428 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432
3433 \series bold
3434 Focarelli
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 Paola
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 111
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 </row>
3458 <row>
3459 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3460 \begin_inset Text
3461
3462 \begin_layout Plain Layout
3463
3464 \series bold
3465 Galletti
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 Oreste
3475 \end_layout
3476
3477 \end_inset
3478 </cell>
3479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3480 \begin_inset Text
3481
3482 \begin_layout Plain Layout
3483 111
3484 \end_layout
3485
3486 \end_inset
3487 </cell>
3488 </row>
3489 <row>
3490 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3491 \begin_inset Text
3492
3493 \begin_layout Plain Layout
3494
3495 \series bold
3496 Gasparini
3497 \end_layout
3498
3499 \end_inset
3500 </cell>
3501 <cell alignment="center" valignment="top" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 Franca
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 111
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row>
3521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Rizzardi
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell alignment="center" valignment="top" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536 Paola
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 111
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row>
3552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 Lassini
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Giancarlo
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 111
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 </row>
3582 <row>
3583 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587
3588 \series bold
3589 Malfatti
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 Luciano
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607 111
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620 Malfatti
3621 \end_layout
3622
3623 \end_inset
3624 </cell>
3625 <cell alignment="center" valignment="top" usebox="none">
3626 \begin_inset Text
3627
3628 \begin_layout Plain Layout
3629 Valeriano
3630 \end_layout
3631
3632 \end_inset
3633 </cell>
3634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 111
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \series bold
3651 Meneguzzo
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 <cell alignment="center" valignment="top" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Roberto
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 111
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 </row>
3675 <row>
3676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680
3681 \series bold
3682 Mezzadra
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 <cell alignment="center" valignment="top" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691 Roberto
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 111
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 </row>
3706 <row>
3707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3708 \begin_inset Text
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713 Pirpamer
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 <cell alignment="center" valignment="top" usebox="none">
3719 \begin_inset Text
3720
3721 \begin_layout Plain Layout
3722 Erich
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 111
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742
3743 \series bold
3744 Pochiesa
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 <cell alignment="center" valignment="top" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 Paolo
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 111, 222
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 </row>
3768 <row>
3769 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Plain Layout
3773
3774 \series bold
3775 Radina
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 <cell alignment="center" valignment="top" usebox="none">
3781 \begin_inset Text
3782
3783 \begin_layout Plain Layout
3784 Claudio
3785 \end_layout
3786
3787 \end_inset
3788 </cell>
3789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 111
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 </row>
3799 <row>
3800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3801 \begin_inset Text
3802
3803 \begin_layout Plain Layout
3804
3805 \series bold
3806 Stuffer
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Plain Layout
3815 Oskar
3816 \end_layout
3817
3818 \end_inset
3819 </cell>
3820 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 111
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 </row>
3830 <row>
3831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3832 \begin_inset Text
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837 Tacchelli
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 <cell alignment="center" valignment="top" usebox="none">
3843 \begin_inset Text
3844
3845 \begin_layout Plain Layout
3846 Ugo
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 111
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 </row>
3861 <row>
3862 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3863 \begin_inset Text
3864
3865 \begin_layout Plain Layout
3866
3867 \series bold
3868 Tezzele
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 <cell alignment="center" valignment="top" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877 Margit
3878 \end_layout
3879
3880 \end_inset
3881 </cell>
3882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3883 \begin_inset Text
3884
3885 \begin_layout Plain Layout
3886 111
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 </row>
3892 <row>
3893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897
3898 \series bold
3899 Unterkalmsteiner
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 Frieda
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 111
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \series bold
3930 Vieider
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 <cell alignment="center" valignment="top" usebox="none">
3936 \begin_inset Text
3937
3938 \begin_layout Plain Layout
3939 Hilde
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 111
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959
3960 \series bold
3961 Vigna
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 Jürgen
3971 \end_layout
3972
3973 \end_inset
3974 </cell>
3975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3976 \begin_inset Text
3977
3978 \begin_layout Plain Layout
3979 111
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 </row>
3985 <row>
3986 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3987 \begin_inset Text
3988
3989 \begin_layout Plain Layout
3990
3991 \series bold
3992 Weber
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 <cell alignment="center" valignment="top" usebox="none">
3998 \begin_inset Text
3999
4000 \begin_layout Plain Layout
4001 Maurizio
4002 \end_layout
4003
4004 \end_inset
4005 </cell>
4006 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010 111
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \series bold
4023 Winkler
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4029 \begin_inset Text
4030
4031 \begin_layout Plain Layout
4032 Franz
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Plain Layout
4041 111
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 </row>
4047 <row>
4048 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4049 \begin_inset Text
4050
4051 \begin_layout Plain Layout
4052  
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Annovi
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Silvia
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 555
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Bertoli
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Stefano
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 555
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Bozzi
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Walter
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 555
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174
4175 \series bold
4176 Cachia
4177 \end_layout
4178
4179 \end_inset
4180 </cell>
4181 <cell alignment="center" valignment="top" usebox="none">
4182 \begin_inset Text
4183
4184 \begin_layout Plain Layout
4185 Maria
4186 \end_layout
4187
4188 \end_inset
4189 </cell>
4190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194 555
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 </row>
4200 <row>
4201 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205
4206 \series bold
4207 Cachia
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 Maurizio
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 555
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 </row>
4231 <row>
4232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236
4237 \series bold
4238 Cinquemani
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Plain Layout
4247 Giusi
4248 \end_layout
4249
4250 \end_inset
4251 </cell>
4252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256 555
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 <row>
4263 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267
4268 \series bold
4269 Colin
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 Bernard
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287 555
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 </row>
4293 <row>
4294 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298
4299 \series bold
4300 Concli
4301 \end_layout
4302
4303 \end_inset
4304 </cell>
4305 <cell alignment="center" valignment="top" usebox="none">
4306 \begin_inset Text
4307
4308 \begin_layout Plain Layout
4309 Gianfranco
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 555
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 </row>
4324 <row>
4325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329
4330 \series bold
4331 Dal Bosco
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 <cell alignment="center" valignment="top" usebox="none">
4337 \begin_inset Text
4338
4339 \begin_layout Plain Layout
4340 Carolina
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 555
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 </row>
4355 <row>
4356 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360
4361 \series bold
4362 Dalpiaz
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 <cell alignment="center" valignment="top" usebox="none">
4368 \begin_inset Text
4369
4370 \begin_layout Plain Layout
4371 Annamaria
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380 555
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391
4392 \series bold
4393 Feliciello
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 Domenico
4403 \end_layout
4404
4405 \end_inset
4406 </cell>
4407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 555
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 </row>
4417 <row>
4418 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422
4423 \series bold
4424 Focarelli
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 Paola
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 555
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 </row>
4448 <row>
4449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453
4454 \series bold
4455 Galletti
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 <cell alignment="center" valignment="top" usebox="none">
4461 \begin_inset Text
4462
4463 \begin_layout Plain Layout
4464 Oreste
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473 555
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 </row>
4479 <row>
4480 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484
4485 \series bold
4486 Gasparini
4487 \end_layout
4488
4489 \end_inset
4490 </cell>
4491 <cell alignment="center" valignment="top" usebox="none">
4492 \begin_inset Text
4493
4494 \begin_layout Plain Layout
4495 Franca
4496 \end_layout
4497
4498 \end_inset
4499 </cell>
4500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504 555
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 </row>
4510 <row>
4511 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515
4516 \series bold
4517 Rizzardi
4518 \end_layout
4519
4520 \end_inset
4521 </cell>
4522 <cell alignment="center" valignment="top" usebox="none">
4523 \begin_inset Text
4524
4525 \begin_layout Plain Layout
4526 Paola
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 555
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 </row>
4541 <row>
4542 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546
4547 \series bold
4548 Lassini
4549 \end_layout
4550
4551 \end_inset
4552 </cell>
4553 <cell alignment="center" valignment="top" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557 Giancarlo
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 555
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577
4578 \series bold
4579 Malfatti
4580 \end_layout
4581
4582 \end_inset
4583 </cell>
4584 <cell alignment="center" valignment="top" usebox="none">
4585 \begin_inset Text
4586
4587 \begin_layout Plain Layout
4588 Luciano
4589 \end_layout
4590
4591 \end_inset
4592 </cell>
4593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597 555
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 <row>
4604 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608
4609 \series bold
4610 Malfatti
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 Valeriano
4620 \end_layout
4621
4622 \end_inset
4623 </cell>
4624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628 555
4629 \end_layout
4630
4631 \end_inset
4632 </cell>
4633 </row>
4634 <row>
4635 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639
4640 \series bold
4641 Meneguzzo
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 <cell alignment="center" valignment="top" usebox="none">
4647 \begin_inset Text
4648
4649 \begin_layout Plain Layout
4650 Roberto
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 555
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670
4671 \series bold
4672 Mezzadra
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 <cell alignment="center" valignment="top" usebox="none">
4678 \begin_inset Text
4679
4680 \begin_layout Plain Layout
4681 Roberto
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 555
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 </row>
4696 <row>
4697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4698 \begin_inset Text
4699
4700 \begin_layout Plain Layout
4701
4702 \series bold
4703 Pirpamer
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 <cell alignment="center" valignment="top" usebox="none">
4709 \begin_inset Text
4710
4711 \begin_layout Plain Layout
4712 Erich
4713 \end_layout
4714
4715 \end_inset
4716 </cell>
4717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 555
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 </row>
4727 <row>
4728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4729 \begin_inset Text
4730
4731 \begin_layout Plain Layout
4732
4733 \series bold
4734 Pochiesa
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 Paolo
4744 \end_layout
4745
4746 \end_inset
4747 </cell>
4748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4749 \begin_inset Text
4750
4751 \begin_layout Plain Layout
4752 555, 222
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 </row>
4758 <row>
4759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Plain Layout
4763
4764 \series bold
4765 Radina
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 <cell alignment="center" valignment="top" usebox="none">
4771 \begin_inset Text
4772
4773 \begin_layout Plain Layout
4774 Claudio
4775 \end_layout
4776
4777 \end_inset
4778 </cell>
4779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4780 \begin_inset Text
4781
4782 \begin_layout Plain Layout
4783 555
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 </row>
4789 <row>
4790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794
4795 \series bold
4796 Stuffer
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 Oskar
4806 \end_layout
4807
4808 \end_inset
4809 </cell>
4810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4811 \begin_inset Text
4812
4813 \begin_layout Plain Layout
4814 555
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 </row>
4820 <row>
4821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4822 \begin_inset Text
4823
4824 \begin_layout Plain Layout
4825
4826 \series bold
4827 Tacchelli
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 <cell alignment="center" valignment="top" usebox="none">
4833 \begin_inset Text
4834
4835 \begin_layout Plain Layout
4836 Ugo
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 555
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \series bold
4858 Tezzele
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 Margit
4868 \end_layout
4869
4870 \end_inset
4871 </cell>
4872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876 555
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 </row>
4882 <row>
4883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887
4888 \series bold
4889 Unterkalmsteiner
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 Frieda
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 555
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 <row>
4914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4915 \begin_inset Text
4916
4917 \begin_layout Plain Layout
4918
4919 \series bold
4920 Vieider
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 <cell alignment="center" valignment="top" usebox="none">
4926 \begin_inset Text
4927
4928 \begin_layout Plain Layout
4929 Hilde
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 555
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 </row>
4944 <row>
4945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Plain Layout
4949
4950 \series bold
4951 Vigna
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 <cell alignment="center" valignment="top" usebox="none">
4957 \begin_inset Text
4958
4959 \begin_layout Plain Layout
4960 Jürgen
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 999
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 </row>
4975 <row>
4976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4977 \begin_inset Text
4978
4979 \begin_layout Plain Layout
4980
4981 \series bold
4982 Weber
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Plain Layout
4991 Maurizio
4992 \end_layout
4993
4994 \end_inset
4995 </cell>
4996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4997 \begin_inset Text
4998
4999 \begin_layout Plain Layout
5000 555
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 </row>
5006 <row>
5007 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5008 \begin_inset Text
5009
5010 \begin_layout Plain Layout
5011
5012 \series bold
5013 Winkler
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 Franz
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 555
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row endlastfoot="true">
5038 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042 fin
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 </lyxtabular>
5067
5068 \end_inset
5069
5070
5071 \begin_inset ERT
5072 status open
5073
5074 \begin_layout Plain Layout
5075
5076
5077 \backslash
5078 addtocounter{table}{-1}
5079 \end_layout
5080
5081 \end_inset
5082
5083
5084 \begin_inset Note Note
5085 status collapsed
5086
5087 \begin_layout Plain Layout
5088 Para comprender el uso de este comando, lee al final de la sección
5089 \begin_inset space ~
5090 \end_inset
5091
5092
5093 \begin_inset CommandInset ref
5094 LatexCommand ref
5095 reference "sub:Leyendas-en-Tablas"
5096
5097 \end_inset
5098
5099  la primera nota resaltada en gris.
5100  
5101 \end_layout
5102
5103 \end_inset
5104
5105
5106 \end_layout
5107
5108 \begin_layout Subsection
5109 Notas al pie en tablas largas
5110 \begin_inset CommandInset label
5111 LatexCommand label
5112 name "sub:Notas-al-pie-en-Tablas-Largas"
5113
5114 \end_inset
5115
5116
5117 \begin_inset Index
5118 status collapsed
5119
5120 \begin_layout Plain Layout
5121 Tablas largas ! Notas al pie
5122 \end_layout
5123
5124 \end_inset
5125
5126
5127 \end_layout
5128
5129 \begin_layout Standard
5130 Se pueden insertar notas al pie en cada celda de una tabla larga.
5131  Las notas se muestran en la parte inferior de la página en la que esté
5132  la celda con la nota.
5133  La tabla
5134 \begin_inset space ~
5135 \end_inset
5136
5137
5138 \begin_inset CommandInset ref
5139 LatexCommand ref
5140 reference "tab:DifLeyendas"
5141
5142 \end_inset
5143
5144  tiene un ejemplo de nota al pie.
5145 \end_layout
5146
5147 \begin_layout Subsection
5148 Alineación de tablas largas
5149 \begin_inset Index
5150 status collapsed
5151
5152 \begin_layout Plain Layout
5153 Tablas largas ! Alineación
5154 \end_layout
5155
5156 \end_inset
5157
5158
5159 \end_layout
5160
5161 \begin_layout Standard
5162 Las tablas largas se centran por omisión.
5163  Al contrario de la alineación de filas y columnas, la alineación de una
5164  tabla no se puede cambiar por ahora en el diálogo de tablas.
5165  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5166  longitudes 
5167 \series bold
5168
5169 \backslash
5170 LTleft
5171 \series default
5172  y 
5173 \series bold
5174
5175 \backslash
5176 LTright 
5177 \series default
5178 insertando la línea siguiente en código TeX antes de la correspondiente
5179  tabla larga:
5180 \end_layout
5181
5182 \begin_layout Standard
5183
5184 \series bold
5185
5186 \backslash
5187 setlength{
5188 \backslash
5189 LTleft}{valor}
5190 \end_layout
5191
5192 \begin_layout Standard
5193 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5194 \begin_inset space ~
5195 \end_inset
5196
5197
5198 \begin_inset CommandInset ref
5199 LatexCommand ref
5200 reference "tab:Unidades"
5201
5202 \end_inset
5203
5204 .
5205  
5206 \series bold
5207
5208 \backslash
5209 LTlent 
5210 \series default
5211 controla la distancia entre el borde izquierdo de la página y la tabla.
5212  
5213 \series bold
5214
5215 \backslash
5216 LTright 
5217 \series default
5218 la distancia desde el lado derecho.
5219  El valor predeterminado para ambas longitudes es 
5220 \series bold
5221
5222 \backslash
5223 fill
5224 \series default
5225 , que en este caso es lo mismo que un relleno horizontal en LyX.
5226 \end_layout
5227
5228 \begin_layout Standard
5229 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5230 \series bold
5231
5232 \backslash
5233 LTleft
5234 \series default
5235  0 pt.
5236 \begin_inset ERT
5237 status collapsed
5238
5239 \begin_layout Plain Layout
5240
5241
5242 \backslash
5243 setlength{
5244 \backslash
5245 LTleft}{0pt}
5246 \end_layout
5247
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \begin_layout Standard
5254 \begin_inset Tabular
5255 <lyxtabular version="3" rows="5" columns="5">
5256 <features islongtable="true">
5257 <column alignment="center" valignment="top" width="0">
5258 <column alignment="center" valignment="top" width="0">
5259 <column alignment="center" valignment="top" width="0">
5260 <column alignment="center" valignment="top" width="0">
5261 <column alignment="center" valignment="top" width="0">
5262 <row>
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 1
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 2
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 3
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 4
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 5
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 </row>
5309 <row>
5310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 asd
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 s
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 s
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 s
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 asd
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 </row>
5356 <row>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 asd
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 s
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 s
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 asd
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 </row>
5403 <row>
5404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5405 \begin_inset Text
5406
5407 \begin_layout Plain Layout
5408 asd
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 s
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 s
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 s
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 asd
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 </row>
5450 <row>
5451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 asd
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 asd
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 asd
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 asd
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 asd
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 </row>
5497 </lyxtabular>
5498
5499 \end_inset
5500
5501
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 setlength{
5510 \backslash
5511 LTleft}{
5512 \backslash
5513 fill}
5514 \end_layout
5515
5516 \end_inset
5517
5518
5519 \begin_inset Newpage newpage
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \begin_layout Subsection
5526 Leyendas en tablas largas
5527 \begin_inset Index
5528 status collapsed
5529
5530 \begin_layout Plain Layout
5531 Tablas largas ! Leyendas
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \begin_inset CommandInset label
5538 LatexCommand label
5539 name "sub:Leyendas-en-Tablas"
5540
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Standard
5547 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5548  estar en una página, aunque el entorno leyenda de flotantes sí puede usarse
5549  para tablas largas.
5550  Por tanto la leyenda se inserta como primera fila de la tabla, como se
5551  explica en la sec.
5552 \begin_inset space \thinspace{}
5553 \end_inset
5554
5555
5556 \begin_inset CommandInset ref
5557 LatexCommand ref
5558 reference "sec:Tablas-Largas"
5559
5560 \end_inset
5561
5562 .
5563  En este caso la primera fila de la tabla es sólo una fila postiza para
5564  la leyenda, la tabla se inicia realmente en la segunda fila.
5565 \end_layout
5566
5567 \begin_layout Standard
5568 He aquí una pequeña tabla larga para mostrar cómo funciona:
5569 \end_layout
5570
5571 \begin_layout Standard
5572 \begin_inset Tabular
5573 <lyxtabular version="3" rows="6" columns="5">
5574 <features islongtable="true">
5575 <column alignment="center" valignment="top" width="0">
5576 <column alignment="center" valignment="top" width="0">
5577 <column alignment="center" valignment="top" width="0">
5578 <column alignment="center" valignment="top" width="0">
5579 <column alignment="center" valignment="top" width="0">
5580 <row caption="true">
5581 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 \begin_inset Caption
5586
5587 \begin_layout Plain Layout
5588 Tabla larga con leyenda
5589 \begin_inset OptArg
5590 status open
5591
5592 \begin_layout Plain Layout
5593 Tabla larga
5594 \end_layout
5595
5596 \end_inset
5597
5598
5599 \end_layout
5600
5601 \end_inset
5602
5603
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612
5613 \end_layout
5614
5615 \end_inset
5616 </cell>
5617 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5636 \begin_inset Text
5637
5638 \begin_layout Plain Layout
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 1
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Plain Layout
5659 2
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5665 \begin_inset Text
5666
5667 \begin_layout Plain Layout
5668 3
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 4
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 5
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 </row>
5692 <row>
5693 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 s
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Plain Layout
5715 s
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724 s
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 asd
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 s
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 s
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 s
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 asd
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 <row>
5787 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 s
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 s
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 s
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 asd
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 </row>
5833 <row>
5834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 asd
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 asd
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 </row>
5880 </lyxtabular>
5881
5882 \end_inset
5883
5884
5885 \end_layout
5886
5887 \begin_layout Standard
5888 \begin_inset VSpace medskip
5889 \end_inset
5890
5891
5892 \begin_inset Note Greyedout
5893 status open
5894
5895 \begin_layout Plain Layout
5896
5897 \series bold
5898 Nota
5899 \series default
5900 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5901  leyenda en alguna de ellas.
5902  Por esto podría suceder que, p.
5903 \begin_inset space \thinspace{}
5904 \end_inset
5905
5906 e., la tabla
5907 \begin_inset space ~
5908 \end_inset
5909
5910 2.4 siga a la tabla
5911 \begin_inset space ~
5912 \end_inset
5913
5914 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5915  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5916  en código TeX:
5917 \end_layout
5918
5919 \begin_layout Plain Layout
5920
5921 \series bold
5922
5923 \backslash
5924 addtocounter{table}{-1}
5925 \end_layout
5926
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \begin_layout Standard
5933 \begin_inset Note Greyedout
5934 status open
5935
5936 \begin_layout Plain Layout
5937
5938 \series bold
5939 Nota:
5940 \series default
5941  Si utilizas 
5942 \series bold
5943 hyperref
5944 \series default
5945
5946 \begin_inset Index
5947 status collapsed
5948
5949 \begin_layout Plain Layout
5950 LaTeX-paquetes ! hyperref
5951 \end_layout
5952
5953 \end_inset
5954
5955  en las 
5956 \family sans
5957 Propiedades PDF 
5958 \family default
5959 del diálogo 
5960 \family sans
5961 Configuración del documento 
5962 \family default
5963 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5964  llevan siempre al principio del documento.
5965 \end_layout
5966
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \begin_layout Subsubsection
5973 Referencias a tablas largas
5974 \begin_inset Index
5975 status collapsed
5976
5977 \begin_layout Plain Layout
5978 Tablas largas ! Referencias a
5979 \end_layout
5980
5981 \end_inset
5982
5983
5984 \end_layout
5985
5986 \begin_layout Standard
5987 \begin_inset Tabular
5988 <lyxtabular version="3" rows="6" columns="5">
5989 <features islongtable="true">
5990 <column alignment="center" valignment="top" width="0">
5991 <column alignment="center" valignment="top" width="0">
5992 <column alignment="center" valignment="top" width="0">
5993 <column alignment="center" valignment="top" width="0">
5994 <column alignment="center" valignment="top" width="0">
5995 <row caption="true">
5996 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 \begin_inset Caption
6001
6002 \begin_layout Plain Layout
6003 Tabla larga referenciada
6004 \begin_inset CommandInset label
6005 LatexCommand label
6006 name "tab:RefEjemplo"
6007
6008 \end_inset
6009
6010
6011 \end_layout
6012
6013 \end_inset
6014
6015
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6039 \begin_inset Text
6040
6041 \begin_layout Plain Layout
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 1
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 2
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 3
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 4
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 5
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109 asd
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 s
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 s
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136 s
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 asd
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 </row>
6151 <row>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 asd
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 s
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 s
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 s
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 asd
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 <row>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 s
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 s
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 asd
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 </row>
6245 <row>
6246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 asd
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 sad
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 asd
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 asd
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 asd
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 </row>
6292 </lyxtabular>
6293
6294 \end_inset
6295
6296
6297 \end_layout
6298
6299 \begin_layout Standard
6300 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6301  
6302 \end_layout
6303
6304 \begin_layout Standard
6305 Esto es una referencia a la tabla
6306 \begin_inset space ~
6307 \end_inset
6308
6309
6310 \begin_inset CommandInset ref
6311 LatexCommand ref
6312 reference "tab:RefEjemplo"
6313
6314 \end_inset
6315
6316 .
6317 \end_layout
6318
6319 \begin_layout Standard
6320 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6321  del documento mediante el paquete LaTeX 
6322 \series bold
6323 caption
6324 \series default
6325
6326 \begin_inset Index
6327 status collapsed
6328
6329 \begin_layout Plain Layout
6330 LaTeX-paquetes ! caption
6331 \end_layout
6332
6333 \end_inset
6334
6335 , véase sección
6336 \begin_inset space ~
6337 \end_inset
6338
6339
6340 \begin_inset CommandInset ref
6341 LatexCommand ref
6342 reference "sec:Formato-de-leyendas"
6343
6344 \end_inset
6345
6346 .
6347 \end_layout
6348
6349 \begin_layout Subsubsection
6350 Anchura de la leyenda
6351 \begin_inset Index
6352 status collapsed
6353
6354 \begin_layout Plain Layout
6355 Tablas largas ! Anchura de la leyenda
6356 \end_layout
6357
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \begin_layout Standard
6364 La anchura máxima se define por la longitud 
6365 \series bold
6366
6367 \backslash
6368 LTcapwidth
6369 \series default
6370 .
6371  Por omisión es 4
6372 \begin_inset space \thinspace{}
6373 \end_inset
6374
6375 in (4
6376 \begin_inset space ~
6377 \end_inset
6378
6379 pulgadas).
6380  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6381  en el documento antes de la tabla larga a la que afecta
6382 \end_layout
6383
6384 \begin_layout Standard
6385
6386 \series bold
6387
6388 \backslash
6389 setlength{
6390 \backslash
6391 LTcapwidth}{anchura}
6392 \end_layout
6393
6394 \begin_layout Standard
6395 donde la anchura puede ser una de las unidades listadas en el apéndice
6396 \begin_inset space ~
6397 \end_inset
6398
6399
6400 \begin_inset CommandInset ref
6401 LatexCommand ref
6402 reference "cha:Unidades-disponibles-en"
6403
6404 \end_inset
6405
6406 .
6407 \end_layout
6408
6409 \begin_layout Standard
6410 Las tablas siguientes muestran la diferencia:
6411 \end_layout
6412
6413 \begin_layout Standard
6414 \begin_inset Tabular
6415 <lyxtabular version="3" rows="6" columns="5">
6416 <features islongtable="true">
6417 <column alignment="center" valignment="top" width="0">
6418 <column alignment="center" valignment="top" width="0">
6419 <column alignment="center" valignment="top" width="0">
6420 <column alignment="center" valignment="top" width="0">
6421 <column alignment="center" valignment="top" width="0">
6422 <row caption="true">
6423 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 \begin_inset Caption
6428
6429 \begin_layout Plain Layout
6430 Leyenda larga completa con anchura predeterminada leyenda larga completa
6431  con anchura predeterminada
6432 \begin_inset OptArg
6433 status open
6434
6435 \begin_layout Plain Layout
6436 Leyenda con anchura predeterminada
6437 \end_layout
6438
6439 \end_inset
6440
6441
6442 \end_layout
6443
6444 \end_inset
6445
6446
6447 \end_layout
6448
6449 \end_inset
6450 </cell>
6451 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6452 \begin_inset Text
6453
6454 \begin_layout Plain Layout
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 </row>
6488 <row>
6489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6490 \begin_inset Text
6491
6492 \begin_layout Plain Layout
6493 1
6494 \end_layout
6495
6496 \end_inset
6497 </cell>
6498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6499 \begin_inset Text
6500
6501 \begin_layout Plain Layout
6502 2
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 3
6512 \end_layout
6513
6514 \end_inset
6515 </cell>
6516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6517 \begin_inset Text
6518
6519 \begin_layout Plain Layout
6520 4
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6526 \begin_inset Text
6527
6528 \begin_layout Plain Layout
6529 5
6530 \end_layout
6531
6532 \end_inset
6533 </cell>
6534 </row>
6535 <row>
6536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 asd
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6546 \begin_inset Text
6547
6548 \begin_layout Plain Layout
6549 s
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 s
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567 s
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576 asd
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 asd
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 s
6597 \end_layout
6598
6599 \end_inset
6600 </cell>
6601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6602 \begin_inset Text
6603
6604 \begin_layout Plain Layout
6605 s
6606 \end_layout
6607
6608 \end_inset
6609 </cell>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 s
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 asd
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 </row>
6629 <row>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 s
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 s
6653 \end_layout
6654
6655 \end_inset
6656 </cell>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 s
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 asd
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 </row>
6676 <row>
6677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 asd
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690 sad
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699 asd
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 asd
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 asd
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 </row>
6723 </lyxtabular>
6724
6725 \end_inset
6726
6727
6728 \end_layout
6729
6730 \begin_layout Standard
6731 \begin_inset ERT
6732 status collapsed
6733
6734 \begin_layout Plain Layout
6735
6736
6737 \backslash
6738 setlength{
6739 \backslash
6740 LTcapwidth}{5cm}
6741 \end_layout
6742
6743 \end_inset
6744
6745
6746 \begin_inset Tabular
6747 <lyxtabular version="3" rows="6" columns="5">
6748 <features islongtable="true">
6749 <column alignment="center" valignment="top" width="0">
6750 <column alignment="center" valignment="top" width="0">
6751 <column alignment="center" valignment="top" width="0">
6752 <column alignment="center" valignment="top" width="0">
6753 <column alignment="center" valignment="top" width="0">
6754 <row caption="true">
6755 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 \begin_inset Caption
6760
6761 \begin_layout Plain Layout
6762 Leyenda larga completa con anchura de 5
6763 \begin_inset space \thinspace{}
6764 \end_inset
6765
6766 cm leyenda larga completa con anchura de 5
6767 \begin_inset space \thinspace{}
6768 \end_inset
6769
6770 cm leyenda larga completa con anchura de 5
6771 \begin_inset space \thinspace{}
6772 \end_inset
6773
6774 cm
6775 \begin_inset OptArg
6776 status open
6777
6778 \begin_layout Plain Layout
6779 Leyenda con anchura
6780 \begin_inset space \thinspace{}
6781 \end_inset
6782
6783 =
6784 \begin_inset space \thinspace{}
6785 \end_inset
6786
6787 5
6788 \begin_inset space \thinspace{}
6789 \end_inset
6790
6791 cm
6792 \end_layout
6793
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800
6801
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 </row>
6843 <row>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 1
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 2
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 3
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 4
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 5
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 asd
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 s
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 s
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6919 \begin_inset Text
6920
6921 \begin_layout Plain Layout
6922 s
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 asd
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 </row>
6937 <row>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 asd
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 s
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 s
6961 \end_layout
6962
6963 \end_inset
6964 </cell>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 s
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 asd
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 </row>
6984 <row>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 asd
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6995 \begin_inset Text
6996
6997 \begin_layout Plain Layout
6998 s
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 s
7008 \end_layout
7009
7010 \end_inset
7011 </cell>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 s
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 asd
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 </row>
7031 <row>
7032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 asd
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7042 \begin_inset Text
7043
7044 \begin_layout Plain Layout
7045 sad
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7051 \begin_inset Text
7052
7053 \begin_layout Plain Layout
7054 asd
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 asd
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 asd
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 </row>
7078 </lyxtabular>
7079
7080 \end_inset
7081
7082
7083 \begin_inset ERT
7084 status collapsed
7085
7086 \begin_layout Plain Layout
7087
7088
7089 \backslash
7090 setlength{
7091 \backslash
7092 LTcapwidth}{4in}
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \end_layout
7099
7100 \begin_layout Standard
7101 \begin_inset Note Greyedout
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105
7106 \series bold
7107 Nota: 
7108 \series default
7109 Si se usa el paquete LaTeX 
7110 \series bold
7111 caption
7112 \series default
7113
7114 \begin_inset Index
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118 LaTeX-paquetes ! caption
7119 \end_layout
7120
7121 \end_inset
7122
7123 , como en este documento, se usa la anchura de toda la página para el pie
7124  si utilizas el valor por omisión de 4
7125 \begin_inset space \thinspace{}
7126 \end_inset
7127
7128 in para 
7129 \series bold
7130
7131 \backslash
7132 LTcapwidth
7133 \series default
7134 .
7135  En este caso, para conseguir exactamente un pie de 4
7136 \begin_inset space \thinspace{}
7137 \end_inset
7138
7139 in, puedes poner un valor ligeramente diferente de 4.0
7140 \begin_inset space \thinspace{}
7141 \end_inset
7142
7143 in, p.
7144 \begin_inset space \thinspace{}
7145 \end_inset
7146
7147 e.
7148  3.99
7149 \begin_inset space \thinspace{}
7150 \end_inset
7151
7152 in, o el comando de LaTeX 
7153 \series bold
7154
7155 \backslash
7156 captionsetup{width=valor}
7157 \series default
7158 , suministrado por el paquete 
7159 \series bold
7160 caption
7161 \series default
7162 .
7163 \end_layout
7164
7165 \end_inset
7166
7167
7168 \end_layout
7169
7170 \begin_layout Subsubsection
7171 Leyendas distintas para cada página
7172 \begin_inset Index
7173 status collapsed
7174
7175 \begin_layout Plain Layout
7176 Tablas largas ! Leyendas distintas para cada página
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \end_layout
7183
7184 \begin_layout Standard
7185 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7186  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7187  como primer encabezado.
7188  La leyenda para las restantes páginas se inserta sin título breve en una
7189  fila postiza de leyenda marcada como primer encabezado.
7190  Si este encabezado no ha de incluir el número de tabla, usa el comando
7191 \end_layout
7192
7193 \begin_layout Standard
7194
7195 \series bold
7196
7197 \backslash
7198 caption*{texto de la leyenda}
7199 \end_layout
7200
7201 \begin_layout Standard
7202 en vez del recuadro de leyenda de LyX.
7203  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7204  La tabla
7205 \begin_inset space ~
7206 \end_inset
7207
7208
7209 \begin_inset CommandInset ref
7210 LatexCommand ref
7211 reference "tab:DifLeyendas"
7212
7213 \end_inset
7214
7215  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7216  no incluye número de tabla.
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \align center
7221 \begin_inset Tabular
7222 <lyxtabular version="3" rows="60" columns="3">
7223 <features islongtable="true">
7224 <column alignment="left" valignment="top" width="0cm">
7225 <column alignment="left" valignment="top" width="0pt">
7226 <column alignment="right" valignment="top" width="0pt">
7227 <row endfirsthead="true" caption="true">
7228 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 \begin_inset Caption
7233
7234 \begin_layout Plain Layout
7235 Ejemplo de lista telefónica
7236 \begin_inset CommandInset label
7237 LatexCommand label
7238 name "tab:DifLeyendas"
7239
7240 \end_inset
7241
7242
7243 \begin_inset OptArg
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247 Ejemplo de lista telefónica
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \end_inset
7256
7257
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 </row>
7281 <row endfirsthead="true">
7282 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7283 \begin_inset Text
7284
7285 \begin_layout Plain Layout
7286
7287 \series bold
7288 Ejemplo de lista telefónica (ignore los nombres)
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 </row>
7312 <row endfirsthead="true">
7313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7314 \begin_inset Text
7315
7316 \begin_layout Plain Layout
7317
7318 \series bold
7319 NOMBRE
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7325 \begin_inset Text
7326
7327 \begin_layout Plain Layout
7328
7329 \end_layout
7330
7331 \end_inset
7332 </cell>
7333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7334 \begin_inset Text
7335
7336 \begin_layout Plain Layout
7337
7338 \series bold
7339 TEL.
7340 \end_layout
7341
7342 \end_inset
7343 </cell>
7344 </row>
7345 <row endhead="true" caption="true">
7346 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 \begin_inset ERT
7351 status open
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 caption*{continúa Ejemplo de lista telefónica}
7358 \backslash
7359
7360 \backslash
7361 %
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375
7376 \end_layout
7377
7378 \end_inset
7379 </cell>
7380 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7381 \begin_inset Text
7382
7383 \begin_layout Plain Layout
7384
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 </row>
7390 <row endhead="true">
7391 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395
7396 \series bold
7397 Ejemplo de lista telefónica
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7403 \begin_inset Text
7404
7405 \begin_layout Plain Layout
7406
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7412 \begin_inset Text
7413
7414 \begin_layout Plain Layout
7415
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 </row>
7421 <row endhead="true">
7422 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \series bold
7428 NOMBRE
7429 \end_layout
7430
7431 \end_inset
7432 </cell>
7433 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7434 \begin_inset Text
7435
7436 \begin_layout Plain Layout
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \series bold
7448 TEL.
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 </row>
7454 <row endfoot="true">
7455 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 continúa en página siguiente
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 <row>
7484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488
7489 \series bold
7490 Annovi
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 Silvia
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 111
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row>
7515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519
7520 \series bold
7521 Bertoli
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 Stefano
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 111
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row>
7546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \series bold
7552 Bozzi
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561 Walter
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 111
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row>
7577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \series bold
7583 Cachia
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 Maria
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 111
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \series bold
7614 Cachia
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 Maurizio
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 111
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 Cinquemani
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 Giusi
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 111
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row>
7670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \series bold
7676 Colin
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 Bernard
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 111
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \series bold
7707 Concli
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 Gianfranco
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 111
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Dal Bosco
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 Carolina
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 111
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Dalpiaz
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 Annamaria
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 111
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 Feliciello
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 Domenico
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 111
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 Focarelli
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Paola
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 111
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 Galletti
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 Oreste
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 111
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Gasparini
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Franca
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Rizzardi
7925 \series default
7926
7927 \begin_inset Foot
7928 status open
7929
7930 \begin_layout Plain Layout
7931 Ejemplo de nota al pie
7932 \end_layout
7933
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945 Paola
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 111
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \series bold
7967 Lassini
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 Giancarlo
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985 111
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row>
7992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 Malfatti
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007 Luciano
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 111
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row>
8023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 Malfatti
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038 Valeriano
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047 111
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 </row>
8053 <row>
8054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8055 \begin_inset Text
8056
8057 \begin_layout Plain Layout
8058
8059 \series bold
8060 Meneguzzo
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069 Roberto
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078 111
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Mezzadra
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Roberto
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Pirpamer
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Erich
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Pochiesa
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Paolo
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111, 222
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Radina
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Claudio
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Stuffer
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Oskar
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Tacchelli
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Ugo
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Tezzele
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Margit
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Unterkalmsteiner
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Frieda
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Vieider
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Hilde
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Vigna
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Jürgen
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Weber
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Maurizio
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Winkler
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Franz
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461  
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Annovi
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Silvia
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 555
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \series bold
8523 Bertoli
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 Stefano
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 555
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 </row>
8547 <row>
8548 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552
8553 \series bold
8554 Bozzi
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563 Walter
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 555
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 </row>
8578 <row>
8579 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583
8584 \series bold
8585 Cachia
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594 Maria
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 555
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \series bold
8616 Cachia
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 Maurizio
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 555
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Cinquemani
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Giusi
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 555
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Colin
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Bernard
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 555
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Concli
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Gianfranco
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 555
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Dal Bosco
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Carolina
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 555
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Dalpiaz
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Annamaria
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 555
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Feliciello
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Domenico
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 555
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \series bold
8833 Focarelli
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Paola
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 555
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \series bold
8864 Galletti
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Oreste
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 555
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Gasparini
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Franca
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Rizzardi
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Paola
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Lassini
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Giancarlo
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Malfatti
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Luciano
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Malfatti
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Valeriano
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Meneguzzo
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Roberto
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Mezzadra
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Roberto
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row endlastfoot="true">
9106 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 </lyxtabular>
9135
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \begin_layout Standard
9142 \begin_inset Newpage newpage
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \begin_layout Section
9149 Particularidades de las tablas largas
9150 \end_layout
9151
9152 \begin_layout Subsection
9153 Cálculos
9154 \begin_inset Index
9155 status collapsed
9156
9157 \begin_layout Plain Layout
9158 Tablas largas ! Cálculos
9159 \end_layout
9160
9161 \end_inset
9162
9163
9164 \end_layout
9165
9166 \begin_layout Standard
9167 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9168  utilizando los denominados «trozos», que son partes de la tabla presentes
9169  en la memoria de LaTeX.
9170  El valor predeterminado está establecido a sólo 20 filas.
9171  Si estás usando tablas largas con muchas páginas, la generación del documento
9172  puede hacerse muy lenta.
9173  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9174  el siguiente comando en el preámbulo del documento:
9175 \end_layout
9176
9177 \begin_layout Standard
9178
9179 \series bold
9180
9181 \backslash
9182 setcounter{LTchunksize}{100}
9183 \end_layout
9184
9185 \begin_layout Subsection
9186 Flotantes y tablas largas
9187 \begin_inset Index
9188 status collapsed
9189
9190 \begin_layout Plain Layout
9191 Tablas largas ! Flotantes
9192 \end_layout
9193
9194 \end_inset
9195
9196
9197 \end_layout
9198
9199 \begin_layout Standard
9200 Podría haber problemas si un flotante aparece en la misma página donde comienza
9201  una tabla larga.
9202  Para evitarlo, añade el comando 
9203 \series bold
9204
9205 \backslash
9206 clearpage
9207 \series default
9208  en código TeX antes de la tabla.
9209 \end_layout
9210
9211 \begin_layout Subsection
9212 Saltos de página forzados
9213 \begin_inset Index
9214 status collapsed
9215
9216 \begin_layout Plain Layout
9217 Tablas largas ! Saltos de página forzados
9218 \end_layout
9219
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \begin_layout Standard
9226 Por omisión, las tablas sólo se cortan entre filas.
9227  Si tienes una celda con líneas múltiples y necesitas un salto de página
9228  dentro de la celda, inserta el comando de nueva línea «
9229 \series bold
9230
9231 \backslash
9232
9233 \backslash
9234
9235 \series default
9236 » en código TeX en el punto en que quieras cortar.
9237  Antes del comando «
9238 \series bold
9239
9240 \backslash
9241
9242 \backslash
9243
9244 \series default
9245 » debes insertar en código TeX tantos caracteres «
9246 \series bold
9247 &
9248 \series default
9249 » como columnas siguientes de la tabla.
9250  
9251 \series bold
9252 &
9253 \series default
9254  es el carácter para separar celdas.
9255  Escribe en código TeX después de cada 
9256 \series bold
9257 &
9258 \series default
9259  el contenido de la celda siguiente correspondiente y borra el contenido
9260  de esas celdas.
9261 \begin_inset Newline newline
9262 \end_inset
9263
9264 Detrás del comando 
9265 \series bold
9266
9267 \backslash
9268
9269 \backslash
9270
9271 \series default
9272 , inserta tantos 
9273 \series bold
9274 &
9275 \series default
9276  como columnas haya delante de la actual.
9277  En la tabla
9278 \begin_inset space ~
9279 \end_inset
9280
9281
9282 \begin_inset CommandInset ref
9283 LatexCommand ref
9284 reference "tab:Saltos de Página Forzados"
9285
9286 \end_inset
9287
9288  la celda que debería cortarse está en la segunda columna seguida de otra
9289  columna.
9290  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9291  de «
9292 \emph on
9293 Castelchiodato,
9294 \emph default
9295 »:
9296 \end_layout
9297
9298 \begin_layout Standard
9299
9300 \series bold
9301 & 111
9302 \backslash
9303
9304 \backslash
9305
9306 \begin_inset Newline newline
9307 \end_inset
9308
9309 &
9310 \end_layout
9311
9312 \begin_layout Standard
9313 El «111» en la tercera columna de la fila se ha borrado.
9314  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9315  superior pero quisieras una línea horizontal donde se corta la celda, usa
9316  este comando alternativo:
9317 \end_layout
9318
9319 \begin_layout Standard
9320
9321 \series bold
9322 & 111
9323 \backslash
9324
9325 \backslash
9326
9327 \begin_inset Newline newline
9328 \end_inset
9329
9330
9331 \backslash
9332 hline &
9333 \end_layout
9334
9335 \begin_layout Standard
9336 Cuando la celda a cortar está en la última columna, el comando
9337 \end_layout
9338
9339 \begin_layout Standard
9340
9341 \series bold
9342
9343 \backslash
9344 setlength{
9345 \backslash
9346 parfillskip}{0pt}
9347 \end_layout
9348
9349 \begin_layout Standard
9350 debe insertarse en código TeX al principio de la celda.
9351  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9352  aparecerá con toda su anchura.
9353 \end_layout
9354
9355 \begin_layout Standard
9356 \align center
9357 \begin_inset Tabular
9358 <lyxtabular version="3" rows="39" columns="3">
9359 <features islongtable="true">
9360 <column alignment="left" valignment="top" width="0cm">
9361 <column alignment="left" valignment="top" width="3cm">
9362 <column alignment="right" valignment="top" width="0pt">
9363 <row endfirsthead="true" caption="true">
9364 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 \begin_inset Caption
9369
9370 \begin_layout Plain Layout
9371 Tabla con salto de página forzado en celda
9372 \begin_inset CommandInset label
9373 LatexCommand label
9374 name "tab:Saltos de Página Forzados"
9375
9376 \end_inset
9377
9378
9379 \begin_inset OptArg
9380 status collapsed
9381
9382 \begin_layout Plain Layout
9383 Tabla con salto de página forzado en celda
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392
9393
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9408 \begin_inset Text
9409
9410 \begin_layout Plain Layout
9411
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 </row>
9417 <row endfirsthead="true">
9418 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422
9423 \series bold
9424 Ejemplo de lista telefónica (ignore los nombres)
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442
9443 \end_layout
9444
9445 \end_inset
9446 </cell>
9447 </row>
9448 <row endfirsthead="true">
9449 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453
9454 \series bold
9455 NOMBRE
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473
9474 \series bold
9475 TEL.
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row endhead="true" caption="true">
9482 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 \begin_inset ERT
9487 status collapsed
9488
9489 \begin_layout Plain Layout
9490
9491
9492 \backslash
9493 caption*{continúa Tabla con salto de página forzado en celda}
9494 \backslash
9495
9496 \backslash
9497 %
9498 \end_layout
9499
9500 \end_inset
9501
9502
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row endhead="true">
9527 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531  
9532 \series bold
9533 Ejemplo de lista telefónica
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 <row endhead="true">
9558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562
9563 \series bold
9564 NOMBRE
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \series bold
9584 TEL.
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row endfoot="true">
9591 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 continúa en página siguiente
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row>
9620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626 Annovi
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 Silvia
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 111
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 Bertoli
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 Stefano
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675 111
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 Bozzi
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 Walter
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 111
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 </row>
9712 <row>
9713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9714 \begin_inset Text
9715
9716 \begin_layout Plain Layout
9717
9718 \series bold
9719 Cachia
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 Maria
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 111
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 </row>
9743 <row>
9744 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748
9749 \series bold
9750 Cachia
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 Maurizio
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768 111
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \series bold
9781 Cinquemani
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 Giusi
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 111
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 </row>
9805 <row>
9806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9807 \begin_inset Text
9808
9809 \begin_layout Plain Layout
9810
9811 \series bold
9812 Colin
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9818 \begin_inset Text
9819
9820 \begin_layout Plain Layout
9821 Bernard
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 111
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 </row>
9836 <row>
9837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Plain Layout
9841
9842 \series bold
9843 Concli
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 Gianfranco
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 111
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 </row>
9867 <row>
9868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872
9873 \series bold
9874 Dal Bosco
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883 Carolina
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 111
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 </row>
9898 <row>
9899 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9900 \begin_inset Text
9901
9902 \begin_layout Plain Layout
9903
9904 \series bold
9905 Dalpiaz
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 Annamaria
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 111
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 </row>
9929 <row>
9930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9931 \begin_inset Text
9932
9933 \begin_layout Plain Layout
9934
9935 \series bold
9936 Feliciello
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9942 \begin_inset Text
9943
9944 \begin_layout Plain Layout
9945 Domenico
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 111
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 </row>
9960 <row>
9961 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965
9966 \series bold
9967 Focarelli
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 Paola
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 111
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \series bold
9998 Galletti
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007 Oreste
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 111
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 </row>
10022 <row>
10023 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Plain Layout
10027
10028 \series bold
10029 Gasparini
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 Franca
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 111
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 </row>
10053 <row>
10054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058
10059 \series bold
10060 Lassini
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069 Giancarlo, 11.
10070  Fürst von Montecompatri, 11.
10071  Fürst von Sulmona und Vivaro, 10.
10072  Fürst von Rossano, 5.
10073  Herzog von Canemorte, 11.
10074  Herzog von Palombara, 5.
10075  Herzog von Castelchiodato,
10076 \begin_inset ERT
10077 status open
10078
10079 \begin_layout Plain Layout
10080
10081 & 111
10082 \backslash
10083
10084 \backslash
10085
10086 \end_layout
10087
10088 \begin_layout Plain Layout
10089
10090 &
10091 \end_layout
10092
10093 \end_inset
10094
10095  11.
10096  Herzog von Poggionativo, 11.
10097  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10098  Graf von Valinfreda, 11.
10099  Baron von Cropalati, 11.
10100  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row>
10116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120
10121 \series bold
10122 Malfatti
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131 Luciano
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 111
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 </row>
10146 <row>
10147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10148 \begin_inset Text
10149
10150 \begin_layout Plain Layout
10151
10152 \series bold
10153 Malfatti
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10159 \begin_inset Text
10160
10161 \begin_layout Plain Layout
10162 Valeriano
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 111
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 </row>
10177 <row>
10178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10179 \begin_inset Text
10180
10181 \begin_layout Plain Layout
10182
10183 \series bold
10184 Meneguzzo
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193 Roberto
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 111
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row>
10209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213
10214 \series bold
10215 Mezzadra
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224 Roberto
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 111
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row>
10240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 Pirpamer
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 Erich
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264 111
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Pochiesa
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Paolo
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111, 222
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Radina
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Claudio
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Rizzardi
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Paolo
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Stuffer
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Oskar
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Tacchelli
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Ugo
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Tezzele
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Margit
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Unterkalmsteiner
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Frieda
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Vieider
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Hilde
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Vigna
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Jürgen
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Weber
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Maurizio
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Winkler
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Franz
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row endlastfoot="true">
10612 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 </lyxtabular>
10641
10642 \end_inset
10643
10644
10645 \begin_inset Newpage newpage
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \begin_layout Section
10652 Líneas múltiples en columnas y filas
10653 \end_layout
10654
10655 \begin_layout Subsection
10656 Líneas múltiples en celdas
10657 \begin_inset CommandInset label
10658 LatexCommand label
10659 name "sub:Líneas-Múltiples-en"
10660
10661 \end_inset
10662
10663
10664 \begin_inset Index
10665 status collapsed
10666
10667 \begin_layout Plain Layout
10668 Lineas@Líneas múltiples en celdas
10669 \end_layout
10670
10671 \end_inset
10672
10673
10674 \begin_inset Index
10675 status collapsed
10676
10677 \begin_layout Plain Layout
10678 Tablas ! Saltos de línea
10679 \end_layout
10680
10681 \end_inset
10682
10683
10684 \end_layout
10685
10686 \begin_layout Standard
10687 \noindent
10688 \begin_inset Float table
10689 placement H
10690 wide false
10691 sideways false
10692 status open
10693
10694 \begin_layout Plain Layout
10695 \begin_inset Caption
10696
10697 \begin_layout Plain Layout
10698 \begin_inset CommandInset label
10699 LatexCommand label
10700 name "tab:Tabla-con-múltiples"
10701
10702 \end_inset
10703
10704 Tabla con líneas múltiples en celda
10705 \end_layout
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \begin_layout Plain Layout
10713 \align center
10714 \begin_inset Tabular
10715 <lyxtabular version="3" rows="3" columns="3">
10716 <features>
10717 <column alignment="center" valignment="middle" width="2.5cm">
10718 <column alignment="center" valignment="middle" width="0">
10719 <column alignment="center" valignment="middle" width="0">
10720 <row>
10721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 líneas
10726 \begin_inset Newline linebreak
10727 \end_inset
10728
10729 múltiples
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 b
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747 c
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 d
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 e
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 f
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 g
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 h
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805 i
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 </lyxtabular>
10812
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \begin_layout Standard
10824 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10825  párrafos con varias líneas y guionado.
10826 \end_layout
10827
10828 \begin_layout Standard
10829 Para generar la tabla
10830 \begin_inset space ~
10831 \end_inset
10832
10833
10834 \begin_inset CommandInset ref
10835 LatexCommand ref
10836 reference "tab:Tabla-con-múltiples"
10837
10838 \end_inset
10839
10840 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10841  En el diálogo que surge establece una anchura de 2.5
10842 \begin_inset space \thinspace{}
10843 \end_inset
10844
10845 cm y escoge centro en alineación vertical y horizontal.
10846  La alineación vertical se utiliza para todas las celdas de la fila.
10847  Como nuestro texto es menor de 2.5
10848 \begin_inset space \thinspace{}
10849 \end_inset
10850
10851 cm, sólo aparece una línea.
10852  Para poner dos añadimos un salto de línea justificado, (atajo 
10853 \family sans
10854 Ctrl-Mayúsculas-Retorno
10855 \family default
10856 ).
10857  Si el texto es más ancho que la celda será automáticamente dividido en
10858  líneas.
10859 \end_layout
10860
10861 \begin_layout Standard
10862 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10863  con guión si es la primera entrada.
10864  Por eso hay que insertar algo para que dicha palabra no sea la primera
10865  entrada: añade un espacio horizontal de 0
10866 \begin_inset space \thinspace{}
10867 \end_inset
10868
10869 pt delante de la palabra.
10870  Como el espacio es 0 la salida no cambia.
10871  El cuadro
10872 \begin_inset space ~
10873 \end_inset
10874
10875
10876 \begin_inset CommandInset ref
10877 LatexCommand ref
10878 reference "tab:Tabla-con-y"
10879
10880 \end_inset
10881
10882  muestra el efecto.
10883 \end_layout
10884
10885 \begin_layout Standard
10886 \begin_inset Float table
10887 placement b
10888 wide false
10889 sideways false
10890 status open
10891
10892 \begin_layout Plain Layout
10893 \begin_inset Caption
10894
10895 \begin_layout Plain Layout
10896 \begin_inset CommandInset label
10897 LatexCommand label
10898 name "tab:Tabla-con-y"
10899
10900 \end_inset
10901
10902 Tablas con y sin guión
10903 \end_layout
10904
10905 \end_inset
10906
10907
10908 \end_layout
10909
10910 \begin_layout Plain Layout
10911 \begin_inset space \hfill{}
10912 \end_inset
10913
10914
10915 \begin_inset Tabular
10916 <lyxtabular version="3" rows="3" columns="3">
10917 <features>
10918 <column alignment="center" valignment="middle" width="2.5cm">
10919 <column alignment="center" valignment="middle" width="0">
10920 <column alignment="center" valignment="middle" width="0">
10921 <row>
10922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 celdaconpalabramuylarga
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 b
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 c
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 <row>
10951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 d
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 e
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 f
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 g
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 h
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 i
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 </row>
11008 </lyxtabular>
11009
11010 \end_inset
11011
11012
11013 \begin_inset space \hfill{}
11014 \end_inset
11015
11016
11017 \begin_inset Tabular
11018 <lyxtabular version="3" rows="3" columns="3">
11019 <features>
11020 <column alignment="center" valignment="middle" width="2.5cm">
11021 <column alignment="center" valignment="middle" width="0">
11022 <column alignment="center" valignment="middle" width="0">
11023 <row>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 \begin_inset space \hspace{}
11029 \length 0pt
11030 \end_inset
11031
11032 celdaconpalabramuylarga
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 b
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050 c
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 d
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 e
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 f
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090 g
11091 \end_layout
11092
11093 \end_inset
11094 </cell>
11095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11096 \begin_inset Text
11097
11098 \begin_layout Plain Layout
11099 h
11100 \end_layout
11101
11102 \end_inset
11103 </cell>
11104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 i
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 </row>
11114 </lyxtabular>
11115
11116 \end_inset
11117
11118
11119 \begin_inset space \hfill{}
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126
11127
11128 \end_layout
11129
11130 \begin_layout Subsection
11131 Multicolumnas
11132 \begin_inset CommandInset label
11133 LatexCommand label
11134 name "sub:Multicolumnas"
11135
11136 \end_inset
11137
11138
11139 \begin_inset Index
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Multicolumnas
11144 \end_layout
11145
11146 \end_inset
11147
11148
11149 \begin_inset Index
11150 status collapsed
11151
11152 \begin_layout Plain Layout
11153 Tablas ! Multicolumnas
11154 \end_layout
11155
11156 \end_inset
11157
11158
11159 \end_layout
11160
11161 \begin_layout Subsubsection
11162 Fundamentos de multicolumna
11163 \end_layout
11164
11165 \begin_layout Standard
11166 Para extender una celda sobre varias columnas, se marcan las celdas que
11167  se desee combinar y se usa el botón 
11168 \begin_inset Graphics
11169         filename ../../images/tabular-feature_multicolumn.png
11170         scale 85
11171
11172 \end_inset
11173
11174 , el menú 
11175 \family sans
11176 Editar\SpecialChar \menuseparator
11177 Tabla\SpecialChar \menuseparator
11178 Multicolumna
11179 \family default
11180 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11181  bajo la solapa 
11182 \family sans
11183 Configuración
11184 \family default
11185 , la casilla Multicolumna.
11186 \end_layout
11187
11188 \begin_layout Standard
11189 Las multicolumnas tienen su propia configuración de celdas.
11190  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11191  multicolumna.
11192  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11193  última fila sin borde superior:
11194 \end_layout
11195
11196 \begin_layout Standard
11197 \align center
11198 \begin_inset Tabular
11199 <lyxtabular version="3" rows="3" columns="4">
11200 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11201 <column alignment="center" valignment="top" width="0pt">
11202 <column alignment="center" valignment="middle" width="0">
11203 <column alignment="center" valignment="top" width="0in">
11204 <column alignment="center" valignment="top" width="0pt">
11205 <row>
11206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 abc
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 def ghi
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 jkl
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 </row>
11243 <row>
11244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \family roman
11250 \series medium
11251 \shape up
11252 \size normal
11253 \emph off
11254 \bar no
11255 \noun off
11256 \color none
11257 A
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 B
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 C
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 D
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 </row>
11290 <row>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 1
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11301 \begin_inset Text
11302
11303 \begin_layout Plain Layout
11304 2
11305 \end_layout
11306
11307 \end_inset
11308 </cell>
11309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 3
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 4
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 </lyxtabular>
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Subsubsection
11336 Cálculos en multicolumnas
11337 \begin_inset CommandInset label
11338 LatexCommand label
11339 name "sub:Cálculos-en-Multicolumnas"
11340
11341 \end_inset
11342
11343
11344 \begin_inset Index
11345 status collapsed
11346
11347 \begin_layout Plain Layout
11348 Multicolumnas ! Cálculos
11349 \end_layout
11350
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \begin_layout Standard
11357 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11358  la anchura de celda de las columnas combinadas en la celda multicolumna.
11359 \end_layout
11360
11361 \begin_layout Standard
11362 \begin_inset Float table
11363 placement h
11364 wide false
11365 sideways false
11366 status open
11367
11368 \begin_layout Plain Layout
11369 \begin_inset Caption
11370
11371 \begin_layout Plain Layout
11372 \begin_inset CommandInset label
11373 LatexCommand label
11374 name "tab:Tabla-con-centrado"
11375
11376 \end_inset
11377
11378 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11379 te la mitad de anchura que la celda multicolumna
11380 \begin_inset OptArg
11381 status collapsed
11382
11383 \begin_layout Plain Layout
11384 Tabla multicolumna perfecta
11385 \end_layout
11386
11387 \end_inset
11388
11389
11390 \end_layout
11391
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \begin_layout Plain Layout
11398 \align center
11399 \begin_inset Tabular
11400 <lyxtabular version="3" rows="3" columns="3">
11401 <features>
11402 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11403 <column alignment="center" valignment="middle" width="0">
11404 <column alignment="center" valignment="top" width="0">
11405 <row>
11406 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 multicolumna línea múltiple
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 c
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 <row>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 d
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 e
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 f
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 <row>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 g
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 h
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11483 \begin_inset Text
11484
11485 \begin_layout Plain Layout
11486 i
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 </row>
11492 </lyxtabular>
11493
11494 \end_inset
11495
11496
11497 \end_layout
11498
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \begin_layout Standard
11505 Por ejemplo, para crear la tabla
11506 \begin_inset space ~
11507 \end_inset
11508
11509
11510 \begin_inset CommandInset ref
11511 LatexCommand ref
11512 reference "tab:Tabla-con-centrado"
11513
11514 \end_inset
11515
11516 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11517  clic-derecha.
11518  En el diálogo marca 
11519 \emph on
11520 multicolumna
11521 \emph default
11522
11523 \emph on
11524 alineación centro
11525 \emph default
11526  y una anchura de 2.5
11527 \begin_inset space \thinspace{}
11528 \end_inset
11529
11530 cm.
11531  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11532  de la celda multicolumna, así que deberías ajustar 1.25
11533 \begin_inset space \thinspace{}
11534 \end_inset
11535
11536 cm para la primera columna.
11537  La segunda columna tendrá entonces automáticamente 1.25
11538 \begin_inset space \thinspace{}
11539 \end_inset
11540
11541 cm de anchura.
11542  Para la tabla
11543 \begin_inset space ~
11544 \end_inset
11545
11546
11547 \begin_inset CommandInset ref
11548 LatexCommand ref
11549 reference "tab:Tabla-sin-mitad"
11550
11551 \end_inset
11552
11553  se ha procedido de la siguiente manera:
11554 \end_layout
11555
11556 \begin_layout Standard
11557 \begin_inset Float table
11558 wide false
11559 sideways false
11560 status open
11561
11562 \begin_layout Plain Layout
11563 \begin_inset Caption
11564
11565 \begin_layout Plain Layout
11566 \begin_inset CommandInset label
11567 LatexCommand label
11568 name "tab:Tabla-sin-mitad"
11569
11570 \end_inset
11571
11572 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11573  anchura que la celda multicolumna
11574 \begin_inset OptArg
11575 status open
11576
11577 \begin_layout Plain Layout
11578 Tabla multicolumna imperfecta
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \end_layout
11590
11591 \begin_layout Plain Layout
11592 \align center
11593 \begin_inset Tabular
11594 <lyxtabular version="3" rows="3" columns="3">
11595 <features>
11596 <column alignment="center" valignment="top" width="1.25cm">
11597 <column alignment="center" valignment="top" width="0">
11598 <column alignment="center" valignment="top" width="0">
11599 <row>
11600 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 multicolumna línea múltiple
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 c
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 </row>
11628 <row>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 d
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 e
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 f
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 </row>
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 g
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 h
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 i
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 </row>
11686 </lyxtabular>
11687
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \begin_layout Standard
11699 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11700 a, es un poco mayor.
11701  La razón es que la anchura dada para una celda 
11702 \begin_inset Formula $W_{g}$
11703 \end_inset
11704
11705  no es su anchura total 
11706 \begin_inset Formula $W_{\mathrm{tot}}$
11707 \end_inset
11708
11709  porque una celda es siempre algo mayor que la anchura dada.
11710  El apéndice
11711 \begin_inset space ~
11712 \end_inset
11713
11714
11715 \begin_inset CommandInset ref
11716 LatexCommand eqref
11717 reference "cha:Explicación-de-la-Ecuación"
11718
11719 \end_inset
11720
11721  lo explica con detalle.
11722 \end_layout
11723
11724 \begin_layout Standard
11725 La anchura dada necesaria, 
11726 \begin_inset Formula $W_{g\, n}$
11727 \end_inset
11728
11729  para combinar 
11730 \emph on
11731 n
11732 \emph default
11733  columnas puede calcularse de manera que cada columna tenga una anchura
11734  total de 
11735 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11736 \end_inset
11737
11738 :
11739 \begin_inset Formula \begin{equation}
11740 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11741
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 En nuestro caso tenemos 
11749 \begin_inset Formula $n=2$
11750 \end_inset
11751
11752
11753 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11754 \end_inset
11755
11756
11757 \begin_inset space \thinspace{}
11758 \end_inset
11759
11760 cm y los valores predeterminados para longitudes, así la ecuación
11761 \begin_inset space ~
11762 \end_inset
11763
11764
11765 \begin_inset CommandInset ref
11766 LatexCommand ref
11767 reference "eq:Wgn"
11768
11769 \end_inset
11770
11771  queda
11772 \begin_inset Formula \begin{equation}
11773 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \begin_layout Standard
11781 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11782  
11783 \series bold
11784 calc
11785 \series default
11786  con la línea
11787 \begin_inset Index
11788 status collapsed
11789
11790 \begin_layout Plain Layout
11791 LaTeX-paquetes ! calc
11792 \end_layout
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \begin_layout Standard
11800
11801 \series bold
11802
11803 \backslash
11804 usepackage{calc}
11805 \end_layout
11806
11807 \begin_layout Standard
11808 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11809  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11810  He aquí un repaso de los argumentos:
11811 \end_layout
11812
11813 \begin_layout Itemize
11814
11815 \series bold
11816 p{ancho}
11817 \series default
11818  crea celdas con anchura fija, el texto alineado arriba
11819 \end_layout
11820
11821 \begin_layout Itemize
11822
11823 \series bold
11824 m{ancho}
11825 \series default
11826  crea celdas con anchura fija, el texto con alineación vertical centrada
11827  
11828 \end_layout
11829
11830 \begin_layout Itemize
11831
11832 \series bold
11833 b{ancho}
11834 \series default
11835  crea celdas con anchura fija, el texto alineado abajo
11836 \end_layout
11837
11838 \begin_layout Standard
11839 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11840  en el diálogo se ignoran.
11841 \end_layout
11842
11843 \begin_layout Standard
11844 \begin_inset Note Greyedout
11845 status open
11846
11847 \begin_layout Plain Layout
11848
11849 \series bold
11850 Nota:
11851 \series default
11852  Debido a un error, LyX muestra de todas formas estas propiedades.
11853 \end_layout
11854
11855 \end_inset
11856
11857  
11858 \end_layout
11859
11860 \begin_layout Standard
11861 El comando 
11862 \series bold
11863
11864 \backslash
11865 centering
11866 \series default
11867  centra horizontalmente el texto.
11868  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11869  columna extendida:
11870 \end_layout
11871
11872 \begin_layout Standard
11873
11874 \series bold
11875 >{
11876 \backslash
11877 centering}m{1.25cm-6.2pt}
11878 \end_layout
11879
11880 \begin_layout Standard
11881 El comando 
11882 \series bold
11883 >{ }
11884 \series default
11885  significa que los comandos entre llaves se aplican antes de crear la celda.
11886 \end_layout
11887
11888 \begin_layout Standard
11889 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11890 , aún está alineado a la izquierda.
11891  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11892  Así que para multicolumnas hemos de usar el argumento de LaTeX
11893 \end_layout
11894
11895 \begin_layout Standard
11896
11897 \series bold
11898 >{
11899 \backslash
11900 centering}m{2.5cm}
11901 \end_layout
11902
11903 \begin_layout Subsection
11904 Multifilas
11905 \begin_inset Index
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909 Multifilas
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \begin_inset Index
11916 status collapsed
11917
11918 \begin_layout Plain Layout
11919 Tablas ! Multifilas
11920 \end_layout
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11929  hace falta un poco de código TeX.
11930  Hay que cargar el paquete de LaTeX 
11931 \series bold
11932 multirow
11933 \series default
11934
11935 \begin_inset Index
11936 status collapsed
11937
11938 \begin_layout Plain Layout
11939 LaTeX-paquetes ! multirow
11940 \end_layout
11941
11942 \end_inset
11943
11944  en el preámbulo del documento con el comando
11945 \end_layout
11946
11947 \begin_layout Standard
11948
11949 \series bold
11950
11951 \backslash
11952 usepackage{multirow}
11953 \end_layout
11954
11955 \begin_layout Standard
11956 Las multifilas se crean con el comando
11957 \end_layout
11958
11959 \begin_layout Standard
11960
11961 \series bold
11962
11963 \backslash
11964 multirow{número de filas}{ancho de celda}{entrada de celda}
11965 \end_layout
11966
11967 \begin_layout Standard
11968 Para crear la siguiente tabla:
11969 \end_layout
11970
11971 \begin_layout Standard
11972 \align center
11973 \begin_inset ERT
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977
11978
11979 \backslash
11980 renewcommand{
11981 \backslash
11982 multirowsetup}{
11983 \backslash
11984 centering}
11985 \end_layout
11986
11987 \end_inset
11988
11989
11990 \begin_inset Tabular
11991 <lyxtabular version="3" rows="3" columns="3">
11992 <features>
11993 <column alignment="center" valignment="top" width="0">
11994 <column alignment="center" valignment="top" width="0">
11995 <column alignment="center" valignment="top" width="0">
11996 <row>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 a
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010 b
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019 c
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 </row>
12025 <row>
12026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 \begin_inset ERT
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034
12035
12036 \backslash
12037 multirow{2}{2.5cm}{
12038 \end_layout
12039
12040 \end_inset
12041
12042 entrada multifila
12043 \begin_inset ERT
12044 status collapsed
12045
12046 \begin_layout Plain Layout
12047
12048 }
12049 \end_layout
12050
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12059 \begin_inset Text
12060
12061 \begin_layout Plain Layout
12062 e
12063 \end_layout
12064
12065 \end_inset
12066 </cell>
12067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12068 \begin_inset Text
12069
12070 \begin_layout Plain Layout
12071 f
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 </row>
12077 <row>
12078 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12079 \begin_inset Text
12080
12081 \begin_layout Plain Layout
12082
12083 \end_layout
12084
12085 \end_inset
12086 </cell>
12087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12088 \begin_inset Text
12089
12090 \begin_layout Plain Layout
12091 h
12092 \end_layout
12093
12094 \end_inset
12095 </cell>
12096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12097 \begin_inset Text
12098
12099 \begin_layout Plain Layout
12100 i
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 </row>
12106 </lyxtabular>
12107
12108 \end_inset
12109
12110
12111 \begin_inset ERT
12112 status collapsed
12113
12114 \begin_layout Plain Layout
12115
12116
12117 \backslash
12118 renewcommand{
12119 \backslash
12120 multirowsetup}{
12121 \backslash
12122 raggedright}
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 crea una tabla 3×3.
12132  Para quitar la línea sobre la última celda en la primera columna, se marca
12133  la celda como multicolumna y se quita el borde superior.
12134  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12135  ahí el comando
12136 \end_layout
12137
12138 \begin_layout Standard
12139
12140 \series bold
12141
12142 \backslash
12143 multirow{2}{2.5cm}{
12144 \end_layout
12145
12146 \begin_layout Standard
12147 en código TeX.
12148  Según los parámetros del comando la multifila se expande a dos filas y
12149  tiene de ancho 2.5
12150 \begin_inset space \thinspace{}
12151 \end_inset
12152
12153 cm.
12154  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12155  y el comando finaliza con llave derecha 
12156 \series bold
12157 }
12158 \series default
12159  en otro cuadro de código TeX tras el texto.
12160 \end_layout
12161
12162 \begin_layout Standard
12163
12164 \series bold
12165
12166 \backslash
12167 multirow
12168 \series default
12169  alinea su contenido a la izquierda por omisión.
12170  Para cambiarlo renombra el comando 
12171 \series bold
12172
12173 \backslash
12174 multirowsetup
12175 \series default
12176  con el comando
12177 \end_layout
12178
12179 \begin_layout Standard
12180
12181 \series bold
12182
12183 \backslash
12184 renewcommand{
12185 \backslash
12186 multirowsetup}{
12187 \backslash
12188 centering}
12189 \end_layout
12190
12191 \begin_layout Standard
12192 en el preámbulo del documento.
12193  Entonces se centran todas las entradas de celdas multifila en el documento.
12194  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12195  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12196  Si el texto debe estar alineado a la derecha, reemplaza 
12197 \series bold
12198
12199 \backslash
12200 centering
12201 \series default
12202  por 
12203 \series bold
12204
12205 \backslash
12206 raggedleft
12207 \series default
12208 .
12209  Para volver a alineado a la izquierda usa 
12210 \series bold
12211
12212 \backslash
12213 raggedright
12214 \series default
12215 .
12216 \end_layout
12217
12218 \begin_layout Section
12219 Tablas formales
12220 \begin_inset CommandInset label
12221 LatexCommand label
12222 name "sec:Tablas-Formales"
12223
12224 \end_inset
12225
12226
12227 \begin_inset Index
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231 Tablas Formales
12232 \end_layout
12233
12234 \end_inset
12235
12236
12237 \begin_inset Index
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241 Tablas ! Estilo formal
12242 \end_layout
12243
12244 \end_inset
12245
12246  
12247 \end_layout
12248
12249 \begin_layout Standard
12250 En los libros, las tablas se suelen presentar en un formato como el de la
12251  tabla 
12252 \begin_inset space ~
12253 \end_inset
12254
12255
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "tab:Ejemplo-tabla-formal"
12259
12260 \end_inset
12261
12262 .
12263  Se denominan tablas 
12264 \emph on
12265 formales
12266 \emph default
12267 .
12268  Para hacer tablas con este diseño, elige 
12269 \family sans
12270 Estilo
12271 \family default
12272
12273 \begin_inset space ~
12274 \end_inset
12275
12276
12277 \family sans
12278 Formal
12279 \family default
12280  en la solapa 
12281 \family sans
12282 Bordes
12283 \family default
12284  del cuadro de diálogo de tablas.
12285 \end_layout
12286
12287 \begin_layout Standard
12288 \begin_inset Float table
12289 placement h
12290 wide false
12291 sideways false
12292 status open
12293
12294 \begin_layout Plain Layout
12295 \begin_inset Caption
12296
12297 \begin_layout Plain Layout
12298 \begin_inset CommandInset label
12299 LatexCommand label
12300 name "tab:Ejemplo-tabla-formal"
12301
12302 \end_inset
12303
12304 Ejemplo de tabla formal
12305 \end_layout
12306
12307 \end_inset
12308
12309
12310 \end_layout
12311
12312 \begin_layout Plain Layout
12313 \align center
12314 \begin_inset Tabular
12315 <lyxtabular version="3" rows="8" columns="4">
12316 <features booktabs="true">
12317 <column alignment="center" valignment="top" width="0">
12318 <column alignment="center" valignment="top" width="0">
12319 <column alignment="center" valignment="top" width="0">
12320 <column alignment="center" valignment="top" width="0">
12321 <row>
12322 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12323 \begin_inset Text
12324
12325 \begin_layout Plain Layout
12326 System
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 Medipix
12336 \begin_inset Formula $\,$
12337 \end_inset
12338
12339 1
12340 \end_layout
12341
12342 \end_inset
12343 </cell>
12344 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12345 \begin_inset Text
12346
12347 \begin_layout Plain Layout
12348 Medipix
12349 \begin_inset Formula $\,$
12350 \end_inset
12351
12352 2
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12358 \begin_inset Text
12359
12360 \begin_layout Plain Layout
12361
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 </row>
12367 <row>
12368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 \begin_inset ERT
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376
12377
12378 \backslash
12379 cmidrule(r){2-2}
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \begin_inset ERT
12386 status collapsed
12387
12388 \begin_layout Plain Layout
12389
12390
12391 \backslash
12392 cmidrule(l){3-4}
12393 \end_layout
12394
12395 \end_inset
12396
12397 Detector thickness [µm]
12398 \end_layout
12399
12400 \end_inset
12401 </cell>
12402 <cell alignment="center" valignment="top" usebox="none">
12403 \begin_inset Text
12404
12405 \begin_layout Plain Layout
12406 300
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 <cell alignment="center" valignment="top" usebox="none">
12412 \begin_inset Text
12413
12414 \begin_layout Plain Layout
12415 300
12416 \end_layout
12417
12418 \end_inset
12419 </cell>
12420 <cell alignment="center" valignment="top" usebox="none">
12421 \begin_inset Text
12422
12423 \begin_layout Plain Layout
12424 700
12425 \end_layout
12426
12427 \end_inset
12428 </cell>
12429 </row>
12430 <row>
12431 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12432 \begin_inset Text
12433
12434 \begin_layout Plain Layout
12435 Edge angle [°]
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 <cell alignment="center" valignment="top" topline="true" usebox="none">
12441 \begin_inset Text
12442
12443 \begin_layout Plain Layout
12444 3.55
12445 \end_layout
12446
12447 \end_inset
12448 </cell>
12449 <cell alignment="center" valignment="top" topline="true" usebox="none">
12450 \begin_inset Text
12451
12452 \begin_layout Plain Layout
12453 2.71
12454 \end_layout
12455
12456 \end_inset
12457 </cell>
12458 <cell alignment="center" valignment="top" topline="true" usebox="none">
12459 \begin_inset Text
12460
12461 \begin_layout Plain Layout
12462 7.99
12463 \end_layout
12464
12465 \end_inset
12466 </cell>
12467 </row>
12468 <row topspace="default">
12469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Plain Layout
12473 Spatial resolution [µm]
12474 \end_layout
12475
12476 \end_inset
12477 </cell>
12478 <cell alignment="center" valignment="top" usebox="none">
12479 \begin_inset Text
12480
12481 \begin_layout Plain Layout
12482 4.26
12483 \end_layout
12484
12485 \end_inset
12486 </cell>
12487 <cell alignment="center" valignment="top" usebox="none">
12488 \begin_inset Text
12489
12490 \begin_layout Plain Layout
12491 10.17
12492 \end_layout
12493
12494 \end_inset
12495 </cell>
12496 <cell alignment="center" valignment="top" usebox="none">
12497 \begin_inset Text
12498
12499 \begin_layout Plain Layout
12500 10.56
12501 \end_layout
12502
12503 \end_inset
12504 </cell>
12505 </row>
12506 <row topspace="default">
12507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12508 \begin_inset Text
12509
12510 \begin_layout Plain Layout
12511 MTF at 
12512 \begin_inset Formula $f_{\mathrm{max}}$
12513 \end_inset
12514
12515
12516 \end_layout
12517
12518 \end_inset
12519 </cell>
12520 <cell alignment="center" valignment="top" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 0.53
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 0.37
12534 \end_layout
12535
12536 \end_inset
12537 </cell>
12538 <cell alignment="center" valignment="top" usebox="none">
12539 \begin_inset Text
12540
12541 \begin_layout Plain Layout
12542 0.39
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 <row topspace="default">
12549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 \begin_inset ERT
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557
12558
12559 \backslash
12560 cmidrule(l{10pt}){1-1}
12561 \end_layout
12562
12563 \end_inset
12564
12565 LSF-spatial resolution
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 in µm
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 129.7
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 52.75
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 50.78
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 </row>
12636 <row>
12637 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 in % of pixel size
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 76.3
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 95.9
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 92.3
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 </row>
12674 </lyxtabular>
12675
12676 \end_inset
12677
12678
12679 \end_layout
12680
12681 \end_inset
12682
12683
12684 \end_layout
12685
12686 \begin_layout Standard
12687 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12688  correspondientes que se encuentran en la solapa 
12689 \family sans
12690 Bordes 
12691 \family default
12692 del diálogo
12693 \family sans
12694  Configuración
12695 \begin_inset space ~
12696 \end_inset
12697
12698 de
12699 \begin_inset space ~
12700 \end_inset
12701
12702 la
12703 \begin_inset space ~
12704 \end_inset
12705
12706 tabla
12707 \family default
12708 , como se explica en la sección
12709 \begin_inset space ~
12710 \end_inset
12711
12712
12713 \begin_inset CommandInset ref
12714 LatexCommand ref
12715 reference "sub:Espacio-adicional"
12716
12717 \end_inset
12718
12719
12720 \end_layout
12721
12722 \begin_layout Standard
12723 A diferencia de las tablas normales, las tablas formales no tienen líneas
12724  verticales.
12725  Las líneas horizontales se pueden poner o no como en las tablas normales,
12726  pero en la salida se mostrarán con distinto grosor:
12727 \begin_inset Newline newline
12728 \end_inset
12729
12730 Las líneas primera y última tienen un grosor predeterminado de 0.08
12731 \begin_inset space \thinspace{}
12732 \end_inset
12733
12734 em, las demás tienen un grosor predeterminado de 0.05
12735 \begin_inset space \thinspace{}
12736 \end_inset
12737
12738 em.
12739 \end_layout
12740
12741 \begin_layout Standard
12742 Estos valores predeterminados se pueden cambiar
12743 \series bold
12744  
12745 \series default
12746 con las líneas de preámbulo:
12747 \end_layout
12748
12749 \begin_layout Standard
12750
12751 \series bold
12752
12753 \backslash
12754 let
12755 \backslash
12756 mytoprule
12757 \backslash
12758 toprule
12759 \begin_inset Newline newline
12760 \end_inset
12761
12762
12763 \backslash
12764 renewcommand{
12765 \backslash
12766 toprule}{
12767 \backslash
12768 mytoprule[grosor]}
12769 \end_layout
12770
12771 \begin_layout Standard
12772 Este ejemplo es para la primera línea, la denominada 
12773 \series bold
12774 toprule
12775 \series default
12776 .
12777  Si quieres cambiar el grosor de la última línea, reemplaza 
12778 \series bold
12779 toprule
12780 \series default
12781  por 
12782 \series bold
12783 bottomrule
12784 \series default
12785 .
12786  Y para cambiar el grosor de las demás líneas cambia 
12787 \series bold
12788 toprule
12789 \series default
12790  por 
12791 \series bold
12792 midrule
12793 \series default
12794 .
12795  Puedes usar cualquiera de las unidades listadas en el apéndice
12796 \begin_inset space ~
12797 \end_inset
12798
12799
12800 \begin_inset CommandInset ref
12801 LatexCommand ref
12802 reference "cha:Unidades-disponibles-en"
12803
12804 \end_inset
12805
12806  para establecer el grosor.
12807 \end_layout
12808
12809 \begin_layout Standard
12810 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12811  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12812  LyX empleará internamente el comando 
12813 \series bold
12814
12815 \backslash
12816 cmidrule
12817 \series default
12818  para dibujar la línea.
12819  El esquema completo es
12820 \end_layout
12821
12822 \begin_layout Standard
12823
12824 \series bold
12825
12826 \backslash
12827 cmidrule[grosor](recorte){inicol-fincol}
12828 \end_layout
12829
12830 \begin_layout Standard
12831 Por el momento, LyX no soporta las opciones de 
12832 \series bold
12833
12834 \backslash
12835 cmidrule
12836 \series default
12837 , así que para usarlas hay que emplear código TeX.
12838  Las líneas 
12839 \series bold
12840
12841 \backslash
12842 cmidrule
12843 \series default
12844  se pueden insertar manualmente con el comando en código TeX como primera
12845  entrada de la primera celda de una fila.
12846  En la salida se dibujará la línea sobre dicha fila.
12847 \end_layout
12848
12849 \begin_layout Standard
12850 El grosor predeterminado es 0.03
12851 \begin_inset space \thinspace{}
12852 \end_inset
12853
12854 em.
12855  
12856 \series bold
12857 inicol
12858 \series default
12859  es el número de la columna en la que comienza la línea y 
12860 \series bold
12861 fincol
12862 \series default
12863  es el número de la columna en la que acaba la línea.
12864  El valor 
12865 \series bold
12866 fincol
12867 \series default
12868  debe especificarse siempre, aunque la línea se extienda sobre una sola
12869  columna.
12870  El parámetro opcional 
12871 \series bold
12872 recorte
12873 \series default
12874  debe ser 
12875 \emph on
12876 l{recorte}
12877 \emph default
12878  o 
12879 \emph on
12880 r{recorte}
12881 \emph default
12882 , donde 
12883 \emph on
12884 recorte
12885 \emph default
12886  también es opcional.
12887  Por ejemplo, el parámetro 
12888 \emph on
12889 l{2pt}
12890 \emph default
12891  significa que la línea se recorta 2
12892 \begin_inset space \thinspace{}
12893 \end_inset
12894
12895 pt por su izquierda.
12896  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12897 \begin_inset space \thinspace{}
12898 \end_inset
12899
12900 em.
12901
12902 \series bold
12903  
12904 \end_layout
12905
12906 \begin_layout Standard
12907
12908 \end_layout
12909
12910 \begin_layout Standard
12911 \begin_inset VSpace bigskip
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Standard
12918 La tabla
12919 \begin_inset space ~
12920 \end_inset
12921
12922
12923 \begin_inset CommandInset ref
12924 LatexCommand ref
12925 reference "tab:Ejemplo-tabla-formal"
12926
12927 \end_inset
12928
12929  se ha creado con los comandos
12930 \end_layout
12931
12932 \begin_layout Standard
12933
12934 \series bold
12935
12936 \backslash
12937 cmidrule(r){2-2}
12938 \backslash
12939 cmidrule(l){3-4}
12940 \end_layout
12941
12942 \begin_layout Standard
12943 en la segunda fila, 
12944 \series bold
12945
12946 \backslash
12947 midrule
12948 \series default
12949  en la tercera, y
12950 \end_layout
12951
12952 \begin_layout Standard
12953
12954 \series bold
12955
12956 \backslash
12957 cmidrule(l{10pt}){1-1}
12958 \end_layout
12959
12960 \begin_layout Standard
12961 en la sexta fila.
12962 \end_layout
12963
12964 \begin_layout Standard
12965 \begin_inset VSpace bigskip
12966 \end_inset
12967
12968
12969 \end_layout
12970
12971 \begin_layout Standard
12972 Quizá quieras superponer líneas 
12973 \series bold
12974
12975 \backslash
12976 cmidrules
12977 \series default
12978  como en la tabla
12979 \begin_inset space ~
12980 \end_inset
12981
12982
12983 \begin_inset CommandInset ref
12984 LatexCommand ref
12985 reference "tab:Tabla-formal-especial"
12986
12987 \end_inset
12988
12989 .
12990  Esto se consigue con el comando en código TeX
12991 \end_layout
12992
12993 \begin_layout Standard
12994
12995 \series bold
12996
12997 \backslash
12998 morecmidrules
12999 \end_layout
13000
13001 \begin_layout Standard
13002 El comando que se ha utilizado para la segunda fila de la tabla
13003 \begin_inset space ~
13004 \end_inset
13005
13006
13007 \begin_inset CommandInset ref
13008 LatexCommand ref
13009 reference "tab:Tabla-formal-especial"
13010
13011 \end_inset
13012
13013  es
13014 \end_layout
13015
13016 \begin_layout Standard
13017
13018 \series bold
13019
13020 \backslash
13021 cmidrule(r){2-2}
13022 \backslash
13023 cmidrule(l){3-4}
13024 \backslash
13025 morecmidrules
13026 \backslash
13027 cmidrule{2-4}
13028 \end_layout
13029
13030 \begin_layout Standard
13031 El comando para la sexta fila es
13032 \end_layout
13033
13034 \begin_layout Standard
13035
13036 \series bold
13037
13038 \backslash
13039 midrule
13040 \backslash
13041 morecmidrules
13042 \backslash
13043 cmidrule{3-4}
13044 \series default
13045
13046 \begin_inset VSpace bigskip
13047 \end_inset
13048
13049
13050 \end_layout
13051
13052 \begin_layout Standard
13053 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13054  el siguiente comando para dibujar líneas que se extienden sobre todas las
13055  columnas
13056 \end_layout
13057
13058 \begin_layout Standard
13059
13060 \series bold
13061
13062 \backslash
13063 specialrule{anchura}{espacio superior}{espacio inferior}
13064 \end_layout
13065
13066 \begin_layout Standard
13067 Para más información sobre estas características especiales, acude al manual
13068  del paquete LaTeX 
13069 \series bold
13070 booktabs
13071 \series default
13072
13073 \begin_inset CommandInset citation
13074 LatexCommand cite
13075 key "booktabs"
13076
13077 \end_inset
13078
13079 .
13080 \begin_inset Index
13081 status collapsed
13082
13083 \begin_layout Plain Layout
13084 LaTeX-paquetes ! booktabs
13085 \end_layout
13086
13087 \end_inset
13088
13089  
13090 \begin_inset VSpace bigskip
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 \begin_inset Float table
13098 placement h
13099 wide false
13100 sideways false
13101 status open
13102
13103 \begin_layout Plain Layout
13104 \begin_inset Caption
13105
13106 \begin_layout Plain Layout
13107 \begin_inset CommandInset label
13108 LatexCommand label
13109 name "tab:Tabla-formal-especial"
13110
13111 \end_inset
13112
13113 Tabla formal especial
13114 \end_layout
13115
13116 \end_inset
13117
13118
13119 \end_layout
13120
13121 \begin_layout Plain Layout
13122 \align center
13123 \begin_inset Tabular
13124 <lyxtabular version="3" rows="8" columns="4">
13125 <features booktabs="true">
13126 <column alignment="center" valignment="top" width="0">
13127 <column alignment="center" valignment="top" width="0">
13128 <column alignment="center" valignment="top" width="0">
13129 <column alignment="center" valignment="top" width="0">
13130 <row>
13131 <cell alignment="center" valignment="top" topline="true" usebox="none">
13132 \begin_inset Text
13133
13134 \begin_layout Plain Layout
13135 System
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 <cell alignment="center" valignment="top" topline="true" usebox="none">
13141 \begin_inset Text
13142
13143 \begin_layout Plain Layout
13144 Medipix
13145 \begin_inset space \thinspace{}
13146 \end_inset
13147
13148 1
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 Medipix
13158 \begin_inset space \thinspace{}
13159 \end_inset
13160
13161 2
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13167 \begin_inset Text
13168
13169 \begin_layout Plain Layout
13170
13171 \end_layout
13172
13173 \end_inset
13174 </cell>
13175 </row>
13176 <row>
13177 <cell alignment="center" valignment="top" usebox="none">
13178 \begin_inset Text
13179
13180 \begin_layout Plain Layout
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 cmidrule(r){2-2}
13189 \end_layout
13190
13191 \end_inset
13192
13193
13194 \begin_inset ERT
13195 status collapsed
13196
13197 \begin_layout Plain Layout
13198
13199
13200 \backslash
13201 cmidrule(l){3-4}
13202 \end_layout
13203
13204 \end_inset
13205
13206
13207 \begin_inset ERT
13208 status collapsed
13209
13210 \begin_layout Plain Layout
13211
13212
13213 \backslash
13214 morecmidrules 
13215 \end_layout
13216
13217 \end_inset
13218
13219
13220 \begin_inset ERT
13221 status collapsed
13222
13223 \begin_layout Plain Layout
13224
13225
13226 \backslash
13227 cmidrule{2-4}
13228 \end_layout
13229
13230 \end_inset
13231
13232 Detector thickness [µm]
13233 \end_layout
13234
13235 \end_inset
13236 </cell>
13237 <cell alignment="center" valignment="top" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 300
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 300
13251 \end_layout
13252
13253 \end_inset
13254 </cell>
13255 <cell alignment="center" valignment="top" usebox="none">
13256 \begin_inset Text
13257
13258 \begin_layout Plain Layout
13259 700
13260 \end_layout
13261
13262 \end_inset
13263 </cell>
13264 </row>
13265 <row>
13266 <cell alignment="center" valignment="top" topline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Edge angle [°]
13271 \end_layout
13272
13273 \end_inset
13274 </cell>
13275 <cell alignment="center" valignment="top" topline="true" usebox="none">
13276 \begin_inset Text
13277
13278 \begin_layout Plain Layout
13279 3.55
13280 \end_layout
13281
13282 \end_inset
13283 </cell>
13284 <cell alignment="center" valignment="top" topline="true" usebox="none">
13285 \begin_inset Text
13286
13287 \begin_layout Plain Layout
13288 2.71
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell alignment="center" valignment="top" topline="true" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 7.99
13298 \end_layout
13299
13300 \end_inset
13301 </cell>
13302 </row>
13303 <row topspace="default">
13304 <cell alignment="center" valignment="top" usebox="none">
13305 \begin_inset Text
13306
13307 \begin_layout Plain Layout
13308 Spatial resolution [µm]
13309 \end_layout
13310
13311 \end_inset
13312 </cell>
13313 <cell alignment="center" valignment="top" usebox="none">
13314 \begin_inset Text
13315
13316 \begin_layout Plain Layout
13317 4.26
13318 \end_layout
13319
13320 \end_inset
13321 </cell>
13322 <cell alignment="center" valignment="top" usebox="none">
13323 \begin_inset Text
13324
13325 \begin_layout Plain Layout
13326 10.17
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335 10.56
13336 \end_layout
13337
13338 \end_inset
13339 </cell>
13340 </row>
13341 <row topspace="default">
13342 <cell alignment="center" valignment="top" usebox="none">
13343 \begin_inset Text
13344
13345 \begin_layout Plain Layout
13346 MTF at 
13347 \begin_inset Formula $f_{\mathrm{max}}$
13348 \end_inset
13349
13350
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 0.53
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 <cell alignment="center" valignment="top" usebox="none">
13365 \begin_inset Text
13366
13367 \begin_layout Plain Layout
13368 0.37
13369 \end_layout
13370
13371 \end_inset
13372 </cell>
13373 <cell alignment="center" valignment="top" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 0.39
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 </row>
13383 <row>
13384 <cell alignment="center" valignment="top" topline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 \begin_inset ERT
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392
13393
13394 \backslash
13395 morecmidrules 
13396 \end_layout
13397
13398 \end_inset
13399
13400
13401 \begin_inset ERT
13402 status collapsed
13403
13404 \begin_layout Plain Layout
13405
13406
13407 \backslash
13408 cmidrule{3-4}
13409 \end_layout
13410
13411 \end_inset
13412
13413 LSF-spatial resolution
13414 \end_layout
13415
13416 \end_inset
13417 </cell>
13418 <cell alignment="center" valignment="top" topline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 </row>
13446 <row>
13447 <cell alignment="center" valignment="top" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 in µm
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 <cell alignment="center" valignment="top" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 129.7
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 52.75
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 50.78
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 </row>
13484 <row>
13485 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 in % of pixel size
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 76.3
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 95.9
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 92.3
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 </row>
13522 </lyxtabular>
13523
13524 \end_inset
13525
13526
13527 \end_layout
13528
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \begin_layout Section
13535 Alineación vertical de tablas
13536 \begin_inset Index
13537 status collapsed
13538
13539 \begin_layout Plain Layout
13540 Tablas ! Alineación vertical
13541 \end_layout
13542
13543 \end_inset
13544
13545
13546 \end_layout
13547
13548 \begin_layout Standard
13549 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13550  en un cuadro.
13551  Entonces el cuadro se puede alinear verticalmente como se describe en la
13552  sección
13553 \begin_inset space ~
13554 \end_inset
13555
13556
13557 \begin_inset CommandInset ref
13558 LatexCommand ref
13559 reference "sec:Diálogo-Cuadros"
13560
13561 \end_inset
13562
13563 .
13564  
13565 \end_layout
13566
13567 \begin_layout Standard
13568 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13569 \begin_inset Foot
13570 status collapsed
13571
13572 \begin_layout Plain Layout
13573 Las minipáginas se describen en la sección
13574 \begin_inset space ~
13575 \end_inset
13576
13577
13578 \begin_inset CommandInset ref
13579 LatexCommand ref
13580 reference "sec:Minipáginas"
13581
13582 \end_inset
13583
13584 .
13585 \end_layout
13586
13587 \end_inset
13588
13589  que tiene una anchura del 15
13590 \begin_inset space \thinspace{}
13591 \end_inset
13592
13593 % de columna:
13594 \end_layout
13595
13596 \begin_layout Itemize
13597 test 
13598 \begin_inset Box Frameless
13599 position "t"
13600 hor_pos "c"
13601 has_inner_box 1
13602 inner_pos "c"
13603 use_parbox 0
13604 width "15col%"
13605 special "none"
13606 height "1in"
13607 height_special "totalheight"
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 \begin_inset Tabular
13612 <lyxtabular version="3" rows="3" columns="3">
13613 <features>
13614 <column alignment="center" valignment="top" width="0">
13615 <column alignment="center" valignment="top" width="0">
13616 <column alignment="center" valignment="top" width="0">
13617 <row>
13618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 a
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 d
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 g
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 </row>
13646 <row>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 b
13652 \end_layout
13653
13654 \end_inset
13655 </cell>
13656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13657 \begin_inset Text
13658
13659 \begin_layout Plain Layout
13660 e
13661 \end_layout
13662
13663 \end_inset
13664 </cell>
13665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 h
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 <row>
13676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13677 \begin_inset Text
13678
13679 \begin_layout Plain Layout
13680 c
13681 \end_layout
13682
13683 \end_inset
13684 </cell>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689 f
13690 \end_layout
13691
13692 \end_inset
13693 </cell>
13694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13695 \begin_inset Text
13696
13697 \begin_layout Plain Layout
13698 i
13699 \end_layout
13700
13701 \end_inset
13702 </cell>
13703 </row>
13704 </lyxtabular>
13705
13706 \end_inset
13707
13708
13709 \end_layout
13710
13711 \end_inset
13712
13713  test 
13714 \begin_inset ERT
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718
13719
13720 \backslash
13721 raisebox{0.85
13722 \backslash
13723 baselineskip}{
13724 \end_layout
13725
13726 \end_inset
13727
13728
13729 \begin_inset Box Frameless
13730 position "t"
13731 hor_pos "c"
13732 has_inner_box 1
13733 inner_pos "c"
13734 use_parbox 0
13735 width "15col%"
13736 special "none"
13737 height "1in"
13738 height_special "totalheight"
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742 \begin_inset Tabular
13743 <lyxtabular version="3" rows="3" columns="3">
13744 <features>
13745 <column alignment="center" valignment="top" width="0">
13746 <column alignment="center" valignment="top" width="0">
13747 <column alignment="center" valignment="top" width="0">
13748 <row>
13749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 a
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 d
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13768 \begin_inset Text
13769
13770 \begin_layout Plain Layout
13771 g
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 </row>
13777 <row>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782 b
13783 \end_layout
13784
13785 \end_inset
13786 </cell>
13787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791 e
13792 \end_layout
13793
13794 \end_inset
13795 </cell>
13796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13797 \begin_inset Text
13798
13799 \begin_layout Plain Layout
13800 h
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 </row>
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 c
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 f
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Plain Layout
13829 i
13830 \end_layout
13831
13832 \end_inset
13833 </cell>
13834 </row>
13835 </lyxtabular>
13836
13837 \end_inset
13838
13839
13840 \end_layout
13841
13842 \end_inset
13843
13844
13845 \begin_inset ERT
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849
13850 }
13851 \end_layout
13852
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \begin_layout Itemize
13859 test 
13860 \begin_inset Box Frameless
13861 position "c"
13862 hor_pos "c"
13863 has_inner_box 1
13864 inner_pos "c"
13865 use_parbox 0
13866 width "15col%"
13867 special "none"
13868 height "1in"
13869 height_special "totalheight"
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873 \begin_inset Tabular
13874 <lyxtabular version="3" rows="3" columns="3">
13875 <features>
13876 <column alignment="center" valignment="top" width="0">
13877 <column alignment="center" valignment="top" width="0">
13878 <column alignment="center" valignment="top" width="0">
13879 <row>
13880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 a
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 d
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13899 \begin_inset Text
13900
13901 \begin_layout Plain Layout
13902 g
13903 \end_layout
13904
13905 \end_inset
13906 </cell>
13907 </row>
13908 <row>
13909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 b
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13919 \begin_inset Text
13920
13921 \begin_layout Plain Layout
13922 e
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Plain Layout
13931 h
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 </row>
13937 <row>
13938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 c
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 f
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13957 \begin_inset Text
13958
13959 \begin_layout Plain Layout
13960 i
13961 \end_layout
13962
13963 \end_inset
13964 </cell>
13965 </row>
13966 </lyxtabular>
13967
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \end_inset
13974
13975
13976 \end_layout
13977
13978 \begin_layout Itemize
13979 test 
13980 \begin_inset Box Frameless
13981 position "b"
13982 hor_pos "c"
13983 has_inner_box 1
13984 inner_pos "c"
13985 use_parbox 0
13986 width "15col%"
13987 special "none"
13988 height "1in"
13989 height_special "totalheight"
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993 \begin_inset Tabular
13994 <lyxtabular version="3" rows="3" columns="3">
13995 <features>
13996 <column alignment="center" valignment="top" width="0">
13997 <column alignment="center" valignment="top" width="0">
13998 <column alignment="center" valignment="top" width="0">
13999 <row>
14000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 a
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 d
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 g
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033 b
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 e
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 h
14052 \end_layout
14053
14054 \end_inset
14055 </cell>
14056 </row>
14057 <row>
14058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14059 \begin_inset Text
14060
14061 \begin_layout Plain Layout
14062 c
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14068 \begin_inset Text
14069
14070 \begin_layout Plain Layout
14071 f
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14077 \begin_inset Text
14078
14079 \begin_layout Plain Layout
14080 i
14081 \end_layout
14082
14083 \end_inset
14084 </cell>
14085 </row>
14086 </lyxtabular>
14087
14088 \end_inset
14089
14090
14091 \end_layout
14092
14093 \end_inset
14094
14095  test 
14096 \begin_inset ERT
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100
14101
14102 \backslash
14103 raisebox{-0.32
14104 \backslash
14105 baselineskip}{
14106 \end_layout
14107
14108 \end_inset
14109
14110
14111 \begin_inset Box Frameless
14112 position "b"
14113 hor_pos "c"
14114 has_inner_box 1
14115 inner_pos "c"
14116 use_parbox 0
14117 width "15col%"
14118 special "none"
14119 height "1in"
14120 height_special "totalheight"
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124 \begin_inset Tabular
14125 <lyxtabular version="3" rows="3" columns="3">
14126 <features>
14127 <column alignment="center" valignment="top" width="0">
14128 <column alignment="center" valignment="top" width="0">
14129 <column alignment="center" valignment="top" width="0">
14130 <row>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 a
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 d
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153 g
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 </row>
14159 <row>
14160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14161 \begin_inset Text
14162
14163 \begin_layout Plain Layout
14164 b
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Plain Layout
14173 e
14174 \end_layout
14175
14176 \end_inset
14177 </cell>
14178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14179 \begin_inset Text
14180
14181 \begin_layout Plain Layout
14182 h
14183 \end_layout
14184
14185 \end_inset
14186 </cell>
14187 </row>
14188 <row>
14189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 c
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 f
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 i
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 </row>
14217 </lyxtabular>
14218
14219 \end_inset
14220
14221
14222 \end_layout
14223
14224 \end_inset
14225
14226
14227 \begin_inset ERT
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231
14232 }
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241 Como ves, los contenidos de la primera y última filas no se alinean correctament
14242 e con la línea de texto donde está la tabla.
14243  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14244  un cuadro elevado («raisebox»
14245 \begin_inset Foot
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 El uso del comando 
14250 \series bold
14251
14252 \backslash
14253 raisebox
14254 \series default
14255  se explica en la sección
14256 \begin_inset space ~
14257 \end_inset
14258
14259
14260 \begin_inset CommandInset ref
14261 LatexCommand ref
14262 reference "sub:Alineación-Vertical"
14263
14264 \end_inset
14265
14266 .
14267 \end_layout
14268
14269 \end_inset
14270
14271 ).
14272  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14273  usando el comando en código TeX
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279
14280 \backslash
14281 raisebox{0.85
14282 \backslash
14283 baselineskip}{
14284 \end_layout
14285
14286 \begin_layout Standard
14287 antes del cuadro.
14288  Tras él, se pone la llave de cierre 
14289 \series bold
14290 }
14291 \series default
14292  también en código TeX.
14293  Para la segunda tabla en el tercer ítem se usa el comando 
14294 \end_layout
14295
14296 \begin_layout Standard
14297
14298 \series bold
14299
14300 \backslash
14301 raisebox{-0.32
14302 \backslash
14303 baselineskip}{
14304 \end_layout
14305
14306 \begin_layout Standard
14307 \begin_inset Note Greyedout
14308 status open
14309
14310 \begin_layout Plain Layout
14311
14312 \series bold
14313 Not
14314 \series default
14315 a: La alineación del contenido de la fila con la línea del texto adyacente
14316  no es exacta.
14317  El factor necesario del comando 
14318 \series bold
14319
14320 \backslash
14321 raisebox
14322 \series default
14323  para este alineamiento depende de la fuente del documento, del tamaño de
14324  la fuente y del grosor de línea de la tabla.
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \end_layout
14331
14332 \begin_layout Section
14333 Tablas coloreadas
14334 \begin_inset CommandInset label
14335 LatexCommand label
14336 name "sec:Tablas-Coloreadas"
14337
14338 \end_inset
14339
14340
14341 \begin_inset Index
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345 Tablas ! Coloreadas
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \end_layout
14352
14353 \begin_layout Subsection
14354 Celdas coloreadas
14355 \begin_inset Index
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359 Tablas coloreadas ! Celdas
14360 \end_layout
14361
14362 \end_inset
14363
14364
14365 \begin_inset Index
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369 Color ! en celdas de tablas
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378 \begin_inset Float table
14379 placement h
14380 wide false
14381 sideways false
14382 status open
14383
14384 \begin_layout Plain Layout
14385 \begin_inset Caption
14386
14387 \begin_layout Plain Layout
14388 \begin_inset CommandInset label
14389 LatexCommand label
14390 name "tab:Tabla-coloreada-sin"
14391
14392 \end_inset
14393
14394 Tabla coloreada sin usar el paquete 
14395 \series bold
14396 colortbl
14397 \series default
14398
14399 \begin_inset OptArg
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403 Tabla sin colortbl
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \begin_layout Plain Layout
14417 \align center
14418 \begin_inset Tabular
14419 <lyxtabular version="3" rows="3" columns="3">
14420 <features>
14421 <column alignment="center" valignment="top" width="0">
14422 <column alignment="center" valignment="top" width="0">
14423 <column alignment="center" valignment="top" width="0">
14424 <row>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429
14430 \color green
14431 a
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440
14441 \color red
14442 b
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14448 \begin_inset Text
14449
14450 \begin_layout Plain Layout
14451
14452 \color red
14453 c
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 </row>
14459 <row>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464
14465 \color green
14466 d
14467 \end_layout
14468
14469 \end_inset
14470 </cell>
14471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14472 \begin_inset Text
14473
14474 \begin_layout Plain Layout
14475
14476 \color blue
14477 e
14478 \end_layout
14479
14480 \end_inset
14481 </cell>
14482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14483 \begin_inset Text
14484
14485 \begin_layout Plain Layout
14486
14487 \color blue
14488 f
14489 \end_layout
14490
14491 \end_inset
14492 </cell>
14493 </row>
14494 <row>
14495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \color green
14501 g
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \color blue
14512 h
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14518 \begin_inset Text
14519
14520 \begin_layout Plain Layout
14521
14522 \color blue
14523 i
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 </row>
14529 </lyxtabular>
14530
14531 \end_inset
14532
14533
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14543  el menú 
14544 \family sans
14545 Editar\SpecialChar \menuseparator
14546 Estilo
14547 \begin_inset space ~
14548 \end_inset
14549
14550 del
14551 \begin_inset space ~
14552 \end_inset
14553
14554 Texto
14555 \family default
14556 .
14557  Esto se ha hecho en la tabla
14558 \begin_inset space ~
14559 \end_inset
14560
14561
14562 \begin_inset CommandInset ref
14563 LatexCommand ref
14564 reference "tab:Tabla-coloreada-sin"
14565
14566 \end_inset
14567
14568 .
14569  En cualquier otro caso hay que usar el paquete LaTeX 
14570 \series bold
14571 colortbl
14572 \series default
14573 .
14574 \begin_inset Index
14575 status collapsed
14576
14577 \begin_layout Plain Layout
14578 LaTeX-paquetes ! colortbl
14579 \end_layout
14580
14581 \end_inset
14582
14583
14584 \end_layout
14585
14586 \begin_layout Standard
14587 \begin_inset ERT
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591
14592
14593 \backslash
14594 ifcolortbl
14595 \end_layout
14596
14597 \end_inset
14598
14599
14600 \begin_inset Note Note
14601 status open
14602
14603 \begin_layout Plain Layout
14604 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14605  LaTeX 
14606 \series bold
14607 colortbl
14608 \series default
14609 .
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \end_layout
14616
14617 \begin_layout Standard
14618 Para crear tablas coloreadas, 
14619 \series bold
14620 colortbl
14621 \series default
14622  debe cargarse en el preámbulo con la línea
14623 \end_layout
14624
14625 \begin_layout Standard
14626
14627 \series bold
14628
14629 \backslash
14630 usepackage{colortbl}
14631 \end_layout
14632
14633 \begin_layout Standard
14634 El color de una columna se define con el comando
14635 \end_layout
14636
14637 \begin_layout Standard
14638
14639 \series bold
14640
14641 \backslash
14642 columncolor{nombre del color}
14643 \end_layout
14644
14645 \begin_layout Standard
14646 dentro del comando 
14647 \series bold
14648 >{ }
14649 \series default
14650 .
14651  Más sobre el comando 
14652 \series bold
14653 >{}
14654 \series default
14655  se explica en la sección
14656 \begin_inset space ~
14657 \end_inset
14658
14659
14660 \begin_inset CommandInset ref
14661 LatexCommand ref
14662 reference "sub:Cálculos-en-Multicolumnas"
14663
14664 \end_inset
14665
14666 .
14667 \end_layout
14668
14669 \begin_layout Standard
14670 Los siguientes nombres de color están predefinidos:
14671 \end_layout
14672
14673 \begin_layout Standard
14674
14675 \family sans
14676 red
14677 \family default
14678
14679 \family sans
14680 green
14681 \family default
14682
14683 \family sans
14684 yellow, blue
14685 \family default
14686
14687 \family sans
14688 cyan
14689 \family default
14690 \series bold
14691 ,
14692 \series default
14693  
14694 \family sans
14695 magenta, black
14696 \family default
14697
14698 \family sans
14699 white
14700 \end_layout
14701
14702 \begin_layout Standard
14703 \begin_inset VSpace medskip
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Standard
14710 Puedes definir tus propios colores con el comando
14711 \end_layout
14712
14713 \begin_layout Standard
14714
14715 \series bold
14716
14717 \backslash
14718 definecolor{nombre del color}{modelo de color}{valores de color}
14719 \end_layout
14720
14721 \begin_layout Standard
14722 El modelo de color puede ser
14723 \end_layout
14724
14725 \begin_layout Labeling
14726 \labelwidthstring 00.00.0000
14727 cmyk: cyan, magenta, yellow, black
14728 \end_layout
14729
14730 \begin_layout Labeling
14731 \labelwidthstring 00.00.0000
14732 rgb: red, green, blue
14733 \end_layout
14734
14735 \begin_layout Labeling
14736 \labelwidthstring 00.00.0000
14737 gray: gray
14738 \end_layout
14739
14740 \begin_layout Standard
14741 y los valores de color son números separados por comas entre 0 y 1 que describen
14742  el factor para el color correspondiente del modelo de color.
14743 \end_layout
14744
14745 \begin_layout Standard
14746 Por ejemplo, puedes definir el color
14747 \series bold
14748  
14749 \series default
14750 «
14751 \emph on
14752 verde oscuro
14753 \emph default
14754 » en el preámbulo con
14755 \end_layout
14756
14757 \begin_layout Standard
14758
14759 \series bold
14760
14761 \backslash
14762 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14763 \end_layout
14764
14765 \begin_layout Standard
14766 y el color «
14767 \emph on
14768 gris claro
14769 \emph default
14770 » con
14771 \end_layout
14772
14773 \begin_layout Standard
14774
14775 \series bold
14776
14777 \backslash
14778 definecolor{grisclaro}{gray}{0.8}
14779 \end_layout
14780
14781 \begin_layout Standard
14782 \begin_inset VSpace medskip
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Standard
14789 Las líneas se colorean con el comando
14790 \end_layout
14791
14792 \begin_layout Standard
14793
14794 \series bold
14795
14796 \backslash
14797 rowcolor{nombre del color}
14798 \end_layout
14799
14800 \begin_layout Standard
14801 y las celdas se colorean con el comando
14802 \end_layout
14803
14804 \begin_layout Standard
14805
14806 \series bold
14807
14808 \backslash
14809 cellcolor{nombre del color}
14810 \end_layout
14811
14812 \begin_layout Standard
14813 Ambos comandos se insertan al principio de una celda en código TeX.
14814 \end_layout
14815
14816 \begin_layout Standard
14817 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14818 \family sans
14819 Editar\SpecialChar \menuseparator
14820 Estilo
14821 \begin_inset space ~
14822 \end_inset
14823
14824 del
14825 \begin_inset space ~
14826 \end_inset
14827
14828 Texto
14829 \family default
14830 .
14831  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14832  TeX en color puede ocasionar errores de LaTeX.
14833 \end_layout
14834
14835 \begin_layout Standard
14836 \begin_inset VSpace bigskip
14837 \end_inset
14838
14839
14840 \end_layout
14841
14842 \begin_layout Standard
14843 Para crear la tabla
14844 \begin_inset space ~
14845 \end_inset
14846
14847
14848 \begin_inset CommandInset ref
14849 LatexCommand ref
14850 reference "tab:Tabla-coloreada-con"
14851
14852 \end_inset
14853
14854  haz lo siguiente: el color de la primera columna debe ser 
14855 \emph on
14856 verde oscuro
14857 \emph default
14858 , entonces inserta
14859 \end_layout
14860
14861 \begin_layout Standard
14862
14863 \series bold
14864 >{
14865 \backslash
14866 columncolor{verdeoscuro}
14867 \backslash
14868 centering}c
14869 \end_layout
14870
14871 \begin_layout Standard
14872 como argumento LaTeX para esta columna.
14873  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14874 \end_layout
14875
14876 \begin_layout Standard
14877
14878 \series bold
14879
14880 \backslash
14881 rowcolow{cyan}
14882 \end_layout
14883
14884 \begin_layout Standard
14885 en la primera celda de esta fila.
14886  Observa que esto sobreescribe el color de la columna para la primera celda.
14887  La última celda de la última fila se colorea magenta insertando el comando
14888  en código TeX
14889 \end_layout
14890
14891 \begin_layout Standard
14892
14893 \series bold
14894
14895 \backslash
14896 cellcolor{magenta}
14897 \end_layout
14898
14899 \begin_layout Standard
14900 Ahora podrían colorearse los caracteres usando el menú 
14901 \family sans
14902 Editar\SpecialChar \menuseparator
14903 Estilo
14904 \begin_inset space ~
14905 \end_inset
14906
14907 del
14908 \begin_inset space ~
14909 \end_inset
14910
14911 Texto
14912 \family default
14913 .
14914 \end_layout
14915
14916 \begin_layout Standard
14917 \begin_inset Float table
14918 placement h
14919 wide false
14920 sideways false
14921 status open
14922
14923 \begin_layout Plain Layout
14924 \begin_inset Caption
14925
14926 \begin_layout Plain Layout
14927 \begin_inset CommandInset label
14928 LatexCommand label
14929 name "tab:Tabla-coloreada-con"
14930
14931 \end_inset
14932
14933 Tabla coloreada con el paquete 
14934 \series bold
14935 colortbl
14936 \series default
14937
14938 \begin_inset OptArg
14939 status open
14940
14941 \begin_layout Plain Layout
14942 Tabla con 
14943 \series bold
14944 colortbl
14945 \end_layout
14946
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \end_inset
14953
14954
14955 \end_layout
14956
14957 \begin_layout Plain Layout
14958 \align center
14959 \begin_inset Tabular
14960 <lyxtabular version="3" rows="3" columns="3">
14961 <features>
14962 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14963 <column alignment="center" valignment="top" width="0">
14964 <column alignment="center" valignment="top" width="0">
14965 <row>
14966 <cell alignment="center" valignment="top" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970 \begin_inset ERT
14971 status collapsed
14972
14973 \begin_layout Plain Layout
14974
14975
14976 \backslash
14977 rowcolor{cyan}
14978 \end_layout
14979
14980 \end_inset
14981
14982
14983 \color magenta
14984 a
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 <cell alignment="center" valignment="top" usebox="none">
14990 \begin_inset Text
14991
14992 \begin_layout Plain Layout
14993
14994 \color red
14995 b
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 <cell alignment="center" valignment="top" usebox="none">
15001 \begin_inset Text
15002
15003 \begin_layout Plain Layout
15004
15005 \color red
15006 c
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017
15018 \color yellow
15019 d
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \color blue
15030 e
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039
15040 \color blue
15041 f
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \color yellow
15054 g
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \color blue
15065 h
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 \begin_inset ERT
15075 status collapsed
15076
15077 \begin_layout Plain Layout
15078
15079
15080 \backslash
15081 cellcolor{magenta}
15082 \end_layout
15083
15084 \end_inset
15085
15086
15087 \color green
15088 i
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 </lyxtabular>
15095
15096 \end_inset
15097
15098
15099 \end_layout
15100
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \begin_layout Standard
15107 \begin_inset ERT
15108 status collapsed
15109
15110 \begin_layout Plain Layout
15111
15112
15113 \backslash
15114 else
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \begin_inset Note Note
15121 status open
15122
15123 \begin_layout Plain Layout
15124 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15125  
15126 \series bold
15127 colortbl
15128 \series default
15129 .
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 Debes instalar el paquete LaTeX 
15139 \series bold
15140 colortbl
15141 \series default
15142  para ver la parte siguiente en la salida.
15143 \end_layout
15144
15145 \begin_layout Standard
15146 \begin_inset ERT
15147 status collapsed
15148
15149 \begin_layout Plain Layout
15150
15151
15152 \backslash
15153 fi
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Subsection
15162 Líneas coloreadas
15163 \begin_inset Index
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167 Tablas coloreadas ! Líneas
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \begin_inset Index
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177 Color ! en bordes de tabla
15178 \end_layout
15179
15180 \end_inset
15181
15182
15183 \end_layout
15184
15185 \begin_layout Standard
15186 Como se describe en la sección
15187 \begin_inset space ~
15188 \end_inset
15189
15190
15191 \begin_inset CommandInset ref
15192 LatexCommand ref
15193 reference "sub:Grosor-de-Líneas"
15194
15195 \end_inset
15196
15197 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15198  
15199 \series bold
15200
15201 \backslash
15202 arrayrulewidth
15203 \series default
15204 .
15205  Se ha puesto 1.5
15206 \begin_inset space \thinspace{}
15207 \end_inset
15208
15209 pt para todas las tablas de esta sección.
15210 \begin_inset ERT
15211 status collapsed
15212
15213 \begin_layout Plain Layout
15214
15215
15216 \backslash
15217 setlength{
15218 \backslash
15219 arrayrulewidth}{1.5pt}
15220 \end_layout
15221
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \begin_layout Standard
15228 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15229  el preámbulo del documento el siguiente formato de columna, de acuerdo
15230  a lo descrito en la sección
15231 \begin_inset space ~
15232 \end_inset
15233
15234
15235 \begin_inset CommandInset ref
15236 LatexCommand ref
15237 reference "sub:Formato-Personalizado"
15238
15239 \end_inset
15240
15241 :
15242 \end_layout
15243
15244 \begin_layout Standard
15245
15246 \series bold
15247
15248 \backslash
15249 newcolumntype{W}{!{
15250 \backslash
15251 color{green}
15252 \backslash
15253 vline}}
15254 \end_layout
15255
15256 \begin_layout Standard
15257 Para la tabla
15258 \begin_inset space ~
15259 \end_inset
15260
15261
15262 \begin_inset CommandInset ref
15263 LatexCommand ref
15264 reference "tab:Tabla-con-verticales-coloreadas"
15265
15266 \end_inset
15267
15268  se usó el argumento LaTeX
15269 \series bold
15270  WcW
15271 \series default
15272  para la última columna y
15273 \series bold
15274  Wc
15275 \series default
15276  para las demás.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 Si quieres tener varios colores, define más formatos de columna.
15281 \end_layout
15282
15283 \begin_layout Standard
15284 \begin_inset Float table
15285 placement h
15286 wide false
15287 sideways false
15288 status open
15289
15290 \begin_layout Plain Layout
15291 \begin_inset Caption
15292
15293 \begin_layout Plain Layout
15294 \begin_inset CommandInset label
15295 LatexCommand label
15296 name "tab:Tabla-con-verticales-coloreadas"
15297
15298 \end_inset
15299
15300 Tabla con líneas verticales coloreadas
15301 \end_layout
15302
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \begin_layout Plain Layout
15309 \align center
15310 \begin_inset Tabular
15311 <lyxtabular version="3" rows="3" columns="3">
15312 <features>
15313 <column alignment="center" valignment="top" width="0" special="Wc">
15314 <column alignment="center" valignment="top" width="0" special="Wc">
15315 <column alignment="center" valignment="top" width="0" special="WcW">
15316 <row>
15317 <cell alignment="center" valignment="top" topline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321 sd
15322 \end_layout
15323
15324 \end_inset
15325 </cell>
15326 <cell alignment="center" valignment="top" topline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" topline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 </row>
15345 <row>
15346 <cell alignment="center" valignment="top" topline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350
15351 \end_layout
15352
15353 \end_inset
15354 </cell>
15355 <cell alignment="center" valignment="top" topline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 sd
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" topline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397 sd
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 </row>
15403 </lyxtabular>
15404
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Standard
15416 \begin_inset VSpace bigskip
15417 \end_inset
15418
15419 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15420 \begin_inset space ~
15421 \end_inset
15422
15423
15424 \begin_inset CommandInset ref
15425 LatexCommand ref
15426 reference "tab:Tabla-con-horizontales-coloreadas"
15427
15428 \end_inset
15429
15430 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15431 \end_layout
15432
15433 \begin_layout Standard
15434
15435 \series bold
15436
15437 \backslash
15438 let
15439 \backslash
15440 myHlineC
15441 \backslash
15442 hline
15443 \begin_inset Newline newline
15444 \end_inset
15445
15446
15447 \backslash
15448 renewcommand{
15449 \backslash
15450 hline}
15451 \begin_inset Newline newline
15452 \end_inset
15453
15454
15455 \begin_inset ERT
15456 status collapsed
15457
15458 \begin_layout Plain Layout
15459
15460
15461 \backslash
15462 hphantom{ }
15463 \end_layout
15464
15465 \end_inset
15466
15467 {
15468 \backslash
15469 arrayrulecolor{red}
15470 \backslash
15471 myHlineC
15472 \backslash
15473 arrayrulecolor{black}}
15474 \end_layout
15475
15476 \begin_layout Standard
15477 \begin_inset ERT
15478 status collapsed
15479
15480 \begin_layout Plain Layout
15481
15482
15483 \backslash
15484 let
15485 \backslash
15486 myHlineC
15487 \backslash
15488 hline
15489 \end_layout
15490
15491 \begin_layout Plain Layout
15492
15493
15494 \backslash
15495 renewcommand{
15496 \backslash
15497 hline}
15498 \end_layout
15499
15500 \begin_layout Plain Layout
15501
15502  {
15503 \backslash
15504 arrayrulecolor{red}
15505 \backslash
15506 myHlineC
15507 \backslash
15508 arrayrulecolor{black}}
15509 \end_layout
15510
15511 \end_inset
15512
15513
15514 \begin_inset Float table
15515 placement h
15516 wide false
15517 sideways false
15518 status open
15519
15520 \begin_layout Plain Layout
15521 \begin_inset Caption
15522
15523 \begin_layout Plain Layout
15524 \begin_inset CommandInset label
15525 LatexCommand label
15526 name "tab:Tabla-con-horizontales-coloreadas"
15527
15528 \end_inset
15529
15530 Tabla con líneas horizontales coloreadas
15531 \end_layout
15532
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \begin_layout Plain Layout
15539 \align center
15540 \begin_inset Tabular
15541 <lyxtabular version="3" rows="3" columns="3">
15542 <features>
15543 <column alignment="center" valignment="top" width="0">
15544 <column alignment="center" valignment="top" width="0">
15545 <column alignment="center" valignment="top" width="0">
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551 sd
15552 \end_layout
15553
15554 \end_inset
15555 </cell>
15556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15557 \begin_inset Text
15558
15559 \begin_layout Plain Layout
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 <row>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 sd
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15595 \begin_inset Text
15596
15597 \begin_layout Plain Layout
15598
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 </row>
15604 <row>
15605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15606 \begin_inset Text
15607
15608 \begin_layout Plain Layout
15609
15610 \end_layout
15611
15612 \end_inset
15613 </cell>
15614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15615 \begin_inset Text
15616
15617 \begin_layout Plain Layout
15618
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 sd
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 </row>
15633 </lyxtabular>
15634
15635 \end_inset
15636
15637
15638 \end_layout
15639
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \begin_layout Standard
15646 Para volver al color de línea negro predeterminado inserta este comando
15647  en código TeX detrás de la tabla o el flotante:
15648 \end_layout
15649
15650 \begin_layout Standard
15651
15652 \series bold
15653
15654 \backslash
15655 renewcommand{
15656 \backslash
15657 hline}{
15658 \backslash
15659 myHlineC}
15660 \end_layout
15661
15662 \begin_layout Standard
15663 La tabla
15664 \begin_inset space ~
15665 \end_inset
15666
15667
15668 \begin_inset CommandInset ref
15669 LatexCommand ref
15670 reference "tab:Tabla-con-líneas-coloreadas"
15671
15672 \end_inset
15673
15674  es un ejemplo con líneas verticales y horizontales coloreadas.
15675 \end_layout
15676
15677 \begin_layout Standard
15678 \begin_inset Float table
15679 placement h
15680 wide false
15681 sideways false
15682 status open
15683
15684 \begin_layout Plain Layout
15685 \begin_inset Caption
15686
15687 \begin_layout Plain Layout
15688 \begin_inset CommandInset label
15689 LatexCommand label
15690 name "tab:Tabla-con-líneas-coloreadas"
15691
15692 \end_inset
15693
15694 Tabla con líneas coloreadas
15695 \end_layout
15696
15697 \end_inset
15698
15699
15700 \end_layout
15701
15702 \begin_layout Plain Layout
15703 \align center
15704 \begin_inset Tabular
15705 <lyxtabular version="3" rows="3" columns="3">
15706 <features>
15707 <column alignment="center" valignment="top" width="0" special="Wc">
15708 <column alignment="center" valignment="top" width="0" special="Wc">
15709 <column alignment="center" valignment="top" width="0" special="WcW">
15710 <row>
15711 <cell alignment="center" valignment="top" topline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 sd
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 <cell alignment="center" valignment="top" topline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 </row>
15739 <row>
15740 <cell alignment="center" valignment="top" topline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744
15745 \end_layout
15746
15747 \end_inset
15748 </cell>
15749 <cell alignment="center" valignment="top" topline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 sd
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 <cell alignment="center" valignment="top" topline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15779 \begin_inset Text
15780
15781 \begin_layout Plain Layout
15782
15783 \end_layout
15784
15785 \end_inset
15786 </cell>
15787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15788 \begin_inset Text
15789
15790 \begin_layout Plain Layout
15791 sd
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 </lyxtabular>
15798
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \begin_layout Standard
15810 \begin_inset ERT
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814
15815
15816 \backslash
15817 renewcommand{
15818 \backslash
15819 hline}{
15820 \backslash
15821 myHlineC}
15822 \end_layout
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \begin_layout Standard
15830 \begin_inset ERT
15831 status collapsed
15832
15833 \begin_layout Plain Layout
15834
15835
15836 \backslash
15837 setlength{
15838 \backslash
15839 arrayrulewidth}{0.4pt}
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \begin_layout Section
15848 Personalización de tablas
15849 \begin_inset Index
15850 status collapsed
15851
15852 \begin_layout Plain Layout
15853 Personalización de tablas
15854 \end_layout
15855
15856 \end_inset
15857
15858
15859 \begin_inset Index
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863 Tablas ! Personalización
15864 \end_layout
15865
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Subsection
15872 Espacio adicional en filas
15873 \begin_inset CommandInset label
15874 LatexCommand label
15875 name "sub:Espacio-adicional"
15876
15877 \end_inset
15878
15879
15880 \begin_inset Index
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 Personalización de tablas ! Espacio adicional en filas
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15894  
15895 \family sans
15896 Bordes,
15897 \family default
15898  del diálogo de configuración de tablas.
15899  En el marco 
15900 \family sans
15901 Espacio
15902 \begin_inset space ~
15903 \end_inset
15904
15905 adicional
15906 \family default
15907  dispones de tres posibilidades:
15908 \end_layout
15909
15910 \begin_layout Description
15911 Superior
15912 \begin_inset space ~
15913 \end_inset
15914
15915 de
15916 \begin_inset space ~
15917 \end_inset
15918
15919 la
15920 \begin_inset space ~
15921 \end_inset
15922
15923 fila añade espacio sobre los caracteres de la fila.
15924  Si la tabla es de estilo formal
15925 \begin_inset Foot
15926 status collapsed
15927
15928 \begin_layout Plain Layout
15929 Las tablas formales se explican en la sección
15930 \begin_inset space ~
15931 \end_inset
15932
15933
15934 \begin_inset CommandInset ref
15935 LatexCommand ref
15936 reference "sec:Tablas-Formales"
15937
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \end_inset
15944
15945  LyX insertará 0.5
15946 \begin_inset space \thinspace{}
15947 \end_inset
15948
15949 em por omisión.
15950  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15951  verticales, como se ve en la tabla siguiente:
15952 \begin_inset VSpace medskip
15953 \end_inset
15954
15955
15956 \begin_inset Newline newline
15957 \end_inset
15958
15959
15960 \begin_inset space \hspace*{}
15961 \length 0pt
15962 \end_inset
15963
15964
15965 \begin_inset space \hfill{}
15966 \end_inset
15967
15968
15969 \begin_inset Tabular
15970 <lyxtabular version="3" rows="3" columns="1">
15971 <features>
15972 <column alignment="center" valignment="top" width="0">
15973 <row>
15974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 A
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 <row topspace="3mm">
15985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 3
15990 \begin_inset space \thinspace{}
15991 \end_inset
15992
15993 mm sobre la fila
15994 \end_layout
15995
15996 \end_inset
15997 </cell>
15998 </row>
15999 <row>
16000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 C
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 </row>
16010 </lyxtabular>
16011
16012 \end_inset
16013
16014
16015 \begin_inset space \hfill{}
16016 \end_inset
16017
16018
16019 \begin_inset space \hspace*{}
16020 \length 0pt
16021 \end_inset
16022
16023
16024 \begin_inset VSpace medskip
16025 \end_inset
16026
16027
16028 \begin_inset Newline newline
16029 \end_inset
16030
16031 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16032  sin líneas verticales.
16033 \end_layout
16034
16035 \begin_layout Description
16036 Inferior
16037 \begin_inset space ~
16038 \end_inset
16039
16040 de
16041 \begin_inset space ~
16042 \end_inset
16043
16044 la
16045 \begin_inset space ~
16046 \end_inset
16047
16048 fila añade espacio bajo los caracteres de la fila.
16049  Si la tabla es formal LyX inserta por omisión 0.5
16050 \begin_inset space \thinspace{}
16051 \end_inset
16052
16053 em; si la tabla es normal inserta 2
16054 \begin_inset space \thinspace{}
16055 \end_inset
16056
16057 pt.
16058  
16059 \end_layout
16060
16061 \begin_layout Description
16062 Entre
16063 \begin_inset space ~
16064 \end_inset
16065
16066 las
16067 \begin_inset space ~
16068 \end_inset
16069
16070 filas añade espacio entre la fila actual y la siguiente.
16071  Si la tabla es formal LyX inserta 0.5
16072 \begin_inset space \thinspace{}
16073 \end_inset
16074
16075 em por omisión.
16076  En tablas normales, el espacio adicional destruirá las líneas verticales
16077  de la tabla, como se ve en la siguiente:
16078 \begin_inset VSpace medskip
16079 \end_inset
16080
16081
16082 \begin_inset Newline newline
16083 \end_inset
16084
16085
16086 \begin_inset space \hspace*{}
16087 \length 0pt
16088 \end_inset
16089
16090
16091 \begin_inset space \hfill{}
16092 \end_inset
16093
16094
16095 \begin_inset Tabular
16096 <lyxtabular version="3" rows="3" columns="1">
16097 <features>
16098 <column alignment="center" valignment="top" width="0">
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 A
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 </row>
16110 <row interlinespace="3mm">
16111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $\downarrow$
16116 \end_inset
16117
16118  3
16119 \begin_inset space \thinspace{}
16120 \end_inset
16121
16122 mm entre las filas
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 <row>
16129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 \begin_inset Formula $\uparrow$
16134 \end_inset
16135
16136  3
16137 \begin_inset space \thinspace{}
16138 \end_inset
16139
16140 mm entre las filas 
16141 \begin_inset Formula $\uparrow$
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 </row>
16150 </lyxtabular>
16151
16152 \end_inset
16153
16154
16155 \begin_inset space \hfill{}
16156 \end_inset
16157
16158
16159 \begin_inset space \hspace*{}
16160 \length 0pt
16161 \end_inset
16162
16163
16164 \begin_inset VSpace medskip
16165 \end_inset
16166
16167
16168 \begin_inset Newline newline
16169 \end_inset
16170
16171 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16172  para tablas sin líneas verticales.
16173 \end_layout
16174
16175 \begin_layout Standard
16176 \begin_inset VSpace bigskip
16177 \end_inset
16178
16179 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16180  utiliza los siguientes comandos en el preámbulo:
16181 \end_layout
16182
16183 \begin_layout Standard
16184
16185 \series bold
16186
16187 \backslash
16188 @ifundefined{extrarowheight}
16189 \begin_inset Newline newline
16190 \end_inset
16191
16192
16193 \begin_inset ERT
16194 status collapsed
16195
16196 \begin_layout Plain Layout
16197
16198
16199 \backslash
16200 hphantom{ }
16201 \end_layout
16202
16203 \end_inset
16204
16205 {
16206 \backslash
16207 usepackage{array}}{}
16208 \begin_inset Newline newline
16209 \end_inset
16210
16211
16212 \backslash
16213 setlength{
16214 \backslash
16215 extrarowheight}{altura}
16216 \end_layout
16217
16218 \begin_layout Standard
16219 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16220  centrado en vertical.
16221  (Lyx cargará automáticamente el paquete 
16222 \series bold
16223 array
16224 \series default
16225  cuando uses formatos de tabla autodefinidos.
16226  Para evitar que sea cargado dos veces se pone al principio el comando 
16227 \series bold
16228
16229 \backslash
16230 @ifundefined
16231 \series default
16232 .)
16233 \end_layout
16234
16235 \begin_layout Standard
16236
16237 \end_layout
16238
16239 \begin_layout Subsection
16240 Alineación especial de celdas
16241 \begin_inset Index
16242 status collapsed
16243
16244 \begin_layout Plain Layout
16245 Personalización de tablas ! Alineación especial de celdas
16246 \end_layout
16247
16248 \end_inset
16249
16250
16251 \end_layout
16252
16253 \begin_layout Standard
16254 A veces mejora la presentación si las entradas en las celdas de una columna
16255  se alinean con un carácter determinado, p.
16256 \begin_inset space \thinspace{}
16257 \end_inset
16258
16259 e.
16260 \begin_inset space ~
16261 \end_inset
16262
16263 el separador decimal, como en la tabla
16264 \begin_inset space ~
16265 \end_inset
16266
16267
16268 \begin_inset CommandInset ref
16269 LatexCommand ref
16270 reference "tab:Tabla-con-celdas-de"
16271
16272 \end_inset
16273
16274 .
16275 \end_layout
16276
16277 \begin_layout Standard
16278 \begin_inset Float table
16279 wide false
16280 sideways false
16281 status open
16282
16283 \begin_layout Plain Layout
16284 \begin_inset Caption
16285
16286 \begin_layout Plain Layout
16287 \begin_inset CommandInset label
16288 LatexCommand label
16289 name "tab:Tabla-con-celdas-de"
16290
16291 \end_inset
16292
16293 Tabla con celdas alineadas con el separador decimal.
16294 \end_layout
16295
16296 \end_inset
16297
16298
16299 \end_layout
16300
16301 \begin_layout Plain Layout
16302 \align center
16303 \begin_inset Tabular
16304 <lyxtabular version="3" rows="4" columns="2">
16305 <features>
16306 <column alignment="right" valignment="top" width="0">
16307 <column alignment="left" valignment="top" width="0" special="@{}l">
16308 <row>
16309 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 leyenda
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16319 \begin_inset Text
16320
16321 \begin_layout Plain Layout
16322
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="center" valignment="top" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 12.
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 6
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 0.
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 68
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 </row>
16368 <row>
16369 <cell alignment="center" valignment="top" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 -123.
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 0
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 </lyxtabular>
16389
16390 \end_inset
16391
16392
16393 \end_layout
16394
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \begin_layout Standard
16401 Esta es una tabla 4×2.
16402  La leyenda es una multicolumna centrada.
16403  La primera columna está alineada a la derecha y contiene el punto decimal
16404  y los dígitos anteriores.
16405  La segunda columna está alineada a la izquierda y contiene los dígitos
16406  posteriores al punto decimal.
16407  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16408  argumento LaTeX para la segunda columna:
16409 \end_layout
16410
16411 \begin_layout Standard
16412
16413 \series bold
16414 @{}l
16415 \end_layout
16416
16417 \begin_layout Standard
16418 La tabla
16419 \begin_inset space ~
16420 \end_inset
16421
16422
16423 \begin_inset CommandInset ref
16424 LatexCommand ref
16425 reference "tab:Varias-alineaciones"
16426
16427 \end_inset
16428
16429  muestra varios ejemplos de alineación.
16430  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16431 o más pequeño al comienzo de la última columna para conseguir el espacio
16432  adecuado alrededor del signo.
16433 \end_layout
16434
16435 \begin_layout Standard
16436 \begin_inset Float table
16437 wide false
16438 sideways false
16439 status open
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Caption
16443
16444 \begin_layout Plain Layout
16445 \begin_inset CommandInset label
16446 LatexCommand label
16447 name "tab:Varias-alineaciones"
16448
16449 \end_inset
16450
16451 Tabla con varias alineaciones.
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Plain Layout
16460 \align center
16461 \begin_inset Tabular
16462 <lyxtabular version="3" rows="4" columns="6">
16463 <features>
16464 <column alignment="right" valignment="top" width="0">
16465 <column alignment="left" valignment="top" width="0" special="@{}l">
16466 <column alignment="right" valignment="top" width="0">
16467 <column alignment="left" valignment="top" width="0" special="@{}l">
16468 <column alignment="right" valignment="top" width="0">
16469 <column alignment="left" valignment="top" width="0" special="@{}l">
16470 <row>
16471 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475 unidades
16476 \end_layout
16477
16478 \end_inset
16479 </cell>
16480 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16481 \begin_inset Text
16482
16483 \begin_layout Plain Layout
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 exponentes
16494 \end_layout
16495
16496 \end_inset
16497 </cell>
16498 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16499 \begin_inset Text
16500
16501 \begin_layout Plain Layout
16502
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 relaciones
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 </row>
16526 <row>
16527 <cell alignment="center" valignment="top" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 12×
16532 \end_layout
16533
16534 \end_inset
16535 </cell>
16536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 24
16541 \begin_inset space \thinspace{}
16542 \end_inset
16543
16544 bottles
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 \begin_inset Formula $10\cdot$
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 \begin_inset Formula $10^{\mbox{-}17}$
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 \begin_inset Formula $\Gamma(t)\propto$
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 \begin_inset Formula $\:\Upsilon(t)$
16590 \end_inset
16591
16592
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 <row>
16599 <cell alignment="center" valignment="top" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 1024×
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 768
16613 \begin_inset space \thinspace{}
16614 \end_inset
16615
16616 Pixels
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 \begin_inset Formula $5.78\cdot$
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Formula $10^{7}$
16638 \end_inset
16639
16640
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Formula $A\ne$
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 \begin_inset Formula $\: B_{\mathrm{red}}$
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="center" valignment="top" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 32×
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 6
16685 \begin_inset space \thinspace{}
16686 \end_inset
16687
16688 cm
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 -
16698 \begin_inset Formula $33.5\cdot$
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710 \begin_inset Formula $10^{4}$
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 \begin_inset Formula $\sin(\alpha)\ge$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 <cell alignment="center" valignment="top" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Formula $\:\sin(\beta)$
16735 \end_inset
16736
16737
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 </row>
16743 </lyxtabular>
16744
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \begin_layout Standard
16756 \begin_inset VSpace bigskip
16757 \end_inset
16758
16759 También hay un paquete LaTeX, 
16760 \series bold
16761 dcolumn
16762 \series default
16763
16764 \begin_inset Index
16765 status collapsed
16766
16767 \begin_layout Plain Layout
16768 LaTeX-paquetes ! dcolumn
16769 \end_layout
16770
16771 \end_inset
16772
16773 , que permite alinear el contenido de las celdas.
16774  Pero desgraciadamente trata las entradas de celda en modo matemático y
16775  no permite fórmulas en celdas: la primera columna de la tabla
16776 \begin_inset space ~
16777 \end_inset
16778
16779
16780 \begin_inset CommandInset ref
16781 LatexCommand ref
16782 reference "tab:Varias-alineaciones"
16783
16784 \end_inset
16785
16786  se verá con 
16787 \series bold
16788 dcolumn
16789 \series default
16790  como la primera columna en la tabla
16791 \begin_inset space ~
16792 \end_inset
16793
16794
16795 \begin_inset CommandInset ref
16796 LatexCommand ref
16797 reference "tab:Alineaciones-con-el"
16798
16799 \end_inset
16800
16801  y sólo con algunos trucos se consigue lo que se espera.
16802  La alineación de la segunda y tercera columnas de la tabla
16803 \begin_inset space ~
16804 \end_inset
16805
16806
16807 \begin_inset CommandInset ref
16808 LatexCommand ref
16809 reference "tab:Varias-alineaciones"
16810
16811 \end_inset
16812
16813  no es posible con 
16814 \series bold
16815 dcolumn
16816 \series default
16817 .
16818 \end_layout
16819
16820 \begin_layout Standard
16821 \begin_inset Float table
16822 placement h
16823 wide false
16824 sideways false
16825 status open
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Caption
16829
16830 \begin_layout Plain Layout
16831 \begin_inset CommandInset label
16832 LatexCommand label
16833 name "tab:Alineaciones-con-el"
16834
16835 \end_inset
16836
16837
16838 \begin_inset OptArg
16839 status open
16840
16841 \begin_layout Plain Layout
16842 Tabla alineada con 
16843 \series bold
16844 dcolumn
16845 \end_layout
16846
16847 \end_inset
16848
16849 Alineaciones con el paquete LaTeX 
16850 \series bold
16851 dcolumn
16852 \series default
16853 .
16854  Se han tenido que usar unos trucos para la alineación de las columnas en
16855  la salida.
16856 \end_layout
16857
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \begin_layout Plain Layout
16864 \align center
16865 \begin_inset Tabular
16866 <lyxtabular version="3" rows="4" columns="3">
16867 <features>
16868 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16869 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16870 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16871 <row>
16872 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 unidades
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 unidades
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 unidades
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 12x24
16906 \begin_inset space \thinspace{}
16907 \end_inset
16908
16909 bottles
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 12x24
16919 \begin_inset space \thinspace{}
16920 \end_inset
16921
16922
16923 \begin_inset Formula $\mbox{bottles}$
16924 \end_inset
16925
16926
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell alignment="center" valignment="top" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 12
16936 \begin_inset ERT
16937 status collapsed
16938
16939 \begin_layout Plain Layout
16940
16941
16942 \backslash
16943 times
16944 \end_layout
16945
16946 \end_inset
16947
16948 24~
16949 \begin_inset Formula $\mbox{bottles}$
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 </row>
16958 <row>
16959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 1024x768
16964 \begin_inset space \thinspace{}
16965 \end_inset
16966
16967 Pixels
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 1024x768
16977 \begin_inset space \thinspace{}
16978 \end_inset
16979
16980
16981 \begin_inset Formula $\mbox{Pixels}$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 1024
16994 \begin_inset ERT
16995 status collapsed
16996
16997 \begin_layout Plain Layout
16998
16999
17000 \backslash
17001 times
17002 \end_layout
17003
17004 \end_inset
17005
17006 768~
17007 \begin_inset Formula $\mbox{Pixels}$
17008 \end_inset
17009
17010  
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 32x6
17022 \begin_inset space \thinspace{}
17023 \end_inset
17024
17025 cm
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 32x6
17035 \begin_inset space \thinspace{}
17036 \end_inset
17037
17038
17039 \begin_inset Formula $\mbox{cm}$
17040 \end_inset
17041
17042
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 32
17052 \begin_inset ERT
17053 status collapsed
17054
17055 \begin_layout Plain Layout
17056
17057
17058 \backslash
17059 times
17060 \end_layout
17061
17062 \end_inset
17063
17064 6~
17065 \begin_inset Formula $\mbox{cm}$
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 </lyxtabular>
17075
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \begin_layout Subsection
17087 Formato personalizado de celda/columna
17088 \begin_inset CommandInset label
17089 LatexCommand label
17090 name "sub:Formato-Personalizado"
17091
17092 \end_inset
17093
17094
17095 \begin_inset Index
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Personalización de tablas ! Formato de celda/columna
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Standard
17108 El cálculo de la anchura necesaria para columnas extendidas descrito en
17109  la sección
17110 \begin_inset space ~
17111 \end_inset
17112
17113
17114 \begin_inset CommandInset ref
17115 LatexCommand ref
17116 reference "sub:Cálculos-en-Multicolumnas"
17117
17118 \end_inset
17119
17120  es muy pesado si tienes varias tablas con multicolumnas.
17121  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17122 mna aplicable a todas las tablas del documento.
17123  El formato se define con el comando
17124 \end_layout
17125
17126 \begin_layout Standard
17127
17128 \series bold
17129
17130 \backslash
17131 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17132 \end_layout
17133
17134 \begin_layout Standard
17135 El nombre de formato puede ser una sola letra.
17136  Las letras 
17137 \emph on
17138 b, c, l, m, p
17139 \emph default
17140  y 
17141 \emph on
17142 r
17143 \emph default
17144  están predefinidas y no pueden usarse.
17145  Pero se permiten todas las mayúsculas.
17146 \end_layout
17147
17148 \begin_layout Standard
17149 \begin_inset VSpace medskip
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \begin_layout Standard
17156 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17157  fija puedes definir el formato de celda
17158 \end_layout
17159
17160 \begin_layout Standard
17161
17162 \series bold
17163
17164 \backslash
17165 newcolumntype{M}[1]{>{
17166 \backslash
17167 centering
17168 \backslash
17169 hspace{0pt}}m{#1}}
17170 \end_layout
17171
17172 \begin_layout Standard
17173 donde 
17174 \series bold
17175
17176 \backslash
17177 hspace{0pt}
17178 \series default
17179  evita el problema de partir con guión la primera palabra, como se describe
17180  en la sección
17181 \begin_inset space ~
17182 \end_inset
17183
17184
17185 \begin_inset CommandInset ref
17186 LatexCommand ref
17187 reference "sub:Líneas-Múltiples-en"
17188
17189 \end_inset
17190
17191 .
17192  Ahora puedes introducir simplemente
17193 \end_layout
17194
17195 \begin_layout Standard
17196
17197 \series bold
17198 M{ancho}
17199 \end_layout
17200
17201 \begin_layout Standard
17202 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17203 \end_layout
17204
17205 \begin_layout Standard
17206 \begin_inset VSpace bigskip
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \begin_layout Standard
17213 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17214 \end_layout
17215
17216 \begin_layout Standard
17217
17218 \series bold
17219
17220 \backslash
17221 newcolumntype{S}[2]{>{
17222 \backslash
17223 centering
17224 \backslash
17225 hspace{0pt}}
17226 \begin_inset Newline newline
17227 \end_inset
17228
17229
17230 \begin_inset ERT
17231 status collapsed
17232
17233 \begin_layout Plain Layout
17234
17235
17236 \backslash
17237 phantom{
17238 \end_layout
17239
17240 \end_inset
17241
17242
17243 \backslash
17244 newcolumntype
17245 \begin_inset ERT
17246 status collapsed
17247
17248 \begin_layout Plain Layout
17249
17250 }
17251 \end_layout
17252
17253 \end_inset
17254
17255 m{(#1+(2
17256 \backslash
17257 tabcolsep+
17258 \backslash
17259 arrayrulewidth)*(1-#2))/#2}}
17260 \end_layout
17261
17262 \begin_layout Standard
17263 Este formato usa la ecuación 
17264 \begin_inset CommandInset ref
17265 LatexCommand eqref
17266 reference "eq:Wgn"
17267
17268 \end_inset
17269
17270  para calcular la anchura necesaria para que cada celda extendida tenga
17271  la misma anchura.
17272 \end_layout
17273
17274 \begin_layout Standard
17275 Ahora puedes introducir
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281 S{ancho de la celda multicolumna}{número de columnas extendidas}
17282 \end_layout
17283
17284 \begin_layout Standard
17285 como argumento LaTeX de la columna.
17286 \end_layout
17287
17288 \begin_layout Standard
17289 \begin_inset VSpace bigskip
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Para columnas coloreadas puedes definir
17297 \end_layout
17298
17299 \begin_layout Standard
17300
17301 \series bold
17302
17303 \backslash
17304 newcolumntype{K}[1]{>{
17305 \backslash
17306 columncolor{#1}
17307 \backslash
17308 hspace{0pt}}c}
17309 \end_layout
17310
17311 \begin_layout Standard
17312 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17313  horizontalmente.
17314  Ahora puedes introducir
17315 \end_layout
17316
17317 \begin_layout Standard
17318
17319 \series bold
17320 K{nombre del color}
17321 \end_layout
17322
17323 \begin_layout Standard
17324 como argumento LaTeX.
17325 \end_layout
17326
17327 \begin_layout Standard
17328 \begin_inset VSpace bigskip
17329 \end_inset
17330
17331
17332 \end_layout
17333
17334 \begin_layout Standard
17335 Para crear la tabla
17336 \begin_inset space ~
17337 \end_inset
17338
17339
17340 \begin_inset CommandInset ref
17341 LatexCommand ref
17342 reference "tab:Tabla-con-formatos-definidos-por"
17343
17344 \end_inset
17345
17346  usa los argumentos LaTeX
17347 \end_layout
17348
17349 \begin_layout Standard
17350
17351 \series bold
17352 M{2.5cm}
17353 \end_layout
17354
17355 \begin_layout Standard
17356 para la primera columna y la multicolumna,
17357 \end_layout
17358
17359 \begin_layout Standard
17360
17361 \series bold
17362 K{red}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 para la última columna y
17367 \end_layout
17368
17369 \begin_layout Standard
17370
17371 \series bold
17372 S{2.5cm}{2}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 para las celdas en la segunda columna.
17377 \end_layout
17378
17379 \begin_layout Standard
17380 \begin_inset Float table
17381 placement h
17382 wide false
17383 sideways false
17384 status open
17385
17386 \begin_layout Plain Layout
17387 \begin_inset Caption
17388
17389 \begin_layout Plain Layout
17390 \begin_inset CommandInset label
17391 LatexCommand label
17392 name "tab:Tabla-con-formatos-definidos-por"
17393
17394 \end_inset
17395
17396 Tabla con formatos definidos por el usuario
17397 \end_layout
17398
17399 \end_inset
17400
17401
17402 \end_layout
17403
17404 \begin_layout Plain Layout
17405 \align center
17406 \begin_inset Tabular
17407 <lyxtabular version="3" rows="3" columns="4">
17408 <features>
17409 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17410 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17411 <column alignment="center" valignment="middle" width="0">
17412 <column alignment="center" valignment="middle" width="0" special="K{red}">
17413 <row>
17414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17415 \begin_inset Text
17416
17417 \begin_layout Plain Layout
17418 palabramuylargaenceldadetabla
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 multicolumna línea múltiple
17428 \end_layout
17429
17430 \end_inset
17431 </cell>
17432 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17433 \begin_inset Text
17434
17435 \begin_layout Plain Layout
17436
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 c
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 d
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 e
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 f
17475 \end_layout
17476
17477 \end_inset
17478 </cell>
17479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17480 \begin_inset Text
17481
17482 \begin_layout Plain Layout
17483 g
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 </row>
17489 <row>
17490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 h
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17500 \begin_inset Text
17501
17502 \begin_layout Plain Layout
17503 i
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512 j
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 k
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 </lyxtabular>
17528
17529 \end_inset
17530
17531
17532 \end_layout
17533
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \begin_layout Subsection
17540 Grosor de líneas
17541 \begin_inset CommandInset label
17542 LatexCommand label
17543 name "sub:Grosor-de-Líneas"
17544
17545 \end_inset
17546
17547
17548 \begin_inset Index
17549 status collapsed
17550
17551 \begin_layout Plain Layout
17552 Personalización de tablas ! Grosor de línea
17553 \end_layout
17554
17555 \end_inset
17556
17557
17558 \end_layout
17559
17560 \begin_layout Standard
17561 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17562  
17563 \series bold
17564
17565 \backslash
17566 arrayrulewidth
17567 \series default
17568 .
17569  Por ejemplo, para poner un grosor de línea de 1.5
17570 \begin_inset space \thinspace{}
17571 \end_inset
17572
17573 pt, como en la tabla
17574 \begin_inset space ~
17575 \end_inset
17576
17577
17578 \begin_inset CommandInset ref
17579 LatexCommand ref
17580 reference "tab:Tabla-con-líneas"
17581
17582 \end_inset
17583
17584 , inserta el comando
17585 \end_layout
17586
17587 \begin_layout Standard
17588
17589 \series bold
17590
17591 \backslash
17592 setlength{
17593 \backslash
17594 arrayrulewidth}{1.5pt}
17595 \end_layout
17596
17597 \begin_layout Standard
17598 en código TeX antes de la tabla o flotante.
17599  Este cambio es válido para todas las siguientes tablas.
17600  Para volver al valor predeterminado, define 
17601 \series bold
17602
17603 \backslash
17604 arrayrulewidth
17605 \series default
17606  a 0.4
17607 \begin_inset space \thinspace{}
17608 \end_inset
17609
17610 pt en código TeX detrás de la tabla o flotante.
17611 \end_layout
17612
17613 \begin_layout Standard
17614 \begin_inset ERT
17615 status collapsed
17616
17617 \begin_layout Plain Layout
17618
17619
17620 \backslash
17621 setlength{
17622 \backslash
17623 arrayrulewidth}{1.5pt}
17624 \end_layout
17625
17626 \end_inset
17627
17628
17629 \begin_inset Float table
17630 wide false
17631 sideways false
17632 status open
17633
17634 \begin_layout Plain Layout
17635 \begin_inset Caption
17636
17637 \begin_layout Plain Layout
17638 \begin_inset CommandInset label
17639 LatexCommand label
17640 name "tab:Tabla-con-líneas"
17641
17642 \end_inset
17643
17644 Tabla con líneas de grosor 1.5
17645 \begin_inset space \thinspace{}
17646 \end_inset
17647
17648 pt
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \end_layout
17655
17656 \begin_layout Plain Layout
17657 \align center
17658 \begin_inset Tabular
17659 <lyxtabular version="3" rows="3" columns="3">
17660 <features>
17661 <column alignment="center" valignment="top" width="0">
17662 <column alignment="center" valignment="top" width="0">
17663 <column alignment="center" valignment="top" width="0">
17664 <row>
17665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17666 \begin_inset Text
17667
17668 \begin_layout Plain Layout
17669 sd
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17675 \begin_inset Text
17676
17677 \begin_layout Plain Layout
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 <row>
17694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17695 \begin_inset Text
17696
17697 \begin_layout Plain Layout
17698
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 sd
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716
17717 \end_layout
17718
17719 \end_inset
17720 </cell>
17721 </row>
17722 <row>
17723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17724 \begin_inset Text
17725
17726 \begin_layout Plain Layout
17727
17728 \end_layout
17729
17730 \end_inset
17731 </cell>
17732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17733 \begin_inset Text
17734
17735 \begin_layout Plain Layout
17736
17737 \end_layout
17738
17739 \end_inset
17740 </cell>
17741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17742 \begin_inset Text
17743
17744 \begin_layout Plain Layout
17745 sd
17746 \end_layout
17747
17748 \end_inset
17749 </cell>
17750 </row>
17751 </lyxtabular>
17752
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \end_inset
17759
17760
17761 \begin_inset ERT
17762 status collapsed
17763
17764 \begin_layout Plain Layout
17765
17766
17767 \backslash
17768 setlength{
17769 \backslash
17770 arrayrulewidth}{0.4pt}
17771 \end_layout
17772
17773 \end_inset
17774
17775
17776 \end_layout
17777
17778 \begin_layout Standard
17779 \begin_inset VSpace bigskip
17780 \end_inset
17781
17782 Para definir un grosor de 1.5
17783 \begin_inset space \thinspace{}
17784 \end_inset
17785
17786 pt sólo para líneas horizontales, como en la tabla
17787 \begin_inset space ~
17788 \end_inset
17789
17790
17791 \begin_inset CommandInset ref
17792 LatexCommand ref
17793 reference "tab:Tabla-con-horizontales"
17794
17795 \end_inset
17796
17797 , inserta estos comandos en código TeX antes de la tabla o flotante:
17798 \end_layout
17799
17800 \begin_layout Standard
17801
17802 \series bold
17803
17804 \backslash
17805 let
17806 \backslash
17807 myHline
17808 \backslash
17809 hline
17810 \begin_inset Newline newline
17811 \end_inset
17812
17813
17814 \backslash
17815 renewcommand{
17816 \backslash
17817 hline}
17818 \begin_inset Newline newline
17819 \end_inset
17820
17821  {
17822 \backslash
17823 noalign{
17824 \backslash
17825 global
17826 \backslash
17827 arrayrulewidth 1.5pt}
17828 \begin_inset Newline newline
17829 \end_inset
17830
17831   
17832 \backslash
17833 myHline
17834 \backslash
17835 noalign{
17836 \backslash
17837 global
17838 \backslash
17839 arrayrulewidth 0.4pt}}
17840 \end_layout
17841
17842 \begin_layout Standard
17843 Para volver al grosor predeterminado, inserta este comando en código TeX
17844  detrás de la tabla o flotante:
17845 \end_layout
17846
17847 \begin_layout Standard
17848
17849 \series bold
17850
17851 \backslash
17852 renewcommand{
17853 \backslash
17854 hline}{
17855 \backslash
17856 myHline}
17857 \end_layout
17858
17859 \begin_layout Standard
17860 \begin_inset ERT
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864
17865
17866 \backslash
17867 let
17868 \backslash
17869 myHline
17870 \backslash
17871 hline
17872 \end_layout
17873
17874 \begin_layout Plain Layout
17875
17876
17877 \backslash
17878 renewcommand{
17879 \backslash
17880 hline}
17881 \end_layout
17882
17883 \begin_layout Plain Layout
17884
17885  {
17886 \backslash
17887 noalign{
17888 \backslash
17889 global
17890 \backslash
17891 arrayrulewidth 1.5pt}
17892 \end_layout
17893
17894 \begin_layout Plain Layout
17895
17896   
17897 \backslash
17898 myHline
17899 \backslash
17900 noalign{
17901 \backslash
17902 global
17903 \backslash
17904 arrayrulewidth 0.4pt}}
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \begin_inset Float table
17911 wide false
17912 sideways false
17913 status open
17914
17915 \begin_layout Plain Layout
17916 \begin_inset Caption
17917
17918 \begin_layout Plain Layout
17919 \begin_inset CommandInset label
17920 LatexCommand label
17921 name "tab:Tabla-con-horizontales"
17922
17923 \end_inset
17924
17925 Tabla con líneas horizontales de 1.5
17926 \begin_inset space \thinspace{}
17927 \end_inset
17928
17929 pt
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Plain Layout
17938 \align center
17939 \begin_inset Tabular
17940 <lyxtabular version="3" rows="3" columns="3">
17941 <features>
17942 <column alignment="center" valignment="top" width="0">
17943 <column alignment="center" valignment="top" width="0">
17944 <column alignment="center" valignment="top" width="0">
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 sd
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 </row>
17974 <row>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979
17980 \end_layout
17981
17982 \end_inset
17983 </cell>
17984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17985 \begin_inset Text
17986
17987 \begin_layout Plain Layout
17988 sd
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 sd
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 </row>
18032 </lyxtabular>
18033
18034 \end_inset
18035
18036
18037 \end_layout
18038
18039 \end_inset
18040
18041
18042 \begin_inset ERT
18043 status collapsed
18044
18045 \begin_layout Plain Layout
18046
18047
18048 \backslash
18049 renewcommand{
18050 \backslash
18051 hline}{
18052 \backslash
18053 myHline}
18054 \end_layout
18055
18056 \end_inset
18057
18058
18059 \end_layout
18060
18061 \begin_layout Standard
18062 \begin_inset VSpace bigskip
18063 \end_inset
18064
18065 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18066  siguiente formato de columna en el preámbulo del documento, de acuerdo
18067  con lo descrito en la sección
18068 \begin_inset space ~
18069 \end_inset
18070
18071
18072 \begin_inset CommandInset ref
18073 LatexCommand ref
18074 reference "sub:Formato-Personalizado"
18075
18076 \end_inset
18077
18078 :
18079 \end_layout
18080
18081 \begin_layout Standard
18082
18083 \series bold
18084
18085 \backslash
18086 newcolumntype{V}{!{
18087 \backslash
18088 vrule width 1.5pt}}
18089 \end_layout
18090
18091 \begin_layout Standard
18092 Para la tabla
18093 \begin_inset space ~
18094 \end_inset
18095
18096
18097 \begin_inset CommandInset ref
18098 LatexCommand ref
18099 reference "tab:Tabla-con-verticales"
18100
18101 \end_inset
18102
18103  se usó el argumento LaTeX
18104 \end_layout
18105
18106 \begin_layout Standard
18107
18108 \series bold
18109 VcV
18110 \end_layout
18111
18112 \begin_layout Standard
18113 para la última columna y
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \series bold
18119 Vc
18120 \end_layout
18121
18122 \begin_layout Standard
18123 para las otras.
18124 \end_layout
18125
18126 \begin_layout Standard
18127 \begin_inset Float table
18128 wide false
18129 sideways false
18130 status open
18131
18132 \begin_layout Plain Layout
18133 \begin_inset Caption
18134
18135 \begin_layout Plain Layout
18136 \begin_inset CommandInset label
18137 LatexCommand label
18138 name "tab:Tabla-con-verticales"
18139
18140 \end_inset
18141
18142 Tabla con líneas verticales de 1.5
18143 \begin_inset space \thinspace{}
18144 \end_inset
18145
18146 pt de grosor
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Plain Layout
18155 \align center
18156 \begin_inset Tabular
18157 <lyxtabular version="3" rows="3" columns="3">
18158 <features>
18159 <column alignment="center" valignment="top" width="0" special="Vc">
18160 <column alignment="center" valignment="top" width="0" special="Vc">
18161 <column alignment="center" valignment="top" width="0" special="VcV">
18162 <row>
18163 <cell alignment="center" valignment="top" topline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 sd
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 <cell alignment="center" valignment="top" topline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 </row>
18191 <row>
18192 <cell alignment="center" valignment="top" topline="true" usebox="none">
18193 \begin_inset Text
18194
18195 \begin_layout Plain Layout
18196
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 sd
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" topline="true" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214
18215 \end_layout
18216
18217 \end_inset
18218 </cell>
18219 </row>
18220 <row>
18221 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 sd
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 </lyxtabular>
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \begin_layout Subsection
18262 Líneas de trazos
18263 \begin_inset Index
18264 status collapsed
18265
18266 \begin_layout Plain Layout
18267 Personalización de tablas ! Líneas de trazos
18268 \end_layout
18269
18270 \end_inset
18271
18272
18273 \end_layout
18274
18275 \begin_layout Standard
18276 \begin_inset ERT
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280
18281
18282 \backslash
18283 ifarydshln
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \begin_inset Note Note
18290 status open
18291
18292 \begin_layout Plain Layout
18293 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18294  LaTeX 
18295 \series bold
18296 arydshln
18297 \series default
18298 .
18299 \end_layout
18300
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \begin_layout Standard
18307 \begin_inset Float table
18308 placement H
18309 wide false
18310 sideways false
18311 status open
18312
18313 \begin_layout Plain Layout
18314 \begin_inset Caption
18315
18316 \begin_layout Plain Layout
18317 \begin_inset CommandInset label
18318 LatexCommand label
18319 name "tab:Tabla-con-trazos"
18320
18321 \end_inset
18322
18323 Tabla con líneas de trazos
18324 \end_layout
18325
18326 \end_inset
18327
18328
18329 \end_layout
18330
18331 \begin_layout Plain Layout
18332 \align center
18333 \begin_inset Tabular
18334 <lyxtabular version="3" rows="5" columns="5">
18335 <features>
18336 <column alignment="center" valignment="top" width="0">
18337 <column alignment="center" valignment="top" width="0">
18338 <column alignment="center" valignment="top" width="0" special=":c">
18339 <column alignment="center" valignment="top" width="0">
18340 <column alignment="center" valignment="top" width="0">
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346 a
18347 \end_layout
18348
18349 \end_inset
18350 </cell>
18351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355 b
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 c
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 d
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 e
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 </row>
18388 <row>
18389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18390 \begin_inset Text
18391
18392 \begin_layout Plain Layout
18393 f
18394 \end_layout
18395
18396 \end_inset
18397 </cell>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 g
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 h
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 i
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18426 \begin_inset Text
18427
18428 \begin_layout Plain Layout
18429 j
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 </row>
18435 <row>
18436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 \begin_inset ERT
18441 status collapsed
18442
18443 \begin_layout Plain Layout
18444
18445
18446 \backslash
18447 hdashline 
18448 \end_layout
18449
18450 \end_inset
18451
18452 k
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 l
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 m
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 n
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 o
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 <row>
18495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 \begin_inset ERT
18500 status collapsed
18501
18502 \begin_layout Plain Layout
18503
18504
18505 \backslash
18506 cdashline{4-5}
18507 \end_layout
18508
18509 \end_inset
18510
18511 p
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 q
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 r
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 s
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 <row>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 t
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 u
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576 v
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585 w
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 x
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 </row>
18600 </lyxtabular>
18601
18602 \end_inset
18603
18604
18605 \end_layout
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \begin_layout Standard
18613 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18614  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18615 \series bold
18616 arydshln
18617 \series default
18618
18619 \begin_inset Index
18620 status collapsed
18621
18622 \begin_layout Plain Layout
18623 LaTeX-paquetes ! arydshln
18624 \end_layout
18625
18626 \end_inset
18627
18628  
18629 \end_layout
18630
18631 \begin_layout Standard
18632
18633 \series bold
18634
18635 \backslash
18636 usepackage{arydshln}
18637 \end_layout
18638
18639 \begin_layout Standard
18640 Para hacer una línea vertical a trazos, introduce dos puntos «
18641 \series bold
18642 :
18643 \series default
18644 » junto con el carácter para alineación horizontal como argumento LaTeX
18645  en el diálogo de celda de tabla.
18646 \end_layout
18647
18648 \begin_layout Standard
18649 Para una línea de trazos horizontal añade el comando
18650 \end_layout
18651
18652 \begin_layout Standard
18653
18654 \series bold
18655
18656 \backslash
18657 hdashline
18658 \end_layout
18659
18660 \begin_layout Standard
18661 en código TeX como primer elemento de la primera celda en la fila.
18662 \end_layout
18663
18664 \begin_layout Standard
18665 Para líneas de trazos en multicolumna usa el comando
18666 \end_layout
18667
18668 \begin_layout Standard
18669
18670 \series bold
18671
18672 \backslash
18673 cdashline{número de líneas}
18674 \end_layout
18675
18676 \begin_layout Standard
18677 en código TeX como primer elemento de la primera celda en la fila.
18678  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18679  4 y quieres una línea de trazos por encima, añade el comando
18680 \end_layout
18681
18682 \begin_layout Standard
18683
18684 \series bold
18685
18686 \backslash
18687 cdashline{2-4}
18688 \end_layout
18689
18690 \begin_layout Standard
18691 como primer elemento de la primera celda en la fila de la multicolumna.
18692 \end_layout
18693
18694 \begin_layout Standard
18695 \begin_inset VSpace bigskip
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Standard
18702 La tabla
18703 \begin_inset space ~
18704 \end_inset
18705
18706
18707 \begin_inset CommandInset ref
18708 LatexCommand ref
18709 reference "tab:Tabla-con-trazos"
18710
18711 \end_inset
18712
18713  se ha hecho usando «
18714 \series bold
18715 :c
18716 \series default
18717 » como argumento LaTeX de la tercera columna.
18718  El comando en código TeX 
18719 \series bold
18720
18721 \backslash
18722 hdashline
18723 \series default
18724  se ha insertado en la primera celda de la tercera fila y el comando en
18725  código TeX
18726 \begin_inset Newline newline
18727 \end_inset
18728
18729
18730 \series bold
18731
18732 \backslash
18733 cdashline{4-5}
18734 \series default
18735  en la primera celda de la cuarta fila.
18736 \end_layout
18737
18738 \begin_layout Standard
18739 \begin_inset Note Greyedout
18740 status open
18741
18742 \begin_layout Plain Layout
18743
18744 \series bold
18745 Nota:
18746 \series default
18747  Aparentemente el paquete LaTeX 
18748 \series bold
18749 arydshln
18750 \series default
18751  no es compatible con el paquete LaTeX 
18752 \series bold
18753 colortbl
18754 \series default
18755
18756 \begin_inset Index
18757 status collapsed
18758
18759 \begin_layout Plain Layout
18760 LaTeX-paquetes ! colortbl
18761 \end_layout
18762
18763 \end_inset
18764
18765  que se usa para tablas coloreadas en la sección
18766 \begin_inset space ~
18767 \end_inset
18768
18769
18770 \begin_inset CommandInset ref
18771 LatexCommand ref
18772 reference "sec:Tablas-Coloreadas"
18773
18774 \end_inset
18775
18776 .
18777  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Standard
18786 \begin_inset ERT
18787 status collapsed
18788
18789 \begin_layout Plain Layout
18790
18791
18792 \backslash
18793 else
18794 \end_layout
18795
18796 \end_inset
18797
18798
18799 \begin_inset Note Note
18800 status open
18801
18802 \begin_layout Plain Layout
18803 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18804  
18805 \series bold
18806 arydshln
18807 \series default
18808 .
18809 \end_layout
18810
18811 \end_inset
18812
18813
18814 \end_layout
18815
18816 \begin_layout Standard
18817 Debes instalar el paquete LaTeX 
18818 \series bold
18819 arydshln
18820 \series default
18821  para ver la parte siguiente en la salida.
18822 \end_layout
18823
18824 \begin_layout Standard
18825 \begin_inset ERT
18826 status collapsed
18827
18828 \begin_layout Plain Layout
18829
18830
18831 \backslash
18832 fi
18833 \end_layout
18834
18835 \end_inset
18836
18837
18838 \end_layout
18839
18840 \begin_layout Chapter
18841 Flotantes
18842 \begin_inset CommandInset label
18843 LatexCommand label
18844 name "cha:Flotantes"
18845
18846 \end_inset
18847
18848
18849 \begin_inset Index
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853 Flotantes
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Section
18862 Introducción
18863 \begin_inset CommandInset label
18864 LatexCommand label
18865 name "sec:Introducción-Flotantes"
18866
18867 \end_inset
18868
18869
18870 \begin_inset Index
18871 status collapsed
18872
18873 \begin_layout Plain Layout
18874 Flotantes ! Introducción
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \begin_layout Standard
18883 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18884  no tiene posición fija.
18885  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18886  Las 
18887 \family sans
18888 Notas
18889 \begin_inset space ~
18890 \end_inset
18891
18892 al
18893 \begin_inset space ~
18894 \end_inset
18895
18896 pie
18897 \family default
18898  y 
18899 \family sans
18900 Notas
18901 \begin_inset space ~
18902 \end_inset
18903
18904 al
18905 \begin_inset space ~
18906 \end_inset
18907
18908 margen
18909 \family default
18910  también son flotantes, porque pueden flotar a la página siguiente cuando
18911  hay demasiadas notas en la página.
18912 \end_layout
18913
18914 \begin_layout Standard
18915 Los flotantes permiten composiciones de alta calidad.
18916  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18917  impedir espacios en blanco y páginas sin texto.
18918  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18919  cada flotante puede ser referenciado en el texto.
18920  Por lo tanto los flotantes están numerados.
18921  Las referencias se describen en la sección
18922 \begin_inset space ~
18923 \end_inset
18924
18925
18926 \begin_inset CommandInset ref
18927 LatexCommand ref
18928 reference "sec:Referencias-a-Flotantes"
18929
18930 \end_inset
18931
18932 .
18933 \end_layout
18934
18935 \begin_layout Standard
18936 Para insertar un flotante, usa el menú 
18937 \family sans
18938 Insertar\SpecialChar \menuseparator
18939 Flotante
18940 \family default
18941 .
18942  Esto inserta una 
18943 \family sans
18944 Leyenda,
18945 \family default
18946  un cuadro con una etiqueta.
18947  La etiqueta se traducirá automáticamente al idioma del documento.
18948  Tras la etiqueta puedes insertar el texto de la leyenda.
18949  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18950  separado dentro del flotante.
18951  La colocación de leyendas se describe en la sección
18952 \begin_inset space ~
18953 \end_inset
18954
18955
18956 \begin_inset CommandInset ref
18957 LatexCommand ref
18958 reference "sec:Colocación-de-leyendas"
18959
18960 \end_inset
18961
18962 .
18963  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18964  con clic-izquierdo sobre él.
18965  Un cuadro cerrado se muestra así: 
18966 \begin_inset Graphics
18967         filename clipart/flotanteQt4.png
18968         scale 70
18969
18970 \end_inset
18971
18972  ---un cuadro gris con etiqueta en rojo---.
18973 \end_layout
18974
18975 \begin_layout Standard
18976 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18977  errores de LaTeX si el texto circundante se formatea de modo especial.
18978 \end_layout
18979
18980 \begin_layout Standard
18981 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18982  y pinchando el botón correspondiente de la barra de herramientas para un
18983  flotante nuevo.
18984 \end_layout
18985
18986 \begin_layout Section
18987 Tipos de flotantes
18988 \end_layout
18989
18990 \begin_layout Standard
18991 Además de los flotantes de imagen y de tabla que se describen en la sección
18992 \begin_inset space ~
18993 \end_inset
18994
18995
18996 \begin_inset CommandInset ref
18997 LatexCommand ref
18998 reference "sec:Figuras-Flotantes"
18999
19000 \end_inset
19001
19002  y 
19003 \begin_inset CommandInset ref
19004 LatexCommand ref
19005 reference "sec:Tablas-Flotantes"
19006
19007 \end_inset
19008
19009 , respectivamente, LyX ofrece los tipos 
19010 \series bold
19011 Algoritmo
19012 \series default
19013  y 
19014 \series bold
19015 Envoltorio
19016 \series default
19017 .
19018 \end_layout
19019
19020 \begin_layout Subsection
19021 Algoritmos flotantes
19022 \begin_inset Index
19023 status collapsed
19024
19025 \begin_layout Plain Layout
19026 Flotantes ! Algoritmos
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \begin_inset CommandInset label
19033 LatexCommand label
19034 name "sub:Algoritmos-Flotantes"
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Standard
19042 \begin_inset Float algorithm
19043 placement h
19044 wide false
19045 sideways false
19046 status open
19047
19048 \begin_layout Plain Layout
19049 \begin_inset Caption
19050
19051 \begin_layout Plain Layout
19052 \begin_inset CommandInset label
19053 LatexCommand label
19054 name "alg:Ejemplo-de-Algoritmo-flotante"
19055
19056 \end_inset
19057
19058 Ejemplo de algoritmo flotante
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout LyX-Code
19067 for I in 1..N loop
19068 \begin_inset Newline newline
19069 \end_inset
19070
19071  Sum:= Sum + A(I); /*comment*/
19072 \begin_inset Newline newline
19073 \end_inset
19074
19075 end loop
19076 \begin_inset VSpace -4mm
19077 \end_inset
19078
19079
19080 \end_layout
19081
19082 \end_inset
19083
19084
19085 \end_layout
19086
19087 \begin_layout Standard
19088 Este tipo de flotante se inserta con el menú 
19089 \family sans
19090 Insertar\SpecialChar \menuseparator
19091 Flotante\SpecialChar \menuseparator
19092 Algoritmo
19093 \family default
19094 .
19095  Se usa para códigos y descripciones de algoritmos.
19096  Un posible entorno para algoritmos es 
19097 \family sans
19098 Código-LyX
19099 \family default
19100 , descrito en la 
19101 \emph on
19102 Guía del usuario
19103 \emph default
19104  de LyX.
19105  El algoritmo
19106 \begin_inset space ~
19107 \end_inset
19108
19109
19110 \begin_inset CommandInset ref
19111 LatexCommand ref
19112 reference "alg:Ejemplo-de-Algoritmo-flotante"
19113
19114 \end_inset
19115
19116  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19117  vertical de -4
19118 \begin_inset space \thinspace{}
19119 \end_inset
19120
19121 mm al final para tener la línea inferior exactamente bajo la última línea
19122  de texto.
19123 \end_layout
19124
19125 \begin_layout Standard
19126 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19127  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 floatname{algorithm}{nombre}
19136 \end_layout
19137
19138 \begin_layout Standard
19139 donde 
19140 \family sans
19141 nombre
19142 \family default
19143  es la palabra «
19144 \emph on
19145 algorithm
19146 \emph default
19147 » en el lenguaje deseado.
19148 \end_layout
19149
19150 \begin_layout Standard
19151 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19152  
19153 \family sans
19154 Insertar\SpecialChar \menuseparator
19155 Lista/IG\SpecialChar \menuseparator
19156 Lista de algoritmos
19157 \family default
19158  como en documentos en inglés.
19159  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19160 \end_layout
19161
19162 \begin_layout Standard
19163
19164 \series bold
19165
19166 \backslash
19167 listof{algorithm}{nombre}
19168 \end_layout
19169
19170 \begin_layout Standard
19171 donde 
19172 \family sans
19173 nombre
19174 \family default
19175  es «
19176 \emph on
19177 List of algorithms
19178 \emph default
19179 » en tu idioma.
19180 \end_layout
19181
19182 \begin_layout Standard
19183 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19184  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19185 tmo».
19186  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19187  documento:
19188 \end_layout
19189
19190 \begin_layout Standard
19191
19192 \series bold
19193
19194 \backslash
19195 numberwithin{algorithm}{chapter}
19196 \end_layout
19197
19198 \begin_layout Standard
19199 Para poder usar el comando 
19200 \series bold
19201
19202 \backslash
19203 numberwithin
19204 \series default
19205 , marca la opción 
19206 \family sans
19207 Usar
19208 \begin_inset space ~
19209 \end_inset
19210
19211 el
19212 \begin_inset space ~
19213 \end_inset
19214
19215 paquete
19216 \begin_inset space ~
19217 \end_inset
19218
19219 AMS
19220 \family default
19221  en el menú 
19222 \family sans
19223 Documento\SpecialChar \menuseparator
19224 Configuración\SpecialChar \menuseparator
19225 Ecuaciones
19226 \family default
19227 .
19228 \end_layout
19229
19230 \begin_layout Subsection
19231 Envoltorios flotantes
19232 \begin_inset Index
19233 status open
19234
19235 \begin_layout Plain Layout
19236 Flotantes ! Envoltorio
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \begin_inset CommandInset label
19243 LatexCommand label
19244 name "sub:Envoltorio-flotante"
19245
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \begin_layout Standard
19252 \begin_inset Wrap figure
19253 lines 0
19254 placement l
19255 overhang 1cm
19256 width "40col%"
19257 status open
19258
19259 \begin_layout Plain Layout
19260 \begin_inset Graphics
19261         filename ../clipart/mobius.eps
19262         width 40col%
19263         rotateOrigin center
19264
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \begin_layout Plain Layout
19271 \begin_inset Caption
19272
19273 \begin_layout Plain Layout
19274 \begin_inset CommandInset label
19275 LatexCommand label
19276 name "fig:Envoltorio-de-figura"
19277
19278 \end_inset
19279
19280 Figura envuelta en el texto
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289
19290  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19291  de modo que ocupe sólo una parte del ancho de columna.
19292  Se inserta con el menú 
19293 \family sans
19294 Insertar\SpecialChar \menuseparator
19295 Flotante\SpecialChar \menuseparator
19296 Envoltorio
19297 \begin_inset space ~
19298 \end_inset
19299
19300 de
19301 \begin_inset space ~
19302 \end_inset
19303
19304 figura
19305 \family default
19306  o 
19307 \family sans
19308 Envoltorio
19309 \begin_inset space ~
19310 \end_inset
19311
19312 de
19313 \begin_inset space ~
19314 \end_inset
19315
19316 tabla
19317 \family default
19318  si está instalado el paquete LaTeX 
19319 \series bold
19320 wrapfig
19321 \series default
19322
19323 \begin_inset Index
19324 status collapsed
19325
19326 \begin_layout Plain Layout
19327 LaTeX-paquetes ! wrapfig
19328 \begin_inset ERT
19329 status collapsed
19330
19331 \begin_layout Plain Layout
19332
19333
19334 \backslash
19335 vspace{4mm}
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \end_inset
19344
19345 .
19346 \begin_inset Foot
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350 La instalación de paquetes LaTeX se explica en el manual 
19351 \emph on
19352 Configuración de LaTeX
19353 \emph default
19354 .
19355 \end_layout
19356
19357 \end_inset
19358
19359  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19360  con clic-derecha sobre el cuadro del flotante.
19361  Son obligatorios la 
19362 \family sans
19363 Ubicación
19364 \family default
19365  y la 
19366 \family sans
19367 Anchura
19368 \family default
19369 .
19370  Son opcionales 
19371 \family sans
19372 Overhang
19373 \family default
19374 , que especifica la anchura de invasión del margen, y 
19375 \family sans
19376 Extender
19377 \begin_inset space ~
19378 \end_inset
19379
19380 líneas
19381 \family default
19382 , que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19383  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19384  opción sólo si encuentras problemas en la colocación del flotante.
19385  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19386  del párrafo o en los párrafos adyacentes.
19387  La figura
19388 \begin_inset space ~
19389 \end_inset
19390
19391
19392 \begin_inset CommandInset ref
19393 LatexCommand ref
19394 reference "fig:Envoltorio-de-figura"
19395
19396 \end_inset
19397
19398  es un ejemplo de envoltorio con una anchura de columna del 40
19399 \begin_inset space \thinspace{}
19400 \end_inset
19401
19402 %, ubicado a la izquierda y 1
19403 \begin_inset space \thinspace{}
19404 \end_inset
19405
19406 cm de invasión de margen.
19407 \begin_inset Foot
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411 Consulta las unidades disponibles en el apéndice
19412 \begin_inset space ~
19413 \end_inset
19414
19415
19416 \begin_inset CommandInset ref
19417 LatexCommand ref
19418 reference "cha:Unidades-disponibles-en"
19419
19420 \end_inset
19421
19422 .
19423 \end_layout
19424
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \begin_layout Standard
19431 \begin_inset Note Greyedout
19432 status open
19433
19434 \begin_layout Plain Layout
19435
19436 \series bold
19437 Nota:
19438 \series default
19439  ¡Los envoltorios flotantes son frágiles! P.
19440 \begin_inset space \thinspace{}
19441 \end_inset
19442
19443 e.
19444 \begin_inset space ~
19445 \end_inset
19446
19447 si una figura está demasiado cerca de la parte inferior de la página se
19448  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19449  o situarse junto a otro texto.
19450 \end_layout
19451
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \begin_layout Standard
19458 En general:
19459 \end_layout
19460
19461 \begin_layout Itemize
19462 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19463  salto de página.
19464  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19465  esté casi listo y puedas prever los saltos de página.
19466 \end_layout
19467
19468 \begin_layout Itemize
19469 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19470  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19471 \end_layout
19472
19473 \begin_layout Itemize
19474 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19475  que asegura que hay un párrafo de texto entre ellos.
19476 \end_layout
19477
19478 \begin_layout Itemize
19479 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19480 \end_layout
19481
19482 \begin_layout Section
19483 Numeración de flotantes
19484 \begin_inset CommandInset label
19485 LatexCommand label
19486 name "sec:Numeración-de-flotantes"
19487
19488 \end_inset
19489
19490
19491 \begin_inset Index
19492 status collapsed
19493
19494 \begin_layout Plain Layout
19495 Flotantes ! Numeración
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 En general, los flotantes se numeran independientemente de las secciones
19505  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19506  dependiendo de la clase de documento utilizada.
19507 \end_layout
19508
19509 \begin_layout Standard
19510 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19511  comando en el preámbulo del documento:
19512 \end_layout
19513
19514 \begin_layout Standard
19515
19516 \series bold
19517
19518 \backslash
19519 renewcommand{
19520 \backslash
19521 thetable}{
19522 \backslash
19523 roman{table}}
19524 \end_layout
19525
19526 \begin_layout Standard
19527
19528 \series bold
19529
19530 \backslash
19531 thetable 
19532 \series default
19533 es el comando que imprime el número de la tabla, para figuras flotantes
19534  el comando sería 
19535 \series bold
19536
19537 \backslash
19538 thefigure
19539 \series default
19540 .
19541  El comando 
19542 \series bold
19543
19544 \backslash
19545 roman
19546 \series default
19547  imprime el número de tabla en números romanos en minúscula.
19548 \end_layout
19549
19550 \begin_layout Standard
19551 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19552  usa este comando en el preámbulo:
19553 \end_layout
19554
19555 \begin_layout Standard
19556
19557 \series bold
19558
19559 \backslash
19560 numberwithin{table}{subsection}
19561 \end_layout
19562
19563 \begin_layout Standard
19564 Para poder usar el comando 
19565 \series bold
19566
19567 \backslash
19568 numberwithin
19569 \series default
19570 , debes marcar la opción 
19571 \family sans
19572 Usar
19573 \begin_inset space ~
19574 \end_inset
19575
19576 el
19577 \begin_inset space ~
19578 \end_inset
19579
19580 paquete
19581 \begin_inset space ~
19582 \end_inset
19583
19584 AMS 
19585 \family default
19586 en el apartado 
19587 \family sans
19588 Ecuaciones 
19589 \family default
19590 de las preferencias del documento.
19591 \end_layout
19592
19593 \begin_layout Standard
19594 Puedes ver más detalles y notas importantes sobre comandos de numeración
19595  en la sección
19596 \begin_inset space ~
19597 \end_inset
19598
19599
19600 \begin_inset CommandInset ref
19601 LatexCommand ref
19602 reference "sub:Numeración-de-Notas-al-Pie"
19603
19604 \end_inset
19605
19606 .
19607 \end_layout
19608
19609 \begin_layout Section
19610 Referencias a flotantes
19611 \begin_inset CommandInset label
19612 LatexCommand label
19613 name "sec:Referencias-a-Flotantes"
19614
19615 \end_inset
19616
19617
19618 \begin_inset Index
19619 status collapsed
19620
19621 \begin_layout Plain Layout
19622 Flotantes ! Referencias
19623 \end_layout
19624
19625 \end_inset
19626
19627
19628 \begin_inset Index
19629 status collapsed
19630
19631 \begin_layout Plain Layout
19632 Referencias
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \begin_layout Standard
19641 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19642  menú 
19643 \family sans
19644 Insertar\SpecialChar \menuseparator
19645 Etiqueta
19646 \family default
19647  o el botón 
19648 \begin_inset Graphics
19649         filename ../../images/label-insert.png
19650         scale 85
19651
19652 \end_inset
19653
19654 .
19655  Aparece una ventana esperando la introducción del texto de la etiqueta
19656  y se inserta un cuadro gris como este: 
19657 \begin_inset Graphics
19658         filename clipart/etiquetaQt4.png
19659         scale 85
19660
19661 \end_inset
19662
19663 .
19664  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19665  El prefijo depende del tipo de flotante, p.
19666 \begin_inset space \thinspace{}
19667 \end_inset
19668
19669 e.
19670 \begin_inset space ~
19671 \end_inset
19672
19673 para figuras el prefijo será «
19674 \family sans
19675 fig:
19676 \family default
19677 ».
19678 \end_layout
19679
19680 \begin_layout Standard
19681 La etiqueta se usa como ancla y el nombre para la referencia.
19682  Puedes referenciar la etiqueta usando el menú 
19683 \family sans
19684 Insertar\SpecialChar \menuseparator
19685 Referencia
19686 \family default
19687
19688 \begin_inset space ~
19689 \end_inset
19690
19691
19692 \family sans
19693 cruzada
19694 \family default
19695  o el botón 
19696 \begin_inset Graphics
19697         filename ../../images/dialog-show-new-inset_ref.png
19698         scale 85
19699
19700 \end_inset
19701
19702 .
19703  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19704  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19705  trabajando de la lista desplegable de la parte superior del diálogo.
19706  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19707  Se inserta un cuadro gris como este: 
19708 \begin_inset Graphics
19709         filename clipart/referenciaQt4.png
19710         scale 85
19711
19712 \end_inset
19713
19714 .
19715  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19716 \end_layout
19717
19718 \begin_layout Standard
19719 Se recomienda poner un espacio protegido entre el nombre de la referencia
19720  cruzada y su número para evitar saltos de línea entre ellos.
19721  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19722  dos interrogaciones en la salida.
19723 \end_layout
19724
19725 \begin_layout Standard
19726 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19727  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19728  al texto de la etiqueta nueva, no te ocupes por eso.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 El botón 
19733 \family sans
19734 Ir
19735 \begin_inset space ~
19736 \end_inset
19737
19738 a
19739 \begin_inset space ~
19740 \end_inset
19741
19742 la
19743 \begin_inset space ~
19744 \end_inset
19745
19746 etiqueta
19747 \family default
19748  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19749  y el texto del botón cambia a 
19750 \family sans
19751 Volver
19752 \family default
19753 , con el que se puede retornar a la referencia.
19754  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19755  la etiqueta pero sin opción de volver.
19756 \end_layout
19757
19758 \begin_layout Subsection
19759 Formatos de referencia cruzada
19760 \begin_inset CommandInset label
19761 LatexCommand label
19762 name "sub:Formatos-referencia-cruzada"
19763
19764 \end_inset
19765
19766
19767 \begin_inset Index
19768 status collapsed
19769
19770 \begin_layout Plain Layout
19771 Referencias ! Formatos
19772 \end_layout
19773
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \begin_layout Standard
19780 Hay seis variedades de referencias cruzadas:
19781 \end_layout
19782
19783 \begin_layout Description
19784 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19785  
19786 \begin_inset CommandInset ref
19787 LatexCommand ref
19788 reference "fig:Dos-imágenes-distorsionadas"
19789
19790 \end_inset
19791
19792
19793 \end_layout
19794
19795 \begin_layout Description
19796 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19797  habitual para referirse a fórmulas, especialmente si se omite el nombre
19798  «Ecuación»: 
19799 \begin_inset CommandInset ref
19800 LatexCommand eqref
19801 reference "eq:Wgn"
19802
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \begin_layout Description
19809 <página>: imprime el número de página: Página
19810 \begin_inset space ~
19811 \end_inset
19812
19813
19814 \begin_inset CommandInset ref
19815 LatexCommand pageref
19816 reference "fig:Dos-imágenes-distorsionadas"
19817
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \begin_layout Description
19824 en
19825 \begin_inset space ~
19826 \end_inset
19827
19828 página
19829 \begin_inset space ~
19830 \end_inset
19831
19832 <página>: imprime el texto «en la página» y el número de página: 
19833 \begin_inset CommandInset ref
19834 LatexCommand vpageref
19835 reference "fig:Dos-imágenes-distorsionadas"
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Description
19843 <referencia>
19844 \begin_inset space ~
19845 \end_inset
19846
19847 en
19848 \begin_inset space ~
19849 \end_inset
19850
19851 página
19852 \begin_inset space ~
19853 \end_inset
19854
19855 <página>: imprime el número flotante, el texto «en la página» y el número
19856  de página: 
19857 \begin_inset CommandInset ref
19858 LatexCommand vref
19859 reference "fig:Dos-imágenes-distorsionadas"
19860
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \begin_layout Description
19867 Referencia
19868 \begin_inset space ~
19869 \end_inset
19870
19871 con
19872 \begin_inset space ~
19873 \end_inset
19874
19875 formato: imprime un formato personalizado.
19876  
19877 \begin_inset Note Greyedout
19878 status open
19879
19880 \begin_layout Plain Layout
19881
19882 \series bold
19883 Nota:
19884 \series default
19885  Esta característica sólo está disponible si está instalado el paquete LaTeX
19886  
19887 \series bold
19888 prettyref
19889 \series default
19890 .
19891 \end_layout
19892
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \begin_layout Standard
19899 Ten en cuenta que el estilo <página>
19900 \begin_inset space \thinspace{}
19901 \end_inset
19902
19903  no imprime el número si la etiqueta está en la misma página, en la anterior
19904  o en la siguiente.
19905  En su lugar verás p.
19906 \begin_inset space \thinspace{}
19907 \end_inset
19908
19909 e.
19910 \begin_inset space ~
19911 \end_inset
19912
19913 el texto «
19914 \family sans
19915 en esta página
19916 \family default
19917 ».
19918 \end_layout
19919
19920 \begin_layout Standard
19921 El número y página actual de la parte del documento referida es automáticamente
19922  calculado por LaTeX en la salida.
19923  Las variedades se ajustan en el campo 
19924 \family sans
19925 Formato
19926 \family default
19927  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19928 \end_layout
19929
19930 \begin_layout Subsection
19931 Designación automática de referencias
19932 \begin_inset Index
19933 status collapsed
19934
19935 \begin_layout Plain Layout
19936 Referencias ! Designación automática
19937 \end_layout
19938
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \begin_layout Standard
19945 El paquete LaTeX 
19946 \series bold
19947 hyperref
19948 \series default
19949
19950 \begin_inset Index
19951 status collapsed
19952
19953 \begin_layout Plain Layout
19954 LaTeX-paquetes ! hyperref
19955 \end_layout
19956
19957 \end_inset
19958
19959 , que se habilita en 
19960 \family sans
19961 Propiedades PDF
19962 \family default
19963  del diálogo 
19964 \family sans
19965 Documento\SpecialChar \menuseparator
19966 Configuración
19967 \family default
19968 , dispone de una característica muy útil que permite incluir automáticamente
19969  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19970  de texto como 
19971 \emph on
19972 sección
19973 \emph default
19974 ).
19975  Así, p.
19976 \begin_inset space \thinspace{}
19977 \end_inset
19978
19979 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
19980  a una figura.
19981  Para usar esta característica habilita el soporte para 
19982 \series bold
19983 hyperref
19984 \series default
19985  e inserta la siguiente línea en el preámbulo LaTeX:
19986 \end_layout
19987
19988 \begin_layout Standard
19989
19990 \series bold
19991
19992 \backslash
19993 AtBeginDocument{
19994 \backslash
19995 renewcommand{
19996 \backslash
19997 ref}[1]{
19998 \backslash
19999 mbox{
20000 \backslash
20001 autoref{#1}}}}
20002 \end_layout
20003
20004 \begin_layout Standard
20005 Si prefieres otros nombres para las referencias distintos de los predeterminados
20006 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20007  lo siguiente en el preámbulo:
20008 \end_layout
20009
20010 \begin_layout Standard
20011
20012 \series bold
20013
20014 \backslash
20015 addto
20016 \backslash
20017 extrasenglish{
20018 \backslash
20019 renewcommand{
20020 \backslash
20021 sectionautorefname}
20022 \begin_inset Newline newline
20023 \end_inset
20024
20025
20026 \begin_inset ERT
20027 status collapsed
20028
20029 \begin_layout Plain Layout
20030
20031
20032 \backslash
20033 hphantom{ }
20034 \end_layout
20035
20036 \end_inset
20037
20038 {sec.
20039 \backslash
20040 negthinspace}}
20041 \end_layout
20042
20043 \begin_layout Standard
20044 Si estás usando un idioma de documento distinto del inglés, reemplaza
20045 \begin_inset Newline newline
20046 \end_inset
20047
20048  
20049 \series bold
20050
20051 \backslash
20052 extrasenglish
20053 \series default
20054  por
20055 \series bold
20056  
20057 \backslash
20058 extras***
20059 \series default
20060 , donde *** es el nombre del idioma utilizado.
20061 \end_layout
20062
20063 \begin_layout Standard
20064 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20065  por ejemplo no para ecuaciones, usa este código de preámbulo:
20066 \end_layout
20067
20068 \begin_layout Standard
20069
20070 \series bold
20071
20072 \backslash
20073 newlength{
20074 \backslash
20075 abc}
20076 \begin_inset Newline newline
20077 \end_inset
20078
20079
20080 \backslash
20081 settowidth{
20082 \backslash
20083 abc}{
20084 \backslash
20085 space}
20086 \begin_inset Newline newline
20087 \end_inset
20088
20089
20090 \backslash
20091 addto
20092 \backslash
20093 extrasenglish{
20094 \backslash
20095 renewcommand{
20096 \backslash
20097 equationautorefname}
20098 \begin_inset Newline newline
20099 \end_inset
20100
20101
20102 \begin_inset ERT
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106
20107
20108 \backslash
20109 hphantom{ }
20110 \end_layout
20111
20112 \end_inset
20113
20114 {
20115 \backslash
20116 hspace{-
20117 \backslash
20118 abc}}
20119 \end_layout
20120
20121 \begin_layout Standard
20122 En la documentación de 
20123 \series bold
20124 hyperref
20125 \series default
20126  
20127 \begin_inset CommandInset citation
20128 LatexCommand cite
20129 key "hyperref"
20130
20131 \end_inset
20132
20133  puedes encontrar más información.
20134
20135 \series bold
20136  
20137 \end_layout
20138
20139 \begin_layout Standard
20140 \begin_inset Note Greyedout
20141 status open
20142
20143 \begin_layout Plain Layout
20144
20145 \series bold
20146 Nota:
20147 \series default
20148  La designación automática de referencias no puede usarse en el estilo 
20149 \family sans
20150 Referencia
20151 \begin_inset space ~
20152 \end_inset
20153
20154 con
20155 \begin_inset space ~
20156 \end_inset
20157
20158 formato
20159 \family default
20160 , descrita en la sección
20161 \begin_inset space ~
20162 \end_inset
20163
20164
20165 \begin_inset CommandInset ref
20166 LatexCommand ref
20167 reference "sub:Formatos-referencia-cruzada"
20168
20169 \end_inset
20170
20171 .
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \begin_layout Standard
20180 El manual 
20181 \emph on
20182 Ecuaciones
20183 \emph default
20184  es un ejemplo de documento en el que se ha utilizado designación automática
20185  de referencias.
20186 \end_layout
20187
20188 \begin_layout Subsection
20189 Colocación de referencias
20190 \begin_inset CommandInset label
20191 LatexCommand label
20192 name "sub:Colocación-de-Referencias"
20193
20194 \end_inset
20195
20196
20197 \begin_inset Index
20198 status collapsed
20199
20200 \begin_layout Plain Layout
20201 Referencias ! Colocación
20202 \end_layout
20203
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \begin_layout Standard
20210 Si usas 
20211 \series bold
20212 hyperref
20213 \series default
20214
20215 \begin_inset Index
20216 status collapsed
20217
20218 \begin_layout Plain Layout
20219 LaTeX-paquetes ! hyperref
20220 \end_layout
20221
20222 \end_inset
20223
20224 , en las 
20225 \family sans
20226 Preferencias PDF 
20227 \family default
20228 del diálogo 
20229 \family sans
20230 Documento\SpecialChar \menuseparator
20231 Configuración
20232 \family default
20233 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20234  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20235  La leyenda será la primera parte del texto en pantalla, de forma que para
20236  ver la imagen debes deslizar.
20237  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20238  Usando el paquete 
20239 \series bold
20240 hypcap
20241 \series default
20242
20243 \begin_inset Index
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247 LaTeX-paquetes ! hypcap
20248 \end_layout
20249
20250 \end_inset
20251
20252 , que forma parte del paquete LaTeX 
20253 \series bold
20254 oberdiek
20255 \series default
20256
20257 \begin_inset Index
20258 status collapsed
20259
20260 \begin_layout Plain Layout
20261 LaTeX-paquetes ! oberdiek
20262 \end_layout
20263
20264 \end_inset
20265
20266 , el ancla de enlace se sitúa al comienzo de un flotante.
20267  Para usar esta característica para figuras flotantes carga 
20268 \series bold
20269 hypcap
20270 \series default
20271  en el preámbulo con
20272 \end_layout
20273
20274 \begin_layout Standard
20275
20276 \series bold
20277
20278 \backslash
20279 usepackage[figure]{hypcap}
20280 \end_layout
20281
20282 \begin_layout Standard
20283 Puedes usar 
20284 \series bold
20285 hypcap
20286 \series default
20287  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20288  Más información en el manual de 
20289 \series bold
20290 hypcap
20291 \series default
20292  
20293 \begin_inset CommandInset citation
20294 LatexCommand cite
20295 key "hypcap"
20296
20297 \end_inset
20298
20299 .
20300 \end_layout
20301
20302 \begin_layout Standard
20303 \begin_inset Note Greyedout
20304 status open
20305
20306 \begin_layout Plain Layout
20307
20308 \series bold
20309 Nota:
20310 \series default
20311  
20312 \series bold
20313 hypcap
20314 \series default
20315  no funciona para las referencias a subfiguras.
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \end_layout
20322
20323 \begin_layout Section
20324 Colocación de flotantes
20325 \begin_inset CommandInset label
20326 LatexCommand label
20327 name "sec:Colocación-de-Flotantes"
20328
20329 \end_inset
20330
20331
20332 \begin_inset Index
20333 status collapsed
20334
20335 \begin_layout Plain Layout
20336 Flotantes ! Colocación
20337 \end_layout
20338
20339 \end_inset
20340
20341
20342 \end_layout
20343
20344 \begin_layout Standard
20345 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20346  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20347  los flotantes.
20348 \begin_inset Newline newline
20349 \end_inset
20350
20351 La opción 
20352 \family sans
20353 Extender
20354 \begin_inset space ~
20355 \end_inset
20356
20357 columnas
20358 \family default
20359  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20360  abarcará ambas columnas en lugar de una sola.
20361 \begin_inset Newline newline
20362 \end_inset
20363
20364 La opción 
20365 \family sans
20366 Girar
20367 \begin_inset space ~
20368 \end_inset
20369
20370 a
20371 \begin_inset space ~
20372 \end_inset
20373
20374 un
20375 \begin_inset space ~
20376 \end_inset
20377
20378 lado
20379 \family default
20380  sirve para girar flotantes, véase sección
20381 \begin_inset space ~
20382 \end_inset
20383
20384
20385 \begin_inset CommandInset ref
20386 LatexCommand ref
20387 reference "sec:Rotación-de-Flotantes"
20388
20389 \end_inset
20390
20391 .
20392  
20393 \end_layout
20394
20395 \begin_layout Standard
20396 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20397  la posición de un flotante si desmarcas la opción 
20398 \family sans
20399 Usar
20400 \begin_inset space ~
20401 \end_inset
20402
20403 ubicación
20404 \begin_inset space ~
20405 \end_inset
20406
20407 predeterminada
20408 \family default
20409 :
20410 \end_layout
20411
20412 \begin_layout Description
20413
20414 \family sans
20415 \series bold
20416 Aquí
20417 \begin_inset space ~
20418 \end_inset
20419
20420 si
20421 \begin_inset space ~
20422 \end_inset
20423
20424 es
20425 \begin_inset space ~
20426 \end_inset
20427
20428 posible
20429 \family default
20430 \series default
20431  intenta situar el flotante en la posición en la que se inserta
20432 \end_layout
20433
20434 \begin_layout Description
20435
20436 \family sans
20437 \series bold
20438 Principio
20439 \begin_inset space ~
20440 \end_inset
20441
20442 de
20443 \begin_inset space ~
20444 \end_inset
20445
20446 página
20447 \family default
20448 \series default
20449  intenta situar el flotante al principio de la página actual
20450 \end_layout
20451
20452 \begin_layout Description
20453
20454 \family sans
20455 \series bold
20456 Fin
20457 \begin_inset space ~
20458 \end_inset
20459
20460 de
20461 \begin_inset space ~
20462 \end_inset
20463
20464 página
20465 \family default
20466 \series default
20467  intenta situar el flotante al final de la página actual
20468 \end_layout
20469
20470 \begin_layout Description
20471
20472 \family sans
20473 \series bold
20474 Página
20475 \begin_inset space ~
20476 \end_inset
20477
20478 de
20479 \begin_inset space ~
20480 \end_inset
20481
20482 flotantes
20483 \family default
20484 \series default
20485  intenta situar el flotante en una página propia 
20486 \end_layout
20487
20488 \begin_layout Standard
20489 LaTeX usa 
20490 \emph on
20491 siempre
20492 \emph default
20493  ese orden de opciones.
20494  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20495  lugar 
20496 \family sans
20497 Aquí
20498 \begin_inset space ~
20499 \end_inset
20500
20501 si
20502 \begin_inset space ~
20503 \end_inset
20504
20505 es
20506 \begin_inset space ~
20507 \end_inset
20508
20509 posible
20510 \family default
20511 , luego 
20512 \family sans
20513 Principio
20514 \begin_inset space ~
20515 \end_inset
20516
20517 de
20518 \begin_inset space ~
20519 \end_inset
20520
20521 página
20522 \family default
20523 , y después las otras.
20524  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20525  pero en dicho orden.
20526  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20527  pero intenta poner el flotante en la página siguiente.
20528 \end_layout
20529
20530 \begin_layout Standard
20531 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20532 \end_layout
20533
20534 \begin_layout Labeling
20535 \labelwidthstring 00.00.0000
20536
20537 \family sans
20538 Principio
20539 \begin_inset space ~
20540 \end_inset
20541
20542 de
20543 \begin_inset space ~
20544 \end_inset
20545
20546 página:
20547 \family default
20548  sólo si el flotante ocupa menos del 70
20549 \begin_inset space \thinspace{}
20550 \end_inset
20551
20552 % de la página puede ubicarse al principio de página (
20553 \series bold
20554
20555 \backslash
20556 topfraction
20557 \series default
20558 )
20559 \end_layout
20560
20561 \begin_layout Labeling
20562 \labelwidthstring 00.00.0000
20563
20564 \family sans
20565 Fin
20566 \begin_inset space ~
20567 \end_inset
20568
20569 de
20570 \begin_inset space ~
20571 \end_inset
20572
20573 página:
20574 \family default
20575  sólo si el flotante ocupa menos del 30
20576 \begin_inset space \thinspace{}
20577 \end_inset
20578
20579 % de la página puede ubicarse al fin de página.
20580  (
20581 \series bold
20582
20583 \backslash
20584 bottomfraction
20585 \series default
20586 )
20587 \end_layout
20588
20589 \begin_layout Labeling
20590 \labelwidthstring 00.00.0000
20591
20592 \family sans
20593 Página
20594 \begin_inset space ~
20595 \end_inset
20596
20597 de
20598 \begin_inset space ~
20599 \end_inset
20600
20601 flotantes:
20602 \family default
20603  sólo si más del 50
20604 \begin_inset space \thinspace{}
20605 \end_inset
20606
20607 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20608  página.
20609  (
20610 \series bold
20611
20612 \backslash
20613 floatpagefraction
20614 \series default
20615 )
20616 \end_layout
20617
20618 \begin_layout Standard
20619 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20620  
20621 \family sans
20622 Ignorar
20623 \begin_inset space ~
20624 \end_inset
20625
20626 reglas
20627 \begin_inset space ~
20628 \end_inset
20629
20630 de
20631 \begin_inset space ~
20632 \end_inset
20633
20634 LaTeX
20635 \family default
20636 .
20637 \begin_inset Newline newline
20638 \end_inset
20639
20640 También puedes redefinir las reglas con los comandos LaTeX que van entre
20641  paréntesis tras la descripción de las reglas anteriores.
20642  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20643  la regla 
20644 \family sans
20645 Fin
20646 \family default
20647
20648 \begin_inset space ~
20649 \end_inset
20650
20651
20652 \family sans
20653 de
20654 \family default
20655
20656 \begin_inset space ~
20657 \end_inset
20658
20659
20660 \family sans
20661 página
20662 \family default
20663  al 50
20664 \begin_inset space \thinspace{}
20665 \end_inset
20666
20667 %, añade esta línea en el preámbulo:
20668 \end_layout
20669
20670 \begin_layout Standard
20671
20672 \series bold
20673
20674 \backslash
20675 renewcommand{
20676 \backslash
20677 bottomfraction}{0.5}
20678 \end_layout
20679
20680 \begin_layout Standard
20681 En determinados casos podrías necesitar ubicar un flotante exactamente en
20682  la posición en la que se inserta.
20683  Para esto puedes usar la opción 
20684 \family sans
20685 Aquí
20686 \begin_inset space ~
20687 \end_inset
20688
20689 definitivamente
20690 \family default
20691 .
20692  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20693  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20694  se podría estropear el diseño de la página.
20695 \end_layout
20696
20697 \begin_layout Standard
20698 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20699  rodeados por texto de un párrafo determinado.
20700 \begin_inset VSpace bigskip
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Standard
20707 A veces surge el problema de que un flotante se sitúa al principio de la
20708  página mientras que su sección correspondiente empieza en mitad de la página,
20709  así que el lector podría creer que el flotante forma parte de la sección
20710  anterior.
20711  Para evitarlo puede emplearse el comando LaTeX 
20712 \series bold
20713
20714 \backslash
20715 suppressfloats
20716 \series default
20717 , que suprime la ubicación de un flotante dado en la página donde se inserta
20718  y además puede servir para evitar que el flotante se coloque antes del
20719  inicio de sección.
20720  Para ello, añade estos comandos al preámbulo:
20721 \end_layout
20722
20723 \begin_layout Standard
20724
20725 \series bold
20726
20727 \backslash
20728 let
20729 \backslash
20730 mySection
20731 \backslash
20732 section
20733 \begin_inset Newline newline
20734 \end_inset
20735
20736
20737 \backslash
20738 renewcommand{
20739 \backslash
20740 section}{
20741 \backslash
20742 suppressfloats[t]
20743 \backslash
20744 mySection}
20745 \end_layout
20746
20747 \begin_layout Standard
20748 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20749  subsecciones.
20750  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20751  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20752 \end_layout
20753
20754 \begin_layout Standard
20755 \begin_inset VSpace bigskip
20756 \end_inset
20757
20758 En ciertos casos se quieren tener todas las figuras/tablas al final del
20759  documento.
20760  Para estos casos está el paquete LaTeX 
20761 \series bold
20762 endfloat
20763 \series default
20764
20765 \begin_inset Index
20766 status collapsed
20767
20768 \begin_layout Plain Layout
20769 LaTeX-paquetes ! endfloat
20770 \end_layout
20771
20772 \end_inset
20773
20774 .
20775  Pone todas las figuras y tablas flotantes al final del documento en secciones
20776  propias.
20777  En la posición original del flotante se inserta una indicación como «
20778 \family sans
20779 [Figure
20780 \begin_inset space ~
20781 \end_inset
20782
20783 3.2 about here.]
20784 \family default
20785 ».
20786  El paquete 
20787 \series bold
20788 endfloat
20789 \series default
20790  se carga en el preámbulo con la línea
20791 \end_layout
20792
20793 \begin_layout Standard
20794
20795 \series bold
20796
20797 \backslash
20798 usepackage[options]{endfloat}
20799 \end_layout
20800
20801 \begin_layout Standard
20802 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20803  Para más información véase la documentación de 
20804 \begin_inset CommandInset citation
20805 LatexCommand cite
20806 key "endfloat"
20807
20808 \end_inset
20809
20810 .
20811 \begin_inset Newline newline
20812 \end_inset
20813
20814
20815 \begin_inset Note Greyedout
20816 status open
20817
20818 \begin_layout Plain Layout
20819
20820 \series bold
20821 Nota: endfloat
20822 \series default
20823  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20824  véase sección
20825 \begin_inset space ~
20826 \end_inset
20827
20828 4 en 
20829 \begin_inset CommandInset citation
20830 LatexCommand cite
20831 key "endfloat"
20832
20833 \end_inset
20834
20835 .
20836 \end_layout
20837
20838 \end_inset
20839
20840
20841 \begin_inset Newline newline
20842 \end_inset
20843
20844
20845 \begin_inset Note Greyedout
20846 status open
20847
20848 \begin_layout Plain Layout
20849
20850 \series bold
20851 Nota:
20852 \series default
20853  Actualmente hay un error en 
20854 \series bold
20855 endfloat
20856 \series default
20857  cuando la leyenda contiene el carácter alemán «ß».
20858  Usa en ese caso el comando «
20859 \series bold
20860
20861 \backslash
20862 ss
20863 \series default
20864 » en código TeX en vez de «ß».
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Standard
20873 \begin_inset VSpace bigskip
20874 \end_inset
20875
20876 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20877 \begin_inset CommandInset citation
20878 LatexCommand cite
20879 key "latexcompanion,latexguide,latexbook"
20880
20881 \end_inset
20882
20883 .
20884 \end_layout
20885
20886 \begin_layout Section
20887 Rotación de flotantes
20888 \begin_inset CommandInset label
20889 LatexCommand label
20890 name "sec:Rotación-de-Flotantes"
20891
20892 \end_inset
20893
20894
20895 \begin_inset Index
20896 status collapsed
20897
20898 \begin_layout Plain Layout
20899 Flotantes ! Rotación
20900 \end_layout
20901
20902 \end_inset
20903
20904
20905 \end_layout
20906
20907 \begin_layout Standard
20908 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20909  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20910  la opción 
20911 \family sans
20912 Girar
20913 \begin_inset space ~
20914 \end_inset
20915
20916 a
20917 \begin_inset space ~
20918 \end_inset
20919
20920 un
20921 \begin_inset space ~
20922 \end_inset
20923
20924 lado
20925 \family default
20926 .
20927 \end_layout
20928
20929 \begin_layout Standard
20930 Los flotantes girados son puestos siempre en su propia página (o columna
20931  si el documento es de dos columnas).
20932  Se les puede permitir abarcar varias columnas con la opción de configuración
20933  
20934 \family sans
20935 Extender
20936 \begin_inset space ~
20937 \end_inset
20938
20939 columnas
20940 \family default
20941 .
20942  Se rotan de forma que puedes leerlos desde el margen externo.
20943  Para forzar determinada dirección de rotación para todas las páginas, puedes
20944  añadir una de las opciones 
20945 \series bold
20946 figuresleft
20947 \series default
20948  o 
20949 \series bold
20950 figuresright
20951 \series default
20952  a las opciones de clase del documento.
20953 \end_layout
20954
20955 \begin_layout Standard
20956 Los flotantes girados se refieren igual que los normales, y el formato de
20957  la leyenda también es el mismo: un ejemplo es la tabla
20958 \begin_inset space ~
20959 \end_inset
20960
20961
20962 \begin_inset CommandInset ref
20963 LatexCommand ref
20964 reference "tab:Tabla-girada"
20965
20966 \end_inset
20967
20968 .
20969 \end_layout
20970
20971 \begin_layout Standard
20972 \begin_inset Note Greyedout
20973 status open
20974
20975 \begin_layout Plain Layout
20976
20977 \series bold
20978 Nota:
20979 \series default
20980  No todos los visores DVI pueden mostrar tablas giradas.
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \end_layout
20987
20988 \begin_layout Standard
20989 \begin_inset Float table
20990 wide false
20991 sideways true
20992 status open
20993
20994 \begin_layout Plain Layout
20995 \begin_inset Caption
20996
20997 \begin_layout Plain Layout
20998 \begin_inset CommandInset label
20999 LatexCommand label
21000 name "tab:Tabla-girada"
21001
21002 \end_inset
21003
21004 Tabla girada
21005 \end_layout
21006
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \begin_layout Plain Layout
21013 \align center
21014 \begin_inset Tabular
21015 <lyxtabular version="3" rows="1" columns="5">
21016 <features>
21017 <column alignment="center" valignment="top" width="0">
21018 <column alignment="center" valignment="top" width="0">
21019 <column alignment="center" valignment="top" width="0">
21020 <column alignment="center" valignment="top" width="0">
21021 <column alignment="center" valignment="top" width="0">
21022 <row>
21023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 test
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 b
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 c
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 d
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 e
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 </lyxtabular>
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \begin_layout Section
21082 Flotantes adosados
21083 \begin_inset Index
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087 Flotantes ! Adosados
21088 \end_layout
21089
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \begin_layout Standard
21096 Para colocar flotantes unos junto a otros, como en la figura
21097 \begin_inset space ~
21098 \end_inset
21099
21100
21101 \begin_inset CommandInset ref
21102 LatexCommand ref
21103 reference "fig:Flotante-izquierda"
21104
21105 \end_inset
21106
21107  y 
21108 \begin_inset CommandInset ref
21109 LatexCommand ref
21110 reference "fig:Flotante-derecha"
21111
21112 \end_inset
21113
21114 , se pone 
21115 \emph on
21116 un
21117 \emph default
21118  solo flotante.
21119  En él se insertan dos cuadros tipo minipágina.
21120 \begin_inset Foot
21121 status collapsed
21122
21123 \begin_layout Plain Layout
21124 Las minipáginas se explican en la sección
21125 \begin_inset space ~
21126 \end_inset
21127
21128
21129 \begin_inset CommandInset ref
21130 LatexCommand ref
21131 reference "sec:Minipáginas"
21132
21133 \end_inset
21134
21135 .
21136 \end_layout
21137
21138 \end_inset
21139
21140  La anchura de la columna se establece en 45-50
21141 \begin_inset space \thinspace{}
21142 \end_inset
21143
21144 % y la alineación en 
21145 \family sans
21146 Inferior
21147 \family default
21148  para cada minipágina.
21149  Las minipáginas contienen la imagen y su título, de igual forma que en
21150  los flotantes.
21151  La única diferencia es que el 
21152 \family sans
21153 Ancho
21154 \begin_inset space ~
21155 \end_inset
21156
21157 de
21158 \begin_inset space ~
21159 \end_inset
21160
21161 columna
21162 \begin_inset space ~
21163 \end_inset
21164
21165 %
21166 \family default
21167  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21168 \end_layout
21169
21170 \begin_layout Standard
21171 \begin_inset Float figure
21172 placement h
21173 wide false
21174 sideways false
21175 status open
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Box Frameless
21179 position "b"
21180 hor_pos "c"
21181 has_inner_box 1
21182 inner_pos "t"
21183 use_parbox 0
21184 width "45col%"
21185 special "none"
21186 height "1in"
21187 height_special "totalheight"
21188 status open
21189
21190 \begin_layout Plain Layout
21191 \align center
21192 \begin_inset Graphics
21193         filename ../clipart/mobius.eps
21194         lyxscale 50
21195         width 100col%
21196         scaleBeforeRotation
21197
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \begin_layout Plain Layout
21204 \begin_inset Caption
21205
21206 \begin_layout Plain Layout
21207 \begin_inset CommandInset label
21208 LatexCommand label
21209 name "fig:Flotante-izquierda"
21210
21211 \end_inset
21212
21213 Flotante en el lado izquierdo.
21214 \end_layout
21215
21216 \end_inset
21217
21218
21219 \end_layout
21220
21221 \end_inset
21222
21223
21224 \begin_inset space \hfill{}
21225 \end_inset
21226
21227
21228 \begin_inset Box Frameless
21229 position "b"
21230 hor_pos "c"
21231 has_inner_box 1
21232 inner_pos "t"
21233 use_parbox 0
21234 width "45col%"
21235 special "none"
21236 height "1in"
21237 height_special "totalheight"
21238 status open
21239
21240 \begin_layout Plain Layout
21241 \align center
21242 \begin_inset Graphics
21243         filename ../clipart/platypus.eps
21244         lyxscale 50
21245         width 100col%
21246         scaleBeforeRotation
21247
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \begin_layout Plain Layout
21254 \begin_inset Caption
21255
21256 \begin_layout Plain Layout
21257 \begin_inset CommandInset label
21258 LatexCommand label
21259 name "fig:Flotante-derecha"
21260
21261 \end_inset
21262
21263 Flotante en el lado derecho.
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \end_layout
21270
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Section
21282 Formato de las leyendas
21283 \begin_inset Index
21284 status collapsed
21285
21286 \begin_layout Plain Layout
21287 Leyendas ! Formato
21288 \end_layout
21289
21290 \end_inset
21291
21292
21293 \begin_inset Index
21294 status collapsed
21295
21296 \begin_layout Plain Layout
21297 Flotantes ! Formato de las leyendas
21298 \end_layout
21299
21300 \end_inset
21301
21302
21303 \begin_inset CommandInset label
21304 LatexCommand label
21305 name "sec:Formato-de-leyendas"
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Standard
21313 El entorno 
21314 \family sans
21315 Leyenda
21316 \family default
21317  es el predeterminado para los 
21318 \family sans
21319 Flotantes
21320 \family default
21321 .
21322  En LyX las leyendas se muestran como etiqueta, p.
21323 \begin_inset space \thinspace{}
21324 \end_inset
21325
21326 e.
21327 \begin_inset space ~
21328 \end_inset
21329
21330 «
21331 \family sans
21332 Figura #
21333 \family default
21334 :» seguida por el texto.
21335  «#» es el número real de referencia.
21336  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21337  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21338  del texto.
21339  El entorno leyenda no es apropiado para todos los tipos de documento.
21340  
21341 \end_layout
21342
21343 \begin_layout Standard
21344 Para cambiar el formato predeterminado carga el paquete LaTeX 
21345 \series bold
21346 caption
21347 \series default
21348
21349 \begin_inset Index
21350 status collapsed
21351
21352 \begin_layout Plain Layout
21353 LaTeX-paquetes ! caption
21354 \end_layout
21355
21356 \end_inset
21357
21358  en el preámbulo del documento con la línea:
21359 \end_layout
21360
21361 \begin_layout Standard
21362
21363 \series bold
21364
21365 \backslash
21366 usepackage[definición de formato]{caption}
21367 \end_layout
21368
21369 \begin_layout Standard
21370 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21371  las leyendas de tabla siempre sobre ella como en este documento, usa el
21372  comando:
21373 \end_layout
21374
21375 \begin_layout Standard
21376
21377 \series bold
21378
21379 \backslash
21380 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21381 \end_layout
21382
21383 \begin_layout Standard
21384 También puedes definir distintos formatos de leyenda para los distintos
21385  tipos de flotantes.
21386  En ese caso carga el paquete 
21387 \series bold
21388 caption
21389 \series default
21390  sin opciones específicas y define los distintos formatos con ayuda del
21391  comando
21392 \end_layout
21393
21394 \begin_layout Standard
21395
21396 \series bold
21397
21398 \backslash
21399 captionsetup[tipo de flotante]{definición de formato}
21400 \end_layout
21401
21402 \begin_layout Standard
21403 en el preámbulo del documento.
21404  Por ejemplo las leyendas de la Figura
21405 \begin_inset space ~
21406 \end_inset
21407
21408
21409 \begin_inset CommandInset ref
21410 LatexCommand ref
21411 reference "fig:Esto-es-una-fig"
21412
21413 \end_inset
21414
21415  y la tabla
21416 \begin_inset space ~
21417 \end_inset
21418
21419
21420 \begin_inset CommandInset ref
21421 LatexCommand ref
21422 reference "tab:Esto-es-una-tab"
21423
21424 \end_inset
21425
21426  pueden crearse usando los siguientes comandos en el preámbulo:
21427 \end_layout
21428
21429 \begin_layout Standard
21430
21431 \series bold
21432
21433 \backslash
21434 usepackage[tableposition=top]{caption}
21435 \series default
21436
21437 \begin_inset Newline newline
21438 \end_inset
21439
21440
21441 \series bold
21442
21443 \backslash
21444 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21445 \begin_inset Newline newline
21446 \end_inset
21447
21448
21449 \begin_inset ERT
21450 status collapsed
21451
21452 \begin_layout Plain Layout
21453
21454
21455 \backslash
21456 hphantom{
21457 \backslash
21458
21459 \backslash
21460 captionsetup[figure]
21461 \backslash
21462 {}
21463 \end_layout
21464
21465 \end_inset
21466
21467  labelsep=period}
21468 \begin_inset Newline newline
21469 \end_inset
21470
21471
21472 \backslash
21473 captionsetup[table]{labelfont={bf,sf}}
21474 \end_layout
21475
21476 \begin_layout Standard
21477 \begin_inset Note Greyedout
21478 status open
21479
21480 \begin_layout Plain Layout
21481
21482 \series bold
21483 Nota: 
21484 \series default
21485 La opción 
21486 \series bold
21487 tableposition=top
21488 \series default
21489  no tiene efecto si se usa una clase de documento 
21490 \series bold
21491 koma-script
21492 \series default
21493 .
21494  En este caso debe utilizarse la opción de clase de documento 
21495 \series bold
21496 tablecaptionabove
21497 \series default
21498 .
21499  
21500 \end_layout
21501
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \begin_layout Standard
21508 Para más información sobre el paquete 
21509 \series bold
21510 caption
21511 \series default
21512  acude a su documentación 
21513 \begin_inset CommandInset citation
21514 LatexCommand cite
21515 key "caption"
21516
21517 \end_inset
21518
21519 .
21520 \end_layout
21521
21522 \begin_layout Standard
21523 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21524 \begin_inset space \thinspace{}
21525 \end_inset
21526
21527 e., usa el siguiente comando de preámbulo:
21528 \end_layout
21529
21530 \begin_layout Standard
21531
21532 \series bold
21533
21534 \backslash
21535 renewcommand{
21536 \backslash
21537 fnum@figure}{Imagen~
21538 \backslash
21539 thefigure}
21540 \end_layout
21541
21542 \begin_layout Standard
21543 donde 
21544 \series bold
21545
21546 \backslash
21547 thefigure
21548 \series default
21549  inserta el número de figura y «~» genera un espacio protegido.
21550
21551 \series bold
21552  
21553 \end_layout
21554
21555 \begin_layout Standard
21556 \begin_inset VSpace bigskip
21557 \end_inset
21558
21559 Si estás usando la clase de documento 
21560 \series bold
21561 koma-script
21562 \series default
21563
21564 \begin_inset Index
21565 status collapsed
21566
21567 \begin_layout Plain Layout
21568 LaTeX-paquetes ! koma-script
21569 \end_layout
21570
21571 \end_inset
21572
21573  (
21574 \family sans
21575 article (koma-script)
21576 \family default
21577
21578 \family sans
21579 book (koma-script)
21580 \family default
21581
21582 \family sans
21583 letter (koma-script)
21584 \family default
21585 , o 
21586 \family sans
21587 report (koma-script)
21588 \family default
21589
21590 \begin_inset space \thinspace{}
21591 \end_inset
21592
21593 ), puedes emplear en vez del paquete 
21594 \series bold
21595 caption
21596 \series default
21597  el comando 
21598 \series bold
21599
21600 \backslash
21601 setkomafont
21602 \series default
21603  incluido en 
21604 \series bold
21605 koma-script
21606 \series default
21607 .
21608  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21609  comando en el preámbulo del documento:
21610 \end_layout
21611
21612 \begin_layout Standard
21613
21614 \series bold
21615
21616 \backslash
21617 setkomafont{captionlabel}{
21618 \backslash
21619 bfseries}
21620 \end_layout
21621
21622 \begin_layout Standard
21623 Más información sobre 
21624 \series bold
21625
21626 \backslash
21627 setkomafont
21628 \series default
21629  en la documentación de 
21630 \series bold
21631 koma-script
21632 \series default
21633  
21634 \begin_inset CommandInset citation
21635 LatexCommand cite
21636 key "koma-script"
21637
21638 \end_inset
21639
21640 .
21641 \end_layout
21642
21643 \begin_layout Standard
21644 \begin_inset ERT
21645 status open
21646
21647 \begin_layout Plain Layout
21648
21649
21650 \backslash
21651 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21652 }
21653 \end_layout
21654
21655 \end_inset
21656
21657
21658 \begin_inset Note Note
21659 status open
21660
21661 \begin_layout Plain Layout
21662 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21663 \end_layout
21664
21665 \end_inset
21666
21667
21668 \end_layout
21669
21670 \begin_layout Standard
21671 \begin_inset Float figure
21672 placement !p
21673 wide false
21674 sideways false
21675 status open
21676
21677 \begin_layout Plain Layout
21678 \align center
21679 \begin_inset Graphics
21680         filename ../clipart/mobius.eps
21681         lyxscale 50
21682         scale 50
21683
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Caption
21691
21692 \begin_layout Plain Layout
21693 \begin_inset CommandInset label
21694 LatexCommand label
21695 name "fig:Esto-es-una-fig"
21696
21697 \end_inset
21698
21699
21700 \begin_inset OptArg
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704 Figura con leyenda muy larga
21705 \end_layout
21706
21707 \end_inset
21708
21709 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21710  mostrar el formato diferente.
21711  Aquí se usa una leyenda personalizada.
21712 \end_layout
21713
21714 \end_inset
21715
21716
21717 \end_layout
21718
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \begin_layout Standard
21725 \begin_inset ERT
21726 status open
21727
21728 \begin_layout Plain Layout
21729
21730
21731 \backslash
21732 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21733 on}
21734 \end_layout
21735
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \begin_layout Standard
21742 \begin_inset Float table
21743 placement !p
21744 wide false
21745 sideways false
21746 status collapsed
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Caption
21750
21751 \begin_layout Plain Layout
21752 \begin_inset CommandInset label
21753 LatexCommand label
21754 name "tab:Esto-es-una-tab"
21755
21756 \end_inset
21757
21758
21759 \begin_inset OptArg
21760 status collapsed
21761
21762 \begin_layout Plain Layout
21763 Tabla con leyenda muy larga
21764 \end_layout
21765
21766 \end_inset
21767
21768 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21769  el formato diferente.
21770  Aquí se usa el formato de leyenda estándar para las tablas.
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \begin_layout Plain Layout
21779 \align center
21780 \begin_inset Tabular
21781 <lyxtabular version="3" rows="1" columns="5">
21782 <features>
21783 <column alignment="center" valignment="top" width="0">
21784 <column alignment="center" valignment="top" width="0">
21785 <column alignment="center" valignment="top" width="0">
21786 <column alignment="center" valignment="top" width="0">
21787 <column alignment="center" valignment="top" width="0">
21788 <row>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 a
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 b
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 c
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 d
21821 \end_layout
21822
21823 \end_inset
21824 </cell>
21825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21826 \begin_inset Text
21827
21828 \begin_layout Plain Layout
21829 e
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 </lyxtabular>
21836
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \begin_layout Section
21848 Colocación de leyendas
21849 \begin_inset Index
21850 status collapsed
21851
21852 \begin_layout Plain Layout
21853 Leyendas ! Colocación
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \begin_inset Index
21860 status collapsed
21861
21862 \begin_layout Plain Layout
21863 Flotantes ! Colocación de leyendas
21864 \end_layout
21865
21866 \end_inset
21867
21868
21869 \begin_inset CommandInset label
21870 LatexCommand label
21871 name "sec:Colocación-de-leyendas"
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Standard
21879 La norma habitual para colocar las leyendas es:
21880 \end_layout
21881
21882 \begin_layout Description
21883 Figura: La leyenda al pie de la figura
21884 \end_layout
21885
21886 \begin_layout Description
21887 Tabla: La leyenda sobre la tabla
21888 \end_layout
21889
21890 \begin_layout Standard
21891 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21892  la tabla.
21893  Esto implica que si usas las clases de documento 
21894 \family sans
21895 article
21896 \family default
21897
21898 \family sans
21899 book
21900 \family default
21901
21902 \family sans
21903 letter
21904 \family default
21905 , o 
21906 \family sans
21907 report
21908 \family default
21909  no habrá espacio entre la leyenda y la tabla.
21910  Para insertar el espacio adecuado añade la siguiente opción al comando
21911  del paquete LaTeX 
21912 \series bold
21913 caption
21914 \series default
21915  en el preámbulo del documento:
21916 \begin_inset Foot
21917 status collapsed
21918
21919 \begin_layout Plain Layout
21920 Véase la sección
21921 \begin_inset space ~
21922 \end_inset
21923
21924
21925 \begin_inset CommandInset ref
21926 LatexCommand ref
21927 reference "sec:Formato-de-leyendas"
21928
21929 \end_inset
21930
21931  para más información sobre el paquete 
21932 \series bold
21933 caption
21934 \series default
21935 .
21936 \end_layout
21937
21938 \end_inset
21939
21940
21941 \end_layout
21942
21943 \begin_layout Standard
21944
21945 \series bold
21946 tableposition=top
21947 \end_layout
21948
21949 \begin_layout Standard
21950 Si estás usando la clase 
21951 \series bold
21952 koma-script
21953 \series default
21954
21955 \begin_inset Index
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959 LaTeX-paquetes ! koma-script
21960 \end_layout
21961
21962 \end_inset
21963
21964  (
21965 \family sans
21966 article (koma-script)
21967 \family default
21968
21969 \family sans
21970 book (koma-script)
21971 \family default
21972
21973 \family sans
21974 letter (koma-script)
21975 \family default
21976 , o 
21977 \family sans
21978 report (koma-script)
21979 \family default
21980
21981 \begin_inset space \thinspace{}
21982 \end_inset
21983
21984 ), en vez de 
21985 \series bold
21986 caption
21987 \series default
21988  puedes poner la opción 
21989 \series bold
21990 tablecaptionabove
21991 \series default
21992  de la clase de documento.
21993 \end_layout
21994
21995 \begin_layout Standard
21996 \begin_inset VSpace bigskip
21997 \end_inset
21998
21999 También es posible poner la leyenda junto a una figura o tabla.
22000  Para conseguirlo hay que cargar el paquete LaTeX 
22001 \series bold
22002 sidecap
22003 \series default
22004
22005 \begin_inset Index
22006 status collapsed
22007
22008 \begin_layout Plain Layout
22009 LaTeX-paquetes ! sidecap
22010 \end_layout
22011
22012 \end_inset
22013
22014  añadiendo en el preámbulo del documento la línea
22015 \end_layout
22016
22017 \begin_layout Standard
22018
22019 \series bold
22020
22021 \backslash
22022 usepackage[option]{sidecap}
22023 \end_layout
22024
22025 \begin_layout Standard
22026 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22027  de la página ---a la derecha en páginas impares, a la izquierda en las
22028  pares---.
22029  Puedes cambiar la colocación al margen interno con la opción 
22030 \series bold
22031 innercaption
22032 \series default
22033 .
22034  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22035  opciones 
22036 \series bold
22037 rightcaption
22038 \series default
22039  o 
22040 \series bold
22041 leftcaption
22042 \series default
22043 , respectivamente.
22044 \end_layout
22045
22046 \begin_layout Standard
22047 \begin_inset ERT
22048 status collapsed
22049
22050 \begin_layout Plain Layout
22051
22052
22053 \backslash
22054 ifsidecap
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \begin_inset Note Note
22061 status open
22062
22063 \begin_layout Plain Layout
22064 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22065  LaTeX 
22066 \series bold
22067 sidecap
22068 \series default
22069 .
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22079  estos comandos al preámbulo del documento:
22080 \end_layout
22081
22082 \begin_layout Standard
22083
22084 \lyxline
22085
22086 \end_layout
22087
22088 \begin_layout Standard
22089
22090 \series bold
22091
22092 \backslash
22093 newcommand{
22094 \backslash
22095 TabBesBeg}{%
22096 \begin_inset Newline newline
22097 \end_inset
22098
22099
22100 \begin_inset ERT
22101 status collapsed
22102
22103 \begin_layout Plain Layout
22104
22105
22106 \backslash
22107 hphantom{ }
22108 \end_layout
22109
22110 \end_inset
22111
22112
22113 \backslash
22114 let
22115 \backslash
22116 MyTable
22117 \backslash
22118 table
22119 \begin_inset Newline newline
22120 \end_inset
22121
22122
22123 \begin_inset ERT
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127
22128
22129 \backslash
22130 hphantom{ }
22131 \end_layout
22132
22133 \end_inset
22134
22135
22136 \backslash
22137 let
22138 \backslash
22139 MyEndtable
22140 \backslash
22141 endtable
22142 \begin_inset Newline newline
22143 \end_inset
22144
22145
22146 \begin_inset ERT
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150
22151
22152 \backslash
22153 hphantom{ }
22154 \end_layout
22155
22156 \end_inset
22157
22158
22159 \backslash
22160 renewenvironment{table}{
22161 \backslash
22162 begin{SCtable}}{
22163 \backslash
22164 end{SCtable}}}
22165 \end_layout
22166
22167 \begin_layout Standard
22168
22169 \series bold
22170
22171 \backslash
22172 newcommand{
22173 \backslash
22174 TabBesEnd}{%
22175 \begin_inset Newline newline
22176 \end_inset
22177
22178
22179 \begin_inset ERT
22180 status collapsed
22181
22182 \begin_layout Plain Layout
22183
22184
22185 \backslash
22186 hphantom{ }
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \backslash
22193 let
22194 \backslash
22195 table
22196 \backslash
22197 MyTable
22198 \begin_inset Newline newline
22199 \end_inset
22200
22201
22202 \begin_inset ERT
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206
22207
22208 \backslash
22209 hphantom{ }
22210 \end_layout
22211
22212 \end_inset
22213
22214
22215 \backslash
22216 let
22217 \backslash
22218 endtable
22219 \backslash
22220 MyEndtable
22221 \end_layout
22222
22223 \begin_layout Standard
22224
22225 \series bold
22226
22227 \backslash
22228 newcommand{
22229 \backslash
22230 FigBesBeg}{%
22231 \begin_inset Newline newline
22232 \end_inset
22233
22234
22235 \begin_inset ERT
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239
22240
22241 \backslash
22242 hphantom{ }
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \backslash
22249 let
22250 \backslash
22251 MyFigure
22252 \backslash
22253 figure
22254 \begin_inset Newline newline
22255 \end_inset
22256
22257
22258 \begin_inset ERT
22259 status collapsed
22260
22261 \begin_layout Plain Layout
22262
22263
22264 \backslash
22265 hphantom{ }
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \backslash
22272 let
22273 \backslash
22274 MyEndfigure
22275 \backslash
22276 endfigure
22277 \begin_inset Newline newline
22278 \end_inset
22279
22280
22281 \begin_inset ERT
22282 status collapsed
22283
22284 \begin_layout Plain Layout
22285
22286
22287 \backslash
22288 hphantom{ }
22289 \end_layout
22290
22291 \end_inset
22292
22293
22294 \backslash
22295 renewenvironment{figure}{
22296 \backslash
22297 begin{SCfigure}}{
22298 \backslash
22299 end{SCfigure}}}
22300 \end_layout
22301
22302 \begin_layout Standard
22303
22304 \series bold
22305
22306 \backslash
22307 newcommand{
22308 \backslash
22309 FigBesEnd}{%
22310 \begin_inset Newline newline
22311 \end_inset
22312
22313
22314 \begin_inset ERT
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318
22319
22320 \backslash
22321 hphantom{ }
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \backslash
22328 let
22329 \backslash
22330 figure
22331 \backslash
22332 MyFigure
22333 \begin_inset Newline newline
22334 \end_inset
22335
22336
22337 \begin_inset ERT
22338 status collapsed
22339
22340 \begin_layout Plain Layout
22341
22342
22343 \backslash
22344 hphantom{ }
22345 \end_layout
22346
22347 \end_inset
22348
22349
22350 \backslash
22351 let
22352 \backslash
22353 endfigure
22354 \backslash
22355 MyEndfigure}
22356 \end_layout
22357
22358 \begin_layout Standard
22359
22360 \lyxline
22361
22362 \end_layout
22363
22364 \begin_layout Standard
22365 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22366  en un lado.
22367  Para figuras flotantes usa el comando
22368 \end_layout
22369
22370 \begin_layout Standard
22371
22372 \series bold
22373
22374 \backslash
22375 FigBesBeg
22376 \end_layout
22377
22378 \begin_layout Standard
22379 en código TeX antes del flotante.
22380  Detrás del flotante inserta
22381 \end_layout
22382
22383 \begin_layout Standard
22384
22385 \series bold
22386
22387 \backslash
22388 FigBesEnd
22389 \end_layout
22390
22391 \begin_layout Standard
22392 en código TeX para volver a la definición original de flotantes.
22393 \end_layout
22394
22395 \begin_layout Standard
22396 Para tablas flotantes usa los comandos correspondientes
22397 \end_layout
22398
22399 \begin_layout Standard
22400
22401 \series bold
22402
22403 \backslash
22404 TabBesBeg
22405 \series default
22406  y 
22407 \series bold
22408
22409 \backslash
22410 TabBesEnd
22411 \end_layout
22412
22413 \begin_layout Standard
22414 La figura
22415 \begin_inset space ~
22416 \end_inset
22417
22418
22419 \begin_inset CommandInset ref
22420 LatexCommand ref
22421 reference "fig:encab-al-lado"
22422
22423 \end_inset
22424
22425  y la tabla
22426 \begin_inset space ~
22427 \end_inset
22428
22429
22430 \begin_inset CommandInset ref
22431 LatexCommand ref
22432 reference "tab:encab-al-lado"
22433
22434 \end_inset
22435
22436  son ejemplos en los que el título se sitúa al lado.
22437 \end_layout
22438
22439 \begin_layout Standard
22440 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22441  en tablas flotantes y debajo en las figuras flotantes.
22442  Para cambiarlo, puedes usar el comando
22443 \end_layout
22444
22445 \begin_layout Standard
22446
22447 \series bold
22448
22449 \backslash
22450 sidecaptionvpos{tipo de flotante}{colocación}
22451 \end_layout
22452
22453 \begin_layout Standard
22454 en el preámbulo o en código TeX antes del flotante.
22455  El tipo de flotante es 
22456 \family sans
22457 figure
22458 \family default
22459  o 
22460 \family sans
22461 table
22462 \family default
22463 , la colocación puede ser «
22464 \family sans
22465 t
22466 \family default
22467 » por «top» (arriba), «
22468 \family sans
22469 c
22470 \family default
22471 » por «center» (centro), o «
22472 \family sans
22473 b
22474 \family default
22475 » por «bottom» (abajo).
22476  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22477  usa el comando
22478 \end_layout
22479
22480 \begin_layout Standard
22481
22482 \series bold
22483
22484 \backslash
22485 sidecaptionvpos{figure}{c}
22486 \end_layout
22487
22488 \begin_layout Standard
22489 Esto se ha hecho en la figura
22490 \begin_inset space ~
22491 \end_inset
22492
22493
22494 \begin_inset CommandInset ref
22495 LatexCommand ref
22496 reference "fig:encab-al-lado-de-fig"
22497
22498 \end_inset
22499
22500 .
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset VSpace medskip
22505 \end_inset
22506
22507 Más información sobre el paquete 
22508 \series bold
22509 sidecap
22510 \series default
22511  en su documentación 
22512 \begin_inset CommandInset citation
22513 LatexCommand cite
22514 key "sidecap"
22515
22516 \end_inset
22517
22518 .
22519 \end_layout
22520
22521 \begin_layout Standard
22522 \begin_inset Note Greyedout
22523 status open
22524
22525 \begin_layout Plain Layout
22526
22527 \series bold
22528 Nota:
22529 \series default
22530  El paquete LaTeX 
22531 \series bold
22532 hypcap
22533 \series default
22534
22535 \begin_inset Index
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539 LaTeX-paquetes ! hypcap
22540 \end_layout
22541
22542 \end_inset
22543
22544 , descrito en la sección
22545 \begin_inset space ~
22546 \end_inset
22547
22548
22549 \begin_inset CommandInset ref
22550 LatexCommand ref
22551 reference "sub:Colocación-de-Referencias"
22552
22553 \end_inset
22554
22555 , no afecta a flotantes con la leyenda al lado.
22556 \end_layout
22557
22558 \end_inset
22559
22560
22561 \end_layout
22562
22563 \begin_layout Standard
22564 \begin_inset ERT
22565 status collapsed
22566
22567 \begin_layout Plain Layout
22568
22569
22570 \backslash
22571 FigBesBeg 
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset Float figure
22581 wide false
22582 sideways false
22583 status open
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Graphics
22587         filename ../clipart/escher-lsd.eps
22588         scale 75
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Caption
22597
22598 \begin_layout Plain Layout
22599 \begin_inset CommandInset label
22600 LatexCommand label
22601 name "fig:encab-al-lado"
22602
22603 \end_inset
22604
22605 Leyenda al lado de una figura.
22606 \end_layout
22607
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \begin_layout Standard
22619 \begin_inset ERT
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623
22624
22625 \backslash
22626 TabBesBeg 
22627 \end_layout
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \begin_layout Standard
22635 \begin_inset Float table
22636 wide false
22637 sideways false
22638 status open
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Caption
22642
22643 \begin_layout Plain Layout
22644 \begin_inset CommandInset label
22645 LatexCommand label
22646 name "tab:encab-al-lado"
22647
22648 \end_inset
22649
22650 Leyenda al lado de una tabla.
22651 \end_layout
22652
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \begin_layout Plain Layout
22659 \begin_inset Tabular
22660 <lyxtabular version="3" rows="4" columns="5">
22661 <features>
22662 <column alignment="center" valignment="top" width="0">
22663 <column alignment="center" valignment="top" width="0">
22664 <column alignment="center" valignment="top" width="0">
22665 <column alignment="center" valignment="top" width="0">
22666 <column alignment="center" valignment="top" width="0">
22667 <row>
22668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672 a
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \end_layout
22683
22684 \end_inset
22685 </cell>
22686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690 b
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 c
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 d
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 e
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766 f
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 g
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 h
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22819 \begin_inset Text
22820
22821 \begin_layout Plain Layout
22822 i
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \end_layout
22833
22834 \end_inset
22835 </cell>
22836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 j
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 </row>
22855 </lyxtabular>
22856
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Standard
22868 \begin_inset ERT
22869 status collapsed
22870
22871 \begin_layout Plain Layout
22872
22873
22874 \backslash
22875 TabBesEnd
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \begin_layout Standard
22884 \begin_inset ERT
22885 status collapsed
22886
22887 \begin_layout Plain Layout
22888
22889
22890 \backslash
22891 sidecaptionvpos{figure}{c}
22892 \end_layout
22893
22894 \end_inset
22895
22896
22897 \begin_inset Float figure
22898 wide false
22899 sideways false
22900 status open
22901
22902 \begin_layout Plain Layout
22903 \begin_inset Graphics
22904         filename ../clipart/escher-lsd.eps
22905         scale 75
22906
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \begin_layout Plain Layout
22913 \begin_inset Caption
22914
22915 \begin_layout Plain Layout
22916 \begin_inset CommandInset label
22917 LatexCommand label
22918 name "fig:encab-al-lado-de-fig"
22919
22920 \end_inset
22921
22922 Leyenda centrada verticalmente junto a una figura.
22923 \end_layout
22924
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931
22932
22933 \end_layout
22934
22935 \begin_layout Standard
22936 \begin_inset ERT
22937 status collapsed
22938
22939 \begin_layout Plain Layout
22940
22941
22942 \backslash
22943 FigBesEnd
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Standard
22952 \begin_inset ERT
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956
22957
22958 \backslash
22959 else
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \begin_inset Note Note
22966 status open
22967
22968 \begin_layout Plain Layout
22969 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22970  
22971 \series bold
22972 sidecap
22973 \series default
22974 .
22975 \end_layout
22976
22977 \end_inset
22978
22979
22980 \end_layout
22981
22982 \begin_layout Standard
22983 Debes instalar el paquete LaTeX 
22984 \series bold
22985 sidecap
22986 \series default
22987  para ver la parte siguiente en la salida.
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset ERT
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995
22996
22997 \backslash
22998 fi
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \begin_layout Section
23007 Lista de flotantes
23008 \begin_inset CommandInset label
23009 LatexCommand label
23010 name "sec:Lista-de-Flotantes"
23011
23012 \end_inset
23013
23014
23015 \begin_inset Index
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019 Flotantes ! Lista de
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 Igual que en el índice general se listan las secciones del documento, hay
23029  listas para todos los tipos de flotantes, como las figuras.
23030  Se pueden insertar mediante los submenús 
23031 \family sans
23032 Insertar\SpecialChar \menuseparator
23033 Lista / IG
23034 \family default
23035 .
23036 \end_layout
23037
23038 \begin_layout Standard
23039 Las entradas de la lista son los títulos del flotante o su título corto,
23040  el número de flotante, y el número de la página del documento en la que
23041  aparecen.
23042 \end_layout
23043
23044 \begin_layout Standard
23045 Puedes encontrar las listas de figuras y tablas al final de este documento.
23046 \end_layout
23047
23048 \begin_layout Chapter
23049 Notas
23050 \end_layout
23051
23052 \begin_layout Section
23053 Notas en LyX
23054 \begin_inset CommandInset label
23055 LatexCommand label
23056 name "sec:Notas-en-LyX"
23057
23058 \end_inset
23059
23060
23061 \begin_inset Index
23062 status collapsed
23063
23064 \begin_layout Plain Layout
23065 Notas ! en LyX
23066 \end_layout
23067
23068 \end_inset
23069
23070
23071 \end_layout
23072
23073 \begin_layout Standard
23074 Las notas se insertan con el botón 
23075 \begin_inset Graphics
23076         filename ../../images/note-insert.png
23077         scale 85
23078
23079 \end_inset
23080
23081  o con el menú 
23082 \family sans
23083 Insertar\SpecialChar \menuseparator
23084 Nota
23085 \family default
23086 .
23087  Hay cinco tipos de notas:
23088 \end_layout
23089
23090 \begin_layout Description
23091 Nota
23092 \begin_inset space ~
23093 \end_inset
23094
23095 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23096  Su cuadro se muestra como este:
23097 \begin_inset Newline newline
23098 \end_inset
23099
23100
23101 \begin_inset Newline newline
23102 \end_inset
23103
23104
23105 \begin_inset Graphics
23106         filename clipart/NotaLyXImagenQt4.png
23107         display false
23108         scale 75
23109
23110 \end_inset
23111
23112  
23113 \begin_inset Note Note
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117 Este es un texto en un recuadro que no se muestra en la salida.
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \begin_layout Description
23126 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23127  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23128 \family sans
23129 Archivo\SpecialChar \menuseparator
23130 Exportar\SpecialChar \menuseparator
23131 LaTeX (pdflatex) / (plain)
23132 \family default
23133 .
23134  Su recuadro se ve así:
23135 \begin_inset Newline newline
23136 \end_inset
23137
23138
23139 \begin_inset Newline newline
23140 \end_inset
23141
23142
23143 \begin_inset Graphics
23144         filename clipart/ComentNotaImagenQt4.png
23145         display false
23146         scale 75
23147
23148 \end_inset
23149
23150  
23151 \begin_inset Note Comment
23152 status collapsed
23153
23154 \begin_layout Plain Layout
23155 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23156 \end_layout
23157
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \begin_layout Description
23164 Resaltado
23165 \begin_inset space ~
23166 \end_inset
23167
23168 en
23169 \begin_inset space ~
23170 \end_inset
23171
23172 gris Esta nota aparece en la salida como texto resaltado en gris.
23173  Su recuadro se parece a este:
23174 \begin_inset Newline newline
23175 \end_inset
23176
23177
23178 \begin_inset Newline newline
23179 \end_inset
23180
23181
23182 \begin_inset Graphics
23183         filename clipart/GrisNotaImagenQt4.png
23184         display false
23185         scale 75
23186
23187 \end_inset
23188
23189
23190 \begin_inset Newline newline
23191 \end_inset
23192
23193
23194 \begin_inset ERT
23195 status collapsed
23196
23197 \begin_layout Plain Layout
23198
23199
23200 \backslash
23201 renewenvironment{lyxgreyedout}
23202 \end_layout
23203
23204 \begin_layout Plain Layout
23205
23206 {
23207 \backslash
23208 textcolor[gray]{0.8}
23209 \backslash
23210 bgroup}{
23211 \backslash
23212 egroup}
23213 \end_layout
23214
23215 \end_inset
23216
23217
23218 \begin_inset Note Greyedout
23219 status open
23220
23221 \begin_layout Plain Layout
23222 Este es el texto
23223 \begin_inset Foot
23224 status open
23225
23226 \begin_layout Plain Layout
23227 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23228 \end_layout
23229
23230 \end_inset
23231
23232  de un comentario que se muestra resaltado en gris.
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 renewenvironment{lyxgreyedout}
23246 \end_layout
23247
23248 \begin_layout Plain Layout
23249
23250 {
23251 \backslash
23252 textcolor{blue}
23253 \backslash
23254 bgroup}{
23255 \backslash
23256 egroup}
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \begin_inset Note Note
23263 status collapsed
23264
23265 \begin_layout Plain Layout
23266 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23267  original de LyX, ya que en el preámbulo de este documento se han redefinido
23268  estas notas para que salgan en azul, como se indica más adelante.
23269 \end_layout
23270
23271 \end_inset
23272
23273
23274 \begin_inset Newline newline
23275 \end_inset
23276
23277
23278 \begin_inset Newline newline
23279 \end_inset
23280
23281 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23282  está un poco sangrada, y por otra parte pueden tener notas al pie.
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \begin_inset VSpace bigskip
23287 \end_inset
23288
23289 Si usas el botón de la barra de herramientas 
23290 \begin_inset Graphics
23291         filename ../../images/note-insert.png
23292         scale 85
23293
23294 \end_inset
23295
23296  para insertar notas, se inserta una 
23297 \family sans
23298 Nota
23299 \begin_inset space ~
23300 \end_inset
23301
23302 LyX
23303 \family default
23304 .
23305  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23306  recuadro.
23307  
23308 \family roman
23309 \series medium
23310 \bar no
23311 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23312  botón de herramienta 
23313 \family sans
23314 \series default
23315 \bar default
23316 Nota
23317 \family default
23318 .
23319  Para cambiar una nota a texto, pulsa la tecla 
23320 \family sans
23321 Retroceso
23322 \family default
23323  cuando el cursor está en la primera posición de una nota, o la tecla 
23324 \family sans
23325 Supr
23326 \family default
23327  cuando el cursor está en la última posición de la nota, respectivamente.
23328 \end_layout
23329
23330 \begin_layout Standard
23331 \begin_inset VSpace bigskip
23332 \end_inset
23333
23334 Se puede cambiar el color del 
23335 \family sans
23336 Resaltado en gris
23337 \family default
23338  poniendo en el preámbulo el comando:
23339 \end_layout
23340
23341 \begin_layout Standard
23342
23343 \series bold
23344
23345 \backslash
23346 renewenvironment{lyxgreyedout}
23347 \begin_inset Newline newline
23348 \end_inset
23349
23350
23351 \begin_inset ERT
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355
23356
23357 \backslash
23358 hphantom{ }
23359 \end_layout
23360
23361 \end_inset
23362
23363 {
23364 \backslash
23365 textcolor{color}
23366 \backslash
23367 bgroup}{
23368 \backslash
23369 egroup}
23370 \end_layout
23371
23372 \begin_layout Standard
23373 Los colores disponibles y el método para definir nuestros propios colores
23374  se explica en la sección
23375 \begin_inset space ~
23376 \end_inset
23377
23378
23379 \begin_inset CommandInset ref
23380 LatexCommand ref
23381 reference "sec:Tablas-Coloreadas"
23382
23383 \end_inset
23384
23385 .
23386 \end_layout
23387
23388 \begin_layout Standard
23389 Las notas en azul en este documento se han hecho con notas del tipo 
23390 \family sans
23391 Resaltado en gris
23392 \family default
23393  pero definiendo el color del texto en azul.
23394 \end_layout
23395
23396 \begin_layout Section
23397 Notas al pie
23398 \begin_inset CommandInset label
23399 LatexCommand label
23400 name "sec:Notas-al-pie"
23401
23402 \end_inset
23403
23404
23405 \begin_inset Index
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409 Notas ! al pie
23410 \end_layout
23411
23412 \end_inset
23413
23414
23415 \begin_inset Index
23416 status collapsed
23417
23418 \begin_layout Plain Layout
23419 Notas al pie
23420 \end_layout
23421
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \begin_layout Standard
23428 Las notas al pie se insertan con el botón 
23429 \begin_inset Graphics
23430         filename ../../images/footnote-insert.png
23431         scale 85
23432
23433 \end_inset
23434
23435  o el menú 
23436 \family sans
23437 Insertar\SpecialChar \menuseparator
23438 Nota
23439 \begin_inset space ~
23440 \end_inset
23441
23442 al
23443 \begin_inset space ~
23444 \end_inset
23445
23446 pie
23447 \family default
23448 .
23449  
23450 \family roman
23451 \series medium
23452 \bar no
23453 Aparece un recuadro como este:
23454 \family default
23455 \series default
23456 \bar default
23457  
23458 \begin_inset Graphics
23459         filename clipart/notapieQt4.png
23460         scale 80
23461
23462 \end_inset
23463
23464  
23465 \family roman
23466 \series medium
23467 \bar no
23468 donde puedes introducir el texto.
23469  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23470  sobre el
23471 \family default
23472 \series default
23473 \bar default
23474  
23475 \family roman
23476 \series medium
23477 \bar no
23478 botón
23479 \family default
23480 \series default
23481 \bar default
23482 .
23483  Para cambiar una nota al pie a texto, pulsa la tecla 
23484 \family sans
23485 Retroceso
23486 \family default
23487  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23488  
23489 \family sans
23490 Supr
23491 \family default
23492  cuando el cursor está en la última posición de la nota, respectivamente.
23493 \end_layout
23494
23495 \begin_layout Standard
23496 Aquí hay un ejemplo de nota al pie:
23497 \family roman
23498 \series medium
23499 \bar no
23500
23501 \begin_inset Foot
23502 status open
23503
23504 \begin_layout Plain Layout
23505 \begin_inset CommandInset label
23506 LatexCommand label
23507 name "pie:Esto-es-una"
23508
23509 \end_inset
23510
23511 Ejemplo de nota al pie.
23512 \end_layout
23513
23514 \end_inset
23515
23516
23517 \family default
23518 \series default
23519 \bar default
23520
23521 \begin_inset ERT
23522 status collapsed
23523
23524 \begin_layout Plain Layout
23525
23526
23527 \backslash
23528 newcounter{MyRepeatFoot}
23529 \end_layout
23530
23531 \begin_layout Plain Layout
23532
23533
23534 \backslash
23535 setcounter{MyRepeatFoot}{
23536 \backslash
23537 thefootnote}
23538 \end_layout
23539
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \begin_layout Standard
23546 En la salida, el pie se muestra como número voladito en el lugar del texto
23547  donde se coloca el recuadro.
23548  El texto se coloca al final de la página actual.
23549  Los números de las notas son calculados por LaTeX, y son consecutivos.
23550  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23551 \end_layout
23552
23553 \begin_layout Standard
23554 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23555  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23556  se describe en la sección
23557 \begin_inset space ~
23558 \end_inset
23559
23560
23561 \begin_inset CommandInset ref
23562 LatexCommand ref
23563 reference "sec:Referencias-a-Flotantes"
23564
23565 \end_inset
23566
23567 .
23568 \begin_inset Newline newline
23569 \end_inset
23570
23571 Esto es una referencia cruzada a la Nota al pie
23572 \begin_inset space ~
23573 \end_inset
23574
23575
23576 \begin_inset CommandInset ref
23577 LatexCommand ref
23578 reference "pie:Esto-es-una"
23579
23580 \end_inset
23581
23582 .
23583 \begin_inset Newline newline
23584 \end_inset
23585
23586
23587 \begin_inset Note Greyedout
23588 status open
23589
23590 \begin_layout Plain Layout
23591
23592 \series bold
23593 Nota:
23594 \series default
23595  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23596  de insertar un prefijo, p.
23597 \begin_inset space \thinspace{}
23598 \end_inset
23599
23600 e.
23601 \begin_inset space ~
23602 \end_inset
23603
23604 «
23605 \family sans
23606 pie:
23607 \family default
23608 » manualmente cuando quieras usar el estilo 
23609 \family sans
23610 Referencia
23611 \begin_inset space ~
23612 \end_inset
23613
23614 con
23615 \begin_inset space ~
23616 \end_inset
23617
23618 formato
23619 \family default
23620 .
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \begin_layout Standard
23629 \begin_inset VSpace defskip
23630 \end_inset
23631
23632 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23633 \begin_inset space ~
23634 \end_inset
23635
23636
23637 \begin_inset CommandInset ref
23638 LatexCommand ref
23639 reference "sec:Minipáginas"
23640
23641 \end_inset
23642
23643 .
23644  Los pies en tablas largas en la sección
23645 \begin_inset space ~
23646 \end_inset
23647
23648
23649 \begin_inset CommandInset ref
23650 LatexCommand ref
23651 reference "sub:Notas-al-pie-en-Tablas-Largas"
23652
23653 \end_inset
23654
23655 .
23656 \end_layout
23657
23658 \begin_layout Standard
23659 \begin_inset VSpace defskip
23660 \end_inset
23661
23662 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23663 \series bold
23664
23665 \backslash
23666 footnotemark[número]
23667 \series default
23668  en código TeX.
23669  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23670  no quieres imprimir el pie cada vez.
23671 \begin_inset Newline newline
23672 \end_inset
23673
23674 Como no sabes el número del pie que se repite mientras escribes el texto,
23675  tienes que guardarlo.
23676  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23677  en código TeX detrás de Nota
23678 \begin_inset space ~
23679 \end_inset
23680
23681 al
23682 \begin_inset space ~
23683 \end_inset
23684
23685 pie
23686 \begin_inset space ~
23687 \end_inset
23688
23689
23690 \begin_inset CommandInset ref
23691 LatexCommand ref
23692 reference "pie:Esto-es-una"
23693
23694 \end_inset
23695
23696  para guardar el número de pie:
23697 \end_layout
23698
23699 \begin_layout Standard
23700
23701 \series bold
23702
23703 \backslash
23704 newcounter{MyRepeatFoot}
23705 \begin_inset Newline newline
23706 \end_inset
23707
23708
23709 \backslash
23710 setcounter{MyRepeatFoot}{
23711 \backslash
23712 thefootnote}
23713 \end_layout
23714
23715 \begin_layout Standard
23716 La marca de pie se crea entonces con el comando:
23717 \end_layout
23718
23719 \begin_layout Standard
23720
23721 \series bold
23722
23723 \backslash
23724 footnotemark[
23725 \backslash
23726 theMyRepeatFoot]
23727 \end_layout
23728
23729 \begin_layout Standard
23730 Aquí hay un ejemplo de marca de pie:
23731 \family roman
23732 \series medium
23733 \bar no
23734
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Plain Layout
23739
23740
23741 \backslash
23742 footnotemark[
23743 \backslash
23744 theMyRepeatFoot]
23745 \end_layout
23746
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \begin_layout Subsection
23753 Numeración de notas al pie
23754 \begin_inset CommandInset label
23755 LatexCommand label
23756 name "sub:Numeración-de-Notas-al-Pie"
23757
23758 \end_inset
23759
23760
23761 \begin_inset Index
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765 Notas al pie ! Numeración
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 Para reiniciar el número de pie a 1 en cada sección añade
23775 \family roman
23776  en el preámbulo el comando:
23777 \end_layout
23778
23779 \begin_layout Standard
23780
23781 \series bold
23782
23783 \backslash
23784 @addtoreset{footnote}{section}
23785 \end_layout
23786
23787 \begin_layout Standard
23788 \begin_inset VSpace bigskip
23789 \end_inset
23790
23791 El siguiente comando en el preámbulo cambia el estilo de numeración del
23792  pie a números romanos en minúsculas:
23793 \end_layout
23794
23795 \begin_layout Standard
23796
23797 \series bold
23798
23799 \backslash
23800 renewcommand{
23801 \backslash
23802 thefootnote}{
23803 \backslash
23804 roman{footnote}}
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \begin_inset ERT
23809 status collapsed
23810
23811 \begin_layout Plain Layout
23812
23813
23814 \backslash
23815 renewcommand{
23816 \backslash
23817 thefootnote}{
23818 \backslash
23819 roman{footnote}}
23820 \end_layout
23821
23822 \end_inset
23823
23824  Nota al pie en números romanos:
23825 \begin_inset Foot
23826 status open
23827
23828 \begin_layout Plain Layout
23829 Ejemplo de nota al pie en números romanos.
23830 \end_layout
23831
23832 \end_inset
23833
23834
23835 \begin_inset ERT
23836 status collapsed
23837
23838 \begin_layout Plain Layout
23839
23840
23841 \backslash
23842 renewcommand{
23843 \backslash
23844 thefootnote}{
23845 \backslash
23846 arabic{footnote}}
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Standard
23855 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23856  
23857 \series bold
23858
23859 \backslash
23860 roman
23861 \series default
23862  por 
23863 \series bold
23864
23865 \backslash
23866 Roman
23867 \series default
23868 .
23869  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23870 \series bold
23871
23872 \backslash
23873 Alph
23874 \series default
23875  o 
23876 \series bold
23877
23878 \backslash
23879 alph
23880 \series default
23881 , respectivamente.
23882  Para ordenar las notas al pie con símbolos usa 
23883 \series bold
23884
23885 \backslash
23886 fnsymbol
23887 \series default
23888 .
23889 \end_layout
23890
23891 \begin_layout Standard
23892 \begin_inset Note Greyedout
23893 status open
23894
23895 \begin_layout Plain Layout
23896
23897 \series bold
23898 Nota:
23899 \series default
23900  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23901  simples.
23902 \end_layout
23903
23904 \end_inset
23905
23906
23907 \begin_inset Newline newline
23908 \end_inset
23909
23910
23911 \begin_inset Note Greyedout
23912 status open
23913
23914 \begin_layout Plain Layout
23915
23916 \series bold
23917 Nota:
23918 \series default
23919  sólo puedes ordenar hasta 9 pies con símbolos.
23920 \end_layout
23921
23922 \end_inset
23923
23924
23925 \end_layout
23926
23927 \begin_layout Standard
23928 Para volver al estilo de numeración predeterminado cuando has cambiado a
23929  otro estilo, usa 
23930 \series bold
23931
23932 \backslash
23933 arabic
23934 \series default
23935  en vez de 
23936 \series bold
23937
23938 \backslash
23939 roman
23940 \series default
23941  en el comando anterior.
23942 \begin_inset ERT
23943 status collapsed
23944
23945 \begin_layout Plain Layout
23946
23947
23948 \backslash
23949 renewcommand{
23950 \backslash
23951 thefootnote}{
23952 \backslash
23953 arabic{footnote}}
23954 \end_layout
23955
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \begin_layout Standard
23962 \begin_inset VSpace bigskip
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23970  comando al preámbulo del documento:
23971 \end_layout
23972
23973 \begin_layout Standard
23974
23975 \series bold
23976
23977 \backslash
23978 numberwithin{footnote}{chapter}
23979 \end_layout
23980
23981 \begin_layout Standard
23982 Para poder usar el comando 
23983 \series bold
23984
23985 \backslash
23986 numberwithin
23987 \series default
23988 , marca la opción 
23989 \family sans
23990 Usar
23991 \family default
23992
23993 \begin_inset space ~
23994 \end_inset
23995
23996
23997 \family sans
23998 el
23999 \family default
24000
24001 \begin_inset space ~
24002 \end_inset
24003
24004
24005 \family sans
24006 paquete
24007 \family default
24008
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \family sans
24014 AMS
24015 \family default
24016  en la solapa 
24017 \family sans
24018 Ecuaciones
24019 \family default
24020  de la configuración del documento.
24021 \end_layout
24022
24023 \begin_layout Standard
24024 \begin_inset ERT
24025 status collapsed
24026
24027 \begin_layout Plain Layout
24028
24029
24030 \backslash
24031 numberwithin{footnote}{chapter}
24032 \end_layout
24033
24034 \end_inset
24035
24036 Esto es otro ejemplo de nota al pie:
24037 \series bold
24038
24039 \begin_inset Foot
24040 status open
24041
24042 \begin_layout Plain Layout
24043 Nota al pie numerada en el esquema 
24044 \begin_inset Quotes eld
24045 \end_inset
24046
24047 capítulo.nota
24048 \begin_inset Quotes erd
24049 \end_inset
24050
24051 .
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \series default
24058
24059 \begin_inset ERT
24060 status collapsed
24061
24062 \begin_layout Plain Layout
24063
24064
24065 \backslash
24066 renewcommand{
24067 \backslash
24068 thefootnote}{
24069 \backslash
24070 arabic{footnote}}
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \end_layout
24077
24078 \begin_layout Standard
24079 \begin_inset Note Greyedout
24080 status open
24081
24082 \begin_layout Plain Layout
24083
24084 \series bold
24085 Nota: 
24086 \backslash
24087 numberwithin 
24088 \series default
24089 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24090  previas para obtener números no arábigos se sobreescriben.
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099 Así, para obtener por ejemplo el esquema «capítulo.
24100 \backslash
24101 Roman{footnote}», usa este comando en vez de 
24102 \series bold
24103
24104 \backslash
24105 numberwithin
24106 \series default
24107 :
24108 \end_layout
24109
24110 \begin_layout Standard
24111
24112 \series bold
24113
24114 \backslash
24115 renewcommand{
24116 \backslash
24117 thefootnote}{
24118 \backslash
24119 thechapter.
24120 \backslash
24121 Roman{footnote}}
24122 \end_layout
24123
24124 \begin_layout Subsection
24125 Colocación de notas al pie
24126 \begin_inset Index
24127 status collapsed
24128
24129 \begin_layout Plain Layout
24130 Notas al pie ! Colocación
24131 \end_layout
24132
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24140  entre ellas al final de la página.
24141  Para hacerlas más legibles puedes añadir 1.5
24142 \begin_inset space \thinspace{}
24143 \end_inset
24144
24145 mm, p.
24146 \begin_inset space \thinspace{}
24147 \end_inset
24148
24149 e., con el comando siguiente en el preámbulo:
24150 \end_layout
24151
24152 \begin_layout Standard
24153
24154 \series bold
24155
24156 \backslash
24157 let
24158 \backslash
24159 myFoot
24160 \backslash
24161 footnote
24162 \begin_inset Newline newline
24163 \end_inset
24164
24165
24166 \backslash
24167 renewcommand{
24168 \backslash
24169 footnote}[1]{
24170 \backslash
24171 myFoot{#1
24172 \backslash
24173 vspace{1.5mm}}}
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \begin_inset VSpace bigskip
24178 \end_inset
24179
24180 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24181  véase la figura
24182 \begin_inset space ~
24183 \end_inset
24184
24185
24186 \begin_inset CommandInset ref
24187 LatexCommand ref
24188 reference "fig:Colocación-standard-del-pie"
24189
24190 \end_inset
24191
24192 .
24193  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24194  en la figura
24195 \begin_inset space ~
24196 \end_inset
24197
24198
24199 \begin_inset CommandInset ref
24200 LatexCommand ref
24201 reference "fig:Colocación-del-pie-en"
24202
24203 \end_inset
24204
24205 , usa el paquete LaTeX 
24206 \series bold
24207 ftnright
24208 \series default
24209
24210 \begin_inset Index
24211 status collapsed
24212
24213 \begin_layout Plain Layout
24214 LaTeX-paquetes ! ftnright
24215 \end_layout
24216
24217 \end_inset
24218
24219  con este comando en el preámbulo:
24220 \end_layout
24221
24222 \begin_layout Standard
24223
24224 \series bold
24225
24226 \backslash
24227 usepackage{ftnright}
24228 \end_layout
24229
24230 \begin_layout Standard
24231 \begin_inset Float figure
24232 placement !h
24233 wide false
24234 sideways false
24235 status open
24236
24237 \begin_layout Plain Layout
24238 \begin_inset ERT
24239 status collapsed
24240
24241 \begin_layout Plain Layout
24242
24243
24244 \backslash
24245 framebox{
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \begin_inset Graphics
24252         filename ../clipart/without_fntright.pdf
24253         width 100col%
24254
24255 \end_inset
24256
24257
24258 \begin_inset ERT
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262
24263 }
24264 \end_layout
24265
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \begin_layout Plain Layout
24272 \begin_inset Caption
24273
24274 \begin_layout Plain Layout
24275 \begin_inset CommandInset label
24276 LatexCommand label
24277 name "fig:Colocación-standard-del-pie"
24278
24279 \end_inset
24280
24281 Colocación estándar de notas al pie en documentos a dos columnas.
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \begin_layout Standard
24295 \begin_inset Float figure
24296 placement !h
24297 wide false
24298 sideways false
24299 status open
24300
24301 \begin_layout Plain Layout
24302 \begin_inset ERT
24303 status collapsed
24304
24305 \begin_layout Plain Layout
24306
24307
24308 \backslash
24309 framebox{
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \begin_inset Graphics
24316         filename ../clipart/with_fntright.pdf
24317         width 100col%
24318
24319 \end_inset
24320
24321
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327 }
24328 \end_layout
24329
24330 \end_inset
24331
24332
24333 \end_layout
24334
24335 \begin_layout Plain Layout
24336 \begin_inset Caption
24337
24338 \begin_layout Plain Layout
24339 \begin_inset CommandInset label
24340 LatexCommand label
24341 name "fig:Colocación-del-pie-en"
24342
24343 \end_inset
24344
24345 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24346  el paquete LaTeX 
24347 \series bold
24348 ftnright
24349 \series default
24350 .
24351 \end_layout
24352
24353 \end_inset
24354
24355
24356 \end_layout
24357
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \begin_layout Standard
24364 \begin_inset VSpace bigskip
24365 \end_inset
24366
24367 En alguna literatura científica es habitual reunir las notas para imprimirlas
24368  en un párrafo separado al final de la sección, como en la figura
24369 \begin_inset space ~
24370 \end_inset
24371
24372
24373 \begin_inset CommandInset ref
24374 LatexCommand ref
24375 reference "fig:Notas-al-pie-al-final"
24376
24377 \end_inset
24378
24379 .
24380  Para reunir las notas al final
24381 \begin_inset Index
24382 status collapsed
24383
24384 \begin_layout Plain Layout
24385 Notas ! al final
24386 \end_layout
24387
24388 \end_inset
24389
24390  en vez de al pie, carga el paquete LaTeX 
24391 \series bold
24392 endnotes
24393 \series default
24394
24395 \begin_inset Index
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399 LaTeX-paquetes ! endnotes
24400 \end_layout
24401
24402 \end_inset
24403
24404  con las siguientes líneas en el preámbulo:
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 usepackage{endnotes}
24413 \begin_inset Newline newline
24414 \end_inset
24415
24416
24417 \backslash
24418 let
24419 \backslash
24420 footnote
24421 \backslash
24422 endnote
24423 \end_layout
24424
24425 \begin_layout Standard
24426 Para insertar la colección de notas, escribe el comando
24427 \end_layout
24428
24429 \begin_layout Standard
24430
24431 \series bold
24432
24433 \backslash
24434 theendnotes
24435 \end_layout
24436
24437 \begin_layout Standard
24438 en código TeX al final de una sección o capítulo.
24439 \end_layout
24440
24441 \begin_layout Standard
24442 \begin_inset Float figure
24443 wide false
24444 sideways false
24445 status open
24446
24447 \begin_layout Plain Layout
24448 \align center
24449 \begin_inset ERT
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453
24454
24455 \backslash
24456 framebox{
24457 \end_layout
24458
24459 \end_inset
24460
24461
24462 \begin_inset Graphics
24463         filename ../clipart/endnotes.pdf
24464
24465 \end_inset
24466
24467
24468 \begin_inset ERT
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472
24473 }
24474 \end_layout
24475
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Caption
24483
24484 \begin_layout Plain Layout
24485 \begin_inset CommandInset label
24486 LatexCommand label
24487 name "fig:Notas-al-pie-al-final"
24488
24489 \end_inset
24490
24491 Notas al final: notas impresas en párrafo separado al final de la sección
24492  o del capítulo.
24493 \end_layout
24494
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \end_inset
24501
24502
24503 \end_layout
24504
24505 \begin_layout Standard
24506 \begin_inset VSpace medskip
24507 \end_inset
24508
24509 La cabecera de párrafo para las notas finales no se traduce automáticamente
24510  al lenguaje del documento, hay que hacerlo manualmente.
24511   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24512  al español «Notas»:
24513 \end_layout
24514
24515 \begin_layout Standard
24516
24517 \series bold
24518
24519 \backslash
24520 renewcommand{
24521 \backslash
24522 notesname}{Notas}
24523 \end_layout
24524
24525 \begin_layout Standard
24526 \begin_inset VSpace medskip
24527 \end_inset
24528
24529 La numeración de notas finales puede cambiarse como la de las notas al pie,
24530  como se describe en la sección
24531 \begin_inset space ~
24532 \end_inset
24533
24534
24535 \begin_inset CommandInset ref
24536 LatexCommand ref
24537 reference "sub:Numeración-de-Notas-al-Pie"
24538
24539 \end_inset
24540
24541 ; sólo hay que reemplazar el comando 
24542 \series bold
24543
24544 \backslash
24545 thefootnote
24546 \series default
24547  por 
24548 \series bold
24549
24550 \backslash
24551 theendnote
24552 \series default
24553 .
24554  Para restablecer la numeración usa el comando 
24555 \series bold
24556
24557 \backslash
24558 @addtoreset
24559 \series default
24560  como se describe en la sección
24561 \begin_inset space ~
24562 \end_inset
24563
24564
24565 \begin_inset CommandInset ref
24566 LatexCommand ref
24567 reference "sub:Numeración-de-Notas-al-Pie"
24568
24569 \end_inset
24570
24571  y sustituye el parámetro de comando 
24572 \series bold
24573 footnote
24574 \series default
24575  por 
24576 \series bold
24577 endnote
24578 \series default
24579 .
24580 \end_layout
24581
24582 \begin_layout Standard
24583 Para crear sólo una marca para una nota final, usa el comando 
24584 \series bold
24585
24586 \backslash
24587 endnotemark[número]
24588 \series default
24589  similar al comando 
24590 \series bold
24591
24592 \backslash
24593 footnotemark
24594 \series default
24595 , descrito en la sección
24596 \begin_inset space ~
24597 \end_inset
24598
24599
24600 \begin_inset CommandInset ref
24601 LatexCommand ref
24602 reference "sec:Notas-al-pie"
24603
24604 \end_inset
24605
24606 .
24607 \end_layout
24608
24609 \begin_layout Standard
24610 \begin_inset VSpace bigskip
24611 \end_inset
24612
24613 Las notas al pie también pueden colocarse al margen de la página y la alineación
24614  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24615 \series bold
24616 footmisc
24617 \series default
24618
24619 \begin_inset Index
24620 status collapsed
24621
24622 \begin_layout Plain Layout
24623 LaTeX-paquetes ! footmisc
24624 \end_layout
24625
24626 \end_inset
24627
24628  
24629 \begin_inset CommandInset citation
24630 LatexCommand cite
24631 key "footmisc"
24632
24633 \end_inset
24634
24635  para más información.
24636 \end_layout
24637
24638 \begin_layout Standard
24639 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24640  
24641 \begin_inset CommandInset citation
24642 LatexCommand cite
24643 key "latexcompanion,latexguide,latexbook"
24644
24645 \end_inset
24646
24647 .
24648 \end_layout
24649
24650 \begin_layout Section
24651 Notas al margen
24652 \begin_inset Index
24653 status collapsed
24654
24655 \begin_layout Plain Layout
24656 Notas ! al margen
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \begin_layout Standard
24665 Las notas al margen se ven y se comportan en LyX como notas al pie.
24666  Se insertan con el menú 
24667 \family sans
24668 Insertar\SpecialChar \menuseparator
24669 Nota
24670 \begin_inset space ~
24671 \end_inset
24672
24673 al
24674 \begin_inset space ~
24675 \end_inset
24676
24677 margen
24678 \family default
24679  o con el botón 
24680 \begin_inset Graphics
24681         filename ../../images/marginalnote-insert.png
24682         scale 85
24683
24684 \end_inset
24685
24686 .
24687  Aparece un cuadro gris con la etiqueta 
24688 \family roman
24689 \series medium
24690 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24691 \end_layout
24692
24693 \begin_layout Standard
24694 Al lado hay un ejemplo de nota al margen.
24695
24696 \family roman
24697 \series medium
24698  
24699 \begin_inset Marginal
24700 status open
24701
24702 \begin_layout Plain Layout
24703 Esto es una nota al margen.
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \begin_layout Standard
24712 Estas notas salen en el margen derecho en documentos a una cara.
24713  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24714  en páginas pares, derecho en páginas impares---.
24715  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24716  a la derecha si la nota aparece en el margen izquierdo---.
24717  La primera línea de la nota se sitúa en la posición de la línea del texto
24718  en la que se inserta en el documento.
24719 \end_layout
24720
24721 \begin_layout Standard
24722 \begin_inset VSpace bigskip
24723 \end_inset
24724
24725 Para colocar la nota en el margen interno añade el comando
24726 \end_layout
24727
24728 \begin_layout Standard
24729
24730 \series bold
24731
24732 \backslash
24733 reversemarginpar
24734 \end_layout
24735
24736 \begin_layout Standard
24737 en código TeX antes de la nota.
24738  La nueva colocación es válida para todas las siguientes notas al margen.
24739  
24740 \begin_inset ERT
24741 status collapsed
24742
24743 \begin_layout Plain Layout
24744
24745
24746 \backslash
24747 reversemarginpar 
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \begin_inset Marginal
24754 status open
24755
24756 \begin_layout Plain Layout
24757 Esto es una nota en el margen interno.
24758 \end_layout
24759
24760 \end_inset
24761
24762
24763 \series bold
24764
24765 \begin_inset Newline newline
24766 \end_inset
24767
24768
24769 \series default
24770
24771 \begin_inset Note Greyedout
24772 status open
24773
24774 \begin_layout Plain Layout
24775
24776 \series bold
24777 Nota:
24778 \series default
24779  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24780  no se mostrará correctamente en la salida.
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 Para volver a la ubicación predeterminada inserta en código TeX el comando
24790 \begin_inset ERT
24791 status collapsed
24792
24793 \begin_layout Plain Layout
24794
24795
24796 \backslash
24797 normalmarginpar 
24798 \end_layout
24799
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \begin_layout Standard
24806
24807 \series bold
24808
24809 \backslash
24810 normalmarginpar
24811 \end_layout
24812
24813 \begin_layout Standard
24814 \begin_inset Note Greyedout
24815 status open
24816
24817 \begin_layout Plain Layout
24818
24819 \series bold
24820 Nota:
24821 \series default
24822  El comando se ignora si en el mismo párrafo está también presente el comando
24823  
24824 \series bold
24825
24826 \backslash
24827 reversemarginpar
24828 \series default
24829 .
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \begin_inset VSpace bigskip
24839 \end_inset
24840
24841
24842 \family roman
24843 \series medium
24844
24845 \begin_inset Marginal
24846 status open
24847
24848 \begin_layout Plain Layout
24849 PalabraMuyLargaAlMargen no partida con guión.
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \family default
24856 \series default
24857  Como en el caso descrito en la sección
24858 \begin_inset space ~
24859 \end_inset
24860
24861
24862 \begin_inset CommandInset ref
24863 LatexCommand ref
24864 reference "sub:Líneas-Múltiples-en"
24865
24866 \end_inset
24867
24868 , una palabra larga no puede partirse con guión cuando es la primera en
24869  la nota al margen.
24870  Para evitar esto, inserta un espacio horizontal de 0
24871 \begin_inset space \thinspace{}
24872 \end_inset
24873
24874 pt antes de la palabra
24875 \family roman
24876 \series medium
24877 .
24878  
24879 \begin_inset Marginal
24880 status open
24881
24882 \begin_layout Plain Layout
24883 \begin_inset ERT
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887
24888
24889 \backslash
24890 hspace{0pt}
24891 \end_layout
24892
24893 \end_inset
24894
24895 PalabraMuyLargaAlMargen partida con guión.
24896 \end_layout
24897
24898 \end_inset
24899
24900
24901 \end_layout
24902
24903 \begin_layout Standard
24904 \begin_inset VSpace bigskip
24905 \end_inset
24906
24907
24908 \end_layout
24909
24910 \begin_layout Standard
24911 \begin_inset Note Greyedout
24912 status open
24913
24914 \begin_layout Plain Layout
24915
24916 \series bold
24917 Nota:
24918 \series default
24919  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24920  notas al pie.
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \begin_inset VSpace bigskip
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \begin_layout Standard
24936 \begin_inset ERT
24937 status collapsed
24938
24939 \begin_layout Plain Layout
24940
24941
24942 \backslash
24943 ifmarginnote
24944 \end_layout
24945
24946 \end_inset
24947
24948
24949 \begin_inset Note Note
24950 status open
24951
24952 \begin_layout Plain Layout
24953 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24954  LaTeX 
24955 \series bold
24956 marginnote
24957 \series default
24958 .
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 Esta restricción se puede salvar con el paquete LaTeX 
24968 \series bold
24969 marginnote
24970 \series default
24971
24972 \begin_inset Index
24973 status collapsed
24974
24975 \begin_layout Plain Layout
24976 LaTeX-paquetes ! marginnote
24977 \end_layout
24978
24979 \end_inset
24980
24981 .
24982  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24983  notas al margen es redefinido para usar el comando proporcionado por el
24984  paquete 
24985 \series bold
24986 marginnote
24987 \series default
24988 :
24989 \end_layout
24990
24991 \begin_layout Standard
24992
24993 \series bold
24994
24995 \backslash
24996 usepackage{marginnote}
24997 \begin_inset Newline newline
24998 \end_inset
24999
25000
25001 \backslash
25002 let
25003 \backslash
25004 marginpar
25005 \backslash
25006 marginnote
25007 \end_layout
25008
25009 \begin_layout Standard
25010 Esto se ha utilizado en el presente documento porque 
25011 \series bold
25012 marginnote
25013 \series default
25014  tiene una característica adicional útil: Puedes establecer un desplazamiento
25015  vertical a la nota.
25016  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25017  diseño de la página.
25018  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25019  en código TeX
25020 \end_layout
25021
25022 \begin_layout Standard
25023
25024 \series bold
25025 [desplazamiento]
25026 \end_layout
25027
25028 \begin_layout Standard
25029 donde desplazamiento es una longitud en una de las unidades de la tabla
25030 \begin_inset space ~
25031 \end_inset
25032
25033
25034 \begin_inset CommandInset ref
25035 LatexCommand ref
25036 reference "tab:Unidades"
25037
25038 \end_inset
25039
25040 .
25041  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25042  abajo.
25043  
25044 \family roman
25045 \series medium
25046 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25047 \begin_inset space \thinspace{}
25048 \end_inset
25049
25050 cm arriba con el comando en código TeX 
25051 \begin_inset Quotes eld
25052 \end_inset
25053
25054
25055 \family default
25056 \series bold
25057 [-1.5cm]
25058 \family roman
25059 \series medium
25060
25061 \begin_inset Quotes erd
25062 \end_inset
25063
25064
25065 \begin_inset Marginal
25066 status collapsed
25067
25068 \begin_layout Plain Layout
25069 Esta nota está 1.5
25070 \begin_inset space \thinspace{}
25071 \end_inset
25072
25073 cm por encima de su posición original.
25074 \end_layout
25075
25076 \end_inset
25077
25078
25079 \family default
25080 \series default
25081
25082 \begin_inset ERT
25083 status collapsed
25084
25085 \begin_layout Plain Layout
25086
25087 [-1.5cm]
25088 \end_layout
25089
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \begin_layout Standard
25096 \begin_inset VSpace medskip
25097 \end_inset
25098
25099 Con 
25100 \series bold
25101 marginnote
25102 \series default
25103  también puedes cambiar la alineación del texto en el margen.
25104  Por ejemplo los comandos
25105 \end_layout
25106
25107 \begin_layout Standard
25108
25109 \series bold
25110
25111 \backslash
25112 renewcommand*{
25113 \backslash
25114 raggedleftmarginnote}{
25115 \backslash
25116 centering}
25117 \begin_inset Newline newline
25118 \end_inset
25119
25120
25121 \backslash
25122 renewcommand*{
25123 \backslash
25124 raggedrightmarginnote}{
25125 \backslash
25126 centering}
25127 \end_layout
25128
25129 \begin_layout Standard
25130 producen alineación centrada.
25131  
25132 \series bold
25133
25134 \backslash
25135 raggedleftmarginnote
25136 \series default
25137  identifica las notas que aparecen al lado izquierdo.
25138 \family roman
25139 \series medium
25140
25141 \begin_inset ERT
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145
25146
25147 \backslash
25148 renewcommand*{
25149 \backslash
25150 raggedleftmarginnote}{
25151 \backslash
25152 centering}
25153 \end_layout
25154
25155 \begin_layout Plain Layout
25156
25157
25158 \backslash
25159 renewcommand*{
25160 \backslash
25161 raggedrightmarginnote}{
25162 \backslash
25163 centering}
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \begin_inset Marginal
25170 status open
25171
25172 \begin_layout Plain Layout
25173 El texto de esta nota está centrado.
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \family default
25180 \series default
25181  El valor predeterminado es 
25182 \end_layout
25183
25184 \begin_layout Standard
25185
25186 \series bold
25187
25188 \backslash
25189 renewcommand*{
25190 \backslash
25191 raggedleftmarginnote}{
25192 \backslash
25193 raggedleft}
25194 \begin_inset Newline newline
25195 \end_inset
25196
25197
25198 \backslash
25199 renewcommand*{
25200 \backslash
25201 raggedrightmarginnote}{
25202 \backslash
25203 raggedright}
25204 \family roman
25205 \series medium
25206
25207 \begin_inset ERT
25208 status collapsed
25209
25210 \begin_layout Plain Layout
25211
25212
25213 \backslash
25214 renewcommand*{
25215 \backslash
25216 raggedleftmarginnote}{
25217 \backslash
25218 raggedleft}
25219 \end_layout
25220
25221 \begin_layout Plain Layout
25222
25223
25224 \backslash
25225 renewcommand*{
25226 \backslash
25227 raggedrightmarginnote}{
25228 \backslash
25229 raggedright}
25230 \end_layout
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Standard
25238 \begin_inset VSpace medskip
25239 \end_inset
25240
25241 Para otras características de 
25242 \series bold
25243 marginnote
25244 \series default
25245  mira en su documentación 
25246 \begin_inset CommandInset citation
25247 LatexCommand cite
25248 key "marginnote"
25249
25250 \end_inset
25251
25252 .
25253 \end_layout
25254
25255 \begin_layout Standard
25256 \begin_inset VSpace bigskip
25257 \end_inset
25258
25259 El diseño de las notas al margen puede ser redefinido.
25260  Por ejemplo, para crear una cabecera para todas las notas con el texto
25261  
25262 \begin_inset Quotes eld
25263 \end_inset
25264
25265
25266 \series bold
25267 \bar under
25268 ¡
25269 \family sans
25270 Atención
25271 \family default
25272 !
25273 \series default
25274 \bar default
25275
25276 \begin_inset Quotes erd
25277 \end_inset
25278
25279 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25280 \end_layout
25281
25282 \begin_layout Standard
25283
25284 \series bold
25285
25286 \backslash
25287 let
25288 \backslash
25289 myMarginpar
25290 \backslash
25291 marginpar
25292 \begin_inset Newline newline
25293 \end_inset
25294
25295
25296 \backslash
25297 renewcommand{
25298 \backslash
25299 marginpar}[1]{
25300 \backslash
25301 myMarginpar{%
25302 \begin_inset Newline newline
25303 \end_inset
25304
25305
25306 \begin_inset ERT
25307 status collapsed
25308
25309 \begin_layout Plain Layout
25310
25311
25312 \backslash
25313 hphantom{ }
25314 \end_layout
25315
25316 \end_inset
25317
25318
25319 \backslash
25320 hspace{0pt}
25321 \backslash
25322 textsf{
25323 \backslash
25324 textbf{
25325 \backslash
25326 underbar{¡Atención!}}}%
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338 hphantom{ }
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \backslash
25345 vspace{1.5mm}
25346 \backslash
25347
25348 \backslash
25349 #1}}
25350 \end_layout
25351
25352 \begin_layout Standard
25353
25354 \family roman
25355 \series medium
25356 \begin_inset ERT
25357 status collapsed
25358
25359 \begin_layout Plain Layout
25360
25361
25362 \backslash
25363 let
25364 \backslash
25365 myMarginpar
25366 \backslash
25367 marginpar
25368 \end_layout
25369
25370 \begin_layout Plain Layout
25371
25372
25373 \backslash
25374 renewcommand{
25375 \backslash
25376 marginpar}[1]{
25377 \backslash
25378 myMarginpar{%
25379 \end_layout
25380
25381 \begin_layout Plain Layout
25382
25383    
25384 \backslash
25385 textsf{
25386 \backslash
25387 textbf{
25388 \backslash
25389 underbar{¡Atención!}}}%
25390 \end_layout
25391
25392 \begin_layout Plain Layout
25393
25394    
25395 \backslash
25396 vspace{1.5mm}
25397 \backslash
25398
25399 \backslash
25400 #1}}
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \begin_inset Marginal
25407 status open
25408
25409 \begin_layout Plain Layout
25410 Esta es una nota con una cabecera definida.
25411 \end_layout
25412
25413 \end_inset
25414
25415
25416 \family default
25417 \series default
25418
25419 \begin_inset ERT
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423
25424 [-1.5cm]
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \family roman
25431 \series medium
25432
25433 \begin_inset ERT
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437
25438
25439 \backslash
25440 renewcommand{
25441 \backslash
25442 marginpar}[1]{
25443 \backslash
25444 myMarginpar{#1}}
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \family default
25451 \series default
25452
25453 \begin_inset Note Note
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25458 \end_layout
25459
25460 \end_inset
25461
25462
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \begin_inset ERT
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470
25471
25472 \backslash
25473 else
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \begin_inset Note Note
25480 status open
25481
25482 \begin_layout Plain Layout
25483 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25484  
25485 \series bold
25486 marginnote
25487 \series default
25488 .
25489 \end_layout
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \begin_layout Standard
25497 Debes instalar el paquete LaTeX 
25498 \series bold
25499 marginnote
25500 \series default
25501  para ver la parte siguiente en la salida.
25502 \end_layout
25503
25504 \begin_layout Standard
25505 \begin_inset ERT
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509
25510
25511 \backslash
25512 fi
25513 \end_layout
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Chapter
25521 Cuadros
25522 \end_layout
25523
25524 \begin_layout Section
25525 Introducción
25526 \begin_inset Index
25527 status collapsed
25528
25529 \begin_layout Plain Layout
25530 Cuadros ! Introducción
25531 \end_layout
25532
25533 \end_inset
25534
25535
25536 \end_layout
25537
25538 \begin_layout Standard
25539 Los cuadros se emplean para dar formato a bloques de texto.
25540  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25541 \begin_inset space ~
25542 \end_inset
25543
25544
25545 \begin_inset CommandInset ref
25546 LatexCommand ref
25547 reference "sec:Minipáginas"
25548
25549 \end_inset
25550
25551 , enmarcar textos, véase sección
25552 \begin_inset space ~
25553 \end_inset
25554
25555
25556 \begin_inset CommandInset ref
25557 LatexCommand ref
25558 reference "sec:Cuadros-Enmarcados"
25559
25560 \end_inset
25561
25562 , evitar la división de palabras, véase sección
25563 \begin_inset space ~
25564 \end_inset
25565
25566
25567 \begin_inset CommandInset ref
25568 LatexCommand ref
25569 reference "sec:Evitar-la-Partición"
25570
25571 \end_inset
25572
25573 , alinear texto, véase sección
25574 \begin_inset space ~
25575 \end_inset
25576
25577
25578 \begin_inset CommandInset ref
25579 LatexCommand ref
25580 reference "sub:Alineación-Vertical"
25581
25582 \end_inset
25583
25584 , o para poner color de fondo a un texto, véase sección
25585 \begin_inset space ~
25586 \end_inset
25587
25588
25589 \begin_inset CommandInset ref
25590 LatexCommand ref
25591 reference "sec:Cuadros-Coloreados"
25592
25593 \end_inset
25594
25595 .
25596 \end_layout
25597
25598 \begin_layout Standard
25599 Se insertan con el menú 
25600 \family sans
25601 Insertar\SpecialChar \menuseparator
25602 Cuadro
25603 \family default
25604  o con el botón 
25605 \begin_inset Graphics
25606         filename ../../images/box-insert.png
25607         scale 85
25608
25609 \end_inset
25610
25611 .
25612  Surge un recuadro gris con la etiqueta 
25613 \family sans
25614 Cuadro (Minipágina)
25615 \family default
25616
25617 \begin_inset Graphics
25618         filename clipart/CuadroMinipagQt4.png
25619         scale 75
25620         keepAspectRatio
25621
25622 \end_inset
25623
25624 .
25625  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25626  Sale un diálogo en el que 
25627 \family sans
25628 Cuadro
25629 \family default
25630
25631 \begin_inset space ~
25632 \end_inset
25633
25634
25635 \family sans
25636 interior
25637 \family default
25638  permite escoger los tipos 
25639 \family sans
25640 Párrafo
25641 \family default
25642  y 
25643 \family sans
25644 Minipágina
25645 \family default
25646 .
25647  
25648 \family sans
25649 Minipágina
25650 \family default
25651  es el predeterminado para nuevos cuadros y se explica en la sección
25652 \begin_inset space ~
25653 \end_inset
25654
25655
25656 \begin_inset CommandInset ref
25657 LatexCommand ref
25658 reference "sec:Minipáginas"
25659
25660 \end_inset
25661
25662 ; el tipo 
25663 \family sans
25664 Párrafo
25665 \family default
25666  se describe en la sección
25667 \begin_inset space ~
25668 \end_inset
25669
25670
25671 \begin_inset CommandInset ref
25672 LatexCommand ref
25673 reference "sec:Cuadros-de-Párrafo"
25674
25675 \end_inset
25676
25677 .
25678 \end_layout
25679
25680 \begin_layout Standard
25681 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25682  flotantes o las notas al pie.
25683 \end_layout
25684
25685 \begin_layout Standard
25686 \begin_inset Note Greyedout
25687 status open
25688
25689 \begin_layout Plain Layout
25690
25691 \series bold
25692 Nota:
25693 \series default
25694  Los cuadros no deben ser el ítem en un entorno 
25695 \family sans
25696 Enumeración*
25697 \family default
25698  o 
25699 \family sans
25700 Descripción
25701 \family default
25702 .
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \begin_layout Standard
25711 \begin_inset Note Greyedout
25712 status open
25713
25714 \begin_layout Plain Layout
25715
25716 \series bold
25717 Nota:
25718 \series default
25719  Por razones desconocidas sólo se puede poner el tipo 
25720 \family sans
25721 Cuadro
25722 \begin_inset space ~
25723 \end_inset
25724
25725 interior
25726 \family default
25727  en 
25728 \family sans
25729 Ninguno
25730 \family default
25731  cuando se emplea un cuadro enmarcado.
25732  Los cuadros sin ningún tipo de 
25733 \family sans
25734 Cuadro
25735 \begin_inset space ~
25736 \end_inset
25737
25738 interior
25739 \family default
25740  y sin marcos se explican en la sección
25741 \begin_inset space ~
25742 \end_inset
25743
25744
25745 \begin_inset CommandInset ref
25746 LatexCommand ref
25747 reference "sec:Evitar-la-Partición"
25748
25749 \end_inset
25750
25751 .
25752 \end_layout
25753
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \begin_layout Section
25760 Diálogo de cuadros
25761 \begin_inset CommandInset label
25762 LatexCommand label
25763 name "sec:Diálogo-Cuadros"
25764
25765 \end_inset
25766
25767
25768 \begin_inset Index
25769 status collapsed
25770
25771 \begin_layout Plain Layout
25772 Cuadros ! Configuración
25773 \end_layout
25774
25775 \end_inset
25776
25777
25778 \end_layout
25779
25780 \begin_layout Subsection
25781 Tamaño
25782 \begin_inset Index
25783 status collapsed
25784
25785 \begin_layout Plain Layout
25786 Cuadros ! Tamaño
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Standard
25795 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25796 \family sans
25797 Ancho
25798 \family default
25799  y 
25800 \family sans
25801 Alto
25802 \family default
25803 .
25804  Las unidades disponibles para la geometría se describen en la tabla
25805 \begin_inset space ~
25806 \end_inset
25807
25808
25809 \begin_inset CommandInset ref
25810 LatexCommand ref
25811 reference "tab:Unidades"
25812
25813 \end_inset
25814
25815 .
25816  El campo 
25817 \family sans
25818 Alto
25819 \family default
25820  ofrece los siguientes tamaños adicionales:
25821 \end_layout
25822
25823 \begin_layout Description
25824 Profundidad Este es el texto plano «alto».
25825  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25826  cuadro:
25827 \begin_inset Newline newline
25828 \end_inset
25829
25830
25831 \begin_inset Newline newline
25832 \end_inset
25833
25834
25835 \begin_inset Newline newline
25836 \end_inset
25837
25838
25839 \begin_inset Box Boxed
25840 position "c"
25841 hor_pos "c"
25842 has_inner_box 1
25843 inner_pos "c"
25844 use_parbox 0
25845 width "12col%"
25846 special "none"
25847 height "1in"
25848 height_special "depth"
25849 status open
25850
25851 \begin_layout Plain Layout
25852 \align center
25853 Cuadro con altura establecida en 1
25854 \begin_inset space \thinspace{}
25855 \end_inset
25856
25857 Profundidad
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \begin_inset Newline newline
25864 \end_inset
25865
25866
25867 \begin_inset Newline newline
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Description
25874 Alto Es la altura del texto que está dentro del cuadro.
25875  Un valor de, p.
25876 \begin_inset space \thinspace{}
25877 \end_inset
25878
25879 e.
25880 \begin_inset space ~
25881 \end_inset
25882
25883 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25884  
25885 \begin_inset Box Boxed
25886 position "c"
25887 hor_pos "c"
25888 has_inner_box 1
25889 inner_pos "c"
25890 use_parbox 0
25891 width "20col%"
25892 special "none"
25893 height "2in"
25894 height_special "height"
25895 status open
25896
25897 \begin_layout Plain Layout
25898 \align center
25899 Cuadro con altura puesta en 2
25900 \begin_inset space \thinspace{}
25901 \end_inset
25902
25903 Alto
25904 \end_layout
25905
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \begin_layout Description
25912 Alto
25913 \begin_inset space ~
25914 \end_inset
25915
25916 total Esto es el Alto
25917 \begin_inset space \thinspace{}
25918 \end_inset
25919
25920 +
25921 \begin_inset space \thinspace{}
25922 \end_inset
25923
25924 Profundidad: 
25925 \begin_inset Box Boxed
25926 position "c"
25927 hor_pos "c"
25928 has_inner_box 1
25929 inner_pos "c"
25930 use_parbox 0
25931 width "20col%"
25932 special "none"
25933 height "1in"
25934 height_special "totalheight"
25935 status open
25936
25937 \begin_layout Plain Layout
25938 \align center
25939 Cuadro con altura puesta a 1
25940 \begin_inset space \thinspace{}
25941 \end_inset
25942
25943 Alto
25944 \begin_inset space ~
25945 \end_inset
25946
25947 total
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Description
25956 Ancho Esto determina al ancho del cuadro como altura: 
25957 \begin_inset Box Boxed
25958 position "c"
25959 hor_pos "c"
25960 has_inner_box 1
25961 inner_pos "c"
25962 use_parbox 0
25963 width "12col%"
25964 special "none"
25965 height "1in"
25966 height_special "width"
25967 status open
25968
25969 \begin_layout Plain Layout
25970 \align center
25971 Cuadro con altura puesta en 1
25972 \begin_inset space \thinspace{}
25973 \end_inset
25974
25975 Ancho
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Subsection
25984 Alineación
25985 \begin_inset Index
25986 status collapsed
25987
25988 \begin_layout Plain Layout
25989 Cuadros ! Alineación
25990 \end_layout
25991
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \begin_layout Standard
25998 Si has elegido un 
25999 \family sans
26000 Cuadro
26001 \begin_inset space ~
26002 \end_inset
26003
26004 interior
26005 \family default
26006 , la alineación vertical del cuadro puede ser:
26007 \end_layout
26008
26009 \begin_layout Description
26010 Superior Ejemplo de línea de texto.
26011  
26012 \begin_inset Box Boxed
26013 position "t"
26014 hor_pos "c"
26015 has_inner_box 1
26016 inner_pos "c"
26017 use_parbox 0
26018 width "12col%"
26019 special "none"
26020 height "1in"
26021 height_special "totalheight"
26022 status collapsed
26023
26024 \begin_layout Plain Layout
26025 \align center
26026 Cuadro alineado arriba.
26027 \end_layout
26028
26029 \end_inset
26030
26031  Ejemplo de línea de texto.
26032 \end_layout
26033
26034 \begin_layout Description
26035 Medio Ejemplo de línea de texto.
26036  
26037 \begin_inset Box Boxed
26038 position "c"
26039 hor_pos "c"
26040 has_inner_box 1
26041 inner_pos "c"
26042 use_parbox 0
26043 width "12col%"
26044 special "none"
26045 height "1in"
26046 height_special "totalheight"
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 \align center
26051 Cuadro alineado en medio.
26052 \end_layout
26053
26054 \end_inset
26055
26056  Ejemplo de línea de texto.
26057 \end_layout
26058
26059 \begin_layout Description
26060 Inferior Ejemplo de línea de texto.
26061  
26062 \begin_inset Box Boxed
26063 position "b"
26064 hor_pos "c"
26065 has_inner_box 1
26066 inner_pos "c"
26067 use_parbox 0
26068 width "12col%"
26069 special "none"
26070 height "1in"
26071 height_special "totalheight"
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075 \align center
26076 Cuadro alineado abajo.
26077 \end_layout
26078
26079 \end_inset
26080
26081  Ejemplo de línea de texto.
26082 \end_layout
26083
26084 \begin_layout Standard
26085 \begin_inset Note Greyedout
26086 status open
26087
26088 \begin_layout Plain Layout
26089
26090 \series bold
26091 Nota:
26092 \series default
26093  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26094  en una línea y, p.
26095 \begin_inset space \thinspace{}
26096 \end_inset
26097
26098 e., uno de ellos tiene sombreado y el otro no.
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Standard
26107 La alineación horizontal del cuadro puede establecerse en el diálogo de
26108  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26109 \end_layout
26110
26111 \begin_layout Standard
26112 \begin_inset VSpace bigskip
26113 \end_inset
26114
26115 Si has escogido un 
26116 \family sans
26117 Cuadro
26118 \begin_inset space ~
26119 \end_inset
26120
26121 interior
26122 \family default
26123 , el contenido puede alinearse verticalmente a:
26124 \end_layout
26125
26126 \begin_layout Description
26127 Superior Ejemplo de línea de texto.
26128  
26129 \begin_inset Box Boxed
26130 position "c"
26131 hor_pos "c"
26132 has_inner_box 1
26133 inner_pos "t"
26134 use_parbox 0
26135 width "12col%"
26136 special "none"
26137 height "1.5in"
26138 height_special "totalheight"
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142 \align center
26143 Cuadro con texto alineado arriba.
26144 \end_layout
26145
26146 \end_inset
26147
26148  Ejemplo de línea de texto.
26149 \end_layout
26150
26151 \begin_layout Description
26152 Medio Ejemplo de línea de texto.
26153  
26154 \begin_inset Box Boxed
26155 position "c"
26156 hor_pos "c"
26157 has_inner_box 1
26158 inner_pos "c"
26159 use_parbox 0
26160 width "12col%"
26161 special "none"
26162 height "1.5in"
26163 height_special "totalheight"
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 \align center
26168 Cuadro con texto alineado en medio.
26169 \end_layout
26170
26171 \end_inset
26172
26173  Ejemplo de línea de texto.
26174 \end_layout
26175
26176 \begin_layout Description
26177 Inferior Ejemplo de línea de texto.
26178  
26179 \begin_inset Box Boxed
26180 position "c"
26181 hor_pos "c"
26182 has_inner_box 1
26183 inner_pos "b"
26184 use_parbox 0
26185 width "12col%"
26186 special "none"
26187 height "1.5in"
26188 height_special "totalheight"
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192 \align center
26193 Cuadro con texto alineado abajo.
26194 \end_layout
26195
26196 \end_inset
26197
26198  Ejemplo de línea de texto.
26199 \end_layout
26200
26201 \begin_layout Description
26202 Estirado Ejemplo de línea de texto.
26203  
26204 \begin_inset Box Boxed
26205 position "c"
26206 hor_pos "c"
26207 has_inner_box 1
26208 inner_pos "s"
26209 use_parbox 0
26210 width "12col%"
26211 special "none"
26212 height "1.5in"
26213 height_special "totalheight"
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217 \align center
26218 Este texto
26219 \end_layout
26220
26221 \begin_layout Plain Layout
26222 \align center
26223 está
26224 \end_layout
26225
26226 \begin_layout Plain Layout
26227 \align center
26228 estirado.
26229 \end_layout
26230
26231 \end_inset
26232
26233  Ejemplo de línea de texto.
26234 \end_layout
26235
26236 \begin_layout Standard
26237 Para estirar el contenido debe tener más de un párrafo.
26238  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26239 \end_layout
26240
26241 \begin_layout Standard
26242 \begin_inset VSpace bigskip
26243 \end_inset
26244
26245 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26246  LyX cuando hayas escogido un 
26247 \family sans
26248 Cuadro
26249 \begin_inset space ~
26250 \end_inset
26251
26252 interior
26253 \family default
26254 .
26255 \end_layout
26256
26257 \begin_layout Standard
26258 \align center
26259 \begin_inset Box Boxed
26260 position "c"
26261 hor_pos "c"
26262 has_inner_box 1
26263 inner_pos "s"
26264 use_parbox 0
26265 width "15col%"
26266 special "none"
26267 height "1.25in"
26268 height_special "totalheight"
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272 \align left
26273 Cuadro
26274 \end_layout
26275
26276 \begin_layout Plain Layout
26277 \align center
26278 con texto
26279 \end_layout
26280
26281 \begin_layout Plain Layout
26282 \align right
26283 estirado
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \begin_layout Standard
26292 Si no has establecido un 
26293 \family sans
26294 Cuadro
26295 \begin_inset space ~
26296 \end_inset
26297
26298 interior
26299 \family default
26300 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26301  cuadro.
26302 \end_layout
26303
26304 \begin_layout Standard
26305 \align center
26306 \begin_inset Box Boxed
26307 position "c"
26308 hor_pos "s"
26309 has_inner_box 0
26310 inner_pos "s"
26311 use_parbox 0
26312 width "90col%"
26313 special "none"
26314 height "1.25in"
26315 height_special "totalheight"
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 \align left
26320 Texto estirado horizontalmente.
26321 \end_layout
26322
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \begin_layout Subsection
26329 Cuadros enmarcados
26330 \begin_inset CommandInset label
26331 LatexCommand label
26332 name "sec:Cuadros-Enmarcados"
26333
26334 \end_inset
26335
26336
26337 \begin_inset Index
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 Cuadros ! Marcos
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \begin_layout Standard
26350 El estilo de marco del cuadro se puede determinar en la lista desplegable
26351  
26352 \family sans
26353 Tipo
26354 \family default
26355  del diálogo de cuadros.
26356  Son posibles los siguientes marcos:
26357 \end_layout
26358
26359 \begin_layout Description
26360 Marco
26361 \begin_inset space ~
26362 \end_inset
26363
26364 sencillo Dibuja un marco rectangular alrededor del cuadro.
26365  El grosor del marco depende de 
26366 \series bold
26367
26368 \backslash
26369 fboxrule
26370 \series default
26371 .
26372  
26373 \begin_inset Box Boxed
26374 position "c"
26375 hor_pos "c"
26376 has_inner_box 1
26377 inner_pos "c"
26378 use_parbox 0
26379 width "25col%"
26380 special "none"
26381 height "1in"
26382 height_special "totalheight"
26383 status open
26384
26385 \begin_layout Plain Layout
26386 \align center
26387 Cuadro rectangular
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \begin_layout Description
26396 Marco
26397 \begin_inset space ~
26398 \end_inset
26399
26400 sencillo
26401 \begin_inset space ~
26402 \end_inset
26403
26404 con
26405 \begin_inset space ~
26406 \end_inset
26407
26408 salto
26409 \begin_inset space ~
26410 \end_inset
26411
26412 de
26413 \begin_inset space ~
26414 \end_inset
26415
26416 página Si usas la decoración 
26417 \family sans
26418 marco sencillo rectangular
26419 \family default
26420  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26421  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26422  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26423  propio y 
26424 \series bold
26425
26426 \backslash
26427 fboxrule
26428 \series default
26429  y 
26430 \series bold
26431
26432 \backslash
26433 fboxsep
26434 \series default
26435  no funcionan.
26436  El grosor del marco tiene el tamaño de 
26437 \series bold
26438
26439 \backslash
26440 FrameRule
26441 \series default
26442 .
26443 \begin_inset Box Framed
26444 position "t"
26445 hor_pos "c"
26446 has_inner_box 0
26447 inner_pos "t"
26448 use_parbox 0
26449 width "100col%"
26450 special "none"
26451 height "1in"
26452 height_special "totalheight"
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456 Cuadro que permite saltos de página
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \begin_layout Description
26465 Marco
26466 \begin_inset space ~
26467 \end_inset
26468
26469 ovalado,
26470 \begin_inset space ~
26471 \end_inset
26472
26473 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26474 \begin_inset space \thinspace{}
26475 \end_inset
26476
26477 pt.
26478  
26479 \begin_inset Box ovalbox
26480 position "c"
26481 hor_pos "c"
26482 has_inner_box 1
26483 inner_pos "c"
26484 use_parbox 0
26485 width "25col%"
26486 special "none"
26487 height "1in"
26488 height_special "totalheight"
26489 status open
26490
26491 \begin_layout Plain Layout
26492 \align center
26493 Marco ovalado, fino
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Description
26502 Marco
26503 \begin_inset space ~
26504 \end_inset
26505
26506 ovalado,
26507 \begin_inset space ~
26508 \end_inset
26509
26510 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26511 \begin_inset space \thinspace{}
26512 \end_inset
26513
26514 pt.
26515  
26516 \begin_inset Box Ovalbox
26517 position "c"
26518 hor_pos "c"
26519 has_inner_box 1
26520 inner_pos "c"
26521 use_parbox 0
26522 width "30col%"
26523 special "none"
26524 height "1in"
26525 height_special "totalheight"
26526 status open
26527
26528 \begin_layout Plain Layout
26529 \align center
26530 Cuadro ovalado, grueso
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Description
26539 Marco
26540 \begin_inset space ~
26541 \end_inset
26542
26543 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26544  El grosor de la línea tiene el tamaño dado por 
26545 \series bold
26546
26547 \backslash
26548 fboxrule
26549 \series default
26550 , la sombra tiene una anchura de 4
26551 \begin_inset space \thinspace{}
26552 \end_inset
26553
26554 pt.
26555  
26556 \begin_inset Box Shadowbox
26557 position "c"
26558 hor_pos "c"
26559 has_inner_box 1
26560 inner_pos "c"
26561 use_parbox 0
26562 width "20col%"
26563 special "none"
26564 height "1in"
26565 height_special "totalheight"
26566 status open
26567
26568 \begin_layout Plain Layout
26569 \align center
26570 Marco sombrado
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \begin_layout Description
26579 Fondo
26580 \begin_inset space ~
26581 \end_inset
26582
26583 sombreado Dibuja un cuadro con fondo de color rojo.
26584  A diferencia de los cuadros coloreados,
26585 \begin_inset Foot
26586 status open
26587
26588 \begin_layout Plain Layout
26589 véase sec.
26590  
26591 \begin_inset CommandInset ref
26592 LatexCommand ref
26593 reference "sec:Cuadros-Coloreados"
26594
26595 \end_inset
26596
26597
26598 \end_layout
26599
26600 \end_inset
26601
26602  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26603 \begin_inset Box Shaded
26604 position "t"
26605 hor_pos "c"
26606 has_inner_box 0
26607 inner_pos "t"
26608 use_parbox 0
26609 width "50col%"
26610 special "none"
26611 height "1in"
26612 height_special "totalheight"
26613 status open
26614
26615 \begin_layout Plain Layout
26616 Cuadro con fondo sombreado
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \begin_layout Description
26625 Marco
26626 \begin_inset space ~
26627 \end_inset
26628
26629 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26630  El grosor de la línea interior es 0.75
26631 \begin_inset space \thinspace{}
26632 \end_inset
26633
26634
26635 \series bold
26636
26637 \backslash
26638 fboxrule
26639 \series default
26640 , el de la línea exterior es 1.5
26641 \begin_inset space \thinspace{}
26642 \end_inset
26643
26644
26645 \series bold
26646
26647 \backslash
26648 fboxrule
26649 \series default
26650 .
26651  La distancia entre líneas es 1.5
26652 \begin_inset space \thinspace{}
26653 \end_inset
26654
26655
26656 \series bold
26657
26658 \backslash
26659 fboxrule
26660 \series default
26661
26662 \begin_inset space \thinspace{}
26663 \end_inset
26664
26665 +
26666 \begin_inset space \thinspace{}
26667 \end_inset
26668
26669 0.5
26670 \begin_inset space \thinspace{}
26671 \end_inset
26672
26673 pt.
26674  
26675 \begin_inset Box Doublebox
26676 position "c"
26677 hor_pos "c"
26678 has_inner_box 1
26679 inner_pos "c"
26680 use_parbox 0
26681 width "20col%"
26682 special "none"
26683 height "1in"
26684 height_special "totalheight"
26685 status open
26686
26687 \begin_layout Plain Layout
26688 \align center
26689 Marco doble
26690 \end_layout
26691
26692 \end_inset
26693
26694
26695 \end_layout
26696
26697 \begin_layout Standard
26698 \begin_inset VSpace bigskip
26699 \end_inset
26700
26701 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26702  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26703  LaTeX 
26704 \series bold
26705 fancybox
26706 \series default
26707
26708 \begin_inset Index
26709 status collapsed
26710
26711 \begin_layout Plain Layout
26712 LaTeX-paquetes ! fancybox
26713 \end_layout
26714
26715 \end_inset
26716
26717 .
26718 \end_layout
26719
26720 \begin_layout Section
26721 Personalización de cuadros
26722 \begin_inset Index
26723 status open
26724
26725 \begin_layout Plain Layout
26726 Cuadros ! Personalizar
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Standard
26735 El valor predeterminado por 
26736 \series bold
26737
26738 \backslash
26739 fboxrule
26740 \series default
26741  es 0.4
26742 \begin_inset space \thinspace{}
26743 \end_inset
26744
26745 pt.
26746  Puede cambiarse con el siguiente comando en código TeX, p.
26747 \begin_inset space \thinspace{}
26748 \end_inset
26749
26750 e.
26751 \begin_inset space ~
26752 \end_inset
26753
26754 a
26755 \begin_inset space ~
26756 \end_inset
26757
26758 2
26759 \begin_inset space \thinspace{}
26760 \end_inset
26761
26762 pt:
26763 \end_layout
26764
26765 \begin_layout Standard
26766
26767 \series bold
26768
26769 \backslash
26770 setlength{
26771 \backslash
26772 fboxrule}{2pt}
26773 \end_layout
26774
26775 \begin_layout Standard
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780
26781
26782 \backslash
26783 setlength{
26784 \backslash
26785 fboxrule}{2pt}
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \begin_inset Box Boxed
26792 position "c"
26793 hor_pos "c"
26794 has_inner_box 1
26795 inner_pos "c"
26796 use_parbox 0
26797 width "25col%"
26798 special "none"
26799 height "1in"
26800 height_special "totalheight"
26801 status open
26802
26803 \begin_layout Plain Layout
26804 \align center
26805 Cuadro rectangular con 
26806 \series bold
26807
26808 \backslash
26809 fboxrule
26810 \series default
26811
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 =
26816 \begin_inset space \thinspace{}
26817 \end_inset
26818
26819 2
26820 \begin_inset space \thinspace{}
26821 \end_inset
26822
26823 pt
26824 \end_layout
26825
26826 \end_inset
26827
26828
26829 \begin_inset ERT
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833
26834
26835 \backslash
26836 setlength{
26837 \backslash
26838 fboxrule}{0.4pt}
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \begin_layout Standard
26847 \begin_inset VSpace bigskip
26848 \end_inset
26849
26850 El espacio entre el marco y el contenido del cuadro es 3
26851 \begin_inset space \thinspace{}
26852 \end_inset
26853
26854 pt por omisión para todos los estilos.
26855  Se puede cambiar mediante la longitud 
26856 \series bold
26857
26858 \backslash
26859 fboxsep
26860 \series default
26861 .
26862  Por ejemplo el comando
26863 \end_layout
26864
26865 \begin_layout Standard
26866
26867 \series bold
26868
26869 \backslash
26870 setlength{
26871 \backslash
26872 fboxsep}{10pt}
26873 \end_layout
26874
26875 \begin_layout Standard
26876 determina un valor de 10
26877 \begin_inset space \thinspace{}
26878 \end_inset
26879
26880 pt, como en el siguiente cuadro:
26881 \end_layout
26882
26883 \begin_layout Standard
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 setlength{
26892 \backslash
26893 fboxsep}{10pt}
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \begin_inset Box Boxed
26900 position "c"
26901 hor_pos "c"
26902 has_inner_box 1
26903 inner_pos "c"
26904 use_parbox 0
26905 width "25col%"
26906 special "none"
26907 height "1in"
26908 height_special "totalheight"
26909 status open
26910
26911 \begin_layout Plain Layout
26912 \align center
26913 Cuadro rectangular con 
26914 \series bold
26915
26916 \backslash
26917 fboxsep
26918 \series default
26919
26920 \begin_inset space \thinspace{}
26921 \end_inset
26922
26923 =
26924 \begin_inset space \thinspace{}
26925 \end_inset
26926
26927 10
26928 \begin_inset space \thinspace{}
26929 \end_inset
26930
26931 pt
26932 \end_layout
26933
26934 \end_inset
26935
26936
26937 \begin_inset ERT
26938 status collapsed
26939
26940 \begin_layout Plain Layout
26941
26942
26943 \backslash
26944 setlength{
26945 \backslash
26946 fboxsep}{3pt}
26947 \end_layout
26948
26949 \end_inset
26950
26951
26952 \end_layout
26953
26954 \begin_layout Standard
26955 \begin_inset VSpace bigskip
26956 \end_inset
26957
26958 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26959  el comando 
26960 \series bold
26961
26962 \backslash
26963 cornersize
26964 \series default
26965 .
26966  El comando
26967 \end_layout
26968
26969 \begin_layout Standard
26970
26971 \series bold
26972
26973 \backslash
26974 cornersize*{1cm}
26975 \end_layout
26976
26977 \begin_layout Standard
26978 establece un diámetro de 1
26979 \begin_inset space \thinspace{}
26980 \end_inset
26981
26982 cm.
26983  El comando
26984 \end_layout
26985
26986 \begin_layout Standard
26987
26988 \series bold
26989
26990 \backslash
26991 cornersize{num}
26992 \end_layout
26993
26994 \begin_layout Standard
26995 fija el diámetro en 
26996 \family sans
26997 num
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 ×
27002 \begin_inset space \thinspace{}
27003 \end_inset
27004
27005 mínimo
27006 \family default
27007  
27008 \family sans
27009 (ancho y alto del cuadro)
27010 \family default
27011 .
27012  Por omisión es 
27013 \series bold
27014
27015 \backslash
27016 cornersize{0.5}
27017 \series default
27018 .
27019 \end_layout
27020
27021 \begin_layout Standard
27022 \begin_inset ERT
27023 status collapsed
27024
27025 \begin_layout Plain Layout
27026
27027
27028 \backslash
27029 cornersize*{1.5cm}
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \begin_inset Box Ovalbox
27036 position "c"
27037 hor_pos "c"
27038 has_inner_box 1
27039 inner_pos "c"
27040 use_parbox 0
27041 width "28col%"
27042 special "none"
27043 height "1in"
27044 height_special "totalheight"
27045 status open
27046
27047 \begin_layout Plain Layout
27048 \align center
27049 Cuadro ovalado con 
27050 \series bold
27051
27052 \backslash
27053 cornersize
27054 \series default
27055
27056 \begin_inset space \thinspace{}
27057 \end_inset
27058
27059 =
27060 \begin_inset space \thinspace{}
27061 \end_inset
27062
27063 1.5
27064 \begin_inset space \thinspace{}
27065 \end_inset
27066
27067 cm
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \begin_inset ERT
27074 status collapsed
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 cornersize{0.5}
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Standard
27089 \begin_inset VSpace bigskip
27090 \end_inset
27091
27092 El tamaño de la sombra se puede ajustar cambiando la longitud 
27093 \series bold
27094
27095 \backslash
27096 shadowsize
27097 \series default
27098 .
27099  Este comando la ajusta a 2
27100 \begin_inset space \thinspace{}
27101 \end_inset
27102
27103 pt en el cuadro siguiente:
27104 \end_layout
27105
27106 \begin_layout Standard
27107
27108 \series bold
27109
27110 \backslash
27111 setlength{
27112 \backslash
27113 shadowsize}{2pt}
27114 \end_layout
27115
27116 \begin_layout Standard
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 setlength{
27125 \backslash
27126 shadowsize}{2pt}
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \begin_inset Box Shadowbox
27133 position "c"
27134 hor_pos "c"
27135 has_inner_box 1
27136 inner_pos "c"
27137 use_parbox 0
27138 width "28col%"
27139 special "none"
27140 height "1in"
27141 height_special "totalheight"
27142 status open
27143
27144 \begin_layout Plain Layout
27145 \align center
27146 Cuadro sombreado con 
27147 \series bold
27148
27149 \backslash
27150 shadowsize
27151 \series default
27152
27153 \begin_inset space \thinspace{}
27154 \end_inset
27155
27156 =
27157 \begin_inset space \thinspace{}
27158 \end_inset
27159
27160 2
27161 \begin_inset space \thinspace{}
27162 \end_inset
27163
27164 pt
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \begin_inset ERT
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174
27175
27176 \backslash
27177 setlength{
27178 \backslash
27179 shadowsize}{4pt}
27180 \end_layout
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \begin_layout Standard
27188 \begin_inset VSpace bigskip
27189 \end_inset
27190
27191
27192 \end_layout
27193
27194 \begin_layout Standard
27195 Por omisión, el tamaño 
27196 \series bold
27197
27198 \backslash
27199 FrameRule
27200 \series default
27201  es 0,4
27202 \begin_inset space \thinspace{}
27203 \end_inset
27204
27205 pt.
27206  El espacio por omisión entre el contenido de la nota y el marco es 9
27207 \begin_inset space \thinspace{}
27208 \end_inset
27209
27210 pt; puede cambiarse con el valor de 
27211 \series bold
27212
27213 \backslash
27214 FrameSep
27215 \series default
27216 .
27217  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27218  en código TeX
27219 \end_layout
27220
27221 \begin_layout Standard
27222
27223 \series bold
27224
27225 \backslash
27226 setlength{
27227 \backslash
27228 FrameRule}{5pt}
27229 \begin_inset Newline newline
27230 \end_inset
27231
27232
27233 \backslash
27234 setlength{
27235 \backslash
27236 FrameSep}{0.5cm}
27237 \end_layout
27238
27239 \begin_layout Standard
27240 \begin_inset ERT
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244
27245
27246 \backslash
27247 setlength{
27248 \backslash
27249 FrameRule}{5pt}
27250 \end_layout
27251
27252 \begin_layout Plain Layout
27253
27254
27255 \backslash
27256 setlength{
27257 \backslash
27258 FrameSep}{0.5cm}
27259 \end_layout
27260
27261 \end_inset
27262
27263
27264 \begin_inset Box Framed
27265 position "t"
27266 hor_pos "c"
27267 has_inner_box 0
27268 inner_pos "t"
27269 use_parbox 0
27270 width "100col%"
27271 special "none"
27272 height "1in"
27273 height_special "totalheight"
27274 status open
27275
27276 \begin_layout Plain Layout
27277 Texto en un 
27278 \family sans
27279 marco
27280 \begin_inset space ~
27281 \end_inset
27282
27283 sencillo
27284 \begin_inset space ~
27285 \end_inset
27286
27287 con
27288 \begin_inset space ~
27289 \end_inset
27290
27291 salto
27292 \begin_inset space ~
27293 \end_inset
27294
27295 de
27296 \begin_inset space ~
27297 \end_inset
27298
27299 página
27300 \family default
27301 .
27302 \end_layout
27303
27304 \end_inset
27305
27306
27307 \begin_inset ERT
27308 status collapsed
27309
27310 \begin_layout Plain Layout
27311
27312
27313 \backslash
27314 setlength{
27315 \backslash
27316 FrameRule}{0.4pt}
27317 \end_layout
27318
27319 \begin_layout Plain Layout
27320
27321
27322 \backslash
27323 setlength{
27324 \backslash
27325 FrameSep}{9pt}
27326 \end_layout
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \begin_layout Standard
27334 \begin_inset VSpace bigskip
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 Para los cuadros con 
27342 \family sans
27343 fondo
27344 \begin_inset space ~
27345 \end_inset
27346
27347 sombreado
27348 \family default
27349  el espacio por omisión entre el contenido y el marco es 3
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 pt; se puede cambiar con el valor de 
27354 \series bold
27355
27356 \backslash
27357 fboxsep
27358 \series default
27359 .
27360  El color rojo predeterminado se puede cambiar en el sitio con el comando
27361  
27362 \series bold
27363
27364 \backslash
27365 definecolor{shadebox}
27366 \series default
27367  o globalmente con el menú 
27368 \family sans
27369 Herramientas
27370 \family default
27371 \SpecialChar \menuseparator
27372
27373 \family sans
27374 Preferencias
27375 \family default
27376 \SpecialChar \menuseparator
27377
27378 \family sans
27379 Colores
27380 \family default
27381 \SpecialChar \menuseparator
27382
27383 \family sans
27384 cuadro
27385 \begin_inset space ~
27386 \end_inset
27387
27388 sombreado
27389 \family default
27390 .
27391  El esquema del comando 
27392 \series bold
27393
27394 \backslash
27395 definecolor
27396 \series default
27397  se explica en la sección
27398 \begin_inset space ~
27399 \end_inset
27400
27401
27402 \begin_inset CommandInset ref
27403 LatexCommand ref
27404 reference "sec:Tablas-Coloreadas"
27405
27406 \end_inset
27407
27408 .
27409 \begin_inset Foot
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 El comando 
27414 \series bold
27415
27416 \backslash
27417 definecolor
27418 \series default
27419  requiere el paquete LaTeX 
27420 \series bold
27421 color
27422 \series default
27423  en el preámbulo, véase la sección
27424 \begin_inset space ~
27425 \end_inset
27426
27427
27428 \begin_inset CommandInset ref
27429 LatexCommand ref
27430 reference "sec:Cuadros-Coloreados"
27431
27432 \end_inset
27433
27434 .
27435 \end_layout
27436
27437 \end_inset
27438
27439  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27440 \end_layout
27441
27442 \begin_layout Standard
27443
27444 \series bold
27445
27446 \backslash
27447 setlength{
27448 \backslash
27449 fboxsep}{0.5cm}
27450 \series default
27451
27452 \begin_inset Newline newline
27453 \end_inset
27454
27455
27456 \series bold
27457
27458 \backslash
27459 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27460 \end_layout
27461
27462 \begin_layout Standard
27463 \begin_inset ERT
27464 status open
27465
27466 \begin_layout Plain Layout
27467
27468
27469 \backslash
27470 setlength{
27471 \backslash
27472 fboxsep}{0.5cm}
27473 \end_layout
27474
27475 \begin_layout Plain Layout
27476
27477
27478 \backslash
27479 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \begin_inset Box Shaded
27486 position "t"
27487 hor_pos "c"
27488 has_inner_box 0
27489 inner_pos "t"
27490 use_parbox 0
27491 width "100col%"
27492 special "none"
27493 height "1in"
27494 height_special "totalheight"
27495 status open
27496
27497 \begin_layout Plain Layout
27498
27499 \color yellow
27500 Texto amarillo en un cuadro con 
27501 \family sans
27502 fondo sombreado 
27503 \family default
27504  en color verde oscuro.
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \begin_inset ERT
27511 status open
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 setlength{
27518 \backslash
27519 fboxsep}{3pt}
27520 \end_layout
27521
27522 \begin_layout Plain Layout
27523
27524
27525 \backslash
27526 definecolor{shadecolor}{rgb}{1,0,0}
27527 \end_layout
27528
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \begin_layout Standard
27535 \begin_inset VSpace bigskip
27536 \end_inset
27537
27538 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27539  a los comandos.
27540 \end_layout
27541
27542 \begin_layout Section
27543 Minipáginas
27544 \begin_inset CommandInset label
27545 LatexCommand label
27546 name "sec:Minipáginas"
27547
27548 \end_inset
27549
27550
27551 \begin_inset Index
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 Cuadros ! Minipáginas
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Standard
27564 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27565  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27566 \end_layout
27567
27568 \begin_layout Standard
27569 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27570 \end_layout
27571
27572 \begin_layout Standard
27573 A continuación hay dos ejemplos de minipáginas adosadas.
27574  Su anchura está puesta en 45
27575 \begin_inset space \thinspace{}
27576 \end_inset
27577
27578 % y separadas por un relleno horizontal, insertado vía el menú 
27579 \family sans
27580 Insertar\SpecialChar \menuseparator
27581 Formato\SpecialChar \menuseparator
27582 Relleno
27583 \begin_inset space ~
27584 \end_inset
27585
27586 horizontal
27587 \family default
27588 .
27589 \end_layout
27590
27591 \begin_layout Standard
27592 \begin_inset Box Frameless
27593 position "t"
27594 hor_pos "c"
27595 has_inner_box 1
27596 inner_pos "c"
27597 use_parbox 0
27598 width "45col%"
27599 special "none"
27600 height "1in"
27601 height_special "totalheight"
27602 status open
27603
27604 \begin_layout Plain Layout
27605
27606 \lang german
27607 Dies ist ein deutscher Text.
27608  Dies ist ein deutscher Text.
27609  Dies ist ein deutscher Text.
27610  Dies ist ein deutscher Text.
27611  Dies ist ein deutscher Text.
27612  Dies ist ein deutscher Text.
27613  Dies ist ein deutscher Text.
27614  Dies ist ein deutscher Text.
27615  Dies ist ein deutscher Text.
27616  Dies ist ein deutscher Text.
27617  Dies ist ein deutscher Text.
27618  Dies ist ein deutscher Text.
27619  Dies ist ein deutscher Text
27620 \begin_inset Foot
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624
27625 \lang german
27626 Dies ist eine deutsche Fußnote.
27627 \end_layout
27628
27629 \end_inset
27630
27631 .
27632  Dies ist ein deutscher Text.
27633  Dies ist ein deutscher Text.
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \begin_inset space \hfill{}
27640 \end_inset
27641
27642
27643 \begin_inset Box Frameless
27644 position "t"
27645 hor_pos "c"
27646 has_inner_box 1
27647 inner_pos "c"
27648 use_parbox 0
27649 width "45col%"
27650 special "none"
27651 height "1in"
27652 height_special "totalheight"
27653 status open
27654
27655 \begin_layout Plain Layout
27656 This is an English Text.
27657  This is an English Text.
27658  This is an English Text.
27659  This is an English Text.
27660  This is an English Text.
27661  This is an English Text.
27662  This is an English Text.
27663  This is an English Text.
27664  This is an English Text.
27665  This is an English Text.
27666  This is an English Text.
27667  This is an English Text.
27668  This is an English Text.
27669  This is an English Text.
27670  This is an English Text.
27671  This is an English Text.
27672 \begin_inset Foot
27673 status collapsed
27674
27675 \begin_layout Plain Layout
27676 This is an English footnote.
27677 \end_layout
27678
27679 \end_inset
27680
27681  This is an English Text.
27682  
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \begin_layout Standard
27691 \begin_inset VSpace bigskip
27692 \end_inset
27693
27694 Otra aplicación de los cuadros son las notas a pie en tablas.
27695  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27696  al final de la página actual.
27697  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27698  en la parte inferior, ordenadas con letras.
27699  La ordenación de las notas al pie se restablece en cada minipágina pero
27700  no fuera de las minipáginas.
27701 \end_layout
27702
27703 \begin_layout Standard
27704 La nota al pie en esta tabla no aparece: 
27705 \begin_inset Tabular
27706 <lyxtabular version="3" rows="3" columns="4">
27707 <features>
27708 <column alignment="center" valignment="top" width="0pt">
27709 <column alignment="center" valignment="top" width="0pt">
27710 <column alignment="center" valignment="top" width="0pt">
27711 <column alignment="center" valignment="top" width="0pt">
27712 <row>
27713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717 1
27718 \end_layout
27719
27720 \end_inset
27721 </cell>
27722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27723 \begin_inset Text
27724
27725 \begin_layout Plain Layout
27726 2
27727 \end_layout
27728
27729 \end_inset
27730 </cell>
27731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27732 \begin_inset Text
27733
27734 \begin_layout Plain Layout
27735 3
27736 \begin_inset Foot
27737 status open
27738
27739 \begin_layout Plain Layout
27740 Nota al pie en una tabla.
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 4
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 </row>
27760 <row>
27761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27762 \begin_inset Text
27763
27764 \begin_layout Plain Layout
27765 a
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774 b
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 c
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792 d
27793 \end_layout
27794
27795 \end_inset
27796 </cell>
27797 </row>
27798 <row>
27799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Plain Layout
27803 e
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812 f
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821 g
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830 h
27831 \end_layout
27832
27833 \end_inset
27834 </cell>
27835 </row>
27836 </lyxtabular>
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Standard
27844 \align center
27845 \begin_inset Box Frameless
27846 position "t"
27847 hor_pos "c"
27848 has_inner_box 1
27849 inner_pos "c"
27850 use_parbox 0
27851 width "30col%"
27852 special "none"
27853 height "1in"
27854 height_special "totalheight"
27855 status open
27856
27857 \begin_layout Plain Layout
27858 \align center
27859 \begin_inset Tabular
27860 <lyxtabular version="3" rows="3" columns="4">
27861 <features>
27862 <column alignment="center" valignment="top" width="0pt">
27863 <column alignment="center" valignment="top" width="0pt">
27864 <column alignment="center" valignment="top" width="0pt">
27865 <column alignment="center" valignment="top" width="0pt">
27866 <row>
27867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27868 \begin_inset Text
27869
27870 \begin_layout Plain Layout
27871 1
27872 \end_layout
27873
27874 \end_inset
27875 </cell>
27876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27877 \begin_inset Text
27878
27879 \begin_layout Plain Layout
27880 2
27881 \end_layout
27882
27883 \end_inset
27884 </cell>
27885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27886 \begin_inset Text
27887
27888 \begin_layout Plain Layout
27889 3
27890 \begin_inset Foot
27891 status open
27892
27893 \begin_layout Plain Layout
27894 Nota al pie en una tabla..
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 4
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 </row>
27914 <row>
27915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919 a
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 b
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 c
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 d
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 </row>
27952 <row>
27953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 e
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Plain Layout
27966 f
27967 \end_layout
27968
27969 \end_inset
27970 </cell>
27971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27972 \begin_inset Text
27973
27974 \begin_layout Plain Layout
27975 g
27976 \end_layout
27977
27978 \end_inset
27979 </cell>
27980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27981 \begin_inset Text
27982
27983 \begin_layout Plain Layout
27984 h
27985 \end_layout
27986
27987 \end_inset
27988 </cell>
27989 </row>
27990 </lyxtabular>
27991
27992 \end_inset
27993
27994
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \end_layout
28001
28002 \begin_layout Standard
28003 \begin_inset VSpace bigskip
28004 \end_inset
28005
28006 La configuración global de párrafos se ignora en las minipáginas.
28007  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28008  pongas p.
28009 \begin_inset space \thinspace{}
28010 \end_inset
28011
28012 e.
28013 \begin_inset space ~
28014 \end_inset
28015
28016
28017 \family sans
28018 Salto
28019 \begin_inset space ~
28020 \end_inset
28021
28022 medio
28023 \family default
28024  en la configuración del documento.
28025 \end_layout
28026
28027 \begin_layout Standard
28028 Las minipáginas también sirven para poner un color de fondo para partes
28029  de texto, véase sección
28030 \begin_inset space ~
28031 \end_inset
28032
28033
28034 \begin_inset CommandInset ref
28035 LatexCommand ref
28036 reference "sub:Color-en-Párrafos"
28037
28038 \end_inset
28039
28040 .
28041 \end_layout
28042
28043 \begin_layout Standard
28044 \begin_inset Note Greyedout
28045 status open
28046
28047 \begin_layout Plain Layout
28048
28049 \series bold
28050 Nota:
28051 \series default
28052  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28053  tener minipáginas en tablas, flotantes, y otros cuadros.
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \begin_layout Section
28062 Cuadros de párrafo
28063 \begin_inset CommandInset label
28064 LatexCommand label
28065 name "sec:Cuadros-de-Párrafo"
28066
28067 \end_inset
28068
28069
28070 \begin_inset Index
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 Cuadros ! de párrafo
28075 \end_layout
28076
28077 \end_inset
28078
28079
28080 \end_layout
28081
28082 \begin_layout Standard
28083 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28084  de que no pueden contener notas al pie.
28085   La diferencia principal es que las minipáginas no son verdaderos cuadros
28086  sino entornos de LaTeX.
28087 \end_layout
28088
28089 \begin_layout Standard
28090 \align center
28091 \begin_inset Box Frameless
28092 position "t"
28093 hor_pos "c"
28094 has_inner_box 1
28095 inner_pos "t"
28096 use_parbox 1
28097 width "33col%"
28098 special "none"
28099 height "1in"
28100 height_special "totalheight"
28101 status collapsed
28102
28103 \begin_layout Plain Layout
28104 Texto en un cuadro de párrafo.
28105  Texto en un cuadro de párrafo.
28106  Esta nota no aparece:
28107 \begin_inset Foot
28108 status open
28109
28110 \begin_layout Plain Layout
28111 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Section
28125 Cuadros para palabras y caracteres
28126 \begin_inset Index
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 Cuadros ! para palabras y caracteres
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Subsection
28139 Evitar la partición de palabras
28140 \begin_inset CommandInset label
28141 LatexCommand label
28142 name "sec:Evitar-la-Partición"
28143
28144 \end_inset
28145
28146
28147 \begin_inset Index
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151 Cuadros ! para evitar la partición de palabras
28152 \end_layout
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Standard
28160 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28161  con guión.
28162 \begin_inset Newline newline
28163 \end_inset
28164
28165 He aquí un ejemplo:
28166 \end_layout
28167
28168 \begin_layout Standard
28169 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28170 palabra».
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Para evitar su división usa el comando
28175 \end_layout
28176
28177 \begin_layout Standard
28178
28179 \series bold
28180
28181 \backslash
28182 mbox{
28183 \end_layout
28184
28185 \begin_layout Standard
28186 en código TeX antes de la palabra.
28187  Tras ella inserta una llave de cierre «
28188 \series bold
28189 }
28190 \series default
28191 » en código TeX.
28192 \end_layout
28193
28194 \begin_layout Standard
28195 Este es el resultado:
28196 \end_layout
28197
28198 \begin_layout Standard
28199 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28200 \begin_inset ERT
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204
28205
28206 \backslash
28207 mbox{
28208 \end_layout
28209
28210 \end_inset
28211
28212 «estalarguísimapalabra».
28213 \begin_inset ERT
28214 status collapsed
28215
28216 \begin_layout Plain Layout
28217
28218 }
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \begin_layout Standard
28227 Como alternativa puedes poner el comando «
28228 \series bold
28229
28230 \backslash
28231 -
28232 \series default
28233 » en código TeX directamente antes de la palabra:
28234 \end_layout
28235
28236 \begin_layout Standard
28237 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28238 \begin_inset ERT
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242
28243
28244 \backslash
28245 -
28246 \end_layout
28247
28248 \end_inset
28249
28250 estalarguísimapalabra».
28251 \end_layout
28252
28253 \begin_layout Standard
28254 Por supuesto, la palabra sobresale del margen.
28255  Para evitarlo añade, con el menú 
28256 \family sans
28257 Insertar\SpecialChar \menuseparator
28258 Formato\SpecialChar \menuseparator
28259 Salto
28260 \begin_inset space ~
28261 \end_inset
28262
28263 de
28264 \begin_inset space ~
28265 \end_inset
28266
28267
28268 \family default
28269 línea (atajo 
28270 \family sans
28271 Ctrl-Retorno
28272 \family default
28273 ), un salto de línea antes de la palabra:
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28278 \begin_inset Newline newline
28279 \end_inset
28280
28281
28282 \begin_inset ERT
28283 status collapsed
28284
28285 \begin_layout Plain Layout
28286
28287
28288 \backslash
28289 mbox{
28290 \end_layout
28291
28292 \end_inset
28293
28294 «estalarguísimapalabra».
28295 \begin_inset ERT
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299
28300 }
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \begin_layout Subsection
28309 Alineación vertical
28310 \begin_inset CommandInset label
28311 LatexCommand label
28312 name "sub:Alineación-Vertical"
28313
28314 \end_inset
28315
28316
28317 \begin_inset Index
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 Cuadros ! para alineación vertical
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330 Con ayuda del comando 
28331 \series bold
28332
28333 \backslash
28334 raisebox
28335 \series default
28336  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28337  
28338 \series bold
28339
28340 \backslash
28341 raisebox
28342 \series default
28343  se utiliza según el esquema:
28344 \end_layout
28345
28346 \begin_layout Standard
28347
28348 \series bold
28349
28350 \backslash
28351 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28352 \end_layout
28353
28354 \begin_layout Standard
28355 La elevación puede ser un valor positivo para subir el cuadro o negativo
28356  para bajarlo.
28357 \end_layout
28358
28359 \begin_layout Standard
28360 Para alinear una palabra, p.
28361 \begin_inset space \thinspace{}
28362 \end_inset
28363
28364 e
28365 \begin_inset space ~
28366 \end_inset
28367
28368 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28369  en la línea de base, inserta el comando
28370 \end_layout
28371
28372 \begin_layout Standard
28373
28374 \series bold
28375
28376 \backslash
28377 raisebox{
28378 \backslash
28379 depth}{
28380 \end_layout
28381
28382 \begin_layout Standard
28383 en código TeX antes de la palabra.
28384  Detrás de la palabra inserta una llave de cierre «
28385 \series bold
28386 }
28387 \series default
28388 » en código TeX.
28389 \begin_inset Newline newline
28390 \end_inset
28391
28392 Este es el resultado:
28393 \end_layout
28394
28395 \begin_layout Standard
28396 Esto es una línea de texto con la palabra 
28397 \begin_inset ERT
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401
28402
28403 \backslash
28404 raisebox{
28405 \backslash
28406 depth}{
28407 \end_layout
28408
28409 \end_inset
28410
28411 «prevención»
28412 \begin_inset ERT
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416
28417 }
28418 \end_layout
28419
28420 \end_inset
28421
28422  elevada.
28423 \end_layout
28424
28425 \begin_layout Standard
28426 \begin_inset VSpace bigskip
28427 \end_inset
28428
28429 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28430 \end_layout
28431
28432 \begin_layout Standard
28433 Esto es una línea de texto con la palabra 
28434 \begin_inset ERT
28435 status collapsed
28436
28437 \begin_layout Plain Layout
28438
28439
28440 \backslash
28441 raisebox{-
28442 \backslash
28443 depth}{
28444 \end_layout
28445
28446 \end_inset
28447
28448 «prevención»
28449 \begin_inset ERT
28450 status collapsed
28451
28452 \begin_layout Plain Layout
28453
28454 }
28455 \end_layout
28456
28457 \end_inset
28458
28459  como palabra más baja.
28460 \begin_inset Newline newline
28461 \end_inset
28462
28463 Esto es una línea de texto con la palabra 
28464 \begin_inset ERT
28465 status collapsed
28466
28467 \begin_layout Plain Layout
28468
28469
28470 \backslash
28471 raisebox{0.5cm}{
28472 \end_layout
28473
28474 \end_inset
28475
28476 «testigo»
28477 \begin_inset ERT
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481
28482 }
28483 \end_layout
28484
28485 \end_inset
28486
28487  como palabra más alta.
28488 \end_layout
28489
28490 \begin_layout Standard
28491 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28492  Por ejemplo
28493 \end_layout
28494
28495 \begin_layout Standard
28496
28497 \series bold
28498
28499 \backslash
28500 raisebox{-
28501 \backslash
28502 depth}[0pt]{
28503 \end_layout
28504
28505 \begin_layout Standard
28506 Esto es una línea de texto con la palabra 
28507 \begin_inset ERT
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511
28512
28513 \backslash
28514 raisebox{-
28515 \backslash
28516 depth}[0pt]{
28517 \end_layout
28518
28519 \end_inset
28520
28521 «prevención»
28522 \begin_inset ERT
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527 }
28528 \end_layout
28529
28530 \end_inset
28531
28532  como palabra más baja.
28533 \begin_inset Newline newline
28534 \end_inset
28535
28536 Esto es una línea de texto con la palabra 
28537 \begin_inset ERT
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541
28542
28543 \backslash
28544 raisebox{0.5cm}[0pt]{
28545 \end_layout
28546
28547 \end_inset
28548
28549 «testigo»
28550 \begin_inset ERT
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554
28555 }
28556 \end_layout
28557
28558 \end_inset
28559
28560  como palabra más alta.
28561 \end_layout
28562
28563 \begin_layout Section
28564 Cuadros coloreados
28565 \begin_inset CommandInset label
28566 LatexCommand label
28567 name "sec:Cuadros-Coloreados"
28568
28569 \end_inset
28570
28571
28572 \begin_inset Index
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 Cuadros ! Color
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Subsection
28585 Color en texto
28586 \begin_inset Index
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 Color ! en texto
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \end_layout
28597
28598 \begin_layout Standard
28599 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28600  Esto requiere cargar el paquete LaTeX 
28601 \series bold
28602 color
28603 \series default
28604
28605 \begin_inset Index
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 LaTeX-paquetes ! color
28610 \end_layout
28611
28612 \end_inset
28613
28614  en el preámbulo del documento con
28615 \end_layout
28616
28617 \begin_layout Standard
28618
28619 \series bold
28620
28621 \backslash
28622 @ifundef\SpecialChar \textcompwordmark{}
28623 ined{textcolor}
28624 \begin_inset Newline newline
28625 \end_inset
28626
28627
28628 \begin_inset ERT
28629 status collapsed
28630
28631 \begin_layout Plain Layout
28632
28633
28634 \backslash
28635 hphantom{ }
28636 \end_layout
28637
28638 \end_inset
28639
28640 {
28641 \backslash
28642 usepackage{color}}{}
28643 \end_layout
28644
28645 \begin_layout Standard
28646 LyX cargará automáticamente el paquete 
28647 \series bold
28648 color
28649 \series default
28650  cuando colorees texto.
28651 \begin_inset Foot
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Para evitar cargarlo dos veces se usa el comando 
28656 \series bold
28657
28658 \backslash
28659 @ifundef\SpecialChar \textcompwordmark{}
28660 ined
28661 \series default
28662 .
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 \begin_inset VSpace medskip
28672 \end_inset
28673
28674 Los cuadros coloreados se crean con el comando 
28675 \series bold
28676
28677 \backslash
28678 colorbox
28679 \series default
28680 , de acuerdo con el siguiente esquema:
28681 \end_layout
28682
28683 \begin_layout Standard
28684
28685 \series bold
28686
28687 \backslash
28688 colorbox{color}{contenido del cuadro}
28689 \end_layout
28690
28691 \begin_layout Standard
28692 El contenido también puede ser un cuadro y los cuadros coloreados también
28693  pueden estar en otros cuadros.
28694 \end_layout
28695
28696 \begin_layout Standard
28697 Los siguientes colores están predefinidos:
28698 \begin_inset Newline newline
28699 \end_inset
28700
28701
28702 \family sans
28703 red
28704 \family default
28705
28706 \family sans
28707 green
28708 \family default
28709
28710 \family sans
28711 yellow, blue
28712 \family default
28713
28714 \family sans
28715 cyan
28716 \family default
28717 \series bold
28718 ,
28719 \series default
28720  
28721 \family sans
28722 magenta, black
28723 \family default
28724
28725 \family sans
28726 white
28727 \family default
28728 .
28729 \begin_inset Newline newline
28730 \end_inset
28731
28732 También puedes definir tus propios colores según se explica en la sección
28733 \begin_inset space ~
28734 \end_inset
28735
28736
28737 \begin_inset CommandInset ref
28738 LatexCommand ref
28739 reference "sec:Tablas-Coloreadas"
28740
28741 \end_inset
28742
28743 .
28744 \end_layout
28745
28746 \begin_layout Standard
28747 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28748 \end_layout
28749
28750 \begin_layout Standard
28751
28752 \series bold
28753
28754 \backslash
28755 colorbox{red}{
28756 \end_layout
28757
28758 \begin_layout Standard
28759 en código TeX antes de la palabra.
28760  Tras la palabra inserta una llave de cierre «
28761 \series bold
28762 }
28763 \series default
28764 » en código TeX.
28765 \begin_inset Newline newline
28766 \end_inset
28767
28768 Este es el resultado:
28769 \end_layout
28770
28771 \begin_layout Standard
28772 Línea en la que la palabra 
28773 \begin_inset ERT
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777
28778
28779 \backslash
28780 colorbox{red}{
28781 \end_layout
28782
28783 \end_inset
28784
28785 «¡Atención!»
28786 \begin_inset ERT
28787 status collapsed
28788
28789 \begin_layout Plain Layout
28790
28791 }
28792 \end_layout
28793
28794 \end_inset
28795
28796  tiene fondo rojo.
28797 \end_layout
28798
28799 \begin_layout Standard
28800 \begin_inset VSpace bigskip
28801 \end_inset
28802
28803 Si quieres un marco de distinto color, puedes emplear el comando 
28804 \series bold
28805
28806 \backslash
28807 fcolorbox
28808 \series default
28809  con el esquema siguiente:
28810 \end_layout
28811
28812 \begin_layout Standard
28813
28814 \series bold
28815
28816 \backslash
28817 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28818 \end_layout
28819
28820 \begin_layout Standard
28821
28822 \series bold
28823
28824 \backslash
28825 fcolorbox
28826 \series default
28827  es una extensión de 
28828 \series bold
28829
28830 \backslash
28831 colorbox
28832 \series default
28833 .
28834  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28835  con las longitudes 
28836 \series bold
28837
28838 \backslash
28839 fboxrule
28840 \series default
28841  y 
28842 \series bold
28843
28844 \backslash
28845 fboxsep
28846 \series default
28847 , respectivamente, como se describe en la sección
28848 \begin_inset space ~
28849 \end_inset
28850
28851
28852 \begin_inset CommandInset ref
28853 LatexCommand ref
28854 reference "sec:Cuadros-Enmarcados"
28855
28856 \end_inset
28857
28858 .
28859 \end_layout
28860
28861 \begin_layout Standard
28862 Para el ejemplo siguiente se ha utilizado el comando
28863 \end_layout
28864
28865 \begin_layout Standard
28866
28867 \series bold
28868
28869 \backslash
28870 fcolorbox{cyan}{magenta}{
28871 \end_layout
28872
28873 \begin_layout Standard
28874 Este es un ejemplo en el que se ha puesto un grosor de 1
28875 \begin_inset space \thinspace{}
28876 \end_inset
28877
28878 mm para la línea del marco:
28879 \begin_inset Newline newline
28880 \end_inset
28881
28882
28883 \begin_inset ERT
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887
28888
28889 \backslash
28890 fboxrule 1mm 
28891 \backslash
28892 fboxsep 1mm
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 fcolorbox{cyan}{magenta}{
28906 \end_layout
28907
28908 \end_inset
28909
28910 Texto en un marco coloreado y enmarcado.
28911 \begin_inset ERT
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915
28916 }
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 \begin_inset VSpace bigskip
28926 \end_inset
28927
28928 Por supuesto también puedes colorear el texto en un marco coloreado:
28929 \begin_inset Newline newline
28930 \end_inset
28931
28932
28933 \begin_inset ERT
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937
28938
28939 \backslash
28940 fcolorbox{cyan}{magenta}{
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \color yellow
28947 Texto coloreado en un marco sombreado y coloreado.
28948 \color none
28949
28950 \begin_inset ERT
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954
28955 }
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \begin_inset ERT
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965
28966
28967 \backslash
28968 fboxrule 0.4pt 
28969 \backslash
28970 fboxsep 3pt
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979
28980 \series bold
28981 \begin_inset VSpace medskip
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \begin_layout Standard
28988 \begin_inset Note Greyedout
28989 status open
28990
28991 \begin_layout Plain Layout
28992
28993 \series bold
28994 Nota:
28995 \series default
28996  El texto en cuadros coloreados no puede tener saltos de línea.
28997  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28998  coloreado como se describe a continuación.
28999 \end_layout
29000
29001 \end_inset
29002
29003
29004 \end_layout
29005
29006 \begin_layout Subsection
29007 Color en párrafos
29008 \begin_inset CommandInset label
29009 LatexCommand label
29010 name "sub:Color-en-Párrafos"
29011
29012 \end_inset
29013
29014
29015 \begin_inset Index
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 Color ! en párrafos
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29029  Antes de la minipágina inserta el comando 
29030 \series bold
29031
29032 \backslash
29033 colorbox
29034 \end_layout
29035
29036 \begin_layout Standard
29037
29038 \series bold
29039
29040 \backslash
29041 colorbox{color}{
29042 \end_layout
29043
29044 \begin_layout Standard
29045 en código TeX.
29046  Detrás de la minipágina inserta una llave de cierre «
29047 \series bold
29048 }
29049 \series default
29050 » en código TeX.
29051 \end_layout
29052
29053 \begin_layout Standard
29054 \begin_inset ERT
29055 status collapsed
29056
29057 \begin_layout Plain Layout
29058
29059
29060 \backslash
29061 colorbox{grisclaro}{
29062 \end_layout
29063
29064 \end_inset
29065
29066
29067 \begin_inset Box Frameless
29068 position "t"
29069 hor_pos "c"
29070 has_inner_box 1
29071 inner_pos "t"
29072 use_parbox 0
29073 width "100col%"
29074 special "none"
29075 height "1in"
29076 height_special "totalheight"
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 Texto con color de fondo.
29081  Texto con color de fondo.
29082 \end_layout
29083
29084 \begin_layout Plain Layout
29085 \begin_inset VSpace defskip
29086 \end_inset
29087
29088 El texto puede tener notas al pie
29089 \begin_inset Foot
29090 status open
29091
29092 \begin_layout Plain Layout
29093 Otro ejemplo de nota
29094 \end_layout
29095
29096 \end_inset
29097
29098  y puede incluir tablas y figuras.
29099 \end_layout
29100
29101 \begin_layout Plain Layout
29102 \align center
29103 \begin_inset Tabular
29104 <lyxtabular version="3" rows="3" columns="3">
29105 <features>
29106 <column alignment="center" valignment="top" width="0">
29107 <column alignment="center" valignment="top" width="0">
29108 <column alignment="center" valignment="top" width="0">
29109 <row>
29110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29111 \begin_inset Text
29112
29113 \begin_layout Plain Layout
29114 a
29115 \end_layout
29116
29117 \end_inset
29118 </cell>
29119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29120 \begin_inset Text
29121
29122 \begin_layout Plain Layout
29123 !
29124 \end_layout
29125
29126 \end_inset
29127 </cell>
29128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132 3
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 </row>
29138 <row>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Plain Layout
29143 <
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29149 \begin_inset Text
29150
29151 \begin_layout Plain Layout
29152 b2
29153 \begin_inset Quotes erd
29154 \end_inset
29155
29156 |
29157 \end_layout
29158
29159 \end_inset
29160 </cell>
29161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29162 \begin_inset Text
29163
29164 \begin_layout Plain Layout
29165 >
29166 \end_layout
29167
29168 \end_inset
29169 </cell>
29170 </row>
29171 <row>
29172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29173 \begin_inset Text
29174
29175 \begin_layout Plain Layout
29176 1
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Plain Layout
29185 §
29186 \end_layout
29187
29188 \end_inset
29189 </cell>
29190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29191 \begin_inset Text
29192
29193 \begin_layout Plain Layout
29194 c
29195 \end_layout
29196
29197 \end_inset
29198 </cell>
29199 </row>
29200 </lyxtabular>
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \end_inset
29208
29209
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215 }
29216 \end_layout
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \begin_layout Section
29224 Cuadros rotados y escalados
29225 \end_layout
29226
29227 \begin_layout Standard
29228 Para poder usar los comandos descritos en esta sección hay que cargar el
29229  paquete LaTeX 
29230 \series bold
29231 graphicx
29232 \series default
29233
29234 \begin_inset Index
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 LaTeX-paquetes ! graphicx
29239 \end_layout
29240
29241 \end_inset
29242
29243  en el preámbulo del documento, con el comando
29244 \end_layout
29245
29246 \begin_layout Standard
29247
29248 \series bold
29249
29250 \backslash
29251 @ifundefined{rotatebox}
29252 \begin_inset Newline newline
29253 \end_inset
29254
29255
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261
29262 \backslash
29263 hphantom{ }
29264 \end_layout
29265
29266 \end_inset
29267
29268 {
29269 \backslash
29270 usepackage{graphicx}}{}
29271 \end_layout
29272
29273 \begin_layout Standard
29274 \begin_inset Note Greyedout
29275 status open
29276
29277 \begin_layout Plain Layout
29278
29279 \series bold
29280 Nota: 
29281 \series default
29282 Algunos visores DVI no pueden mostrar material rotado o escalado.
29283 \end_layout
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Standard
29291 \begin_inset Note Greyedout
29292 status open
29293
29294 \begin_layout Plain Layout
29295
29296 \series bold
29297 Nota:
29298 \series default
29299  Los cuadros rotados o escalados no pueden contener flotantes.
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \begin_layout Subsection
29308 Cuadros rotados
29309 \begin_inset Index
29310 status collapsed
29311
29312 \begin_layout Plain Layout
29313 Cuadros ! Rotar
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \begin_inset Index
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 Material rotado
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \begin_inset Index
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333 Figuras ! Rotar
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \begin_inset Index
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Tablas ! Rotar
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 Para rotar material debes ponerlo en un cuadro rotado.
29353  Los cuadros rotados se crean con el comando 
29354 \series bold
29355
29356 \backslash
29357 rotatebox
29358 \series default
29359  en código TeX, según el esquema:
29360 \end_layout
29361
29362 \begin_layout Standard
29363
29364 \series bold
29365
29366 \backslash
29367 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29368 \end_layout
29369
29370 \begin_layout Standard
29371 El origen de rotación se especifica en la forma 
29372 \series bold
29373 origin=position
29374 \series default
29375 .
29376  Son posibles las posiciones siguientes: 
29377 \emph on
29378 c
29379 \emph default
29380  (center), 
29381 \emph on
29382 l
29383 \emph default
29384  (left), 
29385 \emph on
29386 r
29387 \emph default
29388  (right), 
29389 \emph on
29390 b
29391 \emph default
29392  (bottom), 
29393 \emph on
29394 t
29395 \emph default
29396  (top), así como combinaciones adecuadas de las posiciones básicas.
29397  Por ejemplo, 
29398 \emph on
29399 lt
29400 \emph default
29401  significa que el origen de rotación es la esquina superior izquierda del
29402  cuadro.
29403  Si no se especifica origen de rotación se usará la posición 
29404 \emph on
29405 l
29406 \emph default
29407 .
29408  El ángulo de rotación es un número de grados, y puede ser negativo.
29409  El sentido de giro es contrario al de las agujas del reloj.
29410 \end_layout
29411
29412 \begin_layout Standard
29413 En el siguiente ejemplo se ha insertado el comando 
29414 \series bold
29415
29416 \backslash
29417 rotatebox[origin=c]{60}{ 
29418 \series default
29419 como código TeX delante del texto «con rotación»; después del texto, el
29420  cuadro se ha cerrado con llave de cierre en código TeX.
29421 \end_layout
29422
29423 \begin_layout Standard
29424 Esta línea contiene texto 
29425 \begin_inset ERT
29426 status collapsed
29427
29428 \begin_layout Plain Layout
29429
29430
29431 \backslash
29432 rotatebox[origin=c]{60}{
29433 \end_layout
29434
29435 \end_inset
29436
29437 con rotación
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443 }
29444 \end_layout
29445
29446 \end_inset
29447
29448 .
29449 \end_layout
29450
29451 \begin_layout Standard
29452 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29453  línea:
29454 \end_layout
29455
29456 \begin_layout Standard
29457 En esta línea hay texto enmarcado 
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463
29464 \backslash
29465 rotatebox[origin=r]{-60}{
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \begin_inset Box Doublebox
29472 position "c"
29473 hor_pos "c"
29474 has_inner_box 0
29475 inner_pos "c"
29476 use_parbox 0
29477 width "1in"
29478 special "width"
29479 height "1in"
29480 height_special "totalheight"
29481 status open
29482
29483 \begin_layout Plain Layout
29484 con rotación
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \begin_inset ERT
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494
29495 }
29496 \end_layout
29497
29498 \end_inset
29499
29500  y 
29501 \begin_inset ERT
29502 status collapsed
29503
29504 \begin_layout Plain Layout
29505
29506
29507 \backslash
29508 rotatebox[origin=lb]{60}{
29509 \end_layout
29510
29511 \end_inset
29512
29513
29514 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29515 \end_inset
29516
29517
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523 }
29524 \end_layout
29525
29526 \end_inset
29527
29528  una ecuación.
29529 \end_layout
29530
29531 \begin_layout Standard
29532 O una imagen o una tabla:
29533 \end_layout
29534
29535 \begin_layout Standard
29536 Aquí hay una imagen girada 
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542
29543 \backslash
29544 rotatebox[origin=lb]{90}{
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset Graphics
29551         filename ../clipart/platypus.eps
29552         lyxscale 50
29553         width 25col%
29554
29555 \end_inset
29556
29557
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563 }
29564 \end_layout
29565
29566 \end_inset
29567
29568  y una tabla girada 
29569 \begin_inset ERT
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573
29574
29575 \backslash
29576 rotatebox[origin=l]{-90}{
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \begin_inset Tabular
29583 <lyxtabular version="3" rows="2" columns="2">
29584 <features>
29585 <column alignment="center" valignment="top" width="0">
29586 <column alignment="center" valignment="top" width="0">
29587 <row>
29588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29589 \begin_inset Text
29590
29591 \begin_layout Plain Layout
29592 q
29593 \end_layout
29594
29595 \end_inset
29596 </cell>
29597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29598 \begin_inset Text
29599
29600 \begin_layout Plain Layout
29601 w
29602 \end_layout
29603
29604 \end_inset
29605 </cell>
29606 </row>
29607 <row>
29608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29609 \begin_inset Text
29610
29611 \begin_layout Plain Layout
29612 e
29613 \end_layout
29614
29615 \end_inset
29616 </cell>
29617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29618 \begin_inset Text
29619
29620 \begin_layout Plain Layout
29621 r
29622 \end_layout
29623
29624 \end_inset
29625 </cell>
29626 </row>
29627 </lyxtabular>
29628
29629 \end_inset
29630
29631
29632 \begin_inset ERT
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636
29637 }
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \begin_layout Subsection
29646 Cuadros escalados
29647 \begin_inset Index
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Cuadros ! Escalar
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \begin_inset Index
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Material escalado
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \begin_inset Index
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 Figuras ! Escalar
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \begin_inset Index
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 Tablas ! Escalar
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 Para escalar material se pueden usar los comandos 
29691 \series bold
29692
29693 \backslash
29694 scalebox
29695 \series default
29696  y 
29697 \series bold
29698
29699 \backslash
29700 resizebox 
29701 \series default
29702 en código TeX.
29703 \end_layout
29704
29705 \begin_layout Standard
29706
29707 \series bold
29708
29709 \backslash
29710 scalebox
29711 \series default
29712  se usa con el esquema siguiente:
29713 \end_layout
29714
29715 \begin_layout Standard
29716
29717 \series bold
29718
29719 \backslash
29720 scalebox{horizontal}[vertical]{contenido del cuadro}
29721 \end_layout
29722
29723 \begin_layout Standard
29724 Horizontal y vertical son los factores de escala correspondientes.
29725  Si no se especifica factor vertical, su valor será el mismo que el factor
29726  de escala horizontal.
29727  
29728 \end_layout
29729
29730 \begin_layout Standard
29731 Por ejemplo, el comando 
29732 \series bold
29733
29734 \backslash
29735 scalebox{2}{Hola} 
29736 \series default
29737 crea un 
29738 \begin_inset ERT
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742
29743
29744 \backslash
29745 scalebox{2}{
29746 \end_layout
29747
29748 \end_inset
29749
29750 Hola
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 }
29757 \end_layout
29758
29759 \end_inset
29760
29761  de doble tamaño que el texto normal del documento.
29762 \end_layout
29763
29764 \begin_layout Standard
29765 El comando 
29766 \series bold
29767
29768 \backslash
29769 scalebox{2}[1]{Hola} 
29770 \series default
29771 distorsiona el 
29772 \begin_inset ERT
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776
29777
29778 \backslash
29779 scalebox{2}[1]{
29780 \end_layout
29781
29782 \end_inset
29783
29784 Hola
29785 \begin_inset ERT
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790 }
29791 \end_layout
29792
29793 \end_inset
29794
29795 .
29796 \end_layout
29797
29798 \begin_layout Standard
29799 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29800  Por eso el comando 
29801 \series bold
29802
29803 \backslash
29804 scalebox{-1}[1]{Hola} 
29805 \series default
29806 puede usarse para reflejar un texto: 
29807 \begin_inset ERT
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811
29812
29813 \backslash
29814 scalebox{-1}[1]{
29815 \end_layout
29816
29817 \end_inset
29818
29819 Hola
29820 \begin_inset ERT
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824
29825 }
29826 \end_layout
29827
29828 \end_inset
29829
29830 .
29831 \end_layout
29832
29833 \begin_layout Standard
29834
29835 \series bold
29836
29837 \backslash
29838 scalebox{1}[-1]{Hola} 
29839 \series default
29840 refleja el 
29841 \begin_inset ERT
29842 status collapsed
29843
29844 \begin_layout Plain Layout
29845
29846
29847 \backslash
29848 scalebox{1}[-1]{
29849 \end_layout
29850
29851 \end_inset
29852
29853 Hola
29854 \begin_inset ERT
29855 status collapsed
29856
29857 \begin_layout Plain Layout
29858
29859 }
29860 \end_layout
29861
29862 \end_inset
29863
29864  sobre la base.
29865 \end_layout
29866
29867 \begin_layout Standard
29868 El comando 
29869 \series bold
29870
29871 \backslash
29872 scalebox{-1}[1]{contenido del cuadro} 
29873 \series default
29874 puede sustituirse por 
29875 \series bold
29876
29877 \begin_inset Newline newline
29878 \end_inset
29879
29880
29881 \backslash
29882 reflectbox{contenido del cuadro}
29883 \begin_inset VSpace defskip
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 El comando 
29891 \series bold
29892
29893 \backslash
29894 resizebox
29895 \series default
29896  sirve para escalar el cuadro a una altura y anchura definidas, según el
29897  esquema:
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 resizebox{anchura}{altura}{contenido del cuadro}
29906 \end_layout
29907
29908 \begin_layout Standard
29909 Si uno de los argumentos del comando es un signo de exclamación, 
29910 \series bold
29911 !
29912 \series default
29913 , la escala se produce de forma que se mantiene la relación de las dimensiones
29914  originales del contenido del cuadro.
29915  
29916 \end_layout
29917
29918 \begin_layout Standard
29919 El comando 
29920 \series bold
29921
29922 \backslash
29923 resizebox{2cm}{1cm}{Hola}
29924 \series default
29925  genera: 
29926 \begin_inset ERT
29927 status collapsed
29928
29929 \begin_layout Plain Layout
29930
29931
29932 \backslash
29933 resizebox{2cm}{1cm}{
29934 \end_layout
29935
29936 \end_inset
29937
29938 Hola
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944 }
29945 \end_layout
29946
29947 \end_inset
29948
29949
29950 \begin_inset Newline newline
29951 \end_inset
29952
29953 El comando 
29954 \series bold
29955
29956 \backslash
29957 resizebox{2cm}{!}{Hola}
29958 \series default
29959  genera: 
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 resizebox{2cm}{!}{
29968 \end_layout
29969
29970 \end_inset
29971
29972 Hola
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978 }
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset VSpace defskip
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Standard
29994 \begin_inset Note Greyedout
29995 status open
29996
29997 \begin_layout Plain Layout
29998
29999 \series bold
30000 Nota: 
30001 \series default
30002 Si los argumentos de 
30003 \series bold
30004
30005 \backslash
30006 scalebox
30007 \series default
30008  o 
30009 \series bold
30010
30011 \backslash
30012 resizebox
30013 \series default
30014  son cero, no se generan errores de LaTeX al exportar el documento, pero
30015  puede suceder que la salida no se muestre o que sea incompleta.
30016  
30017 \end_layout
30018
30019 \end_inset
30020
30021
30022 \begin_inset VSpace defskip
30023 \end_inset
30024
30025
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Los cuadros se pueden combinar en cualquier orden.
30030  Por ejemplo, el comando
30031 \series bold
30032
30033 \begin_inset Newline newline
30034 \end_inset
30035
30036
30037 \backslash
30038 rotatebox[origin=c]{-45}{
30039 \backslash
30040 resizebox{2cm}{!}{
30041 \backslash
30042 reflectbox{Hola}}}
30043 \begin_inset Newline newline
30044 \end_inset
30045
30046
30047 \series default
30048 genera:
30049 \end_layout
30050
30051 \begin_layout Standard
30052 \noindent
30053 \align center
30054 \begin_inset ERT
30055 status collapsed
30056
30057 \begin_layout Plain Layout
30058
30059
30060 \backslash
30061 rotatebox[origin=c]{-45}{
30062 \backslash
30063 resizebox{2cm}{!}{
30064 \backslash
30065 reflectbox{
30066 \end_layout
30067
30068 \end_inset
30069
30070 Hola
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 \end_layout
30083
30084 \begin_layout Standard
30085 \noindent
30086 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30087 \end_layout
30088
30089 \begin_layout Standard
30090 \noindent
30091
30092 \end_layout
30093
30094 \begin_layout Standard
30095 \align center
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101
30102 \backslash
30103 rotatebox[origin=c]{-30}{
30104 \backslash
30105 resizebox{2cm}{!}{
30106 \backslash
30107 reflectbox{
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \begin_inset Graphics
30114         filename ../clipart/platypus.eps
30115         lyxscale 50
30116         width 25col%
30117
30118 \end_inset
30119
30120
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126 }}}
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \begin_inset ERT
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136
30137
30138 \backslash
30139 rotatebox[origin=c]{-45}{
30140 \backslash
30141 resizebox{2cm}{!}{
30142 \backslash
30143 reflectbox{
30144 \end_layout
30145
30146 \end_inset
30147
30148
30149 \begin_inset Tabular
30150 <lyxtabular version="3" rows="2" columns="2">
30151 <features>
30152 <column alignment="center" valignment="top" width="0">
30153 <column alignment="center" valignment="top" width="0">
30154 <row>
30155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30156 \begin_inset Text
30157
30158 \begin_layout Plain Layout
30159 q
30160 \end_layout
30161
30162 \end_inset
30163 </cell>
30164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30165 \begin_inset Text
30166
30167 \begin_layout Plain Layout
30168 w
30169 \end_layout
30170
30171 \end_inset
30172 </cell>
30173 </row>
30174 <row>
30175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179 e
30180 \end_layout
30181
30182 \end_inset
30183 </cell>
30184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30185 \begin_inset Text
30186
30187 \begin_layout Plain Layout
30188 r
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 </row>
30194 </lyxtabular>
30195
30196 \end_inset
30197
30198
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204 }}}
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \begin_inset ERT
30211 status collapsed
30212
30213 \begin_layout Plain Layout
30214
30215
30216 \backslash
30217 rotatebox[origin=c]{-45}{
30218 \backslash
30219 resizebox{2cm}{!}{
30220 \backslash
30221 reflectbox{
30222 \end_layout
30223
30224 \end_inset
30225
30226
30227 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30228 \end_inset
30229
30230
30231 \begin_inset ERT
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235
30236 }}}
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 Si se usa el estilo global 
30246 \series bold
30247 fleqn
30248 \series default
30249  para las ecuaciones del documento,
30250 \begin_inset Foot
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254 Si «fleqn» se añade a las opciones de clase del documento.
30255 \end_layout
30256
30257 \end_inset
30258
30259  también pueden escalarse las ecuaciones en estilo presentación.
30260 \end_layout
30261
30262 \begin_layout Chapter
30263 Archivo
30264 \begin_inset Index
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268 Archivo, insertar
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \end_layout
30275
30276 \begin_layout Standard
30277 Con el menú 
30278 \family sans
30279 Insertar\SpecialChar \menuseparator
30280 Archivo 
30281 \family default
30282 se pueden insertar archivos externos en un documento.
30283  Estos pueden ser:
30284 \end_layout
30285
30286 \begin_layout Description
30287 Documento
30288 \begin_inset space ~
30289 \end_inset
30290
30291 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30292 \end_layout
30293
30294 \begin_layout Description
30295 Texto
30296 \begin_inset space ~
30297 \end_inset
30298
30299 simple
30300 \begin_inset space ~
30301 \end_inset
30302
30303 como
30304 \begin_inset space ~
30305 \end_inset
30306
30307 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30308  como un nuevo párrafo.
30309 \end_layout
30310
30311 \begin_layout Description
30312 Texto
30313 \begin_inset space ~
30314 \end_inset
30315
30316 simple
30317 \begin_inset space ~
30318 \end_inset
30319
30320 como
30321 \begin_inset space ~
30322 \end_inset
30323
30324 párrafos Un documento de texto; cada línea del texto se inserta tal como
30325  está, formando un solo párrafo.
30326  Las líneas vacías generan un nuevo párrafo en tu documento.
30327 \end_layout
30328
30329 \begin_layout Description
30330 Material
30331 \begin_inset space ~
30332 \end_inset
30333
30334 externo Archivos en diversos formatos.
30335 \end_layout
30336
30337 \begin_layout Description
30338 Documento
30339 \begin_inset space ~
30340 \end_inset
30341
30342 hijo Documentos LyX, LaTeX o texto simple.
30343 \end_layout
30344
30345 \begin_layout Section
30346 Material externo
30347 \begin_inset Index
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351 Material externo
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Esta característica te permite insertar archivos en tu documento sin convertirlo
30361 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30362  las necesarias conversiones.
30363  Esto es parecido a la inserción de imágenes en diversos formatos en los
30364  documentos LyX.
30365 \end_layout
30366
30367 \begin_layout Standard
30368 El material externo se puede insertar mediante el diálogo que surge a partir
30369  del menú 
30370 \family sans
30371 Insertar\SpecialChar \menuseparator
30372 Archivo\SpecialChar \menuseparator
30373 Material
30374 \begin_inset space ~
30375 \end_inset
30376
30377 externo
30378 \family default
30379 .
30380  Actualmente se permiten los siguientes tipos de archivo (
30381 \family sans
30382 Plantillas
30383 \family default
30384 ):
30385 \end_layout
30386
30387 \begin_layout Description
30388 Diagrama
30389 \begin_inset space ~
30390 \end_inset
30391
30392 de
30393 \begin_inset space ~
30394 \end_inset
30395
30396 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30397  con el programa 
30398 \series bold
30399
30400 \begin_inset CommandInset href
30401 LatexCommand href
30402 name "XBoard"
30403 target "http://en.wikipedia.org/wiki/XBoard"
30404
30405 \end_inset
30406
30407
30408 \series default
30409 .
30410 \end_layout
30411
30412 \begin_layout Description
30413 Fecha Esta inserta la fecha en el formato 
30414 \emph on
30415 Día-Mes-Año.
30416
30417 \emph default
30418  A continuación hay una fecha insertada como material externo: 
30419 \begin_inset External
30420         template Date
30421         filename ...
30422
30423 \end_inset
30424
30425
30426 \lang english
30427
30428 \begin_inset space ~
30429 \end_inset
30430
30431
30432 \begin_inset Note Note
30433 status open
30434
30435 \begin_layout Plain Layout
30436
30437 \lang english
30438 Remove the protected space when bug 4398 is fixed!
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \lang spanish
30445
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449 La fecha no se muestra en LyX, sólo en la salida.
30450  Hay otros dos métodos de insertar una fecha, con el menú 
30451 \family sans
30452 Insertar\SpecialChar \menuseparator
30453 Fecha
30454 \family default
30455  y con el comando LaTeX 
30456 \series bold
30457
30458 \backslash
30459 today
30460 \series default
30461  en código TeX.
30462  Los distintos métodos se comparan en la tabla
30463 \begin_inset space ~
30464 \end_inset
30465
30466
30467 \begin_inset CommandInset ref
30468 LatexCommand ref
30469 reference "tab:Comparación-de"
30470
30471 \end_inset
30472
30473 .
30474 \end_layout
30475
30476 \begin_layout Description
30477 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30478 \begin_inset Newline linebreak
30479 \end_inset
30480
30481
30482 \series bold
30483
30484 \begin_inset CommandInset href
30485 LatexCommand href
30486 name "LilyPond"
30487 target "http://en.wikipedia.org/wiki/LilyPond"
30488
30489 \end_inset
30490
30491
30492 \series default
30493 .
30494 \end_layout
30495
30496 \begin_layout Description
30497 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30498  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30499  la opción 
30500 \emph on
30501 pages
30502 \emph default
30503  en el campo 
30504 \family sans
30505 Opción
30506 \family default
30507  de la pestaña 
30508 \family sans
30509 Opciones de LaTeX y LyX
30510 \family default
30511 , según la descripción de la plantilla en el diálogo.
30512  Si no se usa la opción 
30513 \emph on
30514 pages
30515 \emph default
30516 , sólo se inserta la primera página del PDF.
30517 \end_layout
30518
30519 \begin_layout Description
30520 RasterImage Sirve para insertar imágenes bitmap.
30521  Casi todos los formatos populares de imágenes están soportados.
30522  Las imágenes se pueden tratar en el diálogo 
30523 \family sans
30524 Material Externo
30525 \family default
30526  como las que habitualmente se incluyen mediante el diálogo 
30527 \family sans
30528 Gráficos
30529 \family default
30530 , tal como se explica en la sección
30531 \begin_inset space ~
30532 \end_inset
30533
30534
30535 \begin_inset CommandInset ref
30536 LatexCommand ref
30537 reference "sec:Diálogo-Gráficos"
30538
30539 \end_inset
30540
30541 .
30542  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30543  PDF y EPS no están soportadas.
30544 \end_layout
30545
30546 \begin_layout Description
30547 XFig Esta plantilla soporta imágenes creadas con el programa 
30548 \series bold
30549
30550 \begin_inset CommandInset href
30551 LatexCommand href
30552 name "Xfig"
30553 target "http://en.wikipedia.org/wiki/Xfig"
30554
30555 \end_inset
30556
30557
30558 \series default
30559 .
30560 \end_layout
30561
30562 \begin_layout Standard
30563 \begin_inset Float table
30564 placement h
30565 wide false
30566 sideways false
30567 status open
30568
30569 \begin_layout Plain Layout
30570 \begin_inset Caption
30571
30572 \begin_layout Plain Layout
30573 \begin_inset CommandInset label
30574 LatexCommand label
30575 name "tab:Comparación-de"
30576
30577 \end_inset
30578
30579 Comparación de los métodos de inserción de fecha.
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \end_layout
30586
30587 \begin_layout Plain Layout
30588 \align center
30589 \begin_inset Tabular
30590 <lyxtabular version="3" rows="4" columns="4">
30591 <features>
30592 <column alignment="center" valignment="top" width="0">
30593 <column alignment="center" valignment="top" width="0">
30594 <column alignment="center" valignment="top" width="0">
30595 <column alignment="center" valignment="top" width="0">
30596 <row>
30597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30598 \begin_inset Text
30599
30600 \begin_layout Plain Layout
30601 Documento
30602 \end_layout
30603
30604 \end_inset
30605 </cell>
30606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30607 \begin_inset Text
30608
30609 \begin_layout Plain Layout
30610
30611 \family sans
30612 Material externo\SpecialChar \menuseparator
30613 Fecha
30614 \end_layout
30615
30616 \end_inset
30617 </cell>
30618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30619 \begin_inset Text
30620
30621 \begin_layout Plain Layout
30622
30623 \family sans
30624 Insertar\SpecialChar \menuseparator
30625 Fecha
30626 \end_layout
30627
30628 \end_inset
30629 </cell>
30630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30631 \begin_inset Text
30632
30633 \begin_layout Plain Layout
30634 comando 
30635 \series bold
30636
30637 \backslash
30638 today
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 </row>
30644 <row>
30645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30646 \begin_inset Text
30647
30648 \begin_layout Plain Layout
30649 LyX
30650 \end_layout
30651
30652 \end_inset
30653 </cell>
30654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30655 \begin_inset Text
30656
30657 \begin_layout Plain Layout
30658 como cuadro
30659 \end_layout
30660
30661 \end_inset
30662 </cell>
30663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30664 \begin_inset Text
30665
30666 \begin_layout Plain Layout
30667 como fecha
30668 \end_layout
30669
30670 \end_inset
30671 </cell>
30672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30673 \begin_inset Text
30674
30675 \begin_layout Plain Layout
30676 como cuadro código TeX
30677 \end_layout
30678
30679 \end_inset
30680 </cell>
30681 </row>
30682 <row>
30683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30684 \begin_inset Text
30685
30686 \begin_layout Plain Layout
30687 LaTeX
30688 \end_layout
30689
30690 \end_inset
30691 </cell>
30692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30693 \begin_inset Text
30694
30695 \begin_layout Plain Layout
30696 como fecha
30697 \end_layout
30698
30699 \end_inset
30700 </cell>
30701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30702 \begin_inset Text
30703
30704 \begin_layout Plain Layout
30705 como fecha
30706 \end_layout
30707
30708 \end_inset
30709 </cell>
30710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30711 \begin_inset Text
30712
30713 \begin_layout Plain Layout
30714 como comando
30715 \end_layout
30716
30717 \end_inset
30718 </cell>
30719 </row>
30720 <row>
30721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30722 \begin_inset Text
30723
30724 \begin_layout Plain Layout
30725 DVI, PDF, PS
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 como fecha
30735 \end_layout
30736
30737 \end_inset
30738 </cell>
30739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30740 \begin_inset Text
30741
30742 \begin_layout Plain Layout
30743 como fecha
30744 \end_layout
30745
30746 \end_inset
30747 </cell>
30748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30749 \begin_inset Text
30750
30751 \begin_layout Plain Layout
30752 como fecha
30753 \end_layout
30754
30755 \end_inset
30756 </cell>
30757 </row>
30758 </lyxtabular>
30759
30760 \end_inset
30761
30762
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 Si utilizas la opción 
30772 \family sans
30773 Borrador
30774 \family default
30775  en la solapa 
30776 \family sans
30777 Archivo
30778 \family default
30779  del diálogo 
30780 \family sans
30781 Material Externo
30782 \family default
30783 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30784 \family sans
30785
30786 \begin_inset Newline newline
30787 \end_inset
30788
30789
30790 \family default
30791 El material externo se muestra en LyX como un cuadro del tipo:
30792 \family sans
30793  
30794 \family default
30795
30796 \begin_inset Graphics
30797         filename clipart/MaterialExternoQt4.png
30798         scale 80
30799
30800 \end_inset
30801
30802  o como imagen, dependiendo de si se marca la opción 
30803 \family sans
30804 Mostrar en LyX 
30805 \family default
30806 de la pestaña 
30807 \family sans
30808 Opciones de LaTeX y LyX
30809 \family default
30810  del diálogo
30811 \family sans
30812 .
30813 \end_layout
30814
30815 \begin_layout Standard
30816 En el manual 
30817 \emph on
30818 Personalización
30819 \emph default
30820  se explica cómo definir tus propias plantillas.
30821 \end_layout
30822
30823 \begin_layout Section
30824 Documento hijo
30825 \begin_inset CommandInset label
30826 LatexCommand label
30827 name "sec:Documento-Hijo"
30828
30829 \end_inset
30830
30831
30832 \begin_inset Index
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836 Documento hijo
30837 \end_layout
30838
30839 \end_inset
30840
30841
30842 \end_layout
30843
30844 \begin_layout Standard
30845 Los documentos hijos se emplean en el caso de tener un documento extenso
30846  compuesto por varias partes o secciones más grandes.
30847  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30848  en varios archivos que pueden ser revisados por separado.
30849  Estos archivos se conocen como documentos hijos, y el llamado documento
30850  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30851  
30852 \end_layout
30853
30854 \begin_layout Standard
30855 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30856  cuadros del tipo: 
30857 \begin_inset Graphics
30858         filename clipart/DocumentoHijoQt4.png
30859         scale 80
30860
30861 \end_inset
30862
30863 .
30864  Para incluir documentos hijos en un documento maestro utiliza el menú 
30865 \family sans
30866 Insertar
30867 \family default
30868 \SpecialChar \menuseparator
30869
30870 \family sans
30871 Archivo
30872 \family default
30873 \SpecialChar \menuseparator
30874
30875 \family sans
30876 Documento
30877 \begin_inset space ~
30878 \end_inset
30879
30880 hijo
30881 \family default
30882 .
30883  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30884 \end_layout
30885
30886 \begin_layout Description
30887 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30888  Al pulsar el botón 
30889 \family sans
30890 Cargar
30891 \family default
30892  en el diálogo 
30893 \family sans
30894 Documento hijo
30895 \family default
30896 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30897  la ventana de LyX y así puedes modificarlos si quieres.
30898 \end_layout
30899
30900 \begin_layout Standard
30901 Aquí hay un archivo insertado con el método 
30902 \family sans
30903 Incluir
30904 \family default
30905
30906 \begin_inset CommandInset include
30907 LatexCommand include
30908 filename "DocumentoPostizo1.lyx"
30909
30910 \end_inset
30911
30912
30913 \end_layout
30914
30915 \begin_layout Standard
30916 La numeración de secciones tiene en cuenta las secciones de los archivos
30917  incluidos en el orden en que están insertados en el documento maestro.
30918  El documento incluido de ejemplo tiene una subsección que se numera como
30919  subsección de la presente sección.
30920  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30921 \begin_inset space ~
30922 \end_inset
30923
30924
30925 \begin_inset CommandInset ref
30926 LatexCommand ref
30927 reference "sub:Subsección-Externa-1"
30928
30929 \end_inset
30930
30931 .
30932 \end_layout
30933
30934 \begin_layout Standard
30935 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30936  del documento maestro.
30937  Los documentos incluidos se insertan comenzando una página nueva y acabando
30938  con un salto de página.
30939 \end_layout
30940
30941 \begin_layout Standard
30942 Con el comando LaTeX 
30943 \series bold
30944
30945 \backslash
30946 includeonly
30947 \series default
30948  puedes determinar qué documentos hijos serán procesados al generar la salida.
30949  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30950  un extenso documento y quieres ahorrar tiempo de compilación.
30951  
30952 \series bold
30953
30954 \backslash
30955 includeonly 
30956 \series default
30957 se inserta en el preámbulo del documento maestro, poniendo como argumento
30958  una lista de los nombres de archivo separados con comas, p.
30959 \begin_inset space \thinspace{}
30960 \end_inset
30961
30962 e.
30963  la orden:
30964 \end_layout
30965
30966 \begin_layout Standard
30967
30968 \series bold
30969
30970 \backslash
30971 includeonly{capítulo1,capítulo5}
30972 \end_layout
30973
30974 \begin_layout Standard
30975 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30976 » (o «capítulo1.tex») y «capítulo5.lyx».
30977 \end_layout
30978
30979 \begin_layout Standard
30980 \begin_inset Note Greyedout
30981 status open
30982
30983 \begin_layout Plain Layout
30984
30985 \series bold
30986 Nota:
30987 \series default
30988  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30989  a la del documento maestro, recibirás una advertencia al exportar/ver el
30990  documento, ya que esto podría dar resultados inesperados.
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Description
30999 Entrada Este método es muy parecido al método 
31000 \family sans
31001 Incluir
31002 \family default
31003 .
31004  Las diferencias son:
31005 \end_layout
31006
31007 \begin_deeper
31008 \begin_layout Itemize
31009 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31010  un salto de página.
31011 \end_layout
31012
31013 \begin_layout Itemize
31014 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31015 \family sans
31016 Vista
31017 \begin_inset space ~
31018 \end_inset
31019
31020 preliminar
31021 \begin_inset space ~
31022 \end_inset
31023
31024 inmediata 
31025 \family default
31026 está activada en el diálogo 
31027 \family sans
31028 Herramientas\SpecialChar \menuseparator
31029 Preferencias
31030 \family default
31031 , apartado 
31032 \family sans
31033 Apariencia\SpecialChar \menuseparator
31034 Gráficos
31035 \family default
31036 .
31037 \end_layout
31038
31039 \begin_layout Itemize
31040 No se puede utilizar el comando LaTeX 
31041 \series bold
31042
31043 \backslash
31044 includeonly
31045 \series default
31046 .
31047 \end_layout
31048
31049 \end_deeper
31050 \begin_layout Standard
31051 Aquí hay un documento hijo insertado con el método 
31052 \family sans
31053 Entrada
31054 \family default
31055 :
31056 \end_layout
31057
31058 \begin_layout Standard
31059 \begin_inset CommandInset include
31060 LatexCommand input
31061 filename "DocumentoPostizo2.lyx"
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Description
31069 Literal Con este método se puede incluir todo archivo de texto.
31070  El archivo aparece en la salida con su código fuente, y si contiene comandos
31071  no se ejecutan.
31072  Con la opción 
31073 \family sans
31074 Marcar espacios en la salida
31075 \family default
31076  cada espacio en el código fuente se muestra en la salida con el carácter
31077  «
31078 \begin_inset ERT
31079 status collapsed
31080
31081 \begin_layout Plain Layout
31082
31083
31084 \backslash
31085 textvisiblespace
31086 \end_layout
31087
31088 \end_inset
31089
31090 ».
31091  La diferencia con el método de inserción mediante el menú 
31092 \family sans
31093 Insertar
31094 \family default
31095 \SpecialChar \menuseparator
31096
31097 \family sans
31098 Archivo
31099 \family default
31100 \SpecialChar \menuseparator
31101
31102 \family sans
31103 Texto
31104 \begin_inset space ~
31105 \end_inset
31106
31107 simple
31108 \family default
31109  es que en este caso el contenido del archivo se ve en LyX, mientras que
31110  en modo 
31111 \family sans
31112 Literal 
31113 \family default
31114 no se muestra el contenido, sino un recuadro con el nombre.
31115
31116 \family sans
31117  
31118 \end_layout
31119
31120 \begin_layout Standard
31121 Aquí se inserta un documento hijo en modo Literal:
31122 \begin_inset CommandInset include
31123 LatexCommand verbatiminput
31124 filename "DocumentoTextoPostizo.txt"
31125
31126 \end_inset
31127
31128
31129 \begin_inset VSpace bigskip
31130 \end_inset
31131
31132
31133 \end_layout
31134
31135 \begin_layout Standard
31136 Aquí se inserta un documento hijo en modo Literal con la opción 
31137 \family sans
31138 Marcar espacios en la salida
31139 \family default
31140 :
31141 \begin_inset CommandInset include
31142 LatexCommand verbatiminput*
31143 filename "DocumentoTextoPostizo.txt"
31144
31145 \end_inset
31146
31147
31148 \begin_inset VSpace bigskip
31149 \end_inset
31150
31151
31152 \end_layout
31153
31154 \begin_layout Standard
31155 \begin_inset Note Greyedout
31156 status open
31157
31158 \begin_layout Plain Layout
31159
31160 \series bold
31161 Nota:
31162 \series default
31163  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31164  incluidos en modo 
31165 \family sans
31166 literal
31167 \family default
31168  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31169  archivo de texto.
31170 \end_layout
31171
31172 \end_inset
31173
31174
31175 \end_layout
31176
31177 \begin_layout Description
31178 Listado
31179 \begin_inset space ~
31180 \end_inset
31181
31182 de
31183 \begin_inset space ~
31184 \end_inset
31185
31186 programa Este tipo se describe en el capítulo
31187 \begin_inset space ~
31188 \end_inset
31189
31190
31191 \begin_inset CommandInset ref
31192 LatexCommand ref
31193 reference "cha:Listado-de-programa"
31194
31195 \end_inset
31196
31197 .
31198 \end_layout
31199
31200 \begin_layout Standard
31201 \begin_inset Note Greyedout
31202 status open
31203
31204 \begin_layout Plain Layout
31205
31206 \series bold
31207 Nota:
31208 \series default
31209  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31210  problemas en LaTeX.
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \end_layout
31217
31218 \begin_layout Chapter
31219 Listado de programa
31220 \begin_inset CommandInset label
31221 LatexCommand label
31222 name "cha:Listado-de-programa"
31223
31224 \end_inset
31225
31226
31227 \begin_inset Index
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231 Listado de programa
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \begin_inset Index
31238 status collapsed
31239
31240 \begin_layout Plain Layout
31241 Código de programa
31242 \end_layout
31243
31244 \end_inset
31245
31246
31247 \begin_inset Index
31248 status collapsed
31249
31250 \begin_layout Plain Layout
31251 Flotantes ! Listado de programa
31252 \end_layout
31253
31254 \end_inset
31255
31256
31257 \end_layout
31258
31259 \begin_layout Standard
31260 Para incluir y tipografiar código de programación puedes usar la opción
31261  de menú disponible en 
31262 \family sans
31263 Insertar\SpecialChar \menuseparator
31264 Listado
31265 \begin_inset space ~
31266 \end_inset
31267
31268 de
31269 \begin_inset space ~
31270 \end_inset
31271
31272 programa.
31273  
31274 \family default
31275 El paquete LaTeX 
31276 \series bold
31277 listings
31278 \series default
31279
31280 \begin_inset Index
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284 LaTeX-paquetes ! listings
31285 \end_layout
31286
31287 \end_inset
31288
31289  provee un mecanismo potente y flexible para insertar código fuente en tu
31290  documento.
31291 \end_layout
31292
31293 \begin_layout Standard
31294 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31295  en el que puedes establecer el formato del mismo.
31296 \end_layout
31297
31298 \begin_layout Standard
31299 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31300  La opción de ubicación 
31301 \family sans
31302 Listado
31303 \begin_inset space ~
31304 \end_inset
31305
31306 insertado
31307 \family default
31308  lo imprime en la línea, como este ejemplo: 
31309 \begin_inset listings
31310 lstparams "language={C++}"
31311 inline true
31312 status open
31313
31314 \begin_layout Plain Layout
31315
31316 int a=5;
31317 \end_layout
31318
31319 \end_inset
31320
31321
31322 \family sans
31323
31324 \begin_inset Newline newline
31325 \end_inset
31326
31327
31328 \family default
31329 La opción 
31330 \family sans
31331 Flotante
31332 \family default
31333  crea un listado flotante cuya colocación se puede especificar mediante
31334  las opciones «
31335 \family sans
31336 h
31337 \family default
31338 », «
31339 \family sans
31340 t
31341 \family default
31342 », «
31343 \family sans
31344 b
31345 \family default
31346 » y «
31347 \family sans
31348 p
31349 \family default
31350 », correspondientes a las opciones de colocación de flotantes descritas
31351  en la sección
31352 \family sans
31353
31354 \begin_inset space ~
31355 \end_inset
31356
31357
31358 \begin_inset CommandInset ref
31359 LatexCommand ref
31360 reference "sec:Colocación-de-Flotantes"
31361
31362 \end_inset
31363
31364
31365 \family default
31366 .
31367  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31368  p.
31369 \family sans
31370
31371 \begin_inset space \thinspace{}
31372 \end_inset
31373
31374
31375 \family default
31376 e.
31377 \begin_inset space ~
31378 \end_inset
31379
31380 «
31381 \family sans
31382 htbp
31383 \family default
31384 ».
31385  La opción «
31386 \family sans
31387 h
31388 \family default
31389 » a veces no tiene efecto, pero no necesitas usar la opción 
31390 \family sans
31391 Flotante
31392 \family default
31393  en ese caso puesto que los listados de programa no flotantes también pueden
31394  tener leyendas y ser referenciadas.
31395 \end_layout
31396
31397 \begin_layout Standard
31398 Se puede añadir una leyenda a un listado de programa con el menú 
31399 \family sans
31400 Insertar\SpecialChar \menuseparator
31401 Leyenda
31402 \family default
31403
31404 \begin_inset Foot
31405 status open
31406
31407 \begin_layout Plain Layout
31408 Para traducir la etiqueta 
31409 \begin_inset Quotes eld
31410 \end_inset
31411
31412 Listado
31413 \begin_inset Quotes erd
31414 \end_inset
31415
31416  de la leyenda, se añade al preámbulo del documento el comando 
31417 \series bold
31418
31419 \backslash
31420 renewcommand{
31421 \backslash
31422 lstlistingname}{Listado}
31423 \series default
31424 .
31425  (
31426 \emph on
31427 N.
31428 \begin_inset space \thinspace{}
31429 \end_inset
31430
31431 del t.
31432 \emph default
31433 )
31434 \end_layout
31435
31436 \end_inset
31437
31438 .
31439  Los listados de programa se pueden referenciar como los flotantes: Listado
31440 \begin_inset space ~
31441 \end_inset
31442
31443
31444 \begin_inset CommandInset ref
31445 LatexCommand ref
31446 reference "lst:Ejemplo-de-listado-de-programa"
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 \begin_inset listings
31455 lstparams "language=Python"
31456 inline false
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461 \begin_inset Caption
31462
31463 \begin_layout Plain Layout
31464 \begin_inset CommandInset label
31465 LatexCommand label
31466 name "lst:Ejemplo-de-listado-de-programa"
31467
31468 \end_inset
31469
31470 Ejemplo de listado de programa flotante
31471 \end_layout
31472
31473 \end_inset
31474
31475 # Ejemplo de listado flotante
31476 \end_layout
31477
31478 \begin_layout Plain Layout
31479
31480 def func(param):
31481 \end_layout
31482
31483 \begin_layout Plain Layout
31484
31485     'this is a python function'
31486 \end_layout
31487
31488 \begin_layout Plain Layout
31489
31490     pass
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31500  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31501  y tipografiadas de manera especial en la salida.
31502  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31503  negrita.
31504 \end_layout
31505
31506 \begin_layout Standard
31507 \begin_inset Note Greyedout
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511
31512 \series bold
31513 Nota:
31514 \series default
31515  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31516  debe probablemente a que dicha fuente no suministra negritas.
31517  En este caso selecciona una fuente distinta en el menú 
31518 \family sans
31519 Documento
31520 \family default
31521 \SpecialChar \menuseparator
31522
31523 \family sans
31524 Configuración
31525 \family default
31526 \SpecialChar \menuseparator
31527
31528 \family sans
31529 Fuentes.
31530  
31531 \family default
31532 (Las fuentes 
31533 \emph on
31534 LuxiMono, BeraMono
31535 \emph default
31536  y 
31537 \emph on
31538 Courier 
31539 \emph default
31540 suministran negritas.)
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Standard
31549 En la sección 
31550 \family sans
31551 Numeración
31552 \begin_inset space ~
31553 \end_inset
31554
31555 de
31556 \begin_inset space ~
31557 \end_inset
31558
31559 líneas
31560 \family default
31561  del diálogo puedes elegir el estilo de numeración de las líneas.
31562  En el campo 
31563 \family sans
31564 Paso 
31565 \family default
31566 puedes insertar un número para determinar qué líneas se numeran.
31567  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31568  
31569 \end_layout
31570
31571 \begin_layout Standard
31572 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31573  en la salida.
31574  La opción 
31575 \family sans
31576 Tabla
31577 \begin_inset space ~
31578 \end_inset
31579
31580 de
31581 \begin_inset space ~
31582 \end_inset
31583
31584 caracteres
31585 \begin_inset space ~
31586 \end_inset
31587
31588 extendida
31589 \family default
31590  debería emplearse si se usan en el código caracteres nacionales como la
31591  diéresis alemana.
31592 \begin_inset Newline newline
31593 \end_inset
31594
31595 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31596  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31597  y «Espacio como símbolo», rango de líneas 3-8:
31598 \begin_inset listings
31599 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31600 inline false
31601 status collapsed
31602
31603 \begin_layout Plain Layout
31604
31605 def func(param):
31606 \end_layout
31607
31608 \begin_layout Plain Layout
31609
31610     'this is a python function'
31611 \end_layout
31612
31613 \begin_layout Plain Layout
31614
31615     pass
31616 \end_layout
31617
31618 \begin_layout Plain Layout
31619
31620 def func(param):
31621 \end_layout
31622
31623 \begin_layout Plain Layout
31624
31625 'This is a German word: Tschüß'
31626 \end_layout
31627
31628 \begin_layout Plain Layout
31629
31630 pass
31631 \end_layout
31632
31633 \begin_layout Plain Layout
31634
31635 def func(param):
31636 \end_layout
31637
31638 \begin_layout Plain Layout
31639
31640 'this is a python function'
31641 \end_layout
31642
31643 \begin_layout Plain Layout
31644
31645 pass
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Standard
31654 \begin_inset Note Greyedout
31655 status open
31656
31657 \begin_layout Plain Layout
31658
31659 \series bold
31660 Nota:
31661 \series default
31662  Debido a un error en el paquete 
31663 \series bold
31664 listings
31665 \series default
31666  la numeración de líneas cambia en una línea por cada listado previo.
31667  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31668  3 y 6.
31669 \end_layout
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 \begin_inset VSpace bigskip
31678 \end_inset
31679
31680
31681 \end_layout
31682
31683 \begin_layout Standard
31684 También es posible imprimir como listado de programa líneas de un archivo.
31685  Para hacer esto, usa el menú 
31686 \family sans
31687 Insertar\SpecialChar \menuseparator
31688 Archivo\SpecialChar \menuseparator
31689 Documento
31690 \begin_inset space ~
31691 \end_inset
31692
31693 hijo 
31694 \family default
31695 y elige el tipo 
31696 \family sans
31697 Listado de programa
31698 \family default
31699 .
31700 \begin_inset Foot
31701 status collapsed
31702
31703 \begin_layout Plain Layout
31704 Los restantes tipos de documento hijo se describen en la sección
31705 \begin_inset space ~
31706 \end_inset
31707
31708
31709 \begin_inset CommandInset ref
31710 LatexCommand ref
31711 reference "sec:Documento-Hijo"
31712
31713 \end_inset
31714
31715 .
31716 \end_layout
31717
31718 \end_inset
31719
31720  En el diálogo de documento hijo puedes especificar los parámetros del listado
31721  en el cuadro de texto.
31722  Para ver una lista de los parámetros disponibles teclea una interrogación
31723  «?» en el cuadro.
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Para referenciar un documento hijo tipo listado, escribe el texto de la
31728  etiqueta en el campo correspondiente del diálogo de documento hijo.
31729  Después se puede referenciar la etiqueta con el menú 
31730 \family sans
31731 Insertar\SpecialChar \menuseparator
31732 Referencia cruzada.
31733 \end_layout
31734
31735 \begin_layout Standard
31736 A continuación hay un ejemplo, Listado
31737 \begin_inset space ~
31738 \end_inset
31739
31740
31741 \begin_inset CommandInset ref
31742 LatexCommand ref
31743 reference "lst:archivo-listado"
31744
31745 \end_inset
31746
31747 , de inserción de líneas de un archivo; en él se incluye el rango de las
31748  líneas 10
31749 \begin_inset space \thinspace{}
31750 \end_inset
31751
31752 -
31753 \begin_inset space \thinspace{}
31754 \end_inset
31755
31756 15 de este archivo LyX.
31757 \end_layout
31758
31759 \begin_layout Standard
31760 \begin_inset CommandInset include
31761 LatexCommand lstinputlisting
31762 filename "EmbeddedObjects.lyx"
31763 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31764
31765 \end_inset
31766
31767
31768 \begin_inset VSpace bigskip
31769 \end_inset
31770
31771
31772 \end_layout
31773
31774 \begin_layout Standard
31775 Las preferencias globales se pueden establecer en el diálogo 
31776 \family sans
31777 Documento\SpecialChar \menuseparator
31778 Configuración\SpecialChar \menuseparator
31779 Diseño
31780 \begin_inset space ~
31781 \end_inset
31782
31783 del
31784 \begin_inset space ~
31785 \end_inset
31786
31787 texto.
31788  
31789 \family default
31790 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31791  «?» en el campo de texto.
31792 \end_layout
31793
31794 \begin_layout Standard
31795 Para más información sobre el paquete 
31796 \series bold
31797 listings
31798 \series default
31799 , consulta su documentación
31800 \begin_inset space ~
31801 \end_inset
31802
31803
31804 \begin_inset CommandInset citation
31805 LatexCommand cite
31806 key "listings"
31807
31808 \end_inset
31809
31810 .
31811 \end_layout
31812
31813 \begin_layout Standard
31814 \begin_inset Newpage newpage
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \begin_layout Chapter
31821 \start_of_appendix
31822 Unidades disponibles en LyX
31823 \begin_inset Index
31824 status collapsed
31825
31826 \begin_layout Plain Layout
31827 Unidades
31828 \end_layout
31829
31830 \end_inset
31831
31832
31833 \begin_inset CommandInset label
31834 LatexCommand label
31835 name "cha:Unidades-disponibles-en"
31836
31837 \end_inset
31838
31839
31840 \end_layout
31841
31842 \begin_layout Standard
31843 Para comprender las unidades utilizadas en este manual, el cuadro
31844 \begin_inset space ~
31845 \end_inset
31846
31847
31848 \begin_inset CommandInset ref
31849 LatexCommand ref
31850 reference "tab:Unidades"
31851
31852 \end_inset
31853
31854  describe todas las unidades disponibles en LyX.
31855 \end_layout
31856
31857 \begin_layout Standard
31858 \begin_inset Float table
31859 placement h
31860 wide false
31861 sideways false
31862 status open
31863
31864 \begin_layout Plain Layout
31865 \begin_inset Caption
31866
31867 \begin_layout Plain Layout
31868 \begin_inset CommandInset label
31869 LatexCommand label
31870 name "tab:Unidades"
31871
31872 \end_inset
31873
31874 Unidades
31875 \end_layout
31876
31877 \end_inset
31878
31879
31880 \end_layout
31881
31882 \begin_layout Plain Layout
31883 \begin_inset VSpace medskip
31884 \end_inset
31885
31886
31887 \end_layout
31888
31889 \begin_layout Plain Layout
31890 \align center
31891 \begin_inset Tabular
31892 <lyxtabular version="3" rows="20" columns="2">
31893 <features>
31894 <column alignment="center" valignment="top" width="0">
31895 <column alignment="center" valignment="top" width="0">
31896 <row>
31897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901 unidad
31902 \end_layout
31903
31904 \end_inset
31905 </cell>
31906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31907 \begin_inset Text
31908
31909 \begin_layout Plain Layout
31910 nombre/descripción
31911 \end_layout
31912
31913 \end_inset
31914 </cell>
31915 </row>
31916 <row>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Plain Layout
31921 mm
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930 milímetro
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 </row>
31936 <row>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31938 \begin_inset Text
31939
31940 \begin_layout Plain Layout
31941 cm
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31947 \begin_inset Text
31948
31949 \begin_layout Plain Layout
31950 centímetro
31951 \end_layout
31952
31953 \end_inset
31954 </cell>
31955 </row>
31956 <row>
31957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 in
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970 pulgada
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 </row>
31976 <row>
31977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31978 \begin_inset Text
31979
31980 \begin_layout Plain Layout
31981 pt
31982 \end_layout
31983
31984 \end_inset
31985 </cell>
31986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Plain Layout
31990 punto (72.27
31991 \begin_inset space \thinspace{}
31992 \end_inset
31993
31994 pt = 1
31995 \begin_inset space \thinspace{}
31996 \end_inset
31997
31998 in)
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 </row>
32004 <row>
32005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32006 \begin_inset Text
32007
32008 \begin_layout Plain Layout
32009 pc
32010 \end_layout
32011
32012 \end_inset
32013 </cell>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018 pica (1
32019 \begin_inset space \thinspace{}
32020 \end_inset
32021
32022 pc = 12
32023 \begin_inset space \thinspace{}
32024 \end_inset
32025
32026 pt)
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 </row>
32032 <row>
32033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32034 \begin_inset Text
32035
32036 \begin_layout Plain Layout
32037 sp
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32043 \begin_inset Text
32044
32045 \begin_layout Plain Layout
32046 punto escalado (65536
32047 \begin_inset space \thinspace{}
32048 \end_inset
32049
32050 sp = 1
32051 \begin_inset space \thinspace{}
32052 \end_inset
32053
32054 pt)
32055 \end_layout
32056
32057 \end_inset
32058 </cell>
32059 </row>
32060 <row>
32061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32062 \begin_inset Text
32063
32064 \begin_layout Plain Layout
32065 bp
32066 \end_layout
32067
32068 \end_inset
32069 </cell>
32070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32071 \begin_inset Text
32072
32073 \begin_layout Plain Layout
32074 punto grande (72
32075 \begin_inset space \thinspace{}
32076 \end_inset
32077
32078 bp = 1
32079 \begin_inset space \thinspace{}
32080 \end_inset
32081
32082 in)
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 </row>
32088 <row>
32089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32090 \begin_inset Text
32091
32092 \begin_layout Plain Layout
32093 dd
32094 \end_layout
32095
32096 \end_inset
32097 </cell>
32098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32099 \begin_inset Text
32100
32101 \begin_layout Plain Layout
32102 didot (1
32103 \begin_inset space \thinspace{}
32104 \end_inset
32105
32106 dd 
32107 \begin_inset Formula $\approx$
32108 \end_inset
32109
32110  0.376
32111 \begin_inset space \thinspace{}
32112 \end_inset
32113
32114 mm)
32115 \end_layout
32116
32117 \end_inset
32118 </cell>
32119 </row>
32120 <row>
32121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32122 \begin_inset Text
32123
32124 \begin_layout Plain Layout
32125 cc
32126 \end_layout
32127
32128 \end_inset
32129 </cell>
32130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32131 \begin_inset Text
32132
32133 \begin_layout Plain Layout
32134 cicero (1
32135 \begin_inset space \thinspace{}
32136 \end_inset
32137
32138 cc = 12
32139 \begin_inset space \thinspace{}
32140 \end_inset
32141
32142 dd)
32143 \end_layout
32144
32145 \end_inset
32146 </cell>
32147 </row>
32148 <row>
32149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32150 \begin_inset Text
32151
32152 \begin_layout Plain Layout
32153 Scale%
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32159 \begin_inset Text
32160
32161 \begin_layout Plain Layout
32162 % de anchura original de la imagen
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 </row>
32168 <row>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 text%
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182 % de anchura de texto
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 </row>
32188 <row>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193 col%
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202 % de anchura de columna
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 </row>
32208 <row>
32209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213 page%
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222 % de anchura de página
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 </row>
32228 <row>
32229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Plain Layout
32233 line%
32234 \end_layout
32235
32236 \end_inset
32237 </cell>
32238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32239 \begin_inset Text
32240
32241 \begin_layout Plain Layout
32242 % de anchura de línea
32243 \end_layout
32244
32245 \end_inset
32246 </cell>
32247 </row>
32248 <row>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 theight%
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 % de altura de texto
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 </row>
32268 <row>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 pheight%
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 % de altura de página
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 </row>
32288 <row>
32289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32290 \begin_inset Text
32291
32292 \begin_layout Plain Layout
32293 ex
32294 \end_layout
32295
32296 \end_inset
32297 </cell>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 altura de la letra 
32303 \emph on
32304 x
32305 \emph default
32306  en la fuente actual
32307 \end_layout
32308
32309 \end_inset
32310 </cell>
32311 </row>
32312 <row>
32313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32314 \begin_inset Text
32315
32316 \begin_layout Plain Layout
32317 em
32318 \end_layout
32319
32320 \end_inset
32321 </cell>
32322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32323 \begin_inset Text
32324
32325 \begin_layout Plain Layout
32326 anchura de la letra 
32327 \emph on
32328 M
32329 \emph default
32330  en la fuente actual
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 </row>
32336 <row>
32337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32338 \begin_inset Text
32339
32340 \begin_layout Plain Layout
32341 mu
32342 \end_layout
32343
32344 \end_inset
32345 </cell>
32346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 unidad matemática (1
32351 \begin_inset space \thinspace{}
32352 \end_inset
32353
32354 mu = 1/18
32355 \begin_inset space \thinspace{}
32356 \end_inset
32357
32358 em)
32359 \end_layout
32360
32361 \end_inset
32362 </cell>
32363 </row>
32364 </lyxtabular>
32365
32366 \end_inset
32367
32368
32369 \end_layout
32370
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \begin_layout Chapter
32377 Formatos de archivos de salida con gráficos
32378 \begin_inset CommandInset label
32379 LatexCommand label
32380 name "cha:Formatos-de-Archivos-de-Salida"
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Section
32388 DVI
32389 \begin_inset Index
32390 status collapsed
32391
32392 \begin_layout Plain Layout
32393 Formatos de archivo ! DVI
32394 \end_layout
32395
32396 \end_inset
32397
32398
32399 \begin_inset Index
32400 status collapsed
32401
32402 \begin_layout Plain Layout
32403 DVI|see
32404 \begin_inset ERT
32405 status collapsed
32406
32407 \begin_layout Plain Layout
32408
32409 {
32410 \end_layout
32411
32412 \end_inset
32413
32414 Formatos de archivo
32415 \begin_inset ERT
32416 status collapsed
32417
32418 \begin_layout Plain Layout
32419
32420 }
32421 \end_layout
32422
32423 \end_inset
32424
32425
32426 \end_layout
32427
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \begin_layout Standard
32434 Este tipo de archivo tiene la extensión «
32435 \family typewriter
32436 .dvi
32437 \family default
32438 ».
32439  Se denomina «device-independent» (DVI), porque es completamente portable;
32440  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32441  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32442  Los DVI se usan para vistas preliminares rápidas y como preparación para
32443  otros formatos de salida como PostScript.
32444 \end_layout
32445
32446 \begin_layout Standard
32447 \begin_inset Note Greyedout
32448 status open
32449
32450 \begin_layout Plain Layout
32451
32452 \series bold
32453 Nota:
32454 \series default
32455  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32456 \end_layout
32457
32458 \end_inset
32459
32460  Por tanto no debes olvidar esto si mueves archivos 
32461 \family typewriter
32462 .dvi
32463 \family default
32464  a otro ordenador.
32465  Esta característica también puede retardar la visualización del archivo,
32466  porque el visor DVI tiene que convertir la imagen en segundo plano para
32467  hacerla visible al deslizar el visor.
32468  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32469 \end_layout
32470
32471 \begin_layout Standard
32472 Un documento se exporta a DVI con el menú 
32473 \family sans
32474 Archivo\SpecialChar \menuseparator
32475 Exportar\SpecialChar \menuseparator
32476 DVI
32477 \family default
32478 .
32479  Puedes ver la salida del documento en DVI con el menú 
32480 \family sans
32481 Ver\SpecialChar \menuseparator
32482 DVI 
32483 \family default
32484 o con el botón
32485 \begin_inset space ~
32486 \end_inset
32487
32488
32489 \begin_inset Graphics
32490         filename ../../images/buffer-view_dvi.png
32491         scale 85
32492
32493 \end_inset
32494
32495 .
32496 \end_layout
32497
32498 \begin_layout Section
32499 PostScript
32500 \begin_inset CommandInset label
32501 LatexCommand label
32502 name "sec:PostScript"
32503
32504 \end_inset
32505
32506
32507 \begin_inset Index
32508 status collapsed
32509
32510 \begin_layout Plain Layout
32511 Formatos de archivo ! PostScript
32512 \end_layout
32513
32514 \end_inset
32515
32516
32517 \begin_inset Index
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521 PostScript|see
32522 \begin_inset ERT
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527 {
32528 \end_layout
32529
32530 \end_inset
32531
32532 Formatos de archivo
32533 \begin_inset ERT
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537
32538 }
32539 \end_layout
32540
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \end_layout
32550
32551 \begin_layout Standard
32552 Este tipo de archivo tiene la extensión «
32553 \family typewriter
32554 .ps
32555 \family default
32556 ».
32557  PostScript fue desarrollado por la compañía 
32558 \family typewriter
32559 Adobe
32560 \family default
32561  como lenguaje para impresoras.
32562  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32563  PostScript puede considerarse como un «lenguaje de programación»; con él
32564  puedes calcular y dibujar imágenes y diagramas.
32565 \begin_inset Foot
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 Si estás interesado en este tema acude al paquete LaTeX 
32570 \series bold
32571 PSTricks
32572 \series default
32573  
32574 \begin_inset CommandInset citation
32575 LatexCommand cite
32576 key "pstricks"
32577
32578 \end_inset
32579
32580 .
32581 \end_layout
32582
32583 \end_inset
32584
32585  Por esto los archivos suelen ser más grandes que los PDF.
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32590 d PostScript» (EPS, extensión «
32591 \family typewriter
32592 .eps
32593 \family default
32594 »).
32595  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32596  en segundo plano para convertir las imágenes a EPS.
32597  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32598  cada vez que veas o exportes el documento.
32599  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32600  puedes evitar el problema insertando las imágenes directamente en EPS.
32601 \end_layout
32602
32603 \begin_layout Standard
32604 El documento se puede exportar a PostScript con el menú 
32605 \family sans
32606 Archivo\SpecialChar \menuseparator
32607 Exportar\SpecialChar \menuseparator
32608 Postscript
32609 \family default
32610 .
32611  Se puede ver la salida en PostScript con el menú 
32612 \family sans
32613 Ver\SpecialChar \menuseparator
32614 Postscript 
32615 \family default
32616 o con el botón
32617 \begin_inset space ~
32618 \end_inset
32619
32620
32621 \begin_inset Graphics
32622         filename ../../images/buffer-view_ps.png
32623
32624 \end_inset
32625
32626 .
32627 \end_layout
32628
32629 \begin_layout Section
32630 PDF
32631 \begin_inset CommandInset label
32632 LatexCommand label
32633 name "sec:PDF"
32634
32635 \end_inset
32636
32637
32638 \begin_inset Index
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642 Formatos de archivo ! PDF
32643 \end_layout
32644
32645 \end_inset
32646
32647
32648 \begin_inset Index
32649 status collapsed
32650
32651 \begin_layout Plain Layout
32652 PDF
32653 \end_layout
32654
32655 \end_inset
32656
32657
32658 \end_layout
32659
32660 \begin_layout Standard
32661 Este tipo de archivo tiene la extensión «
32662 \family typewriter
32663 .pdf
32664 \family default
32665 ».
32666  El formato «Portable Document Format» (PDF) fue desarrollado por 
32667 \family typewriter
32668 Adobe
32669 \family default
32670  como derivado de PostScript.
32671  Es más comprimido y utiliza muchos menos comandos que PostScript.
32672  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32673  operativo y la salida impresa se muestra exactamente igual.
32674 \end_layout
32675
32676 \begin_layout Standard
32677 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32678  Photographic Experts Group» (JPG, extensión «
32679 \family typewriter
32680 .jpg
32681 \family default
32682 » o «
32683 \family typewriter
32684 .jpeg
32685 \family default
32686 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32687 \family typewriter
32688 .png
32689 \family default
32690 »).
32691  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32692  en segundo plano a alguno de los anteriores.
32693  Pero como se ha comentado en la sección sobre PostScript, la conversión
32694  de gráficos ralentiza el trabajo.
32695  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32696  mencionados.
32697 \end_layout
32698
32699 \begin_layout Standard
32700 Un documento se puede exportar a PDF con el menú 
32701 \family sans
32702 Archivo\SpecialChar \menuseparator
32703 Exportar
32704 \family default
32705  en tres modos diferentes:
32706 \end_layout
32707
32708 \begin_layout Description
32709 PDF
32710 \begin_inset space ~
32711 \end_inset
32712
32713 (ps2pdf) Este utiliza el programa 
32714 \family typewriter
32715 ps2pdf
32716 \family default
32717  que crea un PDF a partir de una versión PostScript del archivo.
32718  La versión PostScript es producida por el programa 
32719 \family typewriter
32720 dvips
32721 \family default
32722  que usa una versión DVI como paso intermedio.
32723  Así que este modo de exportación consta de tres conversiones.
32724 \end_layout
32725
32726 \begin_layout Description
32727 PDF
32728 \begin_inset space ~
32729 \end_inset
32730
32731 (dvipdfm) Este utiliza el programa 
32732 \family typewriter
32733 dvipdfm
32734 \family default
32735  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32736  PDF.
32737 \end_layout
32738
32739 \begin_layout Description
32740 PDF
32741 \begin_inset space ~
32742 \end_inset
32743
32744 (pdflatex) Este utiliza el programa 
32745 \family typewriter
32746 pdftex
32747 \family default
32748  que convierte directamente el archivo a PDF.
32749 \end_layout
32750
32751 \begin_layout Standard
32752 Se recomienda usar 
32753 \family sans
32754 PDF
32755 \begin_inset space ~
32756 \end_inset
32757
32758 (pdflatex)
32759 \family default
32760  porque 
32761 \family typewriter
32762 pdftex
32763 \family default
32764  soporta todas las características de las versiones actuales de PDF, es
32765  rápido y estable.
32766  El programa 
32767 \family typewriter
32768 dvipdfm
32769 \family default
32770  ya no se desarrolla y está un poco obsoleto.
32771 \end_layout
32772
32773 \begin_layout Standard
32774 La salida en formato PDF se puede ver con el menú 
32775 \family sans
32776 Ver 
32777 \family default
32778 o con el botón
32779 \begin_inset space ~
32780 \end_inset
32781
32782
32783 \begin_inset Graphics
32784         filename ../../images/buffer-view_pdf2.png
32785         scale 85
32786
32787 \end_inset
32788
32789  (que usa 
32790 \family sans
32791 PDF
32792 \begin_inset space ~
32793 \end_inset
32794
32795 (pdflatex)
32796 \family default
32797 ).
32798 \end_layout
32799
32800 \begin_layout Chapter
32801 Explicación de la ecuación
32802 \begin_inset space ~
32803 \end_inset
32804
32805
32806 \begin_inset CommandInset ref
32807 LatexCommand eqref
32808 reference "eq:Wgn"
32809
32810 \end_inset
32811
32812
32813 \begin_inset CommandInset label
32814 LatexCommand label
32815 name "cha:Explicación-de-la-Ecuación"
32816
32817 \end_inset
32818
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823 La anchura total de 
32824 \emph on
32825 n
32826 \emph default
32827  celdas de una tabla 
32828 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32829 \end_inset
32830
32831  puede calcularse con
32832 \end_layout
32833
32834 \begin_layout Standard
32835 \begin_inset Formula \begin{equation}
32836 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}
32837
32838 \end_inset
32839
32840
32841 \end_layout
32842
32843 \begin_layout Standard
32844 donde 
32845 \begin_inset Formula $W_{g\, n}$
32846 \end_inset
32847
32848  es el ancho dado de todas las celdas.
32849  
32850 \series bold
32851
32852 \backslash
32853 tabcolsep
32854 \series default
32855  es la longitud LaTeX entre el texto y el borde de la celda, 6
32856 \begin_inset space \thinspace{}
32857 \end_inset
32858
32859 pt por omisión.
32860  
32861 \series bold
32862
32863 \backslash
32864 arrayrulewidth
32865 \series default
32866  es el grosor de línea del borde, 0.4
32867 \begin_inset space \thinspace{}
32868 \end_inset
32869
32870 pt por omisión.
32871 \end_layout
32872
32873 \begin_layout Standard
32874 Procediendo como en la ecuación
32875 \begin_inset space ~
32876 \end_inset
32877
32878
32879 \begin_inset CommandInset ref
32880 LatexCommand eqref
32881 reference "eq:Wtot_n"
32882
32883 \end_inset
32884
32885 , el ancho total de una multicolumna, 
32886 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32887 \end_inset
32888
32889  es
32890 \end_layout
32891
32892 \begin_layout Standard
32893 \begin_inset Formula \begin{equation}
32894 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32895
32896 \end_inset
32897
32898
32899 \end_layout
32900
32901 \begin_layout Standard
32902 Igualando las ecuaciones
32903 \begin_inset space ~
32904 \end_inset
32905
32906
32907 \begin_inset CommandInset ref
32908 LatexCommand eqref
32909 reference "eq:Wtot_n"
32910
32911 \end_inset
32912
32913  y 
32914 \begin_inset CommandInset ref
32915 LatexCommand eqref
32916 reference "eq:Wtot_mult"
32917
32918 \end_inset
32919
32920  podemos calcular el ancho dado necesario 
32921 \begin_inset Formula $W_{g\, n}$
32922 \end_inset
32923
32924  cuando se expanden 
32925 \emph on
32926 n
32927 \emph default
32928  columnas, de forma que cada una de ellas tiene una anchura total  
32929 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32930 \end_inset
32931
32932 :
32933 \end_layout
32934
32935 \begin_layout Standard
32936 \begin_inset Formula \begin{equation}
32937 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32938
32939 \end_inset
32940
32941
32942 \end_layout
32943
32944 \begin_layout Bibliography
32945 \begin_inset CommandInset bibitem
32946 LatexCommand bibitem
32947 key "latexcompanion"
32948
32949 \end_inset
32950
32951 Frank Mittelbach and Michel Goossens: 
32952 \emph on
32953 The LaTeX Companion Second Edition.
32954
32955 \emph default
32956  Addison-Wesley, 2004
32957 \end_layout
32958
32959 \begin_layout Bibliography
32960 \begin_inset CommandInset bibitem
32961 LatexCommand bibitem
32962 key "latexguide"
32963
32964 \end_inset
32965
32966 Helmut Kopka and Patrick W.
32967  Daly: 
32968 \emph on
32969 A Guide to LaTeX Fourth Edition.
32970
32971 \emph default
32972  Addison-Wesley, 2003
32973 \end_layout
32974
32975 \begin_layout Bibliography
32976 \begin_inset CommandInset bibitem
32977 LatexCommand bibitem
32978 key "latexbook"
32979
32980 \end_inset
32981
32982 Leslie Lamport: 
32983 \emph on
32984 LaTeX: A Document Preparation System.
32985
32986 \emph default
32987  Addison-Wesley, second edition, 1994
32988 \end_layout
32989
32990 \begin_layout Bibliography
32991 \begin_inset CommandInset bibitem
32992 LatexCommand bibitem
32993 key "booktabs"
32994
32995 \end_inset
32996
32997 Documentación del paquete LaTeX 
32998 \series bold
32999
33000 \begin_inset CommandInset href
33001 LatexCommand href
33002 name "booktabs"
33003 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33004
33005 \end_inset
33006
33007
33008 \series default
33009
33010 \begin_inset Index
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 LaTeX-paquetes ! booktabs
33015 \end_layout
33016
33017 \end_inset
33018
33019
33020 \end_layout
33021
33022 \begin_layout Bibliography
33023 \begin_inset CommandInset bibitem
33024 LatexCommand bibitem
33025 key "caption"
33026
33027 \end_inset
33028
33029 Documentación del paquete LaTeX 
33030 \series bold
33031
33032 \begin_inset CommandInset href
33033 LatexCommand href
33034 name "caption"
33035 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33036
33037 \end_inset
33038
33039
33040 \series default
33041
33042 \begin_inset Index
33043 status collapsed
33044
33045 \begin_layout Plain Layout
33046 LaTeX-paquetes ! caption
33047 \end_layout
33048
33049 \end_inset
33050
33051
33052 \end_layout
33053
33054 \begin_layout Bibliography
33055 \begin_inset CommandInset bibitem
33056 LatexCommand bibitem
33057 key "endfloat"
33058
33059 \end_inset
33060
33061 Documentación del paquete LaTeX 
33062 \series bold
33063
33064 \begin_inset CommandInset href
33065 LatexCommand href
33066 name "endfloat"
33067 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33068
33069 \end_inset
33070
33071
33072 \series default
33073
33074 \begin_inset Index
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 LaTeX-paquetes ! endfloat
33079 \end_layout
33080
33081 \end_inset
33082
33083
33084 \end_layout
33085
33086 \begin_layout Bibliography
33087 \begin_inset CommandInset bibitem
33088 LatexCommand bibitem
33089 key "wrapfig"
33090
33091 \end_inset
33092
33093 Documentación del paquete LaTeX 
33094 \series bold
33095
33096 \begin_inset CommandInset href
33097 LatexCommand href
33098 name "wrapfig"
33099 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33100
33101 \end_inset
33102
33103
33104 \series default
33105
33106 \begin_inset Index
33107 status collapsed
33108
33109 \begin_layout Plain Layout
33110 LaTeX-paquetes ! wrapfig
33111 \begin_inset ERT
33112 status collapsed
33113
33114 \begin_layout Plain Layout
33115
33116
33117 \backslash
33118 vspace{4mm}
33119 \end_layout
33120
33121 \end_inset
33122
33123
33124 \end_layout
33125
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Bibliography
33132 \begin_inset CommandInset bibitem
33133 LatexCommand bibitem
33134 key "footmisc"
33135
33136 \end_inset
33137
33138 Documentación del paquete LaTeX 
33139 \series bold
33140
33141 \begin_inset CommandInset href
33142 LatexCommand href
33143 name "footmisc"
33144 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33145
33146 \end_inset
33147
33148
33149 \series default
33150
33151 \begin_inset Index
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155 LaTeX-paquetes ! footmisc
33156 \end_layout
33157
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \begin_layout Bibliography
33164 \begin_inset CommandInset bibitem
33165 LatexCommand bibitem
33166 key "hypcap"
33167
33168 \end_inset
33169
33170 Documentación del paquete LaTeX 
33171 \series bold
33172
33173 \begin_inset CommandInset href
33174 LatexCommand href
33175 name "hypcap"
33176 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33177
33178 \end_inset
33179
33180
33181 \series default
33182
33183 \begin_inset Index
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 LaTeX-paquetes ! hyperref
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Bibliography
33196 \begin_inset CommandInset bibitem
33197 LatexCommand bibitem
33198 key "hyperref"
33199
33200 \end_inset
33201
33202 Documentación del paquete LaTeX 
33203 \series bold
33204
33205 \begin_inset CommandInset href
33206 LatexCommand href
33207 name "hyperref"
33208 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33209
33210 \end_inset
33211
33212
33213 \series default
33214
33215 \begin_inset Index
33216 status collapsed
33217
33218 \begin_layout Plain Layout
33219 LaTeX-paquetes ! hyperref
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Bibliography
33228 \begin_inset CommandInset bibitem
33229 LatexCommand bibitem
33230 key "koma-script"
33231
33232 \end_inset
33233
33234 Documentación del paquete LaTeX 
33235 \series bold
33236
33237 \begin_inset CommandInset href
33238 LatexCommand href
33239 name "koma-script"
33240 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33241
33242 \end_inset
33243
33244
33245 \series default
33246
33247 \begin_inset Index
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251 LaTeX-paquetes ! koma-script
33252 \end_layout
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \begin_layout Bibliography
33260 \begin_inset CommandInset bibitem
33261 LatexCommand bibitem
33262 key "listings"
33263
33264 \end_inset
33265
33266 Documentación del paquete LaTeX 
33267 \series bold
33268
33269 \begin_inset CommandInset href
33270 LatexCommand href
33271 name "listings"
33272 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33273
33274 \end_inset
33275
33276
33277 \series default
33278
33279 \begin_inset Index
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 LaTeX-paquetes ! listings
33284 \end_layout
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Bibliography
33292 \begin_inset CommandInset bibitem
33293 LatexCommand bibitem
33294 key "marginnote"
33295
33296 \end_inset
33297
33298 Documentación del paquete LaTeX 
33299 \series bold
33300
33301 \begin_inset CommandInset href
33302 LatexCommand href
33303 name "marginnote"
33304 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33305
33306 \end_inset
33307
33308
33309 \series default
33310
33311 \begin_inset Index
33312 status collapsed
33313
33314 \begin_layout Plain Layout
33315 LaTeX-paquetes ! marginnote
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \begin_layout Bibliography
33324 \begin_inset CommandInset bibitem
33325 LatexCommand bibitem
33326 key "pstricks"
33327
33328 \end_inset
33329
33330 Página web del paquete LaTeX 
33331 \series bold
33332
33333 \begin_inset CommandInset href
33334 LatexCommand href
33335 name "PSTricks"
33336 target "http://tug.org/PSTricks/"
33337
33338 \end_inset
33339
33340
33341 \series default
33342
33343 \begin_inset Index
33344 status collapsed
33345
33346 \begin_layout Plain Layout
33347 LaTeX-paquetes ! PSTricks
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Bibliography
33356 \begin_inset CommandInset bibitem
33357 LatexCommand bibitem
33358 key "sidecap"
33359
33360 \end_inset
33361
33362 Documentación del paquete LaTeX 
33363 \series bold
33364
33365 \begin_inset CommandInset href
33366 LatexCommand href
33367 name "sidecap"
33368 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33369
33370 \end_inset
33371
33372
33373 \series default
33374
33375 \begin_inset Index
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379 LaTeX-paquetes ! sidecap
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Bibliography
33388 \begin_inset CommandInset bibitem
33389 LatexCommand bibitem
33390 key "NewInLyX16"
33391
33392 \end_inset
33393
33394
33395 \begin_inset CommandInset href
33396 LatexCommand href
33397 name "Página wiki"
33398 target "http://wiki.lyx.org/LyX/NewInLyX16"
33399
33400 \end_inset
33401
33402  sobre características nuevas para la versión 
33403 \family sans
33404 LyX
33405 \begin_inset space ~
33406 \end_inset
33407
33408 1.6.0
33409 \family default
33410 .
33411 \end_layout
33412
33413 \begin_layout Standard
33414 \begin_inset CommandInset index_print
33415 LatexCommand printindex
33416
33417 \end_inset
33418
33419
33420 \end_layout
33421
33422 \begin_layout Standard
33423 \begin_inset FloatList figure
33424
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \begin_layout Standard
33431 \begin_inset FloatList table
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Standard
33439 \begin_inset ERT
33440 status open
33441
33442 \begin_layout Plain Layout
33443
33444
33445 \backslash
33446 listof{algorithm}{Lista de algoritmos}
33447 \end_layout
33448
33449 \end_inset
33450
33451
33452 \begin_inset Note Note
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456 Véase la sección
33457 \begin_inset space ~
33458 \end_inset
33459
33460
33461 \begin_inset CommandInset ref
33462 LatexCommand ref
33463 reference "sub:Algoritmos-Flotantes"
33464
33465 \end_inset
33466
33467  para una descripción.
33468 \end_layout
33469
33470 \end_inset
33471
33472
33473 \end_layout
33474
33475 \end_body
33476 \end_document