]> 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 344
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 \use_default_options false
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref 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 Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figuras
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Gráficos|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figuras
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Diálogo de gráficos
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Diálogo-Gráficos"
390
391 \end_inset
392
393
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figuras ! Diálogo de gráficos
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
408  texto que desees y haz clic en el icono 
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412
413 \end_inset
414
415  o en el menú 
416 \family sans
417 Insertar\SpecialChar \menuseparator
418 Imagen
419 \family default
420 .
421  Aparecerá un diálogo para escoger el archivo a cargar.
422  La imagen aparecerá en el archivo de salida exactamente en la misma posición
423  en la que la has colocado.
424 \end_layout
425
426 \begin_layout Standard
427 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic sobre
428  una imagen.
429  Este diálogo tiene tres pestañas:
430 \end_layout
431
432 \begin_layout Description
433 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
434  presentación en LyX y en la salida.
435  En el apéndice
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cha:Unidades-disponibles-en"
443
444 \end_inset
445
446  se detallan las unidades disponibles para el tamaño del gráfico.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figuras ! Rotar
456 \end_layout
457
458 \end_inset
459
460 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
461  un ángulo y un origen de rotación.
462  La imagen también gira en LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figuras ! Escalar
472 \end_layout
473
474 \end_inset
475
476 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
477  la altura y la anchura.
478  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
479  automáticamente.
480  Si fijas ambas dimensiones
481 \family sans
482 ,
483 \family default
484  la imagen se adaptará a ellas, posiblemente distorsionada.
485  Para evitar distorsión en la imagen marca la opción 
486 \family sans
487 Mantener
488 \begin_inset space ~
489 \end_inset
490
491 proporción
492 \family default
493 .
494  En ese caso la imagen será escalada de forma que su anchura y su altura
495  no excedan de las dimensiones especificadas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Las imágenes se pueden abrir con un programa de tu elección pulsando el
500  botón 
501 \family sans
502 Editar
503 \family default
504 .
505  Los programas visor y editor para cada formato de imagen se pueden establecer
506  en la configuración de los formatos de archivo de las preferencias de LyX.
507 \end_layout
508
509 \begin_layout Description
510 Recorte Alternativamente al escalado, es posible establecer las coordenadas
511  de la imagen para ajustar su altura y anchura en la salida.
512  Además, las coordenadas se pueden calcular automáticamente pinchando el
513  botón 
514 \family sans
515 Obtener
516 \begin_inset space ~
517 \end_inset
518
519 de
520 \begin_inset space ~
521 \end_inset
522
523 archivo
524 \family default
525 .
526  El botón 
527 \family sans
528 Recortar
529 \begin_inset space ~
530 \end_inset
531
532 al
533 \begin_inset space ~
534 \end_inset
535
536 cuadro
537 \begin_inset space ~
538 \end_inset
539
540 delimitador
541 \family default
542  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
543 as.
544  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
545 \end_layout
546
547 \begin_layout Description
548 Opciones
549 \begin_inset space ~
550 \end_inset
551
552 de
553 \begin_inset space ~
554 \end_inset
555
556 LaTeX
557 \begin_inset space ~
558 \end_inset
559
560 y
561 \begin_inset space ~
562 \end_inset
563
564 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
565  poner la imagen como subfigura de una figura flotante con su propio título.
566  Las subfiguras se explican en la sección
567 \begin_inset space ~
568 \end_inset
569
570
571 \begin_inset CommandInset ref
572 LatexCommand ref
573 reference "sec:Figuras-Flotantes"
574
575 \end_inset
576
577 .
578 \begin_inset Newline newline
579 \end_inset
580
581 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 Modo
588 \begin_inset space ~
589 \end_inset
590
591 borrador
592 \family default
593  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
594 \begin_inset Newline newline
595 \end_inset
596
597 La opción 
598 \family sans
599 No
600 \begin_inset space ~
601 \end_inset
602
603 descomprimir
604 \begin_inset space ~
605 \end_inset
606
607 al
608 \begin_inset space ~
609 \end_inset
610
611 exportar
612 \family default
613  sólo afecta a los gráficos EPS comprimidos, p.
614 \begin_inset space \thinspace{}
615 \end_inset
616
617 e.
618 \begin_inset space ~
619 \end_inset
620
621
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
627  puesto que LaTeX puede manejarlas como están.
628 \begin_inset Newline newline
629 \end_inset
630
631 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
632  utiliza PostScript como formato de salida, véase apéndice
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:PostScript"
640
641 \end_inset
642
643 .
644  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
645  o en consola de Windows:
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 gzip x.eps
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 zgrep %%Bounding x.eps.gz > x.eps.bb
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
666  LaTeX para gráficos comprimidos.
667 \begin_inset Newline newline
668 \end_inset
669
670 El campo 
671 \family sans
672 Iniciar
673 \begin_inset space ~
674 \end_inset
675
676 nombre
677 \begin_inset space ~
678 \end_inset
679
680 de
681 \begin_inset space ~
682 \end_inset
683
684 grupo
685 \family default
686  permite definir o unir un conjunto de ajustes de imagen.
687  
688 \begin_inset Index
689 status open
690
691 \begin_layout Plain Layout
692 Figuras ! Agrupación de ajustes
693 \end_layout
694
695 \end_inset
696
697  Las imágenes incluidas en un grupo comparten sus características, de modo
698  que al modificar las de una imagen del grupo se modifican igualmente las
699  de las demás imágenes del grupo.
700  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
701  necesidad de hacerlo individualmente para cada una de ellas.
702  También se pude unir un grupo existente usando el menú contextual de la
703  imagen marcando el nombre del grupo.
704  
705 \end_layout
706
707 \begin_layout Standard
708 \begin_inset VSpace bigskip
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Esto es un ejemplo de imagen en formato EPS
716 \begin_inset Foot
717 status collapsed
718
719 \begin_layout Plain Layout
720 Los formatos de imagen se explica en el sección
721 \begin_inset space ~
722 \end_inset
723
724
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "sec:Formatos-de-imagen"
728
729 \end_inset
730
731 .
732 \end_layout
733
734 \end_inset
735
736  en un párrafo separado centrado horizontalmente:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         clip
745         rotateOrigin center
746
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Standard
753 Esta es la misma imagen pero en modo borrador:
754 \end_layout
755
756 \begin_layout Standard
757 \align center
758 \begin_inset Graphics
759         filename ../clipart/mobius.eps
760         scale 70
761         draft
762         rotateOrigin center
763
764 \end_inset
765
766
767 \begin_inset Newpage newpage
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Section
774 Figuras flotantes
775 \begin_inset CommandInset label
776 LatexCommand label
777 name "sec:Figuras-Flotantes"
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Flotantes ! Figuras
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Figuras ! Flotantes
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Standard
805 Para información general sobre flotantes, echa una ojeada a la sección
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "sec:Introducción-Flotantes"
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 El botón 
821 \begin_inset Graphics
822         filename ../../images/float-insert_figure.png
823         scale 85
824
825 \end_inset
826
827  y el menú 
828 \family sans
829 Insertar\SpecialChar \menuseparator
830 Flotante\SpecialChar \menuseparator
831 Figura
832 \family default
833  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
834  La imagen se puede insertar sobre la leyenda, como en la figura
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:kill-plat"
842
843 \end_inset
844
845 , o bajo ella, como en la figura
846 \begin_inset space ~
847 \end_inset
848
849
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "fig:escher"
853
854 \end_inset
855
856 .
857  Más información sobre ubicación de leyendas en la sección
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "sec:Colocación-de-leyendas"
865
866 \end_inset
867
868 .
869 \end_layout
870
871 \begin_layout Standard
872 \begin_inset Float figure
873 wide false
874 sideways false
875 status open
876
877 \begin_layout Plain Layout
878 \align center
879 \begin_inset Graphics
880         filename ../clipart/platypus.eps
881         width 50col%
882         rotateOrigin center
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Plain Layout
890 \begin_inset Caption
891
892 \begin_layout Plain Layout
893 \begin_inset CommandInset label
894 LatexCommand label
895 name "fig:kill-plat"
896
897 \end_inset
898
899 Un platypus muy distorsionado en un flotante.
900 \end_layout
901
902 \end_inset
903
904
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Standard
913 \begin_inset Float figure
914 wide false
915 sideways false
916 status open
917
918 \begin_layout Plain Layout
919 \begin_inset Caption
920
921 \begin_layout Plain Layout
922 \begin_inset CommandInset label
923 LatexCommand label
924 name "fig:escher"
925
926 \end_inset
927
928 M.C.
929  Escher en ácido.
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Plain Layout
938 \align center
939 \begin_inset Graphics
940         filename ../clipart/escher-lsd.eps
941         scale 80
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index
956 status collapsed
957
958 \begin_layout Plain Layout
959 Referencias ! a figuras
960 \end_layout
961
962 \end_inset
963
964 Las figuras
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "fig:kill-plat"
972
973 \end_inset
974
975  y 
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:escher"
979
980 \end_inset
981
982  son ejemplos de figuras con referencias cruzadas.
983  Las figuras pueden tener referencias cruzadas en el documento mediante
984  referencia a su etiqueta.
985  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
986 \family sans
987 Insertar\SpecialChar \menuseparator
988 Etiqueta
989 \family default
990  o el botón 
991 \begin_inset Graphics
992         filename ../../images/label-insert.png
993         scale 85
994
995 \end_inset
996
997 .
998  Ahora puedes referirte a la etiqueta usando el menú 
999 \family sans
1000 Insertar\SpecialChar \menuseparator
1001 Referencia
1002 \begin_inset space ~
1003 \end_inset
1004
1005 cruzada
1006 \family default
1007  o el botón 
1008 \begin_inset Graphics
1009         filename ../../images/dialog-show-new-inset_ref.png
1010         scale 85
1011
1012 \end_inset
1013
1014 .
1015  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1016  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1017  en el documento final, podría no quedar «arriba» precisamente.
1018 \begin_inset Newline newline
1019 \end_inset
1020
1021 Las referencias se explican con detalle en la sección
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "sec:Referencias-a-Flotantes"
1029
1030 \end_inset
1031
1032 .
1033 \end_layout
1034
1035 \begin_layout Standard
1036 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1037  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1038  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1039  existente.
1040  La figura
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "fig:Dos-imágenes-distorsionadas"
1048
1049 \end_inset
1050
1051  es un ejemplo de figura flotante con dos imágenes adosadas.
1052  También se pueden poner una sobre otra.
1053  Las subfiguras son
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Estructura-indefinible"
1061
1062 \end_inset
1063
1064  y
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:Platypus"
1072
1073 \end_inset
1074
1075 .
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Estructura-indefinible"
1101
1102 \end_inset
1103
1104 Estructura indefinible
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/escher-lsd.eps
1115         width 45col%
1116         groupId distorsionadas
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \end_inset
1124
1125
1126 \begin_inset space \hfill{}
1127 \end_inset
1128
1129
1130 \begin_inset Float figure
1131 wide false
1132 sideways false
1133 status open
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Caption
1137
1138 \begin_layout Plain Layout
1139 \begin_inset CommandInset label
1140 LatexCommand label
1141 name "fig:Platypus"
1142
1143 \end_inset
1144
1145 Platypus
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Graphics
1155         filename ../clipart/platypus.eps
1156         width 45col%
1157         groupId distorsionadas
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \begin_inset space \hfill{}
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Plain Layout
1174 \begin_inset Caption
1175
1176 \begin_layout Plain Layout
1177 \begin_inset CommandInset label
1178 LatexCommand label
1179 name "fig:Dos-imágenes-distorsionadas"
1180
1181 \end_inset
1182
1183 Dos imágenes distorsionadas.
1184  Ambas están en el grupo llamado «distorsionadas».
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \begin_inset Newpage newpage
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \begin_layout Section
1202 Formatos de imagen
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "sec:Formatos-de-imagen"
1206
1207 \end_inset
1208
1209
1210 \begin_inset Index
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 Formatos de imagen
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \begin_inset Index
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 Figuras ! Formatos de imagen
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \begin_layout Standard
1233 Puedes insertar imágenes en cualquier formato.
1234  Pero como se explica en el apéndice
1235 \begin_inset space ~
1236 \end_inset
1237
1238
1239 \begin_inset CommandInset ref
1240 LatexCommand ref
1241 reference "cha:Formatos-de-Archivos-de-Salida"
1242
1243 \end_inset
1244
1245 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1246  de archivo de imagen.
1247  Por eso LyX usa el programa 
1248 \family sans
1249 Imagemagick
1250 \family default
1251  en segundo plano para convertir imágenes al formato adecuado.
1252  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1253  los formatos de imagen admitidos en el formato de archivo de salida.
1254  Los formatos de salida se explican en el apéndice
1255 \begin_inset space ~
1256 \end_inset
1257
1258
1259 \begin_inset CommandInset ref
1260 LatexCommand ref
1261 reference "cha:Formatos-de-Archivos-de-Salida"
1262
1263 \end_inset
1264
1265 .
1266 \end_layout
1267
1268 \begin_layout Standard
1269 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1270 \end_layout
1271
1272 \begin_layout Description
1273 Imágenes
1274 \begin_inset space ~
1275 \end_inset
1276
1277 mapa
1278 \begin_inset space ~
1279 \end_inset
1280
1281 de
1282 \begin_inset space ~
1283 \end_inset
1284
1285 bits
1286 \begin_inset space ~
1287 \end_inset
1288
1289 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1290  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1291  de zoom.
1292  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1293  Format» (GIF, extensión «.gif»)
1294 \begin_inset Index
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 GIF|see
1299 \begin_inset ERT
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303
1304 {
1305 \end_layout
1306
1307 \end_inset
1308
1309 Formatos de imagen
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 }
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325 , «Portable Network Graphics» (PNG, extensión «.png»)
1326 \begin_inset Index
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 PNG|see
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 {
1337 \end_layout
1338
1339 \end_inset
1340
1341 Formatos de imagen
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 }
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1358 \begin_inset Index
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 JPG|see
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 {
1369 \end_layout
1370
1371 \end_inset
1372
1373 Formatos de imagen
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 }
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389 .
1390 \end_layout
1391
1392 \begin_layout Description
1393 Imágenes
1394 \begin_inset space ~
1395 \end_inset
1396
1397 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1398 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1399  La posibilidad de escalado hace falta para crear presentaciones, porque
1400  éstas siempre son escaladas por el proyector.
1401  El escalado también es útil en los documentos en línea para permitir el
1402  zoom en diagramas.
1403 \begin_inset Newline newline
1404 \end_inset
1405
1406 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1407  extensión «.svg»)
1408 \begin_inset Index
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG|see
1413 \begin_inset ERT
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417
1418 {
1419 \end_layout
1420
1421 \end_inset
1422
1423 Formatos de imagen
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 }
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438
1439 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1440 \begin_inset Index
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 EPS|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Formatos de imagen
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471 , «Portable Document Format» (PDF, extensión «.pdf»)
1472 \begin_inset Index
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 PDF|see
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 {
1483 \end_layout
1484
1485 \end_inset
1486
1487 Formatos de imagen
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 }
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \end_inset
1502
1503 , y «Windows Metafile» (WMF, extensión «.wmf»)
1504 \begin_inset Index
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 WMF|see
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 {
1515 \end_layout
1516
1517 \end_inset
1518
1519 Formatos de imagen
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 }
1526 \end_layout
1527
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534
1535 .
1536  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1537  a PDF o EPS y el resultado será todavía una imagen bitmap.
1538  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1539  a la imagen original.
1540 \begin_inset Foot
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 En el caso de PDF, además se comprime la imagen original.
1545 \end_layout
1546
1547 \end_inset
1548
1549  Por ejemplo, los archivos PDF generados por 
1550 \family sans
1551 Adobe Photoshop
1552 \family default
1553  son imágenes bitmap.
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1558  al contrario.
1559  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1560  archivos de salida PDF y PostScript, respectivamente.
1561  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1562  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1563 \begin_inset Formula $\to$
1564 \end_inset
1565
1566  PDF/EPS.
1567 \end_layout
1568
1569 \begin_layout Chapter
1570 Tablas
1571 \begin_inset Index
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 Tablas
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \begin_layout Section
1584 Introducción
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tablas ! Introducción
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Standard
1598 Puede insertarse una tabla mediante el botón 
1599 \begin_inset Graphics
1600         filename ../../images/tabular-insert.png
1601         scale 85
1602
1603 \end_inset
1604
1605  o el menú 
1606 \family sans
1607 Insertar\SpecialChar \menuseparator
1608 Tabla
1609 \family default
1610 .
1611  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1612  el número de filas y de columnas de la tabla.
1613  Si usas el menú aparece un diálogo en el que se pide el número de filas
1614  y columnas.
1615  
1616 \begin_inset Newline newline
1617 \end_inset
1618
1619 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1620  fila aparece separada por una línea doble: la línea inferior de la primera
1621  fila y la línea superior de la segunda fila.
1622  Ejemplo de tabla:
1623 \end_layout
1624
1625 \begin_layout Standard
1626 \align center
1627 \begin_inset Tabular
1628 <lyxtabular version="3" rows="4" columns="4">
1629 <features>
1630 <column alignment="center" valignment="top" width="0">
1631 <column alignment="center" valignment="top" width="0pt">
1632 <column alignment="center" valignment="top" width="0in">
1633 <column alignment="center" valignment="top" width="0pt">
1634 <row>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \family roman
1650 \series medium
1651 \shape up
1652 \size normal
1653 \emph off
1654 \bar no
1655 \noun off
1656 \color none
1657 1
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666 2
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 3
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 </row>
1681 <row>
1682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686
1687 \family roman
1688 \series medium
1689 \shape up
1690 \size normal
1691 \emph off
1692 \bar no
1693 \noun off
1694 \color none
1695 A
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 </row>
1728 <row>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 B
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \size normal
1762 \noun off
1763 \color none
1764  
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 </row>
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \family roman
1786 \series medium
1787 \shape up
1788 \size normal
1789 \emph off
1790 \bar no
1791 \noun off
1792 \color none
1793 C
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 </row>
1826 </lyxtabular>
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \begin_layout Section
1834 Diálogo de tablas
1835 \begin_inset Index
1836 status collapsed
1837
1838 \begin_layout Plain Layout
1839 Tablas ! Diálogo
1840 \end_layout
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Standard
1848 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1849  pinchar sobre ella con el botón derecho del ratón.
1850  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1851  encuentra el cursor.
1852  La mayoría de opciones también trabajan sobre una selección de celdas,
1853  de filas o de columnas.
1854  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1855  su 
1856 \emph on
1857 contenido
1858 \emph default
1859 .
1860  En el cuadro de diálogo aparecen las siguientes solapas:
1861 \end_layout
1862
1863 \begin_layout Description
1864
1865 \family sans
1866 Configuración
1867 \begin_inset space ~
1868 \end_inset
1869
1870 de
1871 \begin_inset space ~
1872 \end_inset
1873
1874 la
1875 \begin_inset space ~
1876 \end_inset
1877
1878 tabla
1879 \family default
1880  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1881  actual.
1882  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1883  Una anchura determinada permite tener saltos de línea y distintos párrafos
1884  de texto, véase sección 
1885 \begin_inset space ~
1886 \end_inset
1887
1888
1889 \begin_inset CommandInset ref
1890 LatexCommand ref
1891 reference "sub:Líneas-Múltiples-en"
1892
1893 \end_inset
1894
1895 .
1896  Si no estableces anchura, la columna será tan ancha como el contenido de
1897  la celda más ancha.
1898 \begin_inset Newline newline
1899 \end_inset
1900
1901 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1902  véase sección
1903 \begin_inset space ~
1904 \end_inset
1905
1906
1907 \begin_inset CommandInset ref
1908 LatexCommand ref
1909 reference "sub:Multicolumnas"
1910
1911 \end_inset
1912
1913 .
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1918  90º en el sentido de las agujas del reloj.
1919  La rotación no se ve en LyX, sí en la salida.
1920 \begin_inset Newline newline
1921 \end_inset
1922
1923
1924 \begin_inset Note Greyedout
1925 status open
1926
1927 \begin_layout Plain Layout
1928
1929 \series bold
1930 Nota:
1931 \series default
1932  no todos los visores DVI pueden mostrar rotaciones.
1933 \end_layout
1934
1935 \end_inset
1936
1937
1938 \begin_inset Newline newline
1939 \end_inset
1940
1941 También es posible introducir argumentos LaTeX necesarios para formatos
1942  especiales, véanse las secciones
1943 \begin_inset space ~
1944 \end_inset
1945
1946
1947 \begin_inset CommandInset ref
1948 LatexCommand ref
1949 reference "sub:Cálculos-en-Multicolumnas"
1950
1951 \end_inset
1952
1953  y
1954 \begin_inset space ~
1955 \end_inset
1956
1957
1958 \begin_inset CommandInset ref
1959 LatexCommand ref
1960 reference "sec:Tablas-Coloreadas"
1961
1962 \end_inset
1963
1964 .
1965 \end_layout
1966
1967 \begin_layout Description
1968
1969 \family sans
1970 Bordes
1971 \family default
1972  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1973 \end_layout
1974
1975 \begin_layout Description
1976
1977 \family sans
1978 Tabla
1979 \begin_inset space ~
1980 \end_inset
1981
1982 larga
1983 \family default
1984  Para hacer 
1985 \emph on
1986 tablas largas
1987 \emph default
1988  que pueden extenderse por varias páginas.
1989  La sección
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "sec:Tablas-Largas"
1997
1998 \end_inset
1999
2000  describe su uso en detalle.
2001 \end_layout
2002
2003 \begin_layout Standard
2004 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2005  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2006  aparecerá inmediatamente en el diálogo.
2007 \end_layout
2008
2009 \begin_layout Section
2010 Barra de herramientas de tabla
2011 \begin_inset Index
2012 status collapsed
2013
2014 \begin_layout Plain Layout
2015 Tablas ! Barra de herramientas
2016 \end_layout
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \begin_layout Standard
2024 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2025  para cambiar las tablas de manera más rápida.
2026  Normalmente debería aparecer en la parte inferior de la ventana principal
2027  de LyX cuando el cursor está dentro de una tabla.
2028  En cualquier momento se puede presentar esta barra pinchando con el botón
2029  derecho del ratón en cualquier punto de la barra principal de menú.
2030 \end_layout
2031
2032 \begin_layout Standard
2033 La barra de herramientas tiene los siguientes iconos:
2034 \end_layout
2035
2036 \begin_layout Labeling
2037 \labelwidthstring 00.00.0000
2038 \begin_inset Graphics
2039         filename ../../images/tabular-feature_append-row.png
2040
2041 \end_inset
2042
2043  añade una fila bajo la celda actual o selección
2044 \end_layout
2045
2046 \begin_layout Labeling
2047 \labelwidthstring 00.00.0000
2048 \begin_inset Graphics
2049         filename ../../images/tabular-feature_append-column.png
2050
2051 \end_inset
2052
2053  añade una columna a la derecha de la celda actual o selección
2054 \end_layout
2055
2056 \begin_layout Labeling
2057 \labelwidthstring 00.00.0000
2058 \begin_inset Graphics
2059         filename ../../images/tabular-feature_delete-row.png
2060
2061 \end_inset
2062
2063  borra la fila actual o selección
2064 \end_layout
2065
2066 \begin_layout Labeling
2067 \labelwidthstring 00.00.0000
2068 \begin_inset Graphics
2069         filename ../../images/tabular-feature_delete-column.png
2070
2071 \end_inset
2072
2073  borra la columna actual o selección
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078 \begin_inset Graphics
2079         filename ../../images/tabular-feature_toggle-line-top.png
2080
2081 \end_inset
2082
2083  añade una línea sobre la celda/fila actual o la selección
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088 \begin_inset Graphics
2089         filename ../../images/tabular-feature_toggle-line-bottom.png
2090
2091 \end_inset
2092
2093  añade una línea bajo la celda/fila actual o la selección
2094 \end_layout
2095
2096 \begin_layout Labeling
2097 \labelwidthstring 00.00.0000
2098 \begin_inset Graphics
2099         filename ../../images/tabular-feature_toggle-line-left.png
2100
2101 \end_inset
2102
2103  añade una línea a la izquierda de la celda/fila actual o la selección
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Graphics
2109         filename ../../images/tabular-feature_toggle-line-right.png
2110
2111 \end_inset
2112
2113  añade una línea a la derecha de la celda/fila actual o la selección
2114 \end_layout
2115
2116 \begin_layout Labeling
2117 \labelwidthstring 00.00.0000
2118 \begin_inset Graphics
2119         filename ../../images/tabular-feature_set-all-lines.png
2120
2121 \end_inset
2122
2123  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2124  actual no es multicolumna esto afecta también a la fila y a la columna)
2125 \end_layout
2126
2127 \begin_layout Labeling
2128 \labelwidthstring 00.00.0000
2129 \begin_inset Graphics
2130         filename ../../images/tabular-feature_unset-all-lines.png
2131
2132 \end_inset
2133
2134  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2135  actual no es multicolumna esto afecta también a la fila y a la columna)
2136 \end_layout
2137
2138 \begin_layout Labeling
2139 \labelwidthstring 00.00.0000
2140 \begin_inset Graphics
2141         filename ../../images/tabular-feature_align-left.png
2142
2143 \end_inset
2144
2145  alinea a la izquierda el contenido de la celda/columna
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Graphics
2151         filename ../../images/tabular-feature_align-center.png
2152
2153 \end_inset
2154
2155  centra el contenido de la celda/columna horizontalmente
2156 \end_layout
2157
2158 \begin_layout Labeling
2159 \labelwidthstring 00.00.0000
2160 \begin_inset Graphics
2161         filename ../../images/tabular-feature_align-right.png
2162
2163 \end_inset
2164
2165  alinea a la derecha el contenido de la celda/columna
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_valign-top.png
2172
2173 \end_inset
2174
2175  alinea arriba el contenido de la celda
2176 \end_layout
2177
2178 \begin_layout Labeling
2179 \labelwidthstring 00.00.0000
2180 \begin_inset Graphics
2181         filename ../../images/tabular-feature_valign-middle.png
2182
2183 \end_inset
2184
2185  centra verticalmente el contenido de la celda
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_valign-bottom.png
2192
2193 \end_inset
2194
2195  alinea abajo el contenido de la celda
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_set-rotate-cell.png
2202
2203 \end_inset
2204
2205  gira la celda o selección 90° como las agujas de reloj
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_set-rotate-tabular.png
2212
2213 \end_inset
2214
2215  gira toda la tabla 90° como agujas del reloj
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220 \begin_inset Graphics
2221         filename ../../images/tabular-feature_multicolumn.png
2222
2223 \end_inset
2224
2225  establece la celda actual o selección como multicolumna
2226 \end_layout
2227
2228 \begin_layout Standard
2229 \begin_inset Note Greyedout
2230 status open
2231
2232 \begin_layout Plain Layout
2233
2234 \series bold
2235 Nota:
2236 \series default
2237  En la salida se emplea la alineación vertical de la primera celda de una
2238  fila para todas las celdas restantes de la fila.
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Section
2247 Menú Editar Tabla
2248 \begin_inset Index
2249 status collapsed
2250
2251 \begin_layout Plain Layout
2252 Tablas ! Editar
2253 \end_layout
2254
2255 \end_inset
2256
2257
2258 \end_layout
2259
2260 \begin_layout Standard
2261 Además del diálogo y la barra de herramientas, el menú 
2262 \family sans
2263 Editar\SpecialChar \menuseparator
2264 Tabla
2265 \family default
2266  permite añadir y borrar bordes para la fila/columna actual y establecer
2267  la selección como multicolumna.
2268  El menú sólo está disponible si el cursor está en la tabla.
2269 \end_layout
2270
2271 \begin_layout Section
2272 Tablas flotantes
2273 \begin_inset CommandInset label
2274 LatexCommand label
2275 name "sec:Tablas-Flotantes"
2276
2277 \end_inset
2278
2279
2280 \begin_inset Index
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Flotantes ! Tablas
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Index
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Tablas ! Flotantes
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 Para una explicación general sobre flotantes, echa un vistazo a la sección
2304 \begin_inset space ~
2305 \end_inset
2306
2307
2308 \begin_inset CommandInset ref
2309 LatexCommand ref
2310 reference "sec:Introducción-Flotantes"
2311
2312 \end_inset
2313
2314 .
2315 \end_layout
2316
2317 \begin_layout Standard
2318 \begin_inset Float table
2319 placement h
2320 wide false
2321 sideways false
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 \begin_inset Caption
2326
2327 \begin_layout Plain Layout
2328 \begin_inset CommandInset label
2329 LatexCommand label
2330 name "tab:una tabla flotante"
2331
2332 \end_inset
2333
2334 Una tabla flotante.
2335 \end_layout
2336
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Plain Layout
2343 \align center
2344 \begin_inset Tabular
2345 <lyxtabular version="3" rows="3" columns="3">
2346 <features>
2347 <column alignment="center" valignment="top" width="0pt">
2348 <column alignment="center" valignment="top" width="0pt">
2349 <column alignment="center" valignment="top" width="0pt">
2350 <row>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355
2356 \family roman
2357 \series medium
2358 \shape up
2359 \size normal
2360 \emph off
2361 \bar no
2362 \noun off
2363 \color none
2364 1
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \family roman
2375 \series medium
2376 \shape up
2377 \size normal
2378 \emph off
2379 \bar no
2380 \noun off
2381 \color none
2382 2
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391
2392 \family roman
2393 \series medium
2394 \shape up
2395 \size normal
2396 \emph off
2397 \bar no
2398 \noun off
2399 \color none
2400 3
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \family roman
2413 \series medium
2414 \shape up
2415 \size normal
2416 \emph off
2417 \bar no
2418 \noun off
2419 \color none
2420 Pepe
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429
2430 \family roman
2431 \series medium
2432 \shape up
2433 \size normal
2434 \emph off
2435 \bar no
2436 \noun off
2437 \color none
2438 Mari
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447
2448 \family roman
2449 \series medium
2450 \shape up
2451 \size normal
2452 \emph off
2453 \bar no
2454 \noun off
2455 \color none
2456 Teo
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $\int x^{2}dx$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Plain Layout
2488
2489 \family roman
2490 \series medium
2491 \shape up
2492 \size normal
2493 \emph off
2494 \bar no
2495 \noun off
2496 \color none
2497 \begin_inset Formula $\left[\begin{array}{cc}
2498 a & b\\
2499 c & d\end{array}\right]$
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2508 \begin_inset Text
2509
2510 \begin_layout Plain Layout
2511
2512 \family roman
2513 \series medium
2514 \shape up
2515 \size normal
2516 \emph off
2517 \bar no
2518 \noun off
2519 \color none
2520 \begin_inset Formula $1+1=2$
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 </lyxtabular>
2530
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \begin_layout Standard
2542 Las tablas flotantes pueden insertarse con el menú 
2543 \family sans
2544 Insertar\SpecialChar \menuseparator
2545 Flotante\SpecialChar \menuseparator
2546 Tabla
2547 \family default
2548  o con el botón 
2549 \begin_inset Graphics
2550         filename ../../images/float-insert_table.png
2551         scale 85
2552
2553 \end_inset
2554
2555 .
2556 \end_layout
2557
2558 \begin_layout Standard
2559 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2560 \begin_inset space ~
2561 \end_inset
2562
2563 #:» (# es el número actual).
2564  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2565  Para insertar una tabla en el flotante se sitúa el cursor al final del
2566  texto del encabezado y se pulsa 
2567 \family sans
2568 Retorno
2569 \family default
2570 .
2571  La leyenda se imprime encima de la tabla.
2572 \end_layout
2573
2574 \begin_layout Standard
2575 La tabla
2576 \begin_inset space ~
2577 \end_inset
2578
2579
2580 \begin_inset CommandInset ref
2581 LatexCommand ref
2582 reference "tab:una tabla flotante"
2583
2584 \end_inset
2585
2586  es un ejemplo de tabla flotante.
2587 \end_layout
2588
2589 \begin_layout Standard
2590 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2591  no es soportado en las clases estándar de LaTeX.
2592  Esto significa que si estás usando las clases de documento 
2593 \family sans
2594 article
2595 \family default
2596
2597 \family sans
2598 book
2599 \family default
2600
2601 \family sans
2602 letter
2603 \family default
2604  o 
2605 \family sans
2606 report
2607 \family default
2608  no habrá espacio entre la leyenda y la tabla.
2609  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2610  del documento la siguiente opción al comando del paquete LaTeX 
2611 \series bold
2612 caption
2613 \series default
2614
2615 \begin_inset Index
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 LaTeX-paquetes ! caption
2620 \end_layout
2621
2622 \end_inset
2623
2624 :
2625 \begin_inset Foot
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Para más información ve a la sección
2630 \begin_inset space ~
2631 \end_inset
2632
2633
2634 \begin_inset CommandInset ref
2635 LatexCommand ref
2636 reference "sec:Colocación-de-leyendas"
2637
2638 \end_inset
2639
2640 .
2641 \end_layout
2642
2643 \end_inset
2644
2645
2646 \end_layout
2647
2648 \begin_layout Standard
2649
2650 \series bold
2651 tableposition=top
2652 \end_layout
2653
2654 \begin_layout Standard
2655 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2656  
2657 \series bold
2658 caption
2659 \series default
2660  como se describe en la sección
2661 \begin_inset space ~
2662 \end_inset
2663
2664
2665 \begin_inset CommandInset ref
2666 LatexCommand ref
2667 reference "sec:Formato-de-leyendas"
2668
2669 \end_inset
2670
2671 .
2672  
2673 \end_layout
2674
2675 \begin_layout Standard
2676 \begin_inset Index
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 Referencias ! a tablas
2681 \end_layout
2682
2683 \end_inset
2684
2685 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2686  etiqueta.
2687  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2688 \family sans
2689 Insertar\SpecialChar \menuseparator
2690 Etiqueta
2691 \family default
2692  o con el botón 
2693 \begin_inset Graphics
2694         filename ../../images/label-insert.png
2695         scale 85
2696
2697 \end_inset
2698
2699 .
2700  Ahora puedes referenciar la etiqueta con el menú 
2701 \family sans
2702 Insertar\SpecialChar \menuseparator
2703 Referencia
2704 \begin_inset space ~
2705 \end_inset
2706
2707 cruzada
2708 \family default
2709  o con el botón 
2710 \begin_inset Graphics
2711         filename ../../images/dialog-show-new-inset_ref.png
2712         scale 85
2713
2714 \end_inset
2715
2716 .
2717 \begin_inset Newline newline
2718 \end_inset
2719
2720 Las referencias se explican con detalle en la sección
2721 \begin_inset space ~
2722 \end_inset
2723
2724
2725 \begin_inset CommandInset ref
2726 LatexCommand ref
2727 reference "sec:Referencias-a-Flotantes"
2728
2729 \end_inset
2730
2731 .
2732 \end_layout
2733
2734 \begin_layout Section
2735 Tablas largas
2736 \begin_inset CommandInset label
2737 LatexCommand label
2738 name "sec:Tablas-Largas"
2739
2740 \end_inset
2741
2742
2743 \begin_inset Index
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Tablas largas
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \begin_inset Index
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Tablas ! Largas
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \begin_layout Standard
2766 Si la tabla es demasiado larga para una página, puedes usar la opción 
2767 \family sans
2768 Usar
2769 \begin_inset space ~
2770 \end_inset
2771
2772 tabla
2773 \begin_inset space ~
2774 \end_inset
2775
2776 larga
2777 \family default
2778  en la solapa 
2779 \family sans
2780 Tabla
2781 \begin_inset space ~
2782 \end_inset
2783
2784 larga
2785 \family default
2786  del diálogo de tablas, para repartir automáticamente la tabla en varias
2787  páginas.
2788  Al hacerlo se habilitan las siguientes opciones:
2789 \end_layout
2790
2791 \begin_layout Description
2792
2793 \family sans
2794 Encabezado:
2795 \family default
2796  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2797  definida, se definen como filas de encabezado para todas las páginas de
2798  la tabla, excepto para la primera página si 
2799 \family sans
2800 Primer
2801 \begin_inset space ~
2802 \end_inset
2803
2804 encabezado
2805 \family default
2806  está definido.
2807  Este se denomina encabezado principal.
2808 \end_layout
2809
2810 \begin_layout Description
2811
2812 \family sans
2813 Primer
2814 \begin_inset space ~
2815 \end_inset
2816
2817 encabezado:
2818 \family default
2819  La fila actual y superiores, que no tienen ninguna opción especial definida,
2820  se definen como filas cabeceras de la primera página de la tabla.
2821 \end_layout
2822
2823 \begin_layout Description
2824
2825 \family sans
2826 Pie:
2827 \family default
2828  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2829  definida, se definen como filas de pie de todas las páginas de la tabla,
2830  excepto para la última página si se define 
2831 \family sans
2832 Último
2833 \begin_inset space ~
2834 \end_inset
2835
2836 pie.
2837 \end_layout
2838
2839 \begin_layout Description
2840
2841 \family sans
2842 Último
2843 \begin_inset space ~
2844 \end_inset
2845
2846 pie: L
2847 \family default
2848 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2849  se definen como filas de pie de la última página de la tabla.
2850 \end_layout
2851
2852 \begin_layout Description
2853 Leyenda: La primera fila se reajusta como columna simple.
2854  Ahora puedes insertar ahí la leyenda de la tabla con el menú 
2855 \family sans
2856 Insertar\SpecialChar \menuseparator
2857 Leyenda
2858 \family default
2859 .
2860  Más detalles sobre leyendas en tablas largas en la sec.
2861 \begin_inset space \thinspace{}
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "sub:Leyendas-en-Tablas"
2868
2869 \end_inset
2870
2871 .
2872 \end_layout
2873
2874 \begin_layout Standard
2875 También se puede especificar en qué fila se ha de cortar la tabla.
2876  Si se establece más de una opción en la misma fila, habría que tener en
2877  cuenta que sólo la primera de ellas se usa en la fila dada.
2878  Las otras quedarán definidas como 
2879 \emph on
2880 vacías
2881 \emph default
2882 .
2883  En este contexto, primera significa primero en este orden: 
2884 \family sans
2885 Encabezado, Primer
2886 \begin_inset space ~
2887 \end_inset
2888
2889 encabezado
2890 \family default
2891
2892 \family sans
2893 Pie, Último
2894 \begin_inset space ~
2895 \end_inset
2896
2897 pie
2898 \family default
2899 .
2900  La siguiente tabla muestra cómo funciona:
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \end_layout
2906
2907 \begin_layout Standard
2908 \align center
2909 \begin_inset Tabular
2910 <lyxtabular version="3" rows="69" columns="3">
2911 <features islongtable="true">
2912 <column alignment="left" valignment="top" width="0cm">
2913 <column alignment="left" valignment="top" width="0pt">
2914 <column alignment="right" valignment="top" width="0pt">
2915 <row endfirsthead="true">
2916 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \series bold
2922 Ejemplo de lista telefónica (ignore los nombres)
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row endfirsthead="true">
2947 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \series bold
2953 NOMBRE
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \series bold
2973 TEL.
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row endhead="true">
2980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \series bold
2986 Ejemplo de lista telefónica
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row endhead="true">
3011 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \series bold
3017 NOMBRE
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \series bold
3037 TEL.
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row endfoot="true">
3044 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048  continúa en la página siguiente
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \series bold
3079 Annovi
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 Silvia
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 111
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \series bold
3110 Bertoli
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119 Stefano
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 111
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \series bold
3141 Bozzi
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150 Walter
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159 111
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 </row>
3165 <row>
3166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170
3171 \series bold
3172 Cachia
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181 Maria
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 111
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \series bold
3203 Cachia
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212 Maurizio
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221 111
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 Cinquemani
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 Giusi
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Colin
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Bernard
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Concli
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Gianfranco
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Dal Bosco
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Carolina
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Dalpiaz
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Annamaria
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Feliciello
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Domenico
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Focarelli
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Paola
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Galletti
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Oreste
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Gasparini
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Franca
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Rizzardi
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Paola
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Lassini
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Giancarlo
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Malfatti
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Luciano
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Malfatti
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Valeriano
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Meneguzzo
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Roberto
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Mezzadra
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Roberto
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Pirpamer
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Erich
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Pochiesa
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Paolo
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111, 222
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Radina
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Claudio
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Stuffer
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Oskar
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Tacchelli
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Ugo
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Tezzele
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Margit
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Unterkalmsteiner
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Frieda
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Vieider
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Hilde
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Vigna
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Jürgen
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Weber
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Maurizio
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Winkler
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Franz
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038  
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Annovi
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Silvia
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 555
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Bertoli
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Stefano
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 555
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Bozzi
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Walter
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 555
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Cachia
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Maria
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 555
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Cachia
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Maurizio
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 555
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Cinquemani
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Giusi
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Colin
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Bernard
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Concli
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Gianfranco
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Dal Bosco
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Carolina
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Dalpiaz
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Annamaria
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Feliciello
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Domenico
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Focarelli
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Paola
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Galletti
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Oreste
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Gasparini
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Franca
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Rizzardi
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Paola
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Lassini
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Giancarlo
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Malfatti
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Luciano
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Malfatti
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Valeriano
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Meneguzzo
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Roberto
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Mezzadra
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Roberto
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Pirpamer
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Erich
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Pochiesa
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Paolo
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555, 222
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Radina
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Claudio
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Stuffer
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Oskar
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Tacchelli
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Ugo
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Tezzele
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Margit
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Unterkalmsteiner
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Frieda
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Vieider
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Hilde
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Vigna
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Jürgen
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 999
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Weber
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Maurizio
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Winkler
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Franz
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row endlastfoot="true">
5024 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 fin
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 </lyxtabular>
5053
5054 \end_inset
5055
5056
5057 \begin_inset ERT
5058 status open
5059
5060 \begin_layout Plain Layout
5061
5062
5063 \backslash
5064 addtocounter{table}{-1}
5065 \end_layout
5066
5067 \end_inset
5068
5069
5070 \begin_inset Note Note
5071 status collapsed
5072
5073 \begin_layout Plain Layout
5074 Para comprender el uso de este comando, lee al final de la sección
5075 \begin_inset space ~
5076 \end_inset
5077
5078
5079 \begin_inset CommandInset ref
5080 LatexCommand ref
5081 reference "sub:Leyendas-en-Tablas"
5082
5083 \end_inset
5084
5085  la primera nota resaltada en gris.
5086  
5087 \end_layout
5088
5089 \end_inset
5090
5091
5092 \end_layout
5093
5094 \begin_layout Subsection
5095 Notas al pie en tablas largas
5096 \begin_inset CommandInset label
5097 LatexCommand label
5098 name "sub:Notas-al-pie-en-Tablas-Largas"
5099
5100 \end_inset
5101
5102
5103 \begin_inset Index
5104 status collapsed
5105
5106 \begin_layout Plain Layout
5107 Tablas largas ! Notas al pie
5108 \end_layout
5109
5110 \end_inset
5111
5112
5113 \end_layout
5114
5115 \begin_layout Standard
5116 Se pueden insertar notas al pie en cada celda de una tabla larga.
5117  Las notas se muestran en la parte inferior de la página en la que esté
5118  la celda con la nota.
5119  La tabla
5120 \begin_inset space ~
5121 \end_inset
5122
5123
5124 \begin_inset CommandInset ref
5125 LatexCommand ref
5126 reference "tab:DifLeyendas"
5127
5128 \end_inset
5129
5130  tiene un ejemplo de nota al pie.
5131 \end_layout
5132
5133 \begin_layout Subsection
5134 Alineación de tablas largas
5135 \begin_inset Index
5136 status collapsed
5137
5138 \begin_layout Plain Layout
5139 Tablas largas ! Alineación
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Las tablas largas se centran por omisión.
5149  Al contrario de la alineación de filas y columnas, la alineación de una
5150  tabla no se puede cambiar por ahora en el diálogo de tablas.
5151  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5152  longitudes 
5153 \series bold
5154
5155 \backslash
5156 LTleft
5157 \series default
5158  y 
5159 \series bold
5160
5161 \backslash
5162 LTright 
5163 \series default
5164 insertando la línea siguiente en código TeX antes de la correspondiente
5165  tabla larga:
5166 \end_layout
5167
5168 \begin_layout Standard
5169
5170 \series bold
5171
5172 \backslash
5173 setlength{
5174 \backslash
5175 LTleft}{valor}
5176 \end_layout
5177
5178 \begin_layout Standard
5179 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5180 \begin_inset space ~
5181 \end_inset
5182
5183
5184 \begin_inset CommandInset ref
5185 LatexCommand ref
5186 reference "tab:Unidades"
5187
5188 \end_inset
5189
5190 .
5191  
5192 \series bold
5193
5194 \backslash
5195 LTlent 
5196 \series default
5197 controla la distancia entre el borde izquierdo de la página y la tabla.
5198  
5199 \series bold
5200
5201 \backslash
5202 LTright 
5203 \series default
5204 la distancia desde el lado derecho.
5205  El valor predeterminado para ambas longitudes es 
5206 \series bold
5207
5208 \backslash
5209 fill
5210 \series default
5211 , que en este caso es lo mismo que un relleno horizontal en LyX.
5212 \end_layout
5213
5214 \begin_layout Standard
5215 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5216 \series bold
5217
5218 \backslash
5219 LTleft
5220 \series default
5221  0 pt.
5222 \begin_inset ERT
5223 status collapsed
5224
5225 \begin_layout Plain Layout
5226
5227
5228 \backslash
5229 setlength{
5230 \backslash
5231 LTleft}{0pt}
5232 \end_layout
5233
5234 \end_inset
5235
5236
5237 \end_layout
5238
5239 \begin_layout Standard
5240 \begin_inset Tabular
5241 <lyxtabular version="3" rows="5" columns="5">
5242 <features islongtable="true">
5243 <column alignment="center" valignment="top" width="0">
5244 <column alignment="center" valignment="top" width="0">
5245 <column alignment="center" valignment="top" width="0">
5246 <column alignment="center" valignment="top" width="0">
5247 <column alignment="center" valignment="top" width="0">
5248 <row>
5249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 1
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262 2
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 3
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 4
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 5
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row>
5296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 asd
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5306 \begin_inset Text
5307
5308 \begin_layout Plain Layout
5309 s
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 s
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 s
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336 asd
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 </row>
5342 <row>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Plain Layout
5347 asd
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5353 \begin_inset Text
5354
5355 \begin_layout Plain Layout
5356 s
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 s
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 s
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 asd
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 </row>
5389 <row>
5390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 asd
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 s
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 s
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 s
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 asd
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 asd
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 asd
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 asd
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 asd
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 asd
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 </lyxtabular>
5484
5485 \end_inset
5486
5487
5488 \begin_inset ERT
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492
5493
5494 \backslash
5495 setlength{
5496 \backslash
5497 LTleft}{
5498 \backslash
5499 fill}
5500 \end_layout
5501
5502 \end_inset
5503
5504
5505 \begin_inset Newpage newpage
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \begin_layout Subsection
5512 Leyendas en tablas largas
5513 \begin_inset Index
5514 status collapsed
5515
5516 \begin_layout Plain Layout
5517 Tablas largas ! Leyendas
5518 \end_layout
5519
5520 \end_inset
5521
5522
5523 \begin_inset CommandInset label
5524 LatexCommand label
5525 name "sub:Leyendas-en-Tablas"
5526
5527 \end_inset
5528
5529
5530 \end_layout
5531
5532 \begin_layout Standard
5533 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5534  estar en una página, aunque el entorno leyenda de flotantes sí puede usarse
5535  para tablas largas.
5536  Por tanto la leyenda se inserta como primera fila de la tabla, como se
5537  explica en la sec.
5538 \begin_inset space \thinspace{}
5539 \end_inset
5540
5541
5542 \begin_inset CommandInset ref
5543 LatexCommand ref
5544 reference "sec:Tablas-Largas"
5545
5546 \end_inset
5547
5548 .
5549  En este caso la primera fila de la tabla es sólo una fila postiza para
5550  la leyenda, la tabla se inicia realmente en la segunda fila.
5551 \end_layout
5552
5553 \begin_layout Standard
5554 He aquí una pequeña tabla larga para mostrar cómo funciona:
5555 \end_layout
5556
5557 \begin_layout Standard
5558 \begin_inset Tabular
5559 <lyxtabular version="3" rows="6" columns="5">
5560 <features islongtable="true">
5561 <column alignment="center" valignment="top" width="0">
5562 <column alignment="center" valignment="top" width="0">
5563 <column alignment="center" valignment="top" width="0">
5564 <column alignment="center" valignment="top" width="0">
5565 <column alignment="center" valignment="top" width="0">
5566 <row caption="true">
5567 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Caption
5572
5573 \begin_layout Plain Layout
5574 Tabla larga con leyenda
5575 \begin_inset OptArg
5576 status open
5577
5578 \begin_layout Plain Layout
5579 Tabla larga
5580 \end_layout
5581
5582 \end_inset
5583
5584
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5622 \begin_inset Text
5623
5624 \begin_layout Plain Layout
5625
5626 \end_layout
5627
5628 \end_inset
5629 </cell>
5630 </row>
5631 <row>
5632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 1
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Plain Layout
5645 2
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 3
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 4
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672 5
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 asd
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 s
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 s
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 s
5711 \end_layout
5712
5713 \end_inset
5714 </cell>
5715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5716 \begin_inset Text
5717
5718 \begin_layout Plain Layout
5719 asd
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 </row>
5725 <row>
5726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5727 \begin_inset Text
5728
5729 \begin_layout Plain Layout
5730 asd
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 s
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 s
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 s
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 asd
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 asd
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 s
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 s
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 s
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 asd
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 asd
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 asd
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 asd
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 </lyxtabular>
5867
5868 \end_inset
5869
5870
5871 \end_layout
5872
5873 \begin_layout Standard
5874 \begin_inset VSpace medskip
5875 \end_inset
5876
5877
5878 \begin_inset Note Greyedout
5879 status open
5880
5881 \begin_layout Plain Layout
5882
5883 \series bold
5884 Nota
5885 \series default
5886 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5887  leyenda en alguna de ellas.
5888  Por esto podría suceder que, p.
5889 \begin_inset space \thinspace{}
5890 \end_inset
5891
5892 e., la tabla
5893 \begin_inset space ~
5894 \end_inset
5895
5896 2.4 siga a la tabla
5897 \begin_inset space ~
5898 \end_inset
5899
5900 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5901  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5902  en código TeX:
5903 \end_layout
5904
5905 \begin_layout Plain Layout
5906
5907 \series bold
5908
5909 \backslash
5910 addtocounter{table}{-1}
5911 \end_layout
5912
5913 \end_inset
5914
5915
5916 \end_layout
5917
5918 \begin_layout Standard
5919 \begin_inset Note Greyedout
5920 status open
5921
5922 \begin_layout Plain Layout
5923
5924 \series bold
5925 Nota:
5926 \series default
5927  Si utilizas 
5928 \series bold
5929 hyperref
5930 \series default
5931
5932 \begin_inset Index
5933 status collapsed
5934
5935 \begin_layout Plain Layout
5936 LaTeX-paquetes ! hyperref
5937 \end_layout
5938
5939 \end_inset
5940
5941  en las 
5942 \family sans
5943 Propiedades PDF 
5944 \family default
5945 del diálogo 
5946 \family sans
5947 Configuración del documento 
5948 \family default
5949 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
5950  llevan siempre al principio del documento.
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \begin_layout Subsubsection
5959 Referencias a tablas largas
5960 \begin_inset Index
5961 status collapsed
5962
5963 \begin_layout Plain Layout
5964 Tablas largas ! Referencias a
5965 \end_layout
5966
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \begin_layout Standard
5973 \begin_inset Tabular
5974 <lyxtabular version="3" rows="6" columns="5">
5975 <features islongtable="true">
5976 <column alignment="center" valignment="top" width="0">
5977 <column alignment="center" valignment="top" width="0">
5978 <column alignment="center" valignment="top" width="0">
5979 <column alignment="center" valignment="top" width="0">
5980 <column alignment="center" valignment="top" width="0">
5981 <row caption="true">
5982 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 \begin_inset Caption
5987
5988 \begin_layout Plain Layout
5989 Tabla larga referenciada
5990 \begin_inset CommandInset label
5991 LatexCommand label
5992 name "tab:RefEjemplo"
5993
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 </row>
6043 <row>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 1
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 2
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 3
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 4
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084 5
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 s
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 s
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 s
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 asd
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row>
6138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 asd
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 s
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 s
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 s
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 asd
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 asd
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 s
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 s
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 s
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 asd
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 <row>
6232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 asd
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 sad
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 asd
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 asd
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 asd
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 </row>
6278 </lyxtabular>
6279
6280 \end_inset
6281
6282
6283 \end_layout
6284
6285 \begin_layout Standard
6286 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6287  
6288 \end_layout
6289
6290 \begin_layout Standard
6291 Esto es una referencia a la tabla
6292 \begin_inset space ~
6293 \end_inset
6294
6295
6296 \begin_inset CommandInset ref
6297 LatexCommand ref
6298 reference "tab:RefEjemplo"
6299
6300 \end_inset
6301
6302 .
6303 \end_layout
6304
6305 \begin_layout Standard
6306 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6307  del documento mediante el paquete LaTeX 
6308 \series bold
6309 caption
6310 \series default
6311
6312 \begin_inset Index
6313 status collapsed
6314
6315 \begin_layout Plain Layout
6316 LaTeX-paquetes ! caption
6317 \end_layout
6318
6319 \end_inset
6320
6321 , véase sección
6322 \begin_inset space ~
6323 \end_inset
6324
6325
6326 \begin_inset CommandInset ref
6327 LatexCommand ref
6328 reference "sec:Formato-de-leyendas"
6329
6330 \end_inset
6331
6332 .
6333 \end_layout
6334
6335 \begin_layout Subsubsection
6336 Anchura de la leyenda
6337 \begin_inset Index
6338 status collapsed
6339
6340 \begin_layout Plain Layout
6341 Tablas largas ! Anchura de la leyenda
6342 \end_layout
6343
6344 \end_inset
6345
6346
6347 \end_layout
6348
6349 \begin_layout Standard
6350 La anchura máxima se define por la longitud 
6351 \series bold
6352
6353 \backslash
6354 LTcapwidth
6355 \series default
6356 .
6357  Por omisión es 4
6358 \begin_inset space \thinspace{}
6359 \end_inset
6360
6361 in (4
6362 \begin_inset space ~
6363 \end_inset
6364
6365 pulgadas).
6366  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6367  en el documento antes de la tabla larga a la que afecta
6368 \end_layout
6369
6370 \begin_layout Standard
6371
6372 \series bold
6373
6374 \backslash
6375 setlength{
6376 \backslash
6377 LTcapwidth}{anchura}
6378 \end_layout
6379
6380 \begin_layout Standard
6381 donde la anchura puede ser una de las unidades listadas en el apéndice
6382 \begin_inset space ~
6383 \end_inset
6384
6385
6386 \begin_inset CommandInset ref
6387 LatexCommand ref
6388 reference "cha:Unidades-disponibles-en"
6389
6390 \end_inset
6391
6392 .
6393 \end_layout
6394
6395 \begin_layout Standard
6396 Las tablas siguientes muestran la diferencia:
6397 \end_layout
6398
6399 \begin_layout Standard
6400 \begin_inset Tabular
6401 <lyxtabular version="3" rows="6" columns="5">
6402 <features islongtable="true">
6403 <column alignment="center" valignment="top" width="0">
6404 <column alignment="center" valignment="top" width="0">
6405 <column alignment="center" valignment="top" width="0">
6406 <column alignment="center" valignment="top" width="0">
6407 <column alignment="center" valignment="top" width="0">
6408 <row caption="true">
6409 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 \begin_inset Caption
6414
6415 \begin_layout Plain Layout
6416 Leyenda larga completa con anchura predeterminada leyenda larga completa
6417  con anchura predeterminada
6418 \begin_inset OptArg
6419 status open
6420
6421 \begin_layout Plain Layout
6422 Leyenda con anchura predeterminada
6423 \end_layout
6424
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6438 \begin_inset Text
6439
6440 \begin_layout Plain Layout
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 </row>
6474 <row>
6475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6476 \begin_inset Text
6477
6478 \begin_layout Plain Layout
6479 1
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6485 \begin_inset Text
6486
6487 \begin_layout Plain Layout
6488 2
6489 \end_layout
6490
6491 \end_inset
6492 </cell>
6493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6494 \begin_inset Text
6495
6496 \begin_layout Plain Layout
6497 3
6498 \end_layout
6499
6500 \end_inset
6501 </cell>
6502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6503 \begin_inset Text
6504
6505 \begin_layout Plain Layout
6506 4
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515 5
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 </row>
6521 <row>
6522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6523 \begin_inset Text
6524
6525 \begin_layout Plain Layout
6526 asd
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6532 \begin_inset Text
6533
6534 \begin_layout Plain Layout
6535 s
6536 \end_layout
6537
6538 \end_inset
6539 </cell>
6540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 s
6545 \end_layout
6546
6547 \end_inset
6548 </cell>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 s
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 asd
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 </row>
6568 <row>
6569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 asd
6574 \end_layout
6575
6576 \end_inset
6577 </cell>
6578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 s
6583 \end_layout
6584
6585 \end_inset
6586 </cell>
6587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6588 \begin_inset Text
6589
6590 \begin_layout Plain Layout
6591 s
6592 \end_layout
6593
6594 \end_inset
6595 </cell>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 s
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 asd
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 </row>
6615 <row>
6616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 asd
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 s
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638 s
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 s
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 asd
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 sad
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 asd
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 asd
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 </row>
6709 </lyxtabular>
6710
6711 \end_inset
6712
6713
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \begin_inset ERT
6718 status collapsed
6719
6720 \begin_layout Plain Layout
6721
6722
6723 \backslash
6724 setlength{
6725 \backslash
6726 LTcapwidth}{5cm}
6727 \end_layout
6728
6729 \end_inset
6730
6731
6732 \begin_inset Tabular
6733 <lyxtabular version="3" rows="6" columns="5">
6734 <features islongtable="true">
6735 <column alignment="center" valignment="top" width="0">
6736 <column alignment="center" valignment="top" width="0">
6737 <column alignment="center" valignment="top" width="0">
6738 <column alignment="center" valignment="top" width="0">
6739 <column alignment="center" valignment="top" width="0">
6740 <row caption="true">
6741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 \begin_inset Caption
6746
6747 \begin_layout Plain Layout
6748 Leyenda larga completa con anchura de 5
6749 \begin_inset space \thinspace{}
6750 \end_inset
6751
6752 cm leyenda larga completa con anchura de 5
6753 \begin_inset space \thinspace{}
6754 \end_inset
6755
6756 cm leyenda larga completa con anchura de 5
6757 \begin_inset space \thinspace{}
6758 \end_inset
6759
6760 cm
6761 \begin_inset OptArg
6762 status open
6763
6764 \begin_layout Plain Layout
6765 Leyenda con anchura
6766 \begin_inset space \thinspace{}
6767 \end_inset
6768
6769 =
6770 \begin_inset space \thinspace{}
6771 \end_inset
6772
6773 5
6774 \begin_inset space \thinspace{}
6775 \end_inset
6776
6777 cm
6778 \end_layout
6779
6780 \end_inset
6781
6782
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 </row>
6829 <row>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 1
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 2
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 3
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 4
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 5
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 </row>
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 s
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 s
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 s
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 asd
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 </row>
6923 <row>
6924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6925 \begin_inset Text
6926
6927 \begin_layout Plain Layout
6928 asd
6929 \end_layout
6930
6931 \end_inset
6932 </cell>
6933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6934 \begin_inset Text
6935
6936 \begin_layout Plain Layout
6937 s
6938 \end_layout
6939
6940 \end_inset
6941 </cell>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946 s
6947 \end_layout
6948
6949 \end_inset
6950 </cell>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 s
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 asd
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 </row>
6970 <row>
6971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975 asd
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984 s
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 s
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 s
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 asd
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 </row>
7017 <row>
7018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 asd
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 sad
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 asd
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 </row>
7064 </lyxtabular>
7065
7066 \end_inset
7067
7068
7069 \begin_inset ERT
7070 status collapsed
7071
7072 \begin_layout Plain Layout
7073
7074
7075 \backslash
7076 setlength{
7077 \backslash
7078 LTcapwidth}{4in}
7079 \end_layout
7080
7081 \end_inset
7082
7083
7084 \end_layout
7085
7086 \begin_layout Standard
7087 \begin_inset Note Greyedout
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092 \series bold
7093 Nota: 
7094 \series default
7095 Si se usa el paquete LaTeX 
7096 \series bold
7097 caption
7098 \series default
7099
7100 \begin_inset Index
7101 status collapsed
7102
7103 \begin_layout Plain Layout
7104 LaTeX-paquetes ! caption
7105 \end_layout
7106
7107 \end_inset
7108
7109 , como en este documento, se usa la anchura de toda la página para el pie
7110  si utilizas el valor por omisión de 4
7111 \begin_inset space \thinspace{}
7112 \end_inset
7113
7114 in para 
7115 \series bold
7116
7117 \backslash
7118 LTcapwidth
7119 \series default
7120 .
7121  En este caso, para conseguir exactamente un pie de 4
7122 \begin_inset space \thinspace{}
7123 \end_inset
7124
7125 in, puedes poner un valor ligeramente diferente de 4.0
7126 \begin_inset space \thinspace{}
7127 \end_inset
7128
7129 in, p.
7130 \begin_inset space \thinspace{}
7131 \end_inset
7132
7133 e.
7134  3.99
7135 \begin_inset space \thinspace{}
7136 \end_inset
7137
7138 in, o el comando de LaTeX 
7139 \series bold
7140
7141 \backslash
7142 captionsetup{width=valor}
7143 \series default
7144 , suministrado por el paquete 
7145 \series bold
7146 caption
7147 \series default
7148 .
7149 \end_layout
7150
7151 \end_inset
7152
7153
7154 \end_layout
7155
7156 \begin_layout Subsubsection
7157 Leyendas distintas para cada página
7158 \begin_inset Index
7159 status collapsed
7160
7161 \begin_layout Plain Layout
7162 Tablas largas ! Leyendas distintas para cada página
7163 \end_layout
7164
7165 \end_inset
7166
7167
7168 \end_layout
7169
7170 \begin_layout Standard
7171 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7172  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7173  como primer encabezado.
7174  La leyenda para las restantes páginas se inserta sin título breve en una
7175  fila postiza de leyenda marcada como primer encabezado.
7176  Si este encabezado no ha de incluir el número de tabla, usa el comando
7177 \end_layout
7178
7179 \begin_layout Standard
7180
7181 \series bold
7182
7183 \backslash
7184 caption*{texto de la leyenda}
7185 \end_layout
7186
7187 \begin_layout Standard
7188 en vez del recuadro de leyenda de LyX.
7189  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7190  La tabla
7191 \begin_inset space ~
7192 \end_inset
7193
7194
7195 \begin_inset CommandInset ref
7196 LatexCommand ref
7197 reference "tab:DifLeyendas"
7198
7199 \end_inset
7200
7201  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7202  no incluye número de tabla.
7203 \end_layout
7204
7205 \begin_layout Standard
7206 \align center
7207 \begin_inset Tabular
7208 <lyxtabular version="3" rows="60" columns="3">
7209 <features islongtable="true">
7210 <column alignment="left" valignment="top" width="0cm">
7211 <column alignment="left" valignment="top" width="0pt">
7212 <column alignment="right" valignment="top" width="0pt">
7213 <row endfirsthead="true" caption="true">
7214 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 \begin_inset Caption
7219
7220 \begin_layout Plain Layout
7221 Ejemplo de lista telefónica
7222 \begin_inset CommandInset label
7223 LatexCommand label
7224 name "tab:DifLeyendas"
7225
7226 \end_inset
7227
7228
7229 \begin_inset OptArg
7230 status collapsed
7231
7232 \begin_layout Plain Layout
7233 Ejemplo de lista telefónica
7234 \end_layout
7235
7236 \end_inset
7237
7238
7239 \end_layout
7240
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7258 \begin_inset Text
7259
7260 \begin_layout Plain Layout
7261
7262 \end_layout
7263
7264 \end_inset
7265 </cell>
7266 </row>
7267 <row endfirsthead="true">
7268 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272
7273 \series bold
7274 Ejemplo de lista telefónica (ignore los nombres)
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 </row>
7298 <row endfirsthead="true">
7299 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303
7304 \series bold
7305 NOMBRE
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7311 \begin_inset Text
7312
7313 \begin_layout Plain Layout
7314
7315 \end_layout
7316
7317 \end_inset
7318 </cell>
7319 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7320 \begin_inset Text
7321
7322 \begin_layout Plain Layout
7323
7324 \series bold
7325 TEL.
7326 \end_layout
7327
7328 \end_inset
7329 </cell>
7330 </row>
7331 <row endhead="true" caption="true">
7332 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 \begin_inset ERT
7337 status open
7338
7339 \begin_layout Plain Layout
7340
7341
7342 \backslash
7343 caption*{continúa Ejemplo de lista telefónica}
7344 \backslash
7345
7346 \backslash
7347 %
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \end_layout
7354
7355 \end_inset
7356 </cell>
7357 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361
7362 \end_layout
7363
7364 \end_inset
7365 </cell>
7366 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7367 \begin_inset Text
7368
7369 \begin_layout Plain Layout
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 </row>
7376 <row endhead="true">
7377 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381
7382 \series bold
7383 Ejemplo de lista telefónica
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7398 \begin_inset Text
7399
7400 \begin_layout Plain Layout
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 </row>
7407 <row endhead="true">
7408 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \series bold
7414 NOMBRE
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \series bold
7434 TEL.
7435 \end_layout
7436
7437 \end_inset
7438 </cell>
7439 </row>
7440 <row endfoot="true">
7441 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 continúa en página siguiente
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474
7475 \series bold
7476 Annovi
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Silvia
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 111
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row>
7501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \series bold
7507 Bertoli
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 Stefano
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 111
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 </row>
7531 <row>
7532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \series bold
7538 Bozzi
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 Walter
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 111
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 </row>
7562 <row>
7563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 Cachia
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 Maria
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 111
7588 \end_layout
7589
7590 \end_inset
7591 </cell>
7592 </row>
7593 <row>
7594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \series bold
7600 Cachia
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 Maurizio
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 111
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 </row>
7624 <row>
7625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629
7630 \series bold
7631 Cinquemani
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 Giusi
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 111
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row>
7656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660
7661 \series bold
7662 Colin
7663 \end_layout
7664
7665 \end_inset
7666 </cell>
7667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671 Bernard
7672 \end_layout
7673
7674 \end_inset
7675 </cell>
7676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7677 \begin_inset Text
7678
7679 \begin_layout Plain Layout
7680 111
7681 \end_layout
7682
7683 \end_inset
7684 </cell>
7685 </row>
7686 <row>
7687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691
7692 \series bold
7693 Concli
7694 \end_layout
7695
7696 \end_inset
7697 </cell>
7698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702 Gianfranco
7703 \end_layout
7704
7705 \end_inset
7706 </cell>
7707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 111
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Dal Bosco
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 Carolina
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 111
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 </row>
7748 <row>
7749 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753
7754 \series bold
7755 Dalpiaz
7756 \end_layout
7757
7758 \end_inset
7759 </cell>
7760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764 Annamaria
7765 \end_layout
7766
7767 \end_inset
7768 </cell>
7769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7770 \begin_inset Text
7771
7772 \begin_layout Plain Layout
7773 111
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 </row>
7779 <row>
7780 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784
7785 \series bold
7786 Feliciello
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795 Domenico
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804 111
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 </row>
7810 <row>
7811 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815
7816 \series bold
7817 Focarelli
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826 Paola
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 111
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \series bold
7848 Galletti
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 Oreste
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 111
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \series bold
7879 Gasparini
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 Franca
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Plain Layout
7897 111
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 </row>
7903 <row>
7904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908
7909 \series bold
7910 Rizzardi
7911 \series default
7912
7913 \begin_inset Foot
7914 status open
7915
7916 \begin_layout Plain Layout
7917 Ejemplo de nota al pie
7918 \end_layout
7919
7920 \end_inset
7921
7922
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Paola
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Lassini
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Giancarlo
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Malfatti
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993 Luciano
7994 \end_layout
7995
7996 \end_inset
7997 </cell>
7998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002 111
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 </row>
8008 <row>
8009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \series bold
8015 Malfatti
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024 Valeriano
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 111
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 </row>
8039 <row>
8040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \series bold
8046 Meneguzzo
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055 Roberto
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064 111
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Mezzadra
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 Roberto
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 111
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row>
8102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 Pirpamer
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117 Erich
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 111
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 <row>
8133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137
8138 \series bold
8139 Pochiesa
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148 Paolo
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 111, 222
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 </row>
8163 <row>
8164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \series bold
8170 Radina
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 Claudio
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 111
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 </row>
8194 <row>
8195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199
8200 \series bold
8201 Stuffer
8202 \end_layout
8203
8204 \end_inset
8205 </cell>
8206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210 Oskar
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 111
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 </row>
8225 <row>
8226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230
8231 \series bold
8232 Tacchelli
8233 \end_layout
8234
8235 \end_inset
8236 </cell>
8237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241 Ugo
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 111
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 </row>
8256 <row>
8257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261
8262 \series bold
8263 Tezzele
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272 Margit
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 111
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \series bold
8294 Unterkalmsteiner
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 Frieda
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 111
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 </row>
8318 <row>
8319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323
8324 \series bold
8325 Vieider
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334 Hilde
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 111
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 </row>
8349 <row>
8350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354
8355 \series bold
8356 Vigna
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Jürgen
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 111
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385
8386 \series bold
8387 Weber
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 Maurizio
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 111
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 </row>
8411 <row>
8412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416
8417 \series bold
8418 Winkler
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427 Franz
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 111
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 </row>
8442 <row>
8443 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447  
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Annovi
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Silvia
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 555
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Bertoli
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Stefano
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 555
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Bozzi
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Walter
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 555
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Cachia
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Maria
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 555
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Cachia
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Maurizio
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 555
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Cinquemani
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Giusi
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 555
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662
8663 \series bold
8664 Colin
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Bernard
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 555
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \series bold
8695 Concli
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 Gianfranco
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 555
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 </row>
8719 <row>
8720 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724
8725 \series bold
8726 Dal Bosco
8727 \end_layout
8728
8729 \end_inset
8730 </cell>
8731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735 Carolina
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 555
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 <row>
8751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755
8756 \series bold
8757 Dalpiaz
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766 Annamaria
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 555
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 </row>
8781 <row>
8782 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786
8787 \series bold
8788 Feliciello
8789 \end_layout
8790
8791 \end_inset
8792 </cell>
8793 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797 Domenico
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 555
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \series bold
8819 Focarelli
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 Paola
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 555
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 </row>
8843 <row>
8844 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848
8849 \series bold
8850 Galletti
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Oreste
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 555
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881 Gasparini
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 Franca
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 555
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 </row>
8905 <row>
8906 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910
8911 \series bold
8912 Rizzardi
8913 \end_layout
8914
8915 \end_inset
8916 </cell>
8917 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921 Paola
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 555
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 </row>
8936 <row>
8937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941
8942 \series bold
8943 Lassini
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952 Giancarlo
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 555
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 </row>
8967 <row>
8968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972
8973 \series bold
8974 Malfatti
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 Luciano
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 555
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \series bold
9005 Malfatti
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 Valeriano
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 555
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \series bold
9036 Meneguzzo
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045 Roberto
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 555
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065
9066 \series bold
9067 Mezzadra
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 Roberto
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 555
9086 \end_layout
9087
9088 \end_inset
9089 </cell>
9090 </row>
9091 <row endlastfoot="true">
9092 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 </lyxtabular>
9121
9122 \end_inset
9123
9124
9125 \end_layout
9126
9127 \begin_layout Standard
9128 \begin_inset Newpage newpage
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \begin_layout Section
9135 Particularidades de las tablas largas
9136 \end_layout
9137
9138 \begin_layout Subsection
9139 Cálculos
9140 \begin_inset Index
9141 status collapsed
9142
9143 \begin_layout Plain Layout
9144 Tablas largas ! Cálculos
9145 \end_layout
9146
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \begin_layout Standard
9153 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9154  utilizando los denominados «trozos», que son partes de la tabla presentes
9155  en la memoria de LaTeX.
9156  El valor predeterminado está establecido a sólo 20 filas.
9157  Si estás usando tablas largas con muchas páginas, la generación del documento
9158  puede hacerse muy lenta.
9159  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9160  el siguiente comando en el preámbulo del documento:
9161 \end_layout
9162
9163 \begin_layout Standard
9164
9165 \series bold
9166
9167 \backslash
9168 setcounter{LTchunksize}{100}
9169 \end_layout
9170
9171 \begin_layout Subsection
9172 Flotantes y tablas largas
9173 \begin_inset Index
9174 status collapsed
9175
9176 \begin_layout Plain Layout
9177 Tablas largas ! Flotantes
9178 \end_layout
9179
9180 \end_inset
9181
9182
9183 \end_layout
9184
9185 \begin_layout Standard
9186 Podría haber problemas si un flotante aparece en la misma página donde comienza
9187  una tabla larga.
9188  Para evitarlo, añade el comando 
9189 \series bold
9190
9191 \backslash
9192 clearpage
9193 \series default
9194  en código TeX antes de la tabla.
9195 \end_layout
9196
9197 \begin_layout Subsection
9198 Saltos de página forzados
9199 \begin_inset Index
9200 status collapsed
9201
9202 \begin_layout Plain Layout
9203 Tablas largas ! Saltos de página forzados
9204 \end_layout
9205
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \begin_layout Standard
9212 Por omisión, las tablas sólo se cortan entre filas.
9213  Si tienes una celda con líneas múltiples y necesitas un salto de página
9214  dentro de la celda, inserta el comando de nueva línea «
9215 \series bold
9216
9217 \backslash
9218
9219 \backslash
9220
9221 \series default
9222 » en código TeX en el punto en que quieras cortar.
9223  Antes del comando «
9224 \series bold
9225
9226 \backslash
9227
9228 \backslash
9229
9230 \series default
9231 » debes insertar en código TeX tantos caracteres «
9232 \series bold
9233 &
9234 \series default
9235 » como columnas siguientes de la tabla.
9236  
9237 \series bold
9238 &
9239 \series default
9240  es el carácter para separar celdas.
9241  Escribe en código TeX después de cada 
9242 \series bold
9243 &
9244 \series default
9245  el contenido de la celda siguiente correspondiente y borra el contenido
9246  de esas celdas.
9247 \begin_inset Newline newline
9248 \end_inset
9249
9250 Detrás del comando 
9251 \series bold
9252
9253 \backslash
9254
9255 \backslash
9256
9257 \series default
9258 , inserta tantos 
9259 \series bold
9260 &
9261 \series default
9262  como columnas haya delante de la actual.
9263  En la tabla
9264 \begin_inset space ~
9265 \end_inset
9266
9267
9268 \begin_inset CommandInset ref
9269 LatexCommand ref
9270 reference "tab:Saltos de Página Forzados"
9271
9272 \end_inset
9273
9274  la celda que debería cortarse está en la segunda columna seguida de otra
9275  columna.
9276  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9277  de «
9278 \emph on
9279 Castelchiodato,
9280 \emph default
9281 »:
9282 \end_layout
9283
9284 \begin_layout Standard
9285
9286 \series bold
9287 & 111
9288 \backslash
9289
9290 \backslash
9291
9292 \begin_inset Newline newline
9293 \end_inset
9294
9295 &
9296 \end_layout
9297
9298 \begin_layout Standard
9299 El «111» en la tercera columna de la fila se ha borrado.
9300  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9301  superior pero quisieras una línea horizontal donde se corta la celda, usa
9302  este comando alternativo:
9303 \end_layout
9304
9305 \begin_layout Standard
9306
9307 \series bold
9308 & 111
9309 \backslash
9310
9311 \backslash
9312
9313 \begin_inset Newline newline
9314 \end_inset
9315
9316
9317 \backslash
9318 hline &
9319 \end_layout
9320
9321 \begin_layout Standard
9322 Cuando la celda a cortar está en la última columna, el comando
9323 \end_layout
9324
9325 \begin_layout Standard
9326
9327 \series bold
9328
9329 \backslash
9330 setlength{
9331 \backslash
9332 parfillskip}{0pt}
9333 \end_layout
9334
9335 \begin_layout Standard
9336 debe insertarse en código TeX al principio de la celda.
9337  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9338  aparecerá con toda su anchura.
9339 \end_layout
9340
9341 \begin_layout Standard
9342 \align center
9343 \begin_inset Tabular
9344 <lyxtabular version="3" rows="39" columns="3">
9345 <features islongtable="true">
9346 <column alignment="left" valignment="top" width="0cm">
9347 <column alignment="left" valignment="top" width="3cm">
9348 <column alignment="right" valignment="top" width="0pt">
9349 <row endfirsthead="true" caption="true">
9350 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 \begin_inset Caption
9355
9356 \begin_layout Plain Layout
9357 Tabla con salto de página forzado en celda
9358 \begin_inset CommandInset label
9359 LatexCommand label
9360 name "tab:Saltos de Página Forzados"
9361
9362 \end_inset
9363
9364
9365 \begin_inset OptArg
9366 status collapsed
9367
9368 \begin_layout Plain Layout
9369 Tabla con salto de página forzado en celda
9370 \end_layout
9371
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378
9379
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row endfirsthead="true">
9404 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Ejemplo de lista telefónica (ignore los nombres)
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row endfirsthead="true">
9435 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 NOMBRE
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459
9460 \series bold
9461 TEL.
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row endhead="true" caption="true">
9468 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472 \begin_inset ERT
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476
9477
9478 \backslash
9479 caption*{continúa Tabla con salto de página forzado en celda}
9480 \backslash
9481
9482 \backslash
9483 %
9484 \end_layout
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 </row>
9512 <row endhead="true">
9513 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517  
9518 \series bold
9519 Ejemplo de lista telefónica
9520 \end_layout
9521
9522 \end_inset
9523 </cell>
9524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 </row>
9543 <row endhead="true">
9544 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550 NOMBRE
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9556 \begin_inset Text
9557
9558 \begin_layout Plain Layout
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \series bold
9570 TEL.
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 </row>
9576 <row endfoot="true">
9577 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 continúa en página siguiente
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 </row>
9605 <row>
9606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \series bold
9612 Annovi
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Silvia
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 111
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 </row>
9636 <row>
9637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 Bertoli
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Stefano
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 111
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \series bold
9674 Bozzi
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683 Walter
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 111
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \series bold
9705 Cachia
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 Maria
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723 111
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 </row>
9729 <row>
9730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \series bold
9736 Cachia
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745 Maurizio
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754 111
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 </row>
9760 <row>
9761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \series bold
9767 Cinquemani
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 Giusi
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 111
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 </row>
9791 <row>
9792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \series bold
9798 Colin
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 Bernard
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816 111
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row>
9823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \series bold
9829 Concli
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 Gianfranco
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 111
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 </row>
9853 <row>
9854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858
9859 \series bold
9860 Dal Bosco
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 Carolina
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 111
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 </row>
9884 <row>
9885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889
9890 \series bold
9891 Dalpiaz
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 Annamaria
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 111
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row>
9916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \series bold
9922 Feliciello
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 Domenico
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 111
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 <row>
9947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951
9952 \series bold
9953 Focarelli
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 Paola
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 111
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row>
9978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \series bold
9984 Galletti
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 Oreste
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 111
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \series bold
10015 Gasparini
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 Franca
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 111
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row>
10040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044
10045 \series bold
10046 Lassini
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 Giancarlo, 11.
10056  Fürst von Montecompatri, 11.
10057  Fürst von Sulmona und Vivaro, 10.
10058  Fürst von Rossano, 5.
10059  Herzog von Canemorte, 11.
10060  Herzog von Palombara, 5.
10061  Herzog von Castelchiodato,
10062 \begin_inset ERT
10063 status open
10064
10065 \begin_layout Plain Layout
10066
10067 & 111
10068 \backslash
10069
10070 \backslash
10071
10072 \end_layout
10073
10074 \begin_layout Plain Layout
10075
10076 &
10077 \end_layout
10078
10079 \end_inset
10080
10081  11.
10082  Herzog von Poggionativo, 11.
10083  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10084  Graf von Valinfreda, 11.
10085  Baron von Cropalati, 11.
10086  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row>
10102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 Malfatti
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 Luciano
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 111
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \series bold
10139 Malfatti
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 Valeriano
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 111
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row>
10164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \series bold
10170 Meneguzzo
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 Roberto
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 111
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 </row>
10194 <row>
10195 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \series bold
10201 Mezzadra
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 Roberto
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 111
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 </row>
10225 <row>
10226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 Pirpamer
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241 Erich
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 111
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \series bold
10263 Pochiesa
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 Paolo
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 111, 222
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 </row>
10287 <row>
10288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294 Radina
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 Claudio
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 111
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \series bold
10325 Rizzardi
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 Paolo
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 111
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 </row>
10349 <row>
10350 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \series bold
10356 Stuffer
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Oskar
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 111
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 </row>
10380 <row>
10381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385
10386 \series bold
10387 Tacchelli
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 Ugo
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 111
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row>
10412 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \series bold
10418 Tezzele
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 Margit
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 111
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447
10448 \series bold
10449 Unterkalmsteiner
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 Frieda
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 111
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 </row>
10473 <row>
10474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480 Vieider
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Hilde
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 111
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \series bold
10511 Vigna
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Jürgen
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 111
10530 \end_layout
10531
10532 \end_inset
10533 </cell>
10534 </row>
10535 <row>
10536 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \series bold
10542 Weber
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 Maurizio
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560 111
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 </row>
10566 <row>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571
10572 \series bold
10573 Winkler
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Franz
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 111
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 </row>
10597 <row endlastfoot="true">
10598 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10617 \begin_inset Text
10618
10619 \begin_layout Plain Layout
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 </lyxtabular>
10627
10628 \end_inset
10629
10630
10631 \begin_inset Newpage newpage
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \begin_layout Section
10638 Líneas múltiples en columnas y filas
10639 \end_layout
10640
10641 \begin_layout Subsection
10642 Líneas múltiples en celdas
10643 \begin_inset CommandInset label
10644 LatexCommand label
10645 name "sub:Líneas-Múltiples-en"
10646
10647 \end_inset
10648
10649
10650 \begin_inset Index
10651 status collapsed
10652
10653 \begin_layout Plain Layout
10654 Lineas@Líneas múltiples en celdas
10655 \end_layout
10656
10657 \end_inset
10658
10659
10660 \begin_inset Index
10661 status collapsed
10662
10663 \begin_layout Plain Layout
10664 Tablas ! Saltos de línea
10665 \end_layout
10666
10667 \end_inset
10668
10669
10670 \end_layout
10671
10672 \begin_layout Standard
10673 \noindent
10674 \begin_inset Float table
10675 placement H
10676 wide false
10677 sideways false
10678 status open
10679
10680 \begin_layout Plain Layout
10681 \begin_inset Caption
10682
10683 \begin_layout Plain Layout
10684 \begin_inset CommandInset label
10685 LatexCommand label
10686 name "tab:Tabla-con-múltiples"
10687
10688 \end_inset
10689
10690 Tabla con líneas múltiples en celda
10691 \end_layout
10692
10693 \end_inset
10694
10695
10696 \end_layout
10697
10698 \begin_layout Plain Layout
10699 \align center
10700 \begin_inset Tabular
10701 <lyxtabular version="3" rows="3" columns="3">
10702 <features>
10703 <column alignment="center" valignment="middle" width="2.5cm">
10704 <column alignment="center" valignment="middle" width="0">
10705 <column alignment="center" valignment="middle" width="0">
10706 <row>
10707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 líneas
10712 \begin_inset Newline linebreak
10713 \end_inset
10714
10715 múltiples
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 b
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 c
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 </row>
10739 <row>
10740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 d
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 e
10754 \end_layout
10755
10756 \end_inset
10757 </cell>
10758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762 f
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 g
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 h
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 i
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 </lyxtabular>
10798
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805
10806
10807 \end_layout
10808
10809 \begin_layout Standard
10810 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10811  párrafos con varias líneas y guionado.
10812 \end_layout
10813
10814 \begin_layout Standard
10815 Para generar la tabla
10816 \begin_inset space ~
10817 \end_inset
10818
10819
10820 \begin_inset CommandInset ref
10821 LatexCommand ref
10822 reference "tab:Tabla-con-múltiples"
10823
10824 \end_inset
10825
10826 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10827  En el diálogo que surge establece una anchura de 2.5
10828 \begin_inset space \thinspace{}
10829 \end_inset
10830
10831 cm y escoge centro en alineación vertical y horizontal.
10832  La alineación vertical se utiliza para todas las celdas de la fila.
10833  Como nuestro texto es menor de 2.5
10834 \begin_inset space \thinspace{}
10835 \end_inset
10836
10837 cm, sólo aparece una línea.
10838  Para poner dos añadimos un salto de línea justificado, (atajo 
10839 \family sans
10840 Ctrl-Mayúsculas-Retorno
10841 \family default
10842 ).
10843  Si el texto es más ancho que la celda será automáticamente dividido en
10844  líneas.
10845 \end_layout
10846
10847 \begin_layout Standard
10848 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10849  con guión si es la primera entrada.
10850  Por eso hay que insertar algo para que dicha palabra no sea la primera
10851  entrada: añade un espacio horizontal de 0
10852 \begin_inset space \thinspace{}
10853 \end_inset
10854
10855 pt delante de la palabra.
10856  Como el espacio es 0 la salida no cambia.
10857  El cuadro
10858 \begin_inset space ~
10859 \end_inset
10860
10861
10862 \begin_inset CommandInset ref
10863 LatexCommand ref
10864 reference "tab:Tabla-con-y"
10865
10866 \end_inset
10867
10868  muestra el efecto.
10869 \end_layout
10870
10871 \begin_layout Standard
10872 \begin_inset Float table
10873 placement b
10874 wide false
10875 sideways false
10876 status open
10877
10878 \begin_layout Plain Layout
10879 \begin_inset Caption
10880
10881 \begin_layout Plain Layout
10882 \begin_inset CommandInset label
10883 LatexCommand label
10884 name "tab:Tabla-con-y"
10885
10886 \end_inset
10887
10888 Tablas con y sin guión
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \end_layout
10895
10896 \begin_layout Plain Layout
10897 \begin_inset space \hfill{}
10898 \end_inset
10899
10900
10901 \begin_inset Tabular
10902 <lyxtabular version="3" rows="3" columns="3">
10903 <features>
10904 <column alignment="center" valignment="middle" width="2.5cm">
10905 <column alignment="center" valignment="middle" width="0">
10906 <column alignment="center" valignment="middle" width="0">
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 celdaconpalabramuylarga
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 b
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 c
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 d
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 e
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 f
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 g
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 h
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 i
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 </lyxtabular>
10995
10996 \end_inset
10997
10998
10999 \begin_inset space \hfill{}
11000 \end_inset
11001
11002
11003 \begin_inset Tabular
11004 <lyxtabular version="3" rows="3" columns="3">
11005 <features>
11006 <column alignment="center" valignment="middle" width="2.5cm">
11007 <column alignment="center" valignment="middle" width="0">
11008 <column alignment="center" valignment="middle" width="0">
11009 <row>
11010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11011 \begin_inset Text
11012
11013 \begin_layout Plain Layout
11014 \begin_inset space \hspace{}
11015 \length 0pt
11016 \end_inset
11017
11018 celdaconpalabramuylarga
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 b
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036 c
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 </row>
11042 <row>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047 d
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 e
11057 \end_layout
11058
11059 \end_inset
11060 </cell>
11061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11062 \begin_inset Text
11063
11064 \begin_layout Plain Layout
11065 f
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 <row>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 g
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 h
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 i
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 </lyxtabular>
11101
11102 \end_inset
11103
11104
11105 \begin_inset space \hfill{}
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Subsection
11117 Multicolumnas
11118 \begin_inset CommandInset label
11119 LatexCommand label
11120 name "sub:Multicolumnas"
11121
11122 \end_inset
11123
11124
11125 \begin_inset Index
11126 status collapsed
11127
11128 \begin_layout Plain Layout
11129 Multicolumnas
11130 \end_layout
11131
11132 \end_inset
11133
11134
11135 \begin_inset Index
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Tablas ! Multicolumnas
11140 \end_layout
11141
11142 \end_inset
11143
11144
11145 \end_layout
11146
11147 \begin_layout Subsubsection
11148 Fundamentos de multicolumna
11149 \end_layout
11150
11151 \begin_layout Standard
11152 Para extender una celda sobre varias columnas, se marcan las celdas que
11153  se desee combinar y se usa el botón 
11154 \begin_inset Graphics
11155         filename ../../images/tabular-feature_multicolumn.png
11156         scale 85
11157
11158 \end_inset
11159
11160 , el menú 
11161 \family sans
11162 Editar\SpecialChar \menuseparator
11163 Tabla\SpecialChar \menuseparator
11164 Multicolumna
11165 \family default
11166 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11167  bajo la solapa 
11168 \family sans
11169 Configuración
11170 \family default
11171 , la casilla Multicolumna.
11172 \end_layout
11173
11174 \begin_layout Standard
11175 Las multicolumnas tienen su propia configuración de celdas.
11176  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11177  multicolumna.
11178  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11179  última fila sin borde superior:
11180 \end_layout
11181
11182 \begin_layout Standard
11183 \align center
11184 \begin_inset Tabular
11185 <lyxtabular version="3" rows="3" columns="4">
11186 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11187 <column alignment="center" valignment="top" width="0pt">
11188 <column alignment="center" valignment="middle" width="0">
11189 <column alignment="center" valignment="top" width="0in">
11190 <column alignment="center" valignment="top" width="0pt">
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 abc
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 def ghi
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 jkl
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 <row>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234
11235 \family roman
11236 \series medium
11237 \shape up
11238 \size normal
11239 \emph off
11240 \bar no
11241 \noun off
11242 \color none
11243 A
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 B
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 C
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 D
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 </row>
11276 <row>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 1
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 2
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 3
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 4
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 </lyxtabular>
11315
11316 \end_inset
11317
11318
11319 \end_layout
11320
11321 \begin_layout Subsubsection
11322 Cálculos en multicolumnas
11323 \begin_inset CommandInset label
11324 LatexCommand label
11325 name "sub:Cálculos-en-Multicolumnas"
11326
11327 \end_inset
11328
11329
11330 \begin_inset Index
11331 status collapsed
11332
11333 \begin_layout Plain Layout
11334 Multicolumnas ! Cálculos
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Standard
11343 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11344  la anchura de celda de las columnas combinadas en la celda multicolumna.
11345 \end_layout
11346
11347 \begin_layout Standard
11348 \begin_inset Float table
11349 placement h
11350 wide false
11351 sideways false
11352 status open
11353
11354 \begin_layout Plain Layout
11355 \begin_inset Caption
11356
11357 \begin_layout Plain Layout
11358 \begin_inset CommandInset label
11359 LatexCommand label
11360 name "tab:Tabla-con-centrado"
11361
11362 \end_inset
11363
11364 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11365 te la mitad de anchura que la celda multicolumna
11366 \begin_inset OptArg
11367 status collapsed
11368
11369 \begin_layout Plain Layout
11370 Tabla multicolumna perfecta
11371 \end_layout
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Plain Layout
11384 \align center
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="3">
11387 <features>
11388 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11389 <column alignment="center" valignment="middle" width="0">
11390 <column alignment="center" valignment="top" width="0">
11391 <row>
11392 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 multicolumna línea múltiple
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 c
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 d
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 e
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 f
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row>
11450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 g
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 h
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 i
11473 \end_layout
11474
11475 \end_inset
11476 </cell>
11477 </row>
11478 </lyxtabular>
11479
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Por ejemplo, para crear la tabla
11492 \begin_inset space ~
11493 \end_inset
11494
11495
11496 \begin_inset CommandInset ref
11497 LatexCommand ref
11498 reference "tab:Tabla-con-centrado"
11499
11500 \end_inset
11501
11502 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11503  clic-derecha.
11504  En el diálogo marca 
11505 \emph on
11506 multicolumna
11507 \emph default
11508
11509 \emph on
11510 alineación centro
11511 \emph default
11512  y una anchura de 2.5
11513 \begin_inset space \thinspace{}
11514 \end_inset
11515
11516 cm.
11517  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11518  de la celda multicolumna, así que deberías ajustar 1.25
11519 \begin_inset space \thinspace{}
11520 \end_inset
11521
11522 cm para la primera columna.
11523  La segunda columna tendrá entonces automáticamente 1.25
11524 \begin_inset space \thinspace{}
11525 \end_inset
11526
11527 cm de anchura.
11528  Para la tabla
11529 \begin_inset space ~
11530 \end_inset
11531
11532
11533 \begin_inset CommandInset ref
11534 LatexCommand ref
11535 reference "tab:Tabla-sin-mitad"
11536
11537 \end_inset
11538
11539  se ha procedido de la siguiente manera:
11540 \end_layout
11541
11542 \begin_layout Standard
11543 \begin_inset Float table
11544 wide false
11545 sideways false
11546 status open
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Caption
11550
11551 \begin_layout Plain Layout
11552 \begin_inset CommandInset label
11553 LatexCommand label
11554 name "tab:Tabla-sin-mitad"
11555
11556 \end_inset
11557
11558 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11559  anchura que la celda multicolumna
11560 \begin_inset OptArg
11561 status open
11562
11563 \begin_layout Plain Layout
11564 Tabla multicolumna imperfecta
11565 \end_layout
11566
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \begin_layout Plain Layout
11578 \align center
11579 \begin_inset Tabular
11580 <lyxtabular version="3" rows="3" columns="3">
11581 <features>
11582 <column alignment="center" valignment="top" width="1.25cm">
11583 <column alignment="center" valignment="top" width="0">
11584 <column alignment="center" valignment="top" width="0">
11585 <row>
11586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 multicolumna línea múltiple
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 c
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 d
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 e
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 f
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 </row>
11643 <row>
11644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 g
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 h
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 i
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 </lyxtabular>
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \begin_layout Standard
11685 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11686 a, es un poco mayor.
11687  La razón es que la anchura dada para una celda 
11688 \begin_inset Formula $W_{g}$
11689 \end_inset
11690
11691  no es su anchura total 
11692 \begin_inset Formula $W_{\mathrm{tot}}$
11693 \end_inset
11694
11695  porque una celda es siempre algo mayor que la anchura dada.
11696  El apéndice
11697 \begin_inset space ~
11698 \end_inset
11699
11700
11701 \begin_inset CommandInset ref
11702 LatexCommand eqref
11703 reference "cha:Explicación-de-la-Ecuación"
11704
11705 \end_inset
11706
11707  lo explica con detalle.
11708 \end_layout
11709
11710 \begin_layout Standard
11711 La anchura dada necesaria, 
11712 \begin_inset Formula $W_{g\, n}$
11713 \end_inset
11714
11715  para combinar 
11716 \emph on
11717 n
11718 \emph default
11719  columnas puede calcularse de manera que cada columna tenga una anchura
11720  total de 
11721 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11722 \end_inset
11723
11724 :
11725 \begin_inset Formula \begin{equation}
11726 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11727
11728 \end_inset
11729
11730
11731 \end_layout
11732
11733 \begin_layout Standard
11734 En nuestro caso tenemos 
11735 \begin_inset Formula $n=2$
11736 \end_inset
11737
11738
11739 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11740 \end_inset
11741
11742
11743 \begin_inset space \thinspace{}
11744 \end_inset
11745
11746 cm y los valores predeterminados para longitudes, así la ecuación
11747 \begin_inset space ~
11748 \end_inset
11749
11750
11751 \begin_inset CommandInset ref
11752 LatexCommand ref
11753 reference "eq:Wgn"
11754
11755 \end_inset
11756
11757  queda
11758 \begin_inset Formula \begin{equation}
11759 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11768  
11769 \series bold
11770 calc
11771 \series default
11772  con la línea
11773 \begin_inset Index
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777 LaTeX-paquetes ! calc
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786
11787 \series bold
11788
11789 \backslash
11790 usepackage{calc}
11791 \end_layout
11792
11793 \begin_layout Standard
11794 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11795  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11796  He aquí un repaso de los argumentos:
11797 \end_layout
11798
11799 \begin_layout Itemize
11800
11801 \series bold
11802 p{ancho}
11803 \series default
11804  crea celdas con anchura fija, el texto alineado arriba
11805 \end_layout
11806
11807 \begin_layout Itemize
11808
11809 \series bold
11810 m{ancho}
11811 \series default
11812  crea celdas con anchura fija, el texto con alineación vertical centrada
11813  
11814 \end_layout
11815
11816 \begin_layout Itemize
11817
11818 \series bold
11819 b{ancho}
11820 \series default
11821  crea celdas con anchura fija, el texto alineado abajo
11822 \end_layout
11823
11824 \begin_layout Standard
11825 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11826  en el diálogo se ignoran.
11827 \end_layout
11828
11829 \begin_layout Standard
11830 \begin_inset Note Greyedout
11831 status open
11832
11833 \begin_layout Plain Layout
11834
11835 \series bold
11836 Nota:
11837 \series default
11838  Debido a un error, LyX muestra de todas formas estas propiedades.
11839 \end_layout
11840
11841 \end_inset
11842
11843  
11844 \end_layout
11845
11846 \begin_layout Standard
11847 El comando 
11848 \series bold
11849
11850 \backslash
11851 centering
11852 \series default
11853  centra horizontalmente el texto.
11854  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11855  columna extendida:
11856 \end_layout
11857
11858 \begin_layout Standard
11859
11860 \series bold
11861 >{
11862 \backslash
11863 centering}m{1.25cm-6.2pt}
11864 \end_layout
11865
11866 \begin_layout Standard
11867 El comando 
11868 \series bold
11869 >{ }
11870 \series default
11871  significa que los comandos entre llaves se aplican antes de crear la celda.
11872 \end_layout
11873
11874 \begin_layout Standard
11875 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11876 , aún está alineado a la izquierda.
11877  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11878  Así que para multicolumnas hemos de usar el argumento de LaTeX
11879 \end_layout
11880
11881 \begin_layout Standard
11882
11883 \series bold
11884 >{
11885 \backslash
11886 centering}m{2.5cm}
11887 \end_layout
11888
11889 \begin_layout Subsection
11890 Multifilas
11891 \begin_inset Index
11892 status collapsed
11893
11894 \begin_layout Plain Layout
11895 Multifilas
11896 \end_layout
11897
11898 \end_inset
11899
11900
11901 \begin_inset Index
11902 status collapsed
11903
11904 \begin_layout Plain Layout
11905 Tablas ! Multifilas
11906 \end_layout
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \begin_layout Standard
11914 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11915  hace falta un poco de código TeX.
11916  Hay que cargar el paquete de LaTeX 
11917 \series bold
11918 multirow
11919 \series default
11920
11921 \begin_inset Index
11922 status collapsed
11923
11924 \begin_layout Plain Layout
11925 LaTeX-paquetes ! multirow
11926 \end_layout
11927
11928 \end_inset
11929
11930  en el preámbulo del documento con el comando
11931 \end_layout
11932
11933 \begin_layout Standard
11934
11935 \series bold
11936
11937 \backslash
11938 usepackage{multirow}
11939 \end_layout
11940
11941 \begin_layout Standard
11942 Las multifilas se crean con el comando
11943 \end_layout
11944
11945 \begin_layout Standard
11946
11947 \series bold
11948
11949 \backslash
11950 multirow{número de filas}{ancho de celda}{entrada de celda}
11951 \end_layout
11952
11953 \begin_layout Standard
11954 Para crear la siguiente tabla:
11955 \end_layout
11956
11957 \begin_layout Standard
11958 \align center
11959 \begin_inset ERT
11960 status collapsed
11961
11962 \begin_layout Plain Layout
11963
11964
11965 \backslash
11966 renewcommand{
11967 \backslash
11968 multirowsetup}{
11969 \backslash
11970 centering}
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \begin_inset Tabular
11977 <lyxtabular version="3" rows="3" columns="3">
11978 <features>
11979 <column alignment="center" valignment="top" width="0">
11980 <column alignment="center" valignment="top" width="0">
11981 <column alignment="center" valignment="top" width="0">
11982 <row>
11983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Plain Layout
11987 a
11988 \end_layout
11989
11990 \end_inset
11991 </cell>
11992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11993 \begin_inset Text
11994
11995 \begin_layout Plain Layout
11996 b
11997 \end_layout
11998
11999 \end_inset
12000 </cell>
12001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12002 \begin_inset Text
12003
12004 \begin_layout Plain Layout
12005 c
12006 \end_layout
12007
12008 \end_inset
12009 </cell>
12010 </row>
12011 <row>
12012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12013 \begin_inset Text
12014
12015 \begin_layout Plain Layout
12016 \begin_inset ERT
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020
12021
12022 \backslash
12023 multirow{2}{2.5cm}{
12024 \end_layout
12025
12026 \end_inset
12027
12028 entrada multifila
12029 \begin_inset ERT
12030 status collapsed
12031
12032 \begin_layout Plain Layout
12033
12034 }
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 e
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 f
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 <row>
12064 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 h
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 i
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 </row>
12092 </lyxtabular>
12093
12094 \end_inset
12095
12096
12097 \begin_inset ERT
12098 status collapsed
12099
12100 \begin_layout Plain Layout
12101
12102
12103 \backslash
12104 renewcommand{
12105 \backslash
12106 multirowsetup}{
12107 \backslash
12108 raggedright}
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 crea una tabla 3×3.
12118  Para quitar la línea sobre la última celda en la primera columna, se marca
12119  la celda como multicolumna y se quita el borde superior.
12120  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12121  ahí el comando
12122 \end_layout
12123
12124 \begin_layout Standard
12125
12126 \series bold
12127
12128 \backslash
12129 multirow{2}{2.5cm}{
12130 \end_layout
12131
12132 \begin_layout Standard
12133 en código TeX.
12134  Según los parámetros del comando la multifila se expande a dos filas y
12135  tiene de ancho 2.5
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cm.
12140  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12141  y el comando finaliza con llave derecha 
12142 \series bold
12143 }
12144 \series default
12145  en otro cuadro de código TeX tras el texto.
12146 \end_layout
12147
12148 \begin_layout Standard
12149
12150 \series bold
12151
12152 \backslash
12153 multirow
12154 \series default
12155  alinea su contenido a la izquierda por omisión.
12156  Para cambiarlo renombra el comando 
12157 \series bold
12158
12159 \backslash
12160 multirowsetup
12161 \series default
12162  con el comando
12163 \end_layout
12164
12165 \begin_layout Standard
12166
12167 \series bold
12168
12169 \backslash
12170 renewcommand{
12171 \backslash
12172 multirowsetup}{
12173 \backslash
12174 centering}
12175 \end_layout
12176
12177 \begin_layout Standard
12178 en el preámbulo del documento.
12179  Entonces se centran todas las entradas de celdas multifila en el documento.
12180  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12181  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12182  Si el texto debe estar alineado a la derecha, reemplaza 
12183 \series bold
12184
12185 \backslash
12186 centering
12187 \series default
12188  por 
12189 \series bold
12190
12191 \backslash
12192 raggedleft
12193 \series default
12194 .
12195  Para volver a alineado a la izquierda usa 
12196 \series bold
12197
12198 \backslash
12199 raggedright
12200 \series default
12201 .
12202 \end_layout
12203
12204 \begin_layout Section
12205 Tablas formales
12206 \begin_inset CommandInset label
12207 LatexCommand label
12208 name "sec:Tablas-Formales"
12209
12210 \end_inset
12211
12212
12213 \begin_inset Index
12214 status collapsed
12215
12216 \begin_layout Plain Layout
12217 Tablas Formales
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \begin_inset Index
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227 Tablas ! Estilo formal
12228 \end_layout
12229
12230 \end_inset
12231
12232  
12233 \end_layout
12234
12235 \begin_layout Standard
12236 En los libros, las tablas se suelen presentar en un formato como el de la
12237  tabla 
12238 \begin_inset space ~
12239 \end_inset
12240
12241
12242 \begin_inset CommandInset ref
12243 LatexCommand ref
12244 reference "tab:Ejemplo-tabla-formal"
12245
12246 \end_inset
12247
12248 .
12249  Se denominan tablas 
12250 \emph on
12251 formales
12252 \emph default
12253 .
12254  Para hacer tablas con este diseño, elige 
12255 \family sans
12256 Estilo
12257 \family default
12258
12259 \begin_inset space ~
12260 \end_inset
12261
12262
12263 \family sans
12264 Formal
12265 \family default
12266  en la solapa 
12267 \family sans
12268 Bordes
12269 \family default
12270  del cuadro de diálogo de tablas.
12271 \end_layout
12272
12273 \begin_layout Standard
12274 \begin_inset Float table
12275 placement h
12276 wide false
12277 sideways false
12278 status open
12279
12280 \begin_layout Plain Layout
12281 \begin_inset Caption
12282
12283 \begin_layout Plain Layout
12284 \begin_inset CommandInset label
12285 LatexCommand label
12286 name "tab:Ejemplo-tabla-formal"
12287
12288 \end_inset
12289
12290 Ejemplo de tabla formal
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \end_layout
12297
12298 \begin_layout Plain Layout
12299 \align center
12300 \begin_inset Tabular
12301 <lyxtabular version="3" rows="8" columns="4">
12302 <features booktabs="true">
12303 <column alignment="center" valignment="top" width="0">
12304 <column alignment="center" valignment="top" width="0">
12305 <column alignment="center" valignment="top" width="0">
12306 <column alignment="center" valignment="top" width="0">
12307 <row>
12308 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 System
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 Medipix
12322 \begin_inset space \thinspace{}
12323 \end_inset
12324
12325 1
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 Medipix
12335 \begin_inset space \thinspace{}
12336 \end_inset
12337
12338 2
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12344 \begin_inset Text
12345
12346 \begin_layout Plain Layout
12347
12348 \end_layout
12349
12350 \end_inset
12351 </cell>
12352 </row>
12353 <row>
12354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12355 \begin_inset Text
12356
12357 \begin_layout Plain Layout
12358 \begin_inset ERT
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362
12363
12364 \backslash
12365 cmidrule(r){2-2}
12366 \end_layout
12367
12368 \end_inset
12369
12370
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376
12377 \backslash
12378 cmidrule(l){3-4}
12379 \end_layout
12380
12381 \end_inset
12382
12383 Detector thickness [µm]
12384 \end_layout
12385
12386 \end_inset
12387 </cell>
12388 <cell alignment="center" valignment="top" usebox="none">
12389 \begin_inset Text
12390
12391 \begin_layout Plain Layout
12392 300
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 <cell alignment="center" valignment="top" usebox="none">
12398 \begin_inset Text
12399
12400 \begin_layout Plain Layout
12401 300
12402 \end_layout
12403
12404 \end_inset
12405 </cell>
12406 <cell alignment="center" valignment="top" usebox="none">
12407 \begin_inset Text
12408
12409 \begin_layout Plain Layout
12410 700
12411 \end_layout
12412
12413 \end_inset
12414 </cell>
12415 </row>
12416 <row>
12417 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12418 \begin_inset Text
12419
12420 \begin_layout Plain Layout
12421 Edge angle [°]
12422 \end_layout
12423
12424 \end_inset
12425 </cell>
12426 <cell alignment="center" valignment="top" topline="true" usebox="none">
12427 \begin_inset Text
12428
12429 \begin_layout Plain Layout
12430 3.55
12431 \end_layout
12432
12433 \end_inset
12434 </cell>
12435 <cell alignment="center" valignment="top" topline="true" usebox="none">
12436 \begin_inset Text
12437
12438 \begin_layout Plain Layout
12439 2.71
12440 \end_layout
12441
12442 \end_inset
12443 </cell>
12444 <cell alignment="center" valignment="top" topline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 7.99
12449 \end_layout
12450
12451 \end_inset
12452 </cell>
12453 </row>
12454 <row topspace="default">
12455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 Spatial resolution [µm]
12460 \end_layout
12461
12462 \end_inset
12463 </cell>
12464 <cell alignment="center" valignment="top" usebox="none">
12465 \begin_inset Text
12466
12467 \begin_layout Plain Layout
12468 4.26
12469 \end_layout
12470
12471 \end_inset
12472 </cell>
12473 <cell alignment="center" valignment="top" usebox="none">
12474 \begin_inset Text
12475
12476 \begin_layout Plain Layout
12477 10.17
12478 \end_layout
12479
12480 \end_inset
12481 </cell>
12482 <cell alignment="center" valignment="top" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486 10.56
12487 \end_layout
12488
12489 \end_inset
12490 </cell>
12491 </row>
12492 <row topspace="default">
12493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12494 \begin_inset Text
12495
12496 \begin_layout Plain Layout
12497 MTF at 
12498 \begin_inset Formula $f_{\mathrm{max}}$
12499 \end_inset
12500
12501
12502 \end_layout
12503
12504 \end_inset
12505 </cell>
12506 <cell alignment="center" valignment="top" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 0.53
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 0.37
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell alignment="center" valignment="top" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 0.39
12529 \end_layout
12530
12531 \end_inset
12532 </cell>
12533 </row>
12534 <row topspace="default">
12535 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 \begin_inset ERT
12540 status collapsed
12541
12542 \begin_layout Plain Layout
12543
12544
12545 \backslash
12546 cmidrule(l{10pt}){1-1}
12547 \end_layout
12548
12549 \end_inset
12550
12551 LSF-spatial resolution
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560
12561 \end_layout
12562
12563 \end_inset
12564 </cell>
12565 <cell alignment="center" valignment="top" usebox="none">
12566 \begin_inset Text
12567
12568 \begin_layout Plain Layout
12569
12570 \end_layout
12571
12572 \end_inset
12573 </cell>
12574 <cell alignment="center" valignment="top" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 </row>
12584 <row>
12585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589 in µm
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 <cell alignment="center" valignment="top" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598 129.7
12599 \end_layout
12600
12601 \end_inset
12602 </cell>
12603 <cell alignment="center" valignment="top" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 52.75
12608 \end_layout
12609
12610 \end_inset
12611 </cell>
12612 <cell alignment="center" valignment="top" usebox="none">
12613 \begin_inset Text
12614
12615 \begin_layout Plain Layout
12616 50.78
12617 \end_layout
12618
12619 \end_inset
12620 </cell>
12621 </row>
12622 <row>
12623 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12624 \begin_inset Text
12625
12626 \begin_layout Plain Layout
12627 in % of pixel size
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 76.3
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Plain Layout
12645 95.9
12646 \end_layout
12647
12648 \end_inset
12649 </cell>
12650 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 92.3
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 </row>
12660 </lyxtabular>
12661
12662 \end_inset
12663
12664
12665 \end_layout
12666
12667 \end_inset
12668
12669
12670 \end_layout
12671
12672 \begin_layout Standard
12673 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12674  correspondientes que se encuentran en la solapa 
12675 \family sans
12676 Bordes 
12677 \family default
12678 del diálogo
12679 \family sans
12680  Configuración
12681 \begin_inset space ~
12682 \end_inset
12683
12684 de
12685 \begin_inset space ~
12686 \end_inset
12687
12688 la
12689 \begin_inset space ~
12690 \end_inset
12691
12692 tabla
12693 \family default
12694 , como se explica en la sección
12695 \begin_inset space ~
12696 \end_inset
12697
12698
12699 \begin_inset CommandInset ref
12700 LatexCommand ref
12701 reference "sub:Espacio-adicional"
12702
12703 \end_inset
12704
12705
12706 \end_layout
12707
12708 \begin_layout Standard
12709 A diferencia de las tablas normales, las tablas formales no tienen líneas
12710  verticales.
12711  Las líneas horizontales se pueden poner o no como en las tablas normales,
12712  pero en la salida se mostrarán con distinto grosor:
12713 \begin_inset Newline newline
12714 \end_inset
12715
12716 Las líneas primera y última tienen un grosor predeterminado de 0.08
12717 \begin_inset space \thinspace{}
12718 \end_inset
12719
12720 em, las demás tienen un grosor predeterminado de 0.05
12721 \begin_inset space \thinspace{}
12722 \end_inset
12723
12724 em.
12725 \end_layout
12726
12727 \begin_layout Standard
12728 Estos valores predeterminados se pueden cambiar
12729 \series bold
12730  
12731 \series default
12732 con las líneas de preámbulo:
12733 \end_layout
12734
12735 \begin_layout Standard
12736
12737 \series bold
12738
12739 \backslash
12740 let
12741 \backslash
12742 mytoprule
12743 \backslash
12744 toprule
12745 \begin_inset Newline newline
12746 \end_inset
12747
12748
12749 \backslash
12750 renewcommand{
12751 \backslash
12752 toprule}{
12753 \backslash
12754 mytoprule[grosor]}
12755 \end_layout
12756
12757 \begin_layout Standard
12758 Este ejemplo es para la primera línea, la denominada 
12759 \series bold
12760 toprule
12761 \series default
12762 .
12763  Si quieres cambiar el grosor de la última línea, reemplaza 
12764 \series bold
12765 toprule
12766 \series default
12767  por 
12768 \series bold
12769 bottomrule
12770 \series default
12771 .
12772  Y para cambiar el grosor de las demás líneas cambia 
12773 \series bold
12774 toprule
12775 \series default
12776  por 
12777 \series bold
12778 midrule
12779 \series default
12780 .
12781  Puedes usar cualquiera de las unidades listadas en el apéndice
12782 \begin_inset space ~
12783 \end_inset
12784
12785
12786 \begin_inset CommandInset ref
12787 LatexCommand ref
12788 reference "cha:Unidades-disponibles-en"
12789
12790 \end_inset
12791
12792  para establecer el grosor.
12793 \end_layout
12794
12795 \begin_layout Standard
12796 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12797  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12798  LyX empleará internamente el comando 
12799 \series bold
12800
12801 \backslash
12802 cmidrule
12803 \series default
12804  para dibujar la línea.
12805  El esquema completo es
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 cmidrule[grosor](recorte){inicol-fincol}
12814 \end_layout
12815
12816 \begin_layout Standard
12817 Por el momento, LyX no soporta las opciones de 
12818 \series bold
12819
12820 \backslash
12821 cmidrule
12822 \series default
12823 , así que para usarlas hay que emplear código TeX.
12824  Las líneas 
12825 \series bold
12826
12827 \backslash
12828 cmidrule
12829 \series default
12830  se pueden insertar manualmente con el comando en código TeX como primera
12831  entrada de la primera celda de una fila.
12832  En la salida se dibujará la línea sobre dicha fila.
12833 \end_layout
12834
12835 \begin_layout Standard
12836 El grosor predeterminado es 0.03
12837 \begin_inset space \thinspace{}
12838 \end_inset
12839
12840 em.
12841  
12842 \series bold
12843 inicol
12844 \series default
12845  es el número de la columna en la que comienza la línea y 
12846 \series bold
12847 fincol
12848 \series default
12849  es el número de la columna en la que acaba la línea.
12850  El valor 
12851 \series bold
12852 fincol
12853 \series default
12854  debe especificarse siempre, aunque la línea se extienda sobre una sola
12855  columna.
12856  El parámetro opcional 
12857 \series bold
12858 recorte
12859 \series default
12860  debe ser 
12861 \emph on
12862 l{recorte}
12863 \emph default
12864  o 
12865 \emph on
12866 r{recorte}
12867 \emph default
12868 , donde 
12869 \emph on
12870 recorte
12871 \emph default
12872  también es opcional.
12873  Por ejemplo, el parámetro 
12874 \emph on
12875 l{2pt}
12876 \emph default
12877  significa que la línea se recorta 2
12878 \begin_inset space \thinspace{}
12879 \end_inset
12880
12881 pt por su izquierda.
12882  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12883 \begin_inset space \thinspace{}
12884 \end_inset
12885
12886 em.
12887
12888 \series bold
12889  
12890 \end_layout
12891
12892 \begin_layout Standard
12893
12894 \end_layout
12895
12896 \begin_layout Standard
12897 \begin_inset VSpace bigskip
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \begin_layout Standard
12904 La tabla
12905 \begin_inset space ~
12906 \end_inset
12907
12908
12909 \begin_inset CommandInset ref
12910 LatexCommand ref
12911 reference "tab:Ejemplo-tabla-formal"
12912
12913 \end_inset
12914
12915  se ha creado con los comandos
12916 \end_layout
12917
12918 \begin_layout Standard
12919
12920 \series bold
12921
12922 \backslash
12923 cmidrule(r){2-2}
12924 \backslash
12925 cmidrule(l){3-4}
12926 \end_layout
12927
12928 \begin_layout Standard
12929 en la segunda fila, 
12930 \series bold
12931
12932 \backslash
12933 midrule
12934 \series default
12935  en la tercera, y
12936 \end_layout
12937
12938 \begin_layout Standard
12939
12940 \series bold
12941
12942 \backslash
12943 cmidrule(l{10pt}){1-1}
12944 \end_layout
12945
12946 \begin_layout Standard
12947 en la sexta fila.
12948 \end_layout
12949
12950 \begin_layout Standard
12951 \begin_inset VSpace bigskip
12952 \end_inset
12953
12954
12955 \end_layout
12956
12957 \begin_layout Standard
12958 Quizá quieras superponer líneas 
12959 \series bold
12960
12961 \backslash
12962 cmidrules
12963 \series default
12964  como en la tabla
12965 \begin_inset space ~
12966 \end_inset
12967
12968
12969 \begin_inset CommandInset ref
12970 LatexCommand ref
12971 reference "tab:Tabla-formal-especial"
12972
12973 \end_inset
12974
12975 .
12976  Esto se consigue con el comando en código TeX
12977 \end_layout
12978
12979 \begin_layout Standard
12980
12981 \series bold
12982
12983 \backslash
12984 morecmidrules
12985 \end_layout
12986
12987 \begin_layout Standard
12988 El comando que se ha utilizado para la segunda fila de la tabla
12989 \begin_inset space ~
12990 \end_inset
12991
12992
12993 \begin_inset CommandInset ref
12994 LatexCommand ref
12995 reference "tab:Tabla-formal-especial"
12996
12997 \end_inset
12998
12999  es
13000 \end_layout
13001
13002 \begin_layout Standard
13003
13004 \series bold
13005
13006 \backslash
13007 cmidrule(r){2-2}
13008 \backslash
13009 cmidrule(l){3-4}
13010 \backslash
13011 morecmidrules
13012 \backslash
13013 cmidrule{2-4}
13014 \end_layout
13015
13016 \begin_layout Standard
13017 El comando para la sexta fila es
13018 \end_layout
13019
13020 \begin_layout Standard
13021
13022 \series bold
13023
13024 \backslash
13025 midrule
13026 \backslash
13027 morecmidrules
13028 \backslash
13029 cmidrule{3-4}
13030 \series default
13031
13032 \begin_inset VSpace bigskip
13033 \end_inset
13034
13035
13036 \end_layout
13037
13038 \begin_layout Standard
13039 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13040  el siguiente comando para dibujar líneas que se extienden sobre todas las
13041  columnas
13042 \end_layout
13043
13044 \begin_layout Standard
13045
13046 \series bold
13047
13048 \backslash
13049 specialrule{anchura}{espacio superior}{espacio inferior}
13050 \end_layout
13051
13052 \begin_layout Standard
13053 Para más información sobre estas características especiales, acude al manual
13054  del paquete LaTeX 
13055 \series bold
13056 booktabs
13057 \series default
13058
13059 \begin_inset CommandInset citation
13060 LatexCommand cite
13061 key "booktabs"
13062
13063 \end_inset
13064
13065 .
13066 \begin_inset Index
13067 status collapsed
13068
13069 \begin_layout Plain Layout
13070 LaTeX-paquetes ! booktabs
13071 \end_layout
13072
13073 \end_inset
13074
13075  
13076 \begin_inset VSpace bigskip
13077 \end_inset
13078
13079
13080 \end_layout
13081
13082 \begin_layout Standard
13083 \begin_inset Float table
13084 placement h
13085 wide false
13086 sideways false
13087 status open
13088
13089 \begin_layout Plain Layout
13090 \begin_inset Caption
13091
13092 \begin_layout Plain Layout
13093 \begin_inset CommandInset label
13094 LatexCommand label
13095 name "tab:Tabla-formal-especial"
13096
13097 \end_inset
13098
13099 Tabla formal especial
13100 \end_layout
13101
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \begin_layout Plain Layout
13108 \align center
13109 \begin_inset Tabular
13110 <lyxtabular version="3" rows="8" columns="4">
13111 <features booktabs="true">
13112 <column alignment="center" valignment="top" width="0">
13113 <column alignment="center" valignment="top" width="0">
13114 <column alignment="center" valignment="top" width="0">
13115 <column alignment="center" valignment="top" width="0">
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 System
13122 \end_layout
13123
13124 \end_inset
13125 </cell>
13126 <cell alignment="center" valignment="top" topline="true" usebox="none">
13127 \begin_inset Text
13128
13129 \begin_layout Plain Layout
13130 Medipix
13131 \begin_inset space \thinspace{}
13132 \end_inset
13133
13134 1
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Plain Layout
13143 Medipix
13144 \begin_inset space \thinspace{}
13145 \end_inset
13146
13147 2
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 <row>
13163 <cell alignment="center" valignment="top" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 \begin_inset ERT
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171
13172
13173 \backslash
13174 cmidrule(r){2-2}
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \begin_inset ERT
13181 status collapsed
13182
13183 \begin_layout Plain Layout
13184
13185
13186 \backslash
13187 cmidrule(l){3-4}
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198
13199 \backslash
13200 morecmidrules 
13201 \end_layout
13202
13203 \end_inset
13204
13205
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 cmidrule{2-4}
13214 \end_layout
13215
13216 \end_inset
13217
13218 Detector thickness [µm]
13219 \end_layout
13220
13221 \end_inset
13222 </cell>
13223 <cell alignment="center" valignment="top" usebox="none">
13224 \begin_inset Text
13225
13226 \begin_layout Plain Layout
13227 300
13228 \end_layout
13229
13230 \end_inset
13231 </cell>
13232 <cell alignment="center" valignment="top" usebox="none">
13233 \begin_inset Text
13234
13235 \begin_layout Plain Layout
13236 300
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 700
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 </row>
13251 <row>
13252 <cell alignment="center" valignment="top" topline="true" usebox="none">
13253 \begin_inset Text
13254
13255 \begin_layout Plain Layout
13256 Edge angle [°]
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 3.55
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 2.71
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 7.99
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 <row topspace="default">
13290 <cell alignment="center" valignment="top" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Spatial resolution [µm]
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 4.26
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 10.17
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 10.56
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row topspace="default">
13328 <cell alignment="center" valignment="top" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 MTF at 
13333 \begin_inset Formula $f_{\mathrm{max}}$
13334 \end_inset
13335
13336
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 0.53
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 0.37
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 <cell alignment="center" valignment="top" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 0.39
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 </row>
13369 <row>
13370 <cell alignment="center" valignment="top" topline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 \begin_inset ERT
13375 status collapsed
13376
13377 \begin_layout Plain Layout
13378
13379
13380 \backslash
13381 morecmidrules 
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \begin_inset ERT
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391
13392
13393 \backslash
13394 cmidrule{3-4}
13395 \end_layout
13396
13397 \end_inset
13398
13399 LSF-spatial resolution
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 <cell alignment="center" valignment="top" topline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 </row>
13432 <row>
13433 <cell alignment="center" valignment="top" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 in µm
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 129.7
13447 \end_layout
13448
13449 \end_inset
13450 </cell>
13451 <cell alignment="center" valignment="top" usebox="none">
13452 \begin_inset Text
13453
13454 \begin_layout Plain Layout
13455 52.75
13456 \end_layout
13457
13458 \end_inset
13459 </cell>
13460 <cell alignment="center" valignment="top" usebox="none">
13461 \begin_inset Text
13462
13463 \begin_layout Plain Layout
13464 50.78
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 </row>
13470 <row>
13471 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 in % of pixel size
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13481 \begin_inset Text
13482
13483 \begin_layout Plain Layout
13484 76.3
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 95.9
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13499 \begin_inset Text
13500
13501 \begin_layout Plain Layout
13502 92.3
13503 \end_layout
13504
13505 \end_inset
13506 </cell>
13507 </row>
13508 </lyxtabular>
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Section
13521 Alineación vertical de tablas
13522 \begin_inset Index
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526 Tablas ! Alineación vertical
13527 \end_layout
13528
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \begin_layout Standard
13535 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13536  en un cuadro.
13537  Entonces el cuadro se puede alinear verticalmente como se describe en la
13538  sección
13539 \begin_inset space ~
13540 \end_inset
13541
13542
13543 \begin_inset CommandInset ref
13544 LatexCommand ref
13545 reference "sec:Diálogo-Cuadros"
13546
13547 \end_inset
13548
13549 .
13550  
13551 \end_layout
13552
13553 \begin_layout Standard
13554 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13555 \begin_inset Foot
13556 status collapsed
13557
13558 \begin_layout Plain Layout
13559 Las minipáginas se describen en la sección
13560 \begin_inset space ~
13561 \end_inset
13562
13563
13564 \begin_inset CommandInset ref
13565 LatexCommand ref
13566 reference "sec:Minipáginas"
13567
13568 \end_inset
13569
13570 .
13571 \end_layout
13572
13573 \end_inset
13574
13575  que tiene una anchura del 15
13576 \begin_inset space \thinspace{}
13577 \end_inset
13578
13579 % de columna:
13580 \end_layout
13581
13582 \begin_layout Itemize
13583 test 
13584 \begin_inset Box Frameless
13585 position "t"
13586 hor_pos "c"
13587 has_inner_box 1
13588 inner_pos "c"
13589 use_parbox 0
13590 width "15col%"
13591 special "none"
13592 height "1in"
13593 height_special "totalheight"
13594 status collapsed
13595
13596 \begin_layout Plain Layout
13597 \begin_inset Tabular
13598 <lyxtabular version="3" rows="3" columns="3">
13599 <features>
13600 <column alignment="center" valignment="top" width="0">
13601 <column alignment="center" valignment="top" width="0">
13602 <column alignment="center" valignment="top" width="0">
13603 <row>
13604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 a
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 d
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 g
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 </row>
13632 <row>
13633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13634 \begin_inset Text
13635
13636 \begin_layout Plain Layout
13637 b
13638 \end_layout
13639
13640 \end_inset
13641 </cell>
13642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13643 \begin_inset Text
13644
13645 \begin_layout Plain Layout
13646 e
13647 \end_layout
13648
13649 \end_inset
13650 </cell>
13651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 h
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 </row>
13661 <row>
13662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 c
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 f
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 i
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 </lyxtabular>
13691
13692 \end_inset
13693
13694
13695 \end_layout
13696
13697 \end_inset
13698
13699  test 
13700 \begin_inset ERT
13701 status collapsed
13702
13703 \begin_layout Plain Layout
13704
13705
13706 \backslash
13707 raisebox{0.85
13708 \backslash
13709 baselineskip}{
13710 \end_layout
13711
13712 \end_inset
13713
13714
13715 \begin_inset Box Frameless
13716 position "t"
13717 hor_pos "c"
13718 has_inner_box 1
13719 inner_pos "c"
13720 use_parbox 0
13721 width "15col%"
13722 special "none"
13723 height "1in"
13724 height_special "totalheight"
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 \begin_inset Tabular
13729 <lyxtabular version="3" rows="3" columns="3">
13730 <features>
13731 <column alignment="center" valignment="top" width="0">
13732 <column alignment="center" valignment="top" width="0">
13733 <column alignment="center" valignment="top" width="0">
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 a
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 d
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 g
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 <row>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 b
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 e
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 h
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 </row>
13792 <row>
13793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 c
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 f
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 i
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 </lyxtabular>
13822
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836 }
13837 \end_layout
13838
13839 \end_inset
13840
13841
13842 \end_layout
13843
13844 \begin_layout Itemize
13845 test 
13846 \begin_inset Box Frameless
13847 position "c"
13848 hor_pos "c"
13849 has_inner_box 1
13850 inner_pos "c"
13851 use_parbox 0
13852 width "15col%"
13853 special "none"
13854 height "1in"
13855 height_special "totalheight"
13856 status collapsed
13857
13858 \begin_layout Plain Layout
13859 \begin_inset Tabular
13860 <lyxtabular version="3" rows="3" columns="3">
13861 <features>
13862 <column alignment="center" valignment="top" width="0">
13863 <column alignment="center" valignment="top" width="0">
13864 <column alignment="center" valignment="top" width="0">
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 a
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 d
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 g
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 <row>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 b
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 e
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 h
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 </row>
13923 <row>
13924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 c
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 f
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 i
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 </row>
13952 </lyxtabular>
13953
13954 \end_inset
13955
13956
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \end_layout
13963
13964 \begin_layout Itemize
13965 test 
13966 \begin_inset Box Frameless
13967 position "b"
13968 hor_pos "c"
13969 has_inner_box 1
13970 inner_pos "c"
13971 use_parbox 0
13972 width "15col%"
13973 special "none"
13974 height "1in"
13975 height_special "totalheight"
13976 status collapsed
13977
13978 \begin_layout Plain Layout
13979 \begin_inset Tabular
13980 <lyxtabular version="3" rows="3" columns="3">
13981 <features>
13982 <column alignment="center" valignment="top" width="0">
13983 <column alignment="center" valignment="top" width="0">
13984 <column alignment="center" valignment="top" width="0">
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 a
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 d
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 g
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 <row>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 b
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 e
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14034 \begin_inset Text
14035
14036 \begin_layout Plain Layout
14037 h
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 <row>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 c
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 f
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066 i
14067 \end_layout
14068
14069 \end_inset
14070 </cell>
14071 </row>
14072 </lyxtabular>
14073
14074 \end_inset
14075
14076
14077 \end_layout
14078
14079 \end_inset
14080
14081  test 
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 raisebox{-0.32
14090 \backslash
14091 baselineskip}{
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \begin_inset Box Frameless
14098 position "b"
14099 hor_pos "c"
14100 has_inner_box 1
14101 inner_pos "c"
14102 use_parbox 0
14103 width "15col%"
14104 special "none"
14105 height "1in"
14106 height_special "totalheight"
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 \begin_inset Tabular
14111 <lyxtabular version="3" rows="3" columns="3">
14112 <features>
14113 <column alignment="center" valignment="top" width="0">
14114 <column alignment="center" valignment="top" width="0">
14115 <column alignment="center" valignment="top" width="0">
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 a
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 d
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 g
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 <row>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 b
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 e
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 h
14169 \end_layout
14170
14171 \end_inset
14172 </cell>
14173 </row>
14174 <row>
14175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 c
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 f
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 i
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 </lyxtabular>
14204
14205 \end_inset
14206
14207
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \begin_inset ERT
14214 status collapsed
14215
14216 \begin_layout Plain Layout
14217
14218 }
14219 \end_layout
14220
14221 \end_inset
14222
14223
14224 \end_layout
14225
14226 \begin_layout Standard
14227 Como ves, los contenidos de la primera y última filas no se alinean correctament
14228 e con la línea de texto donde está la tabla.
14229  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14230  un cuadro elevado («raisebox»
14231 \begin_inset Foot
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 El uso del comando 
14236 \series bold
14237
14238 \backslash
14239 raisebox
14240 \series default
14241  se explica en la sección
14242 \begin_inset space ~
14243 \end_inset
14244
14245
14246 \begin_inset CommandInset ref
14247 LatexCommand ref
14248 reference "sub:Alineación-Vertical"
14249
14250 \end_inset
14251
14252 .
14253 \end_layout
14254
14255 \end_inset
14256
14257 ).
14258  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14259  usando el comando en código TeX
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265
14266 \backslash
14267 raisebox{0.85
14268 \backslash
14269 baselineskip}{
14270 \end_layout
14271
14272 \begin_layout Standard
14273 antes del cuadro.
14274  Tras él, se pone la llave de cierre 
14275 \series bold
14276 }
14277 \series default
14278  también en código TeX.
14279  Para la segunda tabla en el tercer ítem se usa el comando 
14280 \end_layout
14281
14282 \begin_layout Standard
14283
14284 \series bold
14285
14286 \backslash
14287 raisebox{-0.32
14288 \backslash
14289 baselineskip}{
14290 \end_layout
14291
14292 \begin_layout Standard
14293 \begin_inset Note Greyedout
14294 status open
14295
14296 \begin_layout Plain Layout
14297
14298 \series bold
14299 Not
14300 \series default
14301 a: La alineación del contenido de la fila con la línea del texto adyacente
14302  no es exacta.
14303  El factor necesario del comando 
14304 \series bold
14305
14306 \backslash
14307 raisebox
14308 \series default
14309  para este alineamiento depende de la fuente del documento, del tamaño de
14310  la fuente y del grosor de línea de la tabla.
14311 \end_layout
14312
14313 \end_inset
14314
14315
14316 \end_layout
14317
14318 \begin_layout Section
14319 Tablas coloreadas
14320 \begin_inset CommandInset label
14321 LatexCommand label
14322 name "sec:Tablas-Coloreadas"
14323
14324 \end_inset
14325
14326
14327 \begin_inset Index
14328 status collapsed
14329
14330 \begin_layout Plain Layout
14331 Tablas ! Coloreadas
14332 \end_layout
14333
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \begin_layout Subsection
14340 Celdas coloreadas
14341 \begin_inset Index
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345 Tablas coloreadas ! Celdas
14346 \end_layout
14347
14348 \end_inset
14349
14350
14351 \begin_inset Index
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355 Color ! en celdas de tablas
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \begin_layout Standard
14364 \begin_inset Float table
14365 placement h
14366 wide false
14367 sideways false
14368 status open
14369
14370 \begin_layout Plain Layout
14371 \begin_inset Caption
14372
14373 \begin_layout Plain Layout
14374 \begin_inset CommandInset label
14375 LatexCommand label
14376 name "tab:Tabla-coloreada-sin"
14377
14378 \end_inset
14379
14380 Tabla coloreada sin usar el paquete 
14381 \series bold
14382 colortbl
14383 \series default
14384
14385 \begin_inset OptArg
14386 status collapsed
14387
14388 \begin_layout Plain Layout
14389 Tabla sin colortbl
14390 \end_layout
14391
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398
14399
14400 \end_layout
14401
14402 \begin_layout Plain Layout
14403 \align center
14404 \begin_inset Tabular
14405 <lyxtabular version="3" rows="3" columns="3">
14406 <features>
14407 <column alignment="center" valignment="top" width="0">
14408 <column alignment="center" valignment="top" width="0">
14409 <column alignment="center" valignment="top" width="0">
14410 <row>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415
14416 \color green
14417 a
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426
14427 \color red
14428 b
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437
14438 \color red
14439 c
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450
14451 \color green
14452 d
14453 \end_layout
14454
14455 \end_inset
14456 </cell>
14457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14458 \begin_inset Text
14459
14460 \begin_layout Plain Layout
14461
14462 \color blue
14463 e
14464 \end_layout
14465
14466 \end_inset
14467 </cell>
14468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472
14473 \color blue
14474 f
14475 \end_layout
14476
14477 \end_inset
14478 </cell>
14479 </row>
14480 <row>
14481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14482 \begin_inset Text
14483
14484 \begin_layout Plain Layout
14485
14486 \color green
14487 g
14488 \end_layout
14489
14490 \end_inset
14491 </cell>
14492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14493 \begin_inset Text
14494
14495 \begin_layout Plain Layout
14496
14497 \color blue
14498 h
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507
14508 \color blue
14509 i
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 </row>
14515 </lyxtabular>
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \end_inset
14523
14524
14525 \end_layout
14526
14527 \begin_layout Standard
14528 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14529  el menú 
14530 \family sans
14531 Editar\SpecialChar \menuseparator
14532 Estilo
14533 \begin_inset space ~
14534 \end_inset
14535
14536 del
14537 \begin_inset space ~
14538 \end_inset
14539
14540 Texto
14541 \family default
14542 .
14543  Esto se ha hecho en la tabla
14544 \begin_inset space ~
14545 \end_inset
14546
14547
14548 \begin_inset CommandInset ref
14549 LatexCommand ref
14550 reference "tab:Tabla-coloreada-sin"
14551
14552 \end_inset
14553
14554 .
14555  En cualquier otro caso hay que usar el paquete LaTeX 
14556 \series bold
14557 colortbl
14558 \series default
14559 .
14560 \begin_inset Index
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 LaTeX-paquetes ! colortbl
14565 \end_layout
14566
14567 \end_inset
14568
14569
14570 \end_layout
14571
14572 \begin_layout Standard
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578
14579 \backslash
14580 ifcolortbl
14581 \end_layout
14582
14583 \end_inset
14584
14585
14586 \begin_inset Note Note
14587 status open
14588
14589 \begin_layout Plain Layout
14590 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14591  LaTeX 
14592 \series bold
14593 colortbl
14594 \series default
14595 .
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 Para crear tablas coloreadas, 
14605 \series bold
14606 colortbl
14607 \series default
14608  debe cargarse en el preámbulo con la línea
14609 \end_layout
14610
14611 \begin_layout Standard
14612
14613 \series bold
14614
14615 \backslash
14616 usepackage{colortbl}
14617 \end_layout
14618
14619 \begin_layout Standard
14620 El color de una columna se define con el comando
14621 \end_layout
14622
14623 \begin_layout Standard
14624
14625 \series bold
14626
14627 \backslash
14628 columncolor{nombre del color}
14629 \end_layout
14630
14631 \begin_layout Standard
14632 dentro del comando 
14633 \series bold
14634 >{ }
14635 \series default
14636 .
14637  Más sobre el comando 
14638 \series bold
14639 >{}
14640 \series default
14641  se explica en la sección
14642 \begin_inset space ~
14643 \end_inset
14644
14645
14646 \begin_inset CommandInset ref
14647 LatexCommand ref
14648 reference "sub:Cálculos-en-Multicolumnas"
14649
14650 \end_inset
14651
14652 .
14653 \end_layout
14654
14655 \begin_layout Standard
14656 Los siguientes nombres de color están predefinidos:
14657 \end_layout
14658
14659 \begin_layout Standard
14660
14661 \family sans
14662 red
14663 \family default
14664
14665 \family sans
14666 green
14667 \family default
14668
14669 \family sans
14670 yellow, blue
14671 \family default
14672
14673 \family sans
14674 cyan
14675 \family default
14676 \series bold
14677 ,
14678 \series default
14679  
14680 \family sans
14681 magenta, black
14682 \family default
14683
14684 \family sans
14685 white
14686 \end_layout
14687
14688 \begin_layout Standard
14689 \begin_inset VSpace medskip
14690 \end_inset
14691
14692
14693 \end_layout
14694
14695 \begin_layout Standard
14696 Puedes definir tus propios colores con el comando
14697 \end_layout
14698
14699 \begin_layout Standard
14700
14701 \series bold
14702
14703 \backslash
14704 definecolor{nombre del color}{modelo de color}{valores de color}
14705 \end_layout
14706
14707 \begin_layout Standard
14708 El modelo de color puede ser
14709 \end_layout
14710
14711 \begin_layout Labeling
14712 \labelwidthstring 00.00.0000
14713 cmyk: cyan, magenta, yellow, black
14714 \end_layout
14715
14716 \begin_layout Labeling
14717 \labelwidthstring 00.00.0000
14718 rgb: red, green, blue
14719 \end_layout
14720
14721 \begin_layout Labeling
14722 \labelwidthstring 00.00.0000
14723 gray: gray
14724 \end_layout
14725
14726 \begin_layout Standard
14727 y los valores de color son números separados por comas entre 0 y 1 que describen
14728  el factor para el color correspondiente del modelo de color.
14729 \end_layout
14730
14731 \begin_layout Standard
14732 Por ejemplo, puedes definir el color
14733 \series bold
14734  
14735 \series default
14736 «
14737 \emph on
14738 verde oscuro
14739 \emph default
14740 » en el preámbulo con
14741 \end_layout
14742
14743 \begin_layout Standard
14744
14745 \series bold
14746
14747 \backslash
14748 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14749 \end_layout
14750
14751 \begin_layout Standard
14752 y el color «
14753 \emph on
14754 gris claro
14755 \emph default
14756 » con
14757 \end_layout
14758
14759 \begin_layout Standard
14760
14761 \series bold
14762
14763 \backslash
14764 definecolor{grisclaro}{gray}{0.8}
14765 \end_layout
14766
14767 \begin_layout Standard
14768 \begin_inset VSpace medskip
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \begin_layout Standard
14775 Las líneas se colorean con el comando
14776 \end_layout
14777
14778 \begin_layout Standard
14779
14780 \series bold
14781
14782 \backslash
14783 rowcolor{nombre del color}
14784 \end_layout
14785
14786 \begin_layout Standard
14787 y las celdas se colorean con el comando
14788 \end_layout
14789
14790 \begin_layout Standard
14791
14792 \series bold
14793
14794 \backslash
14795 cellcolor{nombre del color}
14796 \end_layout
14797
14798 \begin_layout Standard
14799 Ambos comandos se insertan al principio de una celda en código TeX.
14800 \end_layout
14801
14802 \begin_layout Standard
14803 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14804 \family sans
14805 Editar\SpecialChar \menuseparator
14806 Estilo
14807 \begin_inset space ~
14808 \end_inset
14809
14810 del
14811 \begin_inset space ~
14812 \end_inset
14813
14814 Texto
14815 \family default
14816 .
14817  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14818  TeX en color puede ocasionar errores de LaTeX.
14819 \end_layout
14820
14821 \begin_layout Standard
14822 \begin_inset VSpace bigskip
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \begin_layout Standard
14829 Para crear la tabla
14830 \begin_inset space ~
14831 \end_inset
14832
14833
14834 \begin_inset CommandInset ref
14835 LatexCommand ref
14836 reference "tab:Tabla-coloreada-con"
14837
14838 \end_inset
14839
14840  haz lo siguiente: el color de la primera columna debe ser 
14841 \emph on
14842 verde oscuro
14843 \emph default
14844 , entonces inserta
14845 \end_layout
14846
14847 \begin_layout Standard
14848
14849 \series bold
14850 >{
14851 \backslash
14852 columncolor{verdeoscuro}
14853 \backslash
14854 centering}c
14855 \end_layout
14856
14857 \begin_layout Standard
14858 como argumento LaTeX para esta columna.
14859  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14860 \end_layout
14861
14862 \begin_layout Standard
14863
14864 \series bold
14865
14866 \backslash
14867 rowcolow{cyan}
14868 \end_layout
14869
14870 \begin_layout Standard
14871 en la primera celda de esta fila.
14872  Observa que esto sobreescribe el color de la columna para la primera celda.
14873  La última celda de la última fila se colorea magenta insertando el comando
14874  en código TeX
14875 \end_layout
14876
14877 \begin_layout Standard
14878
14879 \series bold
14880
14881 \backslash
14882 cellcolor{magenta}
14883 \end_layout
14884
14885 \begin_layout Standard
14886 Ahora podrían colorearse los caracteres usando el menú 
14887 \family sans
14888 Editar\SpecialChar \menuseparator
14889 Estilo
14890 \begin_inset space ~
14891 \end_inset
14892
14893 del
14894 \begin_inset space ~
14895 \end_inset
14896
14897 Texto
14898 \family default
14899 .
14900 \end_layout
14901
14902 \begin_layout Standard
14903 \begin_inset Float table
14904 placement h
14905 wide false
14906 sideways false
14907 status open
14908
14909 \begin_layout Plain Layout
14910 \begin_inset Caption
14911
14912 \begin_layout Plain Layout
14913 \begin_inset CommandInset label
14914 LatexCommand label
14915 name "tab:Tabla-coloreada-con"
14916
14917 \end_inset
14918
14919 Tabla coloreada con el paquete 
14920 \series bold
14921 colortbl
14922 \series default
14923
14924 \begin_inset OptArg
14925 status open
14926
14927 \begin_layout Plain Layout
14928 Tabla con 
14929 \series bold
14930 colortbl
14931 \end_layout
14932
14933 \end_inset
14934
14935
14936 \end_layout
14937
14938 \end_inset
14939
14940
14941 \end_layout
14942
14943 \begin_layout Plain Layout
14944 \align center
14945 \begin_inset Tabular
14946 <lyxtabular version="3" rows="3" columns="3">
14947 <features>
14948 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
14949 <column alignment="center" valignment="top" width="0">
14950 <column alignment="center" valignment="top" width="0">
14951 <row>
14952 <cell alignment="center" valignment="top" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 \begin_inset ERT
14957 status collapsed
14958
14959 \begin_layout Plain Layout
14960
14961
14962 \backslash
14963 rowcolor{cyan}
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \color magenta
14970 a
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979
14980 \color red
14981 b
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 <cell alignment="center" valignment="top" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990
14991 \color red
14992 c
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row>
14999 <cell alignment="center" valignment="top" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \color yellow
15005 d
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014
15015 \color blue
15016 e
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 <cell alignment="center" valignment="top" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \color blue
15027 f
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 </row>
15033 <row>
15034 <cell alignment="center" valignment="top" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038
15039 \color yellow
15040 g
15041 \end_layout
15042
15043 \end_inset
15044 </cell>
15045 <cell alignment="center" valignment="top" usebox="none">
15046 \begin_inset Text
15047
15048 \begin_layout Plain Layout
15049
15050 \color blue
15051 h
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 \begin_inset ERT
15061 status collapsed
15062
15063 \begin_layout Plain Layout
15064
15065
15066 \backslash
15067 cellcolor{magenta}
15068 \end_layout
15069
15070 \end_inset
15071
15072
15073 \color green
15074 i
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 </row>
15080 </lyxtabular>
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \begin_layout Standard
15093 \begin_inset ERT
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097
15098
15099 \backslash
15100 else
15101 \end_layout
15102
15103 \end_inset
15104
15105
15106 \begin_inset Note Note
15107 status open
15108
15109 \begin_layout Plain Layout
15110 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15111  
15112 \series bold
15113 colortbl
15114 \series default
15115 .
15116 \end_layout
15117
15118 \end_inset
15119
15120
15121 \end_layout
15122
15123 \begin_layout Standard
15124 Debes instalar el paquete LaTeX 
15125 \series bold
15126 colortbl
15127 \series default
15128  para ver la parte siguiente en la salida.
15129 \end_layout
15130
15131 \begin_layout Standard
15132 \begin_inset ERT
15133 status collapsed
15134
15135 \begin_layout Plain Layout
15136
15137
15138 \backslash
15139 fi
15140 \end_layout
15141
15142 \end_inset
15143
15144
15145 \end_layout
15146
15147 \begin_layout Subsection
15148 Líneas coloreadas
15149 \begin_inset Index
15150 status collapsed
15151
15152 \begin_layout Plain Layout
15153 Tablas coloreadas ! Líneas
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \begin_inset Index
15160 status collapsed
15161
15162 \begin_layout Plain Layout
15163 Color ! en bordes de tabla
15164 \end_layout
15165
15166 \end_inset
15167
15168
15169 \end_layout
15170
15171 \begin_layout Standard
15172 Como se describe en la sección
15173 \begin_inset space ~
15174 \end_inset
15175
15176
15177 \begin_inset CommandInset ref
15178 LatexCommand ref
15179 reference "sub:Grosor-de-Líneas"
15180
15181 \end_inset
15182
15183 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15184  
15185 \series bold
15186
15187 \backslash
15188 arrayrulewidth
15189 \series default
15190 .
15191  Se ha puesto 1.5
15192 \begin_inset space \thinspace{}
15193 \end_inset
15194
15195 pt para todas las tablas de esta sección.
15196 \begin_inset ERT
15197 status collapsed
15198
15199 \begin_layout Plain Layout
15200
15201
15202 \backslash
15203 setlength{
15204 \backslash
15205 arrayrulewidth}{1.5pt}
15206 \end_layout
15207
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \begin_layout Standard
15214 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15215  el preámbulo del documento el siguiente formato de columna, de acuerdo
15216  a lo descrito en la sección
15217 \begin_inset space ~
15218 \end_inset
15219
15220
15221 \begin_inset CommandInset ref
15222 LatexCommand ref
15223 reference "sub:Formato-Personalizado"
15224
15225 \end_inset
15226
15227 :
15228 \end_layout
15229
15230 \begin_layout Standard
15231
15232 \series bold
15233
15234 \backslash
15235 newcolumntype{W}{!{
15236 \backslash
15237 color{green}
15238 \backslash
15239 vline}}
15240 \end_layout
15241
15242 \begin_layout Standard
15243 Para la tabla
15244 \begin_inset space ~
15245 \end_inset
15246
15247
15248 \begin_inset CommandInset ref
15249 LatexCommand ref
15250 reference "tab:Tabla-con-verticales-coloreadas"
15251
15252 \end_inset
15253
15254  se usó el argumento LaTeX
15255 \series bold
15256  WcW
15257 \series default
15258  para la última columna y
15259 \series bold
15260  Wc
15261 \series default
15262  para las demás.
15263 \end_layout
15264
15265 \begin_layout Standard
15266 Si quieres tener varios colores, define más formatos de columna.
15267 \end_layout
15268
15269 \begin_layout Standard
15270 \begin_inset Float table
15271 placement h
15272 wide false
15273 sideways false
15274 status open
15275
15276 \begin_layout Plain Layout
15277 \begin_inset Caption
15278
15279 \begin_layout Plain Layout
15280 \begin_inset CommandInset label
15281 LatexCommand label
15282 name "tab:Tabla-con-verticales-coloreadas"
15283
15284 \end_inset
15285
15286 Tabla con líneas verticales coloreadas
15287 \end_layout
15288
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \begin_layout Plain Layout
15295 \align center
15296 \begin_inset Tabular
15297 <lyxtabular version="3" rows="3" columns="3">
15298 <features>
15299 <column alignment="center" valignment="top" width="0" special="Wc">
15300 <column alignment="center" valignment="top" width="0" special="Wc">
15301 <column alignment="center" valignment="top" width="0" special="WcW">
15302 <row>
15303 <cell alignment="center" valignment="top" topline="true" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307 sd
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 <cell alignment="center" valignment="top" topline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 <cell alignment="center" valignment="top" topline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 <cell alignment="center" valignment="top" topline="true" usebox="none">
15342 \begin_inset Text
15343
15344 \begin_layout Plain Layout
15345 sd
15346 \end_layout
15347
15348 \end_inset
15349 </cell>
15350 <cell alignment="center" valignment="top" topline="true" usebox="none">
15351 \begin_inset Text
15352
15353 \begin_layout Plain Layout
15354
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 </row>
15360 <row>
15361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15362 \begin_inset Text
15363
15364 \begin_layout Plain Layout
15365
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 sd
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 </lyxtabular>
15390
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397
15398
15399 \end_layout
15400
15401 \begin_layout Standard
15402 \begin_inset VSpace bigskip
15403 \end_inset
15404
15405 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15406 \begin_inset space ~
15407 \end_inset
15408
15409
15410 \begin_inset CommandInset ref
15411 LatexCommand ref
15412 reference "tab:Tabla-con-horizontales-coloreadas"
15413
15414 \end_inset
15415
15416 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15417 \end_layout
15418
15419 \begin_layout Standard
15420
15421 \series bold
15422
15423 \backslash
15424 let
15425 \backslash
15426 myHlineC
15427 \backslash
15428 hline
15429 \begin_inset Newline newline
15430 \end_inset
15431
15432
15433 \backslash
15434 renewcommand{
15435 \backslash
15436 hline}
15437 \begin_inset Newline newline
15438 \end_inset
15439
15440
15441 \begin_inset ERT
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445
15446
15447 \backslash
15448 hphantom{ }
15449 \end_layout
15450
15451 \end_inset
15452
15453 {
15454 \backslash
15455 arrayrulecolor{red}
15456 \backslash
15457 myHlineC
15458 \backslash
15459 arrayrulecolor{black}}
15460 \end_layout
15461
15462 \begin_layout Standard
15463 \begin_inset ERT
15464 status collapsed
15465
15466 \begin_layout Plain Layout
15467
15468
15469 \backslash
15470 let
15471 \backslash
15472 myHlineC
15473 \backslash
15474 hline
15475 \end_layout
15476
15477 \begin_layout Plain Layout
15478
15479
15480 \backslash
15481 renewcommand{
15482 \backslash
15483 hline}
15484 \end_layout
15485
15486 \begin_layout Plain Layout
15487
15488  {
15489 \backslash
15490 arrayrulecolor{red}
15491 \backslash
15492 myHlineC
15493 \backslash
15494 arrayrulecolor{black}}
15495 \end_layout
15496
15497 \end_inset
15498
15499
15500 \begin_inset Float table
15501 placement h
15502 wide false
15503 sideways false
15504 status open
15505
15506 \begin_layout Plain Layout
15507 \begin_inset Caption
15508
15509 \begin_layout Plain Layout
15510 \begin_inset CommandInset label
15511 LatexCommand label
15512 name "tab:Tabla-con-horizontales-coloreadas"
15513
15514 \end_inset
15515
15516 Tabla con líneas horizontales coloreadas
15517 \end_layout
15518
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \begin_layout Plain Layout
15525 \align center
15526 \begin_inset Tabular
15527 <lyxtabular version="3" rows="3" columns="3">
15528 <features>
15529 <column alignment="center" valignment="top" width="0">
15530 <column alignment="center" valignment="top" width="0">
15531 <column alignment="center" valignment="top" width="0">
15532 <row>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 sd
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 </row>
15561 <row>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566
15567 \end_layout
15568
15569 \end_inset
15570 </cell>
15571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575 sd
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 </row>
15590 <row>
15591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15592 \begin_inset Text
15593
15594 \begin_layout Plain Layout
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 sd
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 </row>
15619 </lyxtabular>
15620
15621 \end_inset
15622
15623
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \begin_layout Standard
15632 Para volver al color de línea negro predeterminado inserta este comando
15633  en código TeX detrás de la tabla o el flotante:
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 renewcommand{
15642 \backslash
15643 hline}{
15644 \backslash
15645 myHlineC}
15646 \end_layout
15647
15648 \begin_layout Standard
15649 La tabla
15650 \begin_inset space ~
15651 \end_inset
15652
15653
15654 \begin_inset CommandInset ref
15655 LatexCommand ref
15656 reference "tab:Tabla-con-líneas-coloreadas"
15657
15658 \end_inset
15659
15660  es un ejemplo con líneas verticales y horizontales coloreadas.
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset Float table
15665 placement h
15666 wide false
15667 sideways false
15668 status open
15669
15670 \begin_layout Plain Layout
15671 \begin_inset Caption
15672
15673 \begin_layout Plain Layout
15674 \begin_inset CommandInset label
15675 LatexCommand label
15676 name "tab:Tabla-con-líneas-coloreadas"
15677
15678 \end_inset
15679
15680 Tabla con líneas coloreadas
15681 \end_layout
15682
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \begin_layout Plain Layout
15689 \align center
15690 \begin_inset Tabular
15691 <lyxtabular version="3" rows="3" columns="3">
15692 <features>
15693 <column alignment="center" valignment="top" width="0" special="Wc">
15694 <column alignment="center" valignment="top" width="0" special="Wc">
15695 <column alignment="center" valignment="top" width="0" special="WcW">
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 sd
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 <cell alignment="center" valignment="top" topline="true" usebox="none">
15707 \begin_inset Text
15708
15709 \begin_layout Plain Layout
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \end_layout
15732
15733 \end_inset
15734 </cell>
15735 <cell alignment="center" valignment="top" topline="true" usebox="none">
15736 \begin_inset Text
15737
15738 \begin_layout Plain Layout
15739 sd
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748
15749 \end_layout
15750
15751 \end_inset
15752 </cell>
15753 </row>
15754 <row>
15755 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777 sd
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 </row>
15783 </lyxtabular>
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \begin_layout Standard
15796 \begin_inset ERT
15797 status collapsed
15798
15799 \begin_layout Plain Layout
15800
15801
15802 \backslash
15803 renewcommand{
15804 \backslash
15805 hline}{
15806 \backslash
15807 myHlineC}
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \begin_layout Standard
15816 \begin_inset ERT
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820
15821
15822 \backslash
15823 setlength{
15824 \backslash
15825 arrayrulewidth}{0.4pt}
15826 \end_layout
15827
15828 \end_inset
15829
15830
15831 \end_layout
15832
15833 \begin_layout Section
15834 Personalización de tablas
15835 \begin_inset Index
15836 status collapsed
15837
15838 \begin_layout Plain Layout
15839 Personalización de tablas
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \begin_inset Index
15846 status collapsed
15847
15848 \begin_layout Plain Layout
15849 Tablas ! Personalización
15850 \end_layout
15851
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \begin_layout Subsection
15858 Espacio adicional en filas
15859 \begin_inset CommandInset label
15860 LatexCommand label
15861 name "sub:Espacio-adicional"
15862
15863 \end_inset
15864
15865
15866 \begin_inset Index
15867 status collapsed
15868
15869 \begin_layout Plain Layout
15870 Personalización de tablas ! Espacio adicional en filas
15871 \end_layout
15872
15873 \end_inset
15874
15875
15876 \end_layout
15877
15878 \begin_layout Standard
15879 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15880  
15881 \family sans
15882 Bordes,
15883 \family default
15884  del diálogo de configuración de tablas.
15885  En el marco 
15886 \family sans
15887 Espacio
15888 \begin_inset space ~
15889 \end_inset
15890
15891 adicional
15892 \family default
15893  dispones de tres posibilidades:
15894 \end_layout
15895
15896 \begin_layout Description
15897 Superior
15898 \begin_inset space ~
15899 \end_inset
15900
15901 de
15902 \begin_inset space ~
15903 \end_inset
15904
15905 la
15906 \begin_inset space ~
15907 \end_inset
15908
15909 fila añade espacio sobre los caracteres de la fila.
15910  Si la tabla es de estilo formal
15911 \begin_inset Foot
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915 Las tablas formales se explican en la sección
15916 \begin_inset space ~
15917 \end_inset
15918
15919
15920 \begin_inset CommandInset ref
15921 LatexCommand ref
15922 reference "sec:Tablas-Formales"
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \end_inset
15930
15931  LyX insertará 0.5
15932 \begin_inset space \thinspace{}
15933 \end_inset
15934
15935 em por omisión.
15936  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
15937  verticales, como se ve en la tabla siguiente:
15938 \begin_inset VSpace medskip
15939 \end_inset
15940
15941
15942 \begin_inset Newline newline
15943 \end_inset
15944
15945
15946 \begin_inset space \hspace*{}
15947 \length 0pt
15948 \end_inset
15949
15950
15951 \begin_inset space \hfill{}
15952 \end_inset
15953
15954
15955 \begin_inset Tabular
15956 <lyxtabular version="3" rows="3" columns="1">
15957 <features>
15958 <column alignment="center" valignment="top" width="0">
15959 <row>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 A
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 </row>
15970 <row topspace="3mm">
15971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 3
15976 \begin_inset space \thinspace{}
15977 \end_inset
15978
15979 mm sobre la fila
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 </row>
15985 <row>
15986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 C
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 </lyxtabular>
15997
15998 \end_inset
15999
16000
16001 \begin_inset space \hfill{}
16002 \end_inset
16003
16004
16005 \begin_inset space \hspace*{}
16006 \length 0pt
16007 \end_inset
16008
16009
16010 \begin_inset VSpace medskip
16011 \end_inset
16012
16013
16014 \begin_inset Newline newline
16015 \end_inset
16016
16017 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16018  sin líneas verticales.
16019 \end_layout
16020
16021 \begin_layout Description
16022 Inferior
16023 \begin_inset space ~
16024 \end_inset
16025
16026 de
16027 \begin_inset space ~
16028 \end_inset
16029
16030 la
16031 \begin_inset space ~
16032 \end_inset
16033
16034 fila añade espacio bajo los caracteres de la fila.
16035  Si la tabla es formal LyX inserta por omisión 0.5
16036 \begin_inset space \thinspace{}
16037 \end_inset
16038
16039 em; si la tabla es normal inserta 2
16040 \begin_inset space \thinspace{}
16041 \end_inset
16042
16043 pt.
16044  
16045 \end_layout
16046
16047 \begin_layout Description
16048 Entre
16049 \begin_inset space ~
16050 \end_inset
16051
16052 las
16053 \begin_inset space ~
16054 \end_inset
16055
16056 filas añade espacio entre la fila actual y la siguiente.
16057  Si la tabla es formal LyX inserta 0.5
16058 \begin_inset space \thinspace{}
16059 \end_inset
16060
16061 em por omisión.
16062  En tablas normales, el espacio adicional destruirá las líneas verticales
16063  de la tabla, como se ve en la siguiente:
16064 \begin_inset VSpace medskip
16065 \end_inset
16066
16067
16068 \begin_inset Newline newline
16069 \end_inset
16070
16071
16072 \begin_inset space \hspace*{}
16073 \length 0pt
16074 \end_inset
16075
16076
16077 \begin_inset space \hfill{}
16078 \end_inset
16079
16080
16081 \begin_inset Tabular
16082 <lyxtabular version="3" rows="3" columns="1">
16083 <features>
16084 <column alignment="center" valignment="top" width="0">
16085 <row>
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 A
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 <row interlinespace="3mm">
16097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 \begin_inset Formula $\downarrow$
16102 \end_inset
16103
16104  3
16105 \begin_inset space \thinspace{}
16106 \end_inset
16107
16108 mm entre las filas
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 \begin_inset Formula $\uparrow$
16120 \end_inset
16121
16122  3
16123 \begin_inset space \thinspace{}
16124 \end_inset
16125
16126 mm entre las filas 
16127 \begin_inset Formula $\uparrow$
16128 \end_inset
16129
16130
16131 \end_layout
16132
16133 \end_inset
16134 </cell>
16135 </row>
16136 </lyxtabular>
16137
16138 \end_inset
16139
16140
16141 \begin_inset space \hfill{}
16142 \end_inset
16143
16144
16145 \begin_inset space \hspace*{}
16146 \length 0pt
16147 \end_inset
16148
16149
16150 \begin_inset VSpace medskip
16151 \end_inset
16152
16153
16154 \begin_inset Newline newline
16155 \end_inset
16156
16157 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16158  para tablas sin líneas verticales.
16159 \end_layout
16160
16161 \begin_layout Standard
16162 \begin_inset VSpace bigskip
16163 \end_inset
16164
16165 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16166  utiliza los siguientes comandos en el preámbulo:
16167 \end_layout
16168
16169 \begin_layout Standard
16170
16171 \series bold
16172
16173 \backslash
16174 @ifundefined{extrarowheight}
16175 \begin_inset Newline newline
16176 \end_inset
16177
16178
16179 \begin_inset ERT
16180 status collapsed
16181
16182 \begin_layout Plain Layout
16183
16184
16185 \backslash
16186 hphantom{ }
16187 \end_layout
16188
16189 \end_inset
16190
16191 {
16192 \backslash
16193 usepackage{array}}{}
16194 \begin_inset Newline newline
16195 \end_inset
16196
16197
16198 \backslash
16199 setlength{
16200 \backslash
16201 extrarowheight}{altura}
16202 \end_layout
16203
16204 \begin_layout Standard
16205 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16206  centrado en vertical.
16207  (Lyx cargará automáticamente el paquete 
16208 \series bold
16209 array
16210 \series default
16211  cuando uses formatos de tabla autodefinidos.
16212  Para evitar que sea cargado dos veces se pone al principio el comando 
16213 \series bold
16214
16215 \backslash
16216 @ifundefined
16217 \series default
16218 .)
16219 \end_layout
16220
16221 \begin_layout Standard
16222
16223 \end_layout
16224
16225 \begin_layout Subsection
16226 Alineación especial de celdas
16227 \begin_inset Index
16228 status collapsed
16229
16230 \begin_layout Plain Layout
16231 Personalización de tablas ! Alineación especial de celdas
16232 \end_layout
16233
16234 \end_inset
16235
16236
16237 \end_layout
16238
16239 \begin_layout Standard
16240 A veces mejora la presentación si las entradas en las celdas de una columna
16241  se alinean con un carácter determinado, p.
16242 \begin_inset space \thinspace{}
16243 \end_inset
16244
16245 e.
16246 \begin_inset space ~
16247 \end_inset
16248
16249 el separador decimal, como en la tabla
16250 \begin_inset space ~
16251 \end_inset
16252
16253
16254 \begin_inset CommandInset ref
16255 LatexCommand ref
16256 reference "tab:Tabla-con-celdas-de"
16257
16258 \end_inset
16259
16260 .
16261 \end_layout
16262
16263 \begin_layout Standard
16264 \begin_inset Float table
16265 wide false
16266 sideways false
16267 status open
16268
16269 \begin_layout Plain Layout
16270 \begin_inset Caption
16271
16272 \begin_layout Plain Layout
16273 \begin_inset CommandInset label
16274 LatexCommand label
16275 name "tab:Tabla-con-celdas-de"
16276
16277 \end_inset
16278
16279 Tabla con celdas alineadas con el separador decimal.
16280 \end_layout
16281
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \begin_layout Plain Layout
16288 \align center
16289 \begin_inset Tabular
16290 <lyxtabular version="3" rows="4" columns="2">
16291 <features>
16292 <column alignment="right" valignment="top" width="0">
16293 <column alignment="left" valignment="top" width="0" special="@{}l">
16294 <row>
16295 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 leyenda
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row>
16315 <cell alignment="center" valignment="top" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 12.
16320 \end_layout
16321
16322 \end_inset
16323 </cell>
16324 <cell alignment="center" valignment="top" usebox="none">
16325 \begin_inset Text
16326
16327 \begin_layout Plain Layout
16328 6
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 </row>
16334 <row>
16335 <cell alignment="center" valignment="top" usebox="none">
16336 \begin_inset Text
16337
16338 \begin_layout Plain Layout
16339 0.
16340 \end_layout
16341
16342 \end_inset
16343 </cell>
16344 <cell alignment="center" valignment="top" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 68
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 </row>
16354 <row>
16355 <cell alignment="center" valignment="top" usebox="none">
16356 \begin_inset Text
16357
16358 \begin_layout Plain Layout
16359 -123.
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 <cell alignment="center" valignment="top" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368 0
16369 \end_layout
16370
16371 \end_inset
16372 </cell>
16373 </row>
16374 </lyxtabular>
16375
16376 \end_inset
16377
16378
16379 \end_layout
16380
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \begin_layout Standard
16387 Esta es una tabla 4×2.
16388  La leyenda es una multicolumna centrada.
16389  La primera columna está alineada a la derecha y contiene el punto decimal
16390  y los dígitos anteriores.
16391  La segunda columna está alineada a la izquierda y contiene los dígitos
16392  posteriores al punto decimal.
16393  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16394  argumento LaTeX para la segunda columna:
16395 \end_layout
16396
16397 \begin_layout Standard
16398
16399 \series bold
16400 @{}l
16401 \end_layout
16402
16403 \begin_layout Standard
16404 La tabla
16405 \begin_inset space ~
16406 \end_inset
16407
16408
16409 \begin_inset CommandInset ref
16410 LatexCommand ref
16411 reference "tab:Varias-alineaciones"
16412
16413 \end_inset
16414
16415  muestra varios ejemplos de alineación.
16416  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16417 o más pequeño al comienzo de la última columna para conseguir el espacio
16418  adecuado alrededor del signo.
16419 \end_layout
16420
16421 \begin_layout Standard
16422 \begin_inset Float table
16423 wide false
16424 sideways false
16425 status open
16426
16427 \begin_layout Plain Layout
16428 \begin_inset Caption
16429
16430 \begin_layout Plain Layout
16431 \begin_inset CommandInset label
16432 LatexCommand label
16433 name "tab:Varias-alineaciones"
16434
16435 \end_inset
16436
16437 Tabla con varias alineaciones.
16438 \end_layout
16439
16440 \end_inset
16441
16442
16443 \end_layout
16444
16445 \begin_layout Plain Layout
16446 \align center
16447 \begin_inset Tabular
16448 <lyxtabular version="3" rows="4" columns="6">
16449 <features>
16450 <column alignment="right" valignment="top" width="0">
16451 <column alignment="left" valignment="top" width="0" special="@{}l">
16452 <column alignment="right" valignment="top" width="0">
16453 <column alignment="left" valignment="top" width="0" special="@{}l">
16454 <column alignment="right" valignment="top" width="0">
16455 <column alignment="left" valignment="top" width="0" special="@{}l">
16456 <row>
16457 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 unidades
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 exponentes
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 relaciones
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 <row>
16513 <cell alignment="center" valignment="top" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 12×
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 24
16527 \begin_inset space \thinspace{}
16528 \end_inset
16529
16530 bottles
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 \begin_inset Formula $10\cdot$
16540 \end_inset
16541
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 \begin_inset Formula $10^{\mbox{-}17}$
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset Formula $\Gamma(t)\propto$
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 \begin_inset Formula $\:\Upsilon(t)$
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="center" valignment="top" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 1024×
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 768
16599 \begin_inset space \thinspace{}
16600 \end_inset
16601
16602 Pixels
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Formula $5.78\cdot$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 \begin_inset Formula $10^{7}$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 \begin_inset Formula $A\ne$
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 \begin_inset Formula $\: B_{\mathrm{red}}$
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 <row>
16657 <cell alignment="center" valignment="top" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 32×
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 6
16671 \begin_inset space \thinspace{}
16672 \end_inset
16673
16674 cm
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 -
16684 \begin_inset Formula $33.5\cdot$
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 \begin_inset Formula $10^{4}$
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset Formula $\sin(\alpha)\ge$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 <cell alignment="center" valignment="top" usebox="none">
16717 \begin_inset Text
16718
16719 \begin_layout Plain Layout
16720 \begin_inset Formula $\:\sin(\beta)$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 </lyxtabular>
16730
16731 \end_inset
16732
16733
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \begin_layout Standard
16742 \begin_inset VSpace bigskip
16743 \end_inset
16744
16745 También hay un paquete LaTeX, 
16746 \series bold
16747 dcolumn
16748 \series default
16749
16750 \begin_inset Index
16751 status collapsed
16752
16753 \begin_layout Plain Layout
16754 LaTeX-paquetes ! dcolumn
16755 \end_layout
16756
16757 \end_inset
16758
16759 , que permite alinear el contenido de las celdas.
16760  Pero desgraciadamente trata las entradas de celda en modo matemático y
16761  no permite fórmulas en celdas: la primera columna de la tabla
16762 \begin_inset space ~
16763 \end_inset
16764
16765
16766 \begin_inset CommandInset ref
16767 LatexCommand ref
16768 reference "tab:Varias-alineaciones"
16769
16770 \end_inset
16771
16772  se verá con 
16773 \series bold
16774 dcolumn
16775 \series default
16776  como la primera columna en la tabla
16777 \begin_inset space ~
16778 \end_inset
16779
16780
16781 \begin_inset CommandInset ref
16782 LatexCommand ref
16783 reference "tab:Alineaciones-con-el"
16784
16785 \end_inset
16786
16787  y sólo con algunos trucos se consigue lo que se espera.
16788  La alineación de la segunda y tercera columnas de la tabla
16789 \begin_inset space ~
16790 \end_inset
16791
16792
16793 \begin_inset CommandInset ref
16794 LatexCommand ref
16795 reference "tab:Varias-alineaciones"
16796
16797 \end_inset
16798
16799  no es posible con 
16800 \series bold
16801 dcolumn
16802 \series default
16803 .
16804 \end_layout
16805
16806 \begin_layout Standard
16807 \begin_inset Float table
16808 placement h
16809 wide false
16810 sideways false
16811 status open
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Caption
16815
16816 \begin_layout Plain Layout
16817 \begin_inset CommandInset label
16818 LatexCommand label
16819 name "tab:Alineaciones-con-el"
16820
16821 \end_inset
16822
16823
16824 \begin_inset OptArg
16825 status open
16826
16827 \begin_layout Plain Layout
16828 Tabla alineada con 
16829 \series bold
16830 dcolumn
16831 \end_layout
16832
16833 \end_inset
16834
16835 Alineaciones con el paquete LaTeX 
16836 \series bold
16837 dcolumn
16838 \series default
16839 .
16840  Se han tenido que usar unos trucos para la alineación de las columnas en
16841  la salida.
16842 \end_layout
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Plain Layout
16850 \align center
16851 \begin_inset Tabular
16852 <lyxtabular version="3" rows="4" columns="3">
16853 <features>
16854 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16855 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16856 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16857 <row>
16858 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 unidades
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 unidades
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 unidades
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 12x24
16892 \begin_inset space \thinspace{}
16893 \end_inset
16894
16895 bottles
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 12x24
16905 \begin_inset space \thinspace{}
16906 \end_inset
16907
16908
16909 \begin_inset Formula $\mbox{bottles}$
16910 \end_inset
16911
16912
16913 \end_layout
16914
16915 \end_inset
16916 </cell>
16917 <cell alignment="center" valignment="top" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 12
16922 \begin_inset ERT
16923 status collapsed
16924
16925 \begin_layout Plain Layout
16926
16927
16928 \backslash
16929 times
16930 \end_layout
16931
16932 \end_inset
16933
16934 24~
16935 \begin_inset Formula $\mbox{bottles}$
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 </row>
16944 <row>
16945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 1024x768
16950 \begin_inset space \thinspace{}
16951 \end_inset
16952
16953 Pixels
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 1024x768
16963 \begin_inset space \thinspace{}
16964 \end_inset
16965
16966
16967 \begin_inset Formula $\mbox{Pixels}$
16968 \end_inset
16969
16970
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 1024
16980 \begin_inset ERT
16981 status collapsed
16982
16983 \begin_layout Plain Layout
16984
16985
16986 \backslash
16987 times
16988 \end_layout
16989
16990 \end_inset
16991
16992 768~
16993 \begin_inset Formula $\mbox{Pixels}$
16994 \end_inset
16995
16996  
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 </row>
17002 <row>
17003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 32x6
17008 \begin_inset space \thinspace{}
17009 \end_inset
17010
17011 cm
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020 32x6
17021 \begin_inset space \thinspace{}
17022 \end_inset
17023
17024
17025 \begin_inset Formula $\mbox{cm}$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 32
17038 \begin_inset ERT
17039 status collapsed
17040
17041 \begin_layout Plain Layout
17042
17043
17044 \backslash
17045 times
17046 \end_layout
17047
17048 \end_inset
17049
17050 6~
17051 \begin_inset Formula $\mbox{cm}$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 </lyxtabular>
17061
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \begin_layout Subsection
17073 Formato personalizado de celda/columna
17074 \begin_inset CommandInset label
17075 LatexCommand label
17076 name "sub:Formato-Personalizado"
17077
17078 \end_inset
17079
17080
17081 \begin_inset Index
17082 status collapsed
17083
17084 \begin_layout Plain Layout
17085 Personalización de tablas ! Formato de celda/columna
17086 \end_layout
17087
17088 \end_inset
17089
17090
17091 \end_layout
17092
17093 \begin_layout Standard
17094 El cálculo de la anchura necesaria para columnas extendidas descrito en
17095  la sección
17096 \begin_inset space ~
17097 \end_inset
17098
17099
17100 \begin_inset CommandInset ref
17101 LatexCommand ref
17102 reference "sub:Cálculos-en-Multicolumnas"
17103
17104 \end_inset
17105
17106  es muy pesado si tienes varias tablas con multicolumnas.
17107  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17108 mna aplicable a todas las tablas del documento.
17109  El formato se define con el comando
17110 \end_layout
17111
17112 \begin_layout Standard
17113
17114 \series bold
17115
17116 \backslash
17117 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17118 \end_layout
17119
17120 \begin_layout Standard
17121 El nombre de formato puede ser una sola letra.
17122  Las letras 
17123 \emph on
17124 b, c, l, m, p
17125 \emph default
17126  y 
17127 \emph on
17128 r
17129 \emph default
17130  están predefinidas y no pueden usarse.
17131  Pero se permiten todas las mayúsculas.
17132 \end_layout
17133
17134 \begin_layout Standard
17135 \begin_inset VSpace medskip
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \begin_layout Standard
17142 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17143  fija puedes definir el formato de celda
17144 \end_layout
17145
17146 \begin_layout Standard
17147
17148 \series bold
17149
17150 \backslash
17151 newcolumntype{M}[1]{>{
17152 \backslash
17153 centering
17154 \backslash
17155 hspace{0pt}}m{#1}}
17156 \end_layout
17157
17158 \begin_layout Standard
17159 donde 
17160 \series bold
17161
17162 \backslash
17163 hspace{0pt}
17164 \series default
17165  evita el problema de partir con guión la primera palabra, como se describe
17166  en la sección
17167 \begin_inset space ~
17168 \end_inset
17169
17170
17171 \begin_inset CommandInset ref
17172 LatexCommand ref
17173 reference "sub:Líneas-Múltiples-en"
17174
17175 \end_inset
17176
17177 .
17178  Ahora puedes introducir simplemente
17179 \end_layout
17180
17181 \begin_layout Standard
17182
17183 \series bold
17184 M{ancho}
17185 \end_layout
17186
17187 \begin_layout Standard
17188 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17189 \end_layout
17190
17191 \begin_layout Standard
17192 \begin_inset VSpace bigskip
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \begin_layout Standard
17199 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17200 \end_layout
17201
17202 \begin_layout Standard
17203
17204 \series bold
17205
17206 \backslash
17207 newcolumntype{S}[2]{>{
17208 \backslash
17209 centering
17210 \backslash
17211 hspace{0pt}}
17212 \begin_inset Newline newline
17213 \end_inset
17214
17215
17216 \begin_inset ERT
17217 status collapsed
17218
17219 \begin_layout Plain Layout
17220
17221
17222 \backslash
17223 phantom{
17224 \end_layout
17225
17226 \end_inset
17227
17228
17229 \backslash
17230 newcolumntype
17231 \begin_inset ERT
17232 status collapsed
17233
17234 \begin_layout Plain Layout
17235
17236 }
17237 \end_layout
17238
17239 \end_inset
17240
17241 m{(#1+(2
17242 \backslash
17243 tabcolsep+
17244 \backslash
17245 arrayrulewidth)*(1-#2))/#2}}
17246 \end_layout
17247
17248 \begin_layout Standard
17249 Este formato usa la ecuación 
17250 \begin_inset CommandInset ref
17251 LatexCommand eqref
17252 reference "eq:Wgn"
17253
17254 \end_inset
17255
17256  para calcular la anchura necesaria para que cada celda extendida tenga
17257  la misma anchura.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 Ahora puedes introducir
17262 \end_layout
17263
17264 \begin_layout Standard
17265
17266 \series bold
17267 S{ancho de la celda multicolumna}{número de columnas extendidas}
17268 \end_layout
17269
17270 \begin_layout Standard
17271 como argumento LaTeX de la columna.
17272 \end_layout
17273
17274 \begin_layout Standard
17275 \begin_inset VSpace bigskip
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \begin_layout Standard
17282 Para columnas coloreadas puedes definir
17283 \end_layout
17284
17285 \begin_layout Standard
17286
17287 \series bold
17288
17289 \backslash
17290 newcolumntype{K}[1]{>{
17291 \backslash
17292 columncolor{#1}
17293 \backslash
17294 hspace{0pt}}c}
17295 \end_layout
17296
17297 \begin_layout Standard
17298 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17299  horizontalmente.
17300  Ahora puedes introducir
17301 \end_layout
17302
17303 \begin_layout Standard
17304
17305 \series bold
17306 K{nombre del color}
17307 \end_layout
17308
17309 \begin_layout Standard
17310 como argumento LaTeX.
17311 \end_layout
17312
17313 \begin_layout Standard
17314 \begin_inset VSpace bigskip
17315 \end_inset
17316
17317
17318 \end_layout
17319
17320 \begin_layout Standard
17321 Para crear la tabla
17322 \begin_inset space ~
17323 \end_inset
17324
17325
17326 \begin_inset CommandInset ref
17327 LatexCommand ref
17328 reference "tab:Tabla-con-formatos-definidos-por"
17329
17330 \end_inset
17331
17332  usa los argumentos LaTeX
17333 \end_layout
17334
17335 \begin_layout Standard
17336
17337 \series bold
17338 M{2.5cm}
17339 \end_layout
17340
17341 \begin_layout Standard
17342 para la primera columna y la multicolumna,
17343 \end_layout
17344
17345 \begin_layout Standard
17346
17347 \series bold
17348 K{red}
17349 \end_layout
17350
17351 \begin_layout Standard
17352 para la última columna y
17353 \end_layout
17354
17355 \begin_layout Standard
17356
17357 \series bold
17358 S{2.5cm}{2}
17359 \end_layout
17360
17361 \begin_layout Standard
17362 para las celdas en la segunda columna.
17363 \end_layout
17364
17365 \begin_layout Standard
17366 \begin_inset Float table
17367 placement h
17368 wide false
17369 sideways false
17370 status open
17371
17372 \begin_layout Plain Layout
17373 \begin_inset Caption
17374
17375 \begin_layout Plain Layout
17376 \begin_inset CommandInset label
17377 LatexCommand label
17378 name "tab:Tabla-con-formatos-definidos-por"
17379
17380 \end_inset
17381
17382 Tabla con formatos definidos por el usuario
17383 \end_layout
17384
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \begin_layout Plain Layout
17391 \align center
17392 \begin_inset Tabular
17393 <lyxtabular version="3" rows="3" columns="4">
17394 <features>
17395 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17396 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17397 <column alignment="center" valignment="middle" width="0">
17398 <column alignment="center" valignment="middle" width="0" special="K{red}">
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 palabramuylargaenceldadetabla
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 multicolumna línea múltiple
17414 \end_layout
17415
17416 \end_inset
17417 </cell>
17418 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17419 \begin_inset Text
17420
17421 \begin_layout Plain Layout
17422
17423 \end_layout
17424
17425 \end_inset
17426 </cell>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431 c
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 </row>
17437 <row>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 d
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 e
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17457 \begin_inset Text
17458
17459 \begin_layout Plain Layout
17460 f
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 g
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 h
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 i
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 j
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 k
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 </lyxtabular>
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \begin_layout Subsection
17526 Grosor de líneas
17527 \begin_inset CommandInset label
17528 LatexCommand label
17529 name "sub:Grosor-de-Líneas"
17530
17531 \end_inset
17532
17533
17534 \begin_inset Index
17535 status collapsed
17536
17537 \begin_layout Plain Layout
17538 Personalización de tablas ! Grosor de línea
17539 \end_layout
17540
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17548  
17549 \series bold
17550
17551 \backslash
17552 arrayrulewidth
17553 \series default
17554 .
17555  Por ejemplo, para poner un grosor de línea de 1.5
17556 \begin_inset space \thinspace{}
17557 \end_inset
17558
17559 pt, como en la tabla
17560 \begin_inset space ~
17561 \end_inset
17562
17563
17564 \begin_inset CommandInset ref
17565 LatexCommand ref
17566 reference "tab:Tabla-con-líneas"
17567
17568 \end_inset
17569
17570 , inserta el comando
17571 \end_layout
17572
17573 \begin_layout Standard
17574
17575 \series bold
17576
17577 \backslash
17578 setlength{
17579 \backslash
17580 arrayrulewidth}{1.5pt}
17581 \end_layout
17582
17583 \begin_layout Standard
17584 en código TeX antes de la tabla o flotante.
17585  Este cambio es válido para todas las siguientes tablas.
17586  Para volver al valor predeterminado, define 
17587 \series bold
17588
17589 \backslash
17590 arrayrulewidth
17591 \series default
17592  a 0.4
17593 \begin_inset space \thinspace{}
17594 \end_inset
17595
17596 pt en código TeX detrás de la tabla o flotante.
17597 \end_layout
17598
17599 \begin_layout Standard
17600 \begin_inset ERT
17601 status collapsed
17602
17603 \begin_layout Plain Layout
17604
17605
17606 \backslash
17607 setlength{
17608 \backslash
17609 arrayrulewidth}{1.5pt}
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \begin_inset Float table
17616 wide false
17617 sideways false
17618 status open
17619
17620 \begin_layout Plain Layout
17621 \begin_inset Caption
17622
17623 \begin_layout Plain Layout
17624 \begin_inset CommandInset label
17625 LatexCommand label
17626 name "tab:Tabla-con-líneas"
17627
17628 \end_inset
17629
17630 Tabla con líneas de grosor 1.5
17631 \begin_inset space \thinspace{}
17632 \end_inset
17633
17634 pt
17635 \end_layout
17636
17637 \end_inset
17638
17639
17640 \end_layout
17641
17642 \begin_layout Plain Layout
17643 \align center
17644 \begin_inset Tabular
17645 <lyxtabular version="3" rows="3" columns="3">
17646 <features>
17647 <column alignment="center" valignment="top" width="0">
17648 <column alignment="center" valignment="top" width="0">
17649 <column alignment="center" valignment="top" width="0">
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655 sd
17656 \end_layout
17657
17658 \end_inset
17659 </cell>
17660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17661 \begin_inset Text
17662
17663 \begin_layout Plain Layout
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 sd
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17699 \begin_inset Text
17700
17701 \begin_layout Plain Layout
17702
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 </row>
17708 <row>
17709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 sd
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 </row>
17737 </lyxtabular>
17738
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \end_inset
17745
17746
17747 \begin_inset ERT
17748 status collapsed
17749
17750 \begin_layout Plain Layout
17751
17752
17753 \backslash
17754 setlength{
17755 \backslash
17756 arrayrulewidth}{0.4pt}
17757 \end_layout
17758
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 \begin_inset VSpace bigskip
17766 \end_inset
17767
17768 Para definir un grosor de 1.5
17769 \begin_inset space \thinspace{}
17770 \end_inset
17771
17772 pt sólo para líneas horizontales, como en la tabla
17773 \begin_inset space ~
17774 \end_inset
17775
17776
17777 \begin_inset CommandInset ref
17778 LatexCommand ref
17779 reference "tab:Tabla-con-horizontales"
17780
17781 \end_inset
17782
17783 , inserta estos comandos en código TeX antes de la tabla o flotante:
17784 \end_layout
17785
17786 \begin_layout Standard
17787
17788 \series bold
17789
17790 \backslash
17791 let
17792 \backslash
17793 myHline
17794 \backslash
17795 hline
17796 \begin_inset Newline newline
17797 \end_inset
17798
17799
17800 \backslash
17801 renewcommand{
17802 \backslash
17803 hline}
17804 \begin_inset Newline newline
17805 \end_inset
17806
17807  {
17808 \backslash
17809 noalign{
17810 \backslash
17811 global
17812 \backslash
17813 arrayrulewidth 1.5pt}
17814 \begin_inset Newline newline
17815 \end_inset
17816
17817   
17818 \backslash
17819 myHline
17820 \backslash
17821 noalign{
17822 \backslash
17823 global
17824 \backslash
17825 arrayrulewidth 0.4pt}}
17826 \end_layout
17827
17828 \begin_layout Standard
17829 Para volver al grosor predeterminado, inserta este comando en código TeX
17830  detrás de la tabla o flotante:
17831 \end_layout
17832
17833 \begin_layout Standard
17834
17835 \series bold
17836
17837 \backslash
17838 renewcommand{
17839 \backslash
17840 hline}{
17841 \backslash
17842 myHline}
17843 \end_layout
17844
17845 \begin_layout Standard
17846 \begin_inset ERT
17847 status collapsed
17848
17849 \begin_layout Plain Layout
17850
17851
17852 \backslash
17853 let
17854 \backslash
17855 myHline
17856 \backslash
17857 hline
17858 \end_layout
17859
17860 \begin_layout Plain Layout
17861
17862
17863 \backslash
17864 renewcommand{
17865 \backslash
17866 hline}
17867 \end_layout
17868
17869 \begin_layout Plain Layout
17870
17871  {
17872 \backslash
17873 noalign{
17874 \backslash
17875 global
17876 \backslash
17877 arrayrulewidth 1.5pt}
17878 \end_layout
17879
17880 \begin_layout Plain Layout
17881
17882   
17883 \backslash
17884 myHline
17885 \backslash
17886 noalign{
17887 \backslash
17888 global
17889 \backslash
17890 arrayrulewidth 0.4pt}}
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \begin_inset Float table
17897 wide false
17898 sideways false
17899 status open
17900
17901 \begin_layout Plain Layout
17902 \begin_inset Caption
17903
17904 \begin_layout Plain Layout
17905 \begin_inset CommandInset label
17906 LatexCommand label
17907 name "tab:Tabla-con-horizontales"
17908
17909 \end_inset
17910
17911 Tabla con líneas horizontales de 1.5
17912 \begin_inset space \thinspace{}
17913 \end_inset
17914
17915 pt
17916 \end_layout
17917
17918 \end_inset
17919
17920
17921 \end_layout
17922
17923 \begin_layout Plain Layout
17924 \align center
17925 \begin_inset Tabular
17926 <lyxtabular version="3" rows="3" columns="3">
17927 <features>
17928 <column alignment="center" valignment="top" width="0">
17929 <column alignment="center" valignment="top" width="0">
17930 <column alignment="center" valignment="top" width="0">
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 sd
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17951 \begin_inset Text
17952
17953 \begin_layout Plain Layout
17954
17955 \end_layout
17956
17957 \end_inset
17958 </cell>
17959 </row>
17960 <row>
17961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 sd
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 <row>
17990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17991 \begin_inset Text
17992
17993 \begin_layout Plain Layout
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \end_layout
18005
18006 \end_inset
18007 </cell>
18008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 sd
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 </row>
18018 </lyxtabular>
18019
18020 \end_inset
18021
18022
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \begin_inset ERT
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032
18033
18034 \backslash
18035 renewcommand{
18036 \backslash
18037 hline}{
18038 \backslash
18039 myHline}
18040 \end_layout
18041
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \begin_layout Standard
18048 \begin_inset VSpace bigskip
18049 \end_inset
18050
18051 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18052  siguiente formato de columna en el preámbulo del documento, de acuerdo
18053  con lo descrito en la sección
18054 \begin_inset space ~
18055 \end_inset
18056
18057
18058 \begin_inset CommandInset ref
18059 LatexCommand ref
18060 reference "sub:Formato-Personalizado"
18061
18062 \end_inset
18063
18064 :
18065 \end_layout
18066
18067 \begin_layout Standard
18068
18069 \series bold
18070
18071 \backslash
18072 newcolumntype{V}{!{
18073 \backslash
18074 vrule width 1.5pt}}
18075 \end_layout
18076
18077 \begin_layout Standard
18078 Para la tabla
18079 \begin_inset space ~
18080 \end_inset
18081
18082
18083 \begin_inset CommandInset ref
18084 LatexCommand ref
18085 reference "tab:Tabla-con-verticales"
18086
18087 \end_inset
18088
18089  se usó el argumento LaTeX
18090 \end_layout
18091
18092 \begin_layout Standard
18093
18094 \series bold
18095 VcV
18096 \end_layout
18097
18098 \begin_layout Standard
18099 para la última columna y
18100 \end_layout
18101
18102 \begin_layout Standard
18103
18104 \series bold
18105 Vc
18106 \end_layout
18107
18108 \begin_layout Standard
18109 para las otras.
18110 \end_layout
18111
18112 \begin_layout Standard
18113 \begin_inset Float table
18114 wide false
18115 sideways false
18116 status open
18117
18118 \begin_layout Plain Layout
18119 \begin_inset Caption
18120
18121 \begin_layout Plain Layout
18122 \begin_inset CommandInset label
18123 LatexCommand label
18124 name "tab:Tabla-con-verticales"
18125
18126 \end_inset
18127
18128 Tabla con líneas verticales de 1.5
18129 \begin_inset space \thinspace{}
18130 \end_inset
18131
18132 pt de grosor
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \begin_layout Plain Layout
18141 \align center
18142 \begin_inset Tabular
18143 <lyxtabular version="3" rows="3" columns="3">
18144 <features>
18145 <column alignment="center" valignment="top" width="0" special="Vc">
18146 <column alignment="center" valignment="top" width="0" special="Vc">
18147 <column alignment="center" valignment="top" width="0" special="VcV">
18148 <row>
18149 <cell alignment="center" valignment="top" topline="true" usebox="none">
18150 \begin_inset Text
18151
18152 \begin_layout Plain Layout
18153 sd
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 </row>
18177 <row>
18178 <cell alignment="center" valignment="top" topline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 sd
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 </row>
18206 <row>
18207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 sd
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 </row>
18235 </lyxtabular>
18236
18237 \end_inset
18238
18239
18240 \end_layout
18241
18242 \end_inset
18243
18244
18245 \end_layout
18246
18247 \begin_layout Subsection
18248 Líneas de trazos
18249 \begin_inset Index
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253 Personalización de tablas ! Líneas de trazos
18254 \end_layout
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \begin_layout Standard
18262 \begin_inset ERT
18263 status collapsed
18264
18265 \begin_layout Plain Layout
18266
18267
18268 \backslash
18269 ifarydshln
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \begin_inset Note Note
18276 status open
18277
18278 \begin_layout Plain Layout
18279 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18280  LaTeX 
18281 \series bold
18282 arydshln
18283 \series default
18284 .
18285 \end_layout
18286
18287 \end_inset
18288
18289
18290 \end_layout
18291
18292 \begin_layout Standard
18293 \begin_inset Float table
18294 placement H
18295 wide false
18296 sideways false
18297 status open
18298
18299 \begin_layout Plain Layout
18300 \begin_inset Caption
18301
18302 \begin_layout Plain Layout
18303 \begin_inset CommandInset label
18304 LatexCommand label
18305 name "tab:Tabla-con-trazos"
18306
18307 \end_inset
18308
18309 Tabla con líneas de trazos
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Plain Layout
18318 \align center
18319 \begin_inset Tabular
18320 <lyxtabular version="3" rows="5" columns="5">
18321 <features>
18322 <column alignment="center" valignment="top" width="0">
18323 <column alignment="center" valignment="top" width="0">
18324 <column alignment="center" valignment="top" width="0" special=":c">
18325 <column alignment="center" valignment="top" width="0">
18326 <column alignment="center" valignment="top" width="0">
18327 <row>
18328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 a
18333 \end_layout
18334
18335 \end_inset
18336 </cell>
18337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 b
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 c
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 d
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 e
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 </row>
18374 <row>
18375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 f
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 g
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" topline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 h
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 i
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 j
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 \begin_inset ERT
18427 status collapsed
18428
18429 \begin_layout Plain Layout
18430
18431
18432 \backslash
18433 hdashline 
18434 \end_layout
18435
18436 \end_inset
18437
18438 k
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 l
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 m
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18462 \begin_inset Text
18463
18464 \begin_layout Plain Layout
18465 n
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 o
18475 \end_layout
18476
18477 \end_inset
18478 </cell>
18479 </row>
18480 <row>
18481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 \begin_inset ERT
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489
18490
18491 \backslash
18492 cdashline{4-5}
18493 \end_layout
18494
18495 \end_inset
18496
18497 p
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 q
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 r
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 s
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 </row>
18539 <row>
18540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 t
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 u
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 v
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 w
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 x
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 </row>
18586 </lyxtabular>
18587
18588 \end_inset
18589
18590
18591 \end_layout
18592
18593 \end_inset
18594
18595
18596 \end_layout
18597
18598 \begin_layout Standard
18599 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18600  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18601 \series bold
18602 arydshln
18603 \series default
18604
18605 \begin_inset Index
18606 status collapsed
18607
18608 \begin_layout Plain Layout
18609 LaTeX-paquetes ! arydshln
18610 \end_layout
18611
18612 \end_inset
18613
18614  
18615 \end_layout
18616
18617 \begin_layout Standard
18618
18619 \series bold
18620
18621 \backslash
18622 usepackage{arydshln}
18623 \end_layout
18624
18625 \begin_layout Standard
18626 Para hacer una línea vertical a trazos, introduce dos puntos «
18627 \series bold
18628 :
18629 \series default
18630 » junto con el carácter para alineación horizontal como argumento LaTeX
18631  en el diálogo de celda de tabla.
18632 \end_layout
18633
18634 \begin_layout Standard
18635 Para una línea de trazos horizontal añade el comando
18636 \end_layout
18637
18638 \begin_layout Standard
18639
18640 \series bold
18641
18642 \backslash
18643 hdashline
18644 \end_layout
18645
18646 \begin_layout Standard
18647 en código TeX como primer elemento de la primera celda en la fila.
18648 \end_layout
18649
18650 \begin_layout Standard
18651 Para líneas de trazos en multicolumna usa el comando
18652 \end_layout
18653
18654 \begin_layout Standard
18655
18656 \series bold
18657
18658 \backslash
18659 cdashline{número de líneas}
18660 \end_layout
18661
18662 \begin_layout Standard
18663 en código TeX como primer elemento de la primera celda en la fila.
18664  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18665  4 y quieres una línea de trazos por encima, añade el comando
18666 \end_layout
18667
18668 \begin_layout Standard
18669
18670 \series bold
18671
18672 \backslash
18673 cdashline{2-4}
18674 \end_layout
18675
18676 \begin_layout Standard
18677 como primer elemento de la primera celda en la fila de la multicolumna.
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset VSpace bigskip
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 La tabla
18689 \begin_inset space ~
18690 \end_inset
18691
18692
18693 \begin_inset CommandInset ref
18694 LatexCommand ref
18695 reference "tab:Tabla-con-trazos"
18696
18697 \end_inset
18698
18699  se ha hecho usando «
18700 \series bold
18701 :c
18702 \series default
18703 » como argumento LaTeX de la tercera columna.
18704  El comando en código TeX 
18705 \series bold
18706
18707 \backslash
18708 hdashline
18709 \series default
18710  se ha insertado en la primera celda de la tercera fila y el comando en
18711  código TeX
18712 \begin_inset Newline newline
18713 \end_inset
18714
18715
18716 \series bold
18717
18718 \backslash
18719 cdashline{4-5}
18720 \series default
18721  en la primera celda de la cuarta fila.
18722 \end_layout
18723
18724 \begin_layout Standard
18725 \begin_inset Note Greyedout
18726 status open
18727
18728 \begin_layout Plain Layout
18729
18730 \series bold
18731 Nota:
18732 \series default
18733  Aparentemente el paquete LaTeX 
18734 \series bold
18735 arydshln
18736 \series default
18737  no es compatible con el paquete LaTeX 
18738 \series bold
18739 colortbl
18740 \series default
18741
18742 \begin_inset Index
18743 status collapsed
18744
18745 \begin_layout Plain Layout
18746 LaTeX-paquetes ! colortbl
18747 \end_layout
18748
18749 \end_inset
18750
18751  que se usa para tablas coloreadas en la sección
18752 \begin_inset space ~
18753 \end_inset
18754
18755
18756 \begin_inset CommandInset ref
18757 LatexCommand ref
18758 reference "sec:Tablas-Coloreadas"
18759
18760 \end_inset
18761
18762 .
18763  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \begin_layout Standard
18772 \begin_inset ERT
18773 status collapsed
18774
18775 \begin_layout Plain Layout
18776
18777
18778 \backslash
18779 else
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \begin_inset Note Note
18786 status open
18787
18788 \begin_layout Plain Layout
18789 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18790  
18791 \series bold
18792 arydshln
18793 \series default
18794 .
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Standard
18803 Debes instalar el paquete LaTeX 
18804 \series bold
18805 arydshln
18806 \series default
18807  para ver la parte siguiente en la salida.
18808 \end_layout
18809
18810 \begin_layout Standard
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816
18817 \backslash
18818 fi
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \end_layout
18825
18826 \begin_layout Chapter
18827 Flotantes
18828 \begin_inset Index
18829 status collapsed
18830
18831 \begin_layout Plain Layout
18832 Flotantes
18833 \end_layout
18834
18835 \end_inset
18836
18837
18838 \end_layout
18839
18840 \begin_layout Section
18841 Introducción
18842 \begin_inset CommandInset label
18843 LatexCommand label
18844 name "sec:Introducción-Flotantes"
18845
18846 \end_inset
18847
18848
18849 \begin_inset Index
18850 status collapsed
18851
18852 \begin_layout Plain Layout
18853 Flotantes ! Introducción
18854 \end_layout
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18863  no tiene posición fija.
18864  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18865  Las 
18866 \family sans
18867 Notas
18868 \begin_inset space ~
18869 \end_inset
18870
18871 al
18872 \begin_inset space ~
18873 \end_inset
18874
18875 pie
18876 \family default
18877  y 
18878 \family sans
18879 Notas
18880 \begin_inset space ~
18881 \end_inset
18882
18883 al
18884 \begin_inset space ~
18885 \end_inset
18886
18887 margen
18888 \family default
18889  también son flotantes, porque pueden flotar a la página siguiente cuando
18890  hay demasiadas notas en la página.
18891 \end_layout
18892
18893 \begin_layout Standard
18894 Los flotantes permiten composiciones de alta calidad.
18895  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18896  impedir espacios en blanco y páginas sin texto.
18897  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18898  cada flotante puede ser referenciado en el texto.
18899  Por lo tanto los flotantes están numerados.
18900  Las referencias se describen en la sección
18901 \begin_inset space ~
18902 \end_inset
18903
18904
18905 \begin_inset CommandInset ref
18906 LatexCommand ref
18907 reference "sec:Referencias-a-Flotantes"
18908
18909 \end_inset
18910
18911 .
18912 \end_layout
18913
18914 \begin_layout Standard
18915 Para insertar un flotante, usa el menú 
18916 \family sans
18917 Insertar\SpecialChar \menuseparator
18918 Flotante
18919 \family default
18920 .
18921  Esto inserta una 
18922 \family sans
18923 Leyenda,
18924 \family default
18925  un cuadro con una etiqueta.
18926  La etiqueta se traducirá automáticamente al idioma del documento.
18927  Tras la etiqueta puedes insertar el texto de la leyenda.
18928  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
18929  separado dentro del flotante.
18930  La colocación de leyendas se describe en la sección
18931 \begin_inset space ~
18932 \end_inset
18933
18934
18935 \begin_inset CommandInset ref
18936 LatexCommand ref
18937 reference "sec:Colocación-de-leyendas"
18938
18939 \end_inset
18940
18941 .
18942  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
18943  con clic-izquierdo sobre él.
18944  Un cuadro cerrado se muestra así: 
18945 \begin_inset Graphics
18946         filename clipart/flotanteQt4.png
18947         scale 70
18948
18949 \end_inset
18950
18951  ---un cuadro gris con etiqueta en rojo---.
18952 \end_layout
18953
18954 \begin_layout Standard
18955 Se recomienda insertar flotantes como párrafos separados para evitar posibles
18956  errores de LaTeX si el texto circundante se formatea de modo especial.
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
18961  y pinchando el botón correspondiente de la barra de herramientas para un
18962  flotante nuevo.
18963 \end_layout
18964
18965 \begin_layout Section
18966 Tipos de flotantes
18967 \end_layout
18968
18969 \begin_layout Standard
18970 Además de los flotantes de imagen y de tabla que se describen en la sección
18971 \begin_inset space ~
18972 \end_inset
18973
18974
18975 \begin_inset CommandInset ref
18976 LatexCommand ref
18977 reference "sec:Figuras-Flotantes"
18978
18979 \end_inset
18980
18981  y 
18982 \begin_inset CommandInset ref
18983 LatexCommand ref
18984 reference "sec:Tablas-Flotantes"
18985
18986 \end_inset
18987
18988 , respectivamente, LyX ofrece los tipos 
18989 \series bold
18990 Algoritmo
18991 \series default
18992  y 
18993 \series bold
18994 Envoltorio
18995 \series default
18996 .
18997 \end_layout
18998
18999 \begin_layout Subsection
19000 Algoritmos flotantes
19001 \begin_inset Index
19002 status collapsed
19003
19004 \begin_layout Plain Layout
19005 Flotantes ! Algoritmos
19006 \end_layout
19007
19008 \end_inset
19009
19010
19011 \begin_inset CommandInset label
19012 LatexCommand label
19013 name "sub:Algoritmos-Flotantes"
19014
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \begin_layout Standard
19021 \begin_inset Float algorithm
19022 placement h
19023 wide false
19024 sideways false
19025 status open
19026
19027 \begin_layout Plain Layout
19028 \begin_inset Caption
19029
19030 \begin_layout Plain Layout
19031 \begin_inset CommandInset label
19032 LatexCommand label
19033 name "alg:Ejemplo-de-Algoritmo-flotante"
19034
19035 \end_inset
19036
19037 Ejemplo de algoritmo flotante
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout LyX-Code
19046 for I in 1..N loop
19047 \begin_inset Newline newline
19048 \end_inset
19049
19050  Sum:= Sum + A(I); /*comment*/
19051 \begin_inset Newline newline
19052 \end_inset
19053
19054 end loop
19055 \begin_inset VSpace -4mm
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 Este tipo de flotante se inserta con el menú 
19068 \family sans
19069 Insertar\SpecialChar \menuseparator
19070 Flotante\SpecialChar \menuseparator
19071 Algoritmo
19072 \family default
19073 .
19074  Se usa para códigos y descripciones de algoritmos.
19075  Un posible entorno para algoritmos es 
19076 \family sans
19077 Código-LyX
19078 \family default
19079 , descrito en la 
19080 \emph on
19081 Guía del usuario
19082 \emph default
19083  de LyX.
19084  El algoritmo
19085 \begin_inset space ~
19086 \end_inset
19087
19088
19089 \begin_inset CommandInset ref
19090 LatexCommand ref
19091 reference "alg:Ejemplo-de-Algoritmo-flotante"
19092
19093 \end_inset
19094
19095  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19096  vertical de -4
19097 \begin_inset space \thinspace{}
19098 \end_inset
19099
19100 mm al final para tener la línea inferior exactamente bajo la última línea
19101  de texto.
19102 \end_layout
19103
19104 \begin_layout Standard
19105 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19106  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19107 \end_layout
19108
19109 \begin_layout Standard
19110
19111 \series bold
19112
19113 \backslash
19114 floatname{algorithm}{nombre}
19115 \end_layout
19116
19117 \begin_layout Standard
19118 donde 
19119 \family sans
19120 nombre
19121 \family default
19122  es la palabra «
19123 \emph on
19124 algorithm
19125 \emph default
19126 » en el lenguaje deseado.
19127 \end_layout
19128
19129 \begin_layout Standard
19130 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19131  
19132 \family sans
19133 Insertar\SpecialChar \menuseparator
19134 Lista/IG\SpecialChar \menuseparator
19135 Lista de algoritmos
19136 \family default
19137  como en documentos en inglés.
19138  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19139 \end_layout
19140
19141 \begin_layout Standard
19142
19143 \series bold
19144
19145 \backslash
19146 listof{algorithm}{nombre}
19147 \end_layout
19148
19149 \begin_layout Standard
19150 donde 
19151 \family sans
19152 nombre
19153 \family default
19154  es «
19155 \emph on
19156 List of algorithms
19157 \emph default
19158 » en tu idioma.
19159 \end_layout
19160
19161 \begin_layout Standard
19162 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19163  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19164 tmo».
19165  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19166  documento:
19167 \end_layout
19168
19169 \begin_layout Standard
19170
19171 \series bold
19172
19173 \backslash
19174 numberwithin{algorithm}{chapter}
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Para poder usar el comando 
19179 \series bold
19180
19181 \backslash
19182 numberwithin
19183 \series default
19184 , marca la opción 
19185 \family sans
19186 Usar
19187 \begin_inset space ~
19188 \end_inset
19189
19190 el
19191 \begin_inset space ~
19192 \end_inset
19193
19194 paquete
19195 \begin_inset space ~
19196 \end_inset
19197
19198 AMS
19199 \family default
19200  en el menú 
19201 \family sans
19202 Documento\SpecialChar \menuseparator
19203 Configuración\SpecialChar \menuseparator
19204 Ecuaciones
19205 \family default
19206 .
19207 \end_layout
19208
19209 \begin_layout Subsection
19210 Flotantes envueltos
19211 \begin_inset Index
19212 status collapsed
19213
19214 \begin_layout Plain Layout
19215 Flotantes ! Envoltorio
19216 \end_layout
19217
19218 \end_inset
19219
19220
19221 \end_layout
19222
19223 \begin_layout Standard
19224 \begin_inset Wrap figure
19225 lines 0
19226 placement l
19227 overhang 1cm
19228 width "40col%"
19229 status open
19230
19231 \begin_layout Plain Layout
19232 \begin_inset Graphics
19233         filename ../clipart/mobius.eps
19234         width 40col%
19235         rotateOrigin center
19236
19237 \end_inset
19238
19239
19240 \end_layout
19241
19242 \begin_layout Plain Layout
19243 \begin_inset Caption
19244
19245 \begin_layout Plain Layout
19246 \begin_inset CommandInset label
19247 LatexCommand label
19248 name "fig:Envoltorio-de-figura"
19249
19250 \end_inset
19251
19252 Figura envuelta en el texto
19253 \end_layout
19254
19255 \end_inset
19256
19257
19258 \end_layout
19259
19260 \end_inset
19261
19262  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19263  de modo que ocupe sólo una parte del ancho de columna.
19264  Se inserta con el menú 
19265 \family sans
19266 Insertar\SpecialChar \menuseparator
19267 Flotante\SpecialChar \menuseparator
19268 Figura
19269 \begin_inset space ~
19270 \end_inset
19271
19272 envuelta
19273 \family default
19274  o 
19275 \family sans
19276 Tabla
19277 \begin_inset space ~
19278 \end_inset
19279
19280 envuelta
19281 \family default
19282  si está instalado el paquete LaTeX 
19283 \series bold
19284 wrapfig
19285 \series default
19286
19287 \begin_inset Index
19288 status collapsed
19289
19290 \begin_layout Plain Layout
19291 LaTeX-paquetes ! wrapfig
19292 \begin_inset ERT
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296
19297
19298 \backslash
19299 vspace{4mm}
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \end_inset
19308
19309 .
19310 \begin_inset Foot
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314 La instalación de paquetes LaTeX se explica en el manual 
19315 \emph on
19316 Configuración de LaTeX
19317 \emph default
19318 .
19319 \end_layout
19320
19321 \end_inset
19322
19323  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19324  con clic-derecha sobre el cuadro del flotante.
19325  Son obligatorios la 
19326 \family sans
19327 Ubicación
19328 \family default
19329  y la 
19330 \family sans
19331 Anchura
19332 \family default
19333 .
19334  Son opcionales 
19335 \family sans
19336 Extensión al margen
19337 \family default
19338 , que especifica la anchura de invasión del margen, y 
19339 \family sans
19340 Extender
19341 \begin_inset space ~
19342 \end_inset
19343
19344 a
19345 \begin_inset space ~
19346 \end_inset
19347
19348 líneas
19349 \family default
19350 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19351  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19352  opción sólo si encuentras problemas en la colocación del flotante.
19353  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19354  del párrafo o en los párrafos adyacentes.
19355  La figura
19356 \begin_inset space ~
19357 \end_inset
19358
19359
19360 \begin_inset CommandInset ref
19361 LatexCommand ref
19362 reference "fig:Envoltorio-de-figura"
19363
19364 \end_inset
19365
19366  es un ejemplo de envoltorio con una anchura de columna del 40
19367 \begin_inset space \thinspace{}
19368 \end_inset
19369
19370 %, ubicado a la izquierda y 1
19371 \begin_inset space \thinspace{}
19372 \end_inset
19373
19374 cm de invasión de margen.
19375 \begin_inset Foot
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379 Consulta las unidades disponibles en el apéndice
19380 \begin_inset space ~
19381 \end_inset
19382
19383
19384 \begin_inset CommandInset ref
19385 LatexCommand ref
19386 reference "cha:Unidades-disponibles-en"
19387
19388 \end_inset
19389
19390 .
19391 \end_layout
19392
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \begin_layout Standard
19399 \begin_inset Note Greyedout
19400 status open
19401
19402 \begin_layout Plain Layout
19403
19404 \series bold
19405 Nota:
19406 \series default
19407  ¡Los flotantes envueltos son frágiles! P.
19408 \begin_inset space \thinspace{}
19409 \end_inset
19410
19411 e.
19412 \begin_inset space ~
19413 \end_inset
19414
19415 si una figura está demasiado cerca de la parte inferior de la página se
19416  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19417  o situarse junto a otro texto.
19418 \end_layout
19419
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \begin_layout Standard
19426 En general:
19427 \end_layout
19428
19429 \begin_layout Itemize
19430 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19431  salto de página.
19432  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19433  esté casi listo y puedas prever los saltos de página.
19434 \end_layout
19435
19436 \begin_layout Itemize
19437 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19438  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19439 \end_layout
19440
19441 \begin_layout Itemize
19442 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19443  que asegura que hay un párrafo de texto entre ellos.
19444 \end_layout
19445
19446 \begin_layout Itemize
19447 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19448 \end_layout
19449
19450 \begin_layout Section
19451 Numeración de flotantes
19452 \begin_inset Index
19453 status collapsed
19454
19455 \begin_layout Plain Layout
19456 Flotantes ! Numeración
19457 \end_layout
19458
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 En general, los flotantes se numeran independientemente de las secciones
19466  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19467  dependiendo de la clase de documento utilizada.
19468 \end_layout
19469
19470 \begin_layout Standard
19471 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19472  comando en el preámbulo del documento:
19473 \end_layout
19474
19475 \begin_layout Standard
19476
19477 \series bold
19478
19479 \backslash
19480 renewcommand{
19481 \backslash
19482 thetable}{
19483 \backslash
19484 roman{table}}
19485 \end_layout
19486
19487 \begin_layout Standard
19488
19489 \series bold
19490
19491 \backslash
19492 thetable 
19493 \series default
19494 es el comando que imprime el número de la tabla, para figuras flotantes
19495  el comando sería 
19496 \series bold
19497
19498 \backslash
19499 thefigure
19500 \series default
19501 .
19502  El comando 
19503 \series bold
19504
19505 \backslash
19506 roman
19507 \series default
19508  imprime el número de tabla en números romanos en minúscula.
19509 \end_layout
19510
19511 \begin_layout Standard
19512 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19513  usa este comando en el preámbulo:
19514 \end_layout
19515
19516 \begin_layout Standard
19517
19518 \series bold
19519
19520 \backslash
19521 numberwithin{table}{subsection}
19522 \end_layout
19523
19524 \begin_layout Standard
19525 Para poder usar el comando 
19526 \series bold
19527
19528 \backslash
19529 numberwithin
19530 \series default
19531 , debes marcar la opción 
19532 \family sans
19533 Usar
19534 \begin_inset space ~
19535 \end_inset
19536
19537 el
19538 \begin_inset space ~
19539 \end_inset
19540
19541 paquete
19542 \begin_inset space ~
19543 \end_inset
19544
19545 AMS 
19546 \family default
19547 en el apartado 
19548 \family sans
19549 Ecuaciones 
19550 \family default
19551 de las preferencias del documento.
19552 \end_layout
19553
19554 \begin_layout Standard
19555 Puedes ver más detalles y notas importantes sobre comandos de numeración
19556  en la sección
19557 \begin_inset space ~
19558 \end_inset
19559
19560
19561 \begin_inset CommandInset ref
19562 LatexCommand ref
19563 reference "sub:Numeración-de-Notas-al-Pie"
19564
19565 \end_inset
19566
19567 .
19568 \end_layout
19569
19570 \begin_layout Section
19571 Referencias a flotantes
19572 \begin_inset CommandInset label
19573 LatexCommand label
19574 name "sec:Referencias-a-Flotantes"
19575
19576 \end_inset
19577
19578
19579 \begin_inset Index
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583 Flotantes ! Referencias
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \begin_inset Index
19590 status collapsed
19591
19592 \begin_layout Plain Layout
19593 Referencias
19594 \end_layout
19595
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \begin_layout Standard
19602 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19603  menú 
19604 \family sans
19605 Insertar\SpecialChar \menuseparator
19606 Etiqueta
19607 \family default
19608  o el botón 
19609 \begin_inset Graphics
19610         filename ../../images/label-insert.png
19611         scale 85
19612
19613 \end_inset
19614
19615 .
19616  Aparece una ventana esperando la introducción del texto de la etiqueta
19617  y se inserta un cuadro gris como este: 
19618 \begin_inset Graphics
19619         filename clipart/etiquetaQt4.png
19620         scale 85
19621
19622 \end_inset
19623
19624 .
19625  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19626  El prefijo depende del tipo de flotante, p.
19627 \begin_inset space \thinspace{}
19628 \end_inset
19629
19630 e.
19631 \begin_inset space ~
19632 \end_inset
19633
19634 para figuras el prefijo será «
19635 \family sans
19636 fig:
19637 \family default
19638 ».
19639 \end_layout
19640
19641 \begin_layout Standard
19642 La etiqueta se usa como ancla y el nombre para la referencia.
19643  Puedes referenciar la etiqueta usando el menú 
19644 \family sans
19645 Insertar\SpecialChar \menuseparator
19646 Referencia
19647 \family default
19648
19649 \begin_inset space ~
19650 \end_inset
19651
19652
19653 \family sans
19654 cruzada
19655 \family default
19656  o el botón 
19657 \begin_inset Graphics
19658         filename ../../images/dialog-show-new-inset_ref.png
19659         scale 85
19660
19661 \end_inset
19662
19663 .
19664  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19665  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19666  trabajando de la lista desplegable de la parte superior del diálogo.
19667  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19668  Se inserta un cuadro gris como este: 
19669 \begin_inset Graphics
19670         filename clipart/referenciaQt4.png
19671         scale 85
19672
19673 \end_inset
19674
19675 .
19676  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Se recomienda poner un espacio protegido entre el nombre de la referencia
19681  cruzada y su número para evitar saltos de línea entre ellos.
19682  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19683  dos interrogaciones en la salida.
19684 \end_layout
19685
19686 \begin_layout Standard
19687 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19688  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19689  al texto de la etiqueta nueva, no te ocupes por eso.
19690 \end_layout
19691
19692 \begin_layout Standard
19693 El botón 
19694 \family sans
19695 Ir
19696 \begin_inset space ~
19697 \end_inset
19698
19699 a
19700 \begin_inset space ~
19701 \end_inset
19702
19703 la
19704 \begin_inset space ~
19705 \end_inset
19706
19707 etiqueta
19708 \family default
19709  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19710  y el texto del botón cambia a 
19711 \family sans
19712 Volver
19713 \family default
19714 , con el que se puede retornar a la referencia.
19715  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19716  la etiqueta pero sin opción de volver.
19717 \end_layout
19718
19719 \begin_layout Subsection
19720 Formatos de referencia cruzada
19721 \begin_inset CommandInset label
19722 LatexCommand label
19723 name "sub:Formatos-referencia-cruzada"
19724
19725 \end_inset
19726
19727
19728 \begin_inset Index
19729 status collapsed
19730
19731 \begin_layout Plain Layout
19732 Referencias ! Formatos
19733 \end_layout
19734
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \begin_layout Standard
19741 Hay seis variedades de referencias cruzadas:
19742 \end_layout
19743
19744 \begin_layout Description
19745 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19746  
19747 \begin_inset CommandInset ref
19748 LatexCommand ref
19749 reference "fig:Dos-imágenes-distorsionadas"
19750
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \begin_layout Description
19757 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19758  habitual para referirse a fórmulas, especialmente si se omite el nombre
19759  «Ecuación»: 
19760 \begin_inset CommandInset ref
19761 LatexCommand eqref
19762 reference "eq:Wgn"
19763
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \begin_layout Description
19770 <página>: imprime el número de página: Página
19771 \begin_inset space ~
19772 \end_inset
19773
19774
19775 \begin_inset CommandInset ref
19776 LatexCommand pageref
19777 reference "fig:Dos-imágenes-distorsionadas"
19778
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \begin_layout Description
19785 en
19786 \begin_inset space ~
19787 \end_inset
19788
19789 página
19790 \begin_inset space ~
19791 \end_inset
19792
19793 <página>: imprime el texto «en la página» y el número de página: 
19794 \begin_inset CommandInset ref
19795 LatexCommand vpageref
19796 reference "fig:Dos-imágenes-distorsionadas"
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Description
19804 <referencia>
19805 \begin_inset space ~
19806 \end_inset
19807
19808 en
19809 \begin_inset space ~
19810 \end_inset
19811
19812 página
19813 \begin_inset space ~
19814 \end_inset
19815
19816 <página>: imprime el número flotante, el texto «en la página» y el número
19817  de página: 
19818 \begin_inset CommandInset ref
19819 LatexCommand vref
19820 reference "fig:Dos-imágenes-distorsionadas"
19821
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \begin_layout Description
19828 Referencia
19829 \begin_inset space ~
19830 \end_inset
19831
19832 con
19833 \begin_inset space ~
19834 \end_inset
19835
19836 formato: imprime un formato personalizado.
19837  
19838 \begin_inset Note Greyedout
19839 status open
19840
19841 \begin_layout Plain Layout
19842
19843 \series bold
19844 Nota:
19845 \series default
19846  Esta característica sólo está disponible si está instalado el paquete LaTeX
19847  
19848 \series bold
19849 prettyref
19850 \series default
19851 .
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 Ten en cuenta que el estilo <página>
19861 \begin_inset space \thinspace{}
19862 \end_inset
19863
19864  no imprime el número si la etiqueta está en la misma página, en la anterior
19865  o en la siguiente.
19866  En su lugar verás p.
19867 \begin_inset space \thinspace{}
19868 \end_inset
19869
19870 e.
19871 \begin_inset space ~
19872 \end_inset
19873
19874 el texto «
19875 \family sans
19876 en esta página
19877 \family default
19878 ».
19879 \end_layout
19880
19881 \begin_layout Standard
19882 El número y página actual de la parte del documento referida es automáticamente
19883  calculado por LaTeX en la salida.
19884  Las variedades se ajustan en el campo 
19885 \family sans
19886 Formato
19887 \family default
19888  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19889 \end_layout
19890
19891 \begin_layout Subsection
19892 Designación automática de referencias
19893 \begin_inset Index
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897 Referencias ! Designación automática
19898 \end_layout
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Standard
19906 El paquete LaTeX 
19907 \series bold
19908 hyperref
19909 \series default
19910
19911 \begin_inset Index
19912 status collapsed
19913
19914 \begin_layout Plain Layout
19915 LaTeX-paquetes ! hyperref
19916 \end_layout
19917
19918 \end_inset
19919
19920 , que se habilita en 
19921 \family sans
19922 Propiedades PDF
19923 \family default
19924  del diálogo 
19925 \family sans
19926 Documento\SpecialChar \menuseparator
19927 Configuración
19928 \family default
19929 , dispone de una característica muy útil que permite incluir automáticamente
19930  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19931  de texto como 
19932 \emph on
19933 sección
19934 \emph default
19935 ).
19936  Así, p.
19937 \begin_inset space \thinspace{}
19938 \end_inset
19939
19940 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
19941  a una figura.
19942  Para usar esta característica habilita el soporte para 
19943 \series bold
19944 hyperref
19945 \series default
19946  e inserta la siguiente línea en el preámbulo LaTeX:
19947 \end_layout
19948
19949 \begin_layout Standard
19950
19951 \series bold
19952
19953 \backslash
19954 AtBeginDocument{
19955 \backslash
19956 renewcommand{
19957 \backslash
19958 ref}[1]{
19959 \backslash
19960 mbox{
19961 \backslash
19962 autoref{#1}}}}
19963 \end_layout
19964
19965 \begin_layout Standard
19966 Si prefieres otros nombres para las referencias distintos de los predeterminados
19967 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
19968  lo siguiente en el preámbulo:
19969 \end_layout
19970
19971 \begin_layout Standard
19972
19973 \series bold
19974
19975 \backslash
19976 addto
19977 \backslash
19978 extrasenglish{
19979 \backslash
19980 renewcommand{
19981 \backslash
19982 sectionautorefname}
19983 \begin_inset Newline newline
19984 \end_inset
19985
19986
19987 \begin_inset ERT
19988 status collapsed
19989
19990 \begin_layout Plain Layout
19991
19992
19993 \backslash
19994 hphantom{ }
19995 \end_layout
19996
19997 \end_inset
19998
19999 {sec.
20000 \backslash
20001 negthinspace}}
20002 \end_layout
20003
20004 \begin_layout Standard
20005 Si estás usando un idioma de documento distinto del inglés, reemplaza
20006 \begin_inset Newline newline
20007 \end_inset
20008
20009  
20010 \series bold
20011
20012 \backslash
20013 extrasenglish
20014 \series default
20015  por
20016 \series bold
20017  
20018 \backslash
20019 extras***
20020 \series default
20021 , donde *** es el nombre del idioma utilizado.
20022 \end_layout
20023
20024 \begin_layout Standard
20025 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20026  por ejemplo no para ecuaciones, usa este código de preámbulo:
20027 \end_layout
20028
20029 \begin_layout Standard
20030
20031 \series bold
20032
20033 \backslash
20034 newlength{
20035 \backslash
20036 abc}
20037 \begin_inset Newline newline
20038 \end_inset
20039
20040
20041 \backslash
20042 settowidth{
20043 \backslash
20044 abc}{
20045 \backslash
20046 space}
20047 \begin_inset Newline newline
20048 \end_inset
20049
20050
20051 \backslash
20052 addto
20053 \backslash
20054 extrasenglish{
20055 \backslash
20056 renewcommand{
20057 \backslash
20058 equationautorefname}
20059 \begin_inset Newline newline
20060 \end_inset
20061
20062
20063 \begin_inset ERT
20064 status collapsed
20065
20066 \begin_layout Plain Layout
20067
20068
20069 \backslash
20070 hphantom{ }
20071 \end_layout
20072
20073 \end_inset
20074
20075 {
20076 \backslash
20077 hspace{-
20078 \backslash
20079 abc}}
20080 \end_layout
20081
20082 \begin_layout Standard
20083 En la documentación de 
20084 \series bold
20085 hyperref
20086 \series default
20087  
20088 \begin_inset CommandInset citation
20089 LatexCommand cite
20090 key "hyperref"
20091
20092 \end_inset
20093
20094  puedes encontrar más información.
20095
20096 \series bold
20097  
20098 \end_layout
20099
20100 \begin_layout Standard
20101 \begin_inset Note Greyedout
20102 status open
20103
20104 \begin_layout Plain Layout
20105
20106 \series bold
20107 Nota:
20108 \series default
20109  La designación automática de referencias no puede usarse en el estilo 
20110 \family sans
20111 Referencia
20112 \begin_inset space ~
20113 \end_inset
20114
20115 con
20116 \begin_inset space ~
20117 \end_inset
20118
20119 formato
20120 \family default
20121 , descrita en la sección
20122 \begin_inset space ~
20123 \end_inset
20124
20125
20126 \begin_inset CommandInset ref
20127 LatexCommand ref
20128 reference "sub:Formatos-referencia-cruzada"
20129
20130 \end_inset
20131
20132 .
20133 \end_layout
20134
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \begin_layout Standard
20141 El manual 
20142 \emph on
20143 Ecuaciones
20144 \emph default
20145  es un ejemplo de documento en el que se ha utilizado designación automática
20146  de referencias.
20147 \end_layout
20148
20149 \begin_layout Subsection
20150 Colocación de referencias
20151 \begin_inset CommandInset label
20152 LatexCommand label
20153 name "sub:Colocación-de-Referencias"
20154
20155 \end_inset
20156
20157
20158 \begin_inset Index
20159 status collapsed
20160
20161 \begin_layout Plain Layout
20162 Referencias ! Colocación
20163 \end_layout
20164
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \begin_layout Standard
20171 Si usas 
20172 \series bold
20173 hyperref
20174 \series default
20175
20176 \begin_inset Index
20177 status collapsed
20178
20179 \begin_layout Plain Layout
20180 LaTeX-paquetes ! hyperref
20181 \end_layout
20182
20183 \end_inset
20184
20185 , en las 
20186 \family sans
20187 Preferencias PDF 
20188 \family default
20189 del diálogo 
20190 \family sans
20191 Documento\SpecialChar \menuseparator
20192 Configuración
20193 \family default
20194 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20195  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20196  La leyenda será la primera parte del texto en pantalla, de forma que para
20197  ver la imagen debes deslizar.
20198  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20199  Usando el paquete 
20200 \series bold
20201 hypcap
20202 \series default
20203
20204 \begin_inset Index
20205 status collapsed
20206
20207 \begin_layout Plain Layout
20208 LaTeX-paquetes ! hypcap
20209 \end_layout
20210
20211 \end_inset
20212
20213 , que forma parte del paquete LaTeX 
20214 \series bold
20215 oberdiek
20216 \series default
20217
20218 \begin_inset Index
20219 status collapsed
20220
20221 \begin_layout Plain Layout
20222 LaTeX-paquetes ! oberdiek
20223 \end_layout
20224
20225 \end_inset
20226
20227 , el ancla de enlace se sitúa al comienzo de un flotante.
20228  Para usar esta característica para figuras flotantes carga 
20229 \series bold
20230 hypcap
20231 \series default
20232  en el preámbulo con
20233 \end_layout
20234
20235 \begin_layout Standard
20236
20237 \series bold
20238
20239 \backslash
20240 usepackage[figure]{hypcap}
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Puedes usar 
20245 \series bold
20246 hypcap
20247 \series default
20248  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20249  Más información en el manual de 
20250 \series bold
20251 hypcap
20252 \series default
20253  
20254 \begin_inset CommandInset citation
20255 LatexCommand cite
20256 key "hypcap"
20257
20258 \end_inset
20259
20260 .
20261 \end_layout
20262
20263 \begin_layout Standard
20264 \begin_inset Note Greyedout
20265 status open
20266
20267 \begin_layout Plain Layout
20268
20269 \series bold
20270 Nota:
20271 \series default
20272  
20273 \series bold
20274 hypcap
20275 \series default
20276  no funciona para las referencias a subfiguras.
20277 \end_layout
20278
20279 \end_inset
20280
20281
20282 \end_layout
20283
20284 \begin_layout Section
20285 Colocación de flotantes
20286 \begin_inset CommandInset label
20287 LatexCommand label
20288 name "sec:Colocación-de-Flotantes"
20289
20290 \end_inset
20291
20292
20293 \begin_inset Index
20294 status collapsed
20295
20296 \begin_layout Plain Layout
20297 Flotantes ! Colocación
20298 \end_layout
20299
20300 \end_inset
20301
20302
20303 \end_layout
20304
20305 \begin_layout Standard
20306 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20307  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20308  los flotantes.
20309 \begin_inset Newline newline
20310 \end_inset
20311
20312 La opción 
20313 \family sans
20314 Extender
20315 \begin_inset space ~
20316 \end_inset
20317
20318 columnas
20319 \family default
20320  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20321  abarcará ambas columnas en lugar de una sola.
20322 \begin_inset Newline newline
20323 \end_inset
20324
20325 La opción 
20326 \family sans
20327 Girar
20328 \begin_inset space ~
20329 \end_inset
20330
20331 a
20332 \begin_inset space ~
20333 \end_inset
20334
20335 un
20336 \begin_inset space ~
20337 \end_inset
20338
20339 lado
20340 \family default
20341  sirve para girar flotantes, véase sección
20342 \begin_inset space ~
20343 \end_inset
20344
20345
20346 \begin_inset CommandInset ref
20347 LatexCommand ref
20348 reference "sec:Rotación-de-Flotantes"
20349
20350 \end_inset
20351
20352 .
20353  
20354 \end_layout
20355
20356 \begin_layout Standard
20357 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20358  la posición de un flotante si desmarcas la opción 
20359 \family sans
20360 Usar
20361 \begin_inset space ~
20362 \end_inset
20363
20364 ubicación
20365 \begin_inset space ~
20366 \end_inset
20367
20368 predeterminada
20369 \family default
20370 :
20371 \end_layout
20372
20373 \begin_layout Description
20374
20375 \family sans
20376 \series bold
20377 Aquí
20378 \begin_inset space ~
20379 \end_inset
20380
20381 si
20382 \begin_inset space ~
20383 \end_inset
20384
20385 es
20386 \begin_inset space ~
20387 \end_inset
20388
20389 posible
20390 \family default
20391 \series default
20392  intenta situar el flotante en la posición en la que se inserta
20393 \end_layout
20394
20395 \begin_layout Description
20396
20397 \family sans
20398 \series bold
20399 Principio
20400 \begin_inset space ~
20401 \end_inset
20402
20403 de
20404 \begin_inset space ~
20405 \end_inset
20406
20407 página
20408 \family default
20409 \series default
20410  intenta situar el flotante al principio de la página actual
20411 \end_layout
20412
20413 \begin_layout Description
20414
20415 \family sans
20416 \series bold
20417 Fin
20418 \begin_inset space ~
20419 \end_inset
20420
20421 de
20422 \begin_inset space ~
20423 \end_inset
20424
20425 página
20426 \family default
20427 \series default
20428  intenta situar el flotante al final de la página actual
20429 \end_layout
20430
20431 \begin_layout Description
20432
20433 \family sans
20434 \series bold
20435 Página
20436 \begin_inset space ~
20437 \end_inset
20438
20439 de
20440 \begin_inset space ~
20441 \end_inset
20442
20443 flotantes
20444 \family default
20445 \series default
20446  intenta situar el flotante en una página propia 
20447 \end_layout
20448
20449 \begin_layout Standard
20450 LaTeX usa 
20451 \emph on
20452 siempre
20453 \emph default
20454  ese orden de opciones.
20455  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20456  lugar 
20457 \family sans
20458 Aquí
20459 \begin_inset space ~
20460 \end_inset
20461
20462 si
20463 \begin_inset space ~
20464 \end_inset
20465
20466 es
20467 \begin_inset space ~
20468 \end_inset
20469
20470 posible
20471 \family default
20472 , luego 
20473 \family sans
20474 Principio
20475 \begin_inset space ~
20476 \end_inset
20477
20478 de
20479 \begin_inset space ~
20480 \end_inset
20481
20482 página
20483 \family default
20484 , y después las otras.
20485  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20486  pero en dicho orden.
20487  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20488  pero intenta poner el flotante en la página siguiente.
20489 \end_layout
20490
20491 \begin_layout Standard
20492 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20493 \end_layout
20494
20495 \begin_layout Labeling
20496 \labelwidthstring 00.00.0000
20497
20498 \family sans
20499 Principio
20500 \begin_inset space ~
20501 \end_inset
20502
20503 de
20504 \begin_inset space ~
20505 \end_inset
20506
20507 página:
20508 \family default
20509  sólo si el flotante ocupa menos del 70
20510 \begin_inset space \thinspace{}
20511 \end_inset
20512
20513 % de la página puede ubicarse al principio de página (
20514 \series bold
20515
20516 \backslash
20517 topfraction
20518 \series default
20519 )
20520 \end_layout
20521
20522 \begin_layout Labeling
20523 \labelwidthstring 00.00.0000
20524
20525 \family sans
20526 Fin
20527 \begin_inset space ~
20528 \end_inset
20529
20530 de
20531 \begin_inset space ~
20532 \end_inset
20533
20534 página:
20535 \family default
20536  sólo si el flotante ocupa menos del 30
20537 \begin_inset space \thinspace{}
20538 \end_inset
20539
20540 % de la página puede ubicarse al fin de página.
20541  (
20542 \series bold
20543
20544 \backslash
20545 bottomfraction
20546 \series default
20547 )
20548 \end_layout
20549
20550 \begin_layout Labeling
20551 \labelwidthstring 00.00.0000
20552
20553 \family sans
20554 Página
20555 \begin_inset space ~
20556 \end_inset
20557
20558 de
20559 \begin_inset space ~
20560 \end_inset
20561
20562 flotantes:
20563 \family default
20564  sólo si más del 50
20565 \begin_inset space \thinspace{}
20566 \end_inset
20567
20568 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20569  página.
20570  (
20571 \series bold
20572
20573 \backslash
20574 floatpagefraction
20575 \series default
20576 )
20577 \end_layout
20578
20579 \begin_layout Standard
20580 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20581  
20582 \family sans
20583 Ignorar
20584 \begin_inset space ~
20585 \end_inset
20586
20587 reglas
20588 \begin_inset space ~
20589 \end_inset
20590
20591 de
20592 \begin_inset space ~
20593 \end_inset
20594
20595 LaTeX
20596 \family default
20597 .
20598 \begin_inset Newline newline
20599 \end_inset
20600
20601 También puedes redefinir las reglas con los comandos LaTeX que van entre
20602  paréntesis tras la descripción de las reglas anteriores.
20603  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20604  la regla 
20605 \family sans
20606 Fin
20607 \family default
20608
20609 \begin_inset space ~
20610 \end_inset
20611
20612
20613 \family sans
20614 de
20615 \family default
20616
20617 \begin_inset space ~
20618 \end_inset
20619
20620
20621 \family sans
20622 página
20623 \family default
20624  al 50
20625 \begin_inset space \thinspace{}
20626 \end_inset
20627
20628 %, añade esta línea en el preámbulo:
20629 \end_layout
20630
20631 \begin_layout Standard
20632
20633 \series bold
20634
20635 \backslash
20636 renewcommand{
20637 \backslash
20638 bottomfraction}{0.5}
20639 \end_layout
20640
20641 \begin_layout Standard
20642 En determinados casos podrías necesitar ubicar un flotante exactamente en
20643  la posición en la que se inserta.
20644  Para esto puedes usar la opción 
20645 \family sans
20646 Aquí
20647 \begin_inset space ~
20648 \end_inset
20649
20650 definitivamente
20651 \family default
20652 .
20653  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20654  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20655  se podría estropear el diseño de la página.
20656 \end_layout
20657
20658 \begin_layout Standard
20659 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20660  rodeados por texto de un párrafo determinado.
20661 \begin_inset VSpace bigskip
20662 \end_inset
20663
20664
20665 \end_layout
20666
20667 \begin_layout Standard
20668 A veces surge el problema de que un flotante se sitúa al principio de la
20669  página mientras que su sección correspondiente empieza en mitad de la página,
20670  así que el lector podría creer que el flotante forma parte de la sección
20671  anterior.
20672  Para evitarlo puede emplearse el comando LaTeX 
20673 \series bold
20674
20675 \backslash
20676 suppressfloats
20677 \series default
20678 , que suprime la ubicación de un flotante dado en la página donde se inserta
20679  y además puede servir para evitar que el flotante se coloque antes del
20680  inicio de sección.
20681  Para ello, añade estos comandos al preámbulo:
20682 \end_layout
20683
20684 \begin_layout Standard
20685
20686 \series bold
20687
20688 \backslash
20689 let
20690 \backslash
20691 mySection
20692 \backslash
20693 section
20694 \begin_inset Newline newline
20695 \end_inset
20696
20697
20698 \backslash
20699 renewcommand{
20700 \backslash
20701 section}{
20702 \backslash
20703 suppressfloats[t]
20704 \backslash
20705 mySection}
20706 \end_layout
20707
20708 \begin_layout Standard
20709 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20710  subsecciones.
20711  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20712  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20713 \end_layout
20714
20715 \begin_layout Standard
20716 \begin_inset VSpace bigskip
20717 \end_inset
20718
20719 En ciertos casos se quieren tener todas las figuras/tablas al final del
20720  documento.
20721  Para estos casos está el paquete LaTeX 
20722 \series bold
20723 endfloat
20724 \series default
20725
20726 \begin_inset Index
20727 status collapsed
20728
20729 \begin_layout Plain Layout
20730 LaTeX-paquetes ! endfloat
20731 \end_layout
20732
20733 \end_inset
20734
20735 .
20736  Pone todas las figuras y tablas flotantes al final del documento en secciones
20737  propias.
20738  En la posición original del flotante se inserta una indicación como «
20739 \family sans
20740 [Figure
20741 \begin_inset space ~
20742 \end_inset
20743
20744 3.2 about here.]
20745 \family default
20746 ».
20747  El paquete 
20748 \series bold
20749 endfloat
20750 \series default
20751  se carga en el preámbulo con la línea
20752 \end_layout
20753
20754 \begin_layout Standard
20755
20756 \series bold
20757
20758 \backslash
20759 usepackage[options]{endfloat}
20760 \end_layout
20761
20762 \begin_layout Standard
20763 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20764  Para más información véase la documentación de 
20765 \begin_inset CommandInset citation
20766 LatexCommand cite
20767 key "endfloat"
20768
20769 \end_inset
20770
20771 .
20772 \begin_inset Newline newline
20773 \end_inset
20774
20775
20776 \begin_inset Note Greyedout
20777 status open
20778
20779 \begin_layout Plain Layout
20780
20781 \series bold
20782 Nota: endfloat
20783 \series default
20784  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20785  véase sección
20786 \begin_inset space ~
20787 \end_inset
20788
20789 4 en 
20790 \begin_inset CommandInset citation
20791 LatexCommand cite
20792 key "endfloat"
20793
20794 \end_inset
20795
20796 .
20797 \end_layout
20798
20799 \end_inset
20800
20801
20802 \begin_inset Newline newline
20803 \end_inset
20804
20805
20806 \begin_inset Note Greyedout
20807 status open
20808
20809 \begin_layout Plain Layout
20810
20811 \series bold
20812 Nota:
20813 \series default
20814  Actualmente hay un error en 
20815 \series bold
20816 endfloat
20817 \series default
20818  cuando la leyenda contiene el carácter alemán «ß».
20819  Usa en ese caso el comando «
20820 \series bold
20821
20822 \backslash
20823 ss
20824 \series default
20825 » en código TeX en vez de «ß».
20826 \end_layout
20827
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \begin_layout Standard
20834 \begin_inset VSpace bigskip
20835 \end_inset
20836
20837 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20838 \begin_inset CommandInset citation
20839 LatexCommand cite
20840 key "latexcompanion,latexguide,latexbook"
20841
20842 \end_inset
20843
20844 .
20845 \end_layout
20846
20847 \begin_layout Section
20848 Rotación de flotantes
20849 \begin_inset CommandInset label
20850 LatexCommand label
20851 name "sec:Rotación-de-Flotantes"
20852
20853 \end_inset
20854
20855
20856 \begin_inset Index
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 Flotantes ! Rotación
20861 \end_layout
20862
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \begin_layout Standard
20869 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20870  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20871  la opción 
20872 \family sans
20873 Girar
20874 \begin_inset space ~
20875 \end_inset
20876
20877 a
20878 \begin_inset space ~
20879 \end_inset
20880
20881 un
20882 \begin_inset space ~
20883 \end_inset
20884
20885 lado
20886 \family default
20887 .
20888 \end_layout
20889
20890 \begin_layout Standard
20891 Los flotantes girados son puestos siempre en su propia página (o columna
20892  si el documento es de dos columnas).
20893  Se les puede permitir abarcar varias columnas con la opción de configuración
20894  
20895 \family sans
20896 Extender
20897 \begin_inset space ~
20898 \end_inset
20899
20900 columnas
20901 \family default
20902 .
20903  Se rotan de forma que puedes leerlos desde el margen externo.
20904  Para forzar determinada dirección de rotación para todas las páginas, puedes
20905  añadir una de las opciones 
20906 \series bold
20907 figuresleft
20908 \series default
20909  o 
20910 \series bold
20911 figuresright
20912 \series default
20913  a las opciones de clase del documento.
20914 \end_layout
20915
20916 \begin_layout Standard
20917 Los flotantes girados se refieren igual que los normales, y el formato de
20918  la leyenda también es el mismo: un ejemplo es la tabla
20919 \begin_inset space ~
20920 \end_inset
20921
20922
20923 \begin_inset CommandInset ref
20924 LatexCommand ref
20925 reference "tab:Tabla-girada"
20926
20927 \end_inset
20928
20929 .
20930 \end_layout
20931
20932 \begin_layout Standard
20933 \begin_inset Note Greyedout
20934 status open
20935
20936 \begin_layout Plain Layout
20937
20938 \series bold
20939 Nota:
20940 \series default
20941  No todos los visores DVI pueden mostrar tablas giradas.
20942 \end_layout
20943
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \begin_layout Standard
20950 \begin_inset Float table
20951 wide false
20952 sideways true
20953 status open
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Caption
20957
20958 \begin_layout Plain Layout
20959 \begin_inset CommandInset label
20960 LatexCommand label
20961 name "tab:Tabla-girada"
20962
20963 \end_inset
20964
20965 Tabla girada
20966 \end_layout
20967
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \begin_layout Plain Layout
20974 \align center
20975 \begin_inset Tabular
20976 <lyxtabular version="3" rows="1" columns="5">
20977 <features>
20978 <column alignment="center" valignment="top" width="0">
20979 <column alignment="center" valignment="top" width="0">
20980 <column alignment="center" valignment="top" width="0">
20981 <column alignment="center" valignment="top" width="0">
20982 <column alignment="center" valignment="top" width="0">
20983 <row>
20984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 test
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 b
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 c
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 d
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024 e
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 </lyxtabular>
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \begin_layout Section
21043 Flotantes adosados
21044 \begin_inset Index
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048 Flotantes ! Adosados
21049 \end_layout
21050
21051 \end_inset
21052
21053
21054 \end_layout
21055
21056 \begin_layout Standard
21057 Para colocar flotantes unos junto a otros, como en la figura
21058 \begin_inset space ~
21059 \end_inset
21060
21061
21062 \begin_inset CommandInset ref
21063 LatexCommand ref
21064 reference "fig:Flotante-izquierda"
21065
21066 \end_inset
21067
21068  y 
21069 \begin_inset CommandInset ref
21070 LatexCommand ref
21071 reference "fig:Flotante-derecha"
21072
21073 \end_inset
21074
21075 , se pone 
21076 \emph on
21077 un
21078 \emph default
21079  solo flotante.
21080  En él se insertan dos cuadros tipo minipágina.
21081 \begin_inset Foot
21082 status collapsed
21083
21084 \begin_layout Plain Layout
21085 Las minipáginas se explican en la sección
21086 \begin_inset space ~
21087 \end_inset
21088
21089
21090 \begin_inset CommandInset ref
21091 LatexCommand ref
21092 reference "sec:Minipáginas"
21093
21094 \end_inset
21095
21096 .
21097 \end_layout
21098
21099 \end_inset
21100
21101  La anchura de la columna se establece en 45-50
21102 \begin_inset space \thinspace{}
21103 \end_inset
21104
21105 % y la alineación en 
21106 \family sans
21107 Inferior
21108 \family default
21109  para cada minipágina.
21110  Las minipáginas contienen la imagen y su título, de igual forma que en
21111  los flotantes.
21112  La única diferencia es que el 
21113 \family sans
21114 Ancho
21115 \begin_inset space ~
21116 \end_inset
21117
21118 de
21119 \begin_inset space ~
21120 \end_inset
21121
21122 columna
21123 \begin_inset space ~
21124 \end_inset
21125
21126 %
21127 \family default
21128  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21129 \end_layout
21130
21131 \begin_layout Standard
21132 \begin_inset Float figure
21133 placement h
21134 wide false
21135 sideways false
21136 status open
21137
21138 \begin_layout Plain Layout
21139 \begin_inset Box Frameless
21140 position "b"
21141 hor_pos "c"
21142 has_inner_box 1
21143 inner_pos "t"
21144 use_parbox 0
21145 width "45col%"
21146 special "none"
21147 height "1in"
21148 height_special "totalheight"
21149 status open
21150
21151 \begin_layout Plain Layout
21152 \align center
21153 \begin_inset Graphics
21154         filename ../clipart/mobius.eps
21155         lyxscale 50
21156         width 100col%
21157         scaleBeforeRotation
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Caption
21166
21167 \begin_layout Plain Layout
21168 \begin_inset CommandInset label
21169 LatexCommand label
21170 name "fig:Flotante-izquierda"
21171
21172 \end_inset
21173
21174 Flotante en el lado izquierdo.
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183
21184
21185 \begin_inset space \hfill{}
21186 \end_inset
21187
21188
21189 \begin_inset Box Frameless
21190 position "b"
21191 hor_pos "c"
21192 has_inner_box 1
21193 inner_pos "t"
21194 use_parbox 0
21195 width "45col%"
21196 special "none"
21197 height "1in"
21198 height_special "totalheight"
21199 status open
21200
21201 \begin_layout Plain Layout
21202 \align center
21203 \begin_inset Graphics
21204         filename ../clipart/platypus.eps
21205         lyxscale 50
21206         width 100col%
21207         scaleBeforeRotation
21208
21209 \end_inset
21210
21211
21212 \end_layout
21213
21214 \begin_layout Plain Layout
21215 \begin_inset Caption
21216
21217 \begin_layout Plain Layout
21218 \begin_inset CommandInset label
21219 LatexCommand label
21220 name "fig:Flotante-derecha"
21221
21222 \end_inset
21223
21224 Flotante en el lado derecho.
21225 \end_layout
21226
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \begin_layout Section
21243 Formato de las leyendas
21244 \begin_inset Index
21245 status collapsed
21246
21247 \begin_layout Plain Layout
21248 Leyendas ! Formato
21249 \end_layout
21250
21251 \end_inset
21252
21253
21254 \begin_inset Index
21255 status collapsed
21256
21257 \begin_layout Plain Layout
21258 Flotantes ! Formato de las leyendas
21259 \end_layout
21260
21261 \end_inset
21262
21263
21264 \begin_inset CommandInset label
21265 LatexCommand label
21266 name "sec:Formato-de-leyendas"
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Standard
21274 El entorno 
21275 \family sans
21276 Leyenda
21277 \family default
21278  es el predeterminado para los 
21279 \family sans
21280 Flotantes
21281 \family default
21282 .
21283  En LyX las leyendas se muestran como etiqueta, p.
21284 \begin_inset space \thinspace{}
21285 \end_inset
21286
21287 e.
21288 \begin_inset space ~
21289 \end_inset
21290
21291 «
21292 \family sans
21293 Figura #
21294 \family default
21295 :» seguida por el texto.
21296  «#» es el número real de referencia.
21297  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21298  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21299  del texto.
21300  El entorno leyenda no es apropiado para todos los tipos de documento.
21301  
21302 \end_layout
21303
21304 \begin_layout Standard
21305 Para cambiar el formato predeterminado carga el paquete LaTeX 
21306 \series bold
21307 caption
21308 \series default
21309
21310 \begin_inset Index
21311 status collapsed
21312
21313 \begin_layout Plain Layout
21314 LaTeX-paquetes ! caption
21315 \end_layout
21316
21317 \end_inset
21318
21319  en el preámbulo del documento con la línea:
21320 \end_layout
21321
21322 \begin_layout Standard
21323
21324 \series bold
21325
21326 \backslash
21327 usepackage[definición de formato]{caption}
21328 \end_layout
21329
21330 \begin_layout Standard
21331 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21332  las leyendas de tabla siempre sobre ella como en este documento, usa el
21333  comando:
21334 \end_layout
21335
21336 \begin_layout Standard
21337
21338 \series bold
21339
21340 \backslash
21341 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21342 \end_layout
21343
21344 \begin_layout Standard
21345 También puedes definir distintos formatos de leyenda para los distintos
21346  tipos de flotantes.
21347  En ese caso carga el paquete 
21348 \series bold
21349 caption
21350 \series default
21351  sin opciones específicas y define los distintos formatos con ayuda del
21352  comando
21353 \end_layout
21354
21355 \begin_layout Standard
21356
21357 \series bold
21358
21359 \backslash
21360 captionsetup[tipo de flotante]{definición de formato}
21361 \end_layout
21362
21363 \begin_layout Standard
21364 en el preámbulo del documento.
21365  Por ejemplo las leyendas de la Figura
21366 \begin_inset space ~
21367 \end_inset
21368
21369
21370 \begin_inset CommandInset ref
21371 LatexCommand ref
21372 reference "fig:Esto-es-una-fig"
21373
21374 \end_inset
21375
21376  y la tabla
21377 \begin_inset space ~
21378 \end_inset
21379
21380
21381 \begin_inset CommandInset ref
21382 LatexCommand ref
21383 reference "tab:Esto-es-una-tab"
21384
21385 \end_inset
21386
21387  pueden crearse usando los siguientes comandos en el preámbulo:
21388 \end_layout
21389
21390 \begin_layout Standard
21391
21392 \series bold
21393
21394 \backslash
21395 usepackage[tableposition=top]{caption}
21396 \series default
21397
21398 \begin_inset Newline newline
21399 \end_inset
21400
21401
21402 \series bold
21403
21404 \backslash
21405 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21406 \begin_inset Newline newline
21407 \end_inset
21408
21409
21410 \begin_inset ERT
21411 status collapsed
21412
21413 \begin_layout Plain Layout
21414
21415
21416 \backslash
21417 hphantom{
21418 \backslash
21419
21420 \backslash
21421 captionsetup[figure]
21422 \backslash
21423 {}
21424 \end_layout
21425
21426 \end_inset
21427
21428  labelsep=period}
21429 \begin_inset Newline newline
21430 \end_inset
21431
21432
21433 \backslash
21434 captionsetup[table]{labelfont={bf,sf}}
21435 \end_layout
21436
21437 \begin_layout Standard
21438 \begin_inset Note Greyedout
21439 status open
21440
21441 \begin_layout Plain Layout
21442
21443 \series bold
21444 Nota: 
21445 \series default
21446 La opción 
21447 \series bold
21448 tableposition=top
21449 \series default
21450  no tiene efecto si se usa una clase de documento 
21451 \series bold
21452 koma-script
21453 \series default
21454 .
21455  En este caso debe utilizarse la opción de clase de documento 
21456 \series bold
21457 tablecaptionabove
21458 \series default
21459 .
21460  
21461 \end_layout
21462
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \begin_layout Standard
21469 Para más información sobre el paquete 
21470 \series bold
21471 caption
21472 \series default
21473  acude a su documentación 
21474 \begin_inset CommandInset citation
21475 LatexCommand cite
21476 key "caption"
21477
21478 \end_inset
21479
21480 .
21481 \end_layout
21482
21483 \begin_layout Standard
21484 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21485 \begin_inset space \thinspace{}
21486 \end_inset
21487
21488 e., usa el siguiente comando de preámbulo:
21489 \end_layout
21490
21491 \begin_layout Standard
21492
21493 \series bold
21494
21495 \backslash
21496 renewcommand{
21497 \backslash
21498 fnum@figure}{Imagen~
21499 \backslash
21500 thefigure}
21501 \end_layout
21502
21503 \begin_layout Standard
21504 donde 
21505 \series bold
21506
21507 \backslash
21508 thefigure
21509 \series default
21510  inserta el número de figura y «~» genera un espacio protegido.
21511
21512 \series bold
21513  
21514 \end_layout
21515
21516 \begin_layout Standard
21517 \begin_inset VSpace bigskip
21518 \end_inset
21519
21520 Si estás usando la clase de documento 
21521 \series bold
21522 koma-script
21523 \series default
21524
21525 \begin_inset Index
21526 status collapsed
21527
21528 \begin_layout Plain Layout
21529 LaTeX-paquetes ! koma-script
21530 \end_layout
21531
21532 \end_inset
21533
21534  (
21535 \family sans
21536 article (koma-script)
21537 \family default
21538
21539 \family sans
21540 book (koma-script)
21541 \family default
21542
21543 \family sans
21544 letter (koma-script)
21545 \family default
21546 , o 
21547 \family sans
21548 report (koma-script)
21549 \family default
21550
21551 \begin_inset space \thinspace{}
21552 \end_inset
21553
21554 ), puedes emplear en vez del paquete 
21555 \series bold
21556 caption
21557 \series default
21558  el comando 
21559 \series bold
21560
21561 \backslash
21562 setkomafont
21563 \series default
21564  incluido en 
21565 \series bold
21566 koma-script
21567 \series default
21568 .
21569  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21570  comando en el preámbulo del documento:
21571 \end_layout
21572
21573 \begin_layout Standard
21574
21575 \series bold
21576
21577 \backslash
21578 setkomafont{captionlabel}{
21579 \backslash
21580 bfseries}
21581 \end_layout
21582
21583 \begin_layout Standard
21584 Más información sobre 
21585 \series bold
21586
21587 \backslash
21588 setkomafont
21589 \series default
21590  en la documentación de 
21591 \series bold
21592 koma-script
21593 \series default
21594  
21595 \begin_inset CommandInset citation
21596 LatexCommand cite
21597 key "koma-script"
21598
21599 \end_inset
21600
21601 .
21602 \end_layout
21603
21604 \begin_layout Standard
21605 \begin_inset ERT
21606 status open
21607
21608 \begin_layout Plain Layout
21609
21610
21611 \backslash
21612 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21613 }
21614 \end_layout
21615
21616 \end_inset
21617
21618
21619 \begin_inset Note Note
21620 status open
21621
21622 \begin_layout Plain Layout
21623 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21624 \end_layout
21625
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \begin_layout Standard
21632 \begin_inset Float figure
21633 placement !p
21634 wide false
21635 sideways false
21636 status open
21637
21638 \begin_layout Plain Layout
21639 \align center
21640 \begin_inset Graphics
21641         filename ../clipart/mobius.eps
21642         lyxscale 50
21643         scale 50
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Caption
21652
21653 \begin_layout Plain Layout
21654 \begin_inset CommandInset label
21655 LatexCommand label
21656 name "fig:Esto-es-una-fig"
21657
21658 \end_inset
21659
21660
21661 \begin_inset OptArg
21662 status collapsed
21663
21664 \begin_layout Plain Layout
21665 Figura con leyenda muy larga
21666 \end_layout
21667
21668 \end_inset
21669
21670 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21671  mostrar el formato diferente.
21672  Aquí se usa una leyenda personalizada.
21673 \end_layout
21674
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \begin_layout Standard
21686 \begin_inset ERT
21687 status open
21688
21689 \begin_layout Plain Layout
21690
21691
21692 \backslash
21693 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21694 on}
21695 \end_layout
21696
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \begin_layout Standard
21703 \begin_inset Float table
21704 placement !p
21705 wide false
21706 sideways false
21707 status collapsed
21708
21709 \begin_layout Plain Layout
21710 \begin_inset Caption
21711
21712 \begin_layout Plain Layout
21713 \begin_inset CommandInset label
21714 LatexCommand label
21715 name "tab:Esto-es-una-tab"
21716
21717 \end_inset
21718
21719
21720 \begin_inset OptArg
21721 status collapsed
21722
21723 \begin_layout Plain Layout
21724 Tabla con leyenda muy larga
21725 \end_layout
21726
21727 \end_inset
21728
21729 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21730  el formato diferente.
21731  Aquí se usa el formato de leyenda estándar para las tablas.
21732 \end_layout
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Plain Layout
21740 \align center
21741 \begin_inset Tabular
21742 <lyxtabular version="3" rows="1" columns="5">
21743 <features>
21744 <column alignment="center" valignment="top" width="0">
21745 <column alignment="center" valignment="top" width="0">
21746 <column alignment="center" valignment="top" width="0">
21747 <column alignment="center" valignment="top" width="0">
21748 <column alignment="center" valignment="top" width="0">
21749 <row>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 a
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 b
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 c
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 d
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 e
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 </row>
21796 </lyxtabular>
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \begin_layout Section
21809 Colocación de leyendas
21810 \begin_inset Index
21811 status collapsed
21812
21813 \begin_layout Plain Layout
21814 Leyendas ! Colocación
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \begin_inset Index
21821 status collapsed
21822
21823 \begin_layout Plain Layout
21824 Flotantes ! Colocación de leyendas
21825 \end_layout
21826
21827 \end_inset
21828
21829
21830 \begin_inset CommandInset label
21831 LatexCommand label
21832 name "sec:Colocación-de-leyendas"
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \begin_layout Standard
21840 La norma habitual para colocar las leyendas es:
21841 \end_layout
21842
21843 \begin_layout Description
21844 Figura: La leyenda al pie de la figura
21845 \end_layout
21846
21847 \begin_layout Description
21848 Tabla: La leyenda sobre la tabla
21849 \end_layout
21850
21851 \begin_layout Standard
21852 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21853  la tabla.
21854  Esto implica que si usas las clases de documento 
21855 \family sans
21856 article
21857 \family default
21858
21859 \family sans
21860 book
21861 \family default
21862
21863 \family sans
21864 letter
21865 \family default
21866 , o 
21867 \family sans
21868 report
21869 \family default
21870  no habrá espacio entre la leyenda y la tabla.
21871  Para insertar el espacio adecuado añade la siguiente opción al comando
21872  del paquete LaTeX 
21873 \series bold
21874 caption
21875 \series default
21876  en el preámbulo del documento:
21877 \begin_inset Foot
21878 status collapsed
21879
21880 \begin_layout Plain Layout
21881 Véase la sección
21882 \begin_inset space ~
21883 \end_inset
21884
21885
21886 \begin_inset CommandInset ref
21887 LatexCommand ref
21888 reference "sec:Formato-de-leyendas"
21889
21890 \end_inset
21891
21892  para más información sobre el paquete 
21893 \series bold
21894 caption
21895 \series default
21896 .
21897 \end_layout
21898
21899 \end_inset
21900
21901
21902 \end_layout
21903
21904 \begin_layout Standard
21905
21906 \series bold
21907 tableposition=top
21908 \end_layout
21909
21910 \begin_layout Standard
21911 Si estás usando la clase 
21912 \series bold
21913 koma-script
21914 \series default
21915
21916 \begin_inset Index
21917 status collapsed
21918
21919 \begin_layout Plain Layout
21920 LaTeX-paquetes ! koma-script
21921 \end_layout
21922
21923 \end_inset
21924
21925  (
21926 \family sans
21927 article (koma-script)
21928 \family default
21929
21930 \family sans
21931 book (koma-script)
21932 \family default
21933
21934 \family sans
21935 letter (koma-script)
21936 \family default
21937 , o 
21938 \family sans
21939 report (koma-script)
21940 \family default
21941
21942 \begin_inset space \thinspace{}
21943 \end_inset
21944
21945 ), en vez de 
21946 \series bold
21947 caption
21948 \series default
21949  puedes poner la opción 
21950 \series bold
21951 tablecaptionabove
21952 \series default
21953  de la clase de documento.
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \begin_inset VSpace bigskip
21958 \end_inset
21959
21960 También es posible poner la leyenda junto a una figura o tabla.
21961  Para conseguirlo hay que cargar el paquete LaTeX 
21962 \series bold
21963 sidecap
21964 \series default
21965
21966 \begin_inset Index
21967 status collapsed
21968
21969 \begin_layout Plain Layout
21970 LaTeX-paquetes ! sidecap
21971 \end_layout
21972
21973 \end_inset
21974
21975  añadiendo en el preámbulo del documento la línea
21976 \end_layout
21977
21978 \begin_layout Standard
21979
21980 \series bold
21981
21982 \backslash
21983 usepackage[option]{sidecap}
21984 \end_layout
21985
21986 \begin_layout Standard
21987 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21988  de la página ---a la derecha en páginas impares, a la izquierda en las
21989  pares---.
21990  Puedes cambiar la colocación al margen interno con la opción 
21991 \series bold
21992 innercaption
21993 \series default
21994 .
21995  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
21996  opciones 
21997 \series bold
21998 rightcaption
21999 \series default
22000  o 
22001 \series bold
22002 leftcaption
22003 \series default
22004 , respectivamente.
22005 \end_layout
22006
22007 \begin_layout Standard
22008 \begin_inset ERT
22009 status collapsed
22010
22011 \begin_layout Plain Layout
22012
22013
22014 \backslash
22015 ifsidecap
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \begin_inset Note Note
22022 status open
22023
22024 \begin_layout Plain Layout
22025 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22026  LaTeX 
22027 \series bold
22028 sidecap
22029 \series default
22030 .
22031 \end_layout
22032
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \begin_layout Standard
22039 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22040  estos comandos al preámbulo del documento:
22041 \end_layout
22042
22043 \begin_layout Standard
22044
22045 \lyxline
22046
22047 \end_layout
22048
22049 \begin_layout Standard
22050
22051 \series bold
22052
22053 \backslash
22054 newcommand{
22055 \backslash
22056 TabBesBeg}{%
22057 \begin_inset Newline newline
22058 \end_inset
22059
22060
22061 \begin_inset ERT
22062 status collapsed
22063
22064 \begin_layout Plain Layout
22065
22066
22067 \backslash
22068 hphantom{ }
22069 \end_layout
22070
22071 \end_inset
22072
22073
22074 \backslash
22075 let
22076 \backslash
22077 MyTable
22078 \backslash
22079 table
22080 \begin_inset Newline newline
22081 \end_inset
22082
22083
22084 \begin_inset ERT
22085 status collapsed
22086
22087 \begin_layout Plain Layout
22088
22089
22090 \backslash
22091 hphantom{ }
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \backslash
22098 let
22099 \backslash
22100 MyEndtable
22101 \backslash
22102 endtable
22103 \begin_inset Newline newline
22104 \end_inset
22105
22106
22107 \begin_inset ERT
22108 status collapsed
22109
22110 \begin_layout Plain Layout
22111
22112
22113 \backslash
22114 hphantom{ }
22115 \end_layout
22116
22117 \end_inset
22118
22119
22120 \backslash
22121 renewenvironment{table}{
22122 \backslash
22123 begin{SCtable}}{
22124 \backslash
22125 end{SCtable}}}
22126 \end_layout
22127
22128 \begin_layout Standard
22129
22130 \series bold
22131
22132 \backslash
22133 newcommand{
22134 \backslash
22135 TabBesEnd}{%
22136 \begin_inset Newline newline
22137 \end_inset
22138
22139
22140 \begin_inset ERT
22141 status collapsed
22142
22143 \begin_layout Plain Layout
22144
22145
22146 \backslash
22147 hphantom{ }
22148 \end_layout
22149
22150 \end_inset
22151
22152
22153 \backslash
22154 let
22155 \backslash
22156 table
22157 \backslash
22158 MyTable
22159 \begin_inset Newline newline
22160 \end_inset
22161
22162
22163 \begin_inset ERT
22164 status collapsed
22165
22166 \begin_layout Plain Layout
22167
22168
22169 \backslash
22170 hphantom{ }
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \backslash
22177 let
22178 \backslash
22179 endtable
22180 \backslash
22181 MyEndtable
22182 \end_layout
22183
22184 \begin_layout Standard
22185
22186 \series bold
22187
22188 \backslash
22189 newcommand{
22190 \backslash
22191 FigBesBeg}{%
22192 \begin_inset Newline newline
22193 \end_inset
22194
22195
22196 \begin_inset ERT
22197 status collapsed
22198
22199 \begin_layout Plain Layout
22200
22201
22202 \backslash
22203 hphantom{ }
22204 \end_layout
22205
22206 \end_inset
22207
22208
22209 \backslash
22210 let
22211 \backslash
22212 MyFigure
22213 \backslash
22214 figure
22215 \begin_inset Newline newline
22216 \end_inset
22217
22218
22219 \begin_inset ERT
22220 status collapsed
22221
22222 \begin_layout Plain Layout
22223
22224
22225 \backslash
22226 hphantom{ }
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \backslash
22233 let
22234 \backslash
22235 MyEndfigure
22236 \backslash
22237 endfigure
22238 \begin_inset Newline newline
22239 \end_inset
22240
22241
22242 \begin_inset ERT
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246
22247
22248 \backslash
22249 hphantom{ }
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \backslash
22256 renewenvironment{figure}{
22257 \backslash
22258 begin{SCfigure}}{
22259 \backslash
22260 end{SCfigure}}}
22261 \end_layout
22262
22263 \begin_layout Standard
22264
22265 \series bold
22266
22267 \backslash
22268 newcommand{
22269 \backslash
22270 FigBesEnd}{%
22271 \begin_inset Newline newline
22272 \end_inset
22273
22274
22275 \begin_inset ERT
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279
22280
22281 \backslash
22282 hphantom{ }
22283 \end_layout
22284
22285 \end_inset
22286
22287
22288 \backslash
22289 let
22290 \backslash
22291 figure
22292 \backslash
22293 MyFigure
22294 \begin_inset Newline newline
22295 \end_inset
22296
22297
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302
22303
22304 \backslash
22305 hphantom{ }
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \backslash
22312 let
22313 \backslash
22314 endfigure
22315 \backslash
22316 MyEndfigure}
22317 \end_layout
22318
22319 \begin_layout Standard
22320
22321 \lyxline
22322
22323 \end_layout
22324
22325 \begin_layout Standard
22326 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22327  en un lado.
22328  Para figuras flotantes usa el comando
22329 \end_layout
22330
22331 \begin_layout Standard
22332
22333 \series bold
22334
22335 \backslash
22336 FigBesBeg
22337 \end_layout
22338
22339 \begin_layout Standard
22340 en código TeX antes del flotante.
22341  Detrás del flotante inserta
22342 \end_layout
22343
22344 \begin_layout Standard
22345
22346 \series bold
22347
22348 \backslash
22349 FigBesEnd
22350 \end_layout
22351
22352 \begin_layout Standard
22353 en código TeX para volver a la definición original de flotantes.
22354 \end_layout
22355
22356 \begin_layout Standard
22357 Para tablas flotantes usa los comandos correspondientes
22358 \end_layout
22359
22360 \begin_layout Standard
22361
22362 \series bold
22363
22364 \backslash
22365 TabBesBeg
22366 \series default
22367  y 
22368 \series bold
22369
22370 \backslash
22371 TabBesEnd
22372 \end_layout
22373
22374 \begin_layout Standard
22375 La figura
22376 \begin_inset space ~
22377 \end_inset
22378
22379
22380 \begin_inset CommandInset ref
22381 LatexCommand ref
22382 reference "fig:encab-al-lado"
22383
22384 \end_inset
22385
22386  y la tabla
22387 \begin_inset space ~
22388 \end_inset
22389
22390
22391 \begin_inset CommandInset ref
22392 LatexCommand ref
22393 reference "tab:encab-al-lado"
22394
22395 \end_inset
22396
22397  son ejemplos en los que el título se sitúa al lado.
22398 \end_layout
22399
22400 \begin_layout Standard
22401 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22402  en tablas flotantes y debajo en las figuras flotantes.
22403  Para cambiarlo, puedes usar el comando
22404 \end_layout
22405
22406 \begin_layout Standard
22407
22408 \series bold
22409
22410 \backslash
22411 sidecaptionvpos{tipo de flotante}{colocación}
22412 \end_layout
22413
22414 \begin_layout Standard
22415 en el preámbulo o en código TeX antes del flotante.
22416  El tipo de flotante es 
22417 \family sans
22418 figure
22419 \family default
22420  o 
22421 \family sans
22422 table
22423 \family default
22424 , la colocación puede ser «
22425 \family sans
22426 t
22427 \family default
22428 » por «top» (arriba), «
22429 \family sans
22430 c
22431 \family default
22432 » por «center» (centro), o «
22433 \family sans
22434 b
22435 \family default
22436 » por «bottom» (abajo).
22437  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22438  usa el comando
22439 \end_layout
22440
22441 \begin_layout Standard
22442
22443 \series bold
22444
22445 \backslash
22446 sidecaptionvpos{figure}{c}
22447 \end_layout
22448
22449 \begin_layout Standard
22450 Esto se ha hecho en la figura
22451 \begin_inset space ~
22452 \end_inset
22453
22454
22455 \begin_inset CommandInset ref
22456 LatexCommand ref
22457 reference "fig:encab-al-lado-de-fig"
22458
22459 \end_inset
22460
22461 .
22462 \end_layout
22463
22464 \begin_layout Standard
22465 \begin_inset VSpace medskip
22466 \end_inset
22467
22468 Más información sobre el paquete 
22469 \series bold
22470 sidecap
22471 \series default
22472  en su documentación 
22473 \begin_inset CommandInset citation
22474 LatexCommand cite
22475 key "sidecap"
22476
22477 \end_inset
22478
22479 .
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset Note Greyedout
22484 status open
22485
22486 \begin_layout Plain Layout
22487
22488 \series bold
22489 Nota:
22490 \series default
22491  El paquete LaTeX 
22492 \series bold
22493 hypcap
22494 \series default
22495
22496 \begin_inset Index
22497 status collapsed
22498
22499 \begin_layout Plain Layout
22500 LaTeX-paquetes ! hypcap
22501 \end_layout
22502
22503 \end_inset
22504
22505 , descrito en la sección
22506 \begin_inset space ~
22507 \end_inset
22508
22509
22510 \begin_inset CommandInset ref
22511 LatexCommand ref
22512 reference "sub:Colocación-de-Referencias"
22513
22514 \end_inset
22515
22516 , no afecta a flotantes con la leyenda al lado.
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \begin_layout Standard
22525 \begin_inset ERT
22526 status collapsed
22527
22528 \begin_layout Plain Layout
22529
22530
22531 \backslash
22532 FigBesBeg 
22533 \end_layout
22534
22535 \end_inset
22536
22537
22538 \end_layout
22539
22540 \begin_layout Standard
22541 \begin_inset Float figure
22542 wide false
22543 sideways false
22544 status open
22545
22546 \begin_layout Plain Layout
22547 \begin_inset Graphics
22548         filename ../clipart/escher-lsd.eps
22549         scale 75
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Plain Layout
22557 \begin_inset Caption
22558
22559 \begin_layout Plain Layout
22560 \begin_inset CommandInset label
22561 LatexCommand label
22562 name "fig:encab-al-lado"
22563
22564 \end_inset
22565
22566 Leyenda al lado de una figura.
22567 \end_layout
22568
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575
22576
22577 \end_layout
22578
22579 \begin_layout Standard
22580 \begin_inset ERT
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584
22585
22586 \backslash
22587 TabBesBeg 
22588 \end_layout
22589
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \begin_layout Standard
22596 \begin_inset Float table
22597 wide false
22598 sideways false
22599 status open
22600
22601 \begin_layout Plain Layout
22602 \begin_inset Caption
22603
22604 \begin_layout Plain Layout
22605 \begin_inset CommandInset label
22606 LatexCommand label
22607 name "tab:encab-al-lado"
22608
22609 \end_inset
22610
22611 Leyenda al lado de una tabla.
22612 \end_layout
22613
22614 \end_inset
22615
22616
22617 \end_layout
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Tabular
22621 <lyxtabular version="3" rows="4" columns="5">
22622 <features>
22623 <column alignment="center" valignment="top" width="0">
22624 <column alignment="center" valignment="top" width="0">
22625 <column alignment="center" valignment="top" width="0">
22626 <column alignment="center" valignment="top" width="0">
22627 <column alignment="center" valignment="top" width="0">
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 a
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 b
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 c
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 d
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698
22699 \end_layout
22700
22701 \end_inset
22702 </cell>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 e
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 </row>
22722 <row>
22723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 f
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22742 \begin_inset Text
22743
22744 \begin_layout Plain Layout
22745 g
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 h
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 </row>
22769 <row>
22770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 i
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801 j
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 </row>
22816 </lyxtabular>
22817
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824
22825
22826 \end_layout
22827
22828 \begin_layout Standard
22829 \begin_inset ERT
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833
22834
22835 \backslash
22836 TabBesEnd
22837 \end_layout
22838
22839 \end_inset
22840
22841
22842 \end_layout
22843
22844 \begin_layout Standard
22845 \begin_inset ERT
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849
22850
22851 \backslash
22852 sidecaptionvpos{figure}{c}
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \begin_inset Float figure
22859 wide false
22860 sideways false
22861 status open
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Graphics
22865         filename ../clipart/escher-lsd.eps
22866         scale 75
22867
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Caption
22875
22876 \begin_layout Plain Layout
22877 \begin_inset CommandInset label
22878 LatexCommand label
22879 name "fig:encab-al-lado-de-fig"
22880
22881 \end_inset
22882
22883 Leyenda centrada verticalmente junto a una figura.
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \begin_layout Standard
22897 \begin_inset ERT
22898 status collapsed
22899
22900 \begin_layout Plain Layout
22901
22902
22903 \backslash
22904 FigBesEnd
22905 \end_layout
22906
22907 \end_inset
22908
22909
22910 \end_layout
22911
22912 \begin_layout Standard
22913 \begin_inset ERT
22914 status collapsed
22915
22916 \begin_layout Plain Layout
22917
22918
22919 \backslash
22920 else
22921 \end_layout
22922
22923 \end_inset
22924
22925
22926 \begin_inset Note Note
22927 status open
22928
22929 \begin_layout Plain Layout
22930 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22931  
22932 \series bold
22933 sidecap
22934 \series default
22935 .
22936 \end_layout
22937
22938 \end_inset
22939
22940
22941 \end_layout
22942
22943 \begin_layout Standard
22944 Debes instalar el paquete LaTeX 
22945 \series bold
22946 sidecap
22947 \series default
22948  para ver la parte siguiente en la salida.
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 fi
22960 \end_layout
22961
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \begin_layout Section
22968 Lista de flotantes
22969 \begin_inset Index
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973 Flotantes ! Lista de
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Igual que en el índice general se listan las secciones del documento, hay
22983  listas para todos los tipos de flotantes, como las figuras.
22984  Se pueden insertar mediante los submenús 
22985 \family sans
22986 Insertar\SpecialChar \menuseparator
22987 Lista / IG
22988 \family default
22989 .
22990 \end_layout
22991
22992 \begin_layout Standard
22993 Las entradas de la lista son los títulos del flotante o su título corto,
22994  el número de flotante, y el número de la página del documento en la que
22995  aparecen.
22996 \end_layout
22997
22998 \begin_layout Standard
22999 Puedes encontrar las listas de figuras y tablas al final de este documento.
23000 \end_layout
23001
23002 \begin_layout Chapter
23003 Notas
23004 \end_layout
23005
23006 \begin_layout Section
23007 Notas en LyX
23008 \begin_inset Index
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 Notas ! en LyX
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 Las notas se insertan con el botón 
23022 \begin_inset Graphics
23023         filename ../../images/note-insert.png
23024         scale 85
23025
23026 \end_inset
23027
23028  o con el menú 
23029 \family sans
23030 Insertar\SpecialChar \menuseparator
23031 Nota
23032 \family default
23033 .
23034  Hay cinco tipos de notas:
23035 \end_layout
23036
23037 \begin_layout Description
23038 Nota
23039 \begin_inset space ~
23040 \end_inset
23041
23042 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23043  Su cuadro se muestra como este:
23044 \begin_inset Newline newline
23045 \end_inset
23046
23047
23048 \begin_inset Newline newline
23049 \end_inset
23050
23051
23052 \begin_inset Graphics
23053         filename clipart/NotaLyXImagenQt4.png
23054         display false
23055         scale 75
23056
23057 \end_inset
23058
23059  
23060 \begin_inset Note Note
23061 status collapsed
23062
23063 \begin_layout Plain Layout
23064 Este es un texto en un recuadro que no se muestra en la salida.
23065 \end_layout
23066
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \begin_layout Description
23073 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23074  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23075 \family sans
23076 Archivo\SpecialChar \menuseparator
23077 Exportar\SpecialChar \menuseparator
23078 LaTeX (pdflatex) / (plain)
23079 \family default
23080 .
23081  Su recuadro se ve así:
23082 \begin_inset Newline newline
23083 \end_inset
23084
23085
23086 \begin_inset Newline newline
23087 \end_inset
23088
23089
23090 \begin_inset Graphics
23091         filename clipart/ComentNotaImagenQt4.png
23092         display false
23093         scale 75
23094
23095 \end_inset
23096
23097  
23098 \begin_inset Note Comment
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Description
23111 Resaltado
23112 \begin_inset space ~
23113 \end_inset
23114
23115 en
23116 \begin_inset space ~
23117 \end_inset
23118
23119 gris Esta nota aparece en la salida como texto resaltado en gris.
23120  Su recuadro se parece a este:
23121 \begin_inset Newline newline
23122 \end_inset
23123
23124
23125 \begin_inset Newline newline
23126 \end_inset
23127
23128
23129 \begin_inset Graphics
23130         filename clipart/GrisNotaImagenQt4.png
23131         display false
23132         scale 75
23133
23134 \end_inset
23135
23136
23137 \begin_inset Newline newline
23138 \end_inset
23139
23140
23141 \begin_inset ERT
23142 status collapsed
23143
23144 \begin_layout Plain Layout
23145
23146
23147 \backslash
23148 renewenvironment{lyxgreyedout}
23149 \end_layout
23150
23151 \begin_layout Plain Layout
23152
23153 {
23154 \backslash
23155 textcolor[gray]{0.8}
23156 \backslash
23157 bgroup}{
23158 \backslash
23159 egroup}
23160 \end_layout
23161
23162 \end_inset
23163
23164
23165 \begin_inset Note Greyedout
23166 status open
23167
23168 \begin_layout Plain Layout
23169 Este es el texto
23170 \begin_inset Foot
23171 status open
23172
23173 \begin_layout Plain Layout
23174 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23175 \end_layout
23176
23177 \end_inset
23178
23179  de un comentario que se muestra resaltado en gris.
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189
23190
23191 \backslash
23192 renewenvironment{lyxgreyedout}
23193 \end_layout
23194
23195 \begin_layout Plain Layout
23196
23197 {
23198 \backslash
23199 textcolor{blue}
23200 \backslash
23201 bgroup}{
23202 \backslash
23203 egroup}
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \begin_inset Note Note
23210 status collapsed
23211
23212 \begin_layout Plain Layout
23213 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23214  original de LyX, ya que en el preámbulo de este documento se han redefinido
23215  estas notas para que salgan en azul, como se indica más adelante.
23216 \end_layout
23217
23218 \end_inset
23219
23220
23221 \begin_inset Newline newline
23222 \end_inset
23223
23224
23225 \begin_inset Newline newline
23226 \end_inset
23227
23228 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23229  está un poco sangrada, y por otra parte pueden tener notas al pie.
23230 \end_layout
23231
23232 \begin_layout Standard
23233 \begin_inset VSpace bigskip
23234 \end_inset
23235
23236 Si usas el botón de la barra de herramientas 
23237 \begin_inset Graphics
23238         filename ../../images/note-insert.png
23239         scale 85
23240
23241 \end_inset
23242
23243  para insertar notas, se inserta una 
23244 \family sans
23245 Nota
23246 \begin_inset space ~
23247 \end_inset
23248
23249 LyX
23250 \family default
23251 .
23252  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23253  recuadro.
23254  
23255 \family roman
23256 \series medium
23257 \bar no
23258 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23259  botón de herramienta 
23260 \family sans
23261 \series default
23262 \bar default
23263 Nota
23264 \family default
23265 .
23266  Para cambiar una nota a texto, pulsa la tecla 
23267 \family sans
23268 Retroceso
23269 \family default
23270  cuando el cursor está en la primera posición de una nota, o la tecla 
23271 \family sans
23272 Supr
23273 \family default
23274  cuando el cursor está en la última posición de la nota, respectivamente.
23275 \end_layout
23276
23277 \begin_layout Standard
23278 \begin_inset VSpace bigskip
23279 \end_inset
23280
23281 Se puede cambiar el color del 
23282 \family sans
23283 Resaltado en gris
23284 \family default
23285  poniendo en el preámbulo el comando:
23286 \end_layout
23287
23288 \begin_layout Standard
23289
23290 \series bold
23291
23292 \backslash
23293 renewenvironment{lyxgreyedout}
23294 \begin_inset Newline newline
23295 \end_inset
23296
23297
23298 \begin_inset ERT
23299 status collapsed
23300
23301 \begin_layout Plain Layout
23302
23303
23304 \backslash
23305 hphantom{ }
23306 \end_layout
23307
23308 \end_inset
23309
23310 {
23311 \backslash
23312 textcolor{color}
23313 \backslash
23314 bgroup}{
23315 \backslash
23316 egroup}
23317 \end_layout
23318
23319 \begin_layout Standard
23320 Los colores disponibles y el método para definir nuestros propios colores
23321  se explica en la sección
23322 \begin_inset space ~
23323 \end_inset
23324
23325
23326 \begin_inset CommandInset ref
23327 LatexCommand ref
23328 reference "sec:Tablas-Coloreadas"
23329
23330 \end_inset
23331
23332 .
23333 \end_layout
23334
23335 \begin_layout Standard
23336 Las notas en azul en este documento se han hecho con notas del tipo 
23337 \family sans
23338 Resaltado en gris
23339 \family default
23340  pero definiendo el color del texto en azul.
23341 \end_layout
23342
23343 \begin_layout Section
23344 Notas al pie
23345 \begin_inset CommandInset label
23346 LatexCommand label
23347 name "sec:Notas-al-pie"
23348
23349 \end_inset
23350
23351
23352 \begin_inset Index
23353 status collapsed
23354
23355 \begin_layout Plain Layout
23356 Notas ! al pie
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \begin_inset Index
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366 Notas al pie
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \begin_layout Standard
23375 Las notas al pie se insertan con el botón 
23376 \begin_inset Graphics
23377         filename ../../images/footnote-insert.png
23378         scale 85
23379
23380 \end_inset
23381
23382  o el menú 
23383 \family sans
23384 Insertar\SpecialChar \menuseparator
23385 Nota
23386 \begin_inset space ~
23387 \end_inset
23388
23389 al
23390 \begin_inset space ~
23391 \end_inset
23392
23393 pie
23394 \family default
23395 .
23396  
23397 \family roman
23398 \series medium
23399 \bar no
23400 Aparece un recuadro como este:
23401 \family default
23402 \series default
23403 \bar default
23404  
23405 \begin_inset Graphics
23406         filename clipart/notapieQt4.png
23407         scale 80
23408
23409 \end_inset
23410
23411  
23412 \family roman
23413 \series medium
23414 \bar no
23415 donde puedes introducir el texto.
23416  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23417  sobre el
23418 \family default
23419 \series default
23420 \bar default
23421  
23422 \family roman
23423 \series medium
23424 \bar no
23425 botón
23426 \family default
23427 \series default
23428 \bar default
23429 .
23430  Para cambiar una nota al pie a texto, pulsa la tecla 
23431 \family sans
23432 Retroceso
23433 \family default
23434  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23435  
23436 \family sans
23437 Supr
23438 \family default
23439  cuando el cursor está en la última posición de la nota, respectivamente.
23440 \end_layout
23441
23442 \begin_layout Standard
23443 Aquí hay un ejemplo de nota al pie:
23444 \family roman
23445 \series medium
23446 \bar no
23447
23448 \begin_inset Foot
23449 status open
23450
23451 \begin_layout Plain Layout
23452 \begin_inset CommandInset label
23453 LatexCommand label
23454 name "pie:Esto-es-una"
23455
23456 \end_inset
23457
23458 Ejemplo de nota al pie.
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \family default
23465 \series default
23466 \bar default
23467
23468 \begin_inset ERT
23469 status collapsed
23470
23471 \begin_layout Plain Layout
23472
23473
23474 \backslash
23475 newcounter{MyRepeatFoot}
23476 \end_layout
23477
23478 \begin_layout Plain Layout
23479
23480
23481 \backslash
23482 setcounter{MyRepeatFoot}{
23483 \backslash
23484 thefootnote}
23485 \end_layout
23486
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \begin_layout Standard
23493 En la salida, el pie se muestra como número voladito en el lugar del texto
23494  donde se coloca el recuadro.
23495  El texto se coloca al final de la página actual.
23496  Los números de las notas son calculados por LaTeX, y son consecutivos.
23497  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23498 \end_layout
23499
23500 \begin_layout Standard
23501 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23502  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23503  se describe en la sección
23504 \begin_inset space ~
23505 \end_inset
23506
23507
23508 \begin_inset CommandInset ref
23509 LatexCommand ref
23510 reference "sec:Referencias-a-Flotantes"
23511
23512 \end_inset
23513
23514 .
23515 \begin_inset Newline newline
23516 \end_inset
23517
23518 Esto es una referencia cruzada a la Nota al pie
23519 \begin_inset space ~
23520 \end_inset
23521
23522
23523 \begin_inset CommandInset ref
23524 LatexCommand ref
23525 reference "pie:Esto-es-una"
23526
23527 \end_inset
23528
23529 .
23530 \begin_inset Newline newline
23531 \end_inset
23532
23533
23534 \begin_inset Note Greyedout
23535 status open
23536
23537 \begin_layout Plain Layout
23538
23539 \series bold
23540 Nota:
23541 \series default
23542  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23543  de insertar un prefijo, p.
23544 \begin_inset space \thinspace{}
23545 \end_inset
23546
23547 e.
23548 \begin_inset space ~
23549 \end_inset
23550
23551 «
23552 \family sans
23553 pie:
23554 \family default
23555 » manualmente cuando quieras usar el estilo 
23556 \family sans
23557 Referencia
23558 \begin_inset space ~
23559 \end_inset
23560
23561 con
23562 \begin_inset space ~
23563 \end_inset
23564
23565 formato
23566 \family default
23567 .
23568 \end_layout
23569
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 \begin_inset VSpace defskip
23577 \end_inset
23578
23579 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23580 \begin_inset space ~
23581 \end_inset
23582
23583
23584 \begin_inset CommandInset ref
23585 LatexCommand ref
23586 reference "sec:Minipáginas"
23587
23588 \end_inset
23589
23590 .
23591  Los pies en tablas largas en la sección
23592 \begin_inset space ~
23593 \end_inset
23594
23595
23596 \begin_inset CommandInset ref
23597 LatexCommand ref
23598 reference "sub:Notas-al-pie-en-Tablas-Largas"
23599
23600 \end_inset
23601
23602 .
23603 \end_layout
23604
23605 \begin_layout Standard
23606 \begin_inset VSpace defskip
23607 \end_inset
23608
23609 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23610 \series bold
23611
23612 \backslash
23613 footnotemark[número]
23614 \series default
23615  en código TeX.
23616  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23617  no quieres imprimir el pie cada vez.
23618 \begin_inset Newline newline
23619 \end_inset
23620
23621 Como no sabes el número del pie que se repite mientras escribes el texto,
23622  tienes que guardarlo.
23623  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23624  en código TeX detrás de Nota
23625 \begin_inset space ~
23626 \end_inset
23627
23628 al
23629 \begin_inset space ~
23630 \end_inset
23631
23632 pie
23633 \begin_inset space ~
23634 \end_inset
23635
23636
23637 \begin_inset CommandInset ref
23638 LatexCommand ref
23639 reference "pie:Esto-es-una"
23640
23641 \end_inset
23642
23643  para guardar el número de pie:
23644 \end_layout
23645
23646 \begin_layout Standard
23647
23648 \series bold
23649
23650 \backslash
23651 newcounter{MyRepeatFoot}
23652 \begin_inset Newline newline
23653 \end_inset
23654
23655
23656 \backslash
23657 setcounter{MyRepeatFoot}{
23658 \backslash
23659 thefootnote}
23660 \end_layout
23661
23662 \begin_layout Standard
23663 La marca de pie se crea entonces con el comando:
23664 \end_layout
23665
23666 \begin_layout Standard
23667
23668 \series bold
23669
23670 \backslash
23671 footnotemark[
23672 \backslash
23673 theMyRepeatFoot]
23674 \end_layout
23675
23676 \begin_layout Standard
23677 Aquí hay un ejemplo de marca de pie:
23678 \family roman
23679 \series medium
23680 \bar no
23681
23682 \begin_inset ERT
23683 status collapsed
23684
23685 \begin_layout Plain Layout
23686
23687
23688 \backslash
23689 footnotemark[
23690 \backslash
23691 theMyRepeatFoot]
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Subsection
23700 Numeración de notas al pie
23701 \begin_inset CommandInset label
23702 LatexCommand label
23703 name "sub:Numeración-de-Notas-al-Pie"
23704
23705 \end_inset
23706
23707
23708 \begin_inset Index
23709 status collapsed
23710
23711 \begin_layout Plain Layout
23712 Notas al pie ! Numeración
23713 \end_layout
23714
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \begin_layout Standard
23721 Para reiniciar el número de pie a 1 en cada sección añade
23722 \family roman
23723  en el preámbulo el comando:
23724 \end_layout
23725
23726 \begin_layout Standard
23727
23728 \series bold
23729
23730 \backslash
23731 @addtoreset{footnote}{section}
23732 \end_layout
23733
23734 \begin_layout Standard
23735 \begin_inset VSpace bigskip
23736 \end_inset
23737
23738 El siguiente comando en el preámbulo cambia el estilo de numeración del
23739  pie a números romanos en minúsculas:
23740 \end_layout
23741
23742 \begin_layout Standard
23743
23744 \series bold
23745
23746 \backslash
23747 renewcommand{
23748 \backslash
23749 thefootnote}{
23750 \backslash
23751 roman{footnote}}
23752 \end_layout
23753
23754 \begin_layout Standard
23755 \begin_inset ERT
23756 status collapsed
23757
23758 \begin_layout Plain Layout
23759
23760
23761 \backslash
23762 renewcommand{
23763 \backslash
23764 thefootnote}{
23765 \backslash
23766 roman{footnote}}
23767 \end_layout
23768
23769 \end_inset
23770
23771  Nota al pie en números romanos:
23772 \begin_inset Foot
23773 status open
23774
23775 \begin_layout Plain Layout
23776 Ejemplo de nota al pie en números romanos.
23777 \end_layout
23778
23779 \end_inset
23780
23781
23782 \begin_inset ERT
23783 status collapsed
23784
23785 \begin_layout Plain Layout
23786
23787
23788 \backslash
23789 renewcommand{
23790 \backslash
23791 thefootnote}{
23792 \backslash
23793 arabic{footnote}}
23794 \end_layout
23795
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \begin_layout Standard
23802 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23803  
23804 \series bold
23805
23806 \backslash
23807 roman
23808 \series default
23809  por 
23810 \series bold
23811
23812 \backslash
23813 Roman
23814 \series default
23815 .
23816  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23817 \series bold
23818
23819 \backslash
23820 Alph
23821 \series default
23822  o 
23823 \series bold
23824
23825 \backslash
23826 alph
23827 \series default
23828 , respectivamente.
23829  Para ordenar las notas al pie con símbolos usa 
23830 \series bold
23831
23832 \backslash
23833 fnsymbol
23834 \series default
23835 .
23836 \end_layout
23837
23838 \begin_layout Standard
23839 \begin_inset Note Greyedout
23840 status open
23841
23842 \begin_layout Plain Layout
23843
23844 \series bold
23845 Nota:
23846 \series default
23847  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23848  simples.
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \begin_inset Newline newline
23855 \end_inset
23856
23857
23858 \begin_inset Note Greyedout
23859 status open
23860
23861 \begin_layout Plain Layout
23862
23863 \series bold
23864 Nota:
23865 \series default
23866  sólo puedes ordenar hasta 9 pies con símbolos.
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Para volver al estilo de numeración predeterminado cuando has cambiado a
23876  otro estilo, usa 
23877 \series bold
23878
23879 \backslash
23880 arabic
23881 \series default
23882  en vez de 
23883 \series bold
23884
23885 \backslash
23886 roman
23887 \series default
23888  en el comando anterior.
23889 \begin_inset ERT
23890 status collapsed
23891
23892 \begin_layout Plain Layout
23893
23894
23895 \backslash
23896 renewcommand{
23897 \backslash
23898 thefootnote}{
23899 \backslash
23900 arabic{footnote}}
23901 \end_layout
23902
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \begin_layout Standard
23909 \begin_inset VSpace bigskip
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \begin_layout Standard
23916 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23917  comando al preámbulo del documento:
23918 \end_layout
23919
23920 \begin_layout Standard
23921
23922 \series bold
23923
23924 \backslash
23925 numberwithin{footnote}{chapter}
23926 \end_layout
23927
23928 \begin_layout Standard
23929 Para poder usar el comando 
23930 \series bold
23931
23932 \backslash
23933 numberwithin
23934 \series default
23935 , marca la opción 
23936 \family sans
23937 Usar
23938 \family default
23939
23940 \begin_inset space ~
23941 \end_inset
23942
23943
23944 \family sans
23945 el
23946 \family default
23947
23948 \begin_inset space ~
23949 \end_inset
23950
23951
23952 \family sans
23953 paquete
23954 \family default
23955
23956 \begin_inset space ~
23957 \end_inset
23958
23959
23960 \family sans
23961 AMS
23962 \family default
23963  en la solapa 
23964 \family sans
23965 Ecuaciones
23966 \family default
23967  de la configuración del documento.
23968 \end_layout
23969
23970 \begin_layout Standard
23971 \begin_inset ERT
23972 status collapsed
23973
23974 \begin_layout Plain Layout
23975
23976
23977 \backslash
23978 numberwithin{footnote}{chapter}
23979 \end_layout
23980
23981 \end_inset
23982
23983 Esto es otro ejemplo de nota al pie:
23984 \series bold
23985
23986 \begin_inset Foot
23987 status open
23988
23989 \begin_layout Plain Layout
23990 Nota al pie numerada en el esquema 
23991 \begin_inset Quotes eld
23992 \end_inset
23993
23994 capítulo.nota
23995 \begin_inset Quotes erd
23996 \end_inset
23997
23998 .
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \series default
24005
24006 \begin_inset ERT
24007 status collapsed
24008
24009 \begin_layout Plain Layout
24010
24011
24012 \backslash
24013 renewcommand{
24014 \backslash
24015 thefootnote}{
24016 \backslash
24017 arabic{footnote}}
24018 \end_layout
24019
24020 \end_inset
24021
24022
24023 \end_layout
24024
24025 \begin_layout Standard
24026 \begin_inset Note Greyedout
24027 status open
24028
24029 \begin_layout Plain Layout
24030
24031 \series bold
24032 Nota: 
24033 \backslash
24034 numberwithin 
24035 \series default
24036 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24037  previas para obtener números no arábigos se sobreescriben.
24038 \end_layout
24039
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \begin_layout Standard
24046 Así, para obtener por ejemplo el esquema «capítulo.
24047 \backslash
24048 Roman{footnote}», usa este comando en vez de 
24049 \series bold
24050
24051 \backslash
24052 numberwithin
24053 \series default
24054 :
24055 \end_layout
24056
24057 \begin_layout Standard
24058
24059 \series bold
24060
24061 \backslash
24062 renewcommand{
24063 \backslash
24064 thefootnote}{
24065 \backslash
24066 thechapter.
24067 \backslash
24068 Roman{footnote}}
24069 \end_layout
24070
24071 \begin_layout Subsection
24072 Colocación de notas al pie
24073 \begin_inset Index
24074 status collapsed
24075
24076 \begin_layout Plain Layout
24077 Notas al pie ! Colocación
24078 \end_layout
24079
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \begin_layout Standard
24086 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24087  entre ellas al final de la página.
24088  Para hacerlas más legibles puedes añadir 1.5
24089 \begin_inset space \thinspace{}
24090 \end_inset
24091
24092 mm, p.
24093 \begin_inset space \thinspace{}
24094 \end_inset
24095
24096 e., con el comando siguiente en el preámbulo:
24097 \end_layout
24098
24099 \begin_layout Standard
24100
24101 \series bold
24102
24103 \backslash
24104 let
24105 \backslash
24106 myFoot
24107 \backslash
24108 footnote
24109 \begin_inset Newline newline
24110 \end_inset
24111
24112
24113 \backslash
24114 renewcommand{
24115 \backslash
24116 footnote}[1]{
24117 \backslash
24118 myFoot{#1
24119 \backslash
24120 vspace{1.5mm}}}
24121 \end_layout
24122
24123 \begin_layout Standard
24124 \begin_inset VSpace bigskip
24125 \end_inset
24126
24127 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24128  véase la figura
24129 \begin_inset space ~
24130 \end_inset
24131
24132
24133 \begin_inset CommandInset ref
24134 LatexCommand ref
24135 reference "fig:Colocación-standard-del-pie"
24136
24137 \end_inset
24138
24139 .
24140  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24141  en la figura
24142 \begin_inset space ~
24143 \end_inset
24144
24145
24146 \begin_inset CommandInset ref
24147 LatexCommand ref
24148 reference "fig:Colocación-del-pie-en"
24149
24150 \end_inset
24151
24152 , usa el paquete LaTeX 
24153 \series bold
24154 ftnright
24155 \series default
24156
24157 \begin_inset Index
24158 status collapsed
24159
24160 \begin_layout Plain Layout
24161 LaTeX-paquetes ! ftnright
24162 \end_layout
24163
24164 \end_inset
24165
24166  con este comando en el preámbulo:
24167 \end_layout
24168
24169 \begin_layout Standard
24170
24171 \series bold
24172
24173 \backslash
24174 usepackage{ftnright}
24175 \end_layout
24176
24177 \begin_layout Standard
24178 \begin_inset Float figure
24179 placement !h
24180 wide false
24181 sideways false
24182 status open
24183
24184 \begin_layout Plain Layout
24185 \begin_inset ERT
24186 status collapsed
24187
24188 \begin_layout Plain Layout
24189
24190
24191 \backslash
24192 framebox{
24193 \end_layout
24194
24195 \end_inset
24196
24197
24198 \begin_inset Graphics
24199         filename ../clipart/without_fntright.pdf
24200         width 100col%
24201
24202 \end_inset
24203
24204
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210 }
24211 \end_layout
24212
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Caption
24220
24221 \begin_layout Plain Layout
24222 \begin_inset CommandInset label
24223 LatexCommand label
24224 name "fig:Colocación-standard-del-pie"
24225
24226 \end_inset
24227
24228 Colocación estándar de notas al pie en documentos a dos columnas.
24229 \end_layout
24230
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \begin_layout Standard
24242 \begin_inset Float figure
24243 placement !h
24244 wide false
24245 sideways false
24246 status open
24247
24248 \begin_layout Plain Layout
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 framebox{
24257 \end_layout
24258
24259 \end_inset
24260
24261
24262 \begin_inset Graphics
24263         filename ../clipart/with_fntright.pdf
24264         width 100col%
24265
24266 \end_inset
24267
24268
24269 \begin_inset ERT
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273
24274 }
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \end_layout
24281
24282 \begin_layout Plain Layout
24283 \begin_inset Caption
24284
24285 \begin_layout Plain Layout
24286 \begin_inset CommandInset label
24287 LatexCommand label
24288 name "fig:Colocación-del-pie-en"
24289
24290 \end_inset
24291
24292 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24293  el paquete LaTeX 
24294 \series bold
24295 ftnright
24296 \series default
24297 .
24298 \end_layout
24299
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \end_layout
24309
24310 \begin_layout Standard
24311 \begin_inset VSpace bigskip
24312 \end_inset
24313
24314 En alguna literatura científica es habitual reunir las notas para imprimirlas
24315  en un párrafo separado al final de la sección, como en la figura
24316 \begin_inset space ~
24317 \end_inset
24318
24319
24320 \begin_inset CommandInset ref
24321 LatexCommand ref
24322 reference "fig:Notas-al-pie-al-final"
24323
24324 \end_inset
24325
24326 .
24327  Para reunir las notas al final
24328 \begin_inset Index
24329 status collapsed
24330
24331 \begin_layout Plain Layout
24332 Notas ! al final
24333 \end_layout
24334
24335 \end_inset
24336
24337  en vez de al pie, carga el paquete LaTeX 
24338 \series bold
24339 endnotes
24340 \series default
24341
24342 \begin_inset Index
24343 status collapsed
24344
24345 \begin_layout Plain Layout
24346 LaTeX-paquetes ! endnotes
24347 \end_layout
24348
24349 \end_inset
24350
24351  con las siguientes líneas en el preámbulo:
24352 \end_layout
24353
24354 \begin_layout Standard
24355
24356 \series bold
24357
24358 \backslash
24359 usepackage{endnotes}
24360 \begin_inset Newline newline
24361 \end_inset
24362
24363
24364 \backslash
24365 let
24366 \backslash
24367 footnote
24368 \backslash
24369 endnote
24370 \end_layout
24371
24372 \begin_layout Standard
24373 Para insertar la colección de notas, escribe el comando
24374 \end_layout
24375
24376 \begin_layout Standard
24377
24378 \series bold
24379
24380 \backslash
24381 theendnotes
24382 \end_layout
24383
24384 \begin_layout Standard
24385 en código TeX al final de una sección o capítulo.
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset Float figure
24390 wide false
24391 sideways false
24392 status open
24393
24394 \begin_layout Plain Layout
24395 \align center
24396 \begin_inset ERT
24397 status collapsed
24398
24399 \begin_layout Plain Layout
24400
24401
24402 \backslash
24403 framebox{
24404 \end_layout
24405
24406 \end_inset
24407
24408
24409 \begin_inset Graphics
24410         filename ../clipart/endnotes.pdf
24411
24412 \end_inset
24413
24414
24415 \begin_inset ERT
24416 status collapsed
24417
24418 \begin_layout Plain Layout
24419
24420 }
24421 \end_layout
24422
24423 \end_inset
24424
24425
24426 \end_layout
24427
24428 \begin_layout Plain Layout
24429 \begin_inset Caption
24430
24431 \begin_layout Plain Layout
24432 \begin_inset CommandInset label
24433 LatexCommand label
24434 name "fig:Notas-al-pie-al-final"
24435
24436 \end_inset
24437
24438 Notas al final: notas impresas en párrafo separado al final de la sección
24439  o del capítulo.
24440 \end_layout
24441
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448
24449
24450 \end_layout
24451
24452 \begin_layout Standard
24453 \begin_inset VSpace medskip
24454 \end_inset
24455
24456 La cabecera de párrafo para las notas finales no se traduce automáticamente
24457  al lenguaje del documento, hay que hacerlo manualmente.
24458   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24459  al español «Notas»:
24460 \end_layout
24461
24462 \begin_layout Standard
24463
24464 \series bold
24465
24466 \backslash
24467 renewcommand{
24468 \backslash
24469 notesname}{Notas}
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \begin_inset VSpace medskip
24474 \end_inset
24475
24476 La numeración de notas finales puede cambiarse como la de las notas al pie,
24477  como se describe en la sección
24478 \begin_inset space ~
24479 \end_inset
24480
24481
24482 \begin_inset CommandInset ref
24483 LatexCommand ref
24484 reference "sub:Numeración-de-Notas-al-Pie"
24485
24486 \end_inset
24487
24488 ; sólo hay que reemplazar el comando 
24489 \series bold
24490
24491 \backslash
24492 thefootnote
24493 \series default
24494  por 
24495 \series bold
24496
24497 \backslash
24498 theendnote
24499 \series default
24500 .
24501  Para restablecer la numeración usa el comando 
24502 \series bold
24503
24504 \backslash
24505 @addtoreset
24506 \series default
24507  como se describe en la sección
24508 \begin_inset space ~
24509 \end_inset
24510
24511
24512 \begin_inset CommandInset ref
24513 LatexCommand ref
24514 reference "sub:Numeración-de-Notas-al-Pie"
24515
24516 \end_inset
24517
24518  y sustituye el parámetro de comando 
24519 \series bold
24520 footnote
24521 \series default
24522  por 
24523 \series bold
24524 endnote
24525 \series default
24526 .
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Para crear sólo una marca para una nota final, usa el comando 
24531 \series bold
24532
24533 \backslash
24534 endnotemark[número]
24535 \series default
24536  similar al comando 
24537 \series bold
24538
24539 \backslash
24540 footnotemark
24541 \series default
24542 , descrito en la sección
24543 \begin_inset space ~
24544 \end_inset
24545
24546
24547 \begin_inset CommandInset ref
24548 LatexCommand ref
24549 reference "sec:Notas-al-pie"
24550
24551 \end_inset
24552
24553 .
24554 \end_layout
24555
24556 \begin_layout Standard
24557 \begin_inset VSpace bigskip
24558 \end_inset
24559
24560 Las notas al pie también pueden colocarse al margen de la página y la alineación
24561  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24562 \series bold
24563 footmisc
24564 \series default
24565
24566 \begin_inset Index
24567 status collapsed
24568
24569 \begin_layout Plain Layout
24570 LaTeX-paquetes ! footmisc
24571 \end_layout
24572
24573 \end_inset
24574
24575  
24576 \begin_inset CommandInset citation
24577 LatexCommand cite
24578 key "footmisc"
24579
24580 \end_inset
24581
24582  para más información.
24583 \end_layout
24584
24585 \begin_layout Standard
24586 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24587  
24588 \begin_inset CommandInset citation
24589 LatexCommand cite
24590 key "latexcompanion,latexguide,latexbook"
24591
24592 \end_inset
24593
24594 .
24595 \end_layout
24596
24597 \begin_layout Section
24598 Notas al margen
24599 \begin_inset Index
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603 Notas ! al margen
24604 \end_layout
24605
24606 \end_inset
24607
24608
24609 \end_layout
24610
24611 \begin_layout Standard
24612 Las notas al margen se ven y se comportan en LyX como notas al pie.
24613  Se insertan con el menú 
24614 \family sans
24615 Insertar\SpecialChar \menuseparator
24616 Nota
24617 \begin_inset space ~
24618 \end_inset
24619
24620 al
24621 \begin_inset space ~
24622 \end_inset
24623
24624 margen
24625 \family default
24626  o con el botón 
24627 \begin_inset Graphics
24628         filename ../../images/marginalnote-insert.png
24629         scale 85
24630
24631 \end_inset
24632
24633 .
24634  Aparece un cuadro gris con la etiqueta 
24635 \family roman
24636 \series medium
24637 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24638 \end_layout
24639
24640 \begin_layout Standard
24641 Al lado hay un ejemplo de nota al margen.
24642
24643 \family roman
24644 \series medium
24645  
24646 \begin_inset Marginal
24647 status open
24648
24649 \begin_layout Plain Layout
24650 Esto es una nota al margen.
24651 \end_layout
24652
24653 \end_inset
24654
24655
24656 \end_layout
24657
24658 \begin_layout Standard
24659 Estas notas salen en el margen derecho en documentos a una cara.
24660  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24661  en páginas pares, derecho en páginas impares---.
24662  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24663  a la derecha si la nota aparece en el margen izquierdo---.
24664  La primera línea de la nota se sitúa en la posición de la línea del texto
24665  en la que se inserta en el documento.
24666 \end_layout
24667
24668 \begin_layout Standard
24669 \begin_inset VSpace bigskip
24670 \end_inset
24671
24672 Para colocar la nota en el margen interno añade el comando
24673 \end_layout
24674
24675 \begin_layout Standard
24676
24677 \series bold
24678
24679 \backslash
24680 reversemarginpar
24681 \end_layout
24682
24683 \begin_layout Standard
24684 en código TeX antes de la nota.
24685  La nueva colocación es válida para todas las siguientes notas al margen.
24686  
24687 \begin_inset ERT
24688 status collapsed
24689
24690 \begin_layout Plain Layout
24691
24692
24693 \backslash
24694 reversemarginpar 
24695 \end_layout
24696
24697 \end_inset
24698
24699
24700 \begin_inset Marginal
24701 status open
24702
24703 \begin_layout Plain Layout
24704 Esto es una nota en el margen interno.
24705 \end_layout
24706
24707 \end_inset
24708
24709
24710 \series bold
24711
24712 \begin_inset Newline newline
24713 \end_inset
24714
24715
24716 \series default
24717
24718 \begin_inset Note Greyedout
24719 status open
24720
24721 \begin_layout Plain Layout
24722
24723 \series bold
24724 Nota:
24725 \series default
24726  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24727  no se mostrará correctamente en la salida.
24728 \end_layout
24729
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \begin_layout Standard
24736 Para volver a la ubicación predeterminada inserta en código TeX el comando
24737 \begin_inset ERT
24738 status collapsed
24739
24740 \begin_layout Plain Layout
24741
24742
24743 \backslash
24744 normalmarginpar 
24745 \end_layout
24746
24747 \end_inset
24748
24749
24750 \end_layout
24751
24752 \begin_layout Standard
24753
24754 \series bold
24755
24756 \backslash
24757 normalmarginpar
24758 \end_layout
24759
24760 \begin_layout Standard
24761 \begin_inset Note Greyedout
24762 status open
24763
24764 \begin_layout Plain Layout
24765
24766 \series bold
24767 Nota:
24768 \series default
24769  El comando se ignora si en el mismo párrafo está también presente el comando
24770  
24771 \series bold
24772
24773 \backslash
24774 reversemarginpar
24775 \series default
24776 .
24777 \end_layout
24778
24779 \end_inset
24780
24781
24782 \end_layout
24783
24784 \begin_layout Standard
24785 \begin_inset VSpace bigskip
24786 \end_inset
24787
24788
24789 \family roman
24790 \series medium
24791
24792 \begin_inset Marginal
24793 status open
24794
24795 \begin_layout Plain Layout
24796 PalabraMuyLargaAlMargen no partida con guión.
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \family default
24803 \series default
24804  Como en el caso descrito en la sección
24805 \begin_inset space ~
24806 \end_inset
24807
24808
24809 \begin_inset CommandInset ref
24810 LatexCommand ref
24811 reference "sub:Líneas-Múltiples-en"
24812
24813 \end_inset
24814
24815 , una palabra larga no puede partirse con guión cuando es la primera en
24816  la nota al margen.
24817  Para evitar esto, inserta un espacio horizontal de 0
24818 \begin_inset space \thinspace{}
24819 \end_inset
24820
24821 pt antes de la palabra
24822 \family roman
24823 \series medium
24824 .
24825  
24826 \begin_inset Marginal
24827 status open
24828
24829 \begin_layout Plain Layout
24830 \begin_inset ERT
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834
24835
24836 \backslash
24837 hspace{0pt}
24838 \end_layout
24839
24840 \end_inset
24841
24842 PalabraMuyLargaAlMargen partida con guión.
24843 \end_layout
24844
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \begin_layout Standard
24851 \begin_inset VSpace bigskip
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 \begin_inset Note Greyedout
24859 status open
24860
24861 \begin_layout Plain Layout
24862
24863 \series bold
24864 Nota:
24865 \series default
24866  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24867  notas al pie.
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \begin_layout Standard
24876 \begin_inset VSpace bigskip
24877 \end_inset
24878
24879
24880 \end_layout
24881
24882 \begin_layout Standard
24883 \begin_inset ERT
24884 status collapsed
24885
24886 \begin_layout Plain Layout
24887
24888
24889 \backslash
24890 ifmarginnote
24891 \end_layout
24892
24893 \end_inset
24894
24895
24896 \begin_inset Note Note
24897 status open
24898
24899 \begin_layout Plain Layout
24900 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24901  LaTeX 
24902 \series bold
24903 marginnote
24904 \series default
24905 .
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Standard
24914 Esta restricción se puede salvar con el paquete LaTeX 
24915 \series bold
24916 marginnote
24917 \series default
24918
24919 \begin_inset Index
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923 LaTeX-paquetes ! marginnote
24924 \end_layout
24925
24926 \end_inset
24927
24928 .
24929  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24930  notas al margen es redefinido para usar el comando proporcionado por el
24931  paquete 
24932 \series bold
24933 marginnote
24934 \series default
24935 :
24936 \end_layout
24937
24938 \begin_layout Standard
24939
24940 \series bold
24941
24942 \backslash
24943 usepackage{marginnote}
24944 \begin_inset Newline newline
24945 \end_inset
24946
24947
24948 \backslash
24949 let
24950 \backslash
24951 marginpar
24952 \backslash
24953 marginnote
24954 \end_layout
24955
24956 \begin_layout Standard
24957 Esto se ha utilizado en el presente documento porque 
24958 \series bold
24959 marginnote
24960 \series default
24961  tiene una característica adicional útil: Puedes establecer un desplazamiento
24962  vertical a la nota.
24963  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24964  diseño de la página.
24965  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24966  en código TeX
24967 \end_layout
24968
24969 \begin_layout Standard
24970
24971 \series bold
24972 [desplazamiento]
24973 \end_layout
24974
24975 \begin_layout Standard
24976 donde desplazamiento es una longitud en una de las unidades de la tabla
24977 \begin_inset space ~
24978 \end_inset
24979
24980
24981 \begin_inset CommandInset ref
24982 LatexCommand ref
24983 reference "tab:Unidades"
24984
24985 \end_inset
24986
24987 .
24988  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24989  abajo.
24990  
24991 \family roman
24992 \series medium
24993 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24994 \begin_inset space \thinspace{}
24995 \end_inset
24996
24997 cm arriba con el comando en código TeX 
24998 \begin_inset Quotes eld
24999 \end_inset
25000
25001
25002 \family default
25003 \series bold
25004 [-1.5cm]
25005 \family roman
25006 \series medium
25007
25008 \begin_inset Quotes erd
25009 \end_inset
25010
25011
25012 \begin_inset Marginal
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 Esta nota está 1.5
25017 \begin_inset space \thinspace{}
25018 \end_inset
25019
25020 cm por encima de su posición original.
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \family default
25027 \series default
25028
25029 \begin_inset ERT
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033
25034 [-1.5cm]
25035 \end_layout
25036
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \begin_layout Standard
25043 \begin_inset VSpace medskip
25044 \end_inset
25045
25046 Con 
25047 \series bold
25048 marginnote
25049 \series default
25050  también puedes cambiar la alineación del texto en el margen.
25051  Por ejemplo los comandos
25052 \end_layout
25053
25054 \begin_layout Standard
25055
25056 \series bold
25057
25058 \backslash
25059 renewcommand*{
25060 \backslash
25061 raggedleftmarginnote}{
25062 \backslash
25063 centering}
25064 \begin_inset Newline newline
25065 \end_inset
25066
25067
25068 \backslash
25069 renewcommand*{
25070 \backslash
25071 raggedrightmarginnote}{
25072 \backslash
25073 centering}
25074 \end_layout
25075
25076 \begin_layout Standard
25077 producen alineación centrada.
25078  
25079 \series bold
25080
25081 \backslash
25082 raggedleftmarginnote
25083 \series default
25084  identifica las notas que aparecen al lado izquierdo.
25085 \family roman
25086 \series medium
25087
25088 \begin_inset ERT
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092
25093
25094 \backslash
25095 renewcommand*{
25096 \backslash
25097 raggedleftmarginnote}{
25098 \backslash
25099 centering}
25100 \end_layout
25101
25102 \begin_layout Plain Layout
25103
25104
25105 \backslash
25106 renewcommand*{
25107 \backslash
25108 raggedrightmarginnote}{
25109 \backslash
25110 centering}
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \begin_inset Marginal
25117 status open
25118
25119 \begin_layout Plain Layout
25120 El texto de esta nota está centrado.
25121 \end_layout
25122
25123 \end_inset
25124
25125
25126 \family default
25127 \series default
25128  El valor predeterminado es 
25129 \end_layout
25130
25131 \begin_layout Standard
25132
25133 \series bold
25134
25135 \backslash
25136 renewcommand*{
25137 \backslash
25138 raggedleftmarginnote}{
25139 \backslash
25140 raggedleft}
25141 \begin_inset Newline newline
25142 \end_inset
25143
25144
25145 \backslash
25146 renewcommand*{
25147 \backslash
25148 raggedrightmarginnote}{
25149 \backslash
25150 raggedright}
25151 \family roman
25152 \series medium
25153
25154 \begin_inset ERT
25155 status collapsed
25156
25157 \begin_layout Plain Layout
25158
25159
25160 \backslash
25161 renewcommand*{
25162 \backslash
25163 raggedleftmarginnote}{
25164 \backslash
25165 raggedleft}
25166 \end_layout
25167
25168 \begin_layout Plain Layout
25169
25170
25171 \backslash
25172 renewcommand*{
25173 \backslash
25174 raggedrightmarginnote}{
25175 \backslash
25176 raggedright}
25177 \end_layout
25178
25179 \end_inset
25180
25181
25182 \end_layout
25183
25184 \begin_layout Standard
25185 \begin_inset VSpace medskip
25186 \end_inset
25187
25188 Para otras características de 
25189 \series bold
25190 marginnote
25191 \series default
25192  mira en su documentación 
25193 \begin_inset CommandInset citation
25194 LatexCommand cite
25195 key "marginnote"
25196
25197 \end_inset
25198
25199 .
25200 \end_layout
25201
25202 \begin_layout Standard
25203 \begin_inset VSpace bigskip
25204 \end_inset
25205
25206 El diseño de las notas al margen puede ser redefinido.
25207  Por ejemplo, para crear una cabecera para todas las notas con el texto
25208  
25209 \begin_inset Quotes eld
25210 \end_inset
25211
25212
25213 \series bold
25214 \bar under
25215 ¡
25216 \family sans
25217 Atención
25218 \family default
25219 !
25220 \series default
25221 \bar default
25222
25223 \begin_inset Quotes erd
25224 \end_inset
25225
25226 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25227 \end_layout
25228
25229 \begin_layout Standard
25230
25231 \series bold
25232
25233 \backslash
25234 let
25235 \backslash
25236 myMarginpar
25237 \backslash
25238 marginpar
25239 \begin_inset Newline newline
25240 \end_inset
25241
25242
25243 \backslash
25244 renewcommand{
25245 \backslash
25246 marginpar}[1]{
25247 \backslash
25248 myMarginpar{%
25249 \begin_inset Newline newline
25250 \end_inset
25251
25252
25253 \begin_inset ERT
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257
25258
25259 \backslash
25260 hphantom{ }
25261 \end_layout
25262
25263 \end_inset
25264
25265
25266 \backslash
25267 hspace{0pt}
25268 \backslash
25269 textsf{
25270 \backslash
25271 textbf{
25272 \backslash
25273 underbar{¡Atención!}}}%
25274 \begin_inset Newline newline
25275 \end_inset
25276
25277
25278 \begin_inset ERT
25279 status collapsed
25280
25281 \begin_layout Plain Layout
25282
25283
25284 \backslash
25285 hphantom{ }
25286 \end_layout
25287
25288 \end_inset
25289
25290
25291 \backslash
25292 vspace{1.5mm}
25293 \backslash
25294
25295 \backslash
25296 #1}}
25297 \end_layout
25298
25299 \begin_layout Standard
25300
25301 \family roman
25302 \series medium
25303 \begin_inset ERT
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307
25308
25309 \backslash
25310 let
25311 \backslash
25312 myMarginpar
25313 \backslash
25314 marginpar
25315 \end_layout
25316
25317 \begin_layout Plain Layout
25318
25319
25320 \backslash
25321 renewcommand{
25322 \backslash
25323 marginpar}[1]{
25324 \backslash
25325 myMarginpar{%
25326 \end_layout
25327
25328 \begin_layout Plain Layout
25329
25330    
25331 \backslash
25332 textsf{
25333 \backslash
25334 textbf{
25335 \backslash
25336 underbar{¡Atención!}}}%
25337 \end_layout
25338
25339 \begin_layout Plain Layout
25340
25341    
25342 \backslash
25343 vspace{1.5mm}
25344 \backslash
25345
25346 \backslash
25347 #1}}
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset Marginal
25354 status open
25355
25356 \begin_layout Plain Layout
25357 Esta es una nota con una cabecera definida.
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \family default
25364 \series default
25365
25366 \begin_inset ERT
25367 status collapsed
25368
25369 \begin_layout Plain Layout
25370
25371 [-1.5cm]
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \family roman
25378 \series medium
25379
25380 \begin_inset ERT
25381 status collapsed
25382
25383 \begin_layout Plain Layout
25384
25385
25386 \backslash
25387 renewcommand{
25388 \backslash
25389 marginpar}[1]{
25390 \backslash
25391 myMarginpar{#1}}
25392 \end_layout
25393
25394 \end_inset
25395
25396
25397 \family default
25398 \series default
25399
25400 \begin_inset Note Note
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413 \begin_inset ERT
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417
25418
25419 \backslash
25420 else
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \begin_inset Note Note
25427 status open
25428
25429 \begin_layout Plain Layout
25430 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25431  
25432 \series bold
25433 marginnote
25434 \series default
25435 .
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \begin_layout Standard
25444 Debes instalar el paquete LaTeX 
25445 \series bold
25446 marginnote
25447 \series default
25448  para ver la parte siguiente en la salida.
25449 \end_layout
25450
25451 \begin_layout Standard
25452 \begin_inset ERT
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456
25457
25458 \backslash
25459 fi
25460 \end_layout
25461
25462 \end_inset
25463
25464
25465 \end_layout
25466
25467 \begin_layout Chapter
25468 Cuadros
25469 \end_layout
25470
25471 \begin_layout Section
25472 Introducción
25473 \begin_inset Index
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477 Cuadros ! Introducción
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 Los cuadros se emplean para dar formato a bloques de texto.
25487  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25488 \begin_inset space ~
25489 \end_inset
25490
25491
25492 \begin_inset CommandInset ref
25493 LatexCommand ref
25494 reference "sec:Minipáginas"
25495
25496 \end_inset
25497
25498 , enmarcar textos, véase sección
25499 \begin_inset space ~
25500 \end_inset
25501
25502
25503 \begin_inset CommandInset ref
25504 LatexCommand ref
25505 reference "sec:Cuadros-Enmarcados"
25506
25507 \end_inset
25508
25509 , evitar la división de palabras, véase sección
25510 \begin_inset space ~
25511 \end_inset
25512
25513
25514 \begin_inset CommandInset ref
25515 LatexCommand ref
25516 reference "sec:Evitar-la-Partición"
25517
25518 \end_inset
25519
25520 , alinear texto, véase sección
25521 \begin_inset space ~
25522 \end_inset
25523
25524
25525 \begin_inset CommandInset ref
25526 LatexCommand ref
25527 reference "sub:Alineación-Vertical"
25528
25529 \end_inset
25530
25531 , o para poner color de fondo a un texto, véase sección
25532 \begin_inset space ~
25533 \end_inset
25534
25535
25536 \begin_inset CommandInset ref
25537 LatexCommand ref
25538 reference "sec:Cuadros-Coloreados"
25539
25540 \end_inset
25541
25542 .
25543 \end_layout
25544
25545 \begin_layout Standard
25546 Se insertan con el menú 
25547 \family sans
25548 Insertar\SpecialChar \menuseparator
25549 Cuadro
25550 \family default
25551  o con el botón 
25552 \begin_inset Graphics
25553         filename ../../images/box-insert.png
25554         scale 85
25555
25556 \end_inset
25557
25558 .
25559  Surge un recuadro gris con la etiqueta 
25560 \family sans
25561 Cuadro (Minipágina)
25562 \family default
25563
25564 \begin_inset Graphics
25565         filename clipart/CuadroMinipagQt4.png
25566         scale 75
25567         keepAspectRatio
25568
25569 \end_inset
25570
25571 .
25572  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25573  Sale un diálogo en el que 
25574 \family sans
25575 Cuadro
25576 \family default
25577
25578 \begin_inset space ~
25579 \end_inset
25580
25581
25582 \family sans
25583 interior
25584 \family default
25585  permite escoger los tipos 
25586 \family sans
25587 Párrafo
25588 \family default
25589  y 
25590 \family sans
25591 Minipágina
25592 \family default
25593 .
25594  
25595 \family sans
25596 Minipágina
25597 \family default
25598  es el predeterminado para nuevos cuadros y se explica en la sección
25599 \begin_inset space ~
25600 \end_inset
25601
25602
25603 \begin_inset CommandInset ref
25604 LatexCommand ref
25605 reference "sec:Minipáginas"
25606
25607 \end_inset
25608
25609 ; el tipo 
25610 \family sans
25611 Párrafo
25612 \family default
25613  se describe en la sección
25614 \begin_inset space ~
25615 \end_inset
25616
25617
25618 \begin_inset CommandInset ref
25619 LatexCommand ref
25620 reference "sec:Cuadros-de-Párrafo"
25621
25622 \end_inset
25623
25624 .
25625 \end_layout
25626
25627 \begin_layout Standard
25628 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25629  flotantes o las notas al pie.
25630 \end_layout
25631
25632 \begin_layout Standard
25633 \begin_inset Note Greyedout
25634 status open
25635
25636 \begin_layout Plain Layout
25637
25638 \series bold
25639 Nota:
25640 \series default
25641  Los cuadros no deben ser el ítem en un entorno 
25642 \family sans
25643 Enumeración*
25644 \family default
25645  o 
25646 \family sans
25647 Descripción
25648 \family default
25649 .
25650 \end_layout
25651
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset Note Greyedout
25659 status open
25660
25661 \begin_layout Plain Layout
25662
25663 \series bold
25664 Nota:
25665 \series default
25666  Por razones desconocidas sólo se puede poner el tipo 
25667 \family sans
25668 Cuadro
25669 \begin_inset space ~
25670 \end_inset
25671
25672 interior
25673 \family default
25674  en 
25675 \family sans
25676 Ninguno
25677 \family default
25678  cuando se emplea un cuadro enmarcado.
25679  Los cuadros sin ningún tipo de 
25680 \family sans
25681 Cuadro
25682 \begin_inset space ~
25683 \end_inset
25684
25685 interior
25686 \family default
25687  y sin marcos se explican en la sección
25688 \begin_inset space ~
25689 \end_inset
25690
25691
25692 \begin_inset CommandInset ref
25693 LatexCommand ref
25694 reference "sec:Evitar-la-Partición"
25695
25696 \end_inset
25697
25698 .
25699 \end_layout
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Section
25707 Diálogo de cuadros
25708 \begin_inset CommandInset label
25709 LatexCommand label
25710 name "sec:Diálogo-Cuadros"
25711
25712 \end_inset
25713
25714
25715 \begin_inset Index
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719 Cuadros ! Configuración
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Subsection
25728 Tamaño
25729 \begin_inset Index
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733 Cuadros ! Tamaño
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \begin_layout Standard
25742 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25743 \family sans
25744 Ancho
25745 \family default
25746  y 
25747 \family sans
25748 Alto
25749 \family default
25750 .
25751  Las unidades disponibles para la geometría se describen en la tabla
25752 \begin_inset space ~
25753 \end_inset
25754
25755
25756 \begin_inset CommandInset ref
25757 LatexCommand ref
25758 reference "tab:Unidades"
25759
25760 \end_inset
25761
25762 .
25763  El campo 
25764 \family sans
25765 Alto
25766 \family default
25767  ofrece los siguientes tamaños adicionales:
25768 \end_layout
25769
25770 \begin_layout Description
25771 Profundidad Este es el texto plano «alto».
25772  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25773  cuadro:
25774 \begin_inset Newline newline
25775 \end_inset
25776
25777
25778 \begin_inset Newline newline
25779 \end_inset
25780
25781
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785
25786 \begin_inset Box Boxed
25787 position "c"
25788 hor_pos "c"
25789 has_inner_box 1
25790 inner_pos "c"
25791 use_parbox 0
25792 width "12col%"
25793 special "none"
25794 height "1in"
25795 height_special "depth"
25796 status open
25797
25798 \begin_layout Plain Layout
25799 \align center
25800 Cuadro con altura establecida en 1
25801 \begin_inset space \thinspace{}
25802 \end_inset
25803
25804 Profundidad
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \begin_inset Newline newline
25811 \end_inset
25812
25813
25814 \begin_inset Newline newline
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Description
25821 Alto Es la altura del texto que está dentro del cuadro.
25822  Un valor de, p.
25823 \begin_inset space \thinspace{}
25824 \end_inset
25825
25826 e.
25827 \begin_inset space ~
25828 \end_inset
25829
25830 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25831  
25832 \begin_inset Box Boxed
25833 position "c"
25834 hor_pos "c"
25835 has_inner_box 1
25836 inner_pos "c"
25837 use_parbox 0
25838 width "20col%"
25839 special "none"
25840 height "2in"
25841 height_special "height"
25842 status open
25843
25844 \begin_layout Plain Layout
25845 \align center
25846 Cuadro con altura puesta en 2
25847 \begin_inset space \thinspace{}
25848 \end_inset
25849
25850 Alto
25851 \end_layout
25852
25853 \end_inset
25854
25855
25856 \end_layout
25857
25858 \begin_layout Description
25859 Alto
25860 \begin_inset space ~
25861 \end_inset
25862
25863 total Esto es el Alto
25864 \begin_inset space \thinspace{}
25865 \end_inset
25866
25867 +
25868 \begin_inset space \thinspace{}
25869 \end_inset
25870
25871 Profundidad: 
25872 \begin_inset Box Boxed
25873 position "c"
25874 hor_pos "c"
25875 has_inner_box 1
25876 inner_pos "c"
25877 use_parbox 0
25878 width "20col%"
25879 special "none"
25880 height "1in"
25881 height_special "totalheight"
25882 status open
25883
25884 \begin_layout Plain Layout
25885 \align center
25886 Cuadro con altura puesta a 1
25887 \begin_inset space \thinspace{}
25888 \end_inset
25889
25890 Alto
25891 \begin_inset space ~
25892 \end_inset
25893
25894 total
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Description
25903 Ancho Esto determina al ancho del cuadro como altura: 
25904 \begin_inset Box Boxed
25905 position "c"
25906 hor_pos "c"
25907 has_inner_box 1
25908 inner_pos "c"
25909 use_parbox 0
25910 width "12col%"
25911 special "none"
25912 height "1in"
25913 height_special "width"
25914 status open
25915
25916 \begin_layout Plain Layout
25917 \align center
25918 Cuadro con altura puesta en 1
25919 \begin_inset space \thinspace{}
25920 \end_inset
25921
25922 Ancho
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Subsection
25931 Alineación
25932 \begin_inset Index
25933 status collapsed
25934
25935 \begin_layout Plain Layout
25936 Cuadros ! Alineación
25937 \end_layout
25938
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \begin_layout Standard
25945 Si has elegido un 
25946 \family sans
25947 Cuadro
25948 \begin_inset space ~
25949 \end_inset
25950
25951 interior
25952 \family default
25953 , la alineación vertical del cuadro puede ser:
25954 \end_layout
25955
25956 \begin_layout Description
25957 Superior Ejemplo de línea de texto.
25958  
25959 \begin_inset Box Boxed
25960 position "t"
25961 hor_pos "c"
25962 has_inner_box 1
25963 inner_pos "c"
25964 use_parbox 0
25965 width "12col%"
25966 special "none"
25967 height "1in"
25968 height_special "totalheight"
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972 \align center
25973 Cuadro alineado arriba.
25974 \end_layout
25975
25976 \end_inset
25977
25978  Ejemplo de línea de texto.
25979 \end_layout
25980
25981 \begin_layout Description
25982 Medio Ejemplo de línea de texto.
25983  
25984 \begin_inset Box Boxed
25985 position "c"
25986 hor_pos "c"
25987 has_inner_box 1
25988 inner_pos "c"
25989 use_parbox 0
25990 width "12col%"
25991 special "none"
25992 height "1in"
25993 height_special "totalheight"
25994 status collapsed
25995
25996 \begin_layout Plain Layout
25997 \align center
25998 Cuadro alineado en medio.
25999 \end_layout
26000
26001 \end_inset
26002
26003  Ejemplo de línea de texto.
26004 \end_layout
26005
26006 \begin_layout Description
26007 Inferior Ejemplo de línea de texto.
26008  
26009 \begin_inset Box Boxed
26010 position "b"
26011 hor_pos "c"
26012 has_inner_box 1
26013 inner_pos "c"
26014 use_parbox 0
26015 width "12col%"
26016 special "none"
26017 height "1in"
26018 height_special "totalheight"
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022 \align center
26023 Cuadro alineado abajo.
26024 \end_layout
26025
26026 \end_inset
26027
26028  Ejemplo de línea de texto.
26029 \end_layout
26030
26031 \begin_layout Standard
26032 \begin_inset Note Greyedout
26033 status open
26034
26035 \begin_layout Plain Layout
26036
26037 \series bold
26038 Nota:
26039 \series default
26040  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26041  en una línea y, p.
26042 \begin_inset space \thinspace{}
26043 \end_inset
26044
26045 e., uno de ellos tiene sombreado y el otro no.
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \begin_layout Standard
26054 La alineación horizontal del cuadro puede establecerse en el diálogo de
26055  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26056 \end_layout
26057
26058 \begin_layout Standard
26059 \begin_inset VSpace bigskip
26060 \end_inset
26061
26062 Si has escogido un 
26063 \family sans
26064 Cuadro
26065 \begin_inset space ~
26066 \end_inset
26067
26068 interior
26069 \family default
26070 , el contenido puede alinearse verticalmente a:
26071 \end_layout
26072
26073 \begin_layout Description
26074 Superior Ejemplo de línea de texto.
26075  
26076 \begin_inset Box Boxed
26077 position "c"
26078 hor_pos "c"
26079 has_inner_box 1
26080 inner_pos "t"
26081 use_parbox 0
26082 width "12col%"
26083 special "none"
26084 height "1.5in"
26085 height_special "totalheight"
26086 status collapsed
26087
26088 \begin_layout Plain Layout
26089 \align center
26090 Cuadro con texto alineado arriba.
26091 \end_layout
26092
26093 \end_inset
26094
26095  Ejemplo de línea de texto.
26096 \end_layout
26097
26098 \begin_layout Description
26099 Medio Ejemplo de línea de texto.
26100  
26101 \begin_inset Box Boxed
26102 position "c"
26103 hor_pos "c"
26104 has_inner_box 1
26105 inner_pos "c"
26106 use_parbox 0
26107 width "12col%"
26108 special "none"
26109 height "1.5in"
26110 height_special "totalheight"
26111 status collapsed
26112
26113 \begin_layout Plain Layout
26114 \align center
26115 Cuadro con texto alineado en medio.
26116 \end_layout
26117
26118 \end_inset
26119
26120  Ejemplo de línea de texto.
26121 \end_layout
26122
26123 \begin_layout Description
26124 Inferior Ejemplo de línea de texto.
26125  
26126 \begin_inset Box Boxed
26127 position "c"
26128 hor_pos "c"
26129 has_inner_box 1
26130 inner_pos "b"
26131 use_parbox 0
26132 width "12col%"
26133 special "none"
26134 height "1.5in"
26135 height_special "totalheight"
26136 status collapsed
26137
26138 \begin_layout Plain Layout
26139 \align center
26140 Cuadro con texto alineado abajo.
26141 \end_layout
26142
26143 \end_inset
26144
26145  Ejemplo de línea de texto.
26146 \end_layout
26147
26148 \begin_layout Description
26149 Estirado Ejemplo de línea de texto.
26150  
26151 \begin_inset Box Boxed
26152 position "c"
26153 hor_pos "c"
26154 has_inner_box 1
26155 inner_pos "s"
26156 use_parbox 0
26157 width "12col%"
26158 special "none"
26159 height "1.5in"
26160 height_special "totalheight"
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164 \align center
26165 Este texto
26166 \end_layout
26167
26168 \begin_layout Plain Layout
26169 \align center
26170 está
26171 \end_layout
26172
26173 \begin_layout Plain Layout
26174 \align center
26175 estirado.
26176 \end_layout
26177
26178 \end_inset
26179
26180  Ejemplo de línea de texto.
26181 \end_layout
26182
26183 \begin_layout Standard
26184 Para estirar el contenido debe tener más de un párrafo.
26185  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26186 \end_layout
26187
26188 \begin_layout Standard
26189 \begin_inset VSpace bigskip
26190 \end_inset
26191
26192 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26193  LyX cuando hayas escogido un 
26194 \family sans
26195 Cuadro
26196 \begin_inset space ~
26197 \end_inset
26198
26199 interior
26200 \family default
26201 .
26202 \end_layout
26203
26204 \begin_layout Standard
26205 \align center
26206 \begin_inset Box Boxed
26207 position "c"
26208 hor_pos "c"
26209 has_inner_box 1
26210 inner_pos "s"
26211 use_parbox 0
26212 width "15col%"
26213 special "none"
26214 height "1.25in"
26215 height_special "totalheight"
26216 status collapsed
26217
26218 \begin_layout Plain Layout
26219 \align left
26220 Cuadro
26221 \end_layout
26222
26223 \begin_layout Plain Layout
26224 \align center
26225 con texto
26226 \end_layout
26227
26228 \begin_layout Plain Layout
26229 \align right
26230 estirado
26231 \end_layout
26232
26233 \end_inset
26234
26235
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Si no has establecido un 
26240 \family sans
26241 Cuadro
26242 \begin_inset space ~
26243 \end_inset
26244
26245 interior
26246 \family default
26247 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26248  cuadro.
26249 \end_layout
26250
26251 \begin_layout Standard
26252 \align center
26253 \begin_inset Box Boxed
26254 position "c"
26255 hor_pos "s"
26256 has_inner_box 0
26257 inner_pos "s"
26258 use_parbox 0
26259 width "90col%"
26260 special "none"
26261 height "1.25in"
26262 height_special "totalheight"
26263 status collapsed
26264
26265 \begin_layout Plain Layout
26266 \align left
26267 Texto estirado horizontalmente.
26268 \end_layout
26269
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \begin_layout Subsection
26276 Cuadros enmarcados
26277 \begin_inset CommandInset label
26278 LatexCommand label
26279 name "sec:Cuadros-Enmarcados"
26280
26281 \end_inset
26282
26283
26284 \begin_inset Index
26285 status collapsed
26286
26287 \begin_layout Plain Layout
26288 Cuadros ! Marcos
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \begin_layout Standard
26297 El estilo de marco del cuadro se puede determinar en la lista desplegable
26298  
26299 \family sans
26300 Tipo
26301 \family default
26302  del diálogo de cuadros.
26303  Son posibles los siguientes marcos:
26304 \end_layout
26305
26306 \begin_layout Description
26307 Marco
26308 \begin_inset space ~
26309 \end_inset
26310
26311 sencillo Dibuja un marco rectangular alrededor del cuadro.
26312  El grosor del marco depende de 
26313 \series bold
26314
26315 \backslash
26316 fboxrule
26317 \series default
26318 .
26319  
26320 \begin_inset Box Boxed
26321 position "c"
26322 hor_pos "c"
26323 has_inner_box 1
26324 inner_pos "c"
26325 use_parbox 0
26326 width "25col%"
26327 special "none"
26328 height "1in"
26329 height_special "totalheight"
26330 status open
26331
26332 \begin_layout Plain Layout
26333 \align center
26334 Cuadro rectangular
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \begin_layout Description
26343 Marco
26344 \begin_inset space ~
26345 \end_inset
26346
26347 sencillo
26348 \begin_inset space ~
26349 \end_inset
26350
26351 con
26352 \begin_inset space ~
26353 \end_inset
26354
26355 salto
26356 \begin_inset space ~
26357 \end_inset
26358
26359 de
26360 \begin_inset space ~
26361 \end_inset
26362
26363 página Si usas la decoración 
26364 \family sans
26365 marco sencillo rectangular
26366 \family default
26367  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26368  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26369  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26370  propio y 
26371 \series bold
26372
26373 \backslash
26374 fboxrule
26375 \series default
26376  y 
26377 \series bold
26378
26379 \backslash
26380 fboxsep
26381 \series default
26382  no funcionan.
26383  El grosor del marco tiene el tamaño de 
26384 \series bold
26385
26386 \backslash
26387 FrameRule
26388 \series default
26389 .
26390 \begin_inset Box Framed
26391 position "t"
26392 hor_pos "c"
26393 has_inner_box 0
26394 inner_pos "t"
26395 use_parbox 0
26396 width "100col%"
26397 special "none"
26398 height "1in"
26399 height_special "totalheight"
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403 Cuadro que permite saltos de página
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \begin_layout Description
26412 Marco
26413 \begin_inset space ~
26414 \end_inset
26415
26416 ovalado,
26417 \begin_inset space ~
26418 \end_inset
26419
26420 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26421 \begin_inset space \thinspace{}
26422 \end_inset
26423
26424 pt.
26425  
26426 \begin_inset Box ovalbox
26427 position "c"
26428 hor_pos "c"
26429 has_inner_box 1
26430 inner_pos "c"
26431 use_parbox 0
26432 width "25col%"
26433 special "none"
26434 height "1in"
26435 height_special "totalheight"
26436 status open
26437
26438 \begin_layout Plain Layout
26439 \align center
26440 Marco ovalado, fino
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Description
26449 Marco
26450 \begin_inset space ~
26451 \end_inset
26452
26453 ovalado,
26454 \begin_inset space ~
26455 \end_inset
26456
26457 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26458 \begin_inset space \thinspace{}
26459 \end_inset
26460
26461 pt.
26462  
26463 \begin_inset Box Ovalbox
26464 position "c"
26465 hor_pos "c"
26466 has_inner_box 1
26467 inner_pos "c"
26468 use_parbox 0
26469 width "30col%"
26470 special "none"
26471 height "1in"
26472 height_special "totalheight"
26473 status open
26474
26475 \begin_layout Plain Layout
26476 \align center
26477 Cuadro ovalado, grueso
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Description
26486 Marco
26487 \begin_inset space ~
26488 \end_inset
26489
26490 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26491  El grosor de la línea tiene el tamaño dado por 
26492 \series bold
26493
26494 \backslash
26495 fboxrule
26496 \series default
26497 , la sombra tiene una anchura de 4
26498 \begin_inset space \thinspace{}
26499 \end_inset
26500
26501 pt.
26502  
26503 \begin_inset Box Shadowbox
26504 position "c"
26505 hor_pos "c"
26506 has_inner_box 1
26507 inner_pos "c"
26508 use_parbox 0
26509 width "20col%"
26510 special "none"
26511 height "1in"
26512 height_special "totalheight"
26513 status open
26514
26515 \begin_layout Plain Layout
26516 \align center
26517 Marco sombrado
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \begin_layout Description
26526 Fondo
26527 \begin_inset space ~
26528 \end_inset
26529
26530 sombreado Dibuja un cuadro con fondo de color rojo.
26531  A diferencia de los cuadros coloreados,
26532 \begin_inset Foot
26533 status open
26534
26535 \begin_layout Plain Layout
26536 véase sec.
26537  
26538 \begin_inset CommandInset ref
26539 LatexCommand ref
26540 reference "sec:Cuadros-Coloreados"
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548
26549  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26550 \begin_inset Box Shaded
26551 position "t"
26552 hor_pos "c"
26553 has_inner_box 0
26554 inner_pos "t"
26555 use_parbox 0
26556 width "50col%"
26557 special "none"
26558 height "1in"
26559 height_special "totalheight"
26560 status open
26561
26562 \begin_layout Plain Layout
26563 Cuadro con fondo sombreado
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Description
26572 Marco
26573 \begin_inset space ~
26574 \end_inset
26575
26576 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26577  El grosor de la línea interior es 0.75
26578 \begin_inset space \thinspace{}
26579 \end_inset
26580
26581
26582 \series bold
26583
26584 \backslash
26585 fboxrule
26586 \series default
26587 , el de la línea exterior es 1.5
26588 \begin_inset space \thinspace{}
26589 \end_inset
26590
26591
26592 \series bold
26593
26594 \backslash
26595 fboxrule
26596 \series default
26597 .
26598  La distancia entre líneas es 1.5
26599 \begin_inset space \thinspace{}
26600 \end_inset
26601
26602
26603 \series bold
26604
26605 \backslash
26606 fboxrule
26607 \series default
26608
26609 \begin_inset space \thinspace{}
26610 \end_inset
26611
26612 +
26613 \begin_inset space \thinspace{}
26614 \end_inset
26615
26616 0.5
26617 \begin_inset space \thinspace{}
26618 \end_inset
26619
26620 pt.
26621  
26622 \begin_inset Box Doublebox
26623 position "c"
26624 hor_pos "c"
26625 has_inner_box 1
26626 inner_pos "c"
26627 use_parbox 0
26628 width "20col%"
26629 special "none"
26630 height "1in"
26631 height_special "totalheight"
26632 status open
26633
26634 \begin_layout Plain Layout
26635 \align center
26636 Marco doble
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset VSpace bigskip
26646 \end_inset
26647
26648 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26649  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26650  LaTeX 
26651 \series bold
26652 fancybox
26653 \series default
26654
26655 \begin_inset Index
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659 LaTeX-paquetes ! fancybox
26660 \end_layout
26661
26662 \end_inset
26663
26664 .
26665 \end_layout
26666
26667 \begin_layout Section
26668 Personalización de cuadros
26669 \begin_inset Index
26670 status open
26671
26672 \begin_layout Plain Layout
26673 Cuadros ! Personalizar
26674 \end_layout
26675
26676 \end_inset
26677
26678
26679 \end_layout
26680
26681 \begin_layout Standard
26682 El valor predeterminado por 
26683 \series bold
26684
26685 \backslash
26686 fboxrule
26687 \series default
26688  es 0.4
26689 \begin_inset space \thinspace{}
26690 \end_inset
26691
26692 pt.
26693  Puede cambiarse con el siguiente comando en código TeX, p.
26694 \begin_inset space \thinspace{}
26695 \end_inset
26696
26697 e.
26698 \begin_inset space ~
26699 \end_inset
26700
26701 a
26702 \begin_inset space ~
26703 \end_inset
26704
26705 2
26706 \begin_inset space \thinspace{}
26707 \end_inset
26708
26709 pt:
26710 \end_layout
26711
26712 \begin_layout Standard
26713
26714 \series bold
26715
26716 \backslash
26717 setlength{
26718 \backslash
26719 fboxrule}{2pt}
26720 \end_layout
26721
26722 \begin_layout Standard
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728
26729 \backslash
26730 setlength{
26731 \backslash
26732 fboxrule}{2pt}
26733 \end_layout
26734
26735 \end_inset
26736
26737
26738 \begin_inset Box Boxed
26739 position "c"
26740 hor_pos "c"
26741 has_inner_box 1
26742 inner_pos "c"
26743 use_parbox 0
26744 width "25col%"
26745 special "none"
26746 height "1in"
26747 height_special "totalheight"
26748 status open
26749
26750 \begin_layout Plain Layout
26751 \align center
26752 Cuadro rectangular con 
26753 \series bold
26754
26755 \backslash
26756 fboxrule
26757 \series default
26758
26759 \begin_inset space \thinspace{}
26760 \end_inset
26761
26762 =
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 2
26767 \begin_inset space \thinspace{}
26768 \end_inset
26769
26770 pt
26771 \end_layout
26772
26773 \end_inset
26774
26775
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780
26781
26782 \backslash
26783 setlength{
26784 \backslash
26785 fboxrule}{0.4pt}
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \begin_layout Standard
26794 \begin_inset VSpace bigskip
26795 \end_inset
26796
26797 El espacio entre el marco y el contenido del cuadro es 3
26798 \begin_inset space \thinspace{}
26799 \end_inset
26800
26801 pt por omisión para todos los estilos.
26802  Se puede cambiar mediante la longitud 
26803 \series bold
26804
26805 \backslash
26806 fboxsep
26807 \series default
26808 .
26809  Por ejemplo el comando
26810 \end_layout
26811
26812 \begin_layout Standard
26813
26814 \series bold
26815
26816 \backslash
26817 setlength{
26818 \backslash
26819 fboxsep}{10pt}
26820 \end_layout
26821
26822 \begin_layout Standard
26823 determina un valor de 10
26824 \begin_inset space \thinspace{}
26825 \end_inset
26826
26827 pt, como en el siguiente cuadro:
26828 \end_layout
26829
26830 \begin_layout Standard
26831 \begin_inset ERT
26832 status collapsed
26833
26834 \begin_layout Plain Layout
26835
26836
26837 \backslash
26838 setlength{
26839 \backslash
26840 fboxsep}{10pt}
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \begin_inset Box Boxed
26847 position "c"
26848 hor_pos "c"
26849 has_inner_box 1
26850 inner_pos "c"
26851 use_parbox 0
26852 width "25col%"
26853 special "none"
26854 height "1in"
26855 height_special "totalheight"
26856 status open
26857
26858 \begin_layout Plain Layout
26859 \align center
26860 Cuadro rectangular con 
26861 \series bold
26862
26863 \backslash
26864 fboxsep
26865 \series default
26866
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870 =
26871 \begin_inset space \thinspace{}
26872 \end_inset
26873
26874 10
26875 \begin_inset space \thinspace{}
26876 \end_inset
26877
26878 pt
26879 \end_layout
26880
26881 \end_inset
26882
26883
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 setlength{
26892 \backslash
26893 fboxsep}{3pt}
26894 \end_layout
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Standard
26902 \begin_inset VSpace bigskip
26903 \end_inset
26904
26905 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26906  el comando 
26907 \series bold
26908
26909 \backslash
26910 cornersize
26911 \series default
26912 .
26913  El comando
26914 \end_layout
26915
26916 \begin_layout Standard
26917
26918 \series bold
26919
26920 \backslash
26921 cornersize*{1cm}
26922 \end_layout
26923
26924 \begin_layout Standard
26925 establece un diámetro de 1
26926 \begin_inset space \thinspace{}
26927 \end_inset
26928
26929 cm.
26930  El comando
26931 \end_layout
26932
26933 \begin_layout Standard
26934
26935 \series bold
26936
26937 \backslash
26938 cornersize{num}
26939 \end_layout
26940
26941 \begin_layout Standard
26942 fija el diámetro en 
26943 \family sans
26944 num
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948 ×
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 mínimo
26953 \family default
26954  
26955 \family sans
26956 (ancho y alto del cuadro)
26957 \family default
26958 .
26959  Por omisión es 
26960 \series bold
26961
26962 \backslash
26963 cornersize{0.5}
26964 \series default
26965 .
26966 \end_layout
26967
26968 \begin_layout Standard
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 cornersize*{1.5cm}
26977 \end_layout
26978
26979 \end_inset
26980
26981
26982 \begin_inset Box Ovalbox
26983 position "c"
26984 hor_pos "c"
26985 has_inner_box 1
26986 inner_pos "c"
26987 use_parbox 0
26988 width "28col%"
26989 special "none"
26990 height "1in"
26991 height_special "totalheight"
26992 status open
26993
26994 \begin_layout Plain Layout
26995 \align center
26996 Cuadro ovalado con 
26997 \series bold
26998
26999 \backslash
27000 cornersize
27001 \series default
27002
27003 \begin_inset space \thinspace{}
27004 \end_inset
27005
27006 =
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 1.5
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014 cm
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 cornersize{0.5}
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 \begin_inset VSpace bigskip
27037 \end_inset
27038
27039 El tamaño de la sombra se puede ajustar cambiando la longitud 
27040 \series bold
27041
27042 \backslash
27043 shadowsize
27044 \series default
27045 .
27046  Este comando la ajusta a 2
27047 \begin_inset space \thinspace{}
27048 \end_inset
27049
27050 pt en el cuadro siguiente:
27051 \end_layout
27052
27053 \begin_layout Standard
27054
27055 \series bold
27056
27057 \backslash
27058 setlength{
27059 \backslash
27060 shadowsize}{2pt}
27061 \end_layout
27062
27063 \begin_layout Standard
27064 \begin_inset ERT
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068
27069
27070 \backslash
27071 setlength{
27072 \backslash
27073 shadowsize}{2pt}
27074 \end_layout
27075
27076 \end_inset
27077
27078
27079 \begin_inset Box Shadowbox
27080 position "c"
27081 hor_pos "c"
27082 has_inner_box 1
27083 inner_pos "c"
27084 use_parbox 0
27085 width "28col%"
27086 special "none"
27087 height "1in"
27088 height_special "totalheight"
27089 status open
27090
27091 \begin_layout Plain Layout
27092 \align center
27093 Cuadro sombreado con 
27094 \series bold
27095
27096 \backslash
27097 shadowsize
27098 \series default
27099
27100 \begin_inset space \thinspace{}
27101 \end_inset
27102
27103 =
27104 \begin_inset space \thinspace{}
27105 \end_inset
27106
27107 2
27108 \begin_inset space \thinspace{}
27109 \end_inset
27110
27111 pt
27112 \end_layout
27113
27114 \end_inset
27115
27116
27117 \begin_inset ERT
27118 status collapsed
27119
27120 \begin_layout Plain Layout
27121
27122
27123 \backslash
27124 setlength{
27125 \backslash
27126 shadowsize}{4pt}
27127 \end_layout
27128
27129 \end_inset
27130
27131
27132 \end_layout
27133
27134 \begin_layout Standard
27135 \begin_inset VSpace bigskip
27136 \end_inset
27137
27138
27139 \end_layout
27140
27141 \begin_layout Standard
27142 Por omisión, el tamaño 
27143 \series bold
27144
27145 \backslash
27146 FrameRule
27147 \series default
27148  es 0,4
27149 \begin_inset space \thinspace{}
27150 \end_inset
27151
27152 pt.
27153  El espacio por omisión entre el contenido de la nota y el marco es 9
27154 \begin_inset space \thinspace{}
27155 \end_inset
27156
27157 pt; puede cambiarse con el valor de 
27158 \series bold
27159
27160 \backslash
27161 FrameSep
27162 \series default
27163 .
27164  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27165  en código TeX
27166 \end_layout
27167
27168 \begin_layout Standard
27169
27170 \series bold
27171
27172 \backslash
27173 setlength{
27174 \backslash
27175 FrameRule}{5pt}
27176 \begin_inset Newline newline
27177 \end_inset
27178
27179
27180 \backslash
27181 setlength{
27182 \backslash
27183 FrameSep}{0.5cm}
27184 \end_layout
27185
27186 \begin_layout Standard
27187 \begin_inset ERT
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191
27192
27193 \backslash
27194 setlength{
27195 \backslash
27196 FrameRule}{5pt}
27197 \end_layout
27198
27199 \begin_layout Plain Layout
27200
27201
27202 \backslash
27203 setlength{
27204 \backslash
27205 FrameSep}{0.5cm}
27206 \end_layout
27207
27208 \end_inset
27209
27210
27211 \begin_inset Box Framed
27212 position "t"
27213 hor_pos "c"
27214 has_inner_box 0
27215 inner_pos "t"
27216 use_parbox 0
27217 width "100col%"
27218 special "none"
27219 height "1in"
27220 height_special "totalheight"
27221 status open
27222
27223 \begin_layout Plain Layout
27224 Texto en un 
27225 \family sans
27226 marco
27227 \begin_inset space ~
27228 \end_inset
27229
27230 sencillo
27231 \begin_inset space ~
27232 \end_inset
27233
27234 con
27235 \begin_inset space ~
27236 \end_inset
27237
27238 salto
27239 \begin_inset space ~
27240 \end_inset
27241
27242 de
27243 \begin_inset space ~
27244 \end_inset
27245
27246 página
27247 \family default
27248 .
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \begin_inset ERT
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 setlength{
27262 \backslash
27263 FrameRule}{0.4pt}
27264 \end_layout
27265
27266 \begin_layout Plain Layout
27267
27268
27269 \backslash
27270 setlength{
27271 \backslash
27272 FrameSep}{9pt}
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \end_layout
27279
27280 \begin_layout Standard
27281 \begin_inset VSpace bigskip
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \begin_layout Standard
27288 Para los cuadros con 
27289 \family sans
27290 fondo
27291 \begin_inset space ~
27292 \end_inset
27293
27294 sombreado
27295 \family default
27296  el espacio por omisión entre el contenido y el marco es 3
27297 \begin_inset space \thinspace{}
27298 \end_inset
27299
27300 pt; se puede cambiar con el valor de 
27301 \series bold
27302
27303 \backslash
27304 fboxsep
27305 \series default
27306 .
27307  El color rojo predeterminado se puede cambiar en el sitio con el comando
27308  
27309 \series bold
27310
27311 \backslash
27312 definecolor{shadebox}
27313 \series default
27314  o globalmente con el menú 
27315 \family sans
27316 Herramientas
27317 \family default
27318 \SpecialChar \menuseparator
27319
27320 \family sans
27321 Preferencias
27322 \family default
27323 \SpecialChar \menuseparator
27324
27325 \family sans
27326 Colores
27327 \family default
27328 \SpecialChar \menuseparator
27329
27330 \family sans
27331 cuadro
27332 \begin_inset space ~
27333 \end_inset
27334
27335 sombreado
27336 \family default
27337 .
27338  El esquema del comando 
27339 \series bold
27340
27341 \backslash
27342 definecolor
27343 \series default
27344  se explica en la sección
27345 \begin_inset space ~
27346 \end_inset
27347
27348
27349 \begin_inset CommandInset ref
27350 LatexCommand ref
27351 reference "sec:Tablas-Coloreadas"
27352
27353 \end_inset
27354
27355 .
27356 \begin_inset Foot
27357 status collapsed
27358
27359 \begin_layout Plain Layout
27360 El comando 
27361 \series bold
27362
27363 \backslash
27364 definecolor
27365 \series default
27366  requiere el paquete LaTeX 
27367 \series bold
27368 color
27369 \series default
27370  en el preámbulo, véase la sección
27371 \begin_inset space ~
27372 \end_inset
27373
27374
27375 \begin_inset CommandInset ref
27376 LatexCommand ref
27377 reference "sec:Cuadros-Coloreados"
27378
27379 \end_inset
27380
27381 .
27382 \end_layout
27383
27384 \end_inset
27385
27386  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27387 \end_layout
27388
27389 \begin_layout Standard
27390
27391 \series bold
27392
27393 \backslash
27394 setlength{
27395 \backslash
27396 fboxsep}{0.5cm}
27397 \series default
27398
27399 \begin_inset Newline newline
27400 \end_inset
27401
27402
27403 \series bold
27404
27405 \backslash
27406 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27407 \end_layout
27408
27409 \begin_layout Standard
27410 \begin_inset ERT
27411 status open
27412
27413 \begin_layout Plain Layout
27414
27415
27416 \backslash
27417 setlength{
27418 \backslash
27419 fboxsep}{0.5cm}
27420 \end_layout
27421
27422 \begin_layout Plain Layout
27423
27424
27425 \backslash
27426 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset Box Shaded
27433 position "t"
27434 hor_pos "c"
27435 has_inner_box 0
27436 inner_pos "t"
27437 use_parbox 0
27438 width "100col%"
27439 special "none"
27440 height "1in"
27441 height_special "totalheight"
27442 status open
27443
27444 \begin_layout Plain Layout
27445
27446 \color yellow
27447 Texto amarillo en un cuadro con 
27448 \family sans
27449 fondo sombreado 
27450 \family default
27451  en color verde oscuro.
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \begin_inset ERT
27458 status open
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 setlength{
27465 \backslash
27466 fboxsep}{3pt}
27467 \end_layout
27468
27469 \begin_layout Plain Layout
27470
27471
27472 \backslash
27473 definecolor{shadecolor}{rgb}{1,0,0}
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset VSpace bigskip
27483 \end_inset
27484
27485 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27486  a los comandos.
27487 \end_layout
27488
27489 \begin_layout Section
27490 Minipáginas
27491 \begin_inset CommandInset label
27492 LatexCommand label
27493 name "sec:Minipáginas"
27494
27495 \end_inset
27496
27497
27498 \begin_inset Index
27499 status collapsed
27500
27501 \begin_layout Plain Layout
27502 Cuadros ! Minipáginas
27503 \end_layout
27504
27505 \end_inset
27506
27507
27508 \end_layout
27509
27510 \begin_layout Standard
27511 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27512  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27513 \end_layout
27514
27515 \begin_layout Standard
27516 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27517 \end_layout
27518
27519 \begin_layout Standard
27520 A continuación hay dos ejemplos de minipáginas adosadas.
27521  Su anchura está puesta en 45
27522 \begin_inset space \thinspace{}
27523 \end_inset
27524
27525 % y separadas por un relleno horizontal, insertado vía el menú 
27526 \family sans
27527 Insertar\SpecialChar \menuseparator
27528 Formato\SpecialChar \menuseparator
27529 Relleno
27530 \begin_inset space ~
27531 \end_inset
27532
27533 horizontal
27534 \family default
27535 .
27536 \end_layout
27537
27538 \begin_layout Standard
27539 \begin_inset Box Frameless
27540 position "t"
27541 hor_pos "c"
27542 has_inner_box 1
27543 inner_pos "c"
27544 use_parbox 0
27545 width "45col%"
27546 special "none"
27547 height "1in"
27548 height_special "totalheight"
27549 status open
27550
27551 \begin_layout Plain Layout
27552
27553 \lang german
27554 Dies ist ein deutscher Text.
27555  Dies ist ein deutscher Text.
27556  Dies ist ein deutscher Text.
27557  Dies ist ein deutscher Text.
27558  Dies ist ein deutscher Text.
27559  Dies ist ein deutscher Text.
27560  Dies ist ein deutscher Text.
27561  Dies ist ein deutscher Text.
27562  Dies ist ein deutscher Text.
27563  Dies ist ein deutscher Text.
27564  Dies ist ein deutscher Text.
27565  Dies ist ein deutscher Text.
27566  Dies ist ein deutscher Text
27567 \begin_inset Foot
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571
27572 \lang german
27573 Dies ist eine deutsche Fußnote.
27574 \end_layout
27575
27576 \end_inset
27577
27578 .
27579  Dies ist ein deutscher Text.
27580  Dies ist ein deutscher Text.
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \begin_inset space \hfill{}
27587 \end_inset
27588
27589
27590 \begin_inset Box Frameless
27591 position "t"
27592 hor_pos "c"
27593 has_inner_box 1
27594 inner_pos "c"
27595 use_parbox 0
27596 width "45col%"
27597 special "none"
27598 height "1in"
27599 height_special "totalheight"
27600 status open
27601
27602 \begin_layout Plain Layout
27603 This is an English Text.
27604  This is an English Text.
27605  This is an English Text.
27606  This is an English Text.
27607  This is an English Text.
27608  This is an English Text.
27609  This is an English Text.
27610  This is an English Text.
27611  This is an English Text.
27612  This is an English Text.
27613  This is an English Text.
27614  This is an English Text.
27615  This is an English Text.
27616  This is an English Text.
27617  This is an English Text.
27618  This is an English Text.
27619 \begin_inset Foot
27620 status collapsed
27621
27622 \begin_layout Plain Layout
27623 This is an English footnote.
27624 \end_layout
27625
27626 \end_inset
27627
27628  This is an English Text.
27629  
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Standard
27638 \begin_inset VSpace bigskip
27639 \end_inset
27640
27641 Otra aplicación de los cuadros son las notas a pie en tablas.
27642  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27643  al final de la página actual.
27644  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27645  en la parte inferior, ordenadas con letras.
27646  La ordenación de las notas al pie se restablece en cada minipágina pero
27647  no fuera de las minipáginas.
27648 \end_layout
27649
27650 \begin_layout Standard
27651 La nota al pie en esta tabla no aparece: 
27652 \begin_inset Tabular
27653 <lyxtabular version="3" rows="3" columns="4">
27654 <features>
27655 <column alignment="center" valignment="top" width="0pt">
27656 <column alignment="center" valignment="top" width="0pt">
27657 <column alignment="center" valignment="top" width="0pt">
27658 <column alignment="center" valignment="top" width="0pt">
27659 <row>
27660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27661 \begin_inset Text
27662
27663 \begin_layout Plain Layout
27664 1
27665 \end_layout
27666
27667 \end_inset
27668 </cell>
27669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27670 \begin_inset Text
27671
27672 \begin_layout Plain Layout
27673 2
27674 \end_layout
27675
27676 \end_inset
27677 </cell>
27678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27679 \begin_inset Text
27680
27681 \begin_layout Plain Layout
27682 3
27683 \begin_inset Foot
27684 status open
27685
27686 \begin_layout Plain Layout
27687 Nota al pie en una tabla.
27688 \end_layout
27689
27690 \end_inset
27691
27692
27693 \end_layout
27694
27695 \end_inset
27696 </cell>
27697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27698 \begin_inset Text
27699
27700 \begin_layout Plain Layout
27701 4
27702 \end_layout
27703
27704 \end_inset
27705 </cell>
27706 </row>
27707 <row>
27708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27709 \begin_inset Text
27710
27711 \begin_layout Plain Layout
27712 a
27713 \end_layout
27714
27715 \end_inset
27716 </cell>
27717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27718 \begin_inset Text
27719
27720 \begin_layout Plain Layout
27721 b
27722 \end_layout
27723
27724 \end_inset
27725 </cell>
27726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730 c
27731 \end_layout
27732
27733 \end_inset
27734 </cell>
27735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27736 \begin_inset Text
27737
27738 \begin_layout Plain Layout
27739 d
27740 \end_layout
27741
27742 \end_inset
27743 </cell>
27744 </row>
27745 <row>
27746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27747 \begin_inset Text
27748
27749 \begin_layout Plain Layout
27750 e
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27756 \begin_inset Text
27757
27758 \begin_layout Plain Layout
27759 f
27760 \end_layout
27761
27762 \end_inset
27763 </cell>
27764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27765 \begin_inset Text
27766
27767 \begin_layout Plain Layout
27768 g
27769 \end_layout
27770
27771 \end_inset
27772 </cell>
27773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27774 \begin_inset Text
27775
27776 \begin_layout Plain Layout
27777 h
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 </row>
27783 </lyxtabular>
27784
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \begin_layout Standard
27791 \align center
27792 \begin_inset Box Frameless
27793 position "t"
27794 hor_pos "c"
27795 has_inner_box 1
27796 inner_pos "c"
27797 use_parbox 0
27798 width "30col%"
27799 special "none"
27800 height "1in"
27801 height_special "totalheight"
27802 status open
27803
27804 \begin_layout Plain Layout
27805 \align center
27806 \begin_inset Tabular
27807 <lyxtabular version="3" rows="3" columns="4">
27808 <features>
27809 <column alignment="center" valignment="top" width="0pt">
27810 <column alignment="center" valignment="top" width="0pt">
27811 <column alignment="center" valignment="top" width="0pt">
27812 <column alignment="center" valignment="top" width="0pt">
27813 <row>
27814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Plain Layout
27818 1
27819 \end_layout
27820
27821 \end_inset
27822 </cell>
27823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27824 \begin_inset Text
27825
27826 \begin_layout Plain Layout
27827 2
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 3
27837 \begin_inset Foot
27838 status open
27839
27840 \begin_layout Plain Layout
27841 Nota al pie en una tabla..
27842 \end_layout
27843
27844 \end_inset
27845
27846
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 4
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 </row>
27861 <row>
27862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27863 \begin_inset Text
27864
27865 \begin_layout Plain Layout
27866 a
27867 \end_layout
27868
27869 \end_inset
27870 </cell>
27871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27872 \begin_inset Text
27873
27874 \begin_layout Plain Layout
27875 b
27876 \end_layout
27877
27878 \end_inset
27879 </cell>
27880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 c
27885 \end_layout
27886
27887 \end_inset
27888 </cell>
27889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27890 \begin_inset Text
27891
27892 \begin_layout Plain Layout
27893 d
27894 \end_layout
27895
27896 \end_inset
27897 </cell>
27898 </row>
27899 <row>
27900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27901 \begin_inset Text
27902
27903 \begin_layout Plain Layout
27904 e
27905 \end_layout
27906
27907 \end_inset
27908 </cell>
27909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27910 \begin_inset Text
27911
27912 \begin_layout Plain Layout
27913 f
27914 \end_layout
27915
27916 \end_inset
27917 </cell>
27918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27919 \begin_inset Text
27920
27921 \begin_layout Plain Layout
27922 g
27923 \end_layout
27924
27925 \end_inset
27926 </cell>
27927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27928 \begin_inset Text
27929
27930 \begin_layout Plain Layout
27931 h
27932 \end_layout
27933
27934 \end_inset
27935 </cell>
27936 </row>
27937 </lyxtabular>
27938
27939 \end_inset
27940
27941
27942 \end_layout
27943
27944 \end_inset
27945
27946
27947 \end_layout
27948
27949 \begin_layout Standard
27950 \begin_inset VSpace bigskip
27951 \end_inset
27952
27953 La configuración global de párrafos se ignora en las minipáginas.
27954  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27955  pongas p.
27956 \begin_inset space \thinspace{}
27957 \end_inset
27958
27959 e.
27960 \begin_inset space ~
27961 \end_inset
27962
27963
27964 \family sans
27965 Salto
27966 \begin_inset space ~
27967 \end_inset
27968
27969 medio
27970 \family default
27971  en la configuración del documento.
27972 \end_layout
27973
27974 \begin_layout Standard
27975 Las minipáginas también sirven para poner un color de fondo para partes
27976  de texto, véase sección
27977 \begin_inset space ~
27978 \end_inset
27979
27980
27981 \begin_inset CommandInset ref
27982 LatexCommand ref
27983 reference "sub:Color-en-Párrafos"
27984
27985 \end_inset
27986
27987 .
27988 \end_layout
27989
27990 \begin_layout Standard
27991 \begin_inset Note Greyedout
27992 status open
27993
27994 \begin_layout Plain Layout
27995
27996 \series bold
27997 Nota:
27998 \series default
27999  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28000  tener minipáginas en tablas, flotantes, y otros cuadros.
28001 \end_layout
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Section
28009 Cuadros de párrafo
28010 \begin_inset CommandInset label
28011 LatexCommand label
28012 name "sec:Cuadros-de-Párrafo"
28013
28014 \end_inset
28015
28016
28017 \begin_inset Index
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021 Cuadros ! de párrafo
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28031  de que no pueden contener notas al pie.
28032   La diferencia principal es que las minipáginas no son verdaderos cuadros
28033  sino entornos de LaTeX.
28034 \end_layout
28035
28036 \begin_layout Standard
28037 \align center
28038 \begin_inset Box Frameless
28039 position "t"
28040 hor_pos "c"
28041 has_inner_box 1
28042 inner_pos "t"
28043 use_parbox 1
28044 width "33col%"
28045 special "none"
28046 height "1in"
28047 height_special "totalheight"
28048 status collapsed
28049
28050 \begin_layout Plain Layout
28051 Texto en un cuadro de párrafo.
28052  Texto en un cuadro de párrafo.
28053  Esta nota no aparece:
28054 \begin_inset Foot
28055 status open
28056
28057 \begin_layout Plain Layout
28058 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Section
28072 Cuadros para palabras y caracteres
28073 \begin_inset Index
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077 Cuadros ! para palabras y caracteres
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \end_layout
28084
28085 \begin_layout Subsection
28086 Evitar la partición de palabras
28087 \begin_inset CommandInset label
28088 LatexCommand label
28089 name "sec:Evitar-la-Partición"
28090
28091 \end_inset
28092
28093
28094 \begin_inset Index
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 Cuadros ! para evitar la partición de palabras
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Standard
28107 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28108  con guión.
28109 \begin_inset Newline newline
28110 \end_inset
28111
28112 He aquí un ejemplo:
28113 \end_layout
28114
28115 \begin_layout Standard
28116 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28117 palabra».
28118 \end_layout
28119
28120 \begin_layout Standard
28121 Para evitar su división usa el comando
28122 \end_layout
28123
28124 \begin_layout Standard
28125
28126 \series bold
28127
28128 \backslash
28129 mbox{
28130 \end_layout
28131
28132 \begin_layout Standard
28133 en código TeX antes de la palabra.
28134  Tras ella inserta una llave de cierre «
28135 \series bold
28136 }
28137 \series default
28138 » en código TeX.
28139 \end_layout
28140
28141 \begin_layout Standard
28142 Este es el resultado:
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28147 \begin_inset ERT
28148 status collapsed
28149
28150 \begin_layout Plain Layout
28151
28152
28153 \backslash
28154 mbox{
28155 \end_layout
28156
28157 \end_inset
28158
28159 «estalarguísimapalabra».
28160 \begin_inset ERT
28161 status collapsed
28162
28163 \begin_layout Plain Layout
28164
28165 }
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Como alternativa puedes poner el comando «
28175 \series bold
28176
28177 \backslash
28178 -
28179 \series default
28180 » en código TeX directamente antes de la palabra:
28181 \end_layout
28182
28183 \begin_layout Standard
28184 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28185 \begin_inset ERT
28186 status collapsed
28187
28188 \begin_layout Plain Layout
28189
28190
28191 \backslash
28192 -
28193 \end_layout
28194
28195 \end_inset
28196
28197 estalarguísimapalabra».
28198 \end_layout
28199
28200 \begin_layout Standard
28201 Por supuesto, la palabra sobresale del margen.
28202  Para evitarlo añade, con el menú 
28203 \family sans
28204 Insertar\SpecialChar \menuseparator
28205 Formato\SpecialChar \menuseparator
28206 Salto
28207 \begin_inset space ~
28208 \end_inset
28209
28210 de
28211 \begin_inset space ~
28212 \end_inset
28213
28214
28215 \family default
28216 línea (atajo 
28217 \family sans
28218 Ctrl-Retorno
28219 \family default
28220 ), un salto de línea antes de la palabra:
28221 \end_layout
28222
28223 \begin_layout Standard
28224 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28225 \begin_inset Newline newline
28226 \end_inset
28227
28228
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 mbox{
28237 \end_layout
28238
28239 \end_inset
28240
28241 «estalarguísimapalabra».
28242 \begin_inset ERT
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246
28247 }
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Subsection
28256 Alineación vertical
28257 \begin_inset CommandInset label
28258 LatexCommand label
28259 name "sub:Alineación-Vertical"
28260
28261 \end_inset
28262
28263
28264 \begin_inset Index
28265 status collapsed
28266
28267 \begin_layout Plain Layout
28268 Cuadros ! para alineación vertical
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \end_layout
28275
28276 \begin_layout Standard
28277 Con ayuda del comando 
28278 \series bold
28279
28280 \backslash
28281 raisebox
28282 \series default
28283  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28284  
28285 \series bold
28286
28287 \backslash
28288 raisebox
28289 \series default
28290  se utiliza según el esquema:
28291 \end_layout
28292
28293 \begin_layout Standard
28294
28295 \series bold
28296
28297 \backslash
28298 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28299 \end_layout
28300
28301 \begin_layout Standard
28302 La elevación puede ser un valor positivo para subir el cuadro o negativo
28303  para bajarlo.
28304 \end_layout
28305
28306 \begin_layout Standard
28307 Para alinear una palabra, p.
28308 \begin_inset space \thinspace{}
28309 \end_inset
28310
28311 e
28312 \begin_inset space ~
28313 \end_inset
28314
28315 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28316  en la línea de base, inserta el comando
28317 \end_layout
28318
28319 \begin_layout Standard
28320
28321 \series bold
28322
28323 \backslash
28324 raisebox{
28325 \backslash
28326 depth}{
28327 \end_layout
28328
28329 \begin_layout Standard
28330 en código TeX antes de la palabra.
28331  Detrás de la palabra inserta una llave de cierre «
28332 \series bold
28333 }
28334 \series default
28335 » en código TeX.
28336 \begin_inset Newline newline
28337 \end_inset
28338
28339 Este es el resultado:
28340 \end_layout
28341
28342 \begin_layout Standard
28343 Esto es una línea de texto con la palabra 
28344 \begin_inset ERT
28345 status collapsed
28346
28347 \begin_layout Plain Layout
28348
28349
28350 \backslash
28351 raisebox{
28352 \backslash
28353 depth}{
28354 \end_layout
28355
28356 \end_inset
28357
28358 «prevención»
28359 \begin_inset ERT
28360 status collapsed
28361
28362 \begin_layout Plain Layout
28363
28364 }
28365 \end_layout
28366
28367 \end_inset
28368
28369  elevada.
28370 \end_layout
28371
28372 \begin_layout Standard
28373 \begin_inset VSpace bigskip
28374 \end_inset
28375
28376 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28377 \end_layout
28378
28379 \begin_layout Standard
28380 Esto es una línea de texto con la palabra 
28381 \begin_inset ERT
28382 status collapsed
28383
28384 \begin_layout Plain Layout
28385
28386
28387 \backslash
28388 raisebox{-
28389 \backslash
28390 depth}{
28391 \end_layout
28392
28393 \end_inset
28394
28395 «prevención»
28396 \begin_inset ERT
28397 status collapsed
28398
28399 \begin_layout Plain Layout
28400
28401 }
28402 \end_layout
28403
28404 \end_inset
28405
28406  como palabra más baja.
28407 \begin_inset Newline newline
28408 \end_inset
28409
28410 Esto es una línea de texto con la palabra 
28411 \begin_inset ERT
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415
28416
28417 \backslash
28418 raisebox{0.5cm}{
28419 \end_layout
28420
28421 \end_inset
28422
28423 «testigo»
28424 \begin_inset ERT
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428
28429 }
28430 \end_layout
28431
28432 \end_inset
28433
28434  como palabra más alta.
28435 \end_layout
28436
28437 \begin_layout Standard
28438 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28439  Por ejemplo
28440 \end_layout
28441
28442 \begin_layout Standard
28443
28444 \series bold
28445
28446 \backslash
28447 raisebox{-
28448 \backslash
28449 depth}[0pt]{
28450 \end_layout
28451
28452 \begin_layout Standard
28453 Esto es una línea de texto con la palabra 
28454 \begin_inset ERT
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458
28459
28460 \backslash
28461 raisebox{-
28462 \backslash
28463 depth}[0pt]{
28464 \end_layout
28465
28466 \end_inset
28467
28468 «prevención»
28469 \begin_inset ERT
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474 }
28475 \end_layout
28476
28477 \end_inset
28478
28479  como palabra más baja.
28480 \begin_inset Newline newline
28481 \end_inset
28482
28483 Esto es una línea de texto con la palabra 
28484 \begin_inset ERT
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 raisebox{0.5cm}[0pt]{
28492 \end_layout
28493
28494 \end_inset
28495
28496 «testigo»
28497 \begin_inset ERT
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501
28502 }
28503 \end_layout
28504
28505 \end_inset
28506
28507  como palabra más alta.
28508 \end_layout
28509
28510 \begin_layout Section
28511 Cuadros coloreados
28512 \begin_inset CommandInset label
28513 LatexCommand label
28514 name "sec:Cuadros-Coloreados"
28515
28516 \end_inset
28517
28518
28519 \begin_inset Index
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 Cuadros ! Color
28524 \end_layout
28525
28526 \end_inset
28527
28528
28529 \end_layout
28530
28531 \begin_layout Subsection
28532 Color en texto
28533 \begin_inset Index
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537 Color ! en texto
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \end_layout
28544
28545 \begin_layout Standard
28546 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28547  Esto requiere cargar el paquete LaTeX 
28548 \series bold
28549 color
28550 \series default
28551
28552 \begin_inset Index
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556 LaTeX-paquetes ! color
28557 \end_layout
28558
28559 \end_inset
28560
28561  en el preámbulo del documento con
28562 \end_layout
28563
28564 \begin_layout Standard
28565
28566 \series bold
28567
28568 \backslash
28569 @ifundef\SpecialChar \textcompwordmark{}
28570 ined{textcolor}
28571 \begin_inset Newline newline
28572 \end_inset
28573
28574
28575 \begin_inset ERT
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579
28580
28581 \backslash
28582 hphantom{ }
28583 \end_layout
28584
28585 \end_inset
28586
28587 {
28588 \backslash
28589 usepackage{color}}{}
28590 \end_layout
28591
28592 \begin_layout Standard
28593 LyX cargará automáticamente el paquete 
28594 \series bold
28595 color
28596 \series default
28597  cuando colorees texto.
28598 \begin_inset Foot
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 Para evitar cargarlo dos veces se usa el comando 
28603 \series bold
28604
28605 \backslash
28606 @ifundef\SpecialChar \textcompwordmark{}
28607 ined
28608 \series default
28609 .
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \end_layout
28616
28617 \begin_layout Standard
28618 \begin_inset VSpace medskip
28619 \end_inset
28620
28621 Los cuadros coloreados se crean con el comando 
28622 \series bold
28623
28624 \backslash
28625 colorbox
28626 \series default
28627 , de acuerdo con el siguiente esquema:
28628 \end_layout
28629
28630 \begin_layout Standard
28631
28632 \series bold
28633
28634 \backslash
28635 colorbox{color}{contenido del cuadro}
28636 \end_layout
28637
28638 \begin_layout Standard
28639 El contenido también puede ser un cuadro y los cuadros coloreados también
28640  pueden estar en otros cuadros.
28641 \end_layout
28642
28643 \begin_layout Standard
28644 Los siguientes colores están predefinidos:
28645 \begin_inset Newline newline
28646 \end_inset
28647
28648
28649 \family sans
28650 red
28651 \family default
28652
28653 \family sans
28654 green
28655 \family default
28656
28657 \family sans
28658 yellow, blue
28659 \family default
28660
28661 \family sans
28662 cyan
28663 \family default
28664 \series bold
28665 ,
28666 \series default
28667  
28668 \family sans
28669 magenta, black
28670 \family default
28671
28672 \family sans
28673 white
28674 \family default
28675 .
28676 \begin_inset Newline newline
28677 \end_inset
28678
28679 También puedes definir tus propios colores según se explica en la sección
28680 \begin_inset space ~
28681 \end_inset
28682
28683
28684 \begin_inset CommandInset ref
28685 LatexCommand ref
28686 reference "sec:Tablas-Coloreadas"
28687
28688 \end_inset
28689
28690 .
28691 \end_layout
28692
28693 \begin_layout Standard
28694 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28695 \end_layout
28696
28697 \begin_layout Standard
28698
28699 \series bold
28700
28701 \backslash
28702 colorbox{red}{
28703 \end_layout
28704
28705 \begin_layout Standard
28706 en código TeX antes de la palabra.
28707  Tras la palabra inserta una llave de cierre «
28708 \series bold
28709 }
28710 \series default
28711 » en código TeX.
28712 \begin_inset Newline newline
28713 \end_inset
28714
28715 Este es el resultado:
28716 \end_layout
28717
28718 \begin_layout Standard
28719 Línea en la que la palabra 
28720 \begin_inset ERT
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724
28725
28726 \backslash
28727 colorbox{red}{
28728 \end_layout
28729
28730 \end_inset
28731
28732 «¡Atención!»
28733 \begin_inset ERT
28734 status collapsed
28735
28736 \begin_layout Plain Layout
28737
28738 }
28739 \end_layout
28740
28741 \end_inset
28742
28743  tiene fondo rojo.
28744 \end_layout
28745
28746 \begin_layout Standard
28747 \begin_inset VSpace bigskip
28748 \end_inset
28749
28750 Si quieres un marco de distinto color, puedes emplear el comando 
28751 \series bold
28752
28753 \backslash
28754 fcolorbox
28755 \series default
28756  con el esquema siguiente:
28757 \end_layout
28758
28759 \begin_layout Standard
28760
28761 \series bold
28762
28763 \backslash
28764 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28765 \end_layout
28766
28767 \begin_layout Standard
28768
28769 \series bold
28770
28771 \backslash
28772 fcolorbox
28773 \series default
28774  es una extensión de 
28775 \series bold
28776
28777 \backslash
28778 colorbox
28779 \series default
28780 .
28781  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28782  con las longitudes 
28783 \series bold
28784
28785 \backslash
28786 fboxrule
28787 \series default
28788  y 
28789 \series bold
28790
28791 \backslash
28792 fboxsep
28793 \series default
28794 , respectivamente, como se describe en la sección
28795 \begin_inset space ~
28796 \end_inset
28797
28798
28799 \begin_inset CommandInset ref
28800 LatexCommand ref
28801 reference "sec:Cuadros-Enmarcados"
28802
28803 \end_inset
28804
28805 .
28806 \end_layout
28807
28808 \begin_layout Standard
28809 Para el ejemplo siguiente se ha utilizado el comando
28810 \end_layout
28811
28812 \begin_layout Standard
28813
28814 \series bold
28815
28816 \backslash
28817 fcolorbox{cyan}{magenta}{
28818 \end_layout
28819
28820 \begin_layout Standard
28821 Este es un ejemplo en el que se ha puesto un grosor de 1
28822 \begin_inset space \thinspace{}
28823 \end_inset
28824
28825 mm para la línea del marco:
28826 \begin_inset Newline newline
28827 \end_inset
28828
28829
28830 \begin_inset ERT
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834
28835
28836 \backslash
28837 fboxrule 1mm 
28838 \backslash
28839 fboxsep 1mm
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \begin_inset ERT
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849
28850
28851 \backslash
28852 fcolorbox{cyan}{magenta}{
28853 \end_layout
28854
28855 \end_inset
28856
28857 Texto en un marco coloreado y enmarcado.
28858 \begin_inset ERT
28859 status collapsed
28860
28861 \begin_layout Plain Layout
28862
28863 }
28864 \end_layout
28865
28866 \end_inset
28867
28868
28869 \end_layout
28870
28871 \begin_layout Standard
28872 \begin_inset VSpace bigskip
28873 \end_inset
28874
28875 Por supuesto también puedes colorear el texto en un marco coloreado:
28876 \begin_inset Newline newline
28877 \end_inset
28878
28879
28880 \begin_inset ERT
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884
28885
28886 \backslash
28887 fcolorbox{cyan}{magenta}{
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \color yellow
28894 Texto coloreado en un marco sombreado y coloreado.
28895 \color none
28896
28897 \begin_inset ERT
28898 status collapsed
28899
28900 \begin_layout Plain Layout
28901
28902 }
28903 \end_layout
28904
28905 \end_inset
28906
28907
28908 \begin_inset ERT
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912
28913
28914 \backslash
28915 fboxrule 0.4pt 
28916 \backslash
28917 fboxsep 3pt
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926
28927 \series bold
28928 \begin_inset VSpace medskip
28929 \end_inset
28930
28931
28932 \end_layout
28933
28934 \begin_layout Standard
28935 \begin_inset Note Greyedout
28936 status open
28937
28938 \begin_layout Plain Layout
28939
28940 \series bold
28941 Nota:
28942 \series default
28943  El texto en cuadros coloreados no puede tener saltos de línea.
28944  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28945  coloreado como se describe a continuación.
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \end_layout
28952
28953 \begin_layout Subsection
28954 Color en párrafos
28955 \begin_inset CommandInset label
28956 LatexCommand label
28957 name "sub:Color-en-Párrafos"
28958
28959 \end_inset
28960
28961
28962 \begin_inset Index
28963 status collapsed
28964
28965 \begin_layout Plain Layout
28966 Color ! en párrafos
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \end_layout
28973
28974 \begin_layout Standard
28975 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28976  Antes de la minipágina inserta el comando 
28977 \series bold
28978
28979 \backslash
28980 colorbox
28981 \end_layout
28982
28983 \begin_layout Standard
28984
28985 \series bold
28986
28987 \backslash
28988 colorbox{color}{
28989 \end_layout
28990
28991 \begin_layout Standard
28992 en código TeX.
28993  Detrás de la minipágina inserta una llave de cierre «
28994 \series bold
28995 }
28996 \series default
28997 » en código TeX.
28998 \end_layout
28999
29000 \begin_layout Standard
29001 \begin_inset ERT
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005
29006
29007 \backslash
29008 colorbox{grisclaro}{
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \begin_inset Box Frameless
29015 position "t"
29016 hor_pos "c"
29017 has_inner_box 1
29018 inner_pos "t"
29019 use_parbox 0
29020 width "100col%"
29021 special "none"
29022 height "1in"
29023 height_special "totalheight"
29024 status collapsed
29025
29026 \begin_layout Plain Layout
29027 Texto con color de fondo.
29028  Texto con color de fondo.
29029 \end_layout
29030
29031 \begin_layout Plain Layout
29032 \begin_inset VSpace defskip
29033 \end_inset
29034
29035 El texto puede tener notas al pie
29036 \begin_inset Foot
29037 status open
29038
29039 \begin_layout Plain Layout
29040 Otro ejemplo de nota
29041 \end_layout
29042
29043 \end_inset
29044
29045  y puede incluir tablas y figuras.
29046 \end_layout
29047
29048 \begin_layout Plain Layout
29049 \align center
29050 \begin_inset Tabular
29051 <lyxtabular version="3" rows="3" columns="3">
29052 <features>
29053 <column alignment="center" valignment="top" width="0">
29054 <column alignment="center" valignment="top" width="0">
29055 <column alignment="center" valignment="top" width="0">
29056 <row>
29057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29058 \begin_inset Text
29059
29060 \begin_layout Plain Layout
29061 a
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 !
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079 3
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 </row>
29085 <row>
29086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29087 \begin_inset Text
29088
29089 \begin_layout Plain Layout
29090 <
29091 \end_layout
29092
29093 \end_inset
29094 </cell>
29095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099 b2
29100 \begin_inset Quotes erd
29101 \end_inset
29102
29103 |
29104 \end_layout
29105
29106 \end_inset
29107 </cell>
29108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Plain Layout
29112 >
29113 \end_layout
29114
29115 \end_inset
29116 </cell>
29117 </row>
29118 <row>
29119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29120 \begin_inset Text
29121
29122 \begin_layout Plain Layout
29123 1
29124 \end_layout
29125
29126 \end_inset
29127 </cell>
29128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29129 \begin_inset Text
29130
29131 \begin_layout Plain Layout
29132 §
29133 \end_layout
29134
29135 \end_inset
29136 </cell>
29137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29138 \begin_inset Text
29139
29140 \begin_layout Plain Layout
29141 c
29142 \end_layout
29143
29144 \end_inset
29145 </cell>
29146 </row>
29147 </lyxtabular>
29148
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \begin_inset ERT
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161
29162 }
29163 \end_layout
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Section
29171 Cuadros rotados y escalados
29172 \end_layout
29173
29174 \begin_layout Standard
29175 Para poder usar los comandos descritos en esta sección hay que cargar el
29176  paquete LaTeX 
29177 \series bold
29178 graphicx
29179 \series default
29180
29181 \begin_inset Index
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 LaTeX-paquetes ! graphicx
29186 \end_layout
29187
29188 \end_inset
29189
29190  en el preámbulo del documento, con el comando
29191 \end_layout
29192
29193 \begin_layout Standard
29194
29195 \series bold
29196
29197 \backslash
29198 @ifundefined{rotatebox}
29199 \begin_inset Newline newline
29200 \end_inset
29201
29202
29203 \begin_inset ERT
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207
29208
29209 \backslash
29210 hphantom{ }
29211 \end_layout
29212
29213 \end_inset
29214
29215 {
29216 \backslash
29217 usepackage{graphicx}}{}
29218 \end_layout
29219
29220 \begin_layout Standard
29221 \begin_inset Note Greyedout
29222 status open
29223
29224 \begin_layout Plain Layout
29225
29226 \series bold
29227 Nota: 
29228 \series default
29229 Algunos visores DVI no pueden mostrar material rotado o escalado.
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset Note Greyedout
29239 status open
29240
29241 \begin_layout Plain Layout
29242
29243 \series bold
29244 Nota:
29245 \series default
29246  Los cuadros rotados o escalados no pueden contener flotantes.
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Subsection
29255 Cuadros rotados
29256 \begin_inset Index
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Cuadros ! Rotar
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \begin_inset Index
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270 Material rotado
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \begin_inset Index
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280 Figuras ! Rotar
29281 \end_layout
29282
29283 \end_inset
29284
29285
29286 \begin_inset Index
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 Tablas ! Rotar
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Standard
29299 Para rotar material debes ponerlo en un cuadro rotado.
29300  Los cuadros rotados se crean con el comando 
29301 \series bold
29302
29303 \backslash
29304 rotatebox
29305 \series default
29306  en código TeX, según el esquema:
29307 \end_layout
29308
29309 \begin_layout Standard
29310
29311 \series bold
29312
29313 \backslash
29314 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29315 \end_layout
29316
29317 \begin_layout Standard
29318 El origen de rotación se especifica en la forma 
29319 \series bold
29320 origin=position
29321 \series default
29322 .
29323  Son posibles las posiciones siguientes: 
29324 \emph on
29325 c
29326 \emph default
29327  (center), 
29328 \emph on
29329 l
29330 \emph default
29331  (left), 
29332 \emph on
29333 r
29334 \emph default
29335  (right), 
29336 \emph on
29337 b
29338 \emph default
29339  (bottom), 
29340 \emph on
29341 t
29342 \emph default
29343  (top), así como combinaciones adecuadas de las posiciones básicas.
29344  Por ejemplo, 
29345 \emph on
29346 lt
29347 \emph default
29348  significa que el origen de rotación es la esquina superior izquierda del
29349  cuadro.
29350  Si no se especifica origen de rotación se usará la posición 
29351 \emph on
29352 l
29353 \emph default
29354 .
29355  El ángulo de rotación es un número de grados, y puede ser negativo.
29356  El sentido de giro es contrario al de las agujas del reloj.
29357 \end_layout
29358
29359 \begin_layout Standard
29360 En el siguiente ejemplo se ha insertado el comando 
29361 \series bold
29362
29363 \backslash
29364 rotatebox[origin=c]{60}{ 
29365 \series default
29366 como código TeX delante del texto «con rotación»; después del texto, el
29367  cuadro se ha cerrado con llave de cierre en código TeX.
29368 \end_layout
29369
29370 \begin_layout Standard
29371 Esta línea contiene texto 
29372 \begin_inset ERT
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376
29377
29378 \backslash
29379 rotatebox[origin=c]{60}{
29380 \end_layout
29381
29382 \end_inset
29383
29384 con rotación
29385 \begin_inset ERT
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390 }
29391 \end_layout
29392
29393 \end_inset
29394
29395 .
29396 \end_layout
29397
29398 \begin_layout Standard
29399 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29400  línea:
29401 \end_layout
29402
29403 \begin_layout Standard
29404 En esta línea hay texto enmarcado 
29405 \begin_inset ERT
29406 status collapsed
29407
29408 \begin_layout Plain Layout
29409
29410
29411 \backslash
29412 rotatebox[origin=r]{-60}{
29413 \end_layout
29414
29415 \end_inset
29416
29417
29418 \begin_inset Box Doublebox
29419 position "c"
29420 hor_pos "c"
29421 has_inner_box 0
29422 inner_pos "c"
29423 use_parbox 0
29424 width "1in"
29425 special "width"
29426 height "1in"
29427 height_special "totalheight"
29428 status open
29429
29430 \begin_layout Plain Layout
29431 con rotación
29432 \end_layout
29433
29434 \end_inset
29435
29436
29437 \begin_inset ERT
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441
29442 }
29443 \end_layout
29444
29445 \end_inset
29446
29447  y 
29448 \begin_inset ERT
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452
29453
29454 \backslash
29455 rotatebox[origin=lb]{60}{
29456 \end_layout
29457
29458 \end_inset
29459
29460
29461 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29462 \end_inset
29463
29464
29465 \begin_inset ERT
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469
29470 }
29471 \end_layout
29472
29473 \end_inset
29474
29475  una ecuación.
29476 \end_layout
29477
29478 \begin_layout Standard
29479 O una imagen o una tabla:
29480 \end_layout
29481
29482 \begin_layout Standard
29483 Aquí hay una imagen girada 
29484 \begin_inset ERT
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489
29490 \backslash
29491 rotatebox[origin=lb]{90}{
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \begin_inset Graphics
29498         filename ../clipart/platypus.eps
29499         lyxscale 50
29500         width 25col%
29501
29502 \end_inset
29503
29504
29505 \begin_inset ERT
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509
29510 }
29511 \end_layout
29512
29513 \end_inset
29514
29515  y una tabla girada 
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521
29522 \backslash
29523 rotatebox[origin=l]{-90}{
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \begin_inset Tabular
29530 <lyxtabular version="3" rows="2" columns="2">
29531 <features>
29532 <column alignment="center" valignment="top" width="0">
29533 <column alignment="center" valignment="top" width="0">
29534 <row>
29535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29536 \begin_inset Text
29537
29538 \begin_layout Plain Layout
29539 q
29540 \end_layout
29541
29542 \end_inset
29543 </cell>
29544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548 w
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 </row>
29554 <row>
29555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29556 \begin_inset Text
29557
29558 \begin_layout Plain Layout
29559 e
29560 \end_layout
29561
29562 \end_inset
29563 </cell>
29564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29565 \begin_inset Text
29566
29567 \begin_layout Plain Layout
29568 r
29569 \end_layout
29570
29571 \end_inset
29572 </cell>
29573 </row>
29574 </lyxtabular>
29575
29576 \end_inset
29577
29578
29579 \begin_inset ERT
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583
29584 }
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \begin_layout Subsection
29593 Cuadros escalados
29594 \begin_inset Index
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598 Cuadros ! Escalar
29599 \end_layout
29600
29601 \end_inset
29602
29603
29604 \begin_inset Index
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Material escalado
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \begin_inset Index
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618 Figuras ! Escalar
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \begin_inset Index
29625 status collapsed
29626
29627 \begin_layout Plain Layout
29628 Tablas ! Escalar
29629 \end_layout
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Para escalar material se pueden usar los comandos 
29638 \series bold
29639
29640 \backslash
29641 scalebox
29642 \series default
29643  y 
29644 \series bold
29645
29646 \backslash
29647 resizebox 
29648 \series default
29649 en código TeX.
29650 \end_layout
29651
29652 \begin_layout Standard
29653
29654 \series bold
29655
29656 \backslash
29657 scalebox
29658 \series default
29659  se usa con el esquema siguiente:
29660 \end_layout
29661
29662 \begin_layout Standard
29663
29664 \series bold
29665
29666 \backslash
29667 scalebox{horizontal}[vertical]{contenido del cuadro}
29668 \end_layout
29669
29670 \begin_layout Standard
29671 Horizontal y vertical son los factores de escala correspondientes.
29672  Si no se especifica factor vertical, su valor será el mismo que el factor
29673  de escala horizontal.
29674  
29675 \end_layout
29676
29677 \begin_layout Standard
29678 Por ejemplo, el comando 
29679 \series bold
29680
29681 \backslash
29682 scalebox{2}{Hola} 
29683 \series default
29684 crea un 
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 scalebox{2}{
29693 \end_layout
29694
29695 \end_inset
29696
29697 Hola
29698 \begin_inset ERT
29699 status collapsed
29700
29701 \begin_layout Plain Layout
29702
29703 }
29704 \end_layout
29705
29706 \end_inset
29707
29708  de doble tamaño que el texto normal del documento.
29709 \end_layout
29710
29711 \begin_layout Standard
29712 El comando 
29713 \series bold
29714
29715 \backslash
29716 scalebox{2}[1]{Hola} 
29717 \series default
29718 distorsiona el 
29719 \begin_inset ERT
29720 status collapsed
29721
29722 \begin_layout Plain Layout
29723
29724
29725 \backslash
29726 scalebox{2}[1]{
29727 \end_layout
29728
29729 \end_inset
29730
29731 Hola
29732 \begin_inset ERT
29733 status collapsed
29734
29735 \begin_layout Plain Layout
29736
29737 }
29738 \end_layout
29739
29740 \end_inset
29741
29742 .
29743 \end_layout
29744
29745 \begin_layout Standard
29746 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29747  Por eso el comando 
29748 \series bold
29749
29750 \backslash
29751 scalebox{-1}[1]{Hola} 
29752 \series default
29753 puede usarse para reflejar un texto: 
29754 \begin_inset ERT
29755 status collapsed
29756
29757 \begin_layout Plain Layout
29758
29759
29760 \backslash
29761 scalebox{-1}[1]{
29762 \end_layout
29763
29764 \end_inset
29765
29766 Hola
29767 \begin_inset ERT
29768 status collapsed
29769
29770 \begin_layout Plain Layout
29771
29772 }
29773 \end_layout
29774
29775 \end_inset
29776
29777 .
29778 \end_layout
29779
29780 \begin_layout Standard
29781
29782 \series bold
29783
29784 \backslash
29785 scalebox{1}[-1]{Hola} 
29786 \series default
29787 refleja el 
29788 \begin_inset ERT
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792
29793
29794 \backslash
29795 scalebox{1}[-1]{
29796 \end_layout
29797
29798 \end_inset
29799
29800 Hola
29801 \begin_inset ERT
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805
29806 }
29807 \end_layout
29808
29809 \end_inset
29810
29811  sobre la base.
29812 \end_layout
29813
29814 \begin_layout Standard
29815 El comando 
29816 \series bold
29817
29818 \backslash
29819 scalebox{-1}[1]{contenido del cuadro} 
29820 \series default
29821 puede sustituirse por 
29822 \series bold
29823
29824 \begin_inset Newline newline
29825 \end_inset
29826
29827
29828 \backslash
29829 reflectbox{contenido del cuadro}
29830 \begin_inset VSpace defskip
29831 \end_inset
29832
29833
29834 \end_layout
29835
29836 \begin_layout Standard
29837 El comando 
29838 \series bold
29839
29840 \backslash
29841 resizebox
29842 \series default
29843  sirve para escalar el cuadro a una altura y anchura definidas, según el
29844  esquema:
29845 \end_layout
29846
29847 \begin_layout Standard
29848
29849 \series bold
29850
29851 \backslash
29852 resizebox{anchura}{altura}{contenido del cuadro}
29853 \end_layout
29854
29855 \begin_layout Standard
29856 Si uno de los argumentos del comando es un signo de exclamación, 
29857 \series bold
29858 !
29859 \series default
29860 , la escala se produce de forma que se mantiene la relación de las dimensiones
29861  originales del contenido del cuadro.
29862  
29863 \end_layout
29864
29865 \begin_layout Standard
29866 El comando 
29867 \series bold
29868
29869 \backslash
29870 resizebox{2cm}{1cm}{Hola}
29871 \series default
29872  genera: 
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878
29879 \backslash
29880 resizebox{2cm}{1cm}{
29881 \end_layout
29882
29883 \end_inset
29884
29885 Hola
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891 }
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \begin_inset Newline newline
29898 \end_inset
29899
29900 El comando 
29901 \series bold
29902
29903 \backslash
29904 resizebox{2cm}{!}{Hola}
29905 \series default
29906  genera: 
29907 \begin_inset ERT
29908 status collapsed
29909
29910 \begin_layout Plain Layout
29911
29912
29913 \backslash
29914 resizebox{2cm}{!}{
29915 \end_layout
29916
29917 \end_inset
29918
29919 Hola
29920 \begin_inset ERT
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924
29925 }
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \end_layout
29932
29933 \begin_layout Standard
29934 \begin_inset VSpace defskip
29935 \end_inset
29936
29937
29938 \end_layout
29939
29940 \begin_layout Standard
29941 \begin_inset Note Greyedout
29942 status open
29943
29944 \begin_layout Plain Layout
29945
29946 \series bold
29947 Nota: 
29948 \series default
29949 Si los argumentos de 
29950 \series bold
29951
29952 \backslash
29953 scalebox
29954 \series default
29955  o 
29956 \series bold
29957
29958 \backslash
29959 resizebox
29960 \series default
29961  son cero, no se generan errores de LaTeX al exportar el documento, pero
29962  puede suceder que la salida no se muestre o que sea incompleta.
29963  
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \begin_inset VSpace defskip
29970 \end_inset
29971
29972
29973 \end_layout
29974
29975 \begin_layout Standard
29976 Los cuadros se pueden combinar en cualquier orden.
29977  Por ejemplo, el comando
29978 \series bold
29979
29980 \begin_inset Newline newline
29981 \end_inset
29982
29983
29984 \backslash
29985 rotatebox[origin=c]{-45}{
29986 \backslash
29987 resizebox{2cm}{!}{
29988 \backslash
29989 reflectbox{Hola}}}
29990 \begin_inset Newline newline
29991 \end_inset
29992
29993
29994 \series default
29995 genera:
29996 \end_layout
29997
29998 \begin_layout Standard
29999 \noindent
30000 \align center
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006
30007 \backslash
30008 rotatebox[origin=c]{-45}{
30009 \backslash
30010 resizebox{2cm}{!}{
30011 \backslash
30012 reflectbox{
30013 \end_layout
30014
30015 \end_inset
30016
30017 Hola
30018 \begin_inset ERT
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022
30023 }}}
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \end_layout
30030
30031 \begin_layout Standard
30032 \noindent
30033 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30034 \end_layout
30035
30036 \begin_layout Standard
30037 \noindent
30038
30039 \end_layout
30040
30041 \begin_layout Standard
30042 \align center
30043 \begin_inset ERT
30044 status collapsed
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 rotatebox[origin=c]{-30}{
30051 \backslash
30052 resizebox{2cm}{!}{
30053 \backslash
30054 reflectbox{
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \begin_inset Graphics
30061         filename ../clipart/platypus.eps
30062         lyxscale 50
30063         width 25col%
30064
30065 \end_inset
30066
30067
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073 }}}
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 rotatebox[origin=c]{-45}{
30087 \backslash
30088 resizebox{2cm}{!}{
30089 \backslash
30090 reflectbox{
30091 \end_layout
30092
30093 \end_inset
30094
30095
30096 \begin_inset Tabular
30097 <lyxtabular version="3" rows="2" columns="2">
30098 <features>
30099 <column alignment="center" valignment="top" width="0">
30100 <column alignment="center" valignment="top" width="0">
30101 <row>
30102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Plain Layout
30106 q
30107 \end_layout
30108
30109 \end_inset
30110 </cell>
30111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30112 \begin_inset Text
30113
30114 \begin_layout Plain Layout
30115 w
30116 \end_layout
30117
30118 \end_inset
30119 </cell>
30120 </row>
30121 <row>
30122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30123 \begin_inset Text
30124
30125 \begin_layout Plain Layout
30126 e
30127 \end_layout
30128
30129 \end_inset
30130 </cell>
30131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30132 \begin_inset Text
30133
30134 \begin_layout Plain Layout
30135 r
30136 \end_layout
30137
30138 \end_inset
30139 </cell>
30140 </row>
30141 </lyxtabular>
30142
30143 \end_inset
30144
30145
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 }}}
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162
30163 \backslash
30164 rotatebox[origin=c]{-45}{
30165 \backslash
30166 resizebox{2cm}{!}{
30167 \backslash
30168 reflectbox{
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30175 \end_inset
30176
30177
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183 }}}
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \begin_layout Standard
30192 Si se usa el estilo global 
30193 \series bold
30194 fleqn
30195 \series default
30196  para las ecuaciones del documento,
30197 \begin_inset Foot
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201 Si «fleqn» se añade a las opciones de clase del documento.
30202 \end_layout
30203
30204 \end_inset
30205
30206  también pueden escalarse las ecuaciones en estilo presentación.
30207 \end_layout
30208
30209 \begin_layout Chapter
30210 Archivo
30211 \begin_inset Index
30212 status collapsed
30213
30214 \begin_layout Plain Layout
30215 Archivo, insertar
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \begin_layout Standard
30224 Con el menú 
30225 \family sans
30226 Insertar\SpecialChar \menuseparator
30227 Archivo 
30228 \family default
30229 se pueden insertar archivos externos en un documento.
30230  Estos pueden ser:
30231 \end_layout
30232
30233 \begin_layout Description
30234 Documento
30235 \begin_inset space ~
30236 \end_inset
30237
30238 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30239 \end_layout
30240
30241 \begin_layout Description
30242 Texto
30243 \begin_inset space ~
30244 \end_inset
30245
30246 simple
30247 \begin_inset space ~
30248 \end_inset
30249
30250 como
30251 \begin_inset space ~
30252 \end_inset
30253
30254 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30255  como un nuevo párrafo.
30256 \end_layout
30257
30258 \begin_layout Description
30259 Texto
30260 \begin_inset space ~
30261 \end_inset
30262
30263 simple
30264 \begin_inset space ~
30265 \end_inset
30266
30267 como
30268 \begin_inset space ~
30269 \end_inset
30270
30271 párrafos Un documento de texto; cada línea del texto se inserta tal como
30272  está, formando un solo párrafo.
30273  Las líneas vacías generan un nuevo párrafo en tu documento.
30274 \end_layout
30275
30276 \begin_layout Description
30277 Material
30278 \begin_inset space ~
30279 \end_inset
30280
30281 externo Archivos en diversos formatos.
30282 \end_layout
30283
30284 \begin_layout Description
30285 Documento
30286 \begin_inset space ~
30287 \end_inset
30288
30289 hijo Documentos LyX, LaTeX o texto simple.
30290 \end_layout
30291
30292 \begin_layout Section
30293 Material externo
30294 \begin_inset Index
30295 status collapsed
30296
30297 \begin_layout Plain Layout
30298 Material externo
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \end_layout
30305
30306 \begin_layout Standard
30307 Esta característica te permite insertar archivos en tu documento sin convertirlo
30308 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30309  las necesarias conversiones.
30310  Esto es parecido a la inserción de imágenes en diversos formatos en los
30311  documentos LyX.
30312 \end_layout
30313
30314 \begin_layout Standard
30315 El material externo se puede insertar mediante el diálogo que surge a partir
30316  del menú 
30317 \family sans
30318 Insertar\SpecialChar \menuseparator
30319 Archivo\SpecialChar \menuseparator
30320 Material
30321 \begin_inset space ~
30322 \end_inset
30323
30324 externo
30325 \family default
30326 .
30327  Actualmente se permiten los siguientes tipos de archivo (
30328 \family sans
30329 Plantillas
30330 \family default
30331 ):
30332 \end_layout
30333
30334 \begin_layout Description
30335 Diagrama
30336 \begin_inset space ~
30337 \end_inset
30338
30339 de
30340 \begin_inset space ~
30341 \end_inset
30342
30343 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30344  con el programa 
30345 \series bold
30346
30347 \begin_inset CommandInset href
30348 LatexCommand href
30349 name "XBoard"
30350 target "http://en.wikipedia.org/wiki/XBoard"
30351
30352 \end_inset
30353
30354
30355 \series default
30356 .
30357 \end_layout
30358
30359 \begin_layout Description
30360 Fecha Esta inserta la fecha en el formato 
30361 \emph on
30362 Día-Mes-Año.
30363
30364 \emph default
30365  A continuación hay una fecha insertada como material externo: 
30366 \begin_inset External
30367         template Date
30368         filename ...
30369
30370 \end_inset
30371
30372
30373 \lang english
30374
30375 \begin_inset space ~
30376 \end_inset
30377
30378
30379 \begin_inset Note Note
30380 status open
30381
30382 \begin_layout Plain Layout
30383
30384 \lang english
30385 Remove the protected space when bug 4398 is fixed!
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \lang spanish
30392
30393 \begin_inset Newline newline
30394 \end_inset
30395
30396 La fecha no se muestra en LyX, sólo en la salida.
30397  Hay otros dos métodos de insertar una fecha, con el menú 
30398 \family sans
30399 Insertar\SpecialChar \menuseparator
30400 Fecha
30401 \family default
30402  y con el comando LaTeX 
30403 \series bold
30404
30405 \backslash
30406 today
30407 \series default
30408  en código TeX.
30409  Los distintos métodos se comparan en la tabla
30410 \begin_inset space ~
30411 \end_inset
30412
30413
30414 \begin_inset CommandInset ref
30415 LatexCommand ref
30416 reference "tab:Comparación-de"
30417
30418 \end_inset
30419
30420 .
30421 \end_layout
30422
30423 \begin_layout Description
30424 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30425 \begin_inset Newline linebreak
30426 \end_inset
30427
30428
30429 \series bold
30430
30431 \begin_inset CommandInset href
30432 LatexCommand href
30433 name "LilyPond"
30434 target "http://en.wikipedia.org/wiki/LilyPond"
30435
30436 \end_inset
30437
30438
30439 \series default
30440 .
30441 \end_layout
30442
30443 \begin_layout Description
30444 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30445  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30446  la opción 
30447 \emph on
30448 pages
30449 \emph default
30450  en el campo 
30451 \family sans
30452 Opción
30453 \family default
30454  de la pestaña 
30455 \family sans
30456 Opciones de LaTeX y LyX
30457 \family default
30458 , según la descripción de la plantilla en el diálogo.
30459  Si no se usa la opción 
30460 \emph on
30461 pages
30462 \emph default
30463 , sólo se inserta la primera página del PDF.
30464 \end_layout
30465
30466 \begin_layout Description
30467 RasterImage Sirve para insertar imágenes bitmap.
30468  Casi todos los formatos populares de imágenes están soportados.
30469  Las imágenes se pueden tratar en el diálogo 
30470 \family sans
30471 Material Externo
30472 \family default
30473  como las que habitualmente se incluyen mediante el diálogo 
30474 \family sans
30475 Gráficos
30476 \family default
30477 , tal como se explica en la sección
30478 \begin_inset space ~
30479 \end_inset
30480
30481
30482 \begin_inset CommandInset ref
30483 LatexCommand ref
30484 reference "sec:Diálogo-Gráficos"
30485
30486 \end_inset
30487
30488 .
30489  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30490  PDF y EPS no están soportadas.
30491 \end_layout
30492
30493 \begin_layout Description
30494 XFig Esta plantilla soporta imágenes creadas con el programa 
30495 \series bold
30496
30497 \begin_inset CommandInset href
30498 LatexCommand href
30499 name "Xfig"
30500 target "http://en.wikipedia.org/wiki/Xfig"
30501
30502 \end_inset
30503
30504
30505 \series default
30506 .
30507 \end_layout
30508
30509 \begin_layout Standard
30510 \begin_inset Float table
30511 placement h
30512 wide false
30513 sideways false
30514 status open
30515
30516 \begin_layout Plain Layout
30517 \begin_inset Caption
30518
30519 \begin_layout Plain Layout
30520 \begin_inset CommandInset label
30521 LatexCommand label
30522 name "tab:Comparación-de"
30523
30524 \end_inset
30525
30526 Comparación de los métodos de inserción de fecha.
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Plain Layout
30535 \align center
30536 \begin_inset Tabular
30537 <lyxtabular version="3" rows="4" columns="4">
30538 <features>
30539 <column alignment="center" valignment="top" width="0">
30540 <column alignment="center" valignment="top" width="0">
30541 <column alignment="center" valignment="top" width="0">
30542 <column alignment="center" valignment="top" width="0">
30543 <row>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548 Documento
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30554 \begin_inset Text
30555
30556 \begin_layout Plain Layout
30557
30558 \family sans
30559 Material externo\SpecialChar \menuseparator
30560 Fecha
30561 \end_layout
30562
30563 \end_inset
30564 </cell>
30565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30566 \begin_inset Text
30567
30568 \begin_layout Plain Layout
30569
30570 \family sans
30571 Insertar\SpecialChar \menuseparator
30572 Fecha
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30578 \begin_inset Text
30579
30580 \begin_layout Plain Layout
30581 comando 
30582 \series bold
30583
30584 \backslash
30585 today
30586 \end_layout
30587
30588 \end_inset
30589 </cell>
30590 </row>
30591 <row>
30592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 LyX
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605 como cuadro
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30611 \begin_inset Text
30612
30613 \begin_layout Plain Layout
30614 como fecha
30615 \end_layout
30616
30617 \end_inset
30618 </cell>
30619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30620 \begin_inset Text
30621
30622 \begin_layout Plain Layout
30623 como cuadro código TeX
30624 \end_layout
30625
30626 \end_inset
30627 </cell>
30628 </row>
30629 <row>
30630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30631 \begin_inset Text
30632
30633 \begin_layout Plain Layout
30634 LaTeX
30635 \end_layout
30636
30637 \end_inset
30638 </cell>
30639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30640 \begin_inset Text
30641
30642 \begin_layout Plain Layout
30643 como fecha
30644 \end_layout
30645
30646 \end_inset
30647 </cell>
30648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30649 \begin_inset Text
30650
30651 \begin_layout Plain Layout
30652 como fecha
30653 \end_layout
30654
30655 \end_inset
30656 </cell>
30657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Plain Layout
30661 como comando
30662 \end_layout
30663
30664 \end_inset
30665 </cell>
30666 </row>
30667 <row>
30668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30669 \begin_inset Text
30670
30671 \begin_layout Plain Layout
30672 DVI, PDF, PS
30673 \end_layout
30674
30675 \end_inset
30676 </cell>
30677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30678 \begin_inset Text
30679
30680 \begin_layout Plain Layout
30681 como fecha
30682 \end_layout
30683
30684 \end_inset
30685 </cell>
30686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30687 \begin_inset Text
30688
30689 \begin_layout Plain Layout
30690 como fecha
30691 \end_layout
30692
30693 \end_inset
30694 </cell>
30695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30696 \begin_inset Text
30697
30698 \begin_layout Plain Layout
30699 como fecha
30700 \end_layout
30701
30702 \end_inset
30703 </cell>
30704 </row>
30705 </lyxtabular>
30706
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \end_inset
30713
30714
30715 \end_layout
30716
30717 \begin_layout Standard
30718 Si utilizas la opción 
30719 \family sans
30720 Borrador
30721 \family default
30722  en la solapa 
30723 \family sans
30724 Archivo
30725 \family default
30726  del diálogo 
30727 \family sans
30728 Material Externo
30729 \family default
30730 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30731 \family sans
30732
30733 \begin_inset Newline newline
30734 \end_inset
30735
30736
30737 \family default
30738 El material externo se muestra en LyX como un cuadro del tipo:
30739 \family sans
30740  
30741 \family default
30742
30743 \begin_inset Graphics
30744         filename clipart/MaterialExternoQt4.png
30745         scale 80
30746
30747 \end_inset
30748
30749  o como imagen, dependiendo de si se marca la opción 
30750 \family sans
30751 Mostrar en LyX 
30752 \family default
30753 de la pestaña 
30754 \family sans
30755 Opciones de LaTeX y LyX
30756 \family default
30757  del diálogo
30758 \family sans
30759 .
30760 \end_layout
30761
30762 \begin_layout Standard
30763 En el manual 
30764 \emph on
30765 Personalización
30766 \emph default
30767  se explica cómo definir tus propias plantillas.
30768 \end_layout
30769
30770 \begin_layout Section
30771 Documento hijo
30772 \begin_inset CommandInset label
30773 LatexCommand label
30774 name "sec:Documento-Hijo"
30775
30776 \end_inset
30777
30778
30779 \begin_inset Index
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 Documento hijo
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Los documentos hijos se emplean en el caso de tener un documento extenso
30793  compuesto por varias partes o secciones más grandes.
30794  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30795  en varios archivos que pueden ser revisados por separado.
30796  Estos archivos se conocen como documentos hijos, y el llamado documento
30797  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30798  
30799 \end_layout
30800
30801 \begin_layout Standard
30802 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30803  cuadros del tipo: 
30804 \begin_inset Graphics
30805         filename clipart/DocumentoHijoQt4.png
30806         scale 80
30807
30808 \end_inset
30809
30810 .
30811  Para incluir documentos hijos en un documento maestro utiliza el menú 
30812 \family sans
30813 Insertar
30814 \family default
30815 \SpecialChar \menuseparator
30816
30817 \family sans
30818 Archivo
30819 \family default
30820 \SpecialChar \menuseparator
30821
30822 \family sans
30823 Documento
30824 \begin_inset space ~
30825 \end_inset
30826
30827 hijo
30828 \family default
30829 .
30830  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30831 \end_layout
30832
30833 \begin_layout Description
30834 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30835  Al pulsar el botón 
30836 \family sans
30837 Cargar
30838 \family default
30839  en el diálogo 
30840 \family sans
30841 Documento hijo
30842 \family default
30843 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30844  la ventana de LyX y así puedes modificarlos si quieres.
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Aquí hay un archivo insertado con el método 
30849 \family sans
30850 Incluir
30851 \family default
30852
30853 \begin_inset CommandInset include
30854 LatexCommand include
30855 filename "DocumentoPostizo1.lyx"
30856
30857 \end_inset
30858
30859
30860 \end_layout
30861
30862 \begin_layout Standard
30863 La numeración de secciones tiene en cuenta las secciones de los archivos
30864  incluidos en el orden en que están insertados en el documento maestro.
30865  El documento incluido de ejemplo tiene una subsección que se numera como
30866  subsección de la presente sección.
30867  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30868 \begin_inset space ~
30869 \end_inset
30870
30871
30872 \begin_inset CommandInset ref
30873 LatexCommand ref
30874 reference "sub:Subsección-Externa-1"
30875
30876 \end_inset
30877
30878 .
30879 \end_layout
30880
30881 \begin_layout Standard
30882 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30883  del documento maestro.
30884  Los documentos incluidos se insertan comenzando una página nueva y acabando
30885  con un salto de página.
30886 \end_layout
30887
30888 \begin_layout Standard
30889 Con el comando LaTeX 
30890 \series bold
30891
30892 \backslash
30893 includeonly
30894 \series default
30895  puedes determinar qué documentos hijos serán procesados al generar la salida.
30896  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30897  un extenso documento y quieres ahorrar tiempo de compilación.
30898  
30899 \series bold
30900
30901 \backslash
30902 includeonly 
30903 \series default
30904 se inserta en el preámbulo del documento maestro, poniendo como argumento
30905  una lista de los nombres de archivo separados con comas, p.
30906 \begin_inset space \thinspace{}
30907 \end_inset
30908
30909 e.
30910  la orden:
30911 \end_layout
30912
30913 \begin_layout Standard
30914
30915 \series bold
30916
30917 \backslash
30918 includeonly{capítulo1,capítulo5}
30919 \end_layout
30920
30921 \begin_layout Standard
30922 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30923 » (o «capítulo1.tex») y «capítulo5.lyx».
30924 \end_layout
30925
30926 \begin_layout Standard
30927 \begin_inset Note Greyedout
30928 status open
30929
30930 \begin_layout Plain Layout
30931
30932 \series bold
30933 Nota:
30934 \series default
30935  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30936  a la del documento maestro, recibirás una advertencia al exportar/ver el
30937  documento, ya que esto podría dar resultados inesperados.
30938 \end_layout
30939
30940 \end_inset
30941
30942
30943 \end_layout
30944
30945 \begin_layout Description
30946 Entrada Este método es muy parecido al método 
30947 \family sans
30948 Incluir
30949 \family default
30950 .
30951  Las diferencias son:
30952 \end_layout
30953
30954 \begin_deeper
30955 \begin_layout Itemize
30956 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30957  un salto de página.
30958 \end_layout
30959
30960 \begin_layout Itemize
30961 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30962 \family sans
30963 Vista
30964 \begin_inset space ~
30965 \end_inset
30966
30967 preliminar
30968 \begin_inset space ~
30969 \end_inset
30970
30971 inmediata 
30972 \family default
30973 está activada en el diálogo 
30974 \family sans
30975 Herramientas\SpecialChar \menuseparator
30976 Preferencias
30977 \family default
30978 , apartado 
30979 \family sans
30980 Apariencia\SpecialChar \menuseparator
30981 Gráficos
30982 \family default
30983 .
30984 \end_layout
30985
30986 \begin_layout Itemize
30987 No se puede utilizar el comando LaTeX 
30988 \series bold
30989
30990 \backslash
30991 includeonly
30992 \series default
30993 .
30994 \end_layout
30995
30996 \end_deeper
30997 \begin_layout Standard
30998 Aquí hay un documento hijo insertado con el método 
30999 \family sans
31000 Entrada
31001 \family default
31002 :
31003 \end_layout
31004
31005 \begin_layout Standard
31006 \begin_inset CommandInset include
31007 LatexCommand input
31008 filename "DocumentoPostizo2.lyx"
31009
31010 \end_inset
31011
31012
31013 \end_layout
31014
31015 \begin_layout Description
31016 Literal Con este método se puede incluir todo archivo de texto.
31017  El archivo aparece en la salida con su código fuente, y si contiene comandos
31018  no se ejecutan.
31019  Con la opción 
31020 \family sans
31021 Marcar espacios en la salida
31022 \family default
31023  cada espacio en el código fuente se muestra en la salida con el carácter
31024  «
31025 \begin_inset ERT
31026 status collapsed
31027
31028 \begin_layout Plain Layout
31029
31030
31031 \backslash
31032 textvisiblespace
31033 \end_layout
31034
31035 \end_inset
31036
31037 ».
31038  La diferencia con el método de inserción mediante el menú 
31039 \family sans
31040 Insertar
31041 \family default
31042 \SpecialChar \menuseparator
31043
31044 \family sans
31045 Archivo
31046 \family default
31047 \SpecialChar \menuseparator
31048
31049 \family sans
31050 Texto
31051 \begin_inset space ~
31052 \end_inset
31053
31054 simple
31055 \family default
31056  es que en este caso el contenido del archivo se ve en LyX, mientras que
31057  en modo 
31058 \family sans
31059 Literal 
31060 \family default
31061 no se muestra el contenido, sino un recuadro con el nombre.
31062
31063 \family sans
31064  
31065 \end_layout
31066
31067 \begin_layout Standard
31068 Aquí se inserta un documento hijo en modo Literal:
31069 \begin_inset CommandInset include
31070 LatexCommand verbatiminput
31071 filename "DocumentoTextoPostizo.txt"
31072
31073 \end_inset
31074
31075
31076 \begin_inset VSpace bigskip
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Aquí se inserta un documento hijo en modo Literal con la opción 
31084 \family sans
31085 Marcar espacios en la salida
31086 \family default
31087 :
31088 \begin_inset CommandInset include
31089 LatexCommand verbatiminput*
31090 filename "DocumentoTextoPostizo.txt"
31091
31092 \end_inset
31093
31094
31095 \begin_inset VSpace bigskip
31096 \end_inset
31097
31098
31099 \end_layout
31100
31101 \begin_layout Standard
31102 \begin_inset Note Greyedout
31103 status open
31104
31105 \begin_layout Plain Layout
31106
31107 \series bold
31108 Nota:
31109 \series default
31110  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31111  incluidos en modo 
31112 \family sans
31113 literal
31114 \family default
31115  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31116  archivo de texto.
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \end_layout
31123
31124 \begin_layout Description
31125 Listado
31126 \begin_inset space ~
31127 \end_inset
31128
31129 de
31130 \begin_inset space ~
31131 \end_inset
31132
31133 programa Este tipo se describe en el capítulo
31134 \begin_inset space ~
31135 \end_inset
31136
31137
31138 \begin_inset CommandInset ref
31139 LatexCommand ref
31140 reference "cha:Listado-de-programa"
31141
31142 \end_inset
31143
31144 .
31145 \end_layout
31146
31147 \begin_layout Standard
31148 \begin_inset Note Greyedout
31149 status open
31150
31151 \begin_layout Plain Layout
31152
31153 \series bold
31154 Nota:
31155 \series default
31156  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31157  problemas en LaTeX.
31158 \end_layout
31159
31160 \end_inset
31161
31162
31163 \end_layout
31164
31165 \begin_layout Chapter
31166 Listado de programa
31167 \begin_inset CommandInset label
31168 LatexCommand label
31169 name "cha:Listado-de-programa"
31170
31171 \end_inset
31172
31173
31174 \begin_inset Index
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178 Listado de programa
31179 \end_layout
31180
31181 \end_inset
31182
31183
31184 \begin_inset Index
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188 Código de programa
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \begin_inset Index
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198 Flotantes ! Listado de programa
31199 \end_layout
31200
31201 \end_inset
31202
31203
31204 \end_layout
31205
31206 \begin_layout Standard
31207 Para incluir y tipografiar código de programación puedes usar la opción
31208  de menú disponible en 
31209 \family sans
31210 Insertar\SpecialChar \menuseparator
31211 Listado
31212 \begin_inset space ~
31213 \end_inset
31214
31215 de
31216 \begin_inset space ~
31217 \end_inset
31218
31219 programa.
31220  
31221 \family default
31222 El paquete LaTeX 
31223 \series bold
31224 listings
31225 \series default
31226
31227 \begin_inset Index
31228 status collapsed
31229
31230 \begin_layout Plain Layout
31231 LaTeX-paquetes ! listings
31232 \end_layout
31233
31234 \end_inset
31235
31236  provee un mecanismo potente y flexible para insertar código fuente en tu
31237  documento.
31238 \end_layout
31239
31240 \begin_layout Standard
31241 Al hacer clic-derecho sobre un recuadro de listado surge una ventana de
31242  diálogo en la que puedes establecer el formato del mismo.
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31247  La opción de ubicación 
31248 \family sans
31249 Listado
31250 \begin_inset space ~
31251 \end_inset
31252
31253 en
31254 \begin_inset space ~
31255 \end_inset
31256
31257 línea
31258 \family default
31259  lo imprime en la línea, como este ejemplo: 
31260 \begin_inset listings
31261 lstparams "language={C++}"
31262 inline true
31263 status open
31264
31265 \begin_layout Plain Layout
31266
31267 int a=5;
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \family sans
31274
31275 \begin_inset Newline newline
31276 \end_inset
31277
31278
31279 \family default
31280 La opción 
31281 \family sans
31282 Flotante
31283 \family default
31284  crea un listado flotante cuya colocación se puede especificar mediante
31285  las opciones «
31286 \family sans
31287 h
31288 \family default
31289 », «
31290 \family sans
31291 t
31292 \family default
31293 », «
31294 \family sans
31295 b
31296 \family default
31297 » y «
31298 \family sans
31299 p
31300 \family default
31301 », correspondientes a las opciones de colocación de flotantes descritas
31302  en la sección
31303 \family sans
31304
31305 \begin_inset space ~
31306 \end_inset
31307
31308
31309 \begin_inset CommandInset ref
31310 LatexCommand ref
31311 reference "sec:Colocación-de-Flotantes"
31312
31313 \end_inset
31314
31315
31316 \family default
31317 .
31318  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31319  p.
31320 \family sans
31321
31322 \begin_inset space \thinspace{}
31323 \end_inset
31324
31325
31326 \family default
31327 e.
31328 \begin_inset space ~
31329 \end_inset
31330
31331 «
31332 \family sans
31333 htbp
31334 \family default
31335 ».
31336  La opción «
31337 \family sans
31338 h
31339 \family default
31340 » a veces no tiene efecto, pero no necesitas usar la opción 
31341 \family sans
31342 Flotante
31343 \family default
31344  en ese caso puesto que los listados de programa no flotantes también pueden
31345  tener leyendas y ser referenciadas.
31346 \end_layout
31347
31348 \begin_layout Standard
31349 Se puede añadir una leyenda a un listado de programa con el menú 
31350 \family sans
31351 Insertar\SpecialChar \menuseparator
31352 Leyenda
31353 \family default
31354
31355 \begin_inset Foot
31356 status collapsed
31357
31358 \begin_layout Plain Layout
31359 Para traducir la etiqueta 
31360 \begin_inset Quotes eld
31361 \end_inset
31362
31363 Listado
31364 \begin_inset Quotes erd
31365 \end_inset
31366
31367  de la leyenda, se añade al preámbulo del documento el comando 
31368 \series bold
31369
31370 \backslash
31371 renewcommand{
31372 \backslash
31373 lstlistingname}{Listado}
31374 \series default
31375 .
31376  (
31377 \emph on
31378 N.
31379 \begin_inset space \thinspace{}
31380 \end_inset
31381
31382 del t.
31383 \emph default
31384 )
31385 \end_layout
31386
31387 \end_inset
31388
31389 .
31390  Los listados de programa se pueden referenciar como los flotantes: Listado
31391 \begin_inset space ~
31392 \end_inset
31393
31394
31395 \begin_inset CommandInset ref
31396 LatexCommand ref
31397 reference "lst:Ejemplo-de-listado-de-programa"
31398
31399 \end_inset
31400
31401
31402 \end_layout
31403
31404 \begin_layout Standard
31405 \begin_inset listings
31406 lstparams "language=Python"
31407 inline false
31408 status open
31409
31410 \begin_layout Plain Layout
31411
31412 \begin_inset Caption
31413
31414 \begin_layout Plain Layout
31415 \begin_inset CommandInset label
31416 LatexCommand label
31417 name "lst:Ejemplo-de-listado-de-programa"
31418
31419 \end_inset
31420
31421 Ejemplo de listado de programa flotante
31422 \end_layout
31423
31424 \end_inset
31425
31426 # Ejemplo de listado flotante
31427 \end_layout
31428
31429 \begin_layout Plain Layout
31430
31431 def func(param):
31432 \end_layout
31433
31434 \begin_layout Plain Layout
31435
31436     'this is a python function'
31437 \end_layout
31438
31439 \begin_layout Plain Layout
31440
31441     pass
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31451  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31452  y tipografiadas de manera especial en la salida.
31453  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31454  negrita.
31455 \end_layout
31456
31457 \begin_layout Standard
31458 \begin_inset Note Greyedout
31459 status open
31460
31461 \begin_layout Plain Layout
31462
31463 \series bold
31464 Nota:
31465 \series default
31466  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31467  debe probablemente a que dicha fuente no suministra negritas.
31468  En este caso selecciona una fuente distinta en el menú 
31469 \family sans
31470 Documento
31471 \family default
31472 \SpecialChar \menuseparator
31473
31474 \family sans
31475 Configuración
31476 \family default
31477 \SpecialChar \menuseparator
31478
31479 \family sans
31480 Fuentes.
31481  
31482 \family default
31483 (Las fuentes 
31484 \emph on
31485 LuxiMono, BeraMono
31486 \emph default
31487  y 
31488 \emph on
31489 Courier 
31490 \emph default
31491 suministran negritas.)
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Standard
31500 En la sección 
31501 \family sans
31502 Numeración
31503 \begin_inset space ~
31504 \end_inset
31505
31506 de
31507 \begin_inset space ~
31508 \end_inset
31509
31510 líneas
31511 \family default
31512  del diálogo puedes elegir el estilo de numeración de las líneas.
31513  En el campo 
31514 \family sans
31515 Paso 
31516 \family default
31517 puedes insertar un número para determinar qué líneas se numeran.
31518  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31519  
31520 \end_layout
31521
31522 \begin_layout Standard
31523 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31524  en la salida.
31525  La opción 
31526 \family sans
31527 Tabla
31528 \begin_inset space ~
31529 \end_inset
31530
31531 de
31532 \begin_inset space ~
31533 \end_inset
31534
31535 caracteres
31536 \begin_inset space ~
31537 \end_inset
31538
31539 extendida
31540 \family default
31541  debería emplearse si se usan en el código caracteres nacionales como la
31542  diéresis alemana.
31543 \begin_inset Newline newline
31544 \end_inset
31545
31546 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31547  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31548  y «Espacio como símbolo», rango de líneas 3-8:
31549 \begin_inset listings
31550 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31551 inline false
31552 status open
31553
31554 \begin_layout Plain Layout
31555
31556 def func(param):
31557 \end_layout
31558
31559 \begin_layout Plain Layout
31560
31561     'this is a python function'
31562 \end_layout
31563
31564 \begin_layout Plain Layout
31565
31566     pass
31567 \end_layout
31568
31569 \begin_layout Plain Layout
31570
31571 def func(param):
31572 \end_layout
31573
31574 \begin_layout Plain Layout
31575
31576 'This is a German word: Tschüß'
31577 \end_layout
31578
31579 \begin_layout Plain Layout
31580
31581 pass
31582 \end_layout
31583
31584 \begin_layout Plain Layout
31585
31586 def func(param):
31587 \end_layout
31588
31589 \begin_layout Plain Layout
31590
31591 'this is a python function'
31592 \end_layout
31593
31594 \begin_layout Plain Layout
31595
31596 pass
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \end_layout
31603
31604 \begin_layout Standard
31605 \begin_inset Note Greyedout
31606 status open
31607
31608 \begin_layout Plain Layout
31609
31610 \series bold
31611 Nota:
31612 \series default
31613  Debido a un error en el paquete 
31614 \series bold
31615 listings
31616 \series default
31617  la numeración de líneas cambia en una línea por cada listado previo.
31618  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31619  3 y 6.
31620 \end_layout
31621
31622 \end_inset
31623
31624
31625 \end_layout
31626
31627 \begin_layout Standard
31628 \begin_inset VSpace bigskip
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Standard
31635 También es posible imprimir como listado de programa líneas de un archivo.
31636  Para hacer esto, usa el menú 
31637 \family sans
31638 Insertar\SpecialChar \menuseparator
31639 Archivo\SpecialChar \menuseparator
31640 Documento
31641 \begin_inset space ~
31642 \end_inset
31643
31644 hijo 
31645 \family default
31646 y elige el tipo 
31647 \family sans
31648 Listado de programa
31649 \family default
31650 .
31651 \begin_inset Foot
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 Los restantes tipos de documento hijo se describen en la sección
31656 \begin_inset space ~
31657 \end_inset
31658
31659
31660 \begin_inset CommandInset ref
31661 LatexCommand ref
31662 reference "sec:Documento-Hijo"
31663
31664 \end_inset
31665
31666 .
31667 \end_layout
31668
31669 \end_inset
31670
31671  En el diálogo de documento hijo puedes especificar los parámetros del listado
31672  en el cuadro de texto.
31673  Para ver una lista de los parámetros disponibles teclea una interrogación
31674  «?» en el cuadro.
31675 \end_layout
31676
31677 \begin_layout Standard
31678 Para referenciar un documento hijo tipo listado, escribe el texto de la
31679  etiqueta en el campo correspondiente del diálogo de documento hijo.
31680  Después se puede referenciar la etiqueta con el menú 
31681 \family sans
31682 Insertar\SpecialChar \menuseparator
31683 Referencia cruzada.
31684 \end_layout
31685
31686 \begin_layout Standard
31687 A continuación hay un ejemplo, Listado
31688 \begin_inset space ~
31689 \end_inset
31690
31691
31692 \begin_inset CommandInset ref
31693 LatexCommand ref
31694 reference "lst:archivo-listado"
31695
31696 \end_inset
31697
31698 , de inserción de líneas de un archivo; en él se incluye el rango de las
31699  líneas 10
31700 \begin_inset space \thinspace{}
31701 \end_inset
31702
31703 -
31704 \begin_inset space \thinspace{}
31705 \end_inset
31706
31707 15 de este archivo LyX.
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \begin_inset CommandInset include
31712 LatexCommand lstinputlisting
31713 filename "EmbeddedObjects.lyx"
31714 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31715
31716 \end_inset
31717
31718
31719 \begin_inset VSpace bigskip
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Standard
31726 Las preferencias globales se pueden establecer en el diálogo 
31727 \family sans
31728 Documento\SpecialChar \menuseparator
31729 Configuración\SpecialChar \menuseparator
31730 Diseño
31731 \begin_inset space ~
31732 \end_inset
31733
31734 del
31735 \begin_inset space ~
31736 \end_inset
31737
31738 texto.
31739  
31740 \family default
31741 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31742  «?» en el campo de texto.
31743 \end_layout
31744
31745 \begin_layout Standard
31746 Para más información sobre el paquete 
31747 \series bold
31748 listings
31749 \series default
31750 , consulta su documentación
31751 \begin_inset space ~
31752 \end_inset
31753
31754
31755 \begin_inset CommandInset citation
31756 LatexCommand cite
31757 key "listings"
31758
31759 \end_inset
31760
31761 .
31762 \end_layout
31763
31764 \begin_layout Standard
31765 \begin_inset Newpage newpage
31766 \end_inset
31767
31768
31769 \end_layout
31770
31771 \begin_layout Chapter
31772 \start_of_appendix
31773 Unidades disponibles en LyX
31774 \begin_inset Index
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778 Unidades
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \begin_inset CommandInset label
31785 LatexCommand label
31786 name "cha:Unidades-disponibles-en"
31787
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \begin_layout Standard
31794 Para comprender las unidades utilizadas en este manual, el cuadro
31795 \begin_inset space ~
31796 \end_inset
31797
31798
31799 \begin_inset CommandInset ref
31800 LatexCommand ref
31801 reference "tab:Unidades"
31802
31803 \end_inset
31804
31805  describe todas las unidades disponibles en LyX.
31806 \end_layout
31807
31808 \begin_layout Standard
31809 \begin_inset Float table
31810 placement h
31811 wide false
31812 sideways false
31813 status open
31814
31815 \begin_layout Plain Layout
31816 \begin_inset Caption
31817
31818 \begin_layout Plain Layout
31819 \begin_inset CommandInset label
31820 LatexCommand label
31821 name "tab:Unidades"
31822
31823 \end_inset
31824
31825 Unidades
31826 \end_layout
31827
31828 \end_inset
31829
31830
31831 \end_layout
31832
31833 \begin_layout Plain Layout
31834 \begin_inset VSpace medskip
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Plain Layout
31841 \align center
31842 \begin_inset Tabular
31843 <lyxtabular version="3" rows="20" columns="2">
31844 <features>
31845 <column alignment="center" valignment="top" width="0">
31846 <column alignment="center" valignment="top" width="0">
31847 <row>
31848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852 unidad
31853 \end_layout
31854
31855 \end_inset
31856 </cell>
31857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31858 \begin_inset Text
31859
31860 \begin_layout Plain Layout
31861 nombre/descripción
31862 \end_layout
31863
31864 \end_inset
31865 </cell>
31866 </row>
31867 <row>
31868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31869 \begin_inset Text
31870
31871 \begin_layout Plain Layout
31872 mm
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881 milímetro
31882 \end_layout
31883
31884 \end_inset
31885 </cell>
31886 </row>
31887 <row>
31888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31889 \begin_inset Text
31890
31891 \begin_layout Plain Layout
31892 cm
31893 \end_layout
31894
31895 \end_inset
31896 </cell>
31897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901 centímetro
31902 \end_layout
31903
31904 \end_inset
31905 </cell>
31906 </row>
31907 <row>
31908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31909 \begin_inset Text
31910
31911 \begin_layout Plain Layout
31912 in
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Plain Layout
31921 pulgada
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 <row>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932 pt
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31938 \begin_inset Text
31939
31940 \begin_layout Plain Layout
31941 punto (72.27
31942 \begin_inset space \thinspace{}
31943 \end_inset
31944
31945 pt = 1
31946 \begin_inset space \thinspace{}
31947 \end_inset
31948
31949 in)
31950 \end_layout
31951
31952 \end_inset
31953 </cell>
31954 </row>
31955 <row>
31956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960 pc
31961 \end_layout
31962
31963 \end_inset
31964 </cell>
31965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31966 \begin_inset Text
31967
31968 \begin_layout Plain Layout
31969 pica (1
31970 \begin_inset space \thinspace{}
31971 \end_inset
31972
31973 pc = 12
31974 \begin_inset space \thinspace{}
31975 \end_inset
31976
31977 pt)
31978 \end_layout
31979
31980 \end_inset
31981 </cell>
31982 </row>
31983 <row>
31984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988 sp
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31994 \begin_inset Text
31995
31996 \begin_layout Plain Layout
31997 punto escalado (65536
31998 \begin_inset space \thinspace{}
31999 \end_inset
32000
32001 sp = 1
32002 \begin_inset space \thinspace{}
32003 \end_inset
32004
32005 pt)
32006 \end_layout
32007
32008 \end_inset
32009 </cell>
32010 </row>
32011 <row>
32012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 bp
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32022 \begin_inset Text
32023
32024 \begin_layout Plain Layout
32025 punto grande (72
32026 \begin_inset space \thinspace{}
32027 \end_inset
32028
32029 bp = 1
32030 \begin_inset space \thinspace{}
32031 \end_inset
32032
32033 in)
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 </row>
32039 <row>
32040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044 dd
32045 \end_layout
32046
32047 \end_inset
32048 </cell>
32049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32050 \begin_inset Text
32051
32052 \begin_layout Plain Layout
32053 didot (1
32054 \begin_inset space \thinspace{}
32055 \end_inset
32056
32057 dd 
32058 \begin_inset Formula $\approx$
32059 \end_inset
32060
32061  0.376
32062 \begin_inset space \thinspace{}
32063 \end_inset
32064
32065 mm)
32066 \end_layout
32067
32068 \end_inset
32069 </cell>
32070 </row>
32071 <row>
32072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076 cc
32077 \end_layout
32078
32079 \end_inset
32080 </cell>
32081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085 cicero (1
32086 \begin_inset space \thinspace{}
32087 \end_inset
32088
32089 cc = 12
32090 \begin_inset space \thinspace{}
32091 \end_inset
32092
32093 dd)
32094 \end_layout
32095
32096 \end_inset
32097 </cell>
32098 </row>
32099 <row>
32100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Plain Layout
32104 Scale%
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32110 \begin_inset Text
32111
32112 \begin_layout Plain Layout
32113 % de anchura original de la imagen
32114 \end_layout
32115
32116 \end_inset
32117 </cell>
32118 </row>
32119 <row>
32120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32121 \begin_inset Text
32122
32123 \begin_layout Plain Layout
32124 text%
32125 \end_layout
32126
32127 \end_inset
32128 </cell>
32129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32130 \begin_inset Text
32131
32132 \begin_layout Plain Layout
32133 % de anchura de texto
32134 \end_layout
32135
32136 \end_inset
32137 </cell>
32138 </row>
32139 <row>
32140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32141 \begin_inset Text
32142
32143 \begin_layout Plain Layout
32144 col%
32145 \end_layout
32146
32147 \end_inset
32148 </cell>
32149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32150 \begin_inset Text
32151
32152 \begin_layout Plain Layout
32153 % de anchura de columna
32154 \end_layout
32155
32156 \end_inset
32157 </cell>
32158 </row>
32159 <row>
32160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32161 \begin_inset Text
32162
32163 \begin_layout Plain Layout
32164 page%
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32170 \begin_inset Text
32171
32172 \begin_layout Plain Layout
32173 % de anchura de página
32174 \end_layout
32175
32176 \end_inset
32177 </cell>
32178 </row>
32179 <row>
32180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184 line%
32185 \end_layout
32186
32187 \end_inset
32188 </cell>
32189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193 % de anchura de línea
32194 \end_layout
32195
32196 \end_inset
32197 </cell>
32198 </row>
32199 <row>
32200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32201 \begin_inset Text
32202
32203 \begin_layout Plain Layout
32204 theight%
32205 \end_layout
32206
32207 \end_inset
32208 </cell>
32209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32210 \begin_inset Text
32211
32212 \begin_layout Plain Layout
32213 % de altura de texto
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 </row>
32219 <row>
32220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32221 \begin_inset Text
32222
32223 \begin_layout Plain Layout
32224 pheight%
32225 \end_layout
32226
32227 \end_inset
32228 </cell>
32229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32230 \begin_inset Text
32231
32232 \begin_layout Plain Layout
32233 % de altura de página
32234 \end_layout
32235
32236 \end_inset
32237 </cell>
32238 </row>
32239 <row>
32240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32241 \begin_inset Text
32242
32243 \begin_layout Plain Layout
32244 ex
32245 \end_layout
32246
32247 \end_inset
32248 </cell>
32249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 altura de la letra 
32254 \emph on
32255 x
32256 \emph default
32257  en la fuente actual
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 </row>
32263 <row>
32264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268 em
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32274 \begin_inset Text
32275
32276 \begin_layout Plain Layout
32277 anchura de la letra 
32278 \emph on
32279 M
32280 \emph default
32281  en la fuente actual
32282 \end_layout
32283
32284 \end_inset
32285 </cell>
32286 </row>
32287 <row>
32288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32289 \begin_inset Text
32290
32291 \begin_layout Plain Layout
32292 mu
32293 \end_layout
32294
32295 \end_inset
32296 </cell>
32297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32298 \begin_inset Text
32299
32300 \begin_layout Plain Layout
32301 unidad matemática (1
32302 \begin_inset space \thinspace{}
32303 \end_inset
32304
32305 mu = 1/18
32306 \begin_inset space \thinspace{}
32307 \end_inset
32308
32309 em)
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 </row>
32315 </lyxtabular>
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Chapter
32328 Formatos de archivos de salida con gráficos
32329 \begin_inset CommandInset label
32330 LatexCommand label
32331 name "cha:Formatos-de-Archivos-de-Salida"
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \begin_layout Section
32339 DVI
32340 \begin_inset Index
32341 status collapsed
32342
32343 \begin_layout Plain Layout
32344 Formatos de archivo ! DVI
32345 \end_layout
32346
32347 \end_inset
32348
32349
32350 \begin_inset Index
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354 DVI|see
32355 \begin_inset ERT
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359
32360 {
32361 \end_layout
32362
32363 \end_inset
32364
32365 Formatos de archivo
32366 \begin_inset ERT
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370
32371 }
32372 \end_layout
32373
32374 \end_inset
32375
32376
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 Este tipo de archivo tiene la extensión «
32386 \family typewriter
32387 .dvi
32388 \family default
32389 ».
32390  Se denomina «device-independent» (DVI), porque es completamente portable;
32391  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32392  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32393  Los DVI se usan para vistas preliminares rápidas y como preparación para
32394  otros formatos de salida como PostScript.
32395 \end_layout
32396
32397 \begin_layout Standard
32398 \begin_inset Note Greyedout
32399 status open
32400
32401 \begin_layout Plain Layout
32402
32403 \series bold
32404 Nota:
32405 \series default
32406  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32407 \end_layout
32408
32409 \end_inset
32410
32411  Por tanto no debes olvidar esto si mueves archivos 
32412 \family typewriter
32413 .dvi
32414 \family default
32415  a otro ordenador.
32416  Esta característica también puede retardar la visualización del archivo,
32417  porque el visor DVI tiene que convertir la imagen en segundo plano para
32418  hacerla visible al deslizar el visor.
32419  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Un documento se exporta a DVI con el menú 
32424 \family sans
32425 Archivo\SpecialChar \menuseparator
32426 Exportar\SpecialChar \menuseparator
32427 DVI
32428 \family default
32429 .
32430  Puedes ver la salida del documento en DVI con el menú 
32431 \family sans
32432 Ver\SpecialChar \menuseparator
32433 DVI 
32434 \family default
32435 o con el botón
32436 \begin_inset space ~
32437 \end_inset
32438
32439
32440 \begin_inset Graphics
32441         filename ../../images/buffer-view_dvi.png
32442         scale 85
32443
32444 \end_inset
32445
32446 .
32447 \end_layout
32448
32449 \begin_layout Section
32450 PostScript
32451 \begin_inset CommandInset label
32452 LatexCommand label
32453 name "sec:PostScript"
32454
32455 \end_inset
32456
32457
32458 \begin_inset Index
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462 Formatos de archivo ! PostScript
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \begin_inset Index
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 PostScript|see
32473 \begin_inset ERT
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477
32478 {
32479 \end_layout
32480
32481 \end_inset
32482
32483 Formatos de archivo
32484 \begin_inset ERT
32485 status collapsed
32486
32487 \begin_layout Plain Layout
32488
32489 }
32490 \end_layout
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \begin_layout Standard
32503 Este tipo de archivo tiene la extensión «
32504 \family typewriter
32505 .ps
32506 \family default
32507 ».
32508  PostScript fue desarrollado por la compañía 
32509 \family typewriter
32510 Adobe
32511 \family default
32512  como lenguaje para impresoras.
32513  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32514  PostScript puede considerarse como un «lenguaje de programación»; con él
32515  puedes calcular y dibujar imágenes y diagramas.
32516 \begin_inset Foot
32517 status collapsed
32518
32519 \begin_layout Plain Layout
32520 Si estás interesado en este tema acude al paquete LaTeX 
32521 \series bold
32522 PSTricks
32523 \series default
32524  
32525 \begin_inset CommandInset citation
32526 LatexCommand cite
32527 key "pstricks"
32528
32529 \end_inset
32530
32531 .
32532 \end_layout
32533
32534 \end_inset
32535
32536  Por esto los archivos suelen ser más grandes que los PDF.
32537 \end_layout
32538
32539 \begin_layout Standard
32540 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32541 d PostScript» (EPS, extensión «
32542 \family typewriter
32543 .eps
32544 \family default
32545 »).
32546  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32547  en segundo plano para convertir las imágenes a EPS.
32548  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32549  cada vez que veas o exportes el documento.
32550  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32551  puedes evitar el problema insertando las imágenes directamente en EPS.
32552 \end_layout
32553
32554 \begin_layout Standard
32555 El documento se puede exportar a PostScript con el menú 
32556 \family sans
32557 Archivo\SpecialChar \menuseparator
32558 Exportar\SpecialChar \menuseparator
32559 Postscript
32560 \family default
32561 .
32562  Se puede ver la salida en PostScript con el menú 
32563 \family sans
32564 Ver\SpecialChar \menuseparator
32565 Postscript 
32566 \family default
32567 o con el botón
32568 \begin_inset space ~
32569 \end_inset
32570
32571
32572 \begin_inset Graphics
32573         filename ../../images/buffer-view_ps.png
32574
32575 \end_inset
32576
32577 .
32578 \end_layout
32579
32580 \begin_layout Section
32581 PDF
32582 \begin_inset Index
32583 status collapsed
32584
32585 \begin_layout Plain Layout
32586 Formatos de archivo ! PDF
32587 \end_layout
32588
32589 \end_inset
32590
32591
32592 \begin_inset Index
32593 status collapsed
32594
32595 \begin_layout Plain Layout
32596 PDF
32597 \end_layout
32598
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \begin_layout Standard
32605 Este tipo de archivo tiene la extensión «
32606 \family typewriter
32607 .pdf
32608 \family default
32609 ».
32610  El formato «Portable Document Format» (PDF) fue desarrollado por 
32611 \family typewriter
32612 Adobe
32613 \family default
32614  como derivado de PostScript.
32615  Es más comprimido y utiliza muchos menos comandos que PostScript.
32616  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32617  operativo y la salida impresa se muestra exactamente igual.
32618 \end_layout
32619
32620 \begin_layout Standard
32621 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32622  Photographic Experts Group» (JPG, extensión «
32623 \family typewriter
32624 .jpg
32625 \family default
32626 » o «
32627 \family typewriter
32628 .jpeg
32629 \family default
32630 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32631 \family typewriter
32632 .png
32633 \family default
32634 »).
32635  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32636  en segundo plano a alguno de los anteriores.
32637  Pero como se ha comentado en la sección sobre PostScript, la conversión
32638  de gráficos ralentiza el trabajo.
32639  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32640  mencionados.
32641 \end_layout
32642
32643 \begin_layout Standard
32644 Un documento se puede exportar a PDF con el menú 
32645 \family sans
32646 Archivo\SpecialChar \menuseparator
32647 Exportar
32648 \family default
32649  en tres modos diferentes:
32650 \end_layout
32651
32652 \begin_layout Description
32653 PDF
32654 \begin_inset space ~
32655 \end_inset
32656
32657 (ps2pdf) Este utiliza el programa 
32658 \family typewriter
32659 ps2pdf
32660 \family default
32661  que crea un PDF a partir de una versión PostScript del archivo.
32662  La versión PostScript es producida por el programa 
32663 \family typewriter
32664 dvips
32665 \family default
32666  que usa una versión DVI como paso intermedio.
32667  Así que este modo de exportación consta de tres conversiones.
32668 \end_layout
32669
32670 \begin_layout Description
32671 PDF
32672 \begin_inset space ~
32673 \end_inset
32674
32675 (dvipdfm) Este utiliza el programa 
32676 \family typewriter
32677 dvipdfm
32678 \family default
32679  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32680  PDF.
32681 \end_layout
32682
32683 \begin_layout Description
32684 PDF
32685 \begin_inset space ~
32686 \end_inset
32687
32688 (pdflatex) Este utiliza el programa 
32689 \family typewriter
32690 pdftex
32691 \family default
32692  que convierte directamente el archivo a PDF.
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Se recomienda usar 
32697 \family sans
32698 PDF
32699 \begin_inset space ~
32700 \end_inset
32701
32702 (pdflatex)
32703 \family default
32704  porque 
32705 \family typewriter
32706 pdftex
32707 \family default
32708  soporta todas las características de las versiones actuales de PDF, es
32709  rápido y estable.
32710  El programa 
32711 \family typewriter
32712 dvipdfm
32713 \family default
32714  ya no se desarrolla y está un poco obsoleto.
32715 \end_layout
32716
32717 \begin_layout Standard
32718 La salida en formato PDF se puede ver con el menú 
32719 \family sans
32720 Ver 
32721 \family default
32722 o con el botón
32723 \begin_inset space ~
32724 \end_inset
32725
32726
32727 \begin_inset Graphics
32728         filename ../../images/buffer-view_pdf2.png
32729         scale 85
32730
32731 \end_inset
32732
32733  (que usa 
32734 \family sans
32735 PDF
32736 \begin_inset space ~
32737 \end_inset
32738
32739 (pdflatex)
32740 \family default
32741 ).
32742 \end_layout
32743
32744 \begin_layout Chapter
32745 Explicación de la ecuación
32746 \begin_inset space ~
32747 \end_inset
32748
32749
32750 \begin_inset CommandInset ref
32751 LatexCommand eqref
32752 reference "eq:Wgn"
32753
32754 \end_inset
32755
32756
32757 \begin_inset CommandInset label
32758 LatexCommand label
32759 name "cha:Explicación-de-la-Ecuación"
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \begin_layout Standard
32767 La anchura total de 
32768 \emph on
32769 n
32770 \emph default
32771  celdas de una tabla 
32772 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32773 \end_inset
32774
32775  puede calcularse con
32776 \end_layout
32777
32778 \begin_layout Standard
32779 \begin_inset Formula \begin{equation}
32780 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}
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \begin_layout Standard
32788 donde 
32789 \begin_inset Formula $W_{g\, n}$
32790 \end_inset
32791
32792  es el ancho dado de todas las celdas.
32793  
32794 \series bold
32795
32796 \backslash
32797 tabcolsep
32798 \series default
32799  es la longitud LaTeX entre el texto y el borde de la celda, 6
32800 \begin_inset space \thinspace{}
32801 \end_inset
32802
32803 pt por omisión.
32804  
32805 \series bold
32806
32807 \backslash
32808 arrayrulewidth
32809 \series default
32810  es el grosor de línea del borde, 0.4
32811 \begin_inset space \thinspace{}
32812 \end_inset
32813
32814 pt por omisión.
32815 \end_layout
32816
32817 \begin_layout Standard
32818 Procediendo como en la ecuación
32819 \begin_inset space ~
32820 \end_inset
32821
32822
32823 \begin_inset CommandInset ref
32824 LatexCommand eqref
32825 reference "eq:Wtot_n"
32826
32827 \end_inset
32828
32829 , el ancho total de una multicolumna, 
32830 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32831 \end_inset
32832
32833  es
32834 \end_layout
32835
32836 \begin_layout Standard
32837 \begin_inset Formula \begin{equation}
32838 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Standard
32846 Igualando las ecuaciones
32847 \begin_inset space ~
32848 \end_inset
32849
32850
32851 \begin_inset CommandInset ref
32852 LatexCommand eqref
32853 reference "eq:Wtot_n"
32854
32855 \end_inset
32856
32857  y 
32858 \begin_inset CommandInset ref
32859 LatexCommand eqref
32860 reference "eq:Wtot_mult"
32861
32862 \end_inset
32863
32864  podemos calcular el ancho dado necesario 
32865 \begin_inset Formula $W_{g\, n}$
32866 \end_inset
32867
32868  cuando se expanden 
32869 \emph on
32870 n
32871 \emph default
32872  columnas, de forma que cada una de ellas tiene una anchura total  
32873 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32874 \end_inset
32875
32876 :
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Formula \begin{equation}
32881 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \begin_layout Bibliography
32889 \begin_inset CommandInset bibitem
32890 LatexCommand bibitem
32891 key "latexcompanion"
32892
32893 \end_inset
32894
32895 Frank Mittelbach and Michel Goossens: 
32896 \emph on
32897 The LaTeX Companion Second Edition.
32898
32899 \emph default
32900  Addison-Wesley, 2004
32901 \end_layout
32902
32903 \begin_layout Bibliography
32904 \begin_inset CommandInset bibitem
32905 LatexCommand bibitem
32906 key "latexguide"
32907
32908 \end_inset
32909
32910 Helmut Kopka and Patrick W.
32911  Daly: 
32912 \emph on
32913 A Guide to LaTeX Fourth Edition.
32914
32915 \emph default
32916  Addison-Wesley, 2003
32917 \end_layout
32918
32919 \begin_layout Bibliography
32920 \begin_inset CommandInset bibitem
32921 LatexCommand bibitem
32922 key "latexbook"
32923
32924 \end_inset
32925
32926 Leslie Lamport: 
32927 \emph on
32928 LaTeX: A Document Preparation System.
32929
32930 \emph default
32931  Addison-Wesley, second edition, 1994
32932 \end_layout
32933
32934 \begin_layout Bibliography
32935 \begin_inset CommandInset bibitem
32936 LatexCommand bibitem
32937 key "booktabs"
32938
32939 \end_inset
32940
32941 Documentación del paquete LaTeX 
32942 \series bold
32943
32944 \begin_inset CommandInset href
32945 LatexCommand href
32946 name "booktabs"
32947 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32948
32949 \end_inset
32950
32951
32952 \series default
32953
32954 \begin_inset Index
32955 status collapsed
32956
32957 \begin_layout Plain Layout
32958 LaTeX-paquetes ! booktabs
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Bibliography
32967 \begin_inset CommandInset bibitem
32968 LatexCommand bibitem
32969 key "caption"
32970
32971 \end_inset
32972
32973 Documentación del paquete LaTeX 
32974 \series bold
32975
32976 \begin_inset CommandInset href
32977 LatexCommand href
32978 name "caption"
32979 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32980
32981 \end_inset
32982
32983
32984 \series default
32985
32986 \begin_inset Index
32987 status collapsed
32988
32989 \begin_layout Plain Layout
32990 LaTeX-paquetes ! caption
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Bibliography
32999 \begin_inset CommandInset bibitem
33000 LatexCommand bibitem
33001 key "endfloat"
33002
33003 \end_inset
33004
33005 Documentación del paquete LaTeX 
33006 \series bold
33007
33008 \begin_inset CommandInset href
33009 LatexCommand href
33010 name "endfloat"
33011 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33012
33013 \end_inset
33014
33015
33016 \series default
33017
33018 \begin_inset Index
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022 LaTeX-paquetes ! endfloat
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Bibliography
33031 \begin_inset CommandInset bibitem
33032 LatexCommand bibitem
33033 key "wrapfig"
33034
33035 \end_inset
33036
33037 Documentación del paquete LaTeX 
33038 \series bold
33039
33040 \begin_inset CommandInset href
33041 LatexCommand href
33042 name "wrapfig"
33043 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33044
33045 \end_inset
33046
33047
33048 \series default
33049
33050 \begin_inset Index
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054 LaTeX-paquetes ! wrapfig
33055 \begin_inset ERT
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059
33060
33061 \backslash
33062 vspace{4mm}
33063 \end_layout
33064
33065 \end_inset
33066
33067
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \begin_layout Bibliography
33076 \begin_inset CommandInset bibitem
33077 LatexCommand bibitem
33078 key "footmisc"
33079
33080 \end_inset
33081
33082 Documentación del paquete LaTeX 
33083 \series bold
33084
33085 \begin_inset CommandInset href
33086 LatexCommand href
33087 name "footmisc"
33088 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33089
33090 \end_inset
33091
33092
33093 \series default
33094
33095 \begin_inset Index
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099 LaTeX-paquetes ! footmisc
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Bibliography
33108 \begin_inset CommandInset bibitem
33109 LatexCommand bibitem
33110 key "hypcap"
33111
33112 \end_inset
33113
33114 Documentación del paquete LaTeX 
33115 \series bold
33116
33117 \begin_inset CommandInset href
33118 LatexCommand href
33119 name "hypcap"
33120 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33121
33122 \end_inset
33123
33124
33125 \series default
33126
33127 \begin_inset Index
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 LaTeX-paquetes ! hyperref
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Bibliography
33140 \begin_inset CommandInset bibitem
33141 LatexCommand bibitem
33142 key "hyperref"
33143
33144 \end_inset
33145
33146 Documentación del paquete LaTeX 
33147 \series bold
33148
33149 \begin_inset CommandInset href
33150 LatexCommand href
33151 name "hyperref"
33152 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33153
33154 \end_inset
33155
33156
33157 \series default
33158
33159 \begin_inset Index
33160 status collapsed
33161
33162 \begin_layout Plain Layout
33163 LaTeX-paquetes ! hyperref
33164 \end_layout
33165
33166 \end_inset
33167
33168
33169 \end_layout
33170
33171 \begin_layout Bibliography
33172 \begin_inset CommandInset bibitem
33173 LatexCommand bibitem
33174 key "koma-script"
33175
33176 \end_inset
33177
33178 Documentación del paquete LaTeX 
33179 \series bold
33180
33181 \begin_inset CommandInset href
33182 LatexCommand href
33183 name "koma-script"
33184 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33185
33186 \end_inset
33187
33188
33189 \series default
33190
33191 \begin_inset Index
33192 status collapsed
33193
33194 \begin_layout Plain Layout
33195 LaTeX-paquetes ! koma-script
33196 \end_layout
33197
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \begin_layout Bibliography
33204 \begin_inset CommandInset bibitem
33205 LatexCommand bibitem
33206 key "listings"
33207
33208 \end_inset
33209
33210 Documentación del paquete LaTeX 
33211 \series bold
33212
33213 \begin_inset CommandInset href
33214 LatexCommand href
33215 name "listings"
33216 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33217
33218 \end_inset
33219
33220
33221 \series default
33222
33223 \begin_inset Index
33224 status collapsed
33225
33226 \begin_layout Plain Layout
33227 LaTeX-paquetes ! listings
33228 \end_layout
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Bibliography
33236 \begin_inset CommandInset bibitem
33237 LatexCommand bibitem
33238 key "marginnote"
33239
33240 \end_inset
33241
33242 Documentación del paquete LaTeX 
33243 \series bold
33244
33245 \begin_inset CommandInset href
33246 LatexCommand href
33247 name "marginnote"
33248 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33249
33250 \end_inset
33251
33252
33253 \series default
33254
33255 \begin_inset Index
33256 status collapsed
33257
33258 \begin_layout Plain Layout
33259 LaTeX-paquetes ! marginnote
33260 \end_layout
33261
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \begin_layout Bibliography
33268 \begin_inset CommandInset bibitem
33269 LatexCommand bibitem
33270 key "pstricks"
33271
33272 \end_inset
33273
33274 Página web del paquete LaTeX 
33275 \series bold
33276
33277 \begin_inset CommandInset href
33278 LatexCommand href
33279 name "PSTricks"
33280 target "http://tug.org/PSTricks/"
33281
33282 \end_inset
33283
33284
33285 \series default
33286
33287 \begin_inset Index
33288 status collapsed
33289
33290 \begin_layout Plain Layout
33291 LaTeX-paquetes ! PSTricks
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Bibliography
33300 \begin_inset CommandInset bibitem
33301 LatexCommand bibitem
33302 key "sidecap"
33303
33304 \end_inset
33305
33306 Documentación del paquete LaTeX 
33307 \series bold
33308
33309 \begin_inset CommandInset href
33310 LatexCommand href
33311 name "sidecap"
33312 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33313
33314 \end_inset
33315
33316
33317 \series default
33318
33319 \begin_inset Index
33320 status collapsed
33321
33322 \begin_layout Plain Layout
33323 LaTeX-paquetes ! sidecap
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \begin_layout Bibliography
33332 \begin_inset CommandInset bibitem
33333 LatexCommand bibitem
33334 key "NewInLyX16"
33335
33336 \end_inset
33337
33338
33339 \begin_inset CommandInset href
33340 LatexCommand href
33341 name "Página wiki"
33342 target "http://wiki.lyx.org/LyX/NewInLyX16"
33343
33344 \end_inset
33345
33346  sobre características nuevas para la versión 
33347 \family sans
33348 LyX
33349 \begin_inset space ~
33350 \end_inset
33351
33352 1.6.0
33353 \family default
33354 .
33355 \end_layout
33356
33357 \begin_layout Standard
33358 \begin_inset CommandInset index_print
33359 LatexCommand printindex
33360
33361 \end_inset
33362
33363
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \begin_inset FloatList figure
33368
33369 \end_inset
33370
33371
33372 \end_layout
33373
33374 \begin_layout Standard
33375 \begin_inset FloatList table
33376
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 \begin_inset ERT
33384 status open
33385
33386 \begin_layout Plain Layout
33387
33388
33389 \backslash
33390 listof{algorithm}{Lista de algoritmos}
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \begin_inset Note Note
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 Véase la sección
33401 \begin_inset space ~
33402 \end_inset
33403
33404
33405 \begin_inset CommandInset ref
33406 LatexCommand ref
33407 reference "sub:Algoritmos-Flotantes"
33408
33409 \end_inset
33410
33411  para una descripción.
33412 \end_layout
33413
33414 \end_inset
33415
33416
33417 \end_layout
33418
33419 \end_body
33420 \end_document