]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
UserGuide.lyx: add footnote about PostScript drivers
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0rc3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX }}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \language spanish
173 \inputencoding auto
174 \font_roman default
175 \font_sans default
176 \font_typewriter default
177 \font_default_family default
178 \font_sc false
179 \font_osf false
180 \font_sf_scale 100
181 \font_tt_scale 100
182
183 \graphics default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
188 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pagebackref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset 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 Formula $\,$
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 Formula $\,$
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 Envoltorios flotantes
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 Envoltorio
19269 \begin_inset space ~
19270 \end_inset
19271
19272 de
19273 \begin_inset space ~
19274 \end_inset
19275
19276 figura
19277 \family default
19278  o 
19279 \family sans
19280 Envoltorio
19281 \begin_inset space ~
19282 \end_inset
19283
19284 de
19285 \begin_inset space ~
19286 \end_inset
19287
19288 tabla
19289 \family default
19290  si está instalado el paquete LaTeX 
19291 \series bold
19292 wrapfig
19293 \series default
19294
19295 \begin_inset Index
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299 LaTeX-paquetes ! wrapfig
19300 \begin_inset ERT
19301 status collapsed
19302
19303 \begin_layout Plain Layout
19304
19305
19306 \backslash
19307 vspace{4mm}
19308 \end_layout
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \end_inset
19316
19317 .
19318 \begin_inset Foot
19319 status collapsed
19320
19321 \begin_layout Plain Layout
19322 La instalación de paquetes LaTeX se explica en el manual 
19323 \emph on
19324 Configuración de LaTeX
19325 \emph default
19326 .
19327 \end_layout
19328
19329 \end_inset
19330
19331  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19332  con clic-derecha sobre el cuadro del flotante.
19333  Son obligatorios la 
19334 \family sans
19335 Ubicación
19336 \family default
19337  y la 
19338 \family sans
19339 Anchura
19340 \family default
19341 .
19342  Son opcionales 
19343 \family sans
19344 Overhang
19345 \family default
19346 , que especifica la anchura de invasión del margen, y 
19347 \family sans
19348 Extender
19349 \begin_inset space ~
19350 \end_inset
19351
19352 líneas
19353 \family default
19354 , que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19355  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19356  opción sólo si encuentras problemas en la colocación del flotante.
19357  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19358  del párrafo o en los párrafos adyacentes.
19359  La figura
19360 \begin_inset space ~
19361 \end_inset
19362
19363
19364 \begin_inset CommandInset ref
19365 LatexCommand ref
19366 reference "fig:Envoltorio-de-figura"
19367
19368 \end_inset
19369
19370  es un ejemplo de envoltorio con una anchura de columna del 40
19371 \begin_inset space \thinspace{}
19372 \end_inset
19373
19374 %, ubicado a la izquierda y 1
19375 \begin_inset space \thinspace{}
19376 \end_inset
19377
19378 cm de invasión de margen.
19379 \begin_inset Foot
19380 status collapsed
19381
19382 \begin_layout Plain Layout
19383 Consulta las unidades disponibles en el apéndice
19384 \begin_inset space ~
19385 \end_inset
19386
19387
19388 \begin_inset CommandInset ref
19389 LatexCommand ref
19390 reference "cha:Unidades-disponibles-en"
19391
19392 \end_inset
19393
19394 .
19395 \end_layout
19396
19397 \end_inset
19398
19399
19400 \end_layout
19401
19402 \begin_layout Standard
19403 \begin_inset Note Greyedout
19404 status open
19405
19406 \begin_layout Plain Layout
19407
19408 \series bold
19409 Nota:
19410 \series default
19411  ¡Los envoltorios flotantes son frágiles! P.
19412 \begin_inset space \thinspace{}
19413 \end_inset
19414
19415 e.
19416 \begin_inset space ~
19417 \end_inset
19418
19419 si una figura está demasiado cerca de la parte inferior de la página se
19420  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19421  o situarse junto a otro texto.
19422 \end_layout
19423
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Standard
19430 En general:
19431 \end_layout
19432
19433 \begin_layout Itemize
19434 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19435  salto de página.
19436  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19437  esté casi listo y puedas prever los saltos de página.
19438 \end_layout
19439
19440 \begin_layout Itemize
19441 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19442  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19443 \end_layout
19444
19445 \begin_layout Itemize
19446 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19447  que asegura que hay un párrafo de texto entre ellos.
19448 \end_layout
19449
19450 \begin_layout Itemize
19451 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19452 \end_layout
19453
19454 \begin_layout Section
19455 Numeración de flotantes
19456 \begin_inset Index
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460 Flotantes ! Numeración
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469 En general, los flotantes se numeran independientemente de las secciones
19470  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19471  dependiendo de la clase de documento utilizada.
19472 \end_layout
19473
19474 \begin_layout Standard
19475 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19476  comando en el preámbulo del documento:
19477 \end_layout
19478
19479 \begin_layout Standard
19480
19481 \series bold
19482
19483 \backslash
19484 renewcommand{
19485 \backslash
19486 thetable}{
19487 \backslash
19488 roman{table}}
19489 \end_layout
19490
19491 \begin_layout Standard
19492
19493 \series bold
19494
19495 \backslash
19496 thetable 
19497 \series default
19498 es el comando que imprime el número de la tabla, para figuras flotantes
19499  el comando sería 
19500 \series bold
19501
19502 \backslash
19503 thefigure
19504 \series default
19505 .
19506  El comando 
19507 \series bold
19508
19509 \backslash
19510 roman
19511 \series default
19512  imprime el número de tabla en números romanos en minúscula.
19513 \end_layout
19514
19515 \begin_layout Standard
19516 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19517  usa este comando en el preámbulo:
19518 \end_layout
19519
19520 \begin_layout Standard
19521
19522 \series bold
19523
19524 \backslash
19525 numberwithin{table}{subsection}
19526 \end_layout
19527
19528 \begin_layout Standard
19529 Para poder usar el comando 
19530 \series bold
19531
19532 \backslash
19533 numberwithin
19534 \series default
19535 , debes marcar la opción 
19536 \family sans
19537 Usar
19538 \begin_inset space ~
19539 \end_inset
19540
19541 el
19542 \begin_inset space ~
19543 \end_inset
19544
19545 paquete
19546 \begin_inset space ~
19547 \end_inset
19548
19549 AMS 
19550 \family default
19551 en el apartado 
19552 \family sans
19553 Ecuaciones 
19554 \family default
19555 de las preferencias del documento.
19556 \end_layout
19557
19558 \begin_layout Standard
19559 Puedes ver más detalles y notas importantes sobre comandos de numeración
19560  en la sección
19561 \begin_inset space ~
19562 \end_inset
19563
19564
19565 \begin_inset CommandInset ref
19566 LatexCommand ref
19567 reference "sub:Numeración-de-Notas-al-Pie"
19568
19569 \end_inset
19570
19571 .
19572 \end_layout
19573
19574 \begin_layout Section
19575 Referencias a flotantes
19576 \begin_inset CommandInset label
19577 LatexCommand label
19578 name "sec:Referencias-a-Flotantes"
19579
19580 \end_inset
19581
19582
19583 \begin_inset Index
19584 status collapsed
19585
19586 \begin_layout Plain Layout
19587 Flotantes ! Referencias
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \begin_inset Index
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597 Referencias
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \begin_layout Standard
19606 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19607  menú 
19608 \family sans
19609 Insertar\SpecialChar \menuseparator
19610 Etiqueta
19611 \family default
19612  o el botón 
19613 \begin_inset Graphics
19614         filename ../../images/label-insert.png
19615         scale 85
19616
19617 \end_inset
19618
19619 .
19620  Aparece una ventana esperando la introducción del texto de la etiqueta
19621  y se inserta un cuadro gris como este: 
19622 \begin_inset Graphics
19623         filename clipart/etiquetaQt4.png
19624         scale 85
19625
19626 \end_inset
19627
19628 .
19629  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19630  El prefijo depende del tipo de flotante, p.
19631 \begin_inset space \thinspace{}
19632 \end_inset
19633
19634 e.
19635 \begin_inset space ~
19636 \end_inset
19637
19638 para figuras el prefijo será «
19639 \family sans
19640 fig:
19641 \family default
19642 ».
19643 \end_layout
19644
19645 \begin_layout Standard
19646 La etiqueta se usa como ancla y el nombre para la referencia.
19647  Puedes referenciar la etiqueta usando el menú 
19648 \family sans
19649 Insertar\SpecialChar \menuseparator
19650 Referencia
19651 \family default
19652
19653 \begin_inset space ~
19654 \end_inset
19655
19656
19657 \family sans
19658 cruzada
19659 \family default
19660  o el botón 
19661 \begin_inset Graphics
19662         filename ../../images/dialog-show-new-inset_ref.png
19663         scale 85
19664
19665 \end_inset
19666
19667 .
19668  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19669  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19670  trabajando de la lista desplegable de la parte superior del diálogo.
19671  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19672  Se inserta un cuadro gris como este: 
19673 \begin_inset Graphics
19674         filename clipart/referenciaQt4.png
19675         scale 85
19676
19677 \end_inset
19678
19679 .
19680  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19681 \end_layout
19682
19683 \begin_layout Standard
19684 Se recomienda poner un espacio protegido entre el nombre de la referencia
19685  cruzada y su número para evitar saltos de línea entre ellos.
19686  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19687  dos interrogaciones en la salida.
19688 \end_layout
19689
19690 \begin_layout Standard
19691 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19692  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19693  al texto de la etiqueta nueva, no te ocupes por eso.
19694 \end_layout
19695
19696 \begin_layout Standard
19697 El botón 
19698 \family sans
19699 Ir
19700 \begin_inset space ~
19701 \end_inset
19702
19703 a
19704 \begin_inset space ~
19705 \end_inset
19706
19707 la
19708 \begin_inset space ~
19709 \end_inset
19710
19711 etiqueta
19712 \family default
19713  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19714  y el texto del botón cambia a 
19715 \family sans
19716 Volver
19717 \family default
19718 , con el que se puede retornar a la referencia.
19719  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19720  la etiqueta pero sin opción de volver.
19721 \end_layout
19722
19723 \begin_layout Subsection
19724 Formatos de referencia cruzada
19725 \begin_inset CommandInset label
19726 LatexCommand label
19727 name "sub:Formatos-referencia-cruzada"
19728
19729 \end_inset
19730
19731
19732 \begin_inset Index
19733 status collapsed
19734
19735 \begin_layout Plain Layout
19736 Referencias ! Formatos
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \begin_layout Standard
19745 Hay seis variedades de referencias cruzadas:
19746 \end_layout
19747
19748 \begin_layout Description
19749 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19750  
19751 \begin_inset CommandInset ref
19752 LatexCommand ref
19753 reference "fig:Dos-imágenes-distorsionadas"
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Description
19761 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19762  habitual para referirse a fórmulas, especialmente si se omite el nombre
19763  «Ecuación»: 
19764 \begin_inset CommandInset ref
19765 LatexCommand eqref
19766 reference "eq:Wgn"
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \begin_layout Description
19774 <página>: imprime el número de página: Página
19775 \begin_inset space ~
19776 \end_inset
19777
19778
19779 \begin_inset CommandInset ref
19780 LatexCommand pageref
19781 reference "fig:Dos-imágenes-distorsionadas"
19782
19783 \end_inset
19784
19785
19786 \end_layout
19787
19788 \begin_layout Description
19789 en
19790 \begin_inset space ~
19791 \end_inset
19792
19793 página
19794 \begin_inset space ~
19795 \end_inset
19796
19797 <página>: imprime el texto «en la página» y el número de página: 
19798 \begin_inset CommandInset ref
19799 LatexCommand vpageref
19800 reference "fig:Dos-imágenes-distorsionadas"
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Description
19808 <referencia>
19809 \begin_inset space ~
19810 \end_inset
19811
19812 en
19813 \begin_inset space ~
19814 \end_inset
19815
19816 página
19817 \begin_inset space ~
19818 \end_inset
19819
19820 <página>: imprime el número flotante, el texto «en la página» y el número
19821  de página: 
19822 \begin_inset CommandInset ref
19823 LatexCommand vref
19824 reference "fig:Dos-imágenes-distorsionadas"
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \begin_layout Description
19832 Referencia
19833 \begin_inset space ~
19834 \end_inset
19835
19836 con
19837 \begin_inset space ~
19838 \end_inset
19839
19840 formato: imprime un formato personalizado.
19841  
19842 \begin_inset Note Greyedout
19843 status open
19844
19845 \begin_layout Plain Layout
19846
19847 \series bold
19848 Nota:
19849 \series default
19850  Esta característica sólo está disponible si está instalado el paquete LaTeX
19851  
19852 \series bold
19853 prettyref
19854 \series default
19855 .
19856 \end_layout
19857
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \begin_layout Standard
19864 Ten en cuenta que el estilo <página>
19865 \begin_inset space \thinspace{}
19866 \end_inset
19867
19868  no imprime el número si la etiqueta está en la misma página, en la anterior
19869  o en la siguiente.
19870  En su lugar verás p.
19871 \begin_inset space \thinspace{}
19872 \end_inset
19873
19874 e.
19875 \begin_inset space ~
19876 \end_inset
19877
19878 el texto «
19879 \family sans
19880 en esta página
19881 \family default
19882 ».
19883 \end_layout
19884
19885 \begin_layout Standard
19886 El número y página actual de la parte del documento referida es automáticamente
19887  calculado por LaTeX en la salida.
19888  Las variedades se ajustan en el campo 
19889 \family sans
19890 Formato
19891 \family default
19892  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19893 \end_layout
19894
19895 \begin_layout Subsection
19896 Designación automática de referencias
19897 \begin_inset Index
19898 status collapsed
19899
19900 \begin_layout Plain Layout
19901 Referencias ! Designación automática
19902 \end_layout
19903
19904 \end_inset
19905
19906
19907 \end_layout
19908
19909 \begin_layout Standard
19910 El paquete LaTeX 
19911 \series bold
19912 hyperref
19913 \series default
19914
19915 \begin_inset Index
19916 status collapsed
19917
19918 \begin_layout Plain Layout
19919 LaTeX-paquetes ! hyperref
19920 \end_layout
19921
19922 \end_inset
19923
19924 , que se habilita en 
19925 \family sans
19926 Propiedades PDF
19927 \family default
19928  del diálogo 
19929 \family sans
19930 Documento\SpecialChar \menuseparator
19931 Configuración
19932 \family default
19933 , dispone de una característica muy útil que permite incluir automáticamente
19934  en las referencias cruzadas el nombre de los flotantes referidos (o partes
19935  de texto como 
19936 \emph on
19937 sección
19938 \emph default
19939 ).
19940  Así, p.
19941 \begin_inset space \thinspace{}
19942 \end_inset
19943
19944 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
19945  a una figura.
19946  Para usar esta característica habilita el soporte para 
19947 \series bold
19948 hyperref
19949 \series default
19950  e inserta la siguiente línea en el preámbulo LaTeX:
19951 \end_layout
19952
19953 \begin_layout Standard
19954
19955 \series bold
19956
19957 \backslash
19958 AtBeginDocument{
19959 \backslash
19960 renewcommand{
19961 \backslash
19962 ref}[1]{
19963 \backslash
19964 mbox{
19965 \backslash
19966 autoref{#1}}}}
19967 \end_layout
19968
19969 \begin_layout Standard
19970 Si prefieres otros nombres para las referencias distintos de los predeterminados
19971 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
19972  lo siguiente en el preámbulo:
19973 \end_layout
19974
19975 \begin_layout Standard
19976
19977 \series bold
19978
19979 \backslash
19980 addto
19981 \backslash
19982 extrasenglish{
19983 \backslash
19984 renewcommand{
19985 \backslash
19986 sectionautorefname}
19987 \begin_inset Newline newline
19988 \end_inset
19989
19990
19991 \begin_inset ERT
19992 status collapsed
19993
19994 \begin_layout Plain Layout
19995
19996
19997 \backslash
19998 hphantom{ }
19999 \end_layout
20000
20001 \end_inset
20002
20003 {sec.
20004 \backslash
20005 negthinspace}}
20006 \end_layout
20007
20008 \begin_layout Standard
20009 Si estás usando un idioma de documento distinto del inglés, reemplaza
20010 \begin_inset Newline newline
20011 \end_inset
20012
20013  
20014 \series bold
20015
20016 \backslash
20017 extrasenglish
20018 \series default
20019  por
20020 \series bold
20021  
20022 \backslash
20023 extras***
20024 \series default
20025 , donde *** es el nombre del idioma utilizado.
20026 \end_layout
20027
20028 \begin_layout Standard
20029 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20030  por ejemplo no para ecuaciones, usa este código de preámbulo:
20031 \end_layout
20032
20033 \begin_layout Standard
20034
20035 \series bold
20036
20037 \backslash
20038 newlength{
20039 \backslash
20040 abc}
20041 \begin_inset Newline newline
20042 \end_inset
20043
20044
20045 \backslash
20046 settowidth{
20047 \backslash
20048 abc}{
20049 \backslash
20050 space}
20051 \begin_inset Newline newline
20052 \end_inset
20053
20054
20055 \backslash
20056 addto
20057 \backslash
20058 extrasenglish{
20059 \backslash
20060 renewcommand{
20061 \backslash
20062 equationautorefname}
20063 \begin_inset Newline newline
20064 \end_inset
20065
20066
20067 \begin_inset ERT
20068 status collapsed
20069
20070 \begin_layout Plain Layout
20071
20072
20073 \backslash
20074 hphantom{ }
20075 \end_layout
20076
20077 \end_inset
20078
20079 {
20080 \backslash
20081 hspace{-
20082 \backslash
20083 abc}}
20084 \end_layout
20085
20086 \begin_layout Standard
20087 En la documentación de 
20088 \series bold
20089 hyperref
20090 \series default
20091  
20092 \begin_inset CommandInset citation
20093 LatexCommand cite
20094 key "hyperref"
20095
20096 \end_inset
20097
20098  puedes encontrar más información.
20099
20100 \series bold
20101  
20102 \end_layout
20103
20104 \begin_layout Standard
20105 \begin_inset Note Greyedout
20106 status open
20107
20108 \begin_layout Plain Layout
20109
20110 \series bold
20111 Nota:
20112 \series default
20113  La designación automática de referencias no puede usarse en el estilo 
20114 \family sans
20115 Referencia
20116 \begin_inset space ~
20117 \end_inset
20118
20119 con
20120 \begin_inset space ~
20121 \end_inset
20122
20123 formato
20124 \family default
20125 , descrita en la sección
20126 \begin_inset space ~
20127 \end_inset
20128
20129
20130 \begin_inset CommandInset ref
20131 LatexCommand ref
20132 reference "sub:Formatos-referencia-cruzada"
20133
20134 \end_inset
20135
20136 .
20137 \end_layout
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Standard
20145 El manual 
20146 \emph on
20147 Ecuaciones
20148 \emph default
20149  es un ejemplo de documento en el que se ha utilizado designación automática
20150  de referencias.
20151 \end_layout
20152
20153 \begin_layout Subsection
20154 Colocación de referencias
20155 \begin_inset CommandInset label
20156 LatexCommand label
20157 name "sub:Colocación-de-Referencias"
20158
20159 \end_inset
20160
20161
20162 \begin_inset Index
20163 status collapsed
20164
20165 \begin_layout Plain Layout
20166 Referencias ! Colocación
20167 \end_layout
20168
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \begin_layout Standard
20175 Si usas 
20176 \series bold
20177 hyperref
20178 \series default
20179
20180 \begin_inset Index
20181 status collapsed
20182
20183 \begin_layout Plain Layout
20184 LaTeX-paquetes ! hyperref
20185 \end_layout
20186
20187 \end_inset
20188
20189 , en las 
20190 \family sans
20191 Preferencias PDF 
20192 \family default
20193 del diálogo 
20194 \family sans
20195 Documento\SpecialChar \menuseparator
20196 Configuración
20197 \family default
20198 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20199  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20200  La leyenda será la primera parte del texto en pantalla, de forma que para
20201  ver la imagen debes deslizar.
20202  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20203  Usando el paquete 
20204 \series bold
20205 hypcap
20206 \series default
20207
20208 \begin_inset Index
20209 status collapsed
20210
20211 \begin_layout Plain Layout
20212 LaTeX-paquetes ! hypcap
20213 \end_layout
20214
20215 \end_inset
20216
20217 , que forma parte del paquete LaTeX 
20218 \series bold
20219 oberdiek
20220 \series default
20221
20222 \begin_inset Index
20223 status collapsed
20224
20225 \begin_layout Plain Layout
20226 LaTeX-paquetes ! oberdiek
20227 \end_layout
20228
20229 \end_inset
20230
20231 , el ancla de enlace se sitúa al comienzo de un flotante.
20232  Para usar esta característica para figuras flotantes carga 
20233 \series bold
20234 hypcap
20235 \series default
20236  en el preámbulo con
20237 \end_layout
20238
20239 \begin_layout Standard
20240
20241 \series bold
20242
20243 \backslash
20244 usepackage[figure]{hypcap}
20245 \end_layout
20246
20247 \begin_layout Standard
20248 Puedes usar 
20249 \series bold
20250 hypcap
20251 \series default
20252  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20253  Más información en el manual de 
20254 \series bold
20255 hypcap
20256 \series default
20257  
20258 \begin_inset CommandInset citation
20259 LatexCommand cite
20260 key "hypcap"
20261
20262 \end_inset
20263
20264 .
20265 \end_layout
20266
20267 \begin_layout Standard
20268 \begin_inset Note Greyedout
20269 status open
20270
20271 \begin_layout Plain Layout
20272
20273 \series bold
20274 Nota:
20275 \series default
20276  
20277 \series bold
20278 hypcap
20279 \series default
20280  no funciona para las referencias a subfiguras.
20281 \end_layout
20282
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \begin_layout Section
20289 Colocación de flotantes
20290 \begin_inset CommandInset label
20291 LatexCommand label
20292 name "sec:Colocación-de-Flotantes"
20293
20294 \end_inset
20295
20296
20297 \begin_inset Index
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301 Flotantes ! Colocación
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \begin_layout Standard
20310 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20311  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20312  los flotantes.
20313 \begin_inset Newline newline
20314 \end_inset
20315
20316 La opción 
20317 \family sans
20318 Extender
20319 \begin_inset space ~
20320 \end_inset
20321
20322 columnas
20323 \family default
20324  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20325  abarcará ambas columnas en lugar de una sola.
20326 \begin_inset Newline newline
20327 \end_inset
20328
20329 La opción 
20330 \family sans
20331 Girar
20332 \begin_inset space ~
20333 \end_inset
20334
20335 a
20336 \begin_inset space ~
20337 \end_inset
20338
20339 un
20340 \begin_inset space ~
20341 \end_inset
20342
20343 lado
20344 \family default
20345  sirve para girar flotantes, véase sección
20346 \begin_inset space ~
20347 \end_inset
20348
20349
20350 \begin_inset CommandInset ref
20351 LatexCommand ref
20352 reference "sec:Rotación-de-Flotantes"
20353
20354 \end_inset
20355
20356 .
20357  
20358 \end_layout
20359
20360 \begin_layout Standard
20361 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20362  la posición de un flotante si desmarcas la opción 
20363 \family sans
20364 Usar
20365 \begin_inset space ~
20366 \end_inset
20367
20368 ubicación
20369 \begin_inset space ~
20370 \end_inset
20371
20372 predeterminada
20373 \family default
20374 :
20375 \end_layout
20376
20377 \begin_layout Description
20378
20379 \family sans
20380 \series bold
20381 Aquí
20382 \begin_inset space ~
20383 \end_inset
20384
20385 si
20386 \begin_inset space ~
20387 \end_inset
20388
20389 es
20390 \begin_inset space ~
20391 \end_inset
20392
20393 posible
20394 \family default
20395 \series default
20396  intenta situar el flotante en la posición en la que se inserta
20397 \end_layout
20398
20399 \begin_layout Description
20400
20401 \family sans
20402 \series bold
20403 Principio
20404 \begin_inset space ~
20405 \end_inset
20406
20407 de
20408 \begin_inset space ~
20409 \end_inset
20410
20411 página
20412 \family default
20413 \series default
20414  intenta situar el flotante al principio de la página actual
20415 \end_layout
20416
20417 \begin_layout Description
20418
20419 \family sans
20420 \series bold
20421 Fin
20422 \begin_inset space ~
20423 \end_inset
20424
20425 de
20426 \begin_inset space ~
20427 \end_inset
20428
20429 página
20430 \family default
20431 \series default
20432  intenta situar el flotante al final de la página actual
20433 \end_layout
20434
20435 \begin_layout Description
20436
20437 \family sans
20438 \series bold
20439 Página
20440 \begin_inset space ~
20441 \end_inset
20442
20443 de
20444 \begin_inset space ~
20445 \end_inset
20446
20447 flotantes
20448 \family default
20449 \series default
20450  intenta situar el flotante en una página propia 
20451 \end_layout
20452
20453 \begin_layout Standard
20454 LaTeX usa 
20455 \emph on
20456 siempre
20457 \emph default
20458  ese orden de opciones.
20459  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20460  lugar 
20461 \family sans
20462 Aquí
20463 \begin_inset space ~
20464 \end_inset
20465
20466 si
20467 \begin_inset space ~
20468 \end_inset
20469
20470 es
20471 \begin_inset space ~
20472 \end_inset
20473
20474 posible
20475 \family default
20476 , luego 
20477 \family sans
20478 Principio
20479 \begin_inset space ~
20480 \end_inset
20481
20482 de
20483 \begin_inset space ~
20484 \end_inset
20485
20486 página
20487 \family default
20488 , y después las otras.
20489  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20490  pero en dicho orden.
20491  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20492  pero intenta poner el flotante en la página siguiente.
20493 \end_layout
20494
20495 \begin_layout Standard
20496 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20497 \end_layout
20498
20499 \begin_layout Labeling
20500 \labelwidthstring 00.00.0000
20501
20502 \family sans
20503 Principio
20504 \begin_inset space ~
20505 \end_inset
20506
20507 de
20508 \begin_inset space ~
20509 \end_inset
20510
20511 página:
20512 \family default
20513  sólo si el flotante ocupa menos del 70
20514 \begin_inset space \thinspace{}
20515 \end_inset
20516
20517 % de la página puede ubicarse al principio de página (
20518 \series bold
20519
20520 \backslash
20521 topfraction
20522 \series default
20523 )
20524 \end_layout
20525
20526 \begin_layout Labeling
20527 \labelwidthstring 00.00.0000
20528
20529 \family sans
20530 Fin
20531 \begin_inset space ~
20532 \end_inset
20533
20534 de
20535 \begin_inset space ~
20536 \end_inset
20537
20538 página:
20539 \family default
20540  sólo si el flotante ocupa menos del 30
20541 \begin_inset space \thinspace{}
20542 \end_inset
20543
20544 % de la página puede ubicarse al fin de página.
20545  (
20546 \series bold
20547
20548 \backslash
20549 bottomfraction
20550 \series default
20551 )
20552 \end_layout
20553
20554 \begin_layout Labeling
20555 \labelwidthstring 00.00.0000
20556
20557 \family sans
20558 Página
20559 \begin_inset space ~
20560 \end_inset
20561
20562 de
20563 \begin_inset space ~
20564 \end_inset
20565
20566 flotantes:
20567 \family default
20568  sólo si más del 50
20569 \begin_inset space \thinspace{}
20570 \end_inset
20571
20572 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20573  página.
20574  (
20575 \series bold
20576
20577 \backslash
20578 floatpagefraction
20579 \series default
20580 )
20581 \end_layout
20582
20583 \begin_layout Standard
20584 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20585  
20586 \family sans
20587 Ignorar
20588 \begin_inset space ~
20589 \end_inset
20590
20591 reglas
20592 \begin_inset space ~
20593 \end_inset
20594
20595 de
20596 \begin_inset space ~
20597 \end_inset
20598
20599 LaTeX
20600 \family default
20601 .
20602 \begin_inset Newline newline
20603 \end_inset
20604
20605 También puedes redefinir las reglas con los comandos LaTeX que van entre
20606  paréntesis tras la descripción de las reglas anteriores.
20607  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20608  la regla 
20609 \family sans
20610 Fin
20611 \family default
20612
20613 \begin_inset space ~
20614 \end_inset
20615
20616
20617 \family sans
20618 de
20619 \family default
20620
20621 \begin_inset space ~
20622 \end_inset
20623
20624
20625 \family sans
20626 página
20627 \family default
20628  al 50
20629 \begin_inset space \thinspace{}
20630 \end_inset
20631
20632 %, añade esta línea en el preámbulo:
20633 \end_layout
20634
20635 \begin_layout Standard
20636
20637 \series bold
20638
20639 \backslash
20640 renewcommand{
20641 \backslash
20642 bottomfraction}{0.5}
20643 \end_layout
20644
20645 \begin_layout Standard
20646 En determinados casos podrías necesitar ubicar un flotante exactamente en
20647  la posición en la que se inserta.
20648  Para esto puedes usar la opción 
20649 \family sans
20650 Aquí
20651 \begin_inset space ~
20652 \end_inset
20653
20654 definitivamente
20655 \family default
20656 .
20657  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20658  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20659  se podría estropear el diseño de la página.
20660 \end_layout
20661
20662 \begin_layout Standard
20663 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20664  rodeados por texto de un párrafo determinado.
20665 \begin_inset VSpace bigskip
20666 \end_inset
20667
20668
20669 \end_layout
20670
20671 \begin_layout Standard
20672 A veces surge el problema de que un flotante se sitúa al principio de la
20673  página mientras que su sección correspondiente empieza en mitad de la página,
20674  así que el lector podría creer que el flotante forma parte de la sección
20675  anterior.
20676  Para evitarlo puede emplearse el comando LaTeX 
20677 \series bold
20678
20679 \backslash
20680 suppressfloats
20681 \series default
20682 , que suprime la ubicación de un flotante dado en la página donde se inserta
20683  y además puede servir para evitar que el flotante se coloque antes del
20684  inicio de sección.
20685  Para ello, añade estos comandos al preámbulo:
20686 \end_layout
20687
20688 \begin_layout Standard
20689
20690 \series bold
20691
20692 \backslash
20693 let
20694 \backslash
20695 mySection
20696 \backslash
20697 section
20698 \begin_inset Newline newline
20699 \end_inset
20700
20701
20702 \backslash
20703 renewcommand{
20704 \backslash
20705 section}{
20706 \backslash
20707 suppressfloats[t]
20708 \backslash
20709 mySection}
20710 \end_layout
20711
20712 \begin_layout Standard
20713 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20714  subsecciones.
20715  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20716  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20717 \end_layout
20718
20719 \begin_layout Standard
20720 \begin_inset VSpace bigskip
20721 \end_inset
20722
20723 En ciertos casos se quieren tener todas las figuras/tablas al final del
20724  documento.
20725  Para estos casos está el paquete LaTeX 
20726 \series bold
20727 endfloat
20728 \series default
20729
20730 \begin_inset Index
20731 status collapsed
20732
20733 \begin_layout Plain Layout
20734 LaTeX-paquetes ! endfloat
20735 \end_layout
20736
20737 \end_inset
20738
20739 .
20740  Pone todas las figuras y tablas flotantes al final del documento en secciones
20741  propias.
20742  En la posición original del flotante se inserta una indicación como «
20743 \family sans
20744 [Figure
20745 \begin_inset space ~
20746 \end_inset
20747
20748 3.2 about here.]
20749 \family default
20750 ».
20751  El paquete 
20752 \series bold
20753 endfloat
20754 \series default
20755  se carga en el preámbulo con la línea
20756 \end_layout
20757
20758 \begin_layout Standard
20759
20760 \series bold
20761
20762 \backslash
20763 usepackage[options]{endfloat}
20764 \end_layout
20765
20766 \begin_layout Standard
20767 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20768  Para más información véase la documentación de 
20769 \begin_inset CommandInset citation
20770 LatexCommand cite
20771 key "endfloat"
20772
20773 \end_inset
20774
20775 .
20776 \begin_inset Newline newline
20777 \end_inset
20778
20779
20780 \begin_inset Note Greyedout
20781 status open
20782
20783 \begin_layout Plain Layout
20784
20785 \series bold
20786 Nota: endfloat
20787 \series default
20788  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20789  véase sección
20790 \begin_inset space ~
20791 \end_inset
20792
20793 4 en 
20794 \begin_inset CommandInset citation
20795 LatexCommand cite
20796 key "endfloat"
20797
20798 \end_inset
20799
20800 .
20801 \end_layout
20802
20803 \end_inset
20804
20805
20806 \begin_inset Newline newline
20807 \end_inset
20808
20809
20810 \begin_inset Note Greyedout
20811 status open
20812
20813 \begin_layout Plain Layout
20814
20815 \series bold
20816 Nota:
20817 \series default
20818  Actualmente hay un error en 
20819 \series bold
20820 endfloat
20821 \series default
20822  cuando la leyenda contiene el carácter alemán «ß».
20823  Usa en ese caso el comando «
20824 \series bold
20825
20826 \backslash
20827 ss
20828 \series default
20829 » en código TeX en vez de «ß».
20830 \end_layout
20831
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \begin_layout Standard
20838 \begin_inset VSpace bigskip
20839 \end_inset
20840
20841 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20842 \begin_inset CommandInset citation
20843 LatexCommand cite
20844 key "latexcompanion,latexguide,latexbook"
20845
20846 \end_inset
20847
20848 .
20849 \end_layout
20850
20851 \begin_layout Section
20852 Rotación de flotantes
20853 \begin_inset CommandInset label
20854 LatexCommand label
20855 name "sec:Rotación-de-Flotantes"
20856
20857 \end_inset
20858
20859
20860 \begin_inset Index
20861 status collapsed
20862
20863 \begin_layout Plain Layout
20864 Flotantes ! Rotación
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Standard
20873 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20874  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20875  la opción 
20876 \family sans
20877 Girar
20878 \begin_inset space ~
20879 \end_inset
20880
20881 a
20882 \begin_inset space ~
20883 \end_inset
20884
20885 un
20886 \begin_inset space ~
20887 \end_inset
20888
20889 lado
20890 \family default
20891 .
20892 \end_layout
20893
20894 \begin_layout Standard
20895 Los flotantes girados son puestos siempre en su propia página (o columna
20896  si el documento es de dos columnas).
20897  Se les puede permitir abarcar varias columnas con la opción de configuración
20898  
20899 \family sans
20900 Extender
20901 \begin_inset space ~
20902 \end_inset
20903
20904 columnas
20905 \family default
20906 .
20907  Se rotan de forma que puedes leerlos desde el margen externo.
20908  Para forzar determinada dirección de rotación para todas las páginas, puedes
20909  añadir una de las opciones 
20910 \series bold
20911 figuresleft
20912 \series default
20913  o 
20914 \series bold
20915 figuresright
20916 \series default
20917  a las opciones de clase del documento.
20918 \end_layout
20919
20920 \begin_layout Standard
20921 Los flotantes girados se refieren igual que los normales, y el formato de
20922  la leyenda también es el mismo: un ejemplo es la tabla
20923 \begin_inset space ~
20924 \end_inset
20925
20926
20927 \begin_inset CommandInset ref
20928 LatexCommand ref
20929 reference "tab:Tabla-girada"
20930
20931 \end_inset
20932
20933 .
20934 \end_layout
20935
20936 \begin_layout Standard
20937 \begin_inset Note Greyedout
20938 status open
20939
20940 \begin_layout Plain Layout
20941
20942 \series bold
20943 Nota:
20944 \series default
20945  No todos los visores DVI pueden mostrar tablas giradas.
20946 \end_layout
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Standard
20954 \begin_inset Float table
20955 wide false
20956 sideways true
20957 status open
20958
20959 \begin_layout Plain Layout
20960 \begin_inset Caption
20961
20962 \begin_layout Plain Layout
20963 \begin_inset CommandInset label
20964 LatexCommand label
20965 name "tab:Tabla-girada"
20966
20967 \end_inset
20968
20969 Tabla girada
20970 \end_layout
20971
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \begin_layout Plain Layout
20978 \align center
20979 \begin_inset Tabular
20980 <lyxtabular version="3" rows="1" columns="5">
20981 <features>
20982 <column alignment="center" valignment="top" width="0">
20983 <column alignment="center" valignment="top" width="0">
20984 <column alignment="center" valignment="top" width="0">
20985 <column alignment="center" valignment="top" width="0">
20986 <column alignment="center" valignment="top" width="0">
20987 <row>
20988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 test
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 b
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 c
21011 \end_layout
21012
21013 \end_inset
21014 </cell>
21015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21016 \begin_inset Text
21017
21018 \begin_layout Plain Layout
21019 d
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 e
21029 \end_layout
21030
21031 \end_inset
21032 </cell>
21033 </row>
21034 </lyxtabular>
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \begin_layout Section
21047 Flotantes adosados
21048 \begin_inset Index
21049 status collapsed
21050
21051 \begin_layout Plain Layout
21052 Flotantes ! Adosados
21053 \end_layout
21054
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \begin_layout Standard
21061 Para colocar flotantes unos junto a otros, como en la figura
21062 \begin_inset space ~
21063 \end_inset
21064
21065
21066 \begin_inset CommandInset ref
21067 LatexCommand ref
21068 reference "fig:Flotante-izquierda"
21069
21070 \end_inset
21071
21072  y 
21073 \begin_inset CommandInset ref
21074 LatexCommand ref
21075 reference "fig:Flotante-derecha"
21076
21077 \end_inset
21078
21079 , se pone 
21080 \emph on
21081 un
21082 \emph default
21083  solo flotante.
21084  En él se insertan dos cuadros tipo minipágina.
21085 \begin_inset Foot
21086 status collapsed
21087
21088 \begin_layout Plain Layout
21089 Las minipáginas se explican en la sección
21090 \begin_inset space ~
21091 \end_inset
21092
21093
21094 \begin_inset CommandInset ref
21095 LatexCommand ref
21096 reference "sec:Minipáginas"
21097
21098 \end_inset
21099
21100 .
21101 \end_layout
21102
21103 \end_inset
21104
21105  La anchura de la columna se establece en 45-50
21106 \begin_inset space \thinspace{}
21107 \end_inset
21108
21109 % y la alineación en 
21110 \family sans
21111 Inferior
21112 \family default
21113  para cada minipágina.
21114  Las minipáginas contienen la imagen y su título, de igual forma que en
21115  los flotantes.
21116  La única diferencia es que el 
21117 \family sans
21118 Ancho
21119 \begin_inset space ~
21120 \end_inset
21121
21122 de
21123 \begin_inset space ~
21124 \end_inset
21125
21126 columna
21127 \begin_inset space ~
21128 \end_inset
21129
21130 %
21131 \family default
21132  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21133 \end_layout
21134
21135 \begin_layout Standard
21136 \begin_inset Float figure
21137 placement h
21138 wide false
21139 sideways false
21140 status open
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Box Frameless
21144 position "b"
21145 hor_pos "c"
21146 has_inner_box 1
21147 inner_pos "t"
21148 use_parbox 0
21149 width "45col%"
21150 special "none"
21151 height "1in"
21152 height_special "totalheight"
21153 status open
21154
21155 \begin_layout Plain Layout
21156 \align center
21157 \begin_inset Graphics
21158         filename ../clipart/mobius.eps
21159         lyxscale 50
21160         width 100col%
21161         scaleBeforeRotation
21162
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \begin_layout Plain Layout
21169 \begin_inset Caption
21170
21171 \begin_layout Plain Layout
21172 \begin_inset CommandInset label
21173 LatexCommand label
21174 name "fig:Flotante-izquierda"
21175
21176 \end_inset
21177
21178 Flotante en el lado izquierdo.
21179 \end_layout
21180
21181 \end_inset
21182
21183
21184 \end_layout
21185
21186 \end_inset
21187
21188
21189 \begin_inset space \hfill{}
21190 \end_inset
21191
21192
21193 \begin_inset Box Frameless
21194 position "b"
21195 hor_pos "c"
21196 has_inner_box 1
21197 inner_pos "t"
21198 use_parbox 0
21199 width "45col%"
21200 special "none"
21201 height "1in"
21202 height_special "totalheight"
21203 status open
21204
21205 \begin_layout Plain Layout
21206 \align center
21207 \begin_inset Graphics
21208         filename ../clipart/platypus.eps
21209         lyxscale 50
21210         width 100col%
21211         scaleBeforeRotation
21212
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Caption
21220
21221 \begin_layout Plain Layout
21222 \begin_inset CommandInset label
21223 LatexCommand label
21224 name "fig:Flotante-derecha"
21225
21226 \end_inset
21227
21228 Flotante en el lado derecho.
21229 \end_layout
21230
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237
21238
21239 \end_layout
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \begin_layout Section
21247 Formato de las leyendas
21248 \begin_inset Index
21249 status collapsed
21250
21251 \begin_layout Plain Layout
21252 Leyendas ! Formato
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \begin_inset Index
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262 Flotantes ! Formato de las leyendas
21263 \end_layout
21264
21265 \end_inset
21266
21267
21268 \begin_inset CommandInset label
21269 LatexCommand label
21270 name "sec:Formato-de-leyendas"
21271
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \begin_layout Standard
21278 El entorno 
21279 \family sans
21280 Leyenda
21281 \family default
21282  es el predeterminado para los 
21283 \family sans
21284 Flotantes
21285 \family default
21286 .
21287  En LyX las leyendas se muestran como etiqueta, p.
21288 \begin_inset space \thinspace{}
21289 \end_inset
21290
21291 e.
21292 \begin_inset space ~
21293 \end_inset
21294
21295 «
21296 \family sans
21297 Figura #
21298 \family default
21299 :» seguida por el texto.
21300  «#» es el número real de referencia.
21301  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21302  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21303  del texto.
21304  El entorno leyenda no es apropiado para todos los tipos de documento.
21305  
21306 \end_layout
21307
21308 \begin_layout Standard
21309 Para cambiar el formato predeterminado carga el paquete LaTeX 
21310 \series bold
21311 caption
21312 \series default
21313
21314 \begin_inset Index
21315 status collapsed
21316
21317 \begin_layout Plain Layout
21318 LaTeX-paquetes ! caption
21319 \end_layout
21320
21321 \end_inset
21322
21323  en el preámbulo del documento con la línea:
21324 \end_layout
21325
21326 \begin_layout Standard
21327
21328 \series bold
21329
21330 \backslash
21331 usepackage[definición de formato]{caption}
21332 \end_layout
21333
21334 \begin_layout Standard
21335 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21336  las leyendas de tabla siempre sobre ella como en este documento, usa el
21337  comando:
21338 \end_layout
21339
21340 \begin_layout Standard
21341
21342 \series bold
21343
21344 \backslash
21345 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21346 \end_layout
21347
21348 \begin_layout Standard
21349 También puedes definir distintos formatos de leyenda para los distintos
21350  tipos de flotantes.
21351  En ese caso carga el paquete 
21352 \series bold
21353 caption
21354 \series default
21355  sin opciones específicas y define los distintos formatos con ayuda del
21356  comando
21357 \end_layout
21358
21359 \begin_layout Standard
21360
21361 \series bold
21362
21363 \backslash
21364 captionsetup[tipo de flotante]{definición de formato}
21365 \end_layout
21366
21367 \begin_layout Standard
21368 en el preámbulo del documento.
21369  Por ejemplo las leyendas de la Figura
21370 \begin_inset space ~
21371 \end_inset
21372
21373
21374 \begin_inset CommandInset ref
21375 LatexCommand ref
21376 reference "fig:Esto-es-una-fig"
21377
21378 \end_inset
21379
21380  y la tabla
21381 \begin_inset space ~
21382 \end_inset
21383
21384
21385 \begin_inset CommandInset ref
21386 LatexCommand ref
21387 reference "tab:Esto-es-una-tab"
21388
21389 \end_inset
21390
21391  pueden crearse usando los siguientes comandos en el preámbulo:
21392 \end_layout
21393
21394 \begin_layout Standard
21395
21396 \series bold
21397
21398 \backslash
21399 usepackage[tableposition=top]{caption}
21400 \series default
21401
21402 \begin_inset Newline newline
21403 \end_inset
21404
21405
21406 \series bold
21407
21408 \backslash
21409 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21410 \begin_inset Newline newline
21411 \end_inset
21412
21413
21414 \begin_inset ERT
21415 status collapsed
21416
21417 \begin_layout Plain Layout
21418
21419
21420 \backslash
21421 hphantom{
21422 \backslash
21423
21424 \backslash
21425 captionsetup[figure]
21426 \backslash
21427 {}
21428 \end_layout
21429
21430 \end_inset
21431
21432  labelsep=period}
21433 \begin_inset Newline newline
21434 \end_inset
21435
21436
21437 \backslash
21438 captionsetup[table]{labelfont={bf,sf}}
21439 \end_layout
21440
21441 \begin_layout Standard
21442 \begin_inset Note Greyedout
21443 status open
21444
21445 \begin_layout Plain Layout
21446
21447 \series bold
21448 Nota: 
21449 \series default
21450 La opción 
21451 \series bold
21452 tableposition=top
21453 \series default
21454  no tiene efecto si se usa una clase de documento 
21455 \series bold
21456 koma-script
21457 \series default
21458 .
21459  En este caso debe utilizarse la opción de clase de documento 
21460 \series bold
21461 tablecaptionabove
21462 \series default
21463 .
21464  
21465 \end_layout
21466
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \begin_layout Standard
21473 Para más información sobre el paquete 
21474 \series bold
21475 caption
21476 \series default
21477  acude a su documentación 
21478 \begin_inset CommandInset citation
21479 LatexCommand cite
21480 key "caption"
21481
21482 \end_inset
21483
21484 .
21485 \end_layout
21486
21487 \begin_layout Standard
21488 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21489 \begin_inset space \thinspace{}
21490 \end_inset
21491
21492 e., usa el siguiente comando de preámbulo:
21493 \end_layout
21494
21495 \begin_layout Standard
21496
21497 \series bold
21498
21499 \backslash
21500 renewcommand{
21501 \backslash
21502 fnum@figure}{Imagen~
21503 \backslash
21504 thefigure}
21505 \end_layout
21506
21507 \begin_layout Standard
21508 donde 
21509 \series bold
21510
21511 \backslash
21512 thefigure
21513 \series default
21514  inserta el número de figura y «~» genera un espacio protegido.
21515
21516 \series bold
21517  
21518 \end_layout
21519
21520 \begin_layout Standard
21521 \begin_inset VSpace bigskip
21522 \end_inset
21523
21524 Si estás usando la clase de documento 
21525 \series bold
21526 koma-script
21527 \series default
21528
21529 \begin_inset Index
21530 status collapsed
21531
21532 \begin_layout Plain Layout
21533 LaTeX-paquetes ! koma-script
21534 \end_layout
21535
21536 \end_inset
21537
21538  (
21539 \family sans
21540 article (koma-script)
21541 \family default
21542
21543 \family sans
21544 book (koma-script)
21545 \family default
21546
21547 \family sans
21548 letter (koma-script)
21549 \family default
21550 , o 
21551 \family sans
21552 report (koma-script)
21553 \family default
21554
21555 \begin_inset space \thinspace{}
21556 \end_inset
21557
21558 ), puedes emplear en vez del paquete 
21559 \series bold
21560 caption
21561 \series default
21562  el comando 
21563 \series bold
21564
21565 \backslash
21566 setkomafont
21567 \series default
21568  incluido en 
21569 \series bold
21570 koma-script
21571 \series default
21572 .
21573  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21574  comando en el preámbulo del documento:
21575 \end_layout
21576
21577 \begin_layout Standard
21578
21579 \series bold
21580
21581 \backslash
21582 setkomafont{captionlabel}{
21583 \backslash
21584 bfseries}
21585 \end_layout
21586
21587 \begin_layout Standard
21588 Más información sobre 
21589 \series bold
21590
21591 \backslash
21592 setkomafont
21593 \series default
21594  en la documentación de 
21595 \series bold
21596 koma-script
21597 \series default
21598  
21599 \begin_inset CommandInset citation
21600 LatexCommand cite
21601 key "koma-script"
21602
21603 \end_inset
21604
21605 .
21606 \end_layout
21607
21608 \begin_layout Standard
21609 \begin_inset ERT
21610 status open
21611
21612 \begin_layout Plain Layout
21613
21614
21615 \backslash
21616 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21617 }
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \begin_inset Note Note
21624 status open
21625
21626 \begin_layout Plain Layout
21627 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21628 \end_layout
21629
21630 \end_inset
21631
21632
21633 \end_layout
21634
21635 \begin_layout Standard
21636 \begin_inset Float figure
21637 placement !p
21638 wide false
21639 sideways false
21640 status open
21641
21642 \begin_layout Plain Layout
21643 \align center
21644 \begin_inset Graphics
21645         filename ../clipart/mobius.eps
21646         lyxscale 50
21647         scale 50
21648
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \begin_layout Plain Layout
21655 \begin_inset Caption
21656
21657 \begin_layout Plain Layout
21658 \begin_inset CommandInset label
21659 LatexCommand label
21660 name "fig:Esto-es-una-fig"
21661
21662 \end_inset
21663
21664
21665 \begin_inset OptArg
21666 status collapsed
21667
21668 \begin_layout Plain Layout
21669 Figura con leyenda muy larga
21670 \end_layout
21671
21672 \end_inset
21673
21674 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21675  mostrar el formato diferente.
21676  Aquí se usa una leyenda personalizada.
21677 \end_layout
21678
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \begin_layout Standard
21690 \begin_inset ERT
21691 status open
21692
21693 \begin_layout Plain Layout
21694
21695
21696 \backslash
21697 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21698 on}
21699 \end_layout
21700
21701 \end_inset
21702
21703
21704 \end_layout
21705
21706 \begin_layout Standard
21707 \begin_inset Float table
21708 placement !p
21709 wide false
21710 sideways false
21711 status collapsed
21712
21713 \begin_layout Plain Layout
21714 \begin_inset Caption
21715
21716 \begin_layout Plain Layout
21717 \begin_inset CommandInset label
21718 LatexCommand label
21719 name "tab:Esto-es-una-tab"
21720
21721 \end_inset
21722
21723
21724 \begin_inset OptArg
21725 status collapsed
21726
21727 \begin_layout Plain Layout
21728 Tabla con leyenda muy larga
21729 \end_layout
21730
21731 \end_inset
21732
21733 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21734  el formato diferente.
21735  Aquí se usa el formato de leyenda estándar para las tablas.
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \begin_layout Plain Layout
21744 \align center
21745 \begin_inset Tabular
21746 <lyxtabular version="3" rows="1" columns="5">
21747 <features>
21748 <column alignment="center" valignment="top" width="0">
21749 <column alignment="center" valignment="top" width="0">
21750 <column alignment="center" valignment="top" width="0">
21751 <column alignment="center" valignment="top" width="0">
21752 <column alignment="center" valignment="top" width="0">
21753 <row>
21754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 a
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 b
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21773 \begin_inset Text
21774
21775 \begin_layout Plain Layout
21776 c
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 d
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 e
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 </lyxtabular>
21801
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Section
21813 Colocación de leyendas
21814 \begin_inset Index
21815 status collapsed
21816
21817 \begin_layout Plain Layout
21818 Leyendas ! Colocación
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \begin_inset Index
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828 Flotantes ! Colocación de leyendas
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \begin_inset CommandInset label
21835 LatexCommand label
21836 name "sec:Colocación-de-leyendas"
21837
21838 \end_inset
21839
21840
21841 \end_layout
21842
21843 \begin_layout Standard
21844 La norma habitual para colocar las leyendas es:
21845 \end_layout
21846
21847 \begin_layout Description
21848 Figura: La leyenda al pie de la figura
21849 \end_layout
21850
21851 \begin_layout Description
21852 Tabla: La leyenda sobre la tabla
21853 \end_layout
21854
21855 \begin_layout Standard
21856 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21857  la tabla.
21858  Esto implica que si usas las clases de documento 
21859 \family sans
21860 article
21861 \family default
21862
21863 \family sans
21864 book
21865 \family default
21866
21867 \family sans
21868 letter
21869 \family default
21870 , o 
21871 \family sans
21872 report
21873 \family default
21874  no habrá espacio entre la leyenda y la tabla.
21875  Para insertar el espacio adecuado añade la siguiente opción al comando
21876  del paquete LaTeX 
21877 \series bold
21878 caption
21879 \series default
21880  en el preámbulo del documento:
21881 \begin_inset Foot
21882 status collapsed
21883
21884 \begin_layout Plain Layout
21885 Véase la sección
21886 \begin_inset space ~
21887 \end_inset
21888
21889
21890 \begin_inset CommandInset ref
21891 LatexCommand ref
21892 reference "sec:Formato-de-leyendas"
21893
21894 \end_inset
21895
21896  para más información sobre el paquete 
21897 \series bold
21898 caption
21899 \series default
21900 .
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \begin_layout Standard
21909
21910 \series bold
21911 tableposition=top
21912 \end_layout
21913
21914 \begin_layout Standard
21915 Si estás usando la clase 
21916 \series bold
21917 koma-script
21918 \series default
21919
21920 \begin_inset Index
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 LaTeX-paquetes ! koma-script
21925 \end_layout
21926
21927 \end_inset
21928
21929  (
21930 \family sans
21931 article (koma-script)
21932 \family default
21933
21934 \family sans
21935 book (koma-script)
21936 \family default
21937
21938 \family sans
21939 letter (koma-script)
21940 \family default
21941 , o 
21942 \family sans
21943 report (koma-script)
21944 \family default
21945
21946 \begin_inset space \thinspace{}
21947 \end_inset
21948
21949 ), en vez de 
21950 \series bold
21951 caption
21952 \series default
21953  puedes poner la opción 
21954 \series bold
21955 tablecaptionabove
21956 \series default
21957  de la clase de documento.
21958 \end_layout
21959
21960 \begin_layout Standard
21961 \begin_inset VSpace bigskip
21962 \end_inset
21963
21964 También es posible poner la leyenda junto a una figura o tabla.
21965  Para conseguirlo hay que cargar el paquete LaTeX 
21966 \series bold
21967 sidecap
21968 \series default
21969
21970 \begin_inset Index
21971 status collapsed
21972
21973 \begin_layout Plain Layout
21974 LaTeX-paquetes ! sidecap
21975 \end_layout
21976
21977 \end_inset
21978
21979  añadiendo en el preámbulo del documento la línea
21980 \end_layout
21981
21982 \begin_layout Standard
21983
21984 \series bold
21985
21986 \backslash
21987 usepackage[option]{sidecap}
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Si no se especifica opción, la leyenda se ubica del lado del margen externo
21992  de la página ---a la derecha en páginas impares, a la izquierda en las
21993  pares---.
21994  Puedes cambiar la colocación al margen interno con la opción 
21995 \series bold
21996 innercaption
21997 \series default
21998 .
21999  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22000  opciones 
22001 \series bold
22002 rightcaption
22003 \series default
22004  o 
22005 \series bold
22006 leftcaption
22007 \series default
22008 , respectivamente.
22009 \end_layout
22010
22011 \begin_layout Standard
22012 \begin_inset ERT
22013 status collapsed
22014
22015 \begin_layout Plain Layout
22016
22017
22018 \backslash
22019 ifsidecap
22020 \end_layout
22021
22022 \end_inset
22023
22024
22025 \begin_inset Note Note
22026 status open
22027
22028 \begin_layout Plain Layout
22029 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22030  LaTeX 
22031 \series bold
22032 sidecap
22033 \series default
22034 .
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \begin_layout Standard
22043 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22044  estos comandos al preámbulo del documento:
22045 \end_layout
22046
22047 \begin_layout Standard
22048
22049 \lyxline
22050
22051 \end_layout
22052
22053 \begin_layout Standard
22054
22055 \series bold
22056
22057 \backslash
22058 newcommand{
22059 \backslash
22060 TabBesBeg}{%
22061 \begin_inset Newline newline
22062 \end_inset
22063
22064
22065 \begin_inset ERT
22066 status collapsed
22067
22068 \begin_layout Plain Layout
22069
22070
22071 \backslash
22072 hphantom{ }
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \backslash
22079 let
22080 \backslash
22081 MyTable
22082 \backslash
22083 table
22084 \begin_inset Newline newline
22085 \end_inset
22086
22087
22088 \begin_inset ERT
22089 status collapsed
22090
22091 \begin_layout Plain Layout
22092
22093
22094 \backslash
22095 hphantom{ }
22096 \end_layout
22097
22098 \end_inset
22099
22100
22101 \backslash
22102 let
22103 \backslash
22104 MyEndtable
22105 \backslash
22106 endtable
22107 \begin_inset Newline newline
22108 \end_inset
22109
22110
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 hphantom{ }
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \backslash
22125 renewenvironment{table}{
22126 \backslash
22127 begin{SCtable}}{
22128 \backslash
22129 end{SCtable}}}
22130 \end_layout
22131
22132 \begin_layout Standard
22133
22134 \series bold
22135
22136 \backslash
22137 newcommand{
22138 \backslash
22139 TabBesEnd}{%
22140 \begin_inset Newline newline
22141 \end_inset
22142
22143
22144 \begin_inset ERT
22145 status collapsed
22146
22147 \begin_layout Plain Layout
22148
22149
22150 \backslash
22151 hphantom{ }
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \backslash
22158 let
22159 \backslash
22160 table
22161 \backslash
22162 MyTable
22163 \begin_inset Newline newline
22164 \end_inset
22165
22166
22167 \begin_inset ERT
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171
22172
22173 \backslash
22174 hphantom{ }
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \backslash
22181 let
22182 \backslash
22183 endtable
22184 \backslash
22185 MyEndtable
22186 \end_layout
22187
22188 \begin_layout Standard
22189
22190 \series bold
22191
22192 \backslash
22193 newcommand{
22194 \backslash
22195 FigBesBeg}{%
22196 \begin_inset Newline newline
22197 \end_inset
22198
22199
22200 \begin_inset ERT
22201 status collapsed
22202
22203 \begin_layout Plain Layout
22204
22205
22206 \backslash
22207 hphantom{ }
22208 \end_layout
22209
22210 \end_inset
22211
22212
22213 \backslash
22214 let
22215 \backslash
22216 MyFigure
22217 \backslash
22218 figure
22219 \begin_inset Newline newline
22220 \end_inset
22221
22222
22223 \begin_inset ERT
22224 status collapsed
22225
22226 \begin_layout Plain Layout
22227
22228
22229 \backslash
22230 hphantom{ }
22231 \end_layout
22232
22233 \end_inset
22234
22235
22236 \backslash
22237 let
22238 \backslash
22239 MyEndfigure
22240 \backslash
22241 endfigure
22242 \begin_inset Newline newline
22243 \end_inset
22244
22245
22246 \begin_inset ERT
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250
22251
22252 \backslash
22253 hphantom{ }
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \backslash
22260 renewenvironment{figure}{
22261 \backslash
22262 begin{SCfigure}}{
22263 \backslash
22264 end{SCfigure}}}
22265 \end_layout
22266
22267 \begin_layout Standard
22268
22269 \series bold
22270
22271 \backslash
22272 newcommand{
22273 \backslash
22274 FigBesEnd}{%
22275 \begin_inset Newline newline
22276 \end_inset
22277
22278
22279 \begin_inset ERT
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283
22284
22285 \backslash
22286 hphantom{ }
22287 \end_layout
22288
22289 \end_inset
22290
22291
22292 \backslash
22293 let
22294 \backslash
22295 figure
22296 \backslash
22297 MyFigure
22298 \begin_inset Newline newline
22299 \end_inset
22300
22301
22302 \begin_inset ERT
22303 status collapsed
22304
22305 \begin_layout Plain Layout
22306
22307
22308 \backslash
22309 hphantom{ }
22310 \end_layout
22311
22312 \end_inset
22313
22314
22315 \backslash
22316 let
22317 \backslash
22318 endfigure
22319 \backslash
22320 MyEndfigure}
22321 \end_layout
22322
22323 \begin_layout Standard
22324
22325 \lyxline
22326
22327 \end_layout
22328
22329 \begin_layout Standard
22330 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22331  en un lado.
22332  Para figuras flotantes usa el comando
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \series bold
22338
22339 \backslash
22340 FigBesBeg
22341 \end_layout
22342
22343 \begin_layout Standard
22344 en código TeX antes del flotante.
22345  Detrás del flotante inserta
22346 \end_layout
22347
22348 \begin_layout Standard
22349
22350 \series bold
22351
22352 \backslash
22353 FigBesEnd
22354 \end_layout
22355
22356 \begin_layout Standard
22357 en código TeX para volver a la definición original de flotantes.
22358 \end_layout
22359
22360 \begin_layout Standard
22361 Para tablas flotantes usa los comandos correspondientes
22362 \end_layout
22363
22364 \begin_layout Standard
22365
22366 \series bold
22367
22368 \backslash
22369 TabBesBeg
22370 \series default
22371  y 
22372 \series bold
22373
22374 \backslash
22375 TabBesEnd
22376 \end_layout
22377
22378 \begin_layout Standard
22379 La figura
22380 \begin_inset space ~
22381 \end_inset
22382
22383
22384 \begin_inset CommandInset ref
22385 LatexCommand ref
22386 reference "fig:encab-al-lado"
22387
22388 \end_inset
22389
22390  y la tabla
22391 \begin_inset space ~
22392 \end_inset
22393
22394
22395 \begin_inset CommandInset ref
22396 LatexCommand ref
22397 reference "tab:encab-al-lado"
22398
22399 \end_inset
22400
22401  son ejemplos en los que el título se sitúa al lado.
22402 \end_layout
22403
22404 \begin_layout Standard
22405 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22406  en tablas flotantes y debajo en las figuras flotantes.
22407  Para cambiarlo, puedes usar el comando
22408 \end_layout
22409
22410 \begin_layout Standard
22411
22412 \series bold
22413
22414 \backslash
22415 sidecaptionvpos{tipo de flotante}{colocación}
22416 \end_layout
22417
22418 \begin_layout Standard
22419 en el preámbulo o en código TeX antes del flotante.
22420  El tipo de flotante es 
22421 \family sans
22422 figure
22423 \family default
22424  o 
22425 \family sans
22426 table
22427 \family default
22428 , la colocación puede ser «
22429 \family sans
22430 t
22431 \family default
22432 » por «top» (arriba), «
22433 \family sans
22434 c
22435 \family default
22436 » por «center» (centro), o «
22437 \family sans
22438 b
22439 \family default
22440 » por «bottom» (abajo).
22441  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22442  usa el comando
22443 \end_layout
22444
22445 \begin_layout Standard
22446
22447 \series bold
22448
22449 \backslash
22450 sidecaptionvpos{figure}{c}
22451 \end_layout
22452
22453 \begin_layout Standard
22454 Esto se ha hecho en la figura
22455 \begin_inset space ~
22456 \end_inset
22457
22458
22459 \begin_inset CommandInset ref
22460 LatexCommand ref
22461 reference "fig:encab-al-lado-de-fig"
22462
22463 \end_inset
22464
22465 .
22466 \end_layout
22467
22468 \begin_layout Standard
22469 \begin_inset VSpace medskip
22470 \end_inset
22471
22472 Más información sobre el paquete 
22473 \series bold
22474 sidecap
22475 \series default
22476  en su documentación 
22477 \begin_inset CommandInset citation
22478 LatexCommand cite
22479 key "sidecap"
22480
22481 \end_inset
22482
22483 .
22484 \end_layout
22485
22486 \begin_layout Standard
22487 \begin_inset Note Greyedout
22488 status open
22489
22490 \begin_layout Plain Layout
22491
22492 \series bold
22493 Nota:
22494 \series default
22495  El paquete LaTeX 
22496 \series bold
22497 hypcap
22498 \series default
22499
22500 \begin_inset Index
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504 LaTeX-paquetes ! hypcap
22505 \end_layout
22506
22507 \end_inset
22508
22509 , descrito en la sección
22510 \begin_inset space ~
22511 \end_inset
22512
22513
22514 \begin_inset CommandInset ref
22515 LatexCommand ref
22516 reference "sub:Colocación-de-Referencias"
22517
22518 \end_inset
22519
22520 , no afecta a flotantes con la leyenda al lado.
22521 \end_layout
22522
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \begin_layout Standard
22529 \begin_inset ERT
22530 status collapsed
22531
22532 \begin_layout Plain Layout
22533
22534
22535 \backslash
22536 FigBesBeg 
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \begin_layout Standard
22545 \begin_inset Float figure
22546 wide false
22547 sideways false
22548 status open
22549
22550 \begin_layout Plain Layout
22551 \begin_inset Graphics
22552         filename ../clipart/escher-lsd.eps
22553         scale 75
22554
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Caption
22562
22563 \begin_layout Plain Layout
22564 \begin_inset CommandInset label
22565 LatexCommand label
22566 name "fig:encab-al-lado"
22567
22568 \end_inset
22569
22570 Leyenda al lado de una figura.
22571 \end_layout
22572
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579
22580
22581 \end_layout
22582
22583 \begin_layout Standard
22584 \begin_inset ERT
22585 status collapsed
22586
22587 \begin_layout Plain Layout
22588
22589
22590 \backslash
22591 TabBesBeg 
22592 \end_layout
22593
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \begin_layout Standard
22600 \begin_inset Float table
22601 wide false
22602 sideways false
22603 status open
22604
22605 \begin_layout Plain Layout
22606 \begin_inset Caption
22607
22608 \begin_layout Plain Layout
22609 \begin_inset CommandInset label
22610 LatexCommand label
22611 name "tab:encab-al-lado"
22612
22613 \end_inset
22614
22615 Leyenda al lado de una tabla.
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \end_layout
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Tabular
22625 <lyxtabular version="3" rows="4" columns="5">
22626 <features>
22627 <column alignment="center" valignment="top" width="0">
22628 <column alignment="center" valignment="top" width="0">
22629 <column alignment="center" valignment="top" width="0">
22630 <column alignment="center" valignment="top" width="0">
22631 <column alignment="center" valignment="top" width="0">
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 a
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 b
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 c
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 </row>
22679 <row>
22680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 d
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 e
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731 f
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 g
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 h
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787 i
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 j
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 </lyxtabular>
22821
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \begin_layout Standard
22833 \begin_inset ERT
22834 status collapsed
22835
22836 \begin_layout Plain Layout
22837
22838
22839 \backslash
22840 TabBesEnd
22841 \end_layout
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Standard
22849 \begin_inset ERT
22850 status collapsed
22851
22852 \begin_layout Plain Layout
22853
22854
22855 \backslash
22856 sidecaptionvpos{figure}{c}
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \begin_inset Float figure
22863 wide false
22864 sideways false
22865 status open
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Graphics
22869         filename ../clipart/escher-lsd.eps
22870         scale 75
22871
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \begin_layout Plain Layout
22878 \begin_inset Caption
22879
22880 \begin_layout Plain Layout
22881 \begin_inset CommandInset label
22882 LatexCommand label
22883 name "fig:encab-al-lado-de-fig"
22884
22885 \end_inset
22886
22887 Leyenda centrada verticalmente junto a una figura.
22888 \end_layout
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset ERT
22902 status collapsed
22903
22904 \begin_layout Plain Layout
22905
22906
22907 \backslash
22908 FigBesEnd
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 else
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \begin_inset Note Note
22931 status open
22932
22933 \begin_layout Plain Layout
22934 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
22935  
22936 \series bold
22937 sidecap
22938 \series default
22939 .
22940 \end_layout
22941
22942 \end_inset
22943
22944
22945 \end_layout
22946
22947 \begin_layout Standard
22948 Debes instalar el paquete LaTeX 
22949 \series bold
22950 sidecap
22951 \series default
22952  para ver la parte siguiente en la salida.
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 fi
22964 \end_layout
22965
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \begin_layout Section
22972 Lista de flotantes
22973 \begin_inset Index
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 Flotantes ! Lista de
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 Igual que en el índice general se listan las secciones del documento, hay
22987  listas para todos los tipos de flotantes, como las figuras.
22988  Se pueden insertar mediante los submenús 
22989 \family sans
22990 Insertar\SpecialChar \menuseparator
22991 Lista / IG
22992 \family default
22993 .
22994 \end_layout
22995
22996 \begin_layout Standard
22997 Las entradas de la lista son los títulos del flotante o su título corto,
22998  el número de flotante, y el número de la página del documento en la que
22999  aparecen.
23000 \end_layout
23001
23002 \begin_layout Standard
23003 Puedes encontrar las listas de figuras y tablas al final de este documento.
23004 \end_layout
23005
23006 \begin_layout Chapter
23007 Notas
23008 \end_layout
23009
23010 \begin_layout Section
23011 Notas en LyX
23012 \begin_inset Index
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016 Notas ! en LyX
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 Las notas se insertan con el botón 
23026 \begin_inset Graphics
23027         filename ../../images/note-insert.png
23028         scale 85
23029
23030 \end_inset
23031
23032  o con el menú 
23033 \family sans
23034 Insertar\SpecialChar \menuseparator
23035 Nota
23036 \family default
23037 .
23038  Hay cinco tipos de notas:
23039 \end_layout
23040
23041 \begin_layout Description
23042 Nota
23043 \begin_inset space ~
23044 \end_inset
23045
23046 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23047  Su cuadro se muestra como este:
23048 \begin_inset Newline newline
23049 \end_inset
23050
23051
23052 \begin_inset Newline newline
23053 \end_inset
23054
23055
23056 \begin_inset Graphics
23057         filename clipart/NotaLyXImagenQt4.png
23058         display false
23059         scale 75
23060
23061 \end_inset
23062
23063  
23064 \begin_inset Note Note
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 Este es un texto en un recuadro que no se muestra en la salida.
23069 \end_layout
23070
23071 \end_inset
23072
23073
23074 \end_layout
23075
23076 \begin_layout Description
23077 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23078  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23079 \family sans
23080 Archivo\SpecialChar \menuseparator
23081 Exportar\SpecialChar \menuseparator
23082 LaTeX (pdflatex) / (plain)
23083 \family default
23084 .
23085  Su recuadro se ve así:
23086 \begin_inset Newline newline
23087 \end_inset
23088
23089
23090 \begin_inset Newline newline
23091 \end_inset
23092
23093
23094 \begin_inset Graphics
23095         filename clipart/ComentNotaImagenQt4.png
23096         display false
23097         scale 75
23098
23099 \end_inset
23100
23101  
23102 \begin_inset Note Comment
23103 status collapsed
23104
23105 \begin_layout Plain Layout
23106 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23107 \end_layout
23108
23109 \end_inset
23110
23111
23112 \end_layout
23113
23114 \begin_layout Description
23115 Resaltado
23116 \begin_inset space ~
23117 \end_inset
23118
23119 en
23120 \begin_inset space ~
23121 \end_inset
23122
23123 gris Esta nota aparece en la salida como texto resaltado en gris.
23124  Su recuadro se parece a este:
23125 \begin_inset Newline newline
23126 \end_inset
23127
23128
23129 \begin_inset Newline newline
23130 \end_inset
23131
23132
23133 \begin_inset Graphics
23134         filename clipart/GrisNotaImagenQt4.png
23135         display false
23136         scale 75
23137
23138 \end_inset
23139
23140
23141 \begin_inset Newline newline
23142 \end_inset
23143
23144
23145 \begin_inset ERT
23146 status collapsed
23147
23148 \begin_layout Plain Layout
23149
23150
23151 \backslash
23152 renewenvironment{lyxgreyedout}
23153 \end_layout
23154
23155 \begin_layout Plain Layout
23156
23157 {
23158 \backslash
23159 textcolor[gray]{0.8}
23160 \backslash
23161 bgroup}{
23162 \backslash
23163 egroup}
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \begin_inset Note Greyedout
23170 status open
23171
23172 \begin_layout Plain Layout
23173 Este es el texto
23174 \begin_inset Foot
23175 status open
23176
23177 \begin_layout Plain Layout
23178 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23179 \end_layout
23180
23181 \end_inset
23182
23183  de un comentario que se muestra resaltado en gris.
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \begin_inset ERT
23190 status collapsed
23191
23192 \begin_layout Plain Layout
23193
23194
23195 \backslash
23196 renewenvironment{lyxgreyedout}
23197 \end_layout
23198
23199 \begin_layout Plain Layout
23200
23201 {
23202 \backslash
23203 textcolor{blue}
23204 \backslash
23205 bgroup}{
23206 \backslash
23207 egroup}
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \begin_inset Note Note
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23218  original de LyX, ya que en el preámbulo de este documento se han redefinido
23219  estas notas para que salgan en azul, como se indica más adelante.
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \begin_inset Newline newline
23226 \end_inset
23227
23228
23229 \begin_inset Newline newline
23230 \end_inset
23231
23232 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23233  está un poco sangrada, y por otra parte pueden tener notas al pie.
23234 \end_layout
23235
23236 \begin_layout Standard
23237 \begin_inset VSpace bigskip
23238 \end_inset
23239
23240 Si usas el botón de la barra de herramientas 
23241 \begin_inset Graphics
23242         filename ../../images/note-insert.png
23243         scale 85
23244
23245 \end_inset
23246
23247  para insertar notas, se inserta una 
23248 \family sans
23249 Nota
23250 \begin_inset space ~
23251 \end_inset
23252
23253 LyX
23254 \family default
23255 .
23256  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23257  recuadro.
23258  
23259 \family roman
23260 \series medium
23261 \bar no
23262 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23263  botón de herramienta 
23264 \family sans
23265 \series default
23266 \bar default
23267 Nota
23268 \family default
23269 .
23270  Para cambiar una nota a texto, pulsa la tecla 
23271 \family sans
23272 Retroceso
23273 \family default
23274  cuando el cursor está en la primera posición de una nota, o la tecla 
23275 \family sans
23276 Supr
23277 \family default
23278  cuando el cursor está en la última posición de la nota, respectivamente.
23279 \end_layout
23280
23281 \begin_layout Standard
23282 \begin_inset VSpace bigskip
23283 \end_inset
23284
23285 Se puede cambiar el color del 
23286 \family sans
23287 Resaltado en gris
23288 \family default
23289  poniendo en el preámbulo el comando:
23290 \end_layout
23291
23292 \begin_layout Standard
23293
23294 \series bold
23295
23296 \backslash
23297 renewenvironment{lyxgreyedout}
23298 \begin_inset Newline newline
23299 \end_inset
23300
23301
23302 \begin_inset ERT
23303 status collapsed
23304
23305 \begin_layout Plain Layout
23306
23307
23308 \backslash
23309 hphantom{ }
23310 \end_layout
23311
23312 \end_inset
23313
23314 {
23315 \backslash
23316 textcolor{color}
23317 \backslash
23318 bgroup}{
23319 \backslash
23320 egroup}
23321 \end_layout
23322
23323 \begin_layout Standard
23324 Los colores disponibles y el método para definir nuestros propios colores
23325  se explica en la sección
23326 \begin_inset space ~
23327 \end_inset
23328
23329
23330 \begin_inset CommandInset ref
23331 LatexCommand ref
23332 reference "sec:Tablas-Coloreadas"
23333
23334 \end_inset
23335
23336 .
23337 \end_layout
23338
23339 \begin_layout Standard
23340 Las notas en azul en este documento se han hecho con notas del tipo 
23341 \family sans
23342 Resaltado en gris
23343 \family default
23344  pero definiendo el color del texto en azul.
23345 \end_layout
23346
23347 \begin_layout Section
23348 Notas al pie
23349 \begin_inset CommandInset label
23350 LatexCommand label
23351 name "sec:Notas-al-pie"
23352
23353 \end_inset
23354
23355
23356 \begin_inset Index
23357 status collapsed
23358
23359 \begin_layout Plain Layout
23360 Notas ! al pie
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \begin_inset Index
23367 status collapsed
23368
23369 \begin_layout Plain Layout
23370 Notas al pie
23371 \end_layout
23372
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \begin_layout Standard
23379 Las notas al pie se insertan con el botón 
23380 \begin_inset Graphics
23381         filename ../../images/footnote-insert.png
23382         scale 85
23383
23384 \end_inset
23385
23386  o el menú 
23387 \family sans
23388 Insertar\SpecialChar \menuseparator
23389 Nota
23390 \begin_inset space ~
23391 \end_inset
23392
23393 al
23394 \begin_inset space ~
23395 \end_inset
23396
23397 pie
23398 \family default
23399 .
23400  
23401 \family roman
23402 \series medium
23403 \bar no
23404 Aparece un recuadro como este:
23405 \family default
23406 \series default
23407 \bar default
23408  
23409 \begin_inset Graphics
23410         filename clipart/notapieQt4.png
23411         scale 80
23412
23413 \end_inset
23414
23415  
23416 \family roman
23417 \series medium
23418 \bar no
23419 donde puedes introducir el texto.
23420  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23421  sobre el
23422 \family default
23423 \series default
23424 \bar default
23425  
23426 \family roman
23427 \series medium
23428 \bar no
23429 botón
23430 \family default
23431 \series default
23432 \bar default
23433 .
23434  Para cambiar una nota al pie a texto, pulsa la tecla 
23435 \family sans
23436 Retroceso
23437 \family default
23438  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23439  
23440 \family sans
23441 Supr
23442 \family default
23443  cuando el cursor está en la última posición de la nota, respectivamente.
23444 \end_layout
23445
23446 \begin_layout Standard
23447 Aquí hay un ejemplo de nota al pie:
23448 \family roman
23449 \series medium
23450 \bar no
23451
23452 \begin_inset Foot
23453 status open
23454
23455 \begin_layout Plain Layout
23456 \begin_inset CommandInset label
23457 LatexCommand label
23458 name "pie:Esto-es-una"
23459
23460 \end_inset
23461
23462 Ejemplo de nota al pie.
23463 \end_layout
23464
23465 \end_inset
23466
23467
23468 \family default
23469 \series default
23470 \bar default
23471
23472 \begin_inset ERT
23473 status collapsed
23474
23475 \begin_layout Plain Layout
23476
23477
23478 \backslash
23479 newcounter{MyRepeatFoot}
23480 \end_layout
23481
23482 \begin_layout Plain Layout
23483
23484
23485 \backslash
23486 setcounter{MyRepeatFoot}{
23487 \backslash
23488 thefootnote}
23489 \end_layout
23490
23491 \end_inset
23492
23493
23494 \end_layout
23495
23496 \begin_layout Standard
23497 En la salida, el pie se muestra como número voladito en el lugar del texto
23498  donde se coloca el recuadro.
23499  El texto se coloca al final de la página actual.
23500  Los números de las notas son calculados por LaTeX, y son consecutivos.
23501  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23502 \end_layout
23503
23504 \begin_layout Standard
23505 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23506  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23507  se describe en la sección
23508 \begin_inset space ~
23509 \end_inset
23510
23511
23512 \begin_inset CommandInset ref
23513 LatexCommand ref
23514 reference "sec:Referencias-a-Flotantes"
23515
23516 \end_inset
23517
23518 .
23519 \begin_inset Newline newline
23520 \end_inset
23521
23522 Esto es una referencia cruzada a la Nota al pie
23523 \begin_inset space ~
23524 \end_inset
23525
23526
23527 \begin_inset CommandInset ref
23528 LatexCommand ref
23529 reference "pie:Esto-es-una"
23530
23531 \end_inset
23532
23533 .
23534 \begin_inset Newline newline
23535 \end_inset
23536
23537
23538 \begin_inset Note Greyedout
23539 status open
23540
23541 \begin_layout Plain Layout
23542
23543 \series bold
23544 Nota:
23545 \series default
23546  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23547  de insertar un prefijo, p.
23548 \begin_inset space \thinspace{}
23549 \end_inset
23550
23551 e.
23552 \begin_inset space ~
23553 \end_inset
23554
23555 «
23556 \family sans
23557 pie:
23558 \family default
23559 » manualmente cuando quieras usar el estilo 
23560 \family sans
23561 Referencia
23562 \begin_inset space ~
23563 \end_inset
23564
23565 con
23566 \begin_inset space ~
23567 \end_inset
23568
23569 formato
23570 \family default
23571 .
23572 \end_layout
23573
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \begin_layout Standard
23580 \begin_inset VSpace defskip
23581 \end_inset
23582
23583 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23584 \begin_inset space ~
23585 \end_inset
23586
23587
23588 \begin_inset CommandInset ref
23589 LatexCommand ref
23590 reference "sec:Minipáginas"
23591
23592 \end_inset
23593
23594 .
23595  Los pies en tablas largas en la sección
23596 \begin_inset space ~
23597 \end_inset
23598
23599
23600 \begin_inset CommandInset ref
23601 LatexCommand ref
23602 reference "sub:Notas-al-pie-en-Tablas-Largas"
23603
23604 \end_inset
23605
23606 .
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset VSpace defskip
23611 \end_inset
23612
23613 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23614 \series bold
23615
23616 \backslash
23617 footnotemark[número]
23618 \series default
23619  en código TeX.
23620  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23621  no quieres imprimir el pie cada vez.
23622 \begin_inset Newline newline
23623 \end_inset
23624
23625 Como no sabes el número del pie que se repite mientras escribes el texto,
23626  tienes que guardarlo.
23627  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23628  en código TeX detrás de Nota
23629 \begin_inset space ~
23630 \end_inset
23631
23632 al
23633 \begin_inset space ~
23634 \end_inset
23635
23636 pie
23637 \begin_inset space ~
23638 \end_inset
23639
23640
23641 \begin_inset CommandInset ref
23642 LatexCommand ref
23643 reference "pie:Esto-es-una"
23644
23645 \end_inset
23646
23647  para guardar el número de pie:
23648 \end_layout
23649
23650 \begin_layout Standard
23651
23652 \series bold
23653
23654 \backslash
23655 newcounter{MyRepeatFoot}
23656 \begin_inset Newline newline
23657 \end_inset
23658
23659
23660 \backslash
23661 setcounter{MyRepeatFoot}{
23662 \backslash
23663 thefootnote}
23664 \end_layout
23665
23666 \begin_layout Standard
23667 La marca de pie se crea entonces con el comando:
23668 \end_layout
23669
23670 \begin_layout Standard
23671
23672 \series bold
23673
23674 \backslash
23675 footnotemark[
23676 \backslash
23677 theMyRepeatFoot]
23678 \end_layout
23679
23680 \begin_layout Standard
23681 Aquí hay un ejemplo de marca de pie:
23682 \family roman
23683 \series medium
23684 \bar no
23685
23686 \begin_inset ERT
23687 status collapsed
23688
23689 \begin_layout Plain Layout
23690
23691
23692 \backslash
23693 footnotemark[
23694 \backslash
23695 theMyRepeatFoot]
23696 \end_layout
23697
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \begin_layout Subsection
23704 Numeración de notas al pie
23705 \begin_inset CommandInset label
23706 LatexCommand label
23707 name "sub:Numeración-de-Notas-al-Pie"
23708
23709 \end_inset
23710
23711
23712 \begin_inset Index
23713 status collapsed
23714
23715 \begin_layout Plain Layout
23716 Notas al pie ! Numeración
23717 \end_layout
23718
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \begin_layout Standard
23725 Para reiniciar el número de pie a 1 en cada sección añade
23726 \family roman
23727  en el preámbulo el comando:
23728 \end_layout
23729
23730 \begin_layout Standard
23731
23732 \series bold
23733
23734 \backslash
23735 @addtoreset{footnote}{section}
23736 \end_layout
23737
23738 \begin_layout Standard
23739 \begin_inset VSpace bigskip
23740 \end_inset
23741
23742 El siguiente comando en el preámbulo cambia el estilo de numeración del
23743  pie a números romanos en minúsculas:
23744 \end_layout
23745
23746 \begin_layout Standard
23747
23748 \series bold
23749
23750 \backslash
23751 renewcommand{
23752 \backslash
23753 thefootnote}{
23754 \backslash
23755 roman{footnote}}
23756 \end_layout
23757
23758 \begin_layout Standard
23759 \begin_inset ERT
23760 status collapsed
23761
23762 \begin_layout Plain Layout
23763
23764
23765 \backslash
23766 renewcommand{
23767 \backslash
23768 thefootnote}{
23769 \backslash
23770 roman{footnote}}
23771 \end_layout
23772
23773 \end_inset
23774
23775  Nota al pie en números romanos:
23776 \begin_inset Foot
23777 status open
23778
23779 \begin_layout Plain Layout
23780 Ejemplo de nota al pie en números romanos.
23781 \end_layout
23782
23783 \end_inset
23784
23785
23786 \begin_inset ERT
23787 status collapsed
23788
23789 \begin_layout Plain Layout
23790
23791
23792 \backslash
23793 renewcommand{
23794 \backslash
23795 thefootnote}{
23796 \backslash
23797 arabic{footnote}}
23798 \end_layout
23799
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \begin_layout Standard
23806 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23807  
23808 \series bold
23809
23810 \backslash
23811 roman
23812 \series default
23813  por 
23814 \series bold
23815
23816 \backslash
23817 Roman
23818 \series default
23819 .
23820  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23821 \series bold
23822
23823 \backslash
23824 Alph
23825 \series default
23826  o 
23827 \series bold
23828
23829 \backslash
23830 alph
23831 \series default
23832 , respectivamente.
23833  Para ordenar las notas al pie con símbolos usa 
23834 \series bold
23835
23836 \backslash
23837 fnsymbol
23838 \series default
23839 .
23840 \end_layout
23841
23842 \begin_layout Standard
23843 \begin_inset Note Greyedout
23844 status open
23845
23846 \begin_layout Plain Layout
23847
23848 \series bold
23849 Nota:
23850 \series default
23851  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23852  simples.
23853 \end_layout
23854
23855 \end_inset
23856
23857
23858 \begin_inset Newline newline
23859 \end_inset
23860
23861
23862 \begin_inset Note Greyedout
23863 status open
23864
23865 \begin_layout Plain Layout
23866
23867 \series bold
23868 Nota:
23869 \series default
23870  sólo puedes ordenar hasta 9 pies con símbolos.
23871 \end_layout
23872
23873 \end_inset
23874
23875
23876 \end_layout
23877
23878 \begin_layout Standard
23879 Para volver al estilo de numeración predeterminado cuando has cambiado a
23880  otro estilo, usa 
23881 \series bold
23882
23883 \backslash
23884 arabic
23885 \series default
23886  en vez de 
23887 \series bold
23888
23889 \backslash
23890 roman
23891 \series default
23892  en el comando anterior.
23893 \begin_inset ERT
23894 status collapsed
23895
23896 \begin_layout Plain Layout
23897
23898
23899 \backslash
23900 renewcommand{
23901 \backslash
23902 thefootnote}{
23903 \backslash
23904 arabic{footnote}}
23905 \end_layout
23906
23907 \end_inset
23908
23909
23910 \end_layout
23911
23912 \begin_layout Standard
23913 \begin_inset VSpace bigskip
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Standard
23920 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23921  comando al preámbulo del documento:
23922 \end_layout
23923
23924 \begin_layout Standard
23925
23926 \series bold
23927
23928 \backslash
23929 numberwithin{footnote}{chapter}
23930 \end_layout
23931
23932 \begin_layout Standard
23933 Para poder usar el comando 
23934 \series bold
23935
23936 \backslash
23937 numberwithin
23938 \series default
23939 , marca la opción 
23940 \family sans
23941 Usar
23942 \family default
23943
23944 \begin_inset space ~
23945 \end_inset
23946
23947
23948 \family sans
23949 el
23950 \family default
23951
23952 \begin_inset space ~
23953 \end_inset
23954
23955
23956 \family sans
23957 paquete
23958 \family default
23959
23960 \begin_inset space ~
23961 \end_inset
23962
23963
23964 \family sans
23965 AMS
23966 \family default
23967  en la solapa 
23968 \family sans
23969 Ecuaciones
23970 \family default
23971  de la configuración del documento.
23972 \end_layout
23973
23974 \begin_layout Standard
23975 \begin_inset ERT
23976 status collapsed
23977
23978 \begin_layout Plain Layout
23979
23980
23981 \backslash
23982 numberwithin{footnote}{chapter}
23983 \end_layout
23984
23985 \end_inset
23986
23987 Esto es otro ejemplo de nota al pie:
23988 \series bold
23989
23990 \begin_inset Foot
23991 status open
23992
23993 \begin_layout Plain Layout
23994 Nota al pie numerada en el esquema 
23995 \begin_inset Quotes eld
23996 \end_inset
23997
23998 capítulo.nota
23999 \begin_inset Quotes erd
24000 \end_inset
24001
24002 .
24003 \end_layout
24004
24005 \end_inset
24006
24007
24008 \series default
24009
24010 \begin_inset ERT
24011 status collapsed
24012
24013 \begin_layout Plain Layout
24014
24015
24016 \backslash
24017 renewcommand{
24018 \backslash
24019 thefootnote}{
24020 \backslash
24021 arabic{footnote}}
24022 \end_layout
24023
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \begin_layout Standard
24030 \begin_inset Note Greyedout
24031 status open
24032
24033 \begin_layout Plain Layout
24034
24035 \series bold
24036 Nota: 
24037 \backslash
24038 numberwithin 
24039 \series default
24040 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24041  previas para obtener números no arábigos se sobreescriben.
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \begin_layout Standard
24050 Así, para obtener por ejemplo el esquema «capítulo.
24051 \backslash
24052 Roman{footnote}», usa este comando en vez de 
24053 \series bold
24054
24055 \backslash
24056 numberwithin
24057 \series default
24058 :
24059 \end_layout
24060
24061 \begin_layout Standard
24062
24063 \series bold
24064
24065 \backslash
24066 renewcommand{
24067 \backslash
24068 thefootnote}{
24069 \backslash
24070 thechapter.
24071 \backslash
24072 Roman{footnote}}
24073 \end_layout
24074
24075 \begin_layout Subsection
24076 Colocación de notas al pie
24077 \begin_inset Index
24078 status collapsed
24079
24080 \begin_layout Plain Layout
24081 Notas al pie ! Colocación
24082 \end_layout
24083
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \begin_layout Standard
24090 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24091  entre ellas al final de la página.
24092  Para hacerlas más legibles puedes añadir 1.5
24093 \begin_inset space \thinspace{}
24094 \end_inset
24095
24096 mm, p.
24097 \begin_inset space \thinspace{}
24098 \end_inset
24099
24100 e., con el comando siguiente en el preámbulo:
24101 \end_layout
24102
24103 \begin_layout Standard
24104
24105 \series bold
24106
24107 \backslash
24108 let
24109 \backslash
24110 myFoot
24111 \backslash
24112 footnote
24113 \begin_inset Newline newline
24114 \end_inset
24115
24116
24117 \backslash
24118 renewcommand{
24119 \backslash
24120 footnote}[1]{
24121 \backslash
24122 myFoot{#1
24123 \backslash
24124 vspace{1.5mm}}}
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset VSpace bigskip
24129 \end_inset
24130
24131 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24132  véase la figura
24133 \begin_inset space ~
24134 \end_inset
24135
24136
24137 \begin_inset CommandInset ref
24138 LatexCommand ref
24139 reference "fig:Colocación-standard-del-pie"
24140
24141 \end_inset
24142
24143 .
24144  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24145  en la figura
24146 \begin_inset space ~
24147 \end_inset
24148
24149
24150 \begin_inset CommandInset ref
24151 LatexCommand ref
24152 reference "fig:Colocación-del-pie-en"
24153
24154 \end_inset
24155
24156 , usa el paquete LaTeX 
24157 \series bold
24158 ftnright
24159 \series default
24160
24161 \begin_inset Index
24162 status collapsed
24163
24164 \begin_layout Plain Layout
24165 LaTeX-paquetes ! ftnright
24166 \end_layout
24167
24168 \end_inset
24169
24170  con este comando en el preámbulo:
24171 \end_layout
24172
24173 \begin_layout Standard
24174
24175 \series bold
24176
24177 \backslash
24178 usepackage{ftnright}
24179 \end_layout
24180
24181 \begin_layout Standard
24182 \begin_inset Float figure
24183 placement !h
24184 wide false
24185 sideways false
24186 status open
24187
24188 \begin_layout Plain Layout
24189 \begin_inset ERT
24190 status collapsed
24191
24192 \begin_layout Plain Layout
24193
24194
24195 \backslash
24196 framebox{
24197 \end_layout
24198
24199 \end_inset
24200
24201
24202 \begin_inset Graphics
24203         filename ../clipart/without_fntright.pdf
24204         width 100col%
24205
24206 \end_inset
24207
24208
24209 \begin_inset ERT
24210 status collapsed
24211
24212 \begin_layout Plain Layout
24213
24214 }
24215 \end_layout
24216
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Caption
24224
24225 \begin_layout Plain Layout
24226 \begin_inset CommandInset label
24227 LatexCommand label
24228 name "fig:Colocación-standard-del-pie"
24229
24230 \end_inset
24231
24232 Colocación estándar de notas al pie en documentos a dos columnas.
24233 \end_layout
24234
24235 \end_inset
24236
24237
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \begin_inset Float figure
24247 placement !h
24248 wide false
24249 sideways false
24250 status open
24251
24252 \begin_layout Plain Layout
24253 \begin_inset ERT
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257
24258
24259 \backslash
24260 framebox{
24261 \end_layout
24262
24263 \end_inset
24264
24265
24266 \begin_inset Graphics
24267         filename ../clipart/with_fntright.pdf
24268         width 100col%
24269
24270 \end_inset
24271
24272
24273 \begin_inset ERT
24274 status collapsed
24275
24276 \begin_layout Plain Layout
24277
24278 }
24279 \end_layout
24280
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \begin_layout Plain Layout
24287 \begin_inset Caption
24288
24289 \begin_layout Plain Layout
24290 \begin_inset CommandInset label
24291 LatexCommand label
24292 name "fig:Colocación-del-pie-en"
24293
24294 \end_inset
24295
24296 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24297  el paquete LaTeX 
24298 \series bold
24299 ftnright
24300 \series default
24301 .
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \begin_layout Standard
24315 \begin_inset VSpace bigskip
24316 \end_inset
24317
24318 En alguna literatura científica es habitual reunir las notas para imprimirlas
24319  en un párrafo separado al final de la sección, como en la figura
24320 \begin_inset space ~
24321 \end_inset
24322
24323
24324 \begin_inset CommandInset ref
24325 LatexCommand ref
24326 reference "fig:Notas-al-pie-al-final"
24327
24328 \end_inset
24329
24330 .
24331  Para reunir las notas al final
24332 \begin_inset Index
24333 status collapsed
24334
24335 \begin_layout Plain Layout
24336 Notas ! al final
24337 \end_layout
24338
24339 \end_inset
24340
24341  en vez de al pie, carga el paquete LaTeX 
24342 \series bold
24343 endnotes
24344 \series default
24345
24346 \begin_inset Index
24347 status collapsed
24348
24349 \begin_layout Plain Layout
24350 LaTeX-paquetes ! endnotes
24351 \end_layout
24352
24353 \end_inset
24354
24355  con las siguientes líneas en el preámbulo:
24356 \end_layout
24357
24358 \begin_layout Standard
24359
24360 \series bold
24361
24362 \backslash
24363 usepackage{endnotes}
24364 \begin_inset Newline newline
24365 \end_inset
24366
24367
24368 \backslash
24369 let
24370 \backslash
24371 footnote
24372 \backslash
24373 endnote
24374 \end_layout
24375
24376 \begin_layout Standard
24377 Para insertar la colección de notas, escribe el comando
24378 \end_layout
24379
24380 \begin_layout Standard
24381
24382 \series bold
24383
24384 \backslash
24385 theendnotes
24386 \end_layout
24387
24388 \begin_layout Standard
24389 en código TeX al final de una sección o capítulo.
24390 \end_layout
24391
24392 \begin_layout Standard
24393 \begin_inset Float figure
24394 wide false
24395 sideways false
24396 status open
24397
24398 \begin_layout Plain Layout
24399 \align center
24400 \begin_inset ERT
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404
24405
24406 \backslash
24407 framebox{
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \begin_inset Graphics
24414         filename ../clipart/endnotes.pdf
24415
24416 \end_inset
24417
24418
24419 \begin_inset ERT
24420 status collapsed
24421
24422 \begin_layout Plain Layout
24423
24424 }
24425 \end_layout
24426
24427 \end_inset
24428
24429
24430 \end_layout
24431
24432 \begin_layout Plain Layout
24433 \begin_inset Caption
24434
24435 \begin_layout Plain Layout
24436 \begin_inset CommandInset label
24437 LatexCommand label
24438 name "fig:Notas-al-pie-al-final"
24439
24440 \end_inset
24441
24442 Notas al final: notas impresas en párrafo separado al final de la sección
24443  o del capítulo.
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \begin_layout Standard
24457 \begin_inset VSpace medskip
24458 \end_inset
24459
24460 La cabecera de párrafo para las notas finales no se traduce automáticamente
24461  al lenguaje del documento, hay que hacerlo manualmente.
24462   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24463  al español «Notas»:
24464 \end_layout
24465
24466 \begin_layout Standard
24467
24468 \series bold
24469
24470 \backslash
24471 renewcommand{
24472 \backslash
24473 notesname}{Notas}
24474 \end_layout
24475
24476 \begin_layout Standard
24477 \begin_inset VSpace medskip
24478 \end_inset
24479
24480 La numeración de notas finales puede cambiarse como la de las notas al pie,
24481  como se describe en la sección
24482 \begin_inset space ~
24483 \end_inset
24484
24485
24486 \begin_inset CommandInset ref
24487 LatexCommand ref
24488 reference "sub:Numeración-de-Notas-al-Pie"
24489
24490 \end_inset
24491
24492 ; sólo hay que reemplazar el comando 
24493 \series bold
24494
24495 \backslash
24496 thefootnote
24497 \series default
24498  por 
24499 \series bold
24500
24501 \backslash
24502 theendnote
24503 \series default
24504 .
24505  Para restablecer la numeración usa el comando 
24506 \series bold
24507
24508 \backslash
24509 @addtoreset
24510 \series default
24511  como se describe en la sección
24512 \begin_inset space ~
24513 \end_inset
24514
24515
24516 \begin_inset CommandInset ref
24517 LatexCommand ref
24518 reference "sub:Numeración-de-Notas-al-Pie"
24519
24520 \end_inset
24521
24522  y sustituye el parámetro de comando 
24523 \series bold
24524 footnote
24525 \series default
24526  por 
24527 \series bold
24528 endnote
24529 \series default
24530 .
24531 \end_layout
24532
24533 \begin_layout Standard
24534 Para crear sólo una marca para una nota final, usa el comando 
24535 \series bold
24536
24537 \backslash
24538 endnotemark[número]
24539 \series default
24540  similar al comando 
24541 \series bold
24542
24543 \backslash
24544 footnotemark
24545 \series default
24546 , descrito en la sección
24547 \begin_inset space ~
24548 \end_inset
24549
24550
24551 \begin_inset CommandInset ref
24552 LatexCommand ref
24553 reference "sec:Notas-al-pie"
24554
24555 \end_inset
24556
24557 .
24558 \end_layout
24559
24560 \begin_layout Standard
24561 \begin_inset VSpace bigskip
24562 \end_inset
24563
24564 Las notas al pie también pueden colocarse al margen de la página y la alineación
24565  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24566 \series bold
24567 footmisc
24568 \series default
24569
24570 \begin_inset Index
24571 status collapsed
24572
24573 \begin_layout Plain Layout
24574 LaTeX-paquetes ! footmisc
24575 \end_layout
24576
24577 \end_inset
24578
24579  
24580 \begin_inset CommandInset citation
24581 LatexCommand cite
24582 key "footmisc"
24583
24584 \end_inset
24585
24586  para más información.
24587 \end_layout
24588
24589 \begin_layout Standard
24590 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24591  
24592 \begin_inset CommandInset citation
24593 LatexCommand cite
24594 key "latexcompanion,latexguide,latexbook"
24595
24596 \end_inset
24597
24598 .
24599 \end_layout
24600
24601 \begin_layout Section
24602 Notas al margen
24603 \begin_inset Index
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607 Notas ! al margen
24608 \end_layout
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 Las notas al margen se ven y se comportan en LyX como notas al pie.
24617  Se insertan con el menú 
24618 \family sans
24619 Insertar\SpecialChar \menuseparator
24620 Nota
24621 \begin_inset space ~
24622 \end_inset
24623
24624 al
24625 \begin_inset space ~
24626 \end_inset
24627
24628 margen
24629 \family default
24630  o con el botón 
24631 \begin_inset Graphics
24632         filename ../../images/marginalnote-insert.png
24633         scale 85
24634
24635 \end_inset
24636
24637 .
24638  Aparece un cuadro gris con la etiqueta 
24639 \family roman
24640 \series medium
24641 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24642 \end_layout
24643
24644 \begin_layout Standard
24645 Al lado hay un ejemplo de nota al margen.
24646
24647 \family roman
24648 \series medium
24649  
24650 \begin_inset Marginal
24651 status open
24652
24653 \begin_layout Plain Layout
24654 Esto es una nota al margen.
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Standard
24663 Estas notas salen en el margen derecho en documentos a una cara.
24664  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24665  en páginas pares, derecho en páginas impares---.
24666  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24667  a la derecha si la nota aparece en el margen izquierdo---.
24668  La primera línea de la nota se sitúa en la posición de la línea del texto
24669  en la que se inserta en el documento.
24670 \end_layout
24671
24672 \begin_layout Standard
24673 \begin_inset VSpace bigskip
24674 \end_inset
24675
24676 Para colocar la nota en el margen interno añade el comando
24677 \end_layout
24678
24679 \begin_layout Standard
24680
24681 \series bold
24682
24683 \backslash
24684 reversemarginpar
24685 \end_layout
24686
24687 \begin_layout Standard
24688 en código TeX antes de la nota.
24689  La nueva colocación es válida para todas las siguientes notas al margen.
24690  
24691 \begin_inset ERT
24692 status collapsed
24693
24694 \begin_layout Plain Layout
24695
24696
24697 \backslash
24698 reversemarginpar 
24699 \end_layout
24700
24701 \end_inset
24702
24703
24704 \begin_inset Marginal
24705 status open
24706
24707 \begin_layout Plain Layout
24708 Esto es una nota en el margen interno.
24709 \end_layout
24710
24711 \end_inset
24712
24713
24714 \series bold
24715
24716 \begin_inset Newline newline
24717 \end_inset
24718
24719
24720 \series default
24721
24722 \begin_inset Note Greyedout
24723 status open
24724
24725 \begin_layout Plain Layout
24726
24727 \series bold
24728 Nota:
24729 \series default
24730  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24731  no se mostrará correctamente en la salida.
24732 \end_layout
24733
24734 \end_inset
24735
24736
24737 \end_layout
24738
24739 \begin_layout Standard
24740 Para volver a la ubicación predeterminada inserta en código TeX el comando
24741 \begin_inset ERT
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745
24746
24747 \backslash
24748 normalmarginpar 
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757
24758 \series bold
24759
24760 \backslash
24761 normalmarginpar
24762 \end_layout
24763
24764 \begin_layout Standard
24765 \begin_inset Note Greyedout
24766 status open
24767
24768 \begin_layout Plain Layout
24769
24770 \series bold
24771 Nota:
24772 \series default
24773  El comando se ignora si en el mismo párrafo está también presente el comando
24774  
24775 \series bold
24776
24777 \backslash
24778 reversemarginpar
24779 \series default
24780 .
24781 \end_layout
24782
24783 \end_inset
24784
24785
24786 \end_layout
24787
24788 \begin_layout Standard
24789 \begin_inset VSpace bigskip
24790 \end_inset
24791
24792
24793 \family roman
24794 \series medium
24795
24796 \begin_inset Marginal
24797 status open
24798
24799 \begin_layout Plain Layout
24800 PalabraMuyLargaAlMargen no partida con guión.
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \family default
24807 \series default
24808  Como en el caso descrito en la sección
24809 \begin_inset space ~
24810 \end_inset
24811
24812
24813 \begin_inset CommandInset ref
24814 LatexCommand ref
24815 reference "sub:Líneas-Múltiples-en"
24816
24817 \end_inset
24818
24819 , una palabra larga no puede partirse con guión cuando es la primera en
24820  la nota al margen.
24821  Para evitar esto, inserta un espacio horizontal de 0
24822 \begin_inset space \thinspace{}
24823 \end_inset
24824
24825 pt antes de la palabra
24826 \family roman
24827 \series medium
24828 .
24829  
24830 \begin_inset Marginal
24831 status open
24832
24833 \begin_layout Plain Layout
24834 \begin_inset ERT
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838
24839
24840 \backslash
24841 hspace{0pt}
24842 \end_layout
24843
24844 \end_inset
24845
24846 PalabraMuyLargaAlMargen partida con guión.
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 \begin_inset VSpace bigskip
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 \begin_inset Note Greyedout
24863 status open
24864
24865 \begin_layout Plain Layout
24866
24867 \series bold
24868 Nota:
24869 \series default
24870  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24871  notas al pie.
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \begin_inset VSpace bigskip
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Standard
24887 \begin_inset ERT
24888 status collapsed
24889
24890 \begin_layout Plain Layout
24891
24892
24893 \backslash
24894 ifmarginnote
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \begin_inset Note Note
24901 status open
24902
24903 \begin_layout Plain Layout
24904 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24905  LaTeX 
24906 \series bold
24907 marginnote
24908 \series default
24909 .
24910 \end_layout
24911
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \begin_layout Standard
24918 Esta restricción se puede salvar con el paquete LaTeX 
24919 \series bold
24920 marginnote
24921 \series default
24922
24923 \begin_inset Index
24924 status collapsed
24925
24926 \begin_layout Plain Layout
24927 LaTeX-paquetes ! marginnote
24928 \end_layout
24929
24930 \end_inset
24931
24932 .
24933  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
24934  notas al margen es redefinido para usar el comando proporcionado por el
24935  paquete 
24936 \series bold
24937 marginnote
24938 \series default
24939 :
24940 \end_layout
24941
24942 \begin_layout Standard
24943
24944 \series bold
24945
24946 \backslash
24947 usepackage{marginnote}
24948 \begin_inset Newline newline
24949 \end_inset
24950
24951
24952 \backslash
24953 let
24954 \backslash
24955 marginpar
24956 \backslash
24957 marginnote
24958 \end_layout
24959
24960 \begin_layout Standard
24961 Esto se ha utilizado en el presente documento porque 
24962 \series bold
24963 marginnote
24964 \series default
24965  tiene una característica adicional útil: Puedes establecer un desplazamiento
24966  vertical a la nota.
24967  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
24968  diseño de la página.
24969  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
24970  en código TeX
24971 \end_layout
24972
24973 \begin_layout Standard
24974
24975 \series bold
24976 [desplazamiento]
24977 \end_layout
24978
24979 \begin_layout Standard
24980 donde desplazamiento es una longitud en una de las unidades de la tabla
24981 \begin_inset space ~
24982 \end_inset
24983
24984
24985 \begin_inset CommandInset ref
24986 LatexCommand ref
24987 reference "tab:Unidades"
24988
24989 \end_inset
24990
24991 .
24992  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
24993  abajo.
24994  
24995 \family roman
24996 \series medium
24997 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
24998 \begin_inset space \thinspace{}
24999 \end_inset
25000
25001 cm arriba con el comando en código TeX 
25002 \begin_inset Quotes eld
25003 \end_inset
25004
25005
25006 \family default
25007 \series bold
25008 [-1.5cm]
25009 \family roman
25010 \series medium
25011
25012 \begin_inset Quotes erd
25013 \end_inset
25014
25015
25016 \begin_inset Marginal
25017 status collapsed
25018
25019 \begin_layout Plain Layout
25020 Esta nota está 1.5
25021 \begin_inset space \thinspace{}
25022 \end_inset
25023
25024 cm por encima de su posición original.
25025 \end_layout
25026
25027 \end_inset
25028
25029
25030 \family default
25031 \series default
25032
25033 \begin_inset ERT
25034 status collapsed
25035
25036 \begin_layout Plain Layout
25037
25038 [-1.5cm]
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Standard
25047 \begin_inset VSpace medskip
25048 \end_inset
25049
25050 Con 
25051 \series bold
25052 marginnote
25053 \series default
25054  también puedes cambiar la alineación del texto en el margen.
25055  Por ejemplo los comandos
25056 \end_layout
25057
25058 \begin_layout Standard
25059
25060 \series bold
25061
25062 \backslash
25063 renewcommand*{
25064 \backslash
25065 raggedleftmarginnote}{
25066 \backslash
25067 centering}
25068 \begin_inset Newline newline
25069 \end_inset
25070
25071
25072 \backslash
25073 renewcommand*{
25074 \backslash
25075 raggedrightmarginnote}{
25076 \backslash
25077 centering}
25078 \end_layout
25079
25080 \begin_layout Standard
25081 producen alineación centrada.
25082  
25083 \series bold
25084
25085 \backslash
25086 raggedleftmarginnote
25087 \series default
25088  identifica las notas que aparecen al lado izquierdo.
25089 \family roman
25090 \series medium
25091
25092 \begin_inset ERT
25093 status collapsed
25094
25095 \begin_layout Plain Layout
25096
25097
25098 \backslash
25099 renewcommand*{
25100 \backslash
25101 raggedleftmarginnote}{
25102 \backslash
25103 centering}
25104 \end_layout
25105
25106 \begin_layout Plain Layout
25107
25108
25109 \backslash
25110 renewcommand*{
25111 \backslash
25112 raggedrightmarginnote}{
25113 \backslash
25114 centering}
25115 \end_layout
25116
25117 \end_inset
25118
25119
25120 \begin_inset Marginal
25121 status open
25122
25123 \begin_layout Plain Layout
25124 El texto de esta nota está centrado.
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \family default
25131 \series default
25132  El valor predeterminado es 
25133 \end_layout
25134
25135 \begin_layout Standard
25136
25137 \series bold
25138
25139 \backslash
25140 renewcommand*{
25141 \backslash
25142 raggedleftmarginnote}{
25143 \backslash
25144 raggedleft}
25145 \begin_inset Newline newline
25146 \end_inset
25147
25148
25149 \backslash
25150 renewcommand*{
25151 \backslash
25152 raggedrightmarginnote}{
25153 \backslash
25154 raggedright}
25155 \family roman
25156 \series medium
25157
25158 \begin_inset ERT
25159 status collapsed
25160
25161 \begin_layout Plain Layout
25162
25163
25164 \backslash
25165 renewcommand*{
25166 \backslash
25167 raggedleftmarginnote}{
25168 \backslash
25169 raggedleft}
25170 \end_layout
25171
25172 \begin_layout Plain Layout
25173
25174
25175 \backslash
25176 renewcommand*{
25177 \backslash
25178 raggedrightmarginnote}{
25179 \backslash
25180 raggedright}
25181 \end_layout
25182
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \begin_inset VSpace medskip
25190 \end_inset
25191
25192 Para otras características de 
25193 \series bold
25194 marginnote
25195 \series default
25196  mira en su documentación 
25197 \begin_inset CommandInset citation
25198 LatexCommand cite
25199 key "marginnote"
25200
25201 \end_inset
25202
25203 .
25204 \end_layout
25205
25206 \begin_layout Standard
25207 \begin_inset VSpace bigskip
25208 \end_inset
25209
25210 El diseño de las notas al margen puede ser redefinido.
25211  Por ejemplo, para crear una cabecera para todas las notas con el texto
25212  
25213 \begin_inset Quotes eld
25214 \end_inset
25215
25216
25217 \series bold
25218 \bar under
25219 ¡
25220 \family sans
25221 Atención
25222 \family default
25223 !
25224 \series default
25225 \bar default
25226
25227 \begin_inset Quotes erd
25228 \end_inset
25229
25230 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25231 \end_layout
25232
25233 \begin_layout Standard
25234
25235 \series bold
25236
25237 \backslash
25238 let
25239 \backslash
25240 myMarginpar
25241 \backslash
25242 marginpar
25243 \begin_inset Newline newline
25244 \end_inset
25245
25246
25247 \backslash
25248 renewcommand{
25249 \backslash
25250 marginpar}[1]{
25251 \backslash
25252 myMarginpar{%
25253 \begin_inset Newline newline
25254 \end_inset
25255
25256
25257 \begin_inset ERT
25258 status collapsed
25259
25260 \begin_layout Plain Layout
25261
25262
25263 \backslash
25264 hphantom{ }
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \backslash
25271 hspace{0pt}
25272 \backslash
25273 textsf{
25274 \backslash
25275 textbf{
25276 \backslash
25277 underbar{¡Atención!}}}%
25278 \begin_inset Newline newline
25279 \end_inset
25280
25281
25282 \begin_inset ERT
25283 status collapsed
25284
25285 \begin_layout Plain Layout
25286
25287
25288 \backslash
25289 hphantom{ }
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \backslash
25296 vspace{1.5mm}
25297 \backslash
25298
25299 \backslash
25300 #1}}
25301 \end_layout
25302
25303 \begin_layout Standard
25304
25305 \family roman
25306 \series medium
25307 \begin_inset ERT
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311
25312
25313 \backslash
25314 let
25315 \backslash
25316 myMarginpar
25317 \backslash
25318 marginpar
25319 \end_layout
25320
25321 \begin_layout Plain Layout
25322
25323
25324 \backslash
25325 renewcommand{
25326 \backslash
25327 marginpar}[1]{
25328 \backslash
25329 myMarginpar{%
25330 \end_layout
25331
25332 \begin_layout Plain Layout
25333
25334    
25335 \backslash
25336 textsf{
25337 \backslash
25338 textbf{
25339 \backslash
25340 underbar{¡Atención!}}}%
25341 \end_layout
25342
25343 \begin_layout Plain Layout
25344
25345    
25346 \backslash
25347 vspace{1.5mm}
25348 \backslash
25349
25350 \backslash
25351 #1}}
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \begin_inset Marginal
25358 status open
25359
25360 \begin_layout Plain Layout
25361 Esta es una nota con una cabecera definida.
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \family default
25368 \series default
25369
25370 \begin_inset ERT
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374
25375 [-1.5cm]
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \family roman
25382 \series medium
25383
25384 \begin_inset ERT
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388
25389
25390 \backslash
25391 renewcommand{
25392 \backslash
25393 marginpar}[1]{
25394 \backslash
25395 myMarginpar{#1}}
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \family default
25402 \series default
25403
25404 \begin_inset Note Note
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25409 \end_layout
25410
25411 \end_inset
25412
25413
25414 \end_layout
25415
25416 \begin_layout Standard
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 else
25425 \end_layout
25426
25427 \end_inset
25428
25429
25430 \begin_inset Note Note
25431 status open
25432
25433 \begin_layout Plain Layout
25434 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25435  
25436 \series bold
25437 marginnote
25438 \series default
25439 .
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Standard
25448 Debes instalar el paquete LaTeX 
25449 \series bold
25450 marginnote
25451 \series default
25452  para ver la parte siguiente en la salida.
25453 \end_layout
25454
25455 \begin_layout Standard
25456 \begin_inset ERT
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460
25461
25462 \backslash
25463 fi
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \end_layout
25470
25471 \begin_layout Chapter
25472 Cuadros
25473 \end_layout
25474
25475 \begin_layout Section
25476 Introducción
25477 \begin_inset Index
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481 Cuadros ! Introducción
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Standard
25490 Los cuadros se emplean para dar formato a bloques de texto.
25491  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25492 \begin_inset space ~
25493 \end_inset
25494
25495
25496 \begin_inset CommandInset ref
25497 LatexCommand ref
25498 reference "sec:Minipáginas"
25499
25500 \end_inset
25501
25502 , enmarcar textos, véase sección
25503 \begin_inset space ~
25504 \end_inset
25505
25506
25507 \begin_inset CommandInset ref
25508 LatexCommand ref
25509 reference "sec:Cuadros-Enmarcados"
25510
25511 \end_inset
25512
25513 , evitar la división de palabras, véase sección
25514 \begin_inset space ~
25515 \end_inset
25516
25517
25518 \begin_inset CommandInset ref
25519 LatexCommand ref
25520 reference "sec:Evitar-la-Partición"
25521
25522 \end_inset
25523
25524 , alinear texto, véase sección
25525 \begin_inset space ~
25526 \end_inset
25527
25528
25529 \begin_inset CommandInset ref
25530 LatexCommand ref
25531 reference "sub:Alineación-Vertical"
25532
25533 \end_inset
25534
25535 , o para poner color de fondo a un texto, véase sección
25536 \begin_inset space ~
25537 \end_inset
25538
25539
25540 \begin_inset CommandInset ref
25541 LatexCommand ref
25542 reference "sec:Cuadros-Coloreados"
25543
25544 \end_inset
25545
25546 .
25547 \end_layout
25548
25549 \begin_layout Standard
25550 Se insertan con el menú 
25551 \family sans
25552 Insertar\SpecialChar \menuseparator
25553 Cuadro
25554 \family default
25555  o con el botón 
25556 \begin_inset Graphics
25557         filename ../../images/box-insert.png
25558         scale 85
25559
25560 \end_inset
25561
25562 .
25563  Surge un recuadro gris con la etiqueta 
25564 \family sans
25565 Cuadro (Minipágina)
25566 \family default
25567
25568 \begin_inset Graphics
25569         filename clipart/CuadroMinipagQt4.png
25570         scale 75
25571         keepAspectRatio
25572
25573 \end_inset
25574
25575 .
25576  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25577  Sale un diálogo en el que 
25578 \family sans
25579 Cuadro
25580 \family default
25581
25582 \begin_inset space ~
25583 \end_inset
25584
25585
25586 \family sans
25587 interior
25588 \family default
25589  permite escoger los tipos 
25590 \family sans
25591 Párrafo
25592 \family default
25593  y 
25594 \family sans
25595 Minipágina
25596 \family default
25597 .
25598  
25599 \family sans
25600 Minipágina
25601 \family default
25602  es el predeterminado para nuevos cuadros y se explica en la sección
25603 \begin_inset space ~
25604 \end_inset
25605
25606
25607 \begin_inset CommandInset ref
25608 LatexCommand ref
25609 reference "sec:Minipáginas"
25610
25611 \end_inset
25612
25613 ; el tipo 
25614 \family sans
25615 Párrafo
25616 \family default
25617  se describe en la sección
25618 \begin_inset space ~
25619 \end_inset
25620
25621
25622 \begin_inset CommandInset ref
25623 LatexCommand ref
25624 reference "sec:Cuadros-de-Párrafo"
25625
25626 \end_inset
25627
25628 .
25629 \end_layout
25630
25631 \begin_layout Standard
25632 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25633  flotantes o las notas al pie.
25634 \end_layout
25635
25636 \begin_layout Standard
25637 \begin_inset Note Greyedout
25638 status open
25639
25640 \begin_layout Plain Layout
25641
25642 \series bold
25643 Nota:
25644 \series default
25645  Los cuadros no deben ser el ítem en un entorno 
25646 \family sans
25647 Enumeración*
25648 \family default
25649  o 
25650 \family sans
25651 Descripción
25652 \family default
25653 .
25654 \end_layout
25655
25656 \end_inset
25657
25658
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset Note Greyedout
25663 status open
25664
25665 \begin_layout Plain Layout
25666
25667 \series bold
25668 Nota:
25669 \series default
25670  Por razones desconocidas sólo se puede poner el tipo 
25671 \family sans
25672 Cuadro
25673 \begin_inset space ~
25674 \end_inset
25675
25676 interior
25677 \family default
25678  en 
25679 \family sans
25680 Ninguno
25681 \family default
25682  cuando se emplea un cuadro enmarcado.
25683  Los cuadros sin ningún tipo de 
25684 \family sans
25685 Cuadro
25686 \begin_inset space ~
25687 \end_inset
25688
25689 interior
25690 \family default
25691  y sin marcos se explican en la sección
25692 \begin_inset space ~
25693 \end_inset
25694
25695
25696 \begin_inset CommandInset ref
25697 LatexCommand ref
25698 reference "sec:Evitar-la-Partición"
25699
25700 \end_inset
25701
25702 .
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \begin_layout Section
25711 Diálogo de cuadros
25712 \begin_inset CommandInset label
25713 LatexCommand label
25714 name "sec:Diálogo-Cuadros"
25715
25716 \end_inset
25717
25718
25719 \begin_inset Index
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723 Cuadros ! Configuración
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Subsection
25732 Tamaño
25733 \begin_inset Index
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 Cuadros ! Tamaño
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Standard
25746 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25747 \family sans
25748 Ancho
25749 \family default
25750  y 
25751 \family sans
25752 Alto
25753 \family default
25754 .
25755  Las unidades disponibles para la geometría se describen en la tabla
25756 \begin_inset space ~
25757 \end_inset
25758
25759
25760 \begin_inset CommandInset ref
25761 LatexCommand ref
25762 reference "tab:Unidades"
25763
25764 \end_inset
25765
25766 .
25767  El campo 
25768 \family sans
25769 Alto
25770 \family default
25771  ofrece los siguientes tamaños adicionales:
25772 \end_layout
25773
25774 \begin_layout Description
25775 Profundidad Este es el texto plano «alto».
25776  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25777  cuadro:
25778 \begin_inset Newline newline
25779 \end_inset
25780
25781
25782 \begin_inset Newline newline
25783 \end_inset
25784
25785
25786 \begin_inset Newline newline
25787 \end_inset
25788
25789
25790 \begin_inset Box Boxed
25791 position "c"
25792 hor_pos "c"
25793 has_inner_box 1
25794 inner_pos "c"
25795 use_parbox 0
25796 width "12col%"
25797 special "none"
25798 height "1in"
25799 height_special "depth"
25800 status open
25801
25802 \begin_layout Plain Layout
25803 \align center
25804 Cuadro con altura establecida en 1
25805 \begin_inset space \thinspace{}
25806 \end_inset
25807
25808 Profundidad
25809 \end_layout
25810
25811 \end_inset
25812
25813
25814 \begin_inset Newline newline
25815 \end_inset
25816
25817
25818 \begin_inset Newline newline
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Description
25825 Alto Es la altura del texto que está dentro del cuadro.
25826  Un valor de, p.
25827 \begin_inset space \thinspace{}
25828 \end_inset
25829
25830 e.
25831 \begin_inset space ~
25832 \end_inset
25833
25834 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25835  
25836 \begin_inset Box Boxed
25837 position "c"
25838 hor_pos "c"
25839 has_inner_box 1
25840 inner_pos "c"
25841 use_parbox 0
25842 width "20col%"
25843 special "none"
25844 height "2in"
25845 height_special "height"
25846 status open
25847
25848 \begin_layout Plain Layout
25849 \align center
25850 Cuadro con altura puesta en 2
25851 \begin_inset space \thinspace{}
25852 \end_inset
25853
25854 Alto
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Description
25863 Alto
25864 \begin_inset space ~
25865 \end_inset
25866
25867 total Esto es el Alto
25868 \begin_inset space \thinspace{}
25869 \end_inset
25870
25871 +
25872 \begin_inset space \thinspace{}
25873 \end_inset
25874
25875 Profundidad: 
25876 \begin_inset Box Boxed
25877 position "c"
25878 hor_pos "c"
25879 has_inner_box 1
25880 inner_pos "c"
25881 use_parbox 0
25882 width "20col%"
25883 special "none"
25884 height "1in"
25885 height_special "totalheight"
25886 status open
25887
25888 \begin_layout Plain Layout
25889 \align center
25890 Cuadro con altura puesta a 1
25891 \begin_inset space \thinspace{}
25892 \end_inset
25893
25894 Alto
25895 \begin_inset space ~
25896 \end_inset
25897
25898 total
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \begin_layout Description
25907 Ancho Esto determina al ancho del cuadro como altura: 
25908 \begin_inset Box Boxed
25909 position "c"
25910 hor_pos "c"
25911 has_inner_box 1
25912 inner_pos "c"
25913 use_parbox 0
25914 width "12col%"
25915 special "none"
25916 height "1in"
25917 height_special "width"
25918 status open
25919
25920 \begin_layout Plain Layout
25921 \align center
25922 Cuadro con altura puesta en 1
25923 \begin_inset space \thinspace{}
25924 \end_inset
25925
25926 Ancho
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \end_layout
25933
25934 \begin_layout Subsection
25935 Alineación
25936 \begin_inset Index
25937 status collapsed
25938
25939 \begin_layout Plain Layout
25940 Cuadros ! Alineación
25941 \end_layout
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Standard
25949 Si has elegido un 
25950 \family sans
25951 Cuadro
25952 \begin_inset space ~
25953 \end_inset
25954
25955 interior
25956 \family default
25957 , la alineación vertical del cuadro puede ser:
25958 \end_layout
25959
25960 \begin_layout Description
25961 Superior Ejemplo de línea de texto.
25962  
25963 \begin_inset Box Boxed
25964 position "t"
25965 hor_pos "c"
25966 has_inner_box 1
25967 inner_pos "c"
25968 use_parbox 0
25969 width "12col%"
25970 special "none"
25971 height "1in"
25972 height_special "totalheight"
25973 status collapsed
25974
25975 \begin_layout Plain Layout
25976 \align center
25977 Cuadro alineado arriba.
25978 \end_layout
25979
25980 \end_inset
25981
25982  Ejemplo de línea de texto.
25983 \end_layout
25984
25985 \begin_layout Description
25986 Medio Ejemplo de línea de texto.
25987  
25988 \begin_inset Box Boxed
25989 position "c"
25990 hor_pos "c"
25991 has_inner_box 1
25992 inner_pos "c"
25993 use_parbox 0
25994 width "12col%"
25995 special "none"
25996 height "1in"
25997 height_special "totalheight"
25998 status collapsed
25999
26000 \begin_layout Plain Layout
26001 \align center
26002 Cuadro alineado en medio.
26003 \end_layout
26004
26005 \end_inset
26006
26007  Ejemplo de línea de texto.
26008 \end_layout
26009
26010 \begin_layout Description
26011 Inferior Ejemplo de línea de texto.
26012  
26013 \begin_inset Box Boxed
26014 position "b"
26015 hor_pos "c"
26016 has_inner_box 1
26017 inner_pos "c"
26018 use_parbox 0
26019 width "12col%"
26020 special "none"
26021 height "1in"
26022 height_special "totalheight"
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026 \align center
26027 Cuadro alineado abajo.
26028 \end_layout
26029
26030 \end_inset
26031
26032  Ejemplo de línea de texto.
26033 \end_layout
26034
26035 \begin_layout Standard
26036 \begin_inset Note Greyedout
26037 status open
26038
26039 \begin_layout Plain Layout
26040
26041 \series bold
26042 Nota:
26043 \series default
26044  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26045  en una línea y, p.
26046 \begin_inset space \thinspace{}
26047 \end_inset
26048
26049 e., uno de ellos tiene sombreado y el otro no.
26050 \end_layout
26051
26052 \end_inset
26053
26054
26055 \end_layout
26056
26057 \begin_layout Standard
26058 La alineación horizontal del cuadro puede establecerse en el diálogo de
26059  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26060 \end_layout
26061
26062 \begin_layout Standard
26063 \begin_inset VSpace bigskip
26064 \end_inset
26065
26066 Si has escogido un 
26067 \family sans
26068 Cuadro
26069 \begin_inset space ~
26070 \end_inset
26071
26072 interior
26073 \family default
26074 , el contenido puede alinearse verticalmente a:
26075 \end_layout
26076
26077 \begin_layout Description
26078 Superior Ejemplo de línea de texto.
26079  
26080 \begin_inset Box Boxed
26081 position "c"
26082 hor_pos "c"
26083 has_inner_box 1
26084 inner_pos "t"
26085 use_parbox 0
26086 width "12col%"
26087 special "none"
26088 height "1.5in"
26089 height_special "totalheight"
26090 status collapsed
26091
26092 \begin_layout Plain Layout
26093 \align center
26094 Cuadro con texto alineado arriba.
26095 \end_layout
26096
26097 \end_inset
26098
26099  Ejemplo de línea de texto.
26100 \end_layout
26101
26102 \begin_layout Description
26103 Medio Ejemplo de línea de texto.
26104  
26105 \begin_inset Box Boxed
26106 position "c"
26107 hor_pos "c"
26108 has_inner_box 1
26109 inner_pos "c"
26110 use_parbox 0
26111 width "12col%"
26112 special "none"
26113 height "1.5in"
26114 height_special "totalheight"
26115 status collapsed
26116
26117 \begin_layout Plain Layout
26118 \align center
26119 Cuadro con texto alineado en medio.
26120 \end_layout
26121
26122 \end_inset
26123
26124  Ejemplo de línea de texto.
26125 \end_layout
26126
26127 \begin_layout Description
26128 Inferior Ejemplo de línea de texto.
26129  
26130 \begin_inset Box Boxed
26131 position "c"
26132 hor_pos "c"
26133 has_inner_box 1
26134 inner_pos "b"
26135 use_parbox 0
26136 width "12col%"
26137 special "none"
26138 height "1.5in"
26139 height_special "totalheight"
26140 status collapsed
26141
26142 \begin_layout Plain Layout
26143 \align center
26144 Cuadro con texto alineado abajo.
26145 \end_layout
26146
26147 \end_inset
26148
26149  Ejemplo de línea de texto.
26150 \end_layout
26151
26152 \begin_layout Description
26153 Estirado Ejemplo de línea de texto.
26154  
26155 \begin_inset Box Boxed
26156 position "c"
26157 hor_pos "c"
26158 has_inner_box 1
26159 inner_pos "s"
26160 use_parbox 0
26161 width "12col%"
26162 special "none"
26163 height "1.5in"
26164 height_special "totalheight"
26165 status collapsed
26166
26167 \begin_layout Plain Layout
26168 \align center
26169 Este texto
26170 \end_layout
26171
26172 \begin_layout Plain Layout
26173 \align center
26174 está
26175 \end_layout
26176
26177 \begin_layout Plain Layout
26178 \align center
26179 estirado.
26180 \end_layout
26181
26182 \end_inset
26183
26184  Ejemplo de línea de texto.
26185 \end_layout
26186
26187 \begin_layout Standard
26188 Para estirar el contenido debe tener más de un párrafo.
26189  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset VSpace bigskip
26194 \end_inset
26195
26196 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26197  LyX cuando hayas escogido un 
26198 \family sans
26199 Cuadro
26200 \begin_inset space ~
26201 \end_inset
26202
26203 interior
26204 \family default
26205 .
26206 \end_layout
26207
26208 \begin_layout Standard
26209 \align center
26210 \begin_inset Box Boxed
26211 position "c"
26212 hor_pos "c"
26213 has_inner_box 1
26214 inner_pos "s"
26215 use_parbox 0
26216 width "15col%"
26217 special "none"
26218 height "1.25in"
26219 height_special "totalheight"
26220 status collapsed
26221
26222 \begin_layout Plain Layout
26223 \align left
26224 Cuadro
26225 \end_layout
26226
26227 \begin_layout Plain Layout
26228 \align center
26229 con texto
26230 \end_layout
26231
26232 \begin_layout Plain Layout
26233 \align right
26234 estirado
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \begin_layout Standard
26243 Si no has establecido un 
26244 \family sans
26245 Cuadro
26246 \begin_inset space ~
26247 \end_inset
26248
26249 interior
26250 \family default
26251 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26252  cuadro.
26253 \end_layout
26254
26255 \begin_layout Standard
26256 \align center
26257 \begin_inset Box Boxed
26258 position "c"
26259 hor_pos "s"
26260 has_inner_box 0
26261 inner_pos "s"
26262 use_parbox 0
26263 width "90col%"
26264 special "none"
26265 height "1.25in"
26266 height_special "totalheight"
26267 status collapsed
26268
26269 \begin_layout Plain Layout
26270 \align left
26271 Texto estirado horizontalmente.
26272 \end_layout
26273
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Subsection
26280 Cuadros enmarcados
26281 \begin_inset CommandInset label
26282 LatexCommand label
26283 name "sec:Cuadros-Enmarcados"
26284
26285 \end_inset
26286
26287
26288 \begin_inset Index
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292 Cuadros ! Marcos
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \begin_layout Standard
26301 El estilo de marco del cuadro se puede determinar en la lista desplegable
26302  
26303 \family sans
26304 Tipo
26305 \family default
26306  del diálogo de cuadros.
26307  Son posibles los siguientes marcos:
26308 \end_layout
26309
26310 \begin_layout Description
26311 Marco
26312 \begin_inset space ~
26313 \end_inset
26314
26315 sencillo Dibuja un marco rectangular alrededor del cuadro.
26316  El grosor del marco depende de 
26317 \series bold
26318
26319 \backslash
26320 fboxrule
26321 \series default
26322 .
26323  
26324 \begin_inset Box Boxed
26325 position "c"
26326 hor_pos "c"
26327 has_inner_box 1
26328 inner_pos "c"
26329 use_parbox 0
26330 width "25col%"
26331 special "none"
26332 height "1in"
26333 height_special "totalheight"
26334 status open
26335
26336 \begin_layout Plain Layout
26337 \align center
26338 Cuadro rectangular
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \end_layout
26345
26346 \begin_layout Description
26347 Marco
26348 \begin_inset space ~
26349 \end_inset
26350
26351 sencillo
26352 \begin_inset space ~
26353 \end_inset
26354
26355 con
26356 \begin_inset space ~
26357 \end_inset
26358
26359 salto
26360 \begin_inset space ~
26361 \end_inset
26362
26363 de
26364 \begin_inset space ~
26365 \end_inset
26366
26367 página Si usas la decoración 
26368 \family sans
26369 marco sencillo rectangular
26370 \family default
26371  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26372  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26373  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26374  propio y 
26375 \series bold
26376
26377 \backslash
26378 fboxrule
26379 \series default
26380  y 
26381 \series bold
26382
26383 \backslash
26384 fboxsep
26385 \series default
26386  no funcionan.
26387  El grosor del marco tiene el tamaño de 
26388 \series bold
26389
26390 \backslash
26391 FrameRule
26392 \series default
26393 .
26394 \begin_inset Box Framed
26395 position "t"
26396 hor_pos "c"
26397 has_inner_box 0
26398 inner_pos "t"
26399 use_parbox 0
26400 width "100col%"
26401 special "none"
26402 height "1in"
26403 height_special "totalheight"
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407 Cuadro que permite saltos de página
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \begin_layout Description
26416 Marco
26417 \begin_inset space ~
26418 \end_inset
26419
26420 ovalado,
26421 \begin_inset space ~
26422 \end_inset
26423
26424 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26425 \begin_inset space \thinspace{}
26426 \end_inset
26427
26428 pt.
26429  
26430 \begin_inset Box ovalbox
26431 position "c"
26432 hor_pos "c"
26433 has_inner_box 1
26434 inner_pos "c"
26435 use_parbox 0
26436 width "25col%"
26437 special "none"
26438 height "1in"
26439 height_special "totalheight"
26440 status open
26441
26442 \begin_layout Plain Layout
26443 \align center
26444 Marco ovalado, fino
26445 \end_layout
26446
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Description
26453 Marco
26454 \begin_inset space ~
26455 \end_inset
26456
26457 ovalado,
26458 \begin_inset space ~
26459 \end_inset
26460
26461 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26462 \begin_inset space \thinspace{}
26463 \end_inset
26464
26465 pt.
26466  
26467 \begin_inset Box Ovalbox
26468 position "c"
26469 hor_pos "c"
26470 has_inner_box 1
26471 inner_pos "c"
26472 use_parbox 0
26473 width "30col%"
26474 special "none"
26475 height "1in"
26476 height_special "totalheight"
26477 status open
26478
26479 \begin_layout Plain Layout
26480 \align center
26481 Cuadro ovalado, grueso
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Description
26490 Marco
26491 \begin_inset space ~
26492 \end_inset
26493
26494 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26495  El grosor de la línea tiene el tamaño dado por 
26496 \series bold
26497
26498 \backslash
26499 fboxrule
26500 \series default
26501 , la sombra tiene una anchura de 4
26502 \begin_inset space \thinspace{}
26503 \end_inset
26504
26505 pt.
26506  
26507 \begin_inset Box Shadowbox
26508 position "c"
26509 hor_pos "c"
26510 has_inner_box 1
26511 inner_pos "c"
26512 use_parbox 0
26513 width "20col%"
26514 special "none"
26515 height "1in"
26516 height_special "totalheight"
26517 status open
26518
26519 \begin_layout Plain Layout
26520 \align center
26521 Marco sombrado
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Description
26530 Fondo
26531 \begin_inset space ~
26532 \end_inset
26533
26534 sombreado Dibuja un cuadro con fondo de color rojo.
26535  A diferencia de los cuadros coloreados,
26536 \begin_inset Foot
26537 status open
26538
26539 \begin_layout Plain Layout
26540 véase sec.
26541  
26542 \begin_inset CommandInset ref
26543 LatexCommand ref
26544 reference "sec:Cuadros-Coloreados"
26545
26546 \end_inset
26547
26548
26549 \end_layout
26550
26551 \end_inset
26552
26553  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26554 \begin_inset Box Shaded
26555 position "t"
26556 hor_pos "c"
26557 has_inner_box 0
26558 inner_pos "t"
26559 use_parbox 0
26560 width "50col%"
26561 special "none"
26562 height "1in"
26563 height_special "totalheight"
26564 status open
26565
26566 \begin_layout Plain Layout
26567 Cuadro con fondo sombreado
26568 \end_layout
26569
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Description
26576 Marco
26577 \begin_inset space ~
26578 \end_inset
26579
26580 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26581  El grosor de la línea interior es 0.75
26582 \begin_inset space \thinspace{}
26583 \end_inset
26584
26585
26586 \series bold
26587
26588 \backslash
26589 fboxrule
26590 \series default
26591 , el de la línea exterior es 1.5
26592 \begin_inset space \thinspace{}
26593 \end_inset
26594
26595
26596 \series bold
26597
26598 \backslash
26599 fboxrule
26600 \series default
26601 .
26602  La distancia entre líneas es 1.5
26603 \begin_inset space \thinspace{}
26604 \end_inset
26605
26606
26607 \series bold
26608
26609 \backslash
26610 fboxrule
26611 \series default
26612
26613 \begin_inset space \thinspace{}
26614 \end_inset
26615
26616 +
26617 \begin_inset space \thinspace{}
26618 \end_inset
26619
26620 0.5
26621 \begin_inset space \thinspace{}
26622 \end_inset
26623
26624 pt.
26625  
26626 \begin_inset Box Doublebox
26627 position "c"
26628 hor_pos "c"
26629 has_inner_box 1
26630 inner_pos "c"
26631 use_parbox 0
26632 width "20col%"
26633 special "none"
26634 height "1in"
26635 height_special "totalheight"
26636 status open
26637
26638 \begin_layout Plain Layout
26639 \align center
26640 Marco doble
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \begin_inset VSpace bigskip
26650 \end_inset
26651
26652 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26653  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26654  LaTeX 
26655 \series bold
26656 fancybox
26657 \series default
26658
26659 \begin_inset Index
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663 LaTeX-paquetes ! fancybox
26664 \end_layout
26665
26666 \end_inset
26667
26668 .
26669 \end_layout
26670
26671 \begin_layout Section
26672 Personalización de cuadros
26673 \begin_inset Index
26674 status open
26675
26676 \begin_layout Plain Layout
26677 Cuadros ! Personalizar
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Standard
26686 El valor predeterminado por 
26687 \series bold
26688
26689 \backslash
26690 fboxrule
26691 \series default
26692  es 0.4
26693 \begin_inset space \thinspace{}
26694 \end_inset
26695
26696 pt.
26697  Puede cambiarse con el siguiente comando en código TeX, p.
26698 \begin_inset space \thinspace{}
26699 \end_inset
26700
26701 e.
26702 \begin_inset space ~
26703 \end_inset
26704
26705 a
26706 \begin_inset space ~
26707 \end_inset
26708
26709 2
26710 \begin_inset space \thinspace{}
26711 \end_inset
26712
26713 pt:
26714 \end_layout
26715
26716 \begin_layout Standard
26717
26718 \series bold
26719
26720 \backslash
26721 setlength{
26722 \backslash
26723 fboxrule}{2pt}
26724 \end_layout
26725
26726 \begin_layout Standard
26727 \begin_inset ERT
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731
26732
26733 \backslash
26734 setlength{
26735 \backslash
26736 fboxrule}{2pt}
26737 \end_layout
26738
26739 \end_inset
26740
26741
26742 \begin_inset Box Boxed
26743 position "c"
26744 hor_pos "c"
26745 has_inner_box 1
26746 inner_pos "c"
26747 use_parbox 0
26748 width "25col%"
26749 special "none"
26750 height "1in"
26751 height_special "totalheight"
26752 status open
26753
26754 \begin_layout Plain Layout
26755 \align center
26756 Cuadro rectangular con 
26757 \series bold
26758
26759 \backslash
26760 fboxrule
26761 \series default
26762
26763 \begin_inset space \thinspace{}
26764 \end_inset
26765
26766 =
26767 \begin_inset space \thinspace{}
26768 \end_inset
26769
26770 2
26771 \begin_inset space \thinspace{}
26772 \end_inset
26773
26774 pt
26775 \end_layout
26776
26777 \end_inset
26778
26779
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 setlength{
26788 \backslash
26789 fboxrule}{0.4pt}
26790 \end_layout
26791
26792 \end_inset
26793
26794
26795 \end_layout
26796
26797 \begin_layout Standard
26798 \begin_inset VSpace bigskip
26799 \end_inset
26800
26801 El espacio entre el marco y el contenido del cuadro es 3
26802 \begin_inset space \thinspace{}
26803 \end_inset
26804
26805 pt por omisión para todos los estilos.
26806  Se puede cambiar mediante la longitud 
26807 \series bold
26808
26809 \backslash
26810 fboxsep
26811 \series default
26812 .
26813  Por ejemplo el comando
26814 \end_layout
26815
26816 \begin_layout Standard
26817
26818 \series bold
26819
26820 \backslash
26821 setlength{
26822 \backslash
26823 fboxsep}{10pt}
26824 \end_layout
26825
26826 \begin_layout Standard
26827 determina un valor de 10
26828 \begin_inset space \thinspace{}
26829 \end_inset
26830
26831 pt, como en el siguiente cuadro:
26832 \end_layout
26833
26834 \begin_layout Standard
26835 \begin_inset ERT
26836 status collapsed
26837
26838 \begin_layout Plain Layout
26839
26840
26841 \backslash
26842 setlength{
26843 \backslash
26844 fboxsep}{10pt}
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \begin_inset Box Boxed
26851 position "c"
26852 hor_pos "c"
26853 has_inner_box 1
26854 inner_pos "c"
26855 use_parbox 0
26856 width "25col%"
26857 special "none"
26858 height "1in"
26859 height_special "totalheight"
26860 status open
26861
26862 \begin_layout Plain Layout
26863 \align center
26864 Cuadro rectangular con 
26865 \series bold
26866
26867 \backslash
26868 fboxsep
26869 \series default
26870
26871 \begin_inset space \thinspace{}
26872 \end_inset
26873
26874 =
26875 \begin_inset space \thinspace{}
26876 \end_inset
26877
26878 10
26879 \begin_inset space \thinspace{}
26880 \end_inset
26881
26882 pt
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \begin_inset ERT
26889 status collapsed
26890
26891 \begin_layout Plain Layout
26892
26893
26894 \backslash
26895 setlength{
26896 \backslash
26897 fboxsep}{3pt}
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \begin_layout Standard
26906 \begin_inset VSpace bigskip
26907 \end_inset
26908
26909 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26910  el comando 
26911 \series bold
26912
26913 \backslash
26914 cornersize
26915 \series default
26916 .
26917  El comando
26918 \end_layout
26919
26920 \begin_layout Standard
26921
26922 \series bold
26923
26924 \backslash
26925 cornersize*{1cm}
26926 \end_layout
26927
26928 \begin_layout Standard
26929 establece un diámetro de 1
26930 \begin_inset space \thinspace{}
26931 \end_inset
26932
26933 cm.
26934  El comando
26935 \end_layout
26936
26937 \begin_layout Standard
26938
26939 \series bold
26940
26941 \backslash
26942 cornersize{num}
26943 \end_layout
26944
26945 \begin_layout Standard
26946 fija el diámetro en 
26947 \family sans
26948 num
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 ×
26953 \begin_inset space \thinspace{}
26954 \end_inset
26955
26956 mínimo
26957 \family default
26958  
26959 \family sans
26960 (ancho y alto del cuadro)
26961 \family default
26962 .
26963  Por omisión es 
26964 \series bold
26965
26966 \backslash
26967 cornersize{0.5}
26968 \series default
26969 .
26970 \end_layout
26971
26972 \begin_layout Standard
26973 \begin_inset ERT
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977
26978
26979 \backslash
26980 cornersize*{1.5cm}
26981 \end_layout
26982
26983 \end_inset
26984
26985
26986 \begin_inset Box Ovalbox
26987 position "c"
26988 hor_pos "c"
26989 has_inner_box 1
26990 inner_pos "c"
26991 use_parbox 0
26992 width "28col%"
26993 special "none"
26994 height "1in"
26995 height_special "totalheight"
26996 status open
26997
26998 \begin_layout Plain Layout
26999 \align center
27000 Cuadro ovalado con 
27001 \series bold
27002
27003 \backslash
27004 cornersize
27005 \series default
27006
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 =
27011 \begin_inset space \thinspace{}
27012 \end_inset
27013
27014 1.5
27015 \begin_inset space \thinspace{}
27016 \end_inset
27017
27018 cm
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \begin_inset ERT
27025 status collapsed
27026
27027 \begin_layout Plain Layout
27028
27029
27030 \backslash
27031 cornersize{0.5}
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Standard
27040 \begin_inset VSpace bigskip
27041 \end_inset
27042
27043 El tamaño de la sombra se puede ajustar cambiando la longitud 
27044 \series bold
27045
27046 \backslash
27047 shadowsize
27048 \series default
27049 .
27050  Este comando la ajusta a 2
27051 \begin_inset space \thinspace{}
27052 \end_inset
27053
27054 pt en el cuadro siguiente:
27055 \end_layout
27056
27057 \begin_layout Standard
27058
27059 \series bold
27060
27061 \backslash
27062 setlength{
27063 \backslash
27064 shadowsize}{2pt}
27065 \end_layout
27066
27067 \begin_layout Standard
27068 \begin_inset ERT
27069 status collapsed
27070
27071 \begin_layout Plain Layout
27072
27073
27074 \backslash
27075 setlength{
27076 \backslash
27077 shadowsize}{2pt}
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \begin_inset Box Shadowbox
27084 position "c"
27085 hor_pos "c"
27086 has_inner_box 1
27087 inner_pos "c"
27088 use_parbox 0
27089 width "28col%"
27090 special "none"
27091 height "1in"
27092 height_special "totalheight"
27093 status open
27094
27095 \begin_layout Plain Layout
27096 \align center
27097 Cuadro sombreado con 
27098 \series bold
27099
27100 \backslash
27101 shadowsize
27102 \series default
27103
27104 \begin_inset space \thinspace{}
27105 \end_inset
27106
27107 =
27108 \begin_inset space \thinspace{}
27109 \end_inset
27110
27111 2
27112 \begin_inset space \thinspace{}
27113 \end_inset
27114
27115 pt
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \begin_inset ERT
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125
27126
27127 \backslash
27128 setlength{
27129 \backslash
27130 shadowsize}{4pt}
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Standard
27139 \begin_inset VSpace bigskip
27140 \end_inset
27141
27142
27143 \end_layout
27144
27145 \begin_layout Standard
27146 Por omisión, el tamaño 
27147 \series bold
27148
27149 \backslash
27150 FrameRule
27151 \series default
27152  es 0,4
27153 \begin_inset space \thinspace{}
27154 \end_inset
27155
27156 pt.
27157  El espacio por omisión entre el contenido de la nota y el marco es 9
27158 \begin_inset space \thinspace{}
27159 \end_inset
27160
27161 pt; puede cambiarse con el valor de 
27162 \series bold
27163
27164 \backslash
27165 FrameSep
27166 \series default
27167 .
27168  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27169  en código TeX
27170 \end_layout
27171
27172 \begin_layout Standard
27173
27174 \series bold
27175
27176 \backslash
27177 setlength{
27178 \backslash
27179 FrameRule}{5pt}
27180 \begin_inset Newline newline
27181 \end_inset
27182
27183
27184 \backslash
27185 setlength{
27186 \backslash
27187 FrameSep}{0.5cm}
27188 \end_layout
27189
27190 \begin_layout Standard
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195
27196
27197 \backslash
27198 setlength{
27199 \backslash
27200 FrameRule}{5pt}
27201 \end_layout
27202
27203 \begin_layout Plain Layout
27204
27205
27206 \backslash
27207 setlength{
27208 \backslash
27209 FrameSep}{0.5cm}
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \begin_inset Box Framed
27216 position "t"
27217 hor_pos "c"
27218 has_inner_box 0
27219 inner_pos "t"
27220 use_parbox 0
27221 width "100col%"
27222 special "none"
27223 height "1in"
27224 height_special "totalheight"
27225 status open
27226
27227 \begin_layout Plain Layout
27228 Texto en un 
27229 \family sans
27230 marco
27231 \begin_inset space ~
27232 \end_inset
27233
27234 sencillo
27235 \begin_inset space ~
27236 \end_inset
27237
27238 con
27239 \begin_inset space ~
27240 \end_inset
27241
27242 salto
27243 \begin_inset space ~
27244 \end_inset
27245
27246 de
27247 \begin_inset space ~
27248 \end_inset
27249
27250 página
27251 \family default
27252 .
27253 \end_layout
27254
27255 \end_inset
27256
27257
27258 \begin_inset ERT
27259 status collapsed
27260
27261 \begin_layout Plain Layout
27262
27263
27264 \backslash
27265 setlength{
27266 \backslash
27267 FrameRule}{0.4pt}
27268 \end_layout
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 setlength{
27275 \backslash
27276 FrameSep}{9pt}
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Standard
27285 \begin_inset VSpace bigskip
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \begin_layout Standard
27292 Para los cuadros con 
27293 \family sans
27294 fondo
27295 \begin_inset space ~
27296 \end_inset
27297
27298 sombreado
27299 \family default
27300  el espacio por omisión entre el contenido y el marco es 3
27301 \begin_inset space \thinspace{}
27302 \end_inset
27303
27304 pt; se puede cambiar con el valor de 
27305 \series bold
27306
27307 \backslash
27308 fboxsep
27309 \series default
27310 .
27311  El color rojo predeterminado se puede cambiar en el sitio con el comando
27312  
27313 \series bold
27314
27315 \backslash
27316 definecolor{shadebox}
27317 \series default
27318  o globalmente con el menú 
27319 \family sans
27320 Herramientas
27321 \family default
27322 \SpecialChar \menuseparator
27323
27324 \family sans
27325 Preferencias
27326 \family default
27327 \SpecialChar \menuseparator
27328
27329 \family sans
27330 Colores
27331 \family default
27332 \SpecialChar \menuseparator
27333
27334 \family sans
27335 cuadro
27336 \begin_inset space ~
27337 \end_inset
27338
27339 sombreado
27340 \family default
27341 .
27342  El esquema del comando 
27343 \series bold
27344
27345 \backslash
27346 definecolor
27347 \series default
27348  se explica en la sección
27349 \begin_inset space ~
27350 \end_inset
27351
27352
27353 \begin_inset CommandInset ref
27354 LatexCommand ref
27355 reference "sec:Tablas-Coloreadas"
27356
27357 \end_inset
27358
27359 .
27360 \begin_inset Foot
27361 status collapsed
27362
27363 \begin_layout Plain Layout
27364 El comando 
27365 \series bold
27366
27367 \backslash
27368 definecolor
27369 \series default
27370  requiere el paquete LaTeX 
27371 \series bold
27372 color
27373 \series default
27374  en el preámbulo, véase la sección
27375 \begin_inset space ~
27376 \end_inset
27377
27378
27379 \begin_inset CommandInset ref
27380 LatexCommand ref
27381 reference "sec:Cuadros-Coloreados"
27382
27383 \end_inset
27384
27385 .
27386 \end_layout
27387
27388 \end_inset
27389
27390  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27391 \end_layout
27392
27393 \begin_layout Standard
27394
27395 \series bold
27396
27397 \backslash
27398 setlength{
27399 \backslash
27400 fboxsep}{0.5cm}
27401 \series default
27402
27403 \begin_inset Newline newline
27404 \end_inset
27405
27406
27407 \series bold
27408
27409 \backslash
27410 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27411 \end_layout
27412
27413 \begin_layout Standard
27414 \begin_inset ERT
27415 status open
27416
27417 \begin_layout Plain Layout
27418
27419
27420 \backslash
27421 setlength{
27422 \backslash
27423 fboxsep}{0.5cm}
27424 \end_layout
27425
27426 \begin_layout Plain Layout
27427
27428
27429 \backslash
27430 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27431 \end_layout
27432
27433 \end_inset
27434
27435
27436 \begin_inset Box Shaded
27437 position "t"
27438 hor_pos "c"
27439 has_inner_box 0
27440 inner_pos "t"
27441 use_parbox 0
27442 width "100col%"
27443 special "none"
27444 height "1in"
27445 height_special "totalheight"
27446 status open
27447
27448 \begin_layout Plain Layout
27449
27450 \color yellow
27451 Texto amarillo en un cuadro con 
27452 \family sans
27453 fondo sombreado 
27454 \family default
27455  en color verde oscuro.
27456 \end_layout
27457
27458 \end_inset
27459
27460
27461 \begin_inset ERT
27462 status open
27463
27464 \begin_layout Plain Layout
27465
27466
27467 \backslash
27468 setlength{
27469 \backslash
27470 fboxsep}{3pt}
27471 \end_layout
27472
27473 \begin_layout Plain Layout
27474
27475
27476 \backslash
27477 definecolor{shadecolor}{rgb}{1,0,0}
27478 \end_layout
27479
27480 \end_inset
27481
27482
27483 \end_layout
27484
27485 \begin_layout Standard
27486 \begin_inset VSpace bigskip
27487 \end_inset
27488
27489 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27490  a los comandos.
27491 \end_layout
27492
27493 \begin_layout Section
27494 Minipáginas
27495 \begin_inset CommandInset label
27496 LatexCommand label
27497 name "sec:Minipáginas"
27498
27499 \end_inset
27500
27501
27502 \begin_inset Index
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506 Cuadros ! Minipáginas
27507 \end_layout
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27516  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27517 \end_layout
27518
27519 \begin_layout Standard
27520 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27521 \end_layout
27522
27523 \begin_layout Standard
27524 A continuación hay dos ejemplos de minipáginas adosadas.
27525  Su anchura está puesta en 45
27526 \begin_inset space \thinspace{}
27527 \end_inset
27528
27529 % y separadas por un relleno horizontal, insertado vía el menú 
27530 \family sans
27531 Insertar\SpecialChar \menuseparator
27532 Formato\SpecialChar \menuseparator
27533 Relleno
27534 \begin_inset space ~
27535 \end_inset
27536
27537 horizontal
27538 \family default
27539 .
27540 \end_layout
27541
27542 \begin_layout Standard
27543 \begin_inset Box Frameless
27544 position "t"
27545 hor_pos "c"
27546 has_inner_box 1
27547 inner_pos "c"
27548 use_parbox 0
27549 width "45col%"
27550 special "none"
27551 height "1in"
27552 height_special "totalheight"
27553 status open
27554
27555 \begin_layout Plain Layout
27556
27557 \lang german
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  Dies ist ein deutscher Text.
27568  Dies ist ein deutscher Text.
27569  Dies ist ein deutscher Text.
27570  Dies ist ein deutscher Text
27571 \begin_inset Foot
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575
27576 \lang german
27577 Dies ist eine deutsche Fußnote.
27578 \end_layout
27579
27580 \end_inset
27581
27582 .
27583  Dies ist ein deutscher Text.
27584  Dies ist ein deutscher Text.
27585 \end_layout
27586
27587 \end_inset
27588
27589
27590 \begin_inset space \hfill{}
27591 \end_inset
27592
27593
27594 \begin_inset Box Frameless
27595 position "t"
27596 hor_pos "c"
27597 has_inner_box 1
27598 inner_pos "c"
27599 use_parbox 0
27600 width "45col%"
27601 special "none"
27602 height "1in"
27603 height_special "totalheight"
27604 status open
27605
27606 \begin_layout Plain Layout
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  This is an English Text.
27620  This is an English Text.
27621  This is an English Text.
27622  This is an English Text.
27623 \begin_inset Foot
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 This is an English footnote.
27628 \end_layout
27629
27630 \end_inset
27631
27632  This is an English Text.
27633  
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Standard
27642 \begin_inset VSpace bigskip
27643 \end_inset
27644
27645 Otra aplicación de los cuadros son las notas a pie en tablas.
27646  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27647  al final de la página actual.
27648  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27649  en la parte inferior, ordenadas con letras.
27650  La ordenación de las notas al pie se restablece en cada minipágina pero
27651  no fuera de las minipáginas.
27652 \end_layout
27653
27654 \begin_layout Standard
27655 La nota al pie en esta tabla no aparece: 
27656 \begin_inset Tabular
27657 <lyxtabular version="3" rows="3" columns="4">
27658 <features>
27659 <column alignment="center" valignment="top" width="0pt">
27660 <column alignment="center" valignment="top" width="0pt">
27661 <column alignment="center" valignment="top" width="0pt">
27662 <column alignment="center" valignment="top" width="0pt">
27663 <row>
27664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27665 \begin_inset Text
27666
27667 \begin_layout Plain Layout
27668 1
27669 \end_layout
27670
27671 \end_inset
27672 </cell>
27673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27674 \begin_inset Text
27675
27676 \begin_layout Plain Layout
27677 2
27678 \end_layout
27679
27680 \end_inset
27681 </cell>
27682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27683 \begin_inset Text
27684
27685 \begin_layout Plain Layout
27686 3
27687 \begin_inset Foot
27688 status open
27689
27690 \begin_layout Plain Layout
27691 Nota al pie en una tabla.
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \end_inset
27700 </cell>
27701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27702 \begin_inset Text
27703
27704 \begin_layout Plain Layout
27705 4
27706 \end_layout
27707
27708 \end_inset
27709 </cell>
27710 </row>
27711 <row>
27712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27713 \begin_inset Text
27714
27715 \begin_layout Plain Layout
27716 a
27717 \end_layout
27718
27719 \end_inset
27720 </cell>
27721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27722 \begin_inset Text
27723
27724 \begin_layout Plain Layout
27725 b
27726 \end_layout
27727
27728 \end_inset
27729 </cell>
27730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27731 \begin_inset Text
27732
27733 \begin_layout Plain Layout
27734 c
27735 \end_layout
27736
27737 \end_inset
27738 </cell>
27739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27740 \begin_inset Text
27741
27742 \begin_layout Plain Layout
27743 d
27744 \end_layout
27745
27746 \end_inset
27747 </cell>
27748 </row>
27749 <row>
27750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 e
27755 \end_layout
27756
27757 \end_inset
27758 </cell>
27759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27760 \begin_inset Text
27761
27762 \begin_layout Plain Layout
27763 f
27764 \end_layout
27765
27766 \end_inset
27767 </cell>
27768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772 g
27773 \end_layout
27774
27775 \end_inset
27776 </cell>
27777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 h
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 </row>
27787 </lyxtabular>
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 \align center
27796 \begin_inset Box Frameless
27797 position "t"
27798 hor_pos "c"
27799 has_inner_box 1
27800 inner_pos "c"
27801 use_parbox 0
27802 width "30col%"
27803 special "none"
27804 height "1in"
27805 height_special "totalheight"
27806 status open
27807
27808 \begin_layout Plain Layout
27809 \align center
27810 \begin_inset Tabular
27811 <lyxtabular version="3" rows="3" columns="4">
27812 <features>
27813 <column alignment="center" valignment="top" width="0pt">
27814 <column alignment="center" valignment="top" width="0pt">
27815 <column alignment="center" valignment="top" width="0pt">
27816 <column alignment="center" valignment="top" width="0pt">
27817 <row>
27818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822 1
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 2
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 3
27841 \begin_inset Foot
27842 status open
27843
27844 \begin_layout Plain Layout
27845 Nota al pie en una tabla..
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859 4
27860 \end_layout
27861
27862 \end_inset
27863 </cell>
27864 </row>
27865 <row>
27866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 a
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 b
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27885 \begin_inset Text
27886
27887 \begin_layout Plain Layout
27888 c
27889 \end_layout
27890
27891 \end_inset
27892 </cell>
27893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27894 \begin_inset Text
27895
27896 \begin_layout Plain Layout
27897 d
27898 \end_layout
27899
27900 \end_inset
27901 </cell>
27902 </row>
27903 <row>
27904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 e
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 f
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27923 \begin_inset Text
27924
27925 \begin_layout Plain Layout
27926 g
27927 \end_layout
27928
27929 \end_inset
27930 </cell>
27931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27932 \begin_inset Text
27933
27934 \begin_layout Plain Layout
27935 h
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 </row>
27941 </lyxtabular>
27942
27943 \end_inset
27944
27945
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Standard
27954 \begin_inset VSpace bigskip
27955 \end_inset
27956
27957 La configuración global de párrafos se ignora en las minipáginas.
27958  Esto significa que en las mismas no habrá espacio entre párrafos aunque
27959  pongas p.
27960 \begin_inset space \thinspace{}
27961 \end_inset
27962
27963 e.
27964 \begin_inset space ~
27965 \end_inset
27966
27967
27968 \family sans
27969 Salto
27970 \begin_inset space ~
27971 \end_inset
27972
27973 medio
27974 \family default
27975  en la configuración del documento.
27976 \end_layout
27977
27978 \begin_layout Standard
27979 Las minipáginas también sirven para poner un color de fondo para partes
27980  de texto, véase sección
27981 \begin_inset space ~
27982 \end_inset
27983
27984
27985 \begin_inset CommandInset ref
27986 LatexCommand ref
27987 reference "sub:Color-en-Párrafos"
27988
27989 \end_inset
27990
27991 .
27992 \end_layout
27993
27994 \begin_layout Standard
27995 \begin_inset Note Greyedout
27996 status open
27997
27998 \begin_layout Plain Layout
27999
28000 \series bold
28001 Nota:
28002 \series default
28003  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28004  tener minipáginas en tablas, flotantes, y otros cuadros.
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \end_layout
28011
28012 \begin_layout Section
28013 Cuadros de párrafo
28014 \begin_inset CommandInset label
28015 LatexCommand label
28016 name "sec:Cuadros-de-Párrafo"
28017
28018 \end_inset
28019
28020
28021 \begin_inset Index
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025 Cuadros ! de párrafo
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Standard
28034 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28035  de que no pueden contener notas al pie.
28036   La diferencia principal es que las minipáginas no son verdaderos cuadros
28037  sino entornos de LaTeX.
28038 \end_layout
28039
28040 \begin_layout Standard
28041 \align center
28042 \begin_inset Box Frameless
28043 position "t"
28044 hor_pos "c"
28045 has_inner_box 1
28046 inner_pos "t"
28047 use_parbox 1
28048 width "33col%"
28049 special "none"
28050 height "1in"
28051 height_special "totalheight"
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055 Texto en un cuadro de párrafo.
28056  Texto en un cuadro de párrafo.
28057  Esta nota no aparece:
28058 \begin_inset Foot
28059 status open
28060
28061 \begin_layout Plain Layout
28062 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28063 \end_layout
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Section
28076 Cuadros para palabras y caracteres
28077 \begin_inset Index
28078 status collapsed
28079
28080 \begin_layout Plain Layout
28081 Cuadros ! para palabras y caracteres
28082 \end_layout
28083
28084 \end_inset
28085
28086
28087 \end_layout
28088
28089 \begin_layout Subsection
28090 Evitar la partición de palabras
28091 \begin_inset CommandInset label
28092 LatexCommand label
28093 name "sec:Evitar-la-Partición"
28094
28095 \end_inset
28096
28097
28098 \begin_inset Index
28099 status collapsed
28100
28101 \begin_layout Plain Layout
28102 Cuadros ! para evitar la partición de palabras
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \end_layout
28109
28110 \begin_layout Standard
28111 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28112  con guión.
28113 \begin_inset Newline newline
28114 \end_inset
28115
28116 He aquí un ejemplo:
28117 \end_layout
28118
28119 \begin_layout Standard
28120 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28121 palabra».
28122 \end_layout
28123
28124 \begin_layout Standard
28125 Para evitar su división usa el comando
28126 \end_layout
28127
28128 \begin_layout Standard
28129
28130 \series bold
28131
28132 \backslash
28133 mbox{
28134 \end_layout
28135
28136 \begin_layout Standard
28137 en código TeX antes de la palabra.
28138  Tras ella inserta una llave de cierre «
28139 \series bold
28140 }
28141 \series default
28142 » en código TeX.
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Este es el resultado:
28147 \end_layout
28148
28149 \begin_layout Standard
28150 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28151 \begin_inset ERT
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155
28156
28157 \backslash
28158 mbox{
28159 \end_layout
28160
28161 \end_inset
28162
28163 «estalarguísimapalabra».
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169 }
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 Como alternativa puedes poner el comando «
28179 \series bold
28180
28181 \backslash
28182 -
28183 \series default
28184 » en código TeX directamente antes de la palabra:
28185 \end_layout
28186
28187 \begin_layout Standard
28188 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28189 \begin_inset ERT
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193
28194
28195 \backslash
28196 -
28197 \end_layout
28198
28199 \end_inset
28200
28201 estalarguísimapalabra».
28202 \end_layout
28203
28204 \begin_layout Standard
28205 Por supuesto, la palabra sobresale del margen.
28206  Para evitarlo añade, con el menú 
28207 \family sans
28208 Insertar\SpecialChar \menuseparator
28209 Formato\SpecialChar \menuseparator
28210 Salto
28211 \begin_inset space ~
28212 \end_inset
28213
28214 de
28215 \begin_inset space ~
28216 \end_inset
28217
28218
28219 \family default
28220 línea (atajo 
28221 \family sans
28222 Ctrl-Retorno
28223 \family default
28224 ), un salto de línea antes de la palabra:
28225 \end_layout
28226
28227 \begin_layout Standard
28228 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28229 \begin_inset Newline newline
28230 \end_inset
28231
28232
28233 \begin_inset ERT
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238
28239 \backslash
28240 mbox{
28241 \end_layout
28242
28243 \end_inset
28244
28245 «estalarguísimapalabra».
28246 \begin_inset ERT
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250
28251 }
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Subsection
28260 Alineación vertical
28261 \begin_inset CommandInset label
28262 LatexCommand label
28263 name "sub:Alineación-Vertical"
28264
28265 \end_inset
28266
28267
28268 \begin_inset Index
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272 Cuadros ! para alineación vertical
28273 \end_layout
28274
28275 \end_inset
28276
28277
28278 \end_layout
28279
28280 \begin_layout Standard
28281 Con ayuda del comando 
28282 \series bold
28283
28284 \backslash
28285 raisebox
28286 \series default
28287  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28288  
28289 \series bold
28290
28291 \backslash
28292 raisebox
28293 \series default
28294  se utiliza según el esquema:
28295 \end_layout
28296
28297 \begin_layout Standard
28298
28299 \series bold
28300
28301 \backslash
28302 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28303 \end_layout
28304
28305 \begin_layout Standard
28306 La elevación puede ser un valor positivo para subir el cuadro o negativo
28307  para bajarlo.
28308 \end_layout
28309
28310 \begin_layout Standard
28311 Para alinear una palabra, p.
28312 \begin_inset space \thinspace{}
28313 \end_inset
28314
28315 e
28316 \begin_inset space ~
28317 \end_inset
28318
28319 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28320  en la línea de base, inserta el comando
28321 \end_layout
28322
28323 \begin_layout Standard
28324
28325 \series bold
28326
28327 \backslash
28328 raisebox{
28329 \backslash
28330 depth}{
28331 \end_layout
28332
28333 \begin_layout Standard
28334 en código TeX antes de la palabra.
28335  Detrás de la palabra inserta una llave de cierre «
28336 \series bold
28337 }
28338 \series default
28339 » en código TeX.
28340 \begin_inset Newline newline
28341 \end_inset
28342
28343 Este es el resultado:
28344 \end_layout
28345
28346 \begin_layout Standard
28347 Esto es una línea de texto con la palabra 
28348 \begin_inset ERT
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353
28354 \backslash
28355 raisebox{
28356 \backslash
28357 depth}{
28358 \end_layout
28359
28360 \end_inset
28361
28362 «prevención»
28363 \begin_inset ERT
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367
28368 }
28369 \end_layout
28370
28371 \end_inset
28372
28373  elevada.
28374 \end_layout
28375
28376 \begin_layout Standard
28377 \begin_inset VSpace bigskip
28378 \end_inset
28379
28380 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28381 \end_layout
28382
28383 \begin_layout Standard
28384 Esto es una línea de texto con la palabra 
28385 \begin_inset ERT
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389
28390
28391 \backslash
28392 raisebox{-
28393 \backslash
28394 depth}{
28395 \end_layout
28396
28397 \end_inset
28398
28399 «prevención»
28400 \begin_inset ERT
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404
28405 }
28406 \end_layout
28407
28408 \end_inset
28409
28410  como palabra más baja.
28411 \begin_inset Newline newline
28412 \end_inset
28413
28414 Esto es una línea de texto con la palabra 
28415 \begin_inset ERT
28416 status collapsed
28417
28418 \begin_layout Plain Layout
28419
28420
28421 \backslash
28422 raisebox{0.5cm}{
28423 \end_layout
28424
28425 \end_inset
28426
28427 «testigo»
28428 \begin_inset ERT
28429 status collapsed
28430
28431 \begin_layout Plain Layout
28432
28433 }
28434 \end_layout
28435
28436 \end_inset
28437
28438  como palabra más alta.
28439 \end_layout
28440
28441 \begin_layout Standard
28442 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28443  Por ejemplo
28444 \end_layout
28445
28446 \begin_layout Standard
28447
28448 \series bold
28449
28450 \backslash
28451 raisebox{-
28452 \backslash
28453 depth}[0pt]{
28454 \end_layout
28455
28456 \begin_layout Standard
28457 Esto es una línea de texto con la palabra 
28458 \begin_inset ERT
28459 status collapsed
28460
28461 \begin_layout Plain Layout
28462
28463
28464 \backslash
28465 raisebox{-
28466 \backslash
28467 depth}[0pt]{
28468 \end_layout
28469
28470 \end_inset
28471
28472 «prevención»
28473 \begin_inset ERT
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477
28478 }
28479 \end_layout
28480
28481 \end_inset
28482
28483  como palabra más baja.
28484 \begin_inset Newline newline
28485 \end_inset
28486
28487 Esto es una línea de texto con la palabra 
28488 \begin_inset ERT
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492
28493
28494 \backslash
28495 raisebox{0.5cm}[0pt]{
28496 \end_layout
28497
28498 \end_inset
28499
28500 «testigo»
28501 \begin_inset ERT
28502 status collapsed
28503
28504 \begin_layout Plain Layout
28505
28506 }
28507 \end_layout
28508
28509 \end_inset
28510
28511  como palabra más alta.
28512 \end_layout
28513
28514 \begin_layout Section
28515 Cuadros coloreados
28516 \begin_inset CommandInset label
28517 LatexCommand label
28518 name "sec:Cuadros-Coloreados"
28519
28520 \end_inset
28521
28522
28523 \begin_inset Index
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 Cuadros ! Color
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Subsection
28536 Color en texto
28537 \begin_inset Index
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Color ! en texto
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \end_layout
28548
28549 \begin_layout Standard
28550 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28551  Esto requiere cargar el paquete LaTeX 
28552 \series bold
28553 color
28554 \series default
28555
28556 \begin_inset Index
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560 LaTeX-paquetes ! color
28561 \end_layout
28562
28563 \end_inset
28564
28565  en el preámbulo del documento con
28566 \end_layout
28567
28568 \begin_layout Standard
28569
28570 \series bold
28571
28572 \backslash
28573 @ifundef\SpecialChar \textcompwordmark{}
28574 ined{textcolor}
28575 \begin_inset Newline newline
28576 \end_inset
28577
28578
28579 \begin_inset ERT
28580 status collapsed
28581
28582 \begin_layout Plain Layout
28583
28584
28585 \backslash
28586 hphantom{ }
28587 \end_layout
28588
28589 \end_inset
28590
28591 {
28592 \backslash
28593 usepackage{color}}{}
28594 \end_layout
28595
28596 \begin_layout Standard
28597 LyX cargará automáticamente el paquete 
28598 \series bold
28599 color
28600 \series default
28601  cuando colorees texto.
28602 \begin_inset Foot
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606 Para evitar cargarlo dos veces se usa el comando 
28607 \series bold
28608
28609 \backslash
28610 @ifundef\SpecialChar \textcompwordmark{}
28611 ined
28612 \series default
28613 .
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622 \begin_inset VSpace medskip
28623 \end_inset
28624
28625 Los cuadros coloreados se crean con el comando 
28626 \series bold
28627
28628 \backslash
28629 colorbox
28630 \series default
28631 , de acuerdo con el siguiente esquema:
28632 \end_layout
28633
28634 \begin_layout Standard
28635
28636 \series bold
28637
28638 \backslash
28639 colorbox{color}{contenido del cuadro}
28640 \end_layout
28641
28642 \begin_layout Standard
28643 El contenido también puede ser un cuadro y los cuadros coloreados también
28644  pueden estar en otros cuadros.
28645 \end_layout
28646
28647 \begin_layout Standard
28648 Los siguientes colores están predefinidos:
28649 \begin_inset Newline newline
28650 \end_inset
28651
28652
28653 \family sans
28654 red
28655 \family default
28656
28657 \family sans
28658 green
28659 \family default
28660
28661 \family sans
28662 yellow, blue
28663 \family default
28664
28665 \family sans
28666 cyan
28667 \family default
28668 \series bold
28669 ,
28670 \series default
28671  
28672 \family sans
28673 magenta, black
28674 \family default
28675
28676 \family sans
28677 white
28678 \family default
28679 .
28680 \begin_inset Newline newline
28681 \end_inset
28682
28683 También puedes definir tus propios colores según se explica en la sección
28684 \begin_inset space ~
28685 \end_inset
28686
28687
28688 \begin_inset CommandInset ref
28689 LatexCommand ref
28690 reference "sec:Tablas-Coloreadas"
28691
28692 \end_inset
28693
28694 .
28695 \end_layout
28696
28697 \begin_layout Standard
28698 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28699 \end_layout
28700
28701 \begin_layout Standard
28702
28703 \series bold
28704
28705 \backslash
28706 colorbox{red}{
28707 \end_layout
28708
28709 \begin_layout Standard
28710 en código TeX antes de la palabra.
28711  Tras la palabra inserta una llave de cierre «
28712 \series bold
28713 }
28714 \series default
28715 » en código TeX.
28716 \begin_inset Newline newline
28717 \end_inset
28718
28719 Este es el resultado:
28720 \end_layout
28721
28722 \begin_layout Standard
28723 Línea en la que la palabra 
28724 \begin_inset ERT
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728
28729
28730 \backslash
28731 colorbox{red}{
28732 \end_layout
28733
28734 \end_inset
28735
28736 «¡Atención!»
28737 \begin_inset ERT
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741
28742 }
28743 \end_layout
28744
28745 \end_inset
28746
28747  tiene fondo rojo.
28748 \end_layout
28749
28750 \begin_layout Standard
28751 \begin_inset VSpace bigskip
28752 \end_inset
28753
28754 Si quieres un marco de distinto color, puedes emplear el comando 
28755 \series bold
28756
28757 \backslash
28758 fcolorbox
28759 \series default
28760  con el esquema siguiente:
28761 \end_layout
28762
28763 \begin_layout Standard
28764
28765 \series bold
28766
28767 \backslash
28768 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28769 \end_layout
28770
28771 \begin_layout Standard
28772
28773 \series bold
28774
28775 \backslash
28776 fcolorbox
28777 \series default
28778  es una extensión de 
28779 \series bold
28780
28781 \backslash
28782 colorbox
28783 \series default
28784 .
28785  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28786  con las longitudes 
28787 \series bold
28788
28789 \backslash
28790 fboxrule
28791 \series default
28792  y 
28793 \series bold
28794
28795 \backslash
28796 fboxsep
28797 \series default
28798 , respectivamente, como se describe en la sección
28799 \begin_inset space ~
28800 \end_inset
28801
28802
28803 \begin_inset CommandInset ref
28804 LatexCommand ref
28805 reference "sec:Cuadros-Enmarcados"
28806
28807 \end_inset
28808
28809 .
28810 \end_layout
28811
28812 \begin_layout Standard
28813 Para el ejemplo siguiente se ha utilizado el comando
28814 \end_layout
28815
28816 \begin_layout Standard
28817
28818 \series bold
28819
28820 \backslash
28821 fcolorbox{cyan}{magenta}{
28822 \end_layout
28823
28824 \begin_layout Standard
28825 Este es un ejemplo en el que se ha puesto un grosor de 1
28826 \begin_inset space \thinspace{}
28827 \end_inset
28828
28829 mm para la línea del marco:
28830 \begin_inset Newline newline
28831 \end_inset
28832
28833
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 fboxrule 1mm 
28842 \backslash
28843 fboxsep 1mm
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \begin_inset ERT
28850 status collapsed
28851
28852 \begin_layout Plain Layout
28853
28854
28855 \backslash
28856 fcolorbox{cyan}{magenta}{
28857 \end_layout
28858
28859 \end_inset
28860
28861 Texto en un marco coloreado y enmarcado.
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867 }
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Standard
28876 \begin_inset VSpace bigskip
28877 \end_inset
28878
28879 Por supuesto también puedes colorear el texto en un marco coloreado:
28880 \begin_inset Newline newline
28881 \end_inset
28882
28883
28884 \begin_inset ERT
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888
28889
28890 \backslash
28891 fcolorbox{cyan}{magenta}{
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \color yellow
28898 Texto coloreado en un marco sombreado y coloreado.
28899 \color none
28900
28901 \begin_inset ERT
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905
28906 }
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \begin_inset ERT
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916
28917
28918 \backslash
28919 fboxrule 0.4pt 
28920 \backslash
28921 fboxsep 3pt
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \end_layout
28928
28929 \begin_layout Standard
28930
28931 \series bold
28932 \begin_inset VSpace medskip
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 \begin_inset Note Greyedout
28940 status open
28941
28942 \begin_layout Plain Layout
28943
28944 \series bold
28945 Nota:
28946 \series default
28947  El texto en cuadros coloreados no puede tener saltos de línea.
28948  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
28949  coloreado como se describe a continuación.
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Subsection
28958 Color en párrafos
28959 \begin_inset CommandInset label
28960 LatexCommand label
28961 name "sub:Color-en-Párrafos"
28962
28963 \end_inset
28964
28965
28966 \begin_inset Index
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970 Color ! en párrafos
28971 \end_layout
28972
28973 \end_inset
28974
28975
28976 \end_layout
28977
28978 \begin_layout Standard
28979 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
28980  Antes de la minipágina inserta el comando 
28981 \series bold
28982
28983 \backslash
28984 colorbox
28985 \end_layout
28986
28987 \begin_layout Standard
28988
28989 \series bold
28990
28991 \backslash
28992 colorbox{color}{
28993 \end_layout
28994
28995 \begin_layout Standard
28996 en código TeX.
28997  Detrás de la minipágina inserta una llave de cierre «
28998 \series bold
28999 }
29000 \series default
29001 » en código TeX.
29002 \end_layout
29003
29004 \begin_layout Standard
29005 \begin_inset ERT
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009
29010
29011 \backslash
29012 colorbox{grisclaro}{
29013 \end_layout
29014
29015 \end_inset
29016
29017
29018 \begin_inset Box Frameless
29019 position "t"
29020 hor_pos "c"
29021 has_inner_box 1
29022 inner_pos "t"
29023 use_parbox 0
29024 width "100col%"
29025 special "none"
29026 height "1in"
29027 height_special "totalheight"
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031 Texto con color de fondo.
29032  Texto con color de fondo.
29033 \end_layout
29034
29035 \begin_layout Plain Layout
29036 \begin_inset VSpace defskip
29037 \end_inset
29038
29039 El texto puede tener notas al pie
29040 \begin_inset Foot
29041 status open
29042
29043 \begin_layout Plain Layout
29044 Otro ejemplo de nota
29045 \end_layout
29046
29047 \end_inset
29048
29049  y puede incluir tablas y figuras.
29050 \end_layout
29051
29052 \begin_layout Plain Layout
29053 \align center
29054 \begin_inset Tabular
29055 <lyxtabular version="3" rows="3" columns="3">
29056 <features>
29057 <column alignment="center" valignment="top" width="0">
29058 <column alignment="center" valignment="top" width="0">
29059 <column alignment="center" valignment="top" width="0">
29060 <row>
29061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29062 \begin_inset Text
29063
29064 \begin_layout Plain Layout
29065 a
29066 \end_layout
29067
29068 \end_inset
29069 </cell>
29070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29071 \begin_inset Text
29072
29073 \begin_layout Plain Layout
29074 !
29075 \end_layout
29076
29077 \end_inset
29078 </cell>
29079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29080 \begin_inset Text
29081
29082 \begin_layout Plain Layout
29083 3
29084 \end_layout
29085
29086 \end_inset
29087 </cell>
29088 </row>
29089 <row>
29090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29091 \begin_inset Text
29092
29093 \begin_layout Plain Layout
29094 <
29095 \end_layout
29096
29097 \end_inset
29098 </cell>
29099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29100 \begin_inset Text
29101
29102 \begin_layout Plain Layout
29103 b2
29104 \begin_inset Quotes erd
29105 \end_inset
29106
29107 |
29108 \end_layout
29109
29110 \end_inset
29111 </cell>
29112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29113 \begin_inset Text
29114
29115 \begin_layout Plain Layout
29116 >
29117 \end_layout
29118
29119 \end_inset
29120 </cell>
29121 </row>
29122 <row>
29123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29124 \begin_inset Text
29125
29126 \begin_layout Plain Layout
29127 1
29128 \end_layout
29129
29130 \end_inset
29131 </cell>
29132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29133 \begin_inset Text
29134
29135 \begin_layout Plain Layout
29136 §
29137 \end_layout
29138
29139 \end_inset
29140 </cell>
29141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29142 \begin_inset Text
29143
29144 \begin_layout Plain Layout
29145 c
29146 \end_layout
29147
29148 \end_inset
29149 </cell>
29150 </row>
29151 </lyxtabular>
29152
29153 \end_inset
29154
29155
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \begin_inset ERT
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165
29166 }
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Section
29175 Cuadros rotados y escalados
29176 \end_layout
29177
29178 \begin_layout Standard
29179 Para poder usar los comandos descritos en esta sección hay que cargar el
29180  paquete LaTeX 
29181 \series bold
29182 graphicx
29183 \series default
29184
29185 \begin_inset Index
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 LaTeX-paquetes ! graphicx
29190 \end_layout
29191
29192 \end_inset
29193
29194  en el preámbulo del documento, con el comando
29195 \end_layout
29196
29197 \begin_layout Standard
29198
29199 \series bold
29200
29201 \backslash
29202 @ifundefined{rotatebox}
29203 \begin_inset Newline newline
29204 \end_inset
29205
29206
29207 \begin_inset ERT
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211
29212
29213 \backslash
29214 hphantom{ }
29215 \end_layout
29216
29217 \end_inset
29218
29219 {
29220 \backslash
29221 usepackage{graphicx}}{}
29222 \end_layout
29223
29224 \begin_layout Standard
29225 \begin_inset Note Greyedout
29226 status open
29227
29228 \begin_layout Plain Layout
29229
29230 \series bold
29231 Nota: 
29232 \series default
29233 Algunos visores DVI no pueden mostrar material rotado o escalado.
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \end_layout
29240
29241 \begin_layout Standard
29242 \begin_inset Note Greyedout
29243 status open
29244
29245 \begin_layout Plain Layout
29246
29247 \series bold
29248 Nota:
29249 \series default
29250  Los cuadros rotados o escalados no pueden contener flotantes.
29251 \end_layout
29252
29253 \end_inset
29254
29255
29256 \end_layout
29257
29258 \begin_layout Subsection
29259 Cuadros rotados
29260 \begin_inset Index
29261 status collapsed
29262
29263 \begin_layout Plain Layout
29264 Cuadros ! Rotar
29265 \end_layout
29266
29267 \end_inset
29268
29269
29270 \begin_inset Index
29271 status collapsed
29272
29273 \begin_layout Plain Layout
29274 Material rotado
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \begin_inset Index
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284 Figuras ! Rotar
29285 \end_layout
29286
29287 \end_inset
29288
29289
29290 \begin_inset Index
29291 status collapsed
29292
29293 \begin_layout Plain Layout
29294 Tablas ! Rotar
29295 \end_layout
29296
29297 \end_inset
29298
29299
29300 \end_layout
29301
29302 \begin_layout Standard
29303 Para rotar material debes ponerlo en un cuadro rotado.
29304  Los cuadros rotados se crean con el comando 
29305 \series bold
29306
29307 \backslash
29308 rotatebox
29309 \series default
29310  en código TeX, según el esquema:
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29319 \end_layout
29320
29321 \begin_layout Standard
29322 El origen de rotación se especifica en la forma 
29323 \series bold
29324 origin=position
29325 \series default
29326 .
29327  Son posibles las posiciones siguientes: 
29328 \emph on
29329 c
29330 \emph default
29331  (center), 
29332 \emph on
29333 l
29334 \emph default
29335  (left), 
29336 \emph on
29337 r
29338 \emph default
29339  (right), 
29340 \emph on
29341 b
29342 \emph default
29343  (bottom), 
29344 \emph on
29345 t
29346 \emph default
29347  (top), así como combinaciones adecuadas de las posiciones básicas.
29348  Por ejemplo, 
29349 \emph on
29350 lt
29351 \emph default
29352  significa que el origen de rotación es la esquina superior izquierda del
29353  cuadro.
29354  Si no se especifica origen de rotación se usará la posición 
29355 \emph on
29356 l
29357 \emph default
29358 .
29359  El ángulo de rotación es un número de grados, y puede ser negativo.
29360  El sentido de giro es contrario al de las agujas del reloj.
29361 \end_layout
29362
29363 \begin_layout Standard
29364 En el siguiente ejemplo se ha insertado el comando 
29365 \series bold
29366
29367 \backslash
29368 rotatebox[origin=c]{60}{ 
29369 \series default
29370 como código TeX delante del texto «con rotación»; después del texto, el
29371  cuadro se ha cerrado con llave de cierre en código TeX.
29372 \end_layout
29373
29374 \begin_layout Standard
29375 Esta línea contiene texto 
29376 \begin_inset ERT
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380
29381
29382 \backslash
29383 rotatebox[origin=c]{60}{
29384 \end_layout
29385
29386 \end_inset
29387
29388 con rotación
29389 \begin_inset ERT
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393
29394 }
29395 \end_layout
29396
29397 \end_inset
29398
29399 .
29400 \end_layout
29401
29402 \begin_layout Standard
29403 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29404  línea:
29405 \end_layout
29406
29407 \begin_layout Standard
29408 En esta línea hay texto enmarcado 
29409 \begin_inset ERT
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413
29414
29415 \backslash
29416 rotatebox[origin=r]{-60}{
29417 \end_layout
29418
29419 \end_inset
29420
29421
29422 \begin_inset Box Doublebox
29423 position "c"
29424 hor_pos "c"
29425 has_inner_box 0
29426 inner_pos "c"
29427 use_parbox 0
29428 width "1in"
29429 special "width"
29430 height "1in"
29431 height_special "totalheight"
29432 status open
29433
29434 \begin_layout Plain Layout
29435 con rotación
29436 \end_layout
29437
29438 \end_inset
29439
29440
29441 \begin_inset ERT
29442 status collapsed
29443
29444 \begin_layout Plain Layout
29445
29446 }
29447 \end_layout
29448
29449 \end_inset
29450
29451  y 
29452 \begin_inset ERT
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456
29457
29458 \backslash
29459 rotatebox[origin=lb]{60}{
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29466 \end_inset
29467
29468
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474 }
29475 \end_layout
29476
29477 \end_inset
29478
29479  una ecuación.
29480 \end_layout
29481
29482 \begin_layout Standard
29483 O una imagen o una tabla:
29484 \end_layout
29485
29486 \begin_layout Standard
29487 Aquí hay una imagen girada 
29488 \begin_inset ERT
29489 status collapsed
29490
29491 \begin_layout Plain Layout
29492
29493
29494 \backslash
29495 rotatebox[origin=lb]{90}{
29496 \end_layout
29497
29498 \end_inset
29499
29500
29501 \begin_inset Graphics
29502         filename ../clipart/platypus.eps
29503         lyxscale 50
29504         width 25col%
29505
29506 \end_inset
29507
29508
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514 }
29515 \end_layout
29516
29517 \end_inset
29518
29519  y una tabla girada 
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525
29526 \backslash
29527 rotatebox[origin=l]{-90}{
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Tabular
29534 <lyxtabular version="3" rows="2" columns="2">
29535 <features>
29536 <column alignment="center" valignment="top" width="0">
29537 <column alignment="center" valignment="top" width="0">
29538 <row>
29539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29540 \begin_inset Text
29541
29542 \begin_layout Plain Layout
29543 q
29544 \end_layout
29545
29546 \end_inset
29547 </cell>
29548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Plain Layout
29552 w
29553 \end_layout
29554
29555 \end_inset
29556 </cell>
29557 </row>
29558 <row>
29559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29560 \begin_inset Text
29561
29562 \begin_layout Plain Layout
29563 e
29564 \end_layout
29565
29566 \end_inset
29567 </cell>
29568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29569 \begin_inset Text
29570
29571 \begin_layout Plain Layout
29572 r
29573 \end_layout
29574
29575 \end_inset
29576 </cell>
29577 </row>
29578 </lyxtabular>
29579
29580 \end_inset
29581
29582
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588 }
29589 \end_layout
29590
29591 \end_inset
29592
29593
29594 \end_layout
29595
29596 \begin_layout Subsection
29597 Cuadros escalados
29598 \begin_inset Index
29599 status collapsed
29600
29601 \begin_layout Plain Layout
29602 Cuadros ! Escalar
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset Index
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612 Material escalado
29613 \end_layout
29614
29615 \end_inset
29616
29617
29618 \begin_inset Index
29619 status collapsed
29620
29621 \begin_layout Plain Layout
29622 Figuras ! Escalar
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \begin_inset Index
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632 Tablas ! Escalar
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Standard
29641 Para escalar material se pueden usar los comandos 
29642 \series bold
29643
29644 \backslash
29645 scalebox
29646 \series default
29647  y 
29648 \series bold
29649
29650 \backslash
29651 resizebox 
29652 \series default
29653 en código TeX.
29654 \end_layout
29655
29656 \begin_layout Standard
29657
29658 \series bold
29659
29660 \backslash
29661 scalebox
29662 \series default
29663  se usa con el esquema siguiente:
29664 \end_layout
29665
29666 \begin_layout Standard
29667
29668 \series bold
29669
29670 \backslash
29671 scalebox{horizontal}[vertical]{contenido del cuadro}
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Horizontal y vertical son los factores de escala correspondientes.
29676  Si no se especifica factor vertical, su valor será el mismo que el factor
29677  de escala horizontal.
29678  
29679 \end_layout
29680
29681 \begin_layout Standard
29682 Por ejemplo, el comando 
29683 \series bold
29684
29685 \backslash
29686 scalebox{2}{Hola} 
29687 \series default
29688 crea un 
29689 \begin_inset ERT
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693
29694
29695 \backslash
29696 scalebox{2}{
29697 \end_layout
29698
29699 \end_inset
29700
29701 Hola
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707 }
29708 \end_layout
29709
29710 \end_inset
29711
29712  de doble tamaño que el texto normal del documento.
29713 \end_layout
29714
29715 \begin_layout Standard
29716 El comando 
29717 \series bold
29718
29719 \backslash
29720 scalebox{2}[1]{Hola} 
29721 \series default
29722 distorsiona el 
29723 \begin_inset ERT
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727
29728
29729 \backslash
29730 scalebox{2}[1]{
29731 \end_layout
29732
29733 \end_inset
29734
29735 Hola
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 }
29742 \end_layout
29743
29744 \end_inset
29745
29746 .
29747 \end_layout
29748
29749 \begin_layout Standard
29750 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29751  Por eso el comando 
29752 \series bold
29753
29754 \backslash
29755 scalebox{-1}[1]{Hola} 
29756 \series default
29757 puede usarse para reflejar un texto: 
29758 \begin_inset ERT
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763
29764 \backslash
29765 scalebox{-1}[1]{
29766 \end_layout
29767
29768 \end_inset
29769
29770 Hola
29771 \begin_inset ERT
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775
29776 }
29777 \end_layout
29778
29779 \end_inset
29780
29781 .
29782 \end_layout
29783
29784 \begin_layout Standard
29785
29786 \series bold
29787
29788 \backslash
29789 scalebox{1}[-1]{Hola} 
29790 \series default
29791 refleja el 
29792 \begin_inset ERT
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796
29797
29798 \backslash
29799 scalebox{1}[-1]{
29800 \end_layout
29801
29802 \end_inset
29803
29804 Hola
29805 \begin_inset ERT
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809
29810 }
29811 \end_layout
29812
29813 \end_inset
29814
29815  sobre la base.
29816 \end_layout
29817
29818 \begin_layout Standard
29819 El comando 
29820 \series bold
29821
29822 \backslash
29823 scalebox{-1}[1]{contenido del cuadro} 
29824 \series default
29825 puede sustituirse por 
29826 \series bold
29827
29828 \begin_inset Newline newline
29829 \end_inset
29830
29831
29832 \backslash
29833 reflectbox{contenido del cuadro}
29834 \begin_inset VSpace defskip
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Standard
29841 El comando 
29842 \series bold
29843
29844 \backslash
29845 resizebox
29846 \series default
29847  sirve para escalar el cuadro a una altura y anchura definidas, según el
29848  esquema:
29849 \end_layout
29850
29851 \begin_layout Standard
29852
29853 \series bold
29854
29855 \backslash
29856 resizebox{anchura}{altura}{contenido del cuadro}
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Si uno de los argumentos del comando es un signo de exclamación, 
29861 \series bold
29862 !
29863 \series default
29864 , la escala se produce de forma que se mantiene la relación de las dimensiones
29865  originales del contenido del cuadro.
29866  
29867 \end_layout
29868
29869 \begin_layout Standard
29870 El comando 
29871 \series bold
29872
29873 \backslash
29874 resizebox{2cm}{1cm}{Hola}
29875 \series default
29876  genera: 
29877 \begin_inset ERT
29878 status collapsed
29879
29880 \begin_layout Plain Layout
29881
29882
29883 \backslash
29884 resizebox{2cm}{1cm}{
29885 \end_layout
29886
29887 \end_inset
29888
29889 Hola
29890 \begin_inset ERT
29891 status collapsed
29892
29893 \begin_layout Plain Layout
29894
29895 }
29896 \end_layout
29897
29898 \end_inset
29899
29900
29901 \begin_inset Newline newline
29902 \end_inset
29903
29904 El comando 
29905 \series bold
29906
29907 \backslash
29908 resizebox{2cm}{!}{Hola}
29909 \series default
29910  genera: 
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 resizebox{2cm}{!}{
29919 \end_layout
29920
29921 \end_inset
29922
29923 Hola
29924 \begin_inset ERT
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928
29929 }
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \begin_layout Standard
29938 \begin_inset VSpace defskip
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \begin_layout Standard
29945 \begin_inset Note Greyedout
29946 status open
29947
29948 \begin_layout Plain Layout
29949
29950 \series bold
29951 Nota: 
29952 \series default
29953 Si los argumentos de 
29954 \series bold
29955
29956 \backslash
29957 scalebox
29958 \series default
29959  o 
29960 \series bold
29961
29962 \backslash
29963 resizebox
29964 \series default
29965  son cero, no se generan errores de LaTeX al exportar el documento, pero
29966  puede suceder que la salida no se muestre o que sea incompleta.
29967  
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset VSpace defskip
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \begin_layout Standard
29980 Los cuadros se pueden combinar en cualquier orden.
29981  Por ejemplo, el comando
29982 \series bold
29983
29984 \begin_inset Newline newline
29985 \end_inset
29986
29987
29988 \backslash
29989 rotatebox[origin=c]{-45}{
29990 \backslash
29991 resizebox{2cm}{!}{
29992 \backslash
29993 reflectbox{Hola}}}
29994 \begin_inset Newline newline
29995 \end_inset
29996
29997
29998 \series default
29999 genera:
30000 \end_layout
30001
30002 \begin_layout Standard
30003 \noindent
30004 \align center
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010
30011 \backslash
30012 rotatebox[origin=c]{-45}{
30013 \backslash
30014 resizebox{2cm}{!}{
30015 \backslash
30016 reflectbox{
30017 \end_layout
30018
30019 \end_inset
30020
30021 Hola
30022 \begin_inset ERT
30023 status collapsed
30024
30025 \begin_layout Plain Layout
30026
30027 }}}
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \begin_layout Standard
30036 \noindent
30037 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30038 \end_layout
30039
30040 \begin_layout Standard
30041 \noindent
30042
30043 \end_layout
30044
30045 \begin_layout Standard
30046 \align center
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052
30053 \backslash
30054 rotatebox[origin=c]{-30}{
30055 \backslash
30056 resizebox{2cm}{!}{
30057 \backslash
30058 reflectbox{
30059 \end_layout
30060
30061 \end_inset
30062
30063
30064 \begin_inset Graphics
30065         filename ../clipart/platypus.eps
30066         lyxscale 50
30067         width 25col%
30068
30069 \end_inset
30070
30071
30072 \begin_inset ERT
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076
30077 }}}
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 rotatebox[origin=c]{-45}{
30091 \backslash
30092 resizebox{2cm}{!}{
30093 \backslash
30094 reflectbox{
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \begin_inset Tabular
30101 <lyxtabular version="3" rows="2" columns="2">
30102 <features>
30103 <column alignment="center" valignment="top" width="0">
30104 <column alignment="center" valignment="top" width="0">
30105 <row>
30106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30107 \begin_inset Text
30108
30109 \begin_layout Plain Layout
30110 q
30111 \end_layout
30112
30113 \end_inset
30114 </cell>
30115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30116 \begin_inset Text
30117
30118 \begin_layout Plain Layout
30119 w
30120 \end_layout
30121
30122 \end_inset
30123 </cell>
30124 </row>
30125 <row>
30126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30127 \begin_inset Text
30128
30129 \begin_layout Plain Layout
30130 e
30131 \end_layout
30132
30133 \end_inset
30134 </cell>
30135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30136 \begin_inset Text
30137
30138 \begin_layout Plain Layout
30139 r
30140 \end_layout
30141
30142 \end_inset
30143 </cell>
30144 </row>
30145 </lyxtabular>
30146
30147 \end_inset
30148
30149
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155 }}}
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 rotatebox[origin=c]{-45}{
30169 \backslash
30170 resizebox{2cm}{!}{
30171 \backslash
30172 reflectbox{
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30179 \end_inset
30180
30181
30182 \begin_inset ERT
30183 status collapsed
30184
30185 \begin_layout Plain Layout
30186
30187 }}}
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Standard
30196 Si se usa el estilo global 
30197 \series bold
30198 fleqn
30199 \series default
30200  para las ecuaciones del documento,
30201 \begin_inset Foot
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205 Si «fleqn» se añade a las opciones de clase del documento.
30206 \end_layout
30207
30208 \end_inset
30209
30210  también pueden escalarse las ecuaciones en estilo presentación.
30211 \end_layout
30212
30213 \begin_layout Chapter
30214 Archivo
30215 \begin_inset Index
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 Archivo, insertar
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Standard
30228 Con el menú 
30229 \family sans
30230 Insertar\SpecialChar \menuseparator
30231 Archivo 
30232 \family default
30233 se pueden insertar archivos externos en un documento.
30234  Estos pueden ser:
30235 \end_layout
30236
30237 \begin_layout Description
30238 Documento
30239 \begin_inset space ~
30240 \end_inset
30241
30242 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30243 \end_layout
30244
30245 \begin_layout Description
30246 Texto
30247 \begin_inset space ~
30248 \end_inset
30249
30250 simple
30251 \begin_inset space ~
30252 \end_inset
30253
30254 como
30255 \begin_inset space ~
30256 \end_inset
30257
30258 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30259  como un nuevo párrafo.
30260 \end_layout
30261
30262 \begin_layout Description
30263 Texto
30264 \begin_inset space ~
30265 \end_inset
30266
30267 simple
30268 \begin_inset space ~
30269 \end_inset
30270
30271 como
30272 \begin_inset space ~
30273 \end_inset
30274
30275 párrafos Un documento de texto; cada línea del texto se inserta tal como
30276  está, formando un solo párrafo.
30277  Las líneas vacías generan un nuevo párrafo en tu documento.
30278 \end_layout
30279
30280 \begin_layout Description
30281 Material
30282 \begin_inset space ~
30283 \end_inset
30284
30285 externo Archivos en diversos formatos.
30286 \end_layout
30287
30288 \begin_layout Description
30289 Documento
30290 \begin_inset space ~
30291 \end_inset
30292
30293 hijo Documentos LyX, LaTeX o texto simple.
30294 \end_layout
30295
30296 \begin_layout Section
30297 Material externo
30298 \begin_inset Index
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302 Material externo
30303 \end_layout
30304
30305 \end_inset
30306
30307
30308 \end_layout
30309
30310 \begin_layout Standard
30311 Esta característica te permite insertar archivos en tu documento sin convertirlo
30312 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30313  las necesarias conversiones.
30314  Esto es parecido a la inserción de imágenes en diversos formatos en los
30315  documentos LyX.
30316 \end_layout
30317
30318 \begin_layout Standard
30319 El material externo se puede insertar mediante el diálogo que surge a partir
30320  del menú 
30321 \family sans
30322 Insertar\SpecialChar \menuseparator
30323 Archivo\SpecialChar \menuseparator
30324 Material
30325 \begin_inset space ~
30326 \end_inset
30327
30328 externo
30329 \family default
30330 .
30331  Actualmente se permiten los siguientes tipos de archivo (
30332 \family sans
30333 Plantillas
30334 \family default
30335 ):
30336 \end_layout
30337
30338 \begin_layout Description
30339 Diagrama
30340 \begin_inset space ~
30341 \end_inset
30342
30343 de
30344 \begin_inset space ~
30345 \end_inset
30346
30347 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30348  con el programa 
30349 \series bold
30350
30351 \begin_inset CommandInset href
30352 LatexCommand href
30353 name "XBoard"
30354 target "http://en.wikipedia.org/wiki/XBoard"
30355
30356 \end_inset
30357
30358
30359 \series default
30360 .
30361 \end_layout
30362
30363 \begin_layout Description
30364 Fecha Esta inserta la fecha en el formato 
30365 \emph on
30366 Día-Mes-Año.
30367
30368 \emph default
30369  A continuación hay una fecha insertada como material externo: 
30370 \begin_inset External
30371         template Date
30372         filename ...
30373
30374 \end_inset
30375
30376
30377 \lang english
30378
30379 \begin_inset space ~
30380 \end_inset
30381
30382
30383 \begin_inset Note Note
30384 status open
30385
30386 \begin_layout Plain Layout
30387
30388 \lang english
30389 Remove the protected space when bug 4398 is fixed!
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \lang spanish
30396
30397 \begin_inset Newline newline
30398 \end_inset
30399
30400 La fecha no se muestra en LyX, sólo en la salida.
30401  Hay otros dos métodos de insertar una fecha, con el menú 
30402 \family sans
30403 Insertar\SpecialChar \menuseparator
30404 Fecha
30405 \family default
30406  y con el comando LaTeX 
30407 \series bold
30408
30409 \backslash
30410 today
30411 \series default
30412  en código TeX.
30413  Los distintos métodos se comparan en la tabla
30414 \begin_inset space ~
30415 \end_inset
30416
30417
30418 \begin_inset CommandInset ref
30419 LatexCommand ref
30420 reference "tab:Comparación-de"
30421
30422 \end_inset
30423
30424 .
30425 \end_layout
30426
30427 \begin_layout Description
30428 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30429 \begin_inset Newline linebreak
30430 \end_inset
30431
30432
30433 \series bold
30434
30435 \begin_inset CommandInset href
30436 LatexCommand href
30437 name "LilyPond"
30438 target "http://en.wikipedia.org/wiki/LilyPond"
30439
30440 \end_inset
30441
30442
30443 \series default
30444 .
30445 \end_layout
30446
30447 \begin_layout Description
30448 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30449  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30450  la opción 
30451 \emph on
30452 pages
30453 \emph default
30454  en el campo 
30455 \family sans
30456 Opción
30457 \family default
30458  de la pestaña 
30459 \family sans
30460 Opciones de LaTeX y LyX
30461 \family default
30462 , según la descripción de la plantilla en el diálogo.
30463  Si no se usa la opción 
30464 \emph on
30465 pages
30466 \emph default
30467 , sólo se inserta la primera página del PDF.
30468 \end_layout
30469
30470 \begin_layout Description
30471 RasterImage Sirve para insertar imágenes bitmap.
30472  Casi todos los formatos populares de imágenes están soportados.
30473  Las imágenes se pueden tratar en el diálogo 
30474 \family sans
30475 Material Externo
30476 \family default
30477  como las que habitualmente se incluyen mediante el diálogo 
30478 \family sans
30479 Gráficos
30480 \family default
30481 , tal como se explica en la sección
30482 \begin_inset space ~
30483 \end_inset
30484
30485
30486 \begin_inset CommandInset ref
30487 LatexCommand ref
30488 reference "sec:Diálogo-Gráficos"
30489
30490 \end_inset
30491
30492 .
30493  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30494  PDF y EPS no están soportadas.
30495 \end_layout
30496
30497 \begin_layout Description
30498 XFig Esta plantilla soporta imágenes creadas con el programa 
30499 \series bold
30500
30501 \begin_inset CommandInset href
30502 LatexCommand href
30503 name "Xfig"
30504 target "http://en.wikipedia.org/wiki/Xfig"
30505
30506 \end_inset
30507
30508
30509 \series default
30510 .
30511 \end_layout
30512
30513 \begin_layout Standard
30514 \begin_inset Float table
30515 placement h
30516 wide false
30517 sideways false
30518 status open
30519
30520 \begin_layout Plain Layout
30521 \begin_inset Caption
30522
30523 \begin_layout Plain Layout
30524 \begin_inset CommandInset label
30525 LatexCommand label
30526 name "tab:Comparación-de"
30527
30528 \end_inset
30529
30530 Comparación de los métodos de inserción de fecha.
30531 \end_layout
30532
30533 \end_inset
30534
30535
30536 \end_layout
30537
30538 \begin_layout Plain Layout
30539 \align center
30540 \begin_inset Tabular
30541 <lyxtabular version="3" rows="4" columns="4">
30542 <features>
30543 <column alignment="center" valignment="top" width="0">
30544 <column alignment="center" valignment="top" width="0">
30545 <column alignment="center" valignment="top" width="0">
30546 <column alignment="center" valignment="top" width="0">
30547 <row>
30548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30549 \begin_inset Text
30550
30551 \begin_layout Plain Layout
30552 Documento
30553 \end_layout
30554
30555 \end_inset
30556 </cell>
30557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30558 \begin_inset Text
30559
30560 \begin_layout Plain Layout
30561
30562 \family sans
30563 Material externo\SpecialChar \menuseparator
30564 Fecha
30565 \end_layout
30566
30567 \end_inset
30568 </cell>
30569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30570 \begin_inset Text
30571
30572 \begin_layout Plain Layout
30573
30574 \family sans
30575 Insertar\SpecialChar \menuseparator
30576 Fecha
30577 \end_layout
30578
30579 \end_inset
30580 </cell>
30581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30582 \begin_inset Text
30583
30584 \begin_layout Plain Layout
30585 comando 
30586 \series bold
30587
30588 \backslash
30589 today
30590 \end_layout
30591
30592 \end_inset
30593 </cell>
30594 </row>
30595 <row>
30596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30597 \begin_inset Text
30598
30599 \begin_layout Plain Layout
30600 LyX
30601 \end_layout
30602
30603 \end_inset
30604 </cell>
30605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30606 \begin_inset Text
30607
30608 \begin_layout Plain Layout
30609 como cuadro
30610 \end_layout
30611
30612 \end_inset
30613 </cell>
30614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30615 \begin_inset Text
30616
30617 \begin_layout Plain Layout
30618 como fecha
30619 \end_layout
30620
30621 \end_inset
30622 </cell>
30623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30624 \begin_inset Text
30625
30626 \begin_layout Plain Layout
30627 como cuadro código TeX
30628 \end_layout
30629
30630 \end_inset
30631 </cell>
30632 </row>
30633 <row>
30634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30635 \begin_inset Text
30636
30637 \begin_layout Plain Layout
30638 LaTeX
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30644 \begin_inset Text
30645
30646 \begin_layout Plain Layout
30647 como fecha
30648 \end_layout
30649
30650 \end_inset
30651 </cell>
30652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30653 \begin_inset Text
30654
30655 \begin_layout Plain Layout
30656 como fecha
30657 \end_layout
30658
30659 \end_inset
30660 </cell>
30661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30662 \begin_inset Text
30663
30664 \begin_layout Plain Layout
30665 como comando
30666 \end_layout
30667
30668 \end_inset
30669 </cell>
30670 </row>
30671 <row>
30672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30673 \begin_inset Text
30674
30675 \begin_layout Plain Layout
30676 DVI, PDF, PS
30677 \end_layout
30678
30679 \end_inset
30680 </cell>
30681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30682 \begin_inset Text
30683
30684 \begin_layout Plain Layout
30685 como fecha
30686 \end_layout
30687
30688 \end_inset
30689 </cell>
30690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30691 \begin_inset Text
30692
30693 \begin_layout Plain Layout
30694 como fecha
30695 \end_layout
30696
30697 \end_inset
30698 </cell>
30699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30700 \begin_inset Text
30701
30702 \begin_layout Plain Layout
30703 como fecha
30704 \end_layout
30705
30706 \end_inset
30707 </cell>
30708 </row>
30709 </lyxtabular>
30710
30711 \end_inset
30712
30713
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \end_layout
30720
30721 \begin_layout Standard
30722 Si utilizas la opción 
30723 \family sans
30724 Borrador
30725 \family default
30726  en la solapa 
30727 \family sans
30728 Archivo
30729 \family default
30730  del diálogo 
30731 \family sans
30732 Material Externo
30733 \family default
30734 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30735 \family sans
30736
30737 \begin_inset Newline newline
30738 \end_inset
30739
30740
30741 \family default
30742 El material externo se muestra en LyX como un cuadro del tipo:
30743 \family sans
30744  
30745 \family default
30746
30747 \begin_inset Graphics
30748         filename clipart/MaterialExternoQt4.png
30749         scale 80
30750
30751 \end_inset
30752
30753  o como imagen, dependiendo de si se marca la opción 
30754 \family sans
30755 Mostrar en LyX 
30756 \family default
30757 de la pestaña 
30758 \family sans
30759 Opciones de LaTeX y LyX
30760 \family default
30761  del diálogo
30762 \family sans
30763 .
30764 \end_layout
30765
30766 \begin_layout Standard
30767 En el manual 
30768 \emph on
30769 Personalización
30770 \emph default
30771  se explica cómo definir tus propias plantillas.
30772 \end_layout
30773
30774 \begin_layout Section
30775 Documento hijo
30776 \begin_inset CommandInset label
30777 LatexCommand label
30778 name "sec:Documento-Hijo"
30779
30780 \end_inset
30781
30782
30783 \begin_inset Index
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787 Documento hijo
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Los documentos hijos se emplean en el caso de tener un documento extenso
30797  compuesto por varias partes o secciones más grandes.
30798  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30799  en varios archivos que pueden ser revisados por separado.
30800  Estos archivos se conocen como documentos hijos, y el llamado documento
30801  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30802  
30803 \end_layout
30804
30805 \begin_layout Standard
30806 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30807  cuadros del tipo: 
30808 \begin_inset Graphics
30809         filename clipart/DocumentoHijoQt4.png
30810         scale 80
30811
30812 \end_inset
30813
30814 .
30815  Para incluir documentos hijos en un documento maestro utiliza el menú 
30816 \family sans
30817 Insertar
30818 \family default
30819 \SpecialChar \menuseparator
30820
30821 \family sans
30822 Archivo
30823 \family default
30824 \SpecialChar \menuseparator
30825
30826 \family sans
30827 Documento
30828 \begin_inset space ~
30829 \end_inset
30830
30831 hijo
30832 \family default
30833 .
30834  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30835 \end_layout
30836
30837 \begin_layout Description
30838 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30839  Al pulsar el botón 
30840 \family sans
30841 Cargar
30842 \family default
30843  en el diálogo 
30844 \family sans
30845 Documento hijo
30846 \family default
30847 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30848  la ventana de LyX y así puedes modificarlos si quieres.
30849 \end_layout
30850
30851 \begin_layout Standard
30852 Aquí hay un archivo insertado con el método 
30853 \family sans
30854 Incluir
30855 \family default
30856
30857 \begin_inset CommandInset include
30858 LatexCommand include
30859 filename "DocumentoPostizo1.lyx"
30860
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \begin_layout Standard
30867 La numeración de secciones tiene en cuenta las secciones de los archivos
30868  incluidos en el orden en que están insertados en el documento maestro.
30869  El documento incluido de ejemplo tiene una subsección que se numera como
30870  subsección de la presente sección.
30871  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30872 \begin_inset space ~
30873 \end_inset
30874
30875
30876 \begin_inset CommandInset ref
30877 LatexCommand ref
30878 reference "sub:Subsección-Externa-1"
30879
30880 \end_inset
30881
30882 .
30883 \end_layout
30884
30885 \begin_layout Standard
30886 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30887  del documento maestro.
30888  Los documentos incluidos se insertan comenzando una página nueva y acabando
30889  con un salto de página.
30890 \end_layout
30891
30892 \begin_layout Standard
30893 Con el comando LaTeX 
30894 \series bold
30895
30896 \backslash
30897 includeonly
30898 \series default
30899  puedes determinar qué documentos hijos serán procesados al generar la salida.
30900  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30901  un extenso documento y quieres ahorrar tiempo de compilación.
30902  
30903 \series bold
30904
30905 \backslash
30906 includeonly 
30907 \series default
30908 se inserta en el preámbulo del documento maestro, poniendo como argumento
30909  una lista de los nombres de archivo separados con comas, p.
30910 \begin_inset space \thinspace{}
30911 \end_inset
30912
30913 e.
30914  la orden:
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \series bold
30920
30921 \backslash
30922 includeonly{capítulo1,capítulo5}
30923 \end_layout
30924
30925 \begin_layout Standard
30926 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
30927 » (o «capítulo1.tex») y «capítulo5.lyx».
30928 \end_layout
30929
30930 \begin_layout Standard
30931 \begin_inset Note Greyedout
30932 status open
30933
30934 \begin_layout Plain Layout
30935
30936 \series bold
30937 Nota:
30938 \series default
30939  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
30940  a la del documento maestro, recibirás una advertencia al exportar/ver el
30941  documento, ya que esto podría dar resultados inesperados.
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Description
30950 Entrada Este método es muy parecido al método 
30951 \family sans
30952 Incluir
30953 \family default
30954 .
30955  Las diferencias son:
30956 \end_layout
30957
30958 \begin_deeper
30959 \begin_layout Itemize
30960 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
30961  un salto de página.
30962 \end_layout
30963
30964 \begin_layout Itemize
30965 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
30966 \family sans
30967 Vista
30968 \begin_inset space ~
30969 \end_inset
30970
30971 preliminar
30972 \begin_inset space ~
30973 \end_inset
30974
30975 inmediata 
30976 \family default
30977 está activada en el diálogo 
30978 \family sans
30979 Herramientas\SpecialChar \menuseparator
30980 Preferencias
30981 \family default
30982 , apartado 
30983 \family sans
30984 Apariencia\SpecialChar \menuseparator
30985 Gráficos
30986 \family default
30987 .
30988 \end_layout
30989
30990 \begin_layout Itemize
30991 No se puede utilizar el comando LaTeX 
30992 \series bold
30993
30994 \backslash
30995 includeonly
30996 \series default
30997 .
30998 \end_layout
30999
31000 \end_deeper
31001 \begin_layout Standard
31002 Aquí hay un documento hijo insertado con el método 
31003 \family sans
31004 Entrada
31005 \family default
31006 :
31007 \end_layout
31008
31009 \begin_layout Standard
31010 \begin_inset CommandInset include
31011 LatexCommand input
31012 filename "DocumentoPostizo2.lyx"
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Description
31020 Literal Con este método se puede incluir todo archivo de texto.
31021  El archivo aparece en la salida con su código fuente, y si contiene comandos
31022  no se ejecutan.
31023  Con la opción 
31024 \family sans
31025 Marcar espacios en la salida
31026 \family default
31027  cada espacio en el código fuente se muestra en la salida con el carácter
31028  «
31029 \begin_inset ERT
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033
31034
31035 \backslash
31036 textvisiblespace
31037 \end_layout
31038
31039 \end_inset
31040
31041 ».
31042  La diferencia con el método de inserción mediante el menú 
31043 \family sans
31044 Insertar
31045 \family default
31046 \SpecialChar \menuseparator
31047
31048 \family sans
31049 Archivo
31050 \family default
31051 \SpecialChar \menuseparator
31052
31053 \family sans
31054 Texto
31055 \begin_inset space ~
31056 \end_inset
31057
31058 simple
31059 \family default
31060  es que en este caso el contenido del archivo se ve en LyX, mientras que
31061  en modo 
31062 \family sans
31063 Literal 
31064 \family default
31065 no se muestra el contenido, sino un recuadro con el nombre.
31066
31067 \family sans
31068  
31069 \end_layout
31070
31071 \begin_layout Standard
31072 Aquí se inserta un documento hijo en modo Literal:
31073 \begin_inset CommandInset include
31074 LatexCommand verbatiminput
31075 filename "DocumentoTextoPostizo.txt"
31076
31077 \end_inset
31078
31079
31080 \begin_inset VSpace bigskip
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 Aquí se inserta un documento hijo en modo Literal con la opción 
31088 \family sans
31089 Marcar espacios en la salida
31090 \family default
31091 :
31092 \begin_inset CommandInset include
31093 LatexCommand verbatiminput*
31094 filename "DocumentoTextoPostizo.txt"
31095
31096 \end_inset
31097
31098
31099 \begin_inset VSpace bigskip
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset Note Greyedout
31107 status open
31108
31109 \begin_layout Plain Layout
31110
31111 \series bold
31112 Nota:
31113 \series default
31114  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31115  incluidos en modo 
31116 \family sans
31117 literal
31118 \family default
31119  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31120  archivo de texto.
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \begin_layout Description
31129 Listado
31130 \begin_inset space ~
31131 \end_inset
31132
31133 de
31134 \begin_inset space ~
31135 \end_inset
31136
31137 programa Este tipo se describe en el capítulo
31138 \begin_inset space ~
31139 \end_inset
31140
31141
31142 \begin_inset CommandInset ref
31143 LatexCommand ref
31144 reference "cha:Listado-de-programa"
31145
31146 \end_inset
31147
31148 .
31149 \end_layout
31150
31151 \begin_layout Standard
31152 \begin_inset Note Greyedout
31153 status open
31154
31155 \begin_layout Plain Layout
31156
31157 \series bold
31158 Nota:
31159 \series default
31160  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31161  problemas en LaTeX.
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Chapter
31170 Listado de programa
31171 \begin_inset CommandInset label
31172 LatexCommand label
31173 name "cha:Listado-de-programa"
31174
31175 \end_inset
31176
31177
31178 \begin_inset Index
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 Listado de programa
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \begin_inset Index
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 Código de programa
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \begin_inset Index
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202 Flotantes ! Listado de programa
31203 \end_layout
31204
31205 \end_inset
31206
31207
31208 \end_layout
31209
31210 \begin_layout Standard
31211 Para incluir y tipografiar código de programación puedes usar la opción
31212  de menú disponible en 
31213 \family sans
31214 Insertar\SpecialChar \menuseparator
31215 Listado
31216 \begin_inset space ~
31217 \end_inset
31218
31219 de
31220 \begin_inset space ~
31221 \end_inset
31222
31223 programa.
31224  
31225 \family default
31226 El paquete LaTeX 
31227 \series bold
31228 listings
31229 \series default
31230
31231 \begin_inset Index
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235 LaTeX-paquetes ! listings
31236 \end_layout
31237
31238 \end_inset
31239
31240  provee un mecanismo potente y flexible para insertar código fuente en tu
31241  documento.
31242 \end_layout
31243
31244 \begin_layout Standard
31245
31246 \lang english
31247 Right-clicking on a listings inset opens the context menu containing where
31248  you can set the listings format.
31249 \end_layout
31250
31251 \begin_layout Standard
31252 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31253  La opción de ubicación 
31254 \family sans
31255 Listado
31256 \begin_inset space ~
31257 \end_inset
31258
31259 insertado
31260 \family default
31261  lo imprime en la línea, como este ejemplo: 
31262 \begin_inset listings
31263 lstparams "language={C++}"
31264 inline true
31265 status open
31266
31267 \begin_layout Plain Layout
31268
31269 int a=5;
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \family sans
31276
31277 \begin_inset Newline newline
31278 \end_inset
31279
31280
31281 \family default
31282 La opción 
31283 \family sans
31284 Flotante
31285 \family default
31286  crea un listado flotante cuya colocación se puede especificar mediante
31287  las opciones «
31288 \family sans
31289 h
31290 \family default
31291 », «
31292 \family sans
31293 t
31294 \family default
31295 », «
31296 \family sans
31297 b
31298 \family default
31299 » y «
31300 \family sans
31301 p
31302 \family default
31303 », correspondientes a las opciones de colocación de flotantes descritas
31304  en la sección
31305 \family sans
31306
31307 \begin_inset space ~
31308 \end_inset
31309
31310
31311 \begin_inset CommandInset ref
31312 LatexCommand ref
31313 reference "sec:Colocación-de-Flotantes"
31314
31315 \end_inset
31316
31317
31318 \family default
31319 .
31320  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31321  p.
31322 \family sans
31323
31324 \begin_inset space \thinspace{}
31325 \end_inset
31326
31327
31328 \family default
31329 e.
31330 \begin_inset space ~
31331 \end_inset
31332
31333 «
31334 \family sans
31335 htbp
31336 \family default
31337 ».
31338  La opción «
31339 \family sans
31340 h
31341 \family default
31342 » a veces no tiene efecto, pero no necesitas usar la opción 
31343 \family sans
31344 Flotante
31345 \family default
31346  en ese caso puesto que los listados de programa no flotantes también pueden
31347  tener leyendas y ser referenciadas.
31348 \end_layout
31349
31350 \begin_layout Standard
31351 Se puede añadir una leyenda a un listado de programa con el menú 
31352 \family sans
31353 Insertar\SpecialChar \menuseparator
31354 Leyenda
31355 \family default
31356
31357 \begin_inset Foot
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361 Para traducir la etiqueta 
31362 \begin_inset Quotes eld
31363 \end_inset
31364
31365 Listado
31366 \begin_inset Quotes erd
31367 \end_inset
31368
31369  de la leyenda, se añade al preámbulo del documento el comando 
31370 \series bold
31371
31372 \backslash
31373 renewcommand{
31374 \backslash
31375 lstlistingname}{Listado}
31376 \series default
31377 .
31378  (
31379 \emph on
31380 N.
31381 \begin_inset space \thinspace{}
31382 \end_inset
31383
31384 del t.
31385 \emph default
31386 )
31387 \end_layout
31388
31389 \end_inset
31390
31391 .
31392  Los listados de programa se pueden referenciar como los flotantes: Listado
31393 \begin_inset space ~
31394 \end_inset
31395
31396
31397 \begin_inset CommandInset ref
31398 LatexCommand ref
31399 reference "lst:Ejemplo-de-listado-de-programa"
31400
31401 \end_inset
31402
31403
31404 \end_layout
31405
31406 \begin_layout Standard
31407 \begin_inset listings
31408 lstparams "language=Python"
31409 inline false
31410 status open
31411
31412 \begin_layout Plain Layout
31413
31414 \begin_inset Caption
31415
31416 \begin_layout Plain Layout
31417 \begin_inset CommandInset label
31418 LatexCommand label
31419 name "lst:Ejemplo-de-listado-de-programa"
31420
31421 \end_inset
31422
31423 Ejemplo de listado de programa flotante
31424 \end_layout
31425
31426 \end_inset
31427
31428 # Ejemplo de listado flotante
31429 \end_layout
31430
31431 \begin_layout Plain Layout
31432
31433 def func(param):
31434 \end_layout
31435
31436 \begin_layout Plain Layout
31437
31438     'this is a python function'
31439 \end_layout
31440
31441 \begin_layout Plain Layout
31442
31443     pass
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31453  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31454  y tipografiadas de manera especial en la salida.
31455  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31456  negrita.
31457 \end_layout
31458
31459 \begin_layout Standard
31460 \begin_inset Note Greyedout
31461 status open
31462
31463 \begin_layout Plain Layout
31464
31465 \series bold
31466 Nota:
31467 \series default
31468  Si no consigues caracteres en negrita cuando usas fuentes 
31469 \family typewriter
31470 typewriter
31471 \family default
31472 , se debe probablemente a que dicha fuente no suministra negritas.
31473  En este caso selecciona una fuente distinta en el menú 
31474 \family sans
31475 Documento
31476 \family default
31477 \SpecialChar \menuseparator
31478
31479 \family sans
31480 Configuración
31481 \family default
31482 \SpecialChar \menuseparator
31483
31484 \family sans
31485 Fuentes.
31486  
31487 \family default
31488 (Las fuentes 
31489 \emph on
31490 LuxiMono, BeraMono
31491 \emph default
31492  y 
31493 \emph on
31494 Courier 
31495 \emph default
31496 suministran negritas.)
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \end_layout
31503
31504 \begin_layout Standard
31505 En la sección 
31506 \family sans
31507 Numeración
31508 \begin_inset space ~
31509 \end_inset
31510
31511 de
31512 \begin_inset space ~
31513 \end_inset
31514
31515 líneas
31516 \family default
31517  del diálogo puedes elegir el estilo de numeración de las líneas.
31518  En el campo 
31519 \family sans
31520 Paso 
31521 \family default
31522 puedes insertar un número para determinar qué líneas se numeran.
31523  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31524  
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31529  en la salida.
31530  La opción 
31531 \family sans
31532 Tabla
31533 \begin_inset space ~
31534 \end_inset
31535
31536 de
31537 \begin_inset space ~
31538 \end_inset
31539
31540 caracteres
31541 \begin_inset space ~
31542 \end_inset
31543
31544 extendida
31545 \family default
31546  debería emplearse si se usan en el código caracteres nacionales como la
31547  diéresis alemana.
31548 \begin_inset Newline newline
31549 \end_inset
31550
31551 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31552  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31553  y «Espacio como símbolo», rango de líneas 3-8:
31554 \begin_inset listings
31555 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31556 inline false
31557 status open
31558
31559 \begin_layout Plain Layout
31560
31561 def func(param):
31562 \end_layout
31563
31564 \begin_layout Plain Layout
31565
31566     'this is a python function'
31567 \end_layout
31568
31569 \begin_layout Plain Layout
31570
31571     pass
31572 \end_layout
31573
31574 \begin_layout Plain Layout
31575
31576 def func(param):
31577 \end_layout
31578
31579 \begin_layout Plain Layout
31580
31581 'This is a German word: Tschüß'
31582 \end_layout
31583
31584 \begin_layout Plain Layout
31585
31586 pass
31587 \end_layout
31588
31589 \begin_layout Plain Layout
31590
31591 def func(param):
31592 \end_layout
31593
31594 \begin_layout Plain Layout
31595
31596 'this is a python function'
31597 \end_layout
31598
31599 \begin_layout Plain Layout
31600
31601 pass
31602 \end_layout
31603
31604 \end_inset
31605
31606
31607 \end_layout
31608
31609 \begin_layout Standard
31610 \begin_inset Note Greyedout
31611 status open
31612
31613 \begin_layout Plain Layout
31614
31615 \series bold
31616 Nota:
31617 \series default
31618  Debido a un error en el paquete 
31619 \series bold
31620 listings
31621 \series default
31622  la numeración de líneas cambia en una línea por cada listado previo.
31623  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31624  3 y 6.
31625 \end_layout
31626
31627 \end_inset
31628
31629
31630 \end_layout
31631
31632 \begin_layout Standard
31633 \begin_inset VSpace bigskip
31634 \end_inset
31635
31636
31637 \end_layout
31638
31639 \begin_layout Standard
31640 También es posible imprimir como listado de programa líneas de un archivo.
31641  Para hacer esto, usa el menú 
31642 \family sans
31643 Insertar\SpecialChar \menuseparator
31644 Archivo\SpecialChar \menuseparator
31645 Documento
31646 \begin_inset space ~
31647 \end_inset
31648
31649 hijo 
31650 \family default
31651 y elige el tipo 
31652 \family sans
31653 Listado de programa
31654 \family default
31655 .
31656 \begin_inset Foot
31657 status collapsed
31658
31659 \begin_layout Plain Layout
31660 Los restantes tipos de documento hijo se describen en la sección
31661 \begin_inset space ~
31662 \end_inset
31663
31664
31665 \begin_inset CommandInset ref
31666 LatexCommand ref
31667 reference "sec:Documento-Hijo"
31668
31669 \end_inset
31670
31671 .
31672 \end_layout
31673
31674 \end_inset
31675
31676  En el diálogo de documento hijo puedes especificar los parámetros del listado
31677  en el cuadro de texto.
31678  Para ver una lista de los parámetros disponibles teclea una interrogación
31679  «?» en el cuadro.
31680 \end_layout
31681
31682 \begin_layout Standard
31683 Para referenciar un documento hijo tipo listado, escribe el texto de la
31684  etiqueta en el campo correspondiente del diálogo de documento hijo.
31685  Después se puede referenciar la etiqueta con el menú 
31686 \family sans
31687 Insertar\SpecialChar \menuseparator
31688 Referencia cruzada.
31689 \end_layout
31690
31691 \begin_layout Standard
31692 A continuación hay un ejemplo, Listado
31693 \begin_inset space ~
31694 \end_inset
31695
31696
31697 \begin_inset CommandInset ref
31698 LatexCommand ref
31699 reference "lst:archivo-listado"
31700
31701 \end_inset
31702
31703 , de inserción de líneas de un archivo; en él se incluye el rango de las
31704  líneas 10
31705 \begin_inset space \thinspace{}
31706 \end_inset
31707
31708 -
31709 \begin_inset space \thinspace{}
31710 \end_inset
31711
31712 15 de este archivo LyX.
31713 \end_layout
31714
31715 \begin_layout Standard
31716 \begin_inset CommandInset include
31717 LatexCommand lstinputlisting
31718 filename "EmbeddedObjects.lyx"
31719 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31720
31721 \end_inset
31722
31723
31724 \begin_inset VSpace bigskip
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \begin_layout Standard
31731 Las preferencias globales se pueden establecer en el diálogo 
31732 \family sans
31733 Documento\SpecialChar \menuseparator
31734 Configuración\SpecialChar \menuseparator
31735 Diseño
31736 \begin_inset space ~
31737 \end_inset
31738
31739 del
31740 \begin_inset space ~
31741 \end_inset
31742
31743 texto.
31744  
31745 \family default
31746 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31747  «?» en el campo de texto.
31748 \end_layout
31749
31750 \begin_layout Standard
31751 Para más información sobre el paquete 
31752 \series bold
31753 listings
31754 \series default
31755 , consulta su documentación
31756 \begin_inset space ~
31757 \end_inset
31758
31759
31760 \begin_inset CommandInset citation
31761 LatexCommand cite
31762 key "listings"
31763
31764 \end_inset
31765
31766 .
31767 \end_layout
31768
31769 \begin_layout Standard
31770 \begin_inset Newpage newpage
31771 \end_inset
31772
31773
31774 \end_layout
31775
31776 \begin_layout Chapter
31777 \start_of_appendix
31778 Unidades disponibles en LyX
31779 \begin_inset Index
31780 status collapsed
31781
31782 \begin_layout Plain Layout
31783 Unidades
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \begin_inset CommandInset label
31790 LatexCommand label
31791 name "cha:Unidades-disponibles-en"
31792
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Para comprender las unidades utilizadas en este manual, el cuadro
31800 \begin_inset space ~
31801 \end_inset
31802
31803
31804 \begin_inset CommandInset ref
31805 LatexCommand ref
31806 reference "tab:Unidades"
31807
31808 \end_inset
31809
31810  describe todas las unidades disponibles en LyX.
31811 \end_layout
31812
31813 \begin_layout Standard
31814 \begin_inset Float table
31815 placement h
31816 wide false
31817 sideways false
31818 status open
31819
31820 \begin_layout Plain Layout
31821 \begin_inset Caption
31822
31823 \begin_layout Plain Layout
31824 \begin_inset CommandInset label
31825 LatexCommand label
31826 name "tab:Unidades"
31827
31828 \end_inset
31829
31830 Unidades
31831 \end_layout
31832
31833 \end_inset
31834
31835
31836 \end_layout
31837
31838 \begin_layout Plain Layout
31839 \begin_inset VSpace medskip
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \begin_layout Plain Layout
31846 \align center
31847 \begin_inset Tabular
31848 <lyxtabular version="3" rows="20" columns="2">
31849 <features>
31850 <column alignment="center" valignment="top" width="0">
31851 <column alignment="center" valignment="top" width="0">
31852 <row>
31853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857 unidad
31858 \end_layout
31859
31860 \end_inset
31861 </cell>
31862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866 nombre/descripción
31867 \end_layout
31868
31869 \end_inset
31870 </cell>
31871 </row>
31872 <row>
31873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 mm
31878 \end_layout
31879
31880 \end_inset
31881 </cell>
31882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886 milímetro
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 </row>
31892 <row>
31893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897 cm
31898 \end_layout
31899
31900 \end_inset
31901 </cell>
31902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31903 \begin_inset Text
31904
31905 \begin_layout Plain Layout
31906 centímetro
31907 \end_layout
31908
31909 \end_inset
31910 </cell>
31911 </row>
31912 <row>
31913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31914 \begin_inset Text
31915
31916 \begin_layout Plain Layout
31917 in
31918 \end_layout
31919
31920 \end_inset
31921 </cell>
31922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31923 \begin_inset Text
31924
31925 \begin_layout Plain Layout
31926 pulgada
31927 \end_layout
31928
31929 \end_inset
31930 </cell>
31931 </row>
31932 <row>
31933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31934 \begin_inset Text
31935
31936 \begin_layout Plain Layout
31937 pt
31938 \end_layout
31939
31940 \end_inset
31941 </cell>
31942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31943 \begin_inset Text
31944
31945 \begin_layout Plain Layout
31946 punto (72.27
31947 \begin_inset space \thinspace{}
31948 \end_inset
31949
31950 pt = 1
31951 \begin_inset space \thinspace{}
31952 \end_inset
31953
31954 in)
31955 \end_layout
31956
31957 \end_inset
31958 </cell>
31959 </row>
31960 <row>
31961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31962 \begin_inset Text
31963
31964 \begin_layout Plain Layout
31965 pc
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31971 \begin_inset Text
31972
31973 \begin_layout Plain Layout
31974 pica (1
31975 \begin_inset space \thinspace{}
31976 \end_inset
31977
31978 pc = 12
31979 \begin_inset space \thinspace{}
31980 \end_inset
31981
31982 pt)
31983 \end_layout
31984
31985 \end_inset
31986 </cell>
31987 </row>
31988 <row>
31989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31990 \begin_inset Text
31991
31992 \begin_layout Plain Layout
31993 sp
31994 \end_layout
31995
31996 \end_inset
31997 </cell>
31998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31999 \begin_inset Text
32000
32001 \begin_layout Plain Layout
32002 punto escalado (65536
32003 \begin_inset space \thinspace{}
32004 \end_inset
32005
32006 sp = 1
32007 \begin_inset space \thinspace{}
32008 \end_inset
32009
32010 pt)
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 </row>
32016 <row>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 bp
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030 punto grande (72
32031 \begin_inset space \thinspace{}
32032 \end_inset
32033
32034 bp = 1
32035 \begin_inset space \thinspace{}
32036 \end_inset
32037
32038 in)
32039 \end_layout
32040
32041 \end_inset
32042 </cell>
32043 </row>
32044 <row>
32045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32046 \begin_inset Text
32047
32048 \begin_layout Plain Layout
32049 dd
32050 \end_layout
32051
32052 \end_inset
32053 </cell>
32054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32055 \begin_inset Text
32056
32057 \begin_layout Plain Layout
32058 didot (1
32059 \begin_inset space \thinspace{}
32060 \end_inset
32061
32062 dd 
32063 \begin_inset Formula $\approx$
32064 \end_inset
32065
32066  0.376
32067 \begin_inset space \thinspace{}
32068 \end_inset
32069
32070 mm)
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 </row>
32076 <row>
32077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081 cc
32082 \end_layout
32083
32084 \end_inset
32085 </cell>
32086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32087 \begin_inset Text
32088
32089 \begin_layout Plain Layout
32090 cicero (1
32091 \begin_inset space \thinspace{}
32092 \end_inset
32093
32094 cc = 12
32095 \begin_inset space \thinspace{}
32096 \end_inset
32097
32098 dd)
32099 \end_layout
32100
32101 \end_inset
32102 </cell>
32103 </row>
32104 <row>
32105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32106 \begin_inset Text
32107
32108 \begin_layout Plain Layout
32109 Scale%
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32115 \begin_inset Text
32116
32117 \begin_layout Plain Layout
32118 % de anchura original de la imagen
32119 \end_layout
32120
32121 \end_inset
32122 </cell>
32123 </row>
32124 <row>
32125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32126 \begin_inset Text
32127
32128 \begin_layout Plain Layout
32129 text%
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32135 \begin_inset Text
32136
32137 \begin_layout Plain Layout
32138 % de anchura de texto
32139 \end_layout
32140
32141 \end_inset
32142 </cell>
32143 </row>
32144 <row>
32145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32146 \begin_inset Text
32147
32148 \begin_layout Plain Layout
32149 col%
32150 \end_layout
32151
32152 \end_inset
32153 </cell>
32154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32155 \begin_inset Text
32156
32157 \begin_layout Plain Layout
32158 % de anchura de columna
32159 \end_layout
32160
32161 \end_inset
32162 </cell>
32163 </row>
32164 <row>
32165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32166 \begin_inset Text
32167
32168 \begin_layout Plain Layout
32169 page%
32170 \end_layout
32171
32172 \end_inset
32173 </cell>
32174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178 % de anchura de página
32179 \end_layout
32180
32181 \end_inset
32182 </cell>
32183 </row>
32184 <row>
32185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 line%
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198 % de anchura de línea
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 </row>
32204 <row>
32205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32206 \begin_inset Text
32207
32208 \begin_layout Plain Layout
32209 theight%
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218 % de altura de texto
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 </row>
32224 <row>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229 pheight%
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238 % de altura de página
32239 \end_layout
32240
32241 \end_inset
32242 </cell>
32243 </row>
32244 <row>
32245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249 ex
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 altura de la letra 
32259 \emph on
32260 x
32261 \emph default
32262  en la fuente actual
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 </row>
32268 <row>
32269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32270 \begin_inset Text
32271
32272 \begin_layout Plain Layout
32273 em
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 anchura de la letra 
32283 \emph on
32284 M
32285 \emph default
32286  en la fuente actual
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 </row>
32292 <row>
32293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297 mu
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32303 \begin_inset Text
32304
32305 \begin_layout Plain Layout
32306 unidad matemática (1
32307 \begin_inset space \thinspace{}
32308 \end_inset
32309
32310 mu = 1/18
32311 \begin_inset space \thinspace{}
32312 \end_inset
32313
32314 em)
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 </row>
32320 </lyxtabular>
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \end_inset
32328
32329
32330 \end_layout
32331
32332 \begin_layout Chapter
32333 Formatos de archivos de salida con gráficos
32334 \begin_inset CommandInset label
32335 LatexCommand label
32336 name "cha:Formatos-de-Archivos-de-Salida"
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Section
32344 DVI
32345 \begin_inset Index
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349 Formatos de archivo ! DVI
32350 \end_layout
32351
32352 \end_inset
32353
32354
32355 \begin_inset Index
32356 status collapsed
32357
32358 \begin_layout Plain Layout
32359 DVI|see
32360 \begin_inset ERT
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364
32365 {
32366 \end_layout
32367
32368 \end_inset
32369
32370 Formatos de archivo
32371 \begin_inset ERT
32372 status collapsed
32373
32374 \begin_layout Plain Layout
32375
32376 }
32377 \end_layout
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \begin_layout Standard
32390 Este tipo de archivo tiene la extensión «
32391 \family typewriter
32392 .dvi
32393 \family default
32394 ».
32395  Se denomina «device-independent» (DVI), porque es completamente portable;
32396  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32397  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32398  Los DVI se usan para vistas preliminares rápidas y como preparación para
32399  otros formatos de salida como PostScript.
32400 \end_layout
32401
32402 \begin_layout Standard
32403 \begin_inset Note Greyedout
32404 status open
32405
32406 \begin_layout Plain Layout
32407
32408 \series bold
32409 Nota:
32410 \series default
32411  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32412 \end_layout
32413
32414 \end_inset
32415
32416  Por tanto no debes olvidar esto si mueves archivos 
32417 \family typewriter
32418 .dvi
32419 \family default
32420  a otro ordenador.
32421  Esta característica también puede retardar la visualización del archivo,
32422  porque el visor DVI tiene que convertir la imagen en segundo plano para
32423  hacerla visible al deslizar el visor.
32424  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32425 \end_layout
32426
32427 \begin_layout Standard
32428 Un documento se exporta a DVI con el menú 
32429 \family sans
32430 Archivo\SpecialChar \menuseparator
32431 Exportar\SpecialChar \menuseparator
32432 DVI
32433 \family default
32434 .
32435  Puedes ver la salida del documento en DVI con el menú 
32436 \family sans
32437 Ver\SpecialChar \menuseparator
32438 DVI 
32439 \family default
32440 o con el botón
32441 \begin_inset space ~
32442 \end_inset
32443
32444
32445 \begin_inset Graphics
32446         filename ../../images/buffer-view_dvi.png
32447         scale 85
32448
32449 \end_inset
32450
32451 .
32452 \end_layout
32453
32454 \begin_layout Section
32455 PostScript
32456 \begin_inset CommandInset label
32457 LatexCommand label
32458 name "sec:PostScript"
32459
32460 \end_inset
32461
32462
32463 \begin_inset Index
32464 status collapsed
32465
32466 \begin_layout Plain Layout
32467 Formatos de archivo ! PostScript
32468 \end_layout
32469
32470 \end_inset
32471
32472
32473 \begin_inset Index
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 PostScript|see
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483 {
32484 \end_layout
32485
32486 \end_inset
32487
32488 Formatos de archivo
32489 \begin_inset ERT
32490 status collapsed
32491
32492 \begin_layout Plain Layout
32493
32494 }
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 Este tipo de archivo tiene la extensión «
32509 \family typewriter
32510 .ps
32511 \family default
32512 ».
32513  PostScript fue desarrollado por la compañía 
32514 \family typewriter
32515 Adobe
32516 \family default
32517  como lenguaje para impresoras.
32518  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32519  PostScript puede considerarse como un «lenguaje de programación»; con él
32520  puedes calcular y dibujar imágenes y diagramas.
32521 \begin_inset Foot
32522 status collapsed
32523
32524 \begin_layout Plain Layout
32525 Si estás interesado en este tema acude al paquete LaTeX 
32526 \series bold
32527 PSTricks
32528 \series default
32529  
32530 \begin_inset CommandInset citation
32531 LatexCommand cite
32532 key "pstricks"
32533
32534 \end_inset
32535
32536 .
32537 \end_layout
32538
32539 \end_inset
32540
32541  Por esto los archivos suelen ser más grandes que los PDF.
32542 \end_layout
32543
32544 \begin_layout Standard
32545 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32546 d PostScript» (EPS, extensión «
32547 \family typewriter
32548 .eps
32549 \family default
32550 »).
32551  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32552  en segundo plano para convertir las imágenes a EPS.
32553  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32554  cada vez que veas o exportes el documento.
32555  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32556  puedes evitar el problema insertando las imágenes directamente en EPS.
32557 \end_layout
32558
32559 \begin_layout Standard
32560 El documento se puede exportar a PostScript con el menú 
32561 \family sans
32562 Archivo\SpecialChar \menuseparator
32563 Exportar\SpecialChar \menuseparator
32564 Postscript
32565 \family default
32566 .
32567  Se puede ver la salida en PostScript con el menú 
32568 \family sans
32569 Ver\SpecialChar \menuseparator
32570 Postscript 
32571 \family default
32572 o con el botón
32573 \begin_inset space ~
32574 \end_inset
32575
32576
32577 \begin_inset Graphics
32578         filename ../../images/buffer-view_ps.png
32579
32580 \end_inset
32581
32582 .
32583 \end_layout
32584
32585 \begin_layout Section
32586 PDF
32587 \begin_inset Index
32588 status collapsed
32589
32590 \begin_layout Plain Layout
32591 Formatos de archivo ! PDF
32592 \end_layout
32593
32594 \end_inset
32595
32596
32597 \begin_inset Index
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601 PDF
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Standard
32610 Este tipo de archivo tiene la extensión «
32611 \family typewriter
32612 .pdf
32613 \family default
32614 ».
32615  El formato «Portable Document Format» (PDF) fue desarrollado por 
32616 \family typewriter
32617 Adobe
32618 \family default
32619  como derivado de PostScript.
32620  Es más comprimido y utiliza muchos menos comandos que PostScript.
32621  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32622  operativo y la salida impresa se muestra exactamente igual.
32623 \end_layout
32624
32625 \begin_layout Standard
32626 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32627  Photographic Experts Group» (JPG, extensión «
32628 \family typewriter
32629 .jpg
32630 \family default
32631 » o «
32632 \family typewriter
32633 .jpeg
32634 \family default
32635 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32636 \family typewriter
32637 .png
32638 \family default
32639 »).
32640  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32641  en segundo plano a alguno de los anteriores.
32642  Pero como se ha comentado en la sección sobre PostScript, la conversión
32643  de gráficos ralentiza el trabajo.
32644  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32645  mencionados.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Un documento se puede exportar a PDF con el menú 
32650 \family sans
32651 Archivo\SpecialChar \menuseparator
32652 Exportar
32653 \family default
32654  en tres modos diferentes:
32655 \end_layout
32656
32657 \begin_layout Description
32658 PDF
32659 \begin_inset space ~
32660 \end_inset
32661
32662 (ps2pdf) Este utiliza el programa 
32663 \family typewriter
32664 ps2pdf
32665 \family default
32666  que crea un PDF a partir de una versión PostScript del archivo.
32667  La versión PostScript es producida por el programa 
32668 \family typewriter
32669 dvips
32670 \family default
32671  que usa una versión DVI como paso intermedio.
32672  Así que este modo de exportación consta de tres conversiones.
32673 \end_layout
32674
32675 \begin_layout Description
32676 PDF
32677 \begin_inset space ~
32678 \end_inset
32679
32680 (dvipdfm) Este utiliza el programa 
32681 \family typewriter
32682 dvipdfm
32683 \family default
32684  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32685  PDF.
32686 \end_layout
32687
32688 \begin_layout Description
32689 PDF
32690 \begin_inset space ~
32691 \end_inset
32692
32693 (pdflatex) Este utiliza el programa 
32694 \family typewriter
32695 pdftex
32696 \family default
32697  que convierte directamente el archivo a PDF.
32698 \end_layout
32699
32700 \begin_layout Standard
32701 Se recomienda usar 
32702 \family sans
32703 PDF
32704 \begin_inset space ~
32705 \end_inset
32706
32707 (pdflatex)
32708 \family default
32709  porque 
32710 \family typewriter
32711 pdftex
32712 \family default
32713  soporta todas las características de las versiones actuales de PDF, es
32714  rápido y estable.
32715  El programa 
32716 \family typewriter
32717 dvipdfm
32718 \family default
32719  ya no se desarrolla y está un poco obsoleto.
32720 \end_layout
32721
32722 \begin_layout Standard
32723 La salida en formato PDF se puede ver con el menú 
32724 \family sans
32725 Ver 
32726 \family default
32727 o con el botón
32728 \begin_inset space ~
32729 \end_inset
32730
32731
32732 \begin_inset Graphics
32733         filename ../../images/buffer-view_pdf2.png
32734         scale 85
32735
32736 \end_inset
32737
32738  (que usa 
32739 \family sans
32740 PDF
32741 \begin_inset space ~
32742 \end_inset
32743
32744 (pdflatex)
32745 \family default
32746 ).
32747 \end_layout
32748
32749 \begin_layout Chapter
32750 Explicación de la ecuación
32751 \begin_inset space ~
32752 \end_inset
32753
32754
32755 \begin_inset CommandInset ref
32756 LatexCommand eqref
32757 reference "eq:Wgn"
32758
32759 \end_inset
32760
32761
32762 \begin_inset CommandInset label
32763 LatexCommand label
32764 name "cha:Explicación-de-la-Ecuación"
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 La anchura total de 
32773 \emph on
32774 n
32775 \emph default
32776  celdas de una tabla 
32777 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32778 \end_inset
32779
32780  puede calcularse con
32781 \end_layout
32782
32783 \begin_layout Standard
32784 \begin_inset Formula \begin{equation}
32785 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}
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Standard
32793 donde 
32794 \begin_inset Formula $W_{g\, n}$
32795 \end_inset
32796
32797  es el ancho dado de todas las celdas.
32798  
32799 \series bold
32800
32801 \backslash
32802 tabcolsep
32803 \series default
32804  es la longitud LaTeX entre el texto y el borde de la celda, 6
32805 \begin_inset space \thinspace{}
32806 \end_inset
32807
32808 pt por omisión.
32809  
32810 \series bold
32811
32812 \backslash
32813 arrayrulewidth
32814 \series default
32815  es el grosor de línea del borde, 0.4
32816 \begin_inset space \thinspace{}
32817 \end_inset
32818
32819 pt por omisión.
32820 \end_layout
32821
32822 \begin_layout Standard
32823 Procediendo como en la ecuación
32824 \begin_inset space ~
32825 \end_inset
32826
32827
32828 \begin_inset CommandInset ref
32829 LatexCommand eqref
32830 reference "eq:Wtot_n"
32831
32832 \end_inset
32833
32834 , el ancho total de una multicolumna, 
32835 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32836 \end_inset
32837
32838  es
32839 \end_layout
32840
32841 \begin_layout Standard
32842 \begin_inset Formula \begin{equation}
32843 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 Igualando las ecuaciones
32852 \begin_inset space ~
32853 \end_inset
32854
32855
32856 \begin_inset CommandInset ref
32857 LatexCommand eqref
32858 reference "eq:Wtot_n"
32859
32860 \end_inset
32861
32862  y 
32863 \begin_inset CommandInset ref
32864 LatexCommand eqref
32865 reference "eq:Wtot_mult"
32866
32867 \end_inset
32868
32869  podemos calcular el ancho dado necesario 
32870 \begin_inset Formula $W_{g\, n}$
32871 \end_inset
32872
32873  cuando se expanden 
32874 \emph on
32875 n
32876 \emph default
32877  columnas, de forma que cada una de ellas tiene una anchura total  
32878 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32879 \end_inset
32880
32881 :
32882 \end_layout
32883
32884 \begin_layout Standard
32885 \begin_inset Formula \begin{equation}
32886 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Bibliography
32894 \begin_inset CommandInset bibitem
32895 LatexCommand bibitem
32896 key "latexcompanion"
32897
32898 \end_inset
32899
32900 Frank Mittelbach and Michel Goossens: 
32901 \emph on
32902 The LaTeX Companion Second Edition.
32903
32904 \emph default
32905  Addison-Wesley, 2004
32906 \end_layout
32907
32908 \begin_layout Bibliography
32909 \begin_inset CommandInset bibitem
32910 LatexCommand bibitem
32911 key "latexguide"
32912
32913 \end_inset
32914
32915 Helmut Kopka and Patrick W.
32916  Daly: 
32917 \emph on
32918 A Guide to LaTeX Fourth Edition.
32919
32920 \emph default
32921  Addison-Wesley, 2003
32922 \end_layout
32923
32924 \begin_layout Bibliography
32925 \begin_inset CommandInset bibitem
32926 LatexCommand bibitem
32927 key "latexbook"
32928
32929 \end_inset
32930
32931 Leslie Lamport: 
32932 \emph on
32933 LaTeX: A Document Preparation System.
32934
32935 \emph default
32936  Addison-Wesley, second edition, 1994
32937 \end_layout
32938
32939 \begin_layout Bibliography
32940 \begin_inset CommandInset bibitem
32941 LatexCommand bibitem
32942 key "booktabs"
32943
32944 \end_inset
32945
32946 Documentación del paquete LaTeX 
32947 \series bold
32948
32949 \begin_inset CommandInset href
32950 LatexCommand href
32951 name "booktabs"
32952 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
32953
32954 \end_inset
32955
32956
32957 \series default
32958
32959 \begin_inset Index
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 LaTeX-paquetes ! booktabs
32964 \end_layout
32965
32966 \end_inset
32967
32968
32969 \end_layout
32970
32971 \begin_layout Bibliography
32972 \begin_inset CommandInset bibitem
32973 LatexCommand bibitem
32974 key "caption"
32975
32976 \end_inset
32977
32978 Documentación del paquete LaTeX 
32979 \series bold
32980
32981 \begin_inset CommandInset href
32982 LatexCommand href
32983 name "caption"
32984 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
32985
32986 \end_inset
32987
32988
32989 \series default
32990
32991 \begin_inset Index
32992 status collapsed
32993
32994 \begin_layout Plain Layout
32995 LaTeX-paquetes ! caption
32996 \end_layout
32997
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Bibliography
33004 \begin_inset CommandInset bibitem
33005 LatexCommand bibitem
33006 key "endfloat"
33007
33008 \end_inset
33009
33010 Documentación del paquete LaTeX 
33011 \series bold
33012
33013 \begin_inset CommandInset href
33014 LatexCommand href
33015 name "endfloat"
33016 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33017
33018 \end_inset
33019
33020
33021 \series default
33022
33023 \begin_inset Index
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 LaTeX-paquetes ! endfloat
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Bibliography
33036 \begin_inset CommandInset bibitem
33037 LatexCommand bibitem
33038 key "wrapfig"
33039
33040 \end_inset
33041
33042 Documentación del paquete LaTeX 
33043 \series bold
33044
33045 \begin_inset CommandInset href
33046 LatexCommand href
33047 name "wrapfig"
33048 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33049
33050 \end_inset
33051
33052
33053 \series default
33054
33055 \begin_inset Index
33056 status collapsed
33057
33058 \begin_layout Plain Layout
33059 LaTeX-paquetes ! wrapfig
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 vspace{4mm}
33068 \end_layout
33069
33070 \end_inset
33071
33072
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Bibliography
33081 \begin_inset CommandInset bibitem
33082 LatexCommand bibitem
33083 key "footmisc"
33084
33085 \end_inset
33086
33087 Documentación del paquete LaTeX 
33088 \series bold
33089
33090 \begin_inset CommandInset href
33091 LatexCommand href
33092 name "footmisc"
33093 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33094
33095 \end_inset
33096
33097
33098 \series default
33099
33100 \begin_inset Index
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104 LaTeX-paquetes ! footmisc
33105 \end_layout
33106
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \begin_layout Bibliography
33113 \begin_inset CommandInset bibitem
33114 LatexCommand bibitem
33115 key "hypcap"
33116
33117 \end_inset
33118
33119 Documentación del paquete LaTeX 
33120 \series bold
33121
33122 \begin_inset CommandInset href
33123 LatexCommand href
33124 name "hypcap"
33125 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33126
33127 \end_inset
33128
33129
33130 \series default
33131
33132 \begin_inset Index
33133 status collapsed
33134
33135 \begin_layout Plain Layout
33136 LaTeX-paquetes ! hyperref
33137 \end_layout
33138
33139 \end_inset
33140
33141
33142 \end_layout
33143
33144 \begin_layout Bibliography
33145 \begin_inset CommandInset bibitem
33146 LatexCommand bibitem
33147 key "hyperref"
33148
33149 \end_inset
33150
33151 Documentación del paquete LaTeX 
33152 \series bold
33153
33154 \begin_inset CommandInset href
33155 LatexCommand href
33156 name "hyperref"
33157 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33158
33159 \end_inset
33160
33161
33162 \series default
33163
33164 \begin_inset Index
33165 status collapsed
33166
33167 \begin_layout Plain Layout
33168 LaTeX-paquetes ! hyperref
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \begin_layout Bibliography
33177 \begin_inset CommandInset bibitem
33178 LatexCommand bibitem
33179 key "koma-script"
33180
33181 \end_inset
33182
33183 Documentación del paquete LaTeX 
33184 \series bold
33185
33186 \begin_inset CommandInset href
33187 LatexCommand href
33188 name "koma-script"
33189 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33190
33191 \end_inset
33192
33193
33194 \series default
33195
33196 \begin_inset Index
33197 status collapsed
33198
33199 \begin_layout Plain Layout
33200 LaTeX-paquetes ! koma-script
33201 \end_layout
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Bibliography
33209 \begin_inset CommandInset bibitem
33210 LatexCommand bibitem
33211 key "listings"
33212
33213 \end_inset
33214
33215 Documentación del paquete LaTeX 
33216 \series bold
33217
33218 \begin_inset CommandInset href
33219 LatexCommand href
33220 name "listings"
33221 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33222
33223 \end_inset
33224
33225
33226 \series default
33227
33228 \begin_inset Index
33229 status collapsed
33230
33231 \begin_layout Plain Layout
33232 LaTeX-paquetes ! listings
33233 \end_layout
33234
33235 \end_inset
33236
33237
33238 \end_layout
33239
33240 \begin_layout Bibliography
33241 \begin_inset CommandInset bibitem
33242 LatexCommand bibitem
33243 key "marginnote"
33244
33245 \end_inset
33246
33247 Documentación del paquete LaTeX 
33248 \series bold
33249
33250 \begin_inset CommandInset href
33251 LatexCommand href
33252 name "marginnote"
33253 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33254
33255 \end_inset
33256
33257
33258 \series default
33259
33260 \begin_inset Index
33261 status collapsed
33262
33263 \begin_layout Plain Layout
33264 LaTeX-paquetes ! marginnote
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Bibliography
33273 \begin_inset CommandInset bibitem
33274 LatexCommand bibitem
33275 key "pstricks"
33276
33277 \end_inset
33278
33279 Página web del paquete LaTeX 
33280 \series bold
33281
33282 \begin_inset CommandInset href
33283 LatexCommand href
33284 name "PSTricks"
33285 target "http://tug.org/PSTricks/"
33286
33287 \end_inset
33288
33289
33290 \series default
33291
33292 \begin_inset Index
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296 LaTeX-paquetes ! PSTricks
33297 \end_layout
33298
33299 \end_inset
33300
33301
33302 \end_layout
33303
33304 \begin_layout Bibliography
33305 \begin_inset CommandInset bibitem
33306 LatexCommand bibitem
33307 key "sidecap"
33308
33309 \end_inset
33310
33311 Documentación del paquete LaTeX 
33312 \series bold
33313
33314 \begin_inset CommandInset href
33315 LatexCommand href
33316 name "sidecap"
33317 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33318
33319 \end_inset
33320
33321
33322 \series default
33323
33324 \begin_inset Index
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328 LaTeX-paquetes ! sidecap
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \end_layout
33335
33336 \begin_layout Bibliography
33337 \begin_inset CommandInset bibitem
33338 LatexCommand bibitem
33339 key "NewInLyX16"
33340
33341 \end_inset
33342
33343
33344 \begin_inset CommandInset href
33345 LatexCommand href
33346 name "Página wiki"
33347 target "http://wiki.lyx.org/LyX/NewInLyX16"
33348
33349 \end_inset
33350
33351  sobre características nuevas para la versión 
33352 \family sans
33353 LyX
33354 \begin_inset space ~
33355 \end_inset
33356
33357 1.6.0
33358 \family default
33359 .
33360 \end_layout
33361
33362 \begin_layout Standard
33363 \begin_inset CommandInset index_print
33364 LatexCommand printindex
33365
33366 \end_inset
33367
33368
33369 \end_layout
33370
33371 \begin_layout Standard
33372 \begin_inset FloatList figure
33373
33374 \end_inset
33375
33376
33377 \end_layout
33378
33379 \begin_layout Standard
33380 \begin_inset FloatList table
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Standard
33388 \begin_inset ERT
33389 status open
33390
33391 \begin_layout Plain Layout
33392
33393
33394 \backslash
33395 listof{algorithm}{Lista de algoritmos}
33396 \end_layout
33397
33398 \end_inset
33399
33400
33401 \begin_inset Note Note
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 Véase la sección
33406 \begin_inset space ~
33407 \end_inset
33408
33409
33410 \begin_inset CommandInset ref
33411 LatexCommand ref
33412 reference "sub:Algoritmos-Flotantes"
33413
33414 \end_inset
33415
33416  para una descripción.
33417 \end_layout
33418
33419 \end_inset
33420
33421
33422 \end_layout
33423
33424 \end_body
33425 \end_document