]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
EmbeddedObjects.lyx: include Pavel's changes
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124 % en español
125 \floatname{algorithm}{Algoritmo}
126
127
128 % redefine the greyed out note
129 \renewenvironment{lyxgreyedout}
130  {\textcolor{blue}\bgroup}{\egroup}
131
132 % ------------------------------------
133 % used to check for needed LaTeX packages
134 \usepackage{ifthen}
135
136 % check for package arydshln
137 % used for tables with dashed lines
138 \newboolean{arydshln}
139 \IfFileExists{arydshln.sty}
140  {\usepackage{arydshln}
141   \setboolean{arydshln}{true}}
142  {\setboolean{arydshln}{false}}
143
144 % check for package marginnote
145 % used for margin notes
146 \newboolean{marginnote}
147 \IfFileExists{marginnote.sty}
148  {\usepackage{marginnote}
149   \let\marginpar\marginnote
150   \setboolean{marginnote}{true}}
151  {\setboolean{marginnote}{false}}
152
153 % check for package sidecap
154 % used for captions on the side
155 \newboolean{sidecap}
156 \IfFileExists{sidecap.sty}
157  {\usepackage{sidecap}
158   \let\marginpar\marginnote
159   \setboolean{sidecap}{true}}
160  {\setboolean{sidecap}{false}}
161
162 % redefine the \LyX macro for PDF bookmarks
163 \def\LyX{\texorpdfstring{%
164   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
165   {LyX }}
166
167 % to translate the listing label
168 % para traducir la etiqueta listing
169 \renewcommand{\lstlistingname}{Listado}
170 \end_preamble
171 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
172 \use_default_options false
173 \language spanish
174 \inputencoding auto
175 \font_roman default
176 \font_sans default
177 \font_typewriter default
178 \font_default_family default
179 \font_sc false
180 \font_osf false
181 \font_sf_scale 100
182 \font_tt_scale 100
183
184 \graphics default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
189 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio García"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figuras
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Gráficos|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figuras
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Diálogo de gráficos
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Diálogo-Gráficos"
390
391 \end_inset
392
393
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figuras ! Diálogo de gráficos
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
408  texto que desees y haz clic en el icono 
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412
413 \end_inset
414
415  o en el menú 
416 \family sans
417 Insertar\SpecialChar \menuseparator
418 Imagen
419 \family default
420 .
421  Aparecerá un diálogo para escoger el archivo a cargar.
422  La imagen aparecerá en el archivo de salida exactamente en la misma posición
423  en la que la has colocado.
424 \end_layout
425
426 \begin_layout Standard
427 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic sobre
428  una imagen.
429  Este diálogo tiene tres pestañas:
430 \end_layout
431
432 \begin_layout Description
433 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
434  presentación en LyX y en la salida.
435  En el apéndice
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cha:Unidades-disponibles-en"
443
444 \end_inset
445
446  se detallan las unidades disponibles para el tamaño del gráfico.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figuras ! Rotar
456 \end_layout
457
458 \end_inset
459
460 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
461  un ángulo y un origen de rotación.
462  La imagen también gira en LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figuras ! Escalar
472 \end_layout
473
474 \end_inset
475
476 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
477  la altura y la anchura.
478  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
479  automáticamente.
480  Si fijas ambas dimensiones
481 \family sans
482 ,
483 \family default
484  la imagen se adaptará a ellas, posiblemente distorsionada.
485  Para evitar distorsión en la imagen marca la opción 
486 \family sans
487 Mantener
488 \begin_inset space ~
489 \end_inset
490
491 proporción
492 \family default
493 .
494  En ese caso la imagen será escalada de forma que su anchura y su altura
495  no excedan de las dimensiones especificadas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Las imágenes se pueden abrir con un programa de tu elección pulsando el
500  botón 
501 \family sans
502 Editar
503 \family default
504 .
505  Los programas visor y editor para cada formato de imagen se pueden establecer
506  en la configuración de los formatos de archivo de las preferencias de LyX.
507 \end_layout
508
509 \begin_layout Description
510 Recorte Alternativamente al escalado, es posible establecer las coordenadas
511  de la imagen para ajustar su altura y anchura en la salida.
512  Además, las coordenadas se pueden calcular automáticamente pinchando el
513  botón 
514 \family sans
515 Obtener
516 \begin_inset space ~
517 \end_inset
518
519 de
520 \begin_inset space ~
521 \end_inset
522
523 archivo
524 \family default
525 .
526  El botón 
527 \family sans
528 Recortar
529 \begin_inset space ~
530 \end_inset
531
532 al
533 \begin_inset space ~
534 \end_inset
535
536 cuadro
537 \begin_inset space ~
538 \end_inset
539
540 delimitador
541 \family default
542  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
543 as.
544  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
545 \end_layout
546
547 \begin_layout Description
548 Opciones
549 \begin_inset space ~
550 \end_inset
551
552 de
553 \begin_inset space ~
554 \end_inset
555
556 LaTeX
557 \begin_inset space ~
558 \end_inset
559
560 y
561 \begin_inset space ~
562 \end_inset
563
564 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
565  poner la imagen como subfigura de una figura flotante con su propio título.
566  Las subfiguras se explican en la sección
567 \begin_inset space ~
568 \end_inset
569
570
571 \begin_inset CommandInset ref
572 LatexCommand ref
573 reference "sec:Figuras-Flotantes"
574
575 \end_inset
576
577 .
578 \begin_inset Newline newline
579 \end_inset
580
581 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 Modo
588 \begin_inset space ~
589 \end_inset
590
591 borrador
592 \family default
593  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
594 \begin_inset Newline newline
595 \end_inset
596
597 La opción 
598 \family sans
599 No
600 \begin_inset space ~
601 \end_inset
602
603 descomprimir
604 \begin_inset space ~
605 \end_inset
606
607 al
608 \begin_inset space ~
609 \end_inset
610
611 exportar
612 \family default
613  sólo afecta a los gráficos EPS comprimidos, p.
614 \begin_inset space \thinspace{}
615 \end_inset
616
617 e.
618 \begin_inset space ~
619 \end_inset
620
621
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
627  puesto que LaTeX puede manejarlas como están.
628 \begin_inset Newline newline
629 \end_inset
630
631 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
632  utiliza PostScript como formato de salida, véase apéndice
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:PostScript"
640
641 \end_inset
642
643 .
644  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
645  o en consola de Windows:
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 gzip x.eps
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 zgrep %%Bounding x.eps.gz > x.eps.bb
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
666  LaTeX para gráficos comprimidos.
667 \begin_inset Newline newline
668 \end_inset
669
670 El campo 
671 \family sans
672 Iniciar
673 \begin_inset space ~
674 \end_inset
675
676 nombre
677 \begin_inset space ~
678 \end_inset
679
680 de
681 \begin_inset space ~
682 \end_inset
683
684 grupo
685 \family default
686  permite definir o unir un conjunto de ajustes de imagen.
687  
688 \begin_inset Index
689 status open
690
691 \begin_layout Plain Layout
692 Figuras ! Agrupación de ajustes
693 \end_layout
694
695 \end_inset
696
697  Las imágenes incluidas en un grupo comparten sus características, de modo
698  que al modificar las de una imagen del grupo se modifican igualmente las
699  de las demás imágenes del grupo.
700  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
701  necesidad de hacerlo individualmente para cada una de ellas.
702  También se pude unir un grupo existente usando el menú contextual de la
703  imagen marcando el nombre del grupo.
704  
705 \end_layout
706
707 \begin_layout Standard
708 \begin_inset VSpace bigskip
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Esto es un ejemplo de imagen en formato EPS
716 \begin_inset Foot
717 status collapsed
718
719 \begin_layout Plain Layout
720 Los formatos de imagen se explica en el sección
721 \begin_inset space ~
722 \end_inset
723
724
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "sec:Formatos-de-imagen"
728
729 \end_inset
730
731 .
732 \end_layout
733
734 \end_inset
735
736  en un párrafo separado centrado horizontalmente:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         clip
745         rotateOrigin center
746
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Standard
753 Esta es la misma imagen pero en modo borrador:
754 \end_layout
755
756 \begin_layout Standard
757 \align center
758 \begin_inset Graphics
759         filename ../clipart/mobius.eps
760         scale 70
761         draft
762         rotateOrigin center
763
764 \end_inset
765
766
767 \begin_inset Newpage newpage
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Section
774 Figuras flotantes
775 \begin_inset CommandInset label
776 LatexCommand label
777 name "sec:Figuras-Flotantes"
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Flotantes ! Figuras
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Figuras ! Flotantes
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Standard
805 Para información general sobre flotantes, echa una ojeada a la sección
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "sec:Introducción-Flotantes"
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 El botón 
821 \begin_inset Graphics
822         filename ../../images/float-insert_figure.png
823         scale 85
824
825 \end_inset
826
827  y el menú 
828 \family sans
829 Insertar\SpecialChar \menuseparator
830 Flotante\SpecialChar \menuseparator
831 Figura
832 \family default
833  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
834  La imagen se puede insertar sobre la leyenda, como en la figura
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:kill-plat"
842
843 \end_inset
844
845 , o bajo ella, como en la figura
846 \begin_inset space ~
847 \end_inset
848
849
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "fig:escher"
853
854 \end_inset
855
856 .
857  Más información sobre ubicación de leyendas en la sección
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "sec:Colocación-de-leyendas"
865
866 \end_inset
867
868 .
869 \end_layout
870
871 \begin_layout Standard
872 \begin_inset Float figure
873 wide false
874 sideways false
875 status open
876
877 \begin_layout Plain Layout
878 \align center
879 \begin_inset Graphics
880         filename ../clipart/platypus.eps
881         width 50col%
882         rotateOrigin center
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Plain Layout
890 \begin_inset Caption
891
892 \begin_layout Plain Layout
893 \begin_inset CommandInset label
894 LatexCommand label
895 name "fig:kill-plat"
896
897 \end_inset
898
899 Un platypus muy distorsionado en un flotante.
900 \end_layout
901
902 \end_inset
903
904
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Standard
913 \begin_inset Float figure
914 wide false
915 sideways false
916 status open
917
918 \begin_layout Plain Layout
919 \begin_inset Caption
920
921 \begin_layout Plain Layout
922 \begin_inset CommandInset label
923 LatexCommand label
924 name "fig:escher"
925
926 \end_inset
927
928 M.C.
929  Escher en ácido.
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Plain Layout
938 \align center
939 \begin_inset Graphics
940         filename ../clipart/escher-lsd.eps
941         scale 80
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index
956 status collapsed
957
958 \begin_layout Plain Layout
959 Referencias ! a figuras
960 \end_layout
961
962 \end_inset
963
964 Las figuras
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "fig:kill-plat"
972
973 \end_inset
974
975  y 
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:escher"
979
980 \end_inset
981
982  son ejemplos de figuras con referencias cruzadas.
983  Las figuras pueden tener referencias cruzadas en el documento mediante
984  referencia a su etiqueta.
985  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
986 \family sans
987 Insertar\SpecialChar \menuseparator
988 Etiqueta
989 \family default
990  o el botón 
991 \begin_inset Graphics
992         filename ../../images/label-insert.png
993         scale 85
994
995 \end_inset
996
997 .
998  Ahora puedes referirte a la etiqueta usando el menú 
999 \family sans
1000 Insertar\SpecialChar \menuseparator
1001 Referencia
1002 \begin_inset space ~
1003 \end_inset
1004
1005 cruzada
1006 \family default
1007  o el botón 
1008 \begin_inset Graphics
1009         filename ../../images/dialog-show-new-inset_ref.png
1010         scale 85
1011
1012 \end_inset
1013
1014 .
1015  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1016  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1017  en el documento final, podría no quedar «arriba» precisamente.
1018 \begin_inset Newline newline
1019 \end_inset
1020
1021 Las referencias se explican con detalle en la sección
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "sec:Referencias-a-Flotantes"
1029
1030 \end_inset
1031
1032 .
1033 \end_layout
1034
1035 \begin_layout Standard
1036 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1037  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1038  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1039  existente.
1040  La figura
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "fig:Dos-imágenes-distorsionadas"
1048
1049 \end_inset
1050
1051  es un ejemplo de figura flotante con dos imágenes adosadas.
1052  También se pueden poner una sobre otra.
1053  Las subfiguras son
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Estructura-indefinible"
1061
1062 \end_inset
1063
1064  y
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:Platypus"
1072
1073 \end_inset
1074
1075 .
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Estructura-indefinible"
1101
1102 \end_inset
1103
1104 Estructura indefinible
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/escher-lsd.eps
1115         width 45col%
1116         groupId distorsionadas
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \end_inset
1124
1125
1126 \begin_inset space \hfill{}
1127 \end_inset
1128
1129
1130 \begin_inset Float figure
1131 wide false
1132 sideways false
1133 status open
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Caption
1137
1138 \begin_layout Plain Layout
1139 \begin_inset CommandInset label
1140 LatexCommand label
1141 name "fig:Platypus"
1142
1143 \end_inset
1144
1145 Platypus
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Graphics
1155         filename ../clipart/platypus.eps
1156         width 45col%
1157         groupId distorsionadas
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \begin_inset space \hfill{}
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Plain Layout
1174 \begin_inset Caption
1175
1176 \begin_layout Plain Layout
1177 \begin_inset CommandInset label
1178 LatexCommand label
1179 name "fig:Dos-imágenes-distorsionadas"
1180
1181 \end_inset
1182
1183 Dos imágenes distorsionadas.
1184  Ambas están en el grupo llamado «distorsionadas».
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \begin_inset Newpage newpage
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \begin_layout Section
1202 Formatos de imagen
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "sec:Formatos-de-imagen"
1206
1207 \end_inset
1208
1209
1210 \begin_inset Index
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 Formatos de imagen
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \begin_inset Index
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 Figuras ! Formatos de imagen
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \begin_layout Standard
1233 Puedes insertar imágenes en cualquier formato.
1234  Pero como se explica en el apéndice
1235 \begin_inset space ~
1236 \end_inset
1237
1238
1239 \begin_inset CommandInset ref
1240 LatexCommand ref
1241 reference "cha:Formatos-de-Archivos-de-Salida"
1242
1243 \end_inset
1244
1245 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1246  de archivo de imagen.
1247  Por eso LyX usa el programa 
1248 \family sans
1249 Imagemagick
1250 \family default
1251  en segundo plano para convertir imágenes al formato adecuado.
1252  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1253  los formatos de imagen admitidos en el formato de archivo de salida.
1254  Los formatos de salida se explican en el apéndice
1255 \begin_inset space ~
1256 \end_inset
1257
1258
1259 \begin_inset CommandInset ref
1260 LatexCommand ref
1261 reference "cha:Formatos-de-Archivos-de-Salida"
1262
1263 \end_inset
1264
1265 .
1266 \end_layout
1267
1268 \begin_layout Standard
1269 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1270 \end_layout
1271
1272 \begin_layout Description
1273 Imágenes
1274 \begin_inset space ~
1275 \end_inset
1276
1277 mapa
1278 \begin_inset space ~
1279 \end_inset
1280
1281 de
1282 \begin_inset space ~
1283 \end_inset
1284
1285 bits
1286 \begin_inset space ~
1287 \end_inset
1288
1289 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1290  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1291  de zoom.
1292  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1293  Format» (GIF, extensión «.gif»)
1294 \begin_inset Index
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 GIF|see
1299 \begin_inset ERT
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303
1304 {
1305 \end_layout
1306
1307 \end_inset
1308
1309 Formatos de imagen
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 }
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325 , «Portable Network Graphics» (PNG, extensión «.png»)
1326 \begin_inset Index
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 PNG|see
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 {
1337 \end_layout
1338
1339 \end_inset
1340
1341 Formatos de imagen
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 }
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1358 \begin_inset Index
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 JPG|see
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 {
1369 \end_layout
1370
1371 \end_inset
1372
1373 Formatos de imagen
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 }
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389 .
1390 \end_layout
1391
1392 \begin_layout Description
1393 Imágenes
1394 \begin_inset space ~
1395 \end_inset
1396
1397 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1398 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1399  La posibilidad de escalado hace falta para crear presentaciones, porque
1400  éstas siempre son escaladas por el proyector.
1401  El escalado también es útil en los documentos en línea para permitir el
1402  zoom en diagramas.
1403 \begin_inset Newline newline
1404 \end_inset
1405
1406 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1407  extensión «.svg»)
1408 \begin_inset Index
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG|see
1413 \begin_inset ERT
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417
1418 {
1419 \end_layout
1420
1421 \end_inset
1422
1423 Formatos de imagen
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 }
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438
1439 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1440 \begin_inset Index
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 EPS|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Formatos de imagen
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471 , «Portable Document Format» (PDF, extensión «.pdf»)
1472 \begin_inset Index
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 PDF|see
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 {
1483 \end_layout
1484
1485 \end_inset
1486
1487 Formatos de imagen
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 }
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \end_inset
1502
1503 , y «Windows Metafile» (WMF, extensión «.wmf»)
1504 \begin_inset Index
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 WMF|see
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 {
1515 \end_layout
1516
1517 \end_inset
1518
1519 Formatos de imagen
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 }
1526 \end_layout
1527
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534
1535 .
1536  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1537  a PDF o EPS y el resultado será todavía una imagen bitmap.
1538  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1539  a la imagen original.
1540 \begin_inset Foot
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 En el caso de PDF, además se comprime la imagen original.
1545 \end_layout
1546
1547 \end_inset
1548
1549  Por ejemplo, los archivos PDF generados por 
1550 \family sans
1551 Adobe Photoshop
1552 \family default
1553  son imágenes bitmap.
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1558  al contrario.
1559  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1560  archivos de salida PDF y PostScript, respectivamente.
1561  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1562  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1563 \begin_inset Formula $\to$
1564 \end_inset
1565
1566  PDF/EPS.
1567 \end_layout
1568
1569 \begin_layout Chapter
1570 Tablas
1571 \begin_inset Index
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 Tablas
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \begin_layout Section
1584 Introducción
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tablas ! Introducción
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Standard
1598 Puede insertarse una tabla mediante el botón 
1599 \begin_inset Graphics
1600         filename ../../images/tabular-insert.png
1601         scale 85
1602
1603 \end_inset
1604
1605  o el menú 
1606 \family sans
1607 Insertar\SpecialChar \menuseparator
1608 Tabla
1609 \family default
1610 .
1611  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1612  el número de filas y de columnas de la tabla.
1613  Si usas el menú aparece un diálogo en el que se pide el número de filas
1614  y columnas.
1615  
1616 \begin_inset Newline newline
1617 \end_inset
1618
1619 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1620  fila aparece separada por una línea doble: la línea inferior de la primera
1621  fila y la línea superior de la segunda fila.
1622  Ejemplo de tabla:
1623 \end_layout
1624
1625 \begin_layout Standard
1626 \align center
1627 \begin_inset Tabular
1628 <lyxtabular version="3" rows="4" columns="4">
1629 <features>
1630 <column alignment="center" valignment="top" width="0">
1631 <column alignment="center" valignment="top" width="0pt">
1632 <column alignment="center" valignment="top" width="0in">
1633 <column alignment="center" valignment="top" width="0pt">
1634 <row>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \family roman
1650 \series medium
1651 \shape up
1652 \size normal
1653 \emph off
1654 \bar no
1655 \noun off
1656 \color none
1657 1
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666 2
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 3
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 </row>
1681 <row>
1682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686
1687 \family roman
1688 \series medium
1689 \shape up
1690 \size normal
1691 \emph off
1692 \bar no
1693 \noun off
1694 \color none
1695 A
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 </row>
1728 <row>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 B
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \size normal
1762 \noun off
1763 \color none
1764  
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 </row>
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \family roman
1786 \series medium
1787 \shape up
1788 \size normal
1789 \emph off
1790 \bar no
1791 \noun off
1792 \color none
1793 C
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 </row>
1826 </lyxtabular>
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \begin_layout Section
1834 Diálogo de tablas
1835 \begin_inset Index
1836 status collapsed
1837
1838 \begin_layout Plain Layout
1839 Tablas ! Diálogo
1840 \end_layout
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Standard
1848 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1849  pinchar sobre ella con el botón derecho del ratón.
1850  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1851  encuentra el cursor.
1852  La mayoría de opciones también trabajan sobre una selección de celdas,
1853  de filas o de columnas.
1854  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1855  su 
1856 \emph on
1857 contenido
1858 \emph default
1859 .
1860  En el cuadro de diálogo aparecen las siguientes solapas:
1861 \end_layout
1862
1863 \begin_layout Description
1864
1865 \family sans
1866 Configuración
1867 \begin_inset space ~
1868 \end_inset
1869
1870 de
1871 \begin_inset space ~
1872 \end_inset
1873
1874 la
1875 \begin_inset space ~
1876 \end_inset
1877
1878 tabla
1879 \family default
1880  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1881  actual.
1882  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1883  Una anchura determinada permite tener saltos de línea y distintos párrafos
1884  de texto, véase sección 
1885 \begin_inset space ~
1886 \end_inset
1887
1888
1889 \begin_inset CommandInset ref
1890 LatexCommand ref
1891 reference "sub:Líneas-Múltiples-en"
1892
1893 \end_inset
1894
1895 .
1896  Si no estableces anchura, la columna será tan ancha como el contenido de
1897  la celda más ancha.
1898 \begin_inset Newline newline
1899 \end_inset
1900
1901 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1902  véase sección
1903 \begin_inset space ~
1904 \end_inset
1905
1906
1907 \begin_inset CommandInset ref
1908 LatexCommand ref
1909 reference "sub:Multicolumnas"
1910
1911 \end_inset
1912
1913 .
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1918  90º en el sentido de las agujas del reloj.
1919  La rotación no se ve en LyX, sí en la salida.
1920 \begin_inset Newline newline
1921 \end_inset
1922
1923
1924 \begin_inset Note Greyedout
1925 status open
1926
1927 \begin_layout Plain Layout
1928
1929 \series bold
1930 Nota:
1931 \series default
1932  no todos los visores DVI pueden mostrar rotaciones.
1933 \end_layout
1934
1935 \end_inset
1936
1937
1938 \begin_inset Newline newline
1939 \end_inset
1940
1941 También es posible introducir argumentos LaTeX necesarios para formatos
1942  especiales, véanse las secciones
1943 \begin_inset space ~
1944 \end_inset
1945
1946
1947 \begin_inset CommandInset ref
1948 LatexCommand ref
1949 reference "sub:Cálculos-en-Multicolumnas"
1950
1951 \end_inset
1952
1953  y
1954 \begin_inset space ~
1955 \end_inset
1956
1957
1958 \begin_inset CommandInset ref
1959 LatexCommand ref
1960 reference "sec:Tablas-Coloreadas"
1961
1962 \end_inset
1963
1964 .
1965 \end_layout
1966
1967 \begin_layout Description
1968
1969 \family sans
1970 Bordes
1971 \family default
1972  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1973 \end_layout
1974
1975 \begin_layout Description
1976
1977 \family sans
1978 Tabla
1979 \begin_inset space ~
1980 \end_inset
1981
1982 larga
1983 \family default
1984  Para hacer 
1985 \emph on
1986 tablas largas
1987 \emph default
1988  que pueden extenderse por varias páginas.
1989  La sección
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "sec:Tablas-Largas"
1997
1998 \end_inset
1999
2000  describe su uso en detalle.
2001 \end_layout
2002
2003 \begin_layout Standard
2004 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2005  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2006  aparecerá inmediatamente en el diálogo.
2007 \end_layout
2008
2009 \begin_layout Section
2010 Barra de herramientas de tabla
2011 \begin_inset Index
2012 status collapsed
2013
2014 \begin_layout Plain Layout
2015 Tablas ! Barra de herramientas
2016 \end_layout
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \begin_layout Standard
2024 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2025  para cambiar las tablas de manera más rápida.
2026  Normalmente debería aparecer en la parte inferior de la ventana principal
2027  de LyX cuando el cursor está dentro de una tabla.
2028  En cualquier momento se puede presentar esta barra pinchando con el botón
2029  derecho del ratón en cualquier punto de la barra principal de menú.
2030 \end_layout
2031
2032 \begin_layout Standard
2033 La barra de herramientas tiene los siguientes iconos:
2034 \end_layout
2035
2036 \begin_layout Labeling
2037 \labelwidthstring 00.00.0000
2038 \begin_inset Graphics
2039         filename ../../images/tabular-feature_append-row.png
2040
2041 \end_inset
2042
2043  añade una fila bajo la celda actual o selección
2044 \end_layout
2045
2046 \begin_layout Labeling
2047 \labelwidthstring 00.00.0000
2048 \begin_inset Graphics
2049         filename ../../images/tabular-feature_append-column.png
2050
2051 \end_inset
2052
2053  añade una columna a la derecha de la celda actual o selección
2054 \end_layout
2055
2056 \begin_layout Labeling
2057 \labelwidthstring 00.00.0000
2058 \begin_inset Graphics
2059         filename ../../images/tabular-feature_delete-row.png
2060
2061 \end_inset
2062
2063  borra la fila actual o selección
2064 \end_layout
2065
2066 \begin_layout Labeling
2067 \labelwidthstring 00.00.0000
2068 \begin_inset Graphics
2069         filename ../../images/tabular-feature_delete-column.png
2070
2071 \end_inset
2072
2073  borra la columna actual o selección
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078 \begin_inset Graphics
2079         filename ../../images/tabular-feature_toggle-line-top.png
2080
2081 \end_inset
2082
2083  añade una línea sobre la celda/fila actual o la selección
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088 \begin_inset Graphics
2089         filename ../../images/tabular-feature_toggle-line-bottom.png
2090
2091 \end_inset
2092
2093  añade una línea bajo la celda/fila actual o la selección
2094 \end_layout
2095
2096 \begin_layout Labeling
2097 \labelwidthstring 00.00.0000
2098 \begin_inset Graphics
2099         filename ../../images/tabular-feature_toggle-line-left.png
2100
2101 \end_inset
2102
2103  añade una línea a la izquierda de la celda/fila actual o la selección
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Graphics
2109         filename ../../images/tabular-feature_toggle-line-right.png
2110
2111 \end_inset
2112
2113  añade una línea a la derecha de la celda/fila actual o la selección
2114 \end_layout
2115
2116 \begin_layout Labeling
2117 \labelwidthstring 00.00.0000
2118 \begin_inset Graphics
2119         filename ../../images/tabular-feature_set-all-lines.png
2120
2121 \end_inset
2122
2123  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2124  actual no es multicolumna esto afecta también a la fila y a la columna)
2125 \end_layout
2126
2127 \begin_layout Labeling
2128 \labelwidthstring 00.00.0000
2129 \begin_inset Graphics
2130         filename ../../images/tabular-feature_unset-all-lines.png
2131
2132 \end_inset
2133
2134  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2135  actual no es multicolumna esto afecta también a la fila y a la columna)
2136 \end_layout
2137
2138 \begin_layout Labeling
2139 \labelwidthstring 00.00.0000
2140 \begin_inset Graphics
2141         filename ../../images/tabular-feature_align-left.png
2142
2143 \end_inset
2144
2145  alinea a la izquierda el contenido de la celda/columna
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Graphics
2151         filename ../../images/tabular-feature_align-center.png
2152
2153 \end_inset
2154
2155  centra el contenido de la celda/columna horizontalmente
2156 \end_layout
2157
2158 \begin_layout Labeling
2159 \labelwidthstring 00.00.0000
2160 \begin_inset Graphics
2161         filename ../../images/tabular-feature_align-right.png
2162
2163 \end_inset
2164
2165  alinea a la derecha el contenido de la celda/columna
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_valign-top.png
2172
2173 \end_inset
2174
2175  alinea arriba el contenido de la celda
2176 \end_layout
2177
2178 \begin_layout Labeling
2179 \labelwidthstring 00.00.0000
2180 \begin_inset Graphics
2181         filename ../../images/tabular-feature_valign-middle.png
2182
2183 \end_inset
2184
2185  centra verticalmente el contenido de la celda
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_valign-bottom.png
2192
2193 \end_inset
2194
2195  alinea abajo el contenido de la celda
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_set-rotate-cell.png
2202
2203 \end_inset
2204
2205  gira la celda o selección 90° como las agujas de reloj
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_set-rotate-tabular.png
2212
2213 \end_inset
2214
2215  gira toda la tabla 90° como agujas del reloj
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220 \begin_inset Graphics
2221         filename ../../images/tabular-feature_multicolumn.png
2222
2223 \end_inset
2224
2225  establece la celda actual o selección como multicolumna
2226 \end_layout
2227
2228 \begin_layout Standard
2229 \begin_inset Note Greyedout
2230 status open
2231
2232 \begin_layout Plain Layout
2233
2234 \series bold
2235 Nota:
2236 \series default
2237  En la salida se emplea la alineación vertical de la primera celda de una
2238  fila para todas las celdas restantes de la fila.
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Section
2247 Menú Editar Tabla
2248 \begin_inset Index
2249 status collapsed
2250
2251 \begin_layout Plain Layout
2252 Tablas ! Editar
2253 \end_layout
2254
2255 \end_inset
2256
2257
2258 \end_layout
2259
2260 \begin_layout Standard
2261 Además del diálogo y la barra de herramientas, el menú 
2262 \family sans
2263 Editar\SpecialChar \menuseparator
2264 Tabla
2265 \family default
2266  permite añadir y borrar bordes para la fila/columna actual y establecer
2267  la selección como multicolumna.
2268  El menú sólo está disponible si el cursor está en la tabla.
2269 \end_layout
2270
2271 \begin_layout Section
2272 Tablas flotantes
2273 \begin_inset CommandInset label
2274 LatexCommand label
2275 name "sec:Tablas-Flotantes"
2276
2277 \end_inset
2278
2279
2280 \begin_inset Index
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Flotantes ! Tablas
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Index
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Tablas ! Flotantes
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 Para una explicación general sobre flotantes, echa un vistazo a la sección
2304 \begin_inset space ~
2305 \end_inset
2306
2307
2308 \begin_inset CommandInset ref
2309 LatexCommand ref
2310 reference "sec:Introducción-Flotantes"
2311
2312 \end_inset
2313
2314 .
2315 \end_layout
2316
2317 \begin_layout Standard
2318 \begin_inset Float table
2319 placement h
2320 wide false
2321 sideways false
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 \begin_inset Caption
2326
2327 \begin_layout Plain Layout
2328 \begin_inset CommandInset label
2329 LatexCommand label
2330 name "tab:una tabla flotante"
2331
2332 \end_inset
2333
2334 Una tabla flotante.
2335 \end_layout
2336
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Plain Layout
2343 \align center
2344 \begin_inset Tabular
2345 <lyxtabular version="3" rows="3" columns="3">
2346 <features>
2347 <column alignment="center" valignment="top" width="0pt">
2348 <column alignment="center" valignment="top" width="0pt">
2349 <column alignment="center" valignment="top" width="0pt">
2350 <row>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355
2356 \family roman
2357 \series medium
2358 \shape up
2359 \size normal
2360 \emph off
2361 \bar no
2362 \noun off
2363 \color none
2364 1
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \family roman
2375 \series medium
2376 \shape up
2377 \size normal
2378 \emph off
2379 \bar no
2380 \noun off
2381 \color none
2382 2
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391
2392 \family roman
2393 \series medium
2394 \shape up
2395 \size normal
2396 \emph off
2397 \bar no
2398 \noun off
2399 \color none
2400 3
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \family roman
2413 \series medium
2414 \shape up
2415 \size normal
2416 \emph off
2417 \bar no
2418 \noun off
2419 \color none
2420 Pepe
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429
2430 \family roman
2431 \series medium
2432 \shape up
2433 \size normal
2434 \emph off
2435 \bar no
2436 \noun off
2437 \color none
2438 Mari
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447
2448 \family roman
2449 \series medium
2450 \shape up
2451 \size normal
2452 \emph off
2453 \bar no
2454 \noun off
2455 \color none
2456 Teo
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $\int x^{2}dx$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Plain Layout
2488
2489 \family roman
2490 \series medium
2491 \shape up
2492 \size normal
2493 \emph off
2494 \bar no
2495 \noun off
2496 \color none
2497 \begin_inset Formula $\left[\begin{array}{cc}
2498 a & b\\
2499 c & d\end{array}\right]$
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2508 \begin_inset Text
2509
2510 \begin_layout Plain Layout
2511
2512 \family roman
2513 \series medium
2514 \shape up
2515 \size normal
2516 \emph off
2517 \bar no
2518 \noun off
2519 \color none
2520 \begin_inset Formula $1+1=2$
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 </lyxtabular>
2530
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \begin_layout Standard
2542 Las tablas flotantes pueden insertarse con el menú 
2543 \family sans
2544 Insertar\SpecialChar \menuseparator
2545 Flotante\SpecialChar \menuseparator
2546 Tabla
2547 \family default
2548  o con el botón 
2549 \begin_inset Graphics
2550         filename ../../images/float-insert_table.png
2551         scale 85
2552
2553 \end_inset
2554
2555 .
2556 \end_layout
2557
2558 \begin_layout Standard
2559 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2560 \begin_inset space ~
2561 \end_inset
2562
2563 #:» (# es el número actual).
2564  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2565  Para insertar una tabla en el flotante se sitúa el cursor al final del
2566  texto del encabezado y se pulsa 
2567 \family sans
2568 Retorno
2569 \family default
2570 .
2571  La leyenda se imprime encima de la tabla.
2572 \end_layout
2573
2574 \begin_layout Standard
2575 La tabla
2576 \begin_inset space ~
2577 \end_inset
2578
2579
2580 \begin_inset CommandInset ref
2581 LatexCommand ref
2582 reference "tab:una tabla flotante"
2583
2584 \end_inset
2585
2586  es un ejemplo de tabla flotante.
2587 \end_layout
2588
2589 \begin_layout Standard
2590 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2591  no es soportado en las clases estándar de LaTeX.
2592  Esto significa que si estás usando las clases de documento 
2593 \family sans
2594 article
2595 \family default
2596
2597 \family sans
2598 book
2599 \family default
2600
2601 \family sans
2602 letter
2603 \family default
2604  o 
2605 \family sans
2606 report
2607 \family default
2608  no habrá espacio entre la leyenda y la tabla.
2609  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2610  del documento la siguiente opción al comando del paquete LaTeX 
2611 \series bold
2612 caption
2613 \series default
2614
2615 \begin_inset Index
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 LaTeX-paquetes ! caption
2620 \end_layout
2621
2622 \end_inset
2623
2624 :
2625 \begin_inset Foot
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Para más información ve a la sección
2630 \begin_inset space ~
2631 \end_inset
2632
2633
2634 \begin_inset CommandInset ref
2635 LatexCommand ref
2636 reference "sec:Colocación-de-leyendas"
2637
2638 \end_inset
2639
2640 .
2641 \end_layout
2642
2643 \end_inset
2644
2645
2646 \end_layout
2647
2648 \begin_layout Standard
2649
2650 \series bold
2651 tableposition=top
2652 \end_layout
2653
2654 \begin_layout Standard
2655 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2656  
2657 \series bold
2658 caption
2659 \series default
2660  como se describe en la sección
2661 \begin_inset space ~
2662 \end_inset
2663
2664
2665 \begin_inset CommandInset ref
2666 LatexCommand ref
2667 reference "sec:Formato-de-leyendas"
2668
2669 \end_inset
2670
2671 .
2672  
2673 \end_layout
2674
2675 \begin_layout Standard
2676 \begin_inset Index
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 Referencias ! a tablas
2681 \end_layout
2682
2683 \end_inset
2684
2685 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2686  etiqueta.
2687  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2688 \family sans
2689 Insertar\SpecialChar \menuseparator
2690 Etiqueta
2691 \family default
2692  o con el botón 
2693 \begin_inset Graphics
2694         filename ../../images/label-insert.png
2695         scale 85
2696
2697 \end_inset
2698
2699 .
2700  Ahora puedes referenciar la etiqueta con el menú 
2701 \family sans
2702 Insertar\SpecialChar \menuseparator
2703 Referencia
2704 \begin_inset space ~
2705 \end_inset
2706
2707 cruzada
2708 \family default
2709  o con el botón 
2710 \begin_inset Graphics
2711         filename ../../images/dialog-show-new-inset_ref.png
2712         scale 85
2713
2714 \end_inset
2715
2716 .
2717 \begin_inset Newline newline
2718 \end_inset
2719
2720 Las referencias se explican con detalle en la sección
2721 \begin_inset space ~
2722 \end_inset
2723
2724
2725 \begin_inset CommandInset ref
2726 LatexCommand ref
2727 reference "sec:Referencias-a-Flotantes"
2728
2729 \end_inset
2730
2731 .
2732 \end_layout
2733
2734 \begin_layout Section
2735 Tablas largas
2736 \begin_inset CommandInset label
2737 LatexCommand label
2738 name "sec:Tablas-Largas"
2739
2740 \end_inset
2741
2742
2743 \begin_inset Index
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Tablas largas
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \begin_inset Index
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Tablas ! Largas
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \begin_layout Standard
2766 Si la tabla es demasiado larga para una página, puedes usar la opción 
2767 \family sans
2768 Usar
2769 \begin_inset space ~
2770 \end_inset
2771
2772 tabla
2773 \begin_inset space ~
2774 \end_inset
2775
2776 larga
2777 \family default
2778  en la solapa 
2779 \family sans
2780 Tabla
2781 \begin_inset space ~
2782 \end_inset
2783
2784 larga
2785 \family default
2786  del diálogo de tablas, para repartir automáticamente la tabla en varias
2787  páginas.
2788  Al hacerlo se habilitan las siguientes opciones:
2789 \end_layout
2790
2791 \begin_layout Description
2792
2793 \family sans
2794 Encabezado:
2795 \family default
2796  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2797  definida, se definen como filas de encabezado para todas las páginas de
2798  la tabla, excepto para la primera página si 
2799 \family sans
2800 Primer
2801 \begin_inset space ~
2802 \end_inset
2803
2804 encabezado
2805 \family default
2806  está definido.
2807  Este se denomina encabezado principal.
2808 \end_layout
2809
2810 \begin_layout Description
2811
2812 \family sans
2813 Primer
2814 \begin_inset space ~
2815 \end_inset
2816
2817 encabezado:
2818 \family default
2819  La fila actual y superiores, que no tienen ninguna opción especial definida,
2820  se definen como filas cabeceras de la primera página de la tabla.
2821 \end_layout
2822
2823 \begin_layout Description
2824
2825 \family sans
2826 Pie:
2827 \family default
2828  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2829  definida, se definen como filas de pie de todas las páginas de la tabla,
2830  excepto para la última página si se define 
2831 \family sans
2832 Último
2833 \begin_inset space ~
2834 \end_inset
2835
2836 pie.
2837 \end_layout
2838
2839 \begin_layout Description
2840
2841 \family sans
2842 Último
2843 \begin_inset space ~
2844 \end_inset
2845
2846 pie: L
2847 \family default
2848 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2849  se definen como filas de pie de la última página de la tabla.
2850 \end_layout
2851
2852 \begin_layout Description
2853 Leyenda: La primera fila se reajusta como columna simple.
2854  Ahora puedes insertar ahí la leyenda de la tabla con el menú 
2855 \family sans
2856 Insertar\SpecialChar \menuseparator
2857 Leyenda
2858 \family default
2859 .
2860  Más detalles sobre leyendas en tablas largas en la sec.
2861 \begin_inset space \thinspace{}
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "sub:Leyendas-en-Tablas"
2868
2869 \end_inset
2870
2871 .
2872 \end_layout
2873
2874 \begin_layout Standard
2875 También se puede especificar en qué fila se ha de cortar la tabla.
2876  Si se establece más de una opción en la misma fila, habría que tener en
2877  cuenta que sólo la primera de ellas se usa en la fila dada.
2878  Las otras quedarán definidas como 
2879 \emph on
2880 vacías
2881 \emph default
2882 .
2883  En este contexto, primera significa primero en este orden: 
2884 \family sans
2885 Encabezado, Primer
2886 \begin_inset space ~
2887 \end_inset
2888
2889 encabezado
2890 \family default
2891
2892 \family sans
2893 Pie, Último
2894 \begin_inset space ~
2895 \end_inset
2896
2897 pie
2898 \family default
2899 .
2900  La siguiente tabla muestra cómo funciona:
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \end_layout
2906
2907 \begin_layout Standard
2908 \align center
2909 \begin_inset Tabular
2910 <lyxtabular version="3" rows="69" columns="3">
2911 <features islongtable="true">
2912 <column alignment="left" valignment="top" width="0cm">
2913 <column alignment="left" valignment="top" width="0pt">
2914 <column alignment="right" valignment="top" width="0pt">
2915 <row endfirsthead="true">
2916 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \series bold
2922 Ejemplo de lista telefónica (ignore los nombres)
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row endfirsthead="true">
2947 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \series bold
2953 NOMBRE
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \series bold
2973 TEL.
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row endhead="true">
2980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \series bold
2986 Ejemplo de lista telefónica
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row endhead="true">
3011 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \series bold
3017 NOMBRE
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \series bold
3037 TEL.
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row endfoot="true">
3044 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048  continúa en la página siguiente
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \series bold
3079 Annovi
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 Silvia
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 111
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \series bold
3110 Bertoli
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119 Stefano
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 111
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \series bold
3141 Bozzi
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150 Walter
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159 111
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 </row>
3165 <row>
3166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170
3171 \series bold
3172 Cachia
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181 Maria
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 111
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \series bold
3203 Cachia
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212 Maurizio
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221 111
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 Cinquemani
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 Giusi
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Colin
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Bernard
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Concli
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Gianfranco
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Dal Bosco
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Carolina
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Dalpiaz
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Annamaria
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Feliciello
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Domenico
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Focarelli
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Paola
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Galletti
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Oreste
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Gasparini
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Franca
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Rizzardi
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Paola
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Lassini
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Giancarlo
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Malfatti
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Luciano
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Malfatti
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Valeriano
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Meneguzzo
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Roberto
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Mezzadra
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Roberto
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Pirpamer
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Erich
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Pochiesa
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Paolo
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111, 222
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Radina
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Claudio
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Stuffer
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Oskar
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Tacchelli
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Ugo
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Tezzele
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Margit
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Unterkalmsteiner
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Frieda
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Vieider
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Hilde
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Vigna
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Jürgen
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Weber
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Maurizio
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Winkler
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Franz
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038  
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Annovi
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Silvia
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 555
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Bertoli
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Stefano
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 555
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Bozzi
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Walter
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 555
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Cachia
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Maria
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 555
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Cachia
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Maurizio
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 555
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Cinquemani
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Giusi
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Colin
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Bernard
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Concli
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Gianfranco
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Dal Bosco
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Carolina
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Dalpiaz
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Annamaria
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Feliciello
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Domenico
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Focarelli
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Paola
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Galletti
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Oreste
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Gasparini
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Franca
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Rizzardi
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Paola
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Lassini
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Giancarlo
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Malfatti
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Luciano
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Malfatti
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Valeriano
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Meneguzzo
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Roberto
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Mezzadra
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Roberto
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Pirpamer
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Erich
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Pochiesa
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Paolo
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555, 222
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Radina
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Claudio
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Stuffer
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Oskar
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Tacchelli
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Ugo
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Tezzele
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Margit
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Unterkalmsteiner
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Frieda
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Vieider
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Hilde
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Vigna
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Jürgen
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 999
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Weber
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Maurizio
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Winkler
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Franz
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row endlastfoot="true">
5024 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 fin
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 </lyxtabular>
5053
5054 \end_inset
5055
5056
5057 \begin_inset ERT
5058 status collapsed
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 ERT
5506 status collapsed
5507
5508 \begin_layout Plain Layout
5509
5510
5511 \backslash
5512 addtocounter{table}{-1}
5513 \end_layout
5514
5515 \end_inset
5516
5517
5518 \begin_inset Note Note
5519 status collapsed
5520
5521 \begin_layout Plain Layout
5522 Para comprender el uso de este comando, lee al final de la sección
5523 \begin_inset space ~
5524 \end_inset
5525
5526
5527 \begin_inset CommandInset ref
5528 LatexCommand ref
5529 reference "sub:Leyendas-en-Tablas"
5530
5531 \end_inset
5532
5533  la primera nota resaltada en gris.
5534  
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \begin_inset Newpage newpage
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Subsection
5547 Leyendas en tablas largas
5548 \begin_inset Index
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 Tablas largas ! Leyendas
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \begin_inset CommandInset label
5559 LatexCommand label
5560 name "sub:Leyendas-en-Tablas"
5561
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \begin_layout Standard
5568 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5569  estar en una página, aunque el entorno leyenda de flotantes sí puede usarse
5570  para tablas largas.
5571  Por tanto la leyenda se inserta como primera fila de la tabla, como se
5572  explica en la sec.
5573 \begin_inset space \thinspace{}
5574 \end_inset
5575
5576
5577 \begin_inset CommandInset ref
5578 LatexCommand ref
5579 reference "sec:Tablas-Largas"
5580
5581 \end_inset
5582
5583 .
5584  En este caso la primera fila de la tabla es sólo una fila postiza para
5585  la leyenda, la tabla se inicia realmente en la segunda fila.
5586 \end_layout
5587
5588 \begin_layout Standard
5589 He aquí una pequeña tabla larga para mostrar cómo funciona:
5590 \end_layout
5591
5592 \begin_layout Standard
5593 \begin_inset Tabular
5594 <lyxtabular version="3" rows="6" columns="5">
5595 <features islongtable="true">
5596 <column alignment="center" valignment="top" width="0">
5597 <column alignment="center" valignment="top" width="0">
5598 <column alignment="center" valignment="top" width="0">
5599 <column alignment="center" valignment="top" width="0">
5600 <column alignment="center" valignment="top" width="0">
5601 <row caption="true">
5602 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Caption
5607
5608 \begin_layout Plain Layout
5609 Tabla larga con leyenda
5610 \begin_inset OptArg
5611 status open
5612
5613 \begin_layout Plain Layout
5614 Tabla larga
5615 \end_layout
5616
5617 \end_inset
5618
5619
5620 \end_layout
5621
5622 \end_inset
5623
5624
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 </row>
5666 <row>
5667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 1
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680 2
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 3
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5695 \begin_inset Text
5696
5697 \begin_layout Plain Layout
5698 4
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 5
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 asd
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 s
5728 \end_layout
5729
5730 \end_inset
5731 </cell>
5732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5733 \begin_inset Text
5734
5735 \begin_layout Plain Layout
5736 s
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 s
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 asd
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 asd
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 s
5775 \end_layout
5776
5777 \end_inset
5778 </cell>
5779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5780 \begin_inset Text
5781
5782 \begin_layout Plain Layout
5783 s
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5789 \begin_inset Text
5790
5791 \begin_layout Plain Layout
5792 s
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Plain Layout
5801 asd
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 </row>
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 asd
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 s
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 s
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 s
5840 \end_layout
5841
5842 \end_inset
5843 </cell>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 asd
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 </row>
5854 <row>
5855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 asd
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 asd
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 asd
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5892 \begin_inset Text
5893
5894 \begin_layout Plain Layout
5895 asd
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 </row>
5901 </lyxtabular>
5902
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \begin_layout Standard
5909 \begin_inset VSpace medskip
5910 \end_inset
5911
5912
5913 \begin_inset Note Greyedout
5914 status open
5915
5916 \begin_layout Plain Layout
5917
5918 \series bold
5919 Nota
5920 \begin_inset space ~
5921 \end_inset
5922
5923 1:
5924 \series default
5925  El número de la tabla se incrementa para cada tabla larga, aunque no pongas
5926  leyenda en alguna de ellas.
5927  Por esto podría suceder que, p.
5928 \begin_inset space \thinspace{}
5929 \end_inset
5930
5931 e., la tabla
5932 \begin_inset space ~
5933 \end_inset
5934
5935 2.4 siga a la tabla
5936 \begin_inset space ~
5937 \end_inset
5938
5939 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
5940  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
5941  en código TeX:
5942 \end_layout
5943
5944 \begin_layout Plain Layout
5945
5946 \series bold
5947
5948 \backslash
5949 addtocounter{table}{-1}
5950 \end_layout
5951
5952 \begin_layout Plain Layout
5953 Esto no es necesario si ninguna de las tablas largas tiene leyenda y añades
5954  el siguiente código en el preámbulo del documento:
5955 \end_layout
5956
5957 \begin_layout Plain Layout
5958
5959 \series bold
5960
5961 \backslash
5962 let
5963 \backslash
5964 myEnd
5965 \backslash
5966 endlongtable
5967 \begin_inset Newline newline
5968 \end_inset
5969
5970
5971 \backslash
5972 renewcommand{
5973 \backslash
5974 endlongtable}{
5975 \backslash
5976 myEnd
5977 \backslash
5978 addtocounter{table}{-1}}
5979 \end_layout
5980
5981 \end_inset
5982
5983
5984 \end_layout
5985
5986 \begin_layout Standard
5987 \begin_inset Note Greyedout
5988 status open
5989
5990 \begin_layout Plain Layout
5991
5992 \series bold
5993 Nota
5994 \begin_inset space ~
5995 \end_inset
5996
5997 2:
5998 \series default
5999  Si utilizas 
6000 \series bold
6001 hyperref
6002 \series default
6003
6004 \begin_inset Index
6005 status collapsed
6006
6007 \begin_layout Plain Layout
6008 LaTeX-paquetes ! hyperref
6009 \end_layout
6010
6011 \end_inset
6012
6013  en las 
6014 \family sans
6015 Propiedades PDF 
6016 \family default
6017 del diálogo 
6018 \family sans
6019 Configuración del documento 
6020 \family default
6021 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6022  llevan siempre al principio del documento.
6023 \end_layout
6024
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Subsubsection
6031 Referencias a tablas largas
6032 \begin_inset Index
6033 status collapsed
6034
6035 \begin_layout Plain Layout
6036 Tablas largas ! Referencias a
6037 \end_layout
6038
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \begin_layout Standard
6045 \begin_inset Tabular
6046 <lyxtabular version="3" rows="6" columns="5">
6047 <features islongtable="true">
6048 <column alignment="center" valignment="top" width="0">
6049 <column alignment="center" valignment="top" width="0">
6050 <column alignment="center" valignment="top" width="0">
6051 <column alignment="center" valignment="top" width="0">
6052 <column alignment="center" valignment="top" width="0">
6053 <row caption="true">
6054 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 \begin_inset Caption
6059
6060 \begin_layout Plain Layout
6061 Tabla larga referenciada
6062 \begin_inset CommandInset label
6063 LatexCommand label
6064 name "tab:RefEjemplo"
6065
6066 \end_inset
6067
6068
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \end_inset
6077 </cell>
6078 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6079 \begin_inset Text
6080
6081 \begin_layout Plain Layout
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6088 \begin_inset Text
6089
6090 \begin_layout Plain Layout
6091
6092 \end_layout
6093
6094 \end_inset
6095 </cell>
6096 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6097 \begin_inset Text
6098
6099 \begin_layout Plain Layout
6100
6101 \end_layout
6102
6103 \end_inset
6104 </cell>
6105 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 1
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 2
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138 3
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6144 \begin_inset Text
6145
6146 \begin_layout Plain Layout
6147 4
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156 5
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 asd
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 s
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 s
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 s
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 asd
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 asd
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 s
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6229 \begin_inset Text
6230
6231 \begin_layout Plain Layout
6232 s
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 s
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 asd
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 <row>
6257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 asd
6262 \end_layout
6263
6264 \end_inset
6265 </cell>
6266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6267 \begin_inset Text
6268
6269 \begin_layout Plain Layout
6270 s
6271 \end_layout
6272
6273 \end_inset
6274 </cell>
6275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6276 \begin_inset Text
6277
6278 \begin_layout Plain Layout
6279 s
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 s
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 asd
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 </row>
6303 <row>
6304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6305 \begin_inset Text
6306
6307 \begin_layout Plain Layout
6308 asd
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 sad
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 asd
6327 \end_layout
6328
6329 \end_inset
6330 </cell>
6331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 asd
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 asd
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 </lyxtabular>
6351
6352 \end_inset
6353
6354
6355 \end_layout
6356
6357 \begin_layout Standard
6358 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6359  
6360 \end_layout
6361
6362 \begin_layout Standard
6363 Esto es una referencia a la tabla
6364 \begin_inset space ~
6365 \end_inset
6366
6367
6368 \begin_inset CommandInset ref
6369 LatexCommand ref
6370 reference "tab:RefEjemplo"
6371
6372 \end_inset
6373
6374 .
6375 \end_layout
6376
6377 \begin_layout Standard
6378 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6379  del documento mediante el paquete LaTeX 
6380 \series bold
6381 caption
6382 \series default
6383
6384 \begin_inset Index
6385 status collapsed
6386
6387 \begin_layout Plain Layout
6388 LaTeX-paquetes ! caption
6389 \end_layout
6390
6391 \end_inset
6392
6393 , véase sección
6394 \begin_inset space ~
6395 \end_inset
6396
6397
6398 \begin_inset CommandInset ref
6399 LatexCommand ref
6400 reference "sec:Formato-de-leyendas"
6401
6402 \end_inset
6403
6404 .
6405 \end_layout
6406
6407 \begin_layout Subsubsection
6408 Anchura de la leyenda
6409 \begin_inset Index
6410 status collapsed
6411
6412 \begin_layout Plain Layout
6413 Tablas largas ! Anchura de la leyenda
6414 \end_layout
6415
6416 \end_inset
6417
6418
6419 \end_layout
6420
6421 \begin_layout Standard
6422 La anchura máxima se define por la longitud 
6423 \series bold
6424
6425 \backslash
6426 LTcapwidth
6427 \series default
6428 .
6429  Por omisión es 4
6430 \begin_inset space \thinspace{}
6431 \end_inset
6432
6433 in (4
6434 \begin_inset space ~
6435 \end_inset
6436
6437 pulgadas).
6438  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6439  en el documento antes de la tabla larga a la que afecta
6440 \end_layout
6441
6442 \begin_layout Standard
6443
6444 \series bold
6445
6446 \backslash
6447 setlength{
6448 \backslash
6449 LTcapwidth}{anchura}
6450 \end_layout
6451
6452 \begin_layout Standard
6453 donde la anchura puede ser una de las unidades listadas en el apéndice
6454 \begin_inset space ~
6455 \end_inset
6456
6457
6458 \begin_inset CommandInset ref
6459 LatexCommand ref
6460 reference "cha:Unidades-disponibles-en"
6461
6462 \end_inset
6463
6464 .
6465 \end_layout
6466
6467 \begin_layout Standard
6468 Las tablas siguientes muestran la diferencia:
6469 \end_layout
6470
6471 \begin_layout Standard
6472 \begin_inset Tabular
6473 <lyxtabular version="3" rows="6" columns="5">
6474 <features islongtable="true">
6475 <column alignment="center" valignment="top" width="0">
6476 <column alignment="center" valignment="top" width="0">
6477 <column alignment="center" valignment="top" width="0">
6478 <column alignment="center" valignment="top" width="0">
6479 <column alignment="center" valignment="top" width="0">
6480 <row caption="true">
6481 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6482 \begin_inset Text
6483
6484 \begin_layout Plain Layout
6485 \begin_inset Caption
6486
6487 \begin_layout Plain Layout
6488 Leyenda larga completa con anchura predeterminada leyenda larga completa
6489  con anchura predeterminada
6490 \begin_inset OptArg
6491 status open
6492
6493 \begin_layout Plain Layout
6494 Leyenda con anchura predeterminada
6495 \end_layout
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513
6514 \end_layout
6515
6516 \end_inset
6517 </cell>
6518 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6519 \begin_inset Text
6520
6521 \begin_layout Plain Layout
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540
6541 \end_layout
6542
6543 \end_inset
6544 </cell>
6545 </row>
6546 <row>
6547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6548 \begin_inset Text
6549
6550 \begin_layout Plain Layout
6551 1
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 2
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569 3
6570 \end_layout
6571
6572 \end_inset
6573 </cell>
6574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6575 \begin_inset Text
6576
6577 \begin_layout Plain Layout
6578 4
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 5
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 <row>
6594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598 asd
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 s
6608 \end_layout
6609
6610 \end_inset
6611 </cell>
6612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6613 \begin_inset Text
6614
6615 \begin_layout Plain Layout
6616 s
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 s
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 asd
6635 \end_layout
6636
6637 \end_inset
6638 </cell>
6639 </row>
6640 <row>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 asd
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6651 \begin_inset Text
6652
6653 \begin_layout Plain Layout
6654 s
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6660 \begin_inset Text
6661
6662 \begin_layout Plain Layout
6663 s
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 s
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 asd
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 </row>
6687 <row>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 asd
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701 s
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710 s
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 s
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 asd
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 sad
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 asd
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 asd
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 </lyxtabular>
6782
6783 \end_inset
6784
6785
6786 \end_layout
6787
6788 \begin_layout Standard
6789 \begin_inset ERT
6790 status collapsed
6791
6792 \begin_layout Plain Layout
6793
6794
6795 \backslash
6796 setlength{
6797 \backslash
6798 LTcapwidth}{5cm}
6799 \end_layout
6800
6801 \end_inset
6802
6803
6804 \begin_inset Tabular
6805 <lyxtabular version="3" rows="6" columns="5">
6806 <features islongtable="true">
6807 <column alignment="center" valignment="top" width="0">
6808 <column alignment="center" valignment="top" width="0">
6809 <column alignment="center" valignment="top" width="0">
6810 <column alignment="center" valignment="top" width="0">
6811 <column alignment="center" valignment="top" width="0">
6812 <row caption="true">
6813 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 \begin_inset Caption
6818
6819 \begin_layout Plain Layout
6820 Leyenda larga completa con anchura de 5
6821 \begin_inset space \thinspace{}
6822 \end_inset
6823
6824 cm leyenda larga completa con anchura de 5
6825 \begin_inset space \thinspace{}
6826 \end_inset
6827
6828 cm leyenda larga completa con anchura de 5
6829 \begin_inset space \thinspace{}
6830 \end_inset
6831
6832 cm
6833 \begin_inset OptArg
6834 status open
6835
6836 \begin_layout Plain Layout
6837 Leyenda con anchura
6838 \begin_inset space \thinspace{}
6839 \end_inset
6840
6841 =
6842 \begin_inset space \thinspace{}
6843 \end_inset
6844
6845 5
6846 \begin_inset space \thinspace{}
6847 \end_inset
6848
6849 cm
6850 \end_layout
6851
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \end_inset
6858
6859
6860 \end_layout
6861
6862 \end_inset
6863 </cell>
6864 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6865 \begin_inset Text
6866
6867 \begin_layout Plain Layout
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 </row>
6901 <row>
6902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6903 \begin_inset Text
6904
6905 \begin_layout Plain Layout
6906 1
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 2
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 3
6925 \end_layout
6926
6927 \end_inset
6928 </cell>
6929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 4
6934 \end_layout
6935
6936 \end_inset
6937 </cell>
6938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6939 \begin_inset Text
6940
6941 \begin_layout Plain Layout
6942 5
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 </row>
6948 <row>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953 asd
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6959 \begin_inset Text
6960
6961 \begin_layout Plain Layout
6962 s
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 s
6972 \end_layout
6973
6974 \end_inset
6975 </cell>
6976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6977 \begin_inset Text
6978
6979 \begin_layout Plain Layout
6980 s
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6986 \begin_inset Text
6987
6988 \begin_layout Plain Layout
6989 asd
6990 \end_layout
6991
6992 \end_inset
6993 </cell>
6994 </row>
6995 <row>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 asd
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 s
7010 \end_layout
7011
7012 \end_inset
7013 </cell>
7014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7015 \begin_inset Text
7016
7017 \begin_layout Plain Layout
7018 s
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 s
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7033 \begin_inset Text
7034
7035 \begin_layout Plain Layout
7036 asd
7037 \end_layout
7038
7039 \end_inset
7040 </cell>
7041 </row>
7042 <row>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056 s
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 s
7066 \end_layout
7067
7068 \end_inset
7069 </cell>
7070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074 s
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083 asd
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 </row>
7089 <row>
7090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7100 \begin_inset Text
7101
7102 \begin_layout Plain Layout
7103 sad
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7109 \begin_inset Text
7110
7111 \begin_layout Plain Layout
7112 asd
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 asd
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130 asd
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 </row>
7136 </lyxtabular>
7137
7138 \end_inset
7139
7140
7141 \begin_inset ERT
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145
7146
7147 \backslash
7148 setlength{
7149 \backslash
7150 LTcapwidth}{4in}
7151 \end_layout
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 \begin_inset Note Greyedout
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163
7164 \series bold
7165 Nota: 
7166 \series default
7167 Si se usa el paquete LaTeX 
7168 \series bold
7169 caption
7170 \series default
7171
7172 \begin_inset Index
7173 status collapsed
7174
7175 \begin_layout Plain Layout
7176 LaTeX-paquetes ! caption
7177 \end_layout
7178
7179 \end_inset
7180
7181 , como en este documento, se usa la anchura de toda la página para el pie
7182  si utilizas el valor por omisión de 4
7183 \begin_inset space \thinspace{}
7184 \end_inset
7185
7186 in para 
7187 \series bold
7188
7189 \backslash
7190 LTcapwidth
7191 \series default
7192 .
7193  En este caso, para conseguir exactamente un pie de 4
7194 \begin_inset space \thinspace{}
7195 \end_inset
7196
7197 in, puedes poner un valor ligeramente diferente de 4.0
7198 \begin_inset space \thinspace{}
7199 \end_inset
7200
7201 in, p.
7202 \begin_inset space \thinspace{}
7203 \end_inset
7204
7205 e.
7206  3.99
7207 \begin_inset space \thinspace{}
7208 \end_inset
7209
7210 in, o el comando de LaTeX 
7211 \series bold
7212
7213 \backslash
7214 captionsetup{width=valor}
7215 \series default
7216 , suministrado por el paquete 
7217 \series bold
7218 caption
7219 \series default
7220 .
7221 \end_layout
7222
7223 \end_inset
7224
7225
7226 \end_layout
7227
7228 \begin_layout Subsubsection
7229 Leyendas distintas para cada página
7230 \begin_inset Index
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234 Tablas largas ! Leyendas distintas para cada página
7235 \end_layout
7236
7237 \end_inset
7238
7239
7240 \end_layout
7241
7242 \begin_layout Standard
7243 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7244  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7245  como primer encabezado.
7246  La leyenda para las restantes páginas se inserta sin título breve en una
7247  fila postiza de leyenda marcada como primer encabezado.
7248  Si este encabezado no ha de incluir el número de tabla, usa el comando
7249 \end_layout
7250
7251 \begin_layout Standard
7252
7253 \series bold
7254
7255 \backslash
7256 caption*{texto de la leyenda}
7257 \end_layout
7258
7259 \begin_layout Standard
7260 en vez del recuadro de leyenda de LyX.
7261  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7262  La tabla
7263 \begin_inset space ~
7264 \end_inset
7265
7266
7267 \begin_inset CommandInset ref
7268 LatexCommand ref
7269 reference "tab:DifLeyendas"
7270
7271 \end_inset
7272
7273  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7274  no incluye número de tabla.
7275 \end_layout
7276
7277 \begin_layout Standard
7278 \align center
7279 \begin_inset Tabular
7280 <lyxtabular version="3" rows="60" columns="3">
7281 <features islongtable="true">
7282 <column alignment="left" valignment="top" width="0cm">
7283 <column alignment="left" valignment="top" width="0pt">
7284 <column alignment="right" valignment="top" width="0pt">
7285 <row endfirsthead="true" caption="true">
7286 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7287 \begin_inset Text
7288
7289 \begin_layout Plain Layout
7290 \begin_inset Caption
7291
7292 \begin_layout Plain Layout
7293 Ejemplo de lista telefónica
7294 \begin_inset CommandInset label
7295 LatexCommand label
7296 name "tab:DifLeyendas"
7297
7298 \end_inset
7299
7300
7301 \begin_inset OptArg
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305 Ejemplo de lista telefónica
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row endfirsthead="true">
7340 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344
7345 \series bold
7346 Ejemplo de lista telefónica (ignore los nombres)
7347 \end_layout
7348
7349 \end_inset
7350 </cell>
7351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7352 \begin_inset Text
7353
7354 \begin_layout Plain Layout
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 </row>
7370 <row endfirsthead="true">
7371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375
7376 \series bold
7377 NOMBRE
7378 \end_layout
7379
7380 \end_inset
7381 </cell>
7382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7383 \begin_inset Text
7384
7385 \begin_layout Plain Layout
7386
7387 \end_layout
7388
7389 \end_inset
7390 </cell>
7391 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7392 \begin_inset Text
7393
7394 \begin_layout Plain Layout
7395
7396 \series bold
7397 TEL.
7398 \end_layout
7399
7400 \end_inset
7401 </cell>
7402 </row>
7403 <row endhead="true" caption="true">
7404 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7405 \begin_inset Text
7406
7407 \begin_layout Plain Layout
7408 \begin_inset ERT
7409 status open
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 caption*{continúa Ejemplo de lista telefónica}
7416 \backslash
7417
7418 \backslash
7419 %
7420 \end_layout
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 </row>
7448 <row endhead="true">
7449 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 Ejemplo de lista telefónica
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 </row>
7479 <row endhead="true">
7480 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7481 \begin_inset Text
7482
7483 \begin_layout Plain Layout
7484
7485 \series bold
7486 NOMBRE
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504
7505 \series bold
7506 TEL.
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 </row>
7512 <row endfoot="true">
7513 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 continúa en página siguiente
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546
7547 \series bold
7548 Annovi
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 Silvia
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 111
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 </row>
7572 <row>
7573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577
7578 \series bold
7579 Bertoli
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 Stefano
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 111
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 </row>
7603 <row>
7604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608
7609 \series bold
7610 Bozzi
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 Walter
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 111
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639
7640 \series bold
7641 Cachia
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 Maria
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 111
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \series bold
7672 Cachia
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 Maurizio
7682 \end_layout
7683
7684 \end_inset
7685 </cell>
7686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 111
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row>
7697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \series bold
7703 Cinquemani
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7709 \begin_inset Text
7710
7711 \begin_layout Plain Layout
7712 Giusi
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 111
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 </row>
7727 <row>
7728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732
7733 \series bold
7734 Colin
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7740 \begin_inset Text
7741
7742 \begin_layout Plain Layout
7743 Bernard
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752 111
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \series bold
7765 Concli
7766 \end_layout
7767
7768 \end_inset
7769 </cell>
7770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774 Gianfranco
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 111
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 </row>
7789 <row>
7790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7791 \begin_inset Text
7792
7793 \begin_layout Plain Layout
7794
7795 \series bold
7796 Dal Bosco
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 Carolina
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 111
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \series bold
7827 Dalpiaz
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 Annamaria
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 111
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \series bold
7858 Feliciello
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 Domenico
7868 \end_layout
7869
7870 \end_inset
7871 </cell>
7872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7873 \begin_inset Text
7874
7875 \begin_layout Plain Layout
7876 111
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 </row>
7882 <row>
7883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7884 \begin_inset Text
7885
7886 \begin_layout Plain Layout
7887
7888 \series bold
7889 Focarelli
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7895 \begin_inset Text
7896
7897 \begin_layout Plain Layout
7898 Paola
7899 \end_layout
7900
7901 \end_inset
7902 </cell>
7903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7904 \begin_inset Text
7905
7906 \begin_layout Plain Layout
7907 111
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 </row>
7913 <row>
7914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7915 \begin_inset Text
7916
7917 \begin_layout Plain Layout
7918
7919 \series bold
7920 Galletti
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 Oreste
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7935 \begin_inset Text
7936
7937 \begin_layout Plain Layout
7938 111
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 </row>
7944 <row>
7945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7946 \begin_inset Text
7947
7948 \begin_layout Plain Layout
7949
7950 \series bold
7951 Gasparini
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7957 \begin_inset Text
7958
7959 \begin_layout Plain Layout
7960 Franca
7961 \end_layout
7962
7963 \end_inset
7964 </cell>
7965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7966 \begin_inset Text
7967
7968 \begin_layout Plain Layout
7969 111
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \series bold
7982 Rizzardi
7983 \series default
7984
7985 \begin_inset Foot
7986 status open
7987
7988 \begin_layout Plain Layout
7989 Ejemplo de nota al pie
7990 \end_layout
7991
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8000 \begin_inset Text
8001
8002 \begin_layout Plain Layout
8003 Paola
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 111
8013 \end_layout
8014
8015 \end_inset
8016 </cell>
8017 </row>
8018 <row>
8019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023
8024 \series bold
8025 Lassini
8026 \end_layout
8027
8028 \end_inset
8029 </cell>
8030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034 Giancarlo
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043 111
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row>
8050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054
8055 \series bold
8056 Malfatti
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065 Luciano
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 111
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row>
8081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Malfatti
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 Valeriano
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 111
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row>
8112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 Meneguzzo
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127 Roberto
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 111
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \series bold
8149 Mezzadra
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 Roberto
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167 111
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 </row>
8173 <row>
8174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178
8179 \series bold
8180 Pirpamer
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Erich
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8195 \begin_inset Text
8196
8197 \begin_layout Plain Layout
8198 111
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \series bold
8211 Pochiesa
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 Paolo
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229 111, 222
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \series bold
8242 Radina
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 Claudio
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 111
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 </row>
8266 <row>
8267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271
8272 \series bold
8273 Stuffer
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 Oskar
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291 111
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 </row>
8297 <row>
8298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302
8303 \series bold
8304 Tacchelli
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 Ugo
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 111
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \series bold
8335 Tezzele
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 Margit
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 111
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 </row>
8359 <row>
8360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364
8365 \series bold
8366 Unterkalmsteiner
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 Frieda
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 111
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \series bold
8397 Vieider
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Hilde
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415 111
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \series bold
8428 Vigna
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 Jürgen
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8443 \begin_inset Text
8444
8445 \begin_layout Plain Layout
8446 111
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 </row>
8452 <row>
8453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457
8458 \series bold
8459 Weber
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 Maurizio
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8474 \begin_inset Text
8475
8476 \begin_layout Plain Layout
8477 111
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 <row>
8484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488
8489 \series bold
8490 Winkler
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Franz
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 111
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519  
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Annovi
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Silvia
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 555
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Bertoli
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Stefano
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 555
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Bozzi
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Walter
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 555
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \series bold
8643 Cachia
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 Maria
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 555
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 </row>
8667 <row>
8668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672
8673 \series bold
8674 Cachia
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683 Maurizio
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 555
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \series bold
8705 Cinquemani
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 Giusi
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723 555
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 </row>
8729 <row>
8730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734
8735 \series bold
8736 Colin
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Bernard
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 555
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row>
8761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \series bold
8767 Concli
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 Gianfranco
8777 \end_layout
8778
8779 \end_inset
8780 </cell>
8781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8782 \begin_inset Text
8783
8784 \begin_layout Plain Layout
8785 555
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 </row>
8791 <row>
8792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8793 \begin_inset Text
8794
8795 \begin_layout Plain Layout
8796
8797 \series bold
8798 Dal Bosco
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8804 \begin_inset Text
8805
8806 \begin_layout Plain Layout
8807 Carolina
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 555
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 </row>
8822 <row>
8823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8824 \begin_inset Text
8825
8826 \begin_layout Plain Layout
8827
8828 \series bold
8829 Dalpiaz
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Annamaria
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847 555
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 </row>
8853 <row>
8854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858
8859 \series bold
8860 Feliciello
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8866 \begin_inset Text
8867
8868 \begin_layout Plain Layout
8869 Domenico
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 555
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 <row>
8885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889
8890 \series bold
8891 Focarelli
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8897 \begin_inset Text
8898
8899 \begin_layout Plain Layout
8900 Paola
8901 \end_layout
8902
8903 \end_inset
8904 </cell>
8905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8906 \begin_inset Text
8907
8908 \begin_layout Plain Layout
8909 555
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 </row>
8915 <row>
8916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8917 \begin_inset Text
8918
8919 \begin_layout Plain Layout
8920
8921 \series bold
8922 Galletti
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Oreste
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 555
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 </row>
8946 <row>
8947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8948 \begin_inset Text
8949
8950 \begin_layout Plain Layout
8951
8952 \series bold
8953 Gasparini
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Franca
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 555
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 </row>
8977 <row>
8978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8979 \begin_inset Text
8980
8981 \begin_layout Plain Layout
8982
8983 \series bold
8984 Rizzardi
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8990 \begin_inset Text
8991
8992 \begin_layout Plain Layout
8993 Paola
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 555
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 </row>
9008 <row>
9009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9010 \begin_inset Text
9011
9012 \begin_layout Plain Layout
9013
9014 \series bold
9015 Lassini
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024 Giancarlo
9025 \end_layout
9026
9027 \end_inset
9028 </cell>
9029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9030 \begin_inset Text
9031
9032 \begin_layout Plain Layout
9033 555
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044
9045 \series bold
9046 Malfatti
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055 Luciano
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 555
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \series bold
9077 Malfatti
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 Valeriano
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 555
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \series bold
9108 Meneguzzo
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 Roberto
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 555
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \series bold
9139 Mezzadra
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Roberto
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 555
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 </row>
9163 <row endlastfoot="true">
9164 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 </lyxtabular>
9193
9194 \end_inset
9195
9196
9197 \end_layout
9198
9199 \begin_layout Section
9200 Particularidades de las tablas largas
9201 \end_layout
9202
9203 \begin_layout Subsection
9204 Cálculos
9205 \begin_inset Index
9206 status collapsed
9207
9208 \begin_layout Plain Layout
9209 Tablas largas ! Cálculos
9210 \end_layout
9211
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \begin_layout Standard
9218 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9219  utilizando los denominados «trozos», que son partes de la tabla presentes
9220  en la memoria de LaTeX.
9221  El valor predeterminado está establecido a sólo 20 filas.
9222  Si estás usando tablas largas con muchas páginas, la generación del documento
9223  puede hacerse muy lenta.
9224  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9225  el siguiente comando en el preámbulo del documento:
9226 \end_layout
9227
9228 \begin_layout Standard
9229
9230 \series bold
9231
9232 \backslash
9233 setcounter{LTchunksize}{100}
9234 \end_layout
9235
9236 \begin_layout Subsection
9237 Flotantes y tablas largas
9238 \begin_inset Index
9239 status collapsed
9240
9241 \begin_layout Plain Layout
9242 Tablas largas ! Flotantes
9243 \end_layout
9244
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \begin_layout Standard
9251 Podría haber problemas si un flotante aparece en la misma página donde comienza
9252  una tabla larga.
9253  Para evitarlo, añade el comando 
9254 \series bold
9255
9256 \backslash
9257 clearpage
9258 \series default
9259  en código TeX antes de la tabla.
9260 \end_layout
9261
9262 \begin_layout Subsection
9263 Saltos de página forzados
9264 \begin_inset Index
9265 status collapsed
9266
9267 \begin_layout Plain Layout
9268 Tablas largas ! Saltos de página forzados
9269 \end_layout
9270
9271 \end_inset
9272
9273
9274 \end_layout
9275
9276 \begin_layout Standard
9277 Por omisión, las tablas sólo se cortan entre filas.
9278  Si tienes una celda con líneas múltiples y necesitas un salto de página
9279  dentro de la celda, inserta el comando de nueva línea «
9280 \series bold
9281
9282 \backslash
9283
9284 \backslash
9285
9286 \series default
9287 » en código TeX en el punto en que quieras cortar.
9288  Antes del comando «
9289 \series bold
9290
9291 \backslash
9292
9293 \backslash
9294
9295 \series default
9296 » debes insertar en código TeX tantos caracteres «
9297 \series bold
9298 &
9299 \series default
9300 » como columnas siguientes de la tabla.
9301  
9302 \series bold
9303 &
9304 \series default
9305  es el carácter para separar celdas.
9306  Escribe en código TeX después de cada 
9307 \series bold
9308 &
9309 \series default
9310  el contenido de la celda siguiente correspondiente y borra el contenido
9311  de esas celdas.
9312 \begin_inset Newline newline
9313 \end_inset
9314
9315 Detrás del comando 
9316 \series bold
9317
9318 \backslash
9319
9320 \backslash
9321
9322 \series default
9323 , inserta tantos 
9324 \series bold
9325 &
9326 \series default
9327  como columnas haya delante de la actual.
9328  En la tabla
9329 \begin_inset space ~
9330 \end_inset
9331
9332
9333 \begin_inset CommandInset ref
9334 LatexCommand ref
9335 reference "tab:Saltos de Página Forzados"
9336
9337 \end_inset
9338
9339  la celda que debería cortarse está en la segunda columna seguida de otra
9340  columna.
9341  Por eso, el siguiente comando se inserta en la celda en código TeX detrás
9342  de «
9343 \emph on
9344 Castelchiodato,
9345 \emph default
9346 »:
9347 \end_layout
9348
9349 \begin_layout Standard
9350
9351 \series bold
9352 & 111
9353 \backslash
9354
9355 \backslash
9356  
9357 \backslash
9358 newpage
9359 \begin_inset Newline newline
9360 \end_inset
9361
9362 &
9363 \end_layout
9364
9365 \begin_layout Standard
9366 El «111» en la tercera columna de la fila se ha borrado.
9367
9368 \series bold
9369  
9370 \backslash
9371 newpage 
9372 \series default
9373 es necesario solo si en esta posición debiera ir definitivamente un salto
9374  de página, de otro modo es sólamente una posibilidad de salto.
9375  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9376  superior pero quisieras una línea horizontal donde se corta la celda, usa
9377  este comando alternativo:
9378 \end_layout
9379
9380 \begin_layout Standard
9381
9382 \series bold
9383 & 111
9384 \backslash
9385
9386 \backslash
9387
9388 \begin_inset Newline newline
9389 \end_inset
9390
9391
9392 \backslash
9393 hline &
9394 \end_layout
9395
9396 \begin_layout Standard
9397 Cuando la celda a cortar está en la última columna, el comando
9398 \end_layout
9399
9400 \begin_layout Standard
9401
9402 \series bold
9403
9404 \backslash
9405 setlength{
9406 \backslash
9407 parfillskip}{0pt}
9408 \end_layout
9409
9410 \begin_layout Standard
9411 debe insertarse en código TeX al principio de la celda.
9412  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9413  aparecerá con toda su anchura.
9414 \end_layout
9415
9416 \begin_layout Standard
9417 \align center
9418 \begin_inset Tabular
9419 <lyxtabular version="3" rows="39" columns="3">
9420 <features islongtable="true">
9421 <column alignment="left" valignment="top" width="0cm">
9422 <column alignment="left" valignment="top" width="3cm">
9423 <column alignment="right" valignment="top" width="0pt">
9424 <row endfirsthead="true" caption="true">
9425 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 \begin_inset Caption
9430
9431 \begin_layout Plain Layout
9432 Tabla con salto de página forzado en celda
9433 \begin_inset CommandInset label
9434 LatexCommand label
9435 name "tab:Saltos de Página Forzados"
9436
9437 \end_inset
9438
9439
9440 \begin_inset OptArg
9441 status collapsed
9442
9443 \begin_layout Plain Layout
9444 Tabla con salto de página forzado en celda
9445 \end_layout
9446
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 <row endfirsthead="true">
9479 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483
9484 \series bold
9485 Ejemplo de lista telefónica (ignore los nombres)
9486 \end_layout
9487
9488 \end_inset
9489 </cell>
9490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \end_layout
9496
9497 \end_inset
9498 </cell>
9499 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 </row>
9509 <row endfirsthead="true">
9510 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514
9515 \series bold
9516 NOMBRE
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \series bold
9536 TEL.
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 </row>
9542 <row endhead="true" caption="true">
9543 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 \begin_inset ERT
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551
9552
9553 \backslash
9554 caption*{continúa Tabla con salto de página forzado en celda}
9555 \backslash
9556
9557 \backslash
9558 %
9559 \end_layout
9560
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 </row>
9587 <row endhead="true">
9588 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9589 \begin_inset Text
9590
9591 \begin_layout Plain Layout
9592  
9593 \series bold
9594 Ejemplo de lista telefónica
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 </row>
9618 <row endhead="true">
9619 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \series bold
9625 NOMBRE
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \series bold
9645 TEL.
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 </row>
9651 <row endfoot="true">
9652 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 continúa en página siguiente
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \series bold
9687 Annovi
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 Silvia
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705 111
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \series bold
9718 Bertoli
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727 Stefano
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736 111
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 </row>
9742 <row>
9743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747
9748 \series bold
9749 Bozzi
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 Walter
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 111
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row>
9774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \series bold
9780 Cachia
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789 Maria
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 111
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \series bold
9811 Cachia
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 Maurizio
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 111
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \series bold
9842 Cinquemani
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 Giusi
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 111
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871
9872 \series bold
9873 Colin
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9879 \begin_inset Text
9880
9881 \begin_layout Plain Layout
9882 Bernard
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 111
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 </row>
9897 <row>
9898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902
9903 \series bold
9904 Concli
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913 Gianfranco
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 111
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 </row>
9928 <row>
9929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933
9934 \series bold
9935 Dal Bosco
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 Carolina
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 111
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 <row>
9960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964
9965 \series bold
9966 Dalpiaz
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Annamaria
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 111
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \series bold
9997 Feliciello
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006 Domenico
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 111
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \series bold
10028 Focarelli
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10034 \begin_inset Text
10035
10036 \begin_layout Plain Layout
10037 Paola
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 111
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 <row>
10053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057
10058 \series bold
10059 Galletti
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10065 \begin_inset Text
10066
10067 \begin_layout Plain Layout
10068 Oreste
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 111
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 <row>
10084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088
10089 \series bold
10090 Gasparini
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099 Franca
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 111
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 </row>
10114 <row>
10115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10116 \begin_inset Text
10117
10118 \begin_layout Plain Layout
10119
10120 \series bold
10121 Lassini
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10127 \begin_inset Text
10128
10129 \begin_layout Plain Layout
10130 Giancarlo, 11.
10131  Fürst von Montecompatri, 11.
10132  Fürst von Sulmona und Vivaro, 10.
10133  Fürst von Rossano, 5.
10134  Herzog von Canemorte, 11.
10135  Herzog von Palombara, 5.
10136  Herzog von Castelchiodato,
10137 \begin_inset ERT
10138 status open
10139
10140 \begin_layout Plain Layout
10141
10142 & 111
10143 \backslash
10144
10145 \backslash
10146  
10147 \backslash
10148 newpage
10149 \end_layout
10150
10151 \begin_layout Plain Layout
10152
10153 &
10154 \end_layout
10155
10156 \end_inset
10157
10158  11.
10159  Herzog von Poggionativo, 11.
10160  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10161  Graf von Valinfreda, 11.
10162  Baron von Cropalati, 11.
10163  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172
10173 \end_layout
10174
10175 \end_inset
10176 </cell>
10177 </row>
10178 <row>
10179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183
10184 \series bold
10185 Malfatti
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194 Luciano
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 111
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 </row>
10209 <row>
10210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214
10215 \series bold
10216 Malfatti
10217 \end_layout
10218
10219 \end_inset
10220 </cell>
10221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225 Valeriano
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 111
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row>
10241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245
10246 \series bold
10247 Meneguzzo
10248 \end_layout
10249
10250 \end_inset
10251 </cell>
10252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256 Roberto
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265 111
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 </row>
10271 <row>
10272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276
10277 \series bold
10278 Mezzadra
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Roberto
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 111
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \series bold
10309 Pirpamer
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 Erich
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 111
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \series bold
10340 Pochiesa
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 Paolo
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 111, 222
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369
10370 \series bold
10371 Radina
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Claudio
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 111
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \series bold
10402 Rizzardi
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 Paolo
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 111
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 <row>
10427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \series bold
10433 Stuffer
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 Oskar
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 111
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 </row>
10457 <row>
10458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462
10463 \series bold
10464 Tacchelli
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Ugo
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 111
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \series bold
10495 Tezzele
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 Margit
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 111
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 <row>
10520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \series bold
10526 Unterkalmsteiner
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 Frieda
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 111
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \series bold
10557 Vieider
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 Hilde
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 111
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \series bold
10588 Vigna
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Jürgen
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 111
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 <row>
10613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617
10618 \series bold
10619 Weber
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 Maurizio
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 111
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \series bold
10650 Winkler
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Franz
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 111
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row endlastfoot="true">
10675 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 </lyxtabular>
10704
10705 \end_inset
10706
10707
10708 \end_layout
10709
10710 \begin_layout Section
10711 Líneas múltiples en columnas y filas
10712 \end_layout
10713
10714 \begin_layout Subsection
10715 Líneas múltiples en celdas
10716 \begin_inset CommandInset label
10717 LatexCommand label
10718 name "sub:Líneas-Múltiples-en"
10719
10720 \end_inset
10721
10722
10723 \begin_inset Index
10724 status collapsed
10725
10726 \begin_layout Plain Layout
10727 Lineas@Líneas múltiples en celdas
10728 \end_layout
10729
10730 \end_inset
10731
10732
10733 \begin_inset Index
10734 status collapsed
10735
10736 \begin_layout Plain Layout
10737 Tablas ! Saltos de línea
10738 \end_layout
10739
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 \noindent
10747 \begin_inset Float table
10748 placement H
10749 wide false
10750 sideways false
10751 status open
10752
10753 \begin_layout Plain Layout
10754 \begin_inset Caption
10755
10756 \begin_layout Plain Layout
10757 \begin_inset CommandInset label
10758 LatexCommand label
10759 name "tab:Tabla-con-múltiples"
10760
10761 \end_inset
10762
10763 Tabla con líneas múltiples en celda
10764 \end_layout
10765
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \begin_layout Plain Layout
10772 \align center
10773 \begin_inset Tabular
10774 <lyxtabular version="3" rows="3" columns="3">
10775 <features>
10776 <column alignment="center" valignment="middle" width="2.5cm">
10777 <column alignment="center" valignment="middle" width="0">
10778 <column alignment="center" valignment="middle" width="0">
10779 <row>
10780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 líneas
10785 \begin_inset Newline linebreak
10786 \end_inset
10787
10788 múltiples
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 b
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 c
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 d
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 e
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 f
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846 g
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855 h
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864 i
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 </row>
10870 </lyxtabular>
10871
10872 \end_inset
10873
10874
10875 \end_layout
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \begin_layout Standard
10883 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10884  párrafos con varias líneas y guionado.
10885 \end_layout
10886
10887 \begin_layout Standard
10888 Para generar la tabla
10889 \begin_inset space ~
10890 \end_inset
10891
10892
10893 \begin_inset CommandInset ref
10894 LatexCommand ref
10895 reference "tab:Tabla-con-múltiples"
10896
10897 \end_inset
10898
10899 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10900  En el diálogo que surge establece una anchura de 2.5
10901 \begin_inset space \thinspace{}
10902 \end_inset
10903
10904 cm y escoge centro en alineación vertical y horizontal.
10905  La alineación vertical se utiliza para todas las celdas de la fila.
10906  Como nuestro texto es menor de 2.5
10907 \begin_inset space \thinspace{}
10908 \end_inset
10909
10910 cm, sólo aparece una línea.
10911  Para poner dos añadimos un salto de línea justificado, (atajo 
10912 \family sans
10913 Ctrl-Mayúsculas-Retorno
10914 \family default
10915 ).
10916  Si el texto es más ancho que la celda será automáticamente dividido en
10917  líneas.
10918 \end_layout
10919
10920 \begin_layout Standard
10921 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10922  con guión si es la primera entrada.
10923  Por eso hay que insertar algo para que dicha palabra no sea la primera
10924  entrada: añade un espacio horizontal de 0
10925 \begin_inset space \thinspace{}
10926 \end_inset
10927
10928 pt delante de la palabra.
10929  Como el espacio es 0 la salida no cambia.
10930  El cuadro
10931 \begin_inset space ~
10932 \end_inset
10933
10934
10935 \begin_inset CommandInset ref
10936 LatexCommand ref
10937 reference "tab:Tabla-con-y"
10938
10939 \end_inset
10940
10941  muestra el efecto.
10942 \end_layout
10943
10944 \begin_layout Standard
10945 \begin_inset Float table
10946 placement b
10947 wide false
10948 sideways false
10949 status open
10950
10951 \begin_layout Plain Layout
10952 \begin_inset Caption
10953
10954 \begin_layout Plain Layout
10955 \begin_inset CommandInset label
10956 LatexCommand label
10957 name "tab:Tabla-con-y"
10958
10959 \end_inset
10960
10961 Tablas con y sin guión
10962 \end_layout
10963
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Plain Layout
10970 \begin_inset space \hfill{}
10971 \end_inset
10972
10973
10974 \begin_inset Tabular
10975 <lyxtabular version="3" rows="3" columns="3">
10976 <features>
10977 <column alignment="center" valignment="middle" width="2.5cm">
10978 <column alignment="center" valignment="middle" width="0">
10979 <column alignment="center" valignment="middle" width="0">
10980 <row>
10981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 celdaconpalabramuylarga
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 b
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 c
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 </row>
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 d
11015 \end_layout
11016
11017 \end_inset
11018 </cell>
11019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11020 \begin_inset Text
11021
11022 \begin_layout Plain Layout
11023 e
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 f
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 <row>
11039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 g
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 h
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 i
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 </lyxtabular>
11068
11069 \end_inset
11070
11071
11072 \begin_inset space \hfill{}
11073 \end_inset
11074
11075
11076 \begin_inset Tabular
11077 <lyxtabular version="3" rows="3" columns="3">
11078 <features>
11079 <column alignment="center" valignment="middle" width="2.5cm">
11080 <column alignment="center" valignment="middle" width="0">
11081 <column alignment="center" valignment="middle" width="0">
11082 <row>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 \begin_inset space \hspace{}
11088 \length 0pt
11089 \end_inset
11090
11091 celdaconpalabramuylarga
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 b
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109 c
11110 \end_layout
11111
11112 \end_inset
11113 </cell>
11114 </row>
11115 <row>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 d
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 e
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 f
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 <row>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 g
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 h
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 i
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 </lyxtabular>
11174
11175 \end_inset
11176
11177
11178 \begin_inset space \hfill{}
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \begin_layout Subsection
11190 Multicolumnas
11191 \begin_inset CommandInset label
11192 LatexCommand label
11193 name "sub:Multicolumnas"
11194
11195 \end_inset
11196
11197
11198 \begin_inset Index
11199 status collapsed
11200
11201 \begin_layout Plain Layout
11202 Multicolumnas
11203 \end_layout
11204
11205 \end_inset
11206
11207
11208 \begin_inset Index
11209 status collapsed
11210
11211 \begin_layout Plain Layout
11212 Tablas ! Multicolumnas
11213 \end_layout
11214
11215 \end_inset
11216
11217
11218 \end_layout
11219
11220 \begin_layout Subsubsection
11221 Fundamentos de multicolumna
11222 \end_layout
11223
11224 \begin_layout Standard
11225 Para extender una celda sobre varias columnas, se marcan las celdas que
11226  se desee combinar y se usa el botón 
11227 \begin_inset Graphics
11228         filename ../../images/tabular-feature_multicolumn.png
11229         scale 85
11230
11231 \end_inset
11232
11233 , el menú 
11234 \family sans
11235 Editar\SpecialChar \menuseparator
11236 Tabla\SpecialChar \menuseparator
11237 Multicolumna
11238 \family default
11239 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11240  bajo la solapa 
11241 \family sans
11242 Configuración
11243 \family default
11244 , la casilla Multicolumna.
11245 \end_layout
11246
11247 \begin_layout Standard
11248 Las multicolumnas tienen su propia configuración de celdas.
11249  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11250  multicolumna.
11251  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11252  última fila sin borde superior:
11253 \end_layout
11254
11255 \begin_layout Standard
11256 \align center
11257 \begin_inset Tabular
11258 <lyxtabular version="3" rows="3" columns="4">
11259 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11260 <column alignment="center" valignment="top" width="0pt">
11261 <column alignment="center" valignment="middle" width="0">
11262 <column alignment="center" valignment="top" width="0in">
11263 <column alignment="center" valignment="top" width="0pt">
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 abc
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 def ghi
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296 jkl
11297 \end_layout
11298
11299 \end_inset
11300 </cell>
11301 </row>
11302 <row>
11303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11304 \begin_inset Text
11305
11306 \begin_layout Plain Layout
11307
11308 \family roman
11309 \series medium
11310 \shape up
11311 \size normal
11312 \emph off
11313 \bar no
11314 \noun off
11315 \color none
11316 A
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325 B
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 C
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 D
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 1
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 2
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 3
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 4
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 </row>
11387 </lyxtabular>
11388
11389 \end_inset
11390
11391
11392 \end_layout
11393
11394 \begin_layout Subsubsection
11395 Cálculos en multicolumnas
11396 \begin_inset CommandInset label
11397 LatexCommand label
11398 name "sub:Cálculos-en-Multicolumnas"
11399
11400 \end_inset
11401
11402
11403 \begin_inset Index
11404 status collapsed
11405
11406 \begin_layout Plain Layout
11407 Multicolumnas ! Cálculos
11408 \end_layout
11409
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \begin_layout Standard
11416 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11417  la anchura de celda de las columnas combinadas en la celda multicolumna.
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \begin_inset Float table
11422 placement h
11423 wide false
11424 sideways false
11425 status open
11426
11427 \begin_layout Plain Layout
11428 \begin_inset Caption
11429
11430 \begin_layout Plain Layout
11431 \begin_inset CommandInset label
11432 LatexCommand label
11433 name "tab:Tabla-con-centrado"
11434
11435 \end_inset
11436
11437 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11438 te la mitad de anchura que la celda multicolumna
11439 \begin_inset OptArg
11440 status collapsed
11441
11442 \begin_layout Plain Layout
11443 Tabla multicolumna perfecta
11444 \end_layout
11445
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \begin_layout Plain Layout
11457 \align center
11458 \begin_inset Tabular
11459 <lyxtabular version="3" rows="3" columns="3">
11460 <features>
11461 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11462 <column alignment="center" valignment="middle" width="0">
11463 <column alignment="center" valignment="top" width="0">
11464 <row>
11465 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 multicolumna línea múltiple
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 c
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 d
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 e
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 f
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 <row>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 g
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11533 \begin_inset Text
11534
11535 \begin_layout Plain Layout
11536 h
11537 \end_layout
11538
11539 \end_inset
11540 </cell>
11541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 i
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 </row>
11551 </lyxtabular>
11552
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \begin_layout Standard
11564 Por ejemplo, para crear la tabla
11565 \begin_inset space ~
11566 \end_inset
11567
11568
11569 \begin_inset CommandInset ref
11570 LatexCommand ref
11571 reference "tab:Tabla-con-centrado"
11572
11573 \end_inset
11574
11575 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11576  clic-derecha.
11577  En el diálogo marca 
11578 \emph on
11579 multicolumna
11580 \emph default
11581
11582 \emph on
11583 alineación centro
11584 \emph default
11585  y una anchura de 2.5
11586 \begin_inset space \thinspace{}
11587 \end_inset
11588
11589 cm.
11590  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11591  de la celda multicolumna, así que deberías ajustar 1.25
11592 \begin_inset space \thinspace{}
11593 \end_inset
11594
11595 cm para la primera columna.
11596  La segunda columna tendrá entonces automáticamente 1.25
11597 \begin_inset space \thinspace{}
11598 \end_inset
11599
11600 cm de anchura.
11601  Para la tabla
11602 \begin_inset space ~
11603 \end_inset
11604
11605
11606 \begin_inset CommandInset ref
11607 LatexCommand ref
11608 reference "tab:Tabla-sin-mitad"
11609
11610 \end_inset
11611
11612  se ha procedido de la siguiente manera:
11613 \end_layout
11614
11615 \begin_layout Standard
11616 \begin_inset Float table
11617 wide false
11618 sideways false
11619 status open
11620
11621 \begin_layout Plain Layout
11622 \begin_inset Caption
11623
11624 \begin_layout Plain Layout
11625 \begin_inset CommandInset label
11626 LatexCommand label
11627 name "tab:Tabla-sin-mitad"
11628
11629 \end_inset
11630
11631 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11632  anchura que la celda multicolumna
11633 \begin_inset OptArg
11634 status open
11635
11636 \begin_layout Plain Layout
11637 Tabla multicolumna imperfecta
11638 \end_layout
11639
11640 \end_inset
11641
11642
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \begin_layout Plain Layout
11651 \align center
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="3" columns="3">
11654 <features>
11655 <column alignment="center" valignment="top" width="1.25cm">
11656 <column alignment="center" valignment="top" width="0">
11657 <column alignment="center" valignment="top" width="0">
11658 <row>
11659 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 multicolumna línea múltiple
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 c
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 d
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 e
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 f
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 </row>
11716 <row>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 g
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 h
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11736 \begin_inset Text
11737
11738 \begin_layout Plain Layout
11739 i
11740 \end_layout
11741
11742 \end_inset
11743 </cell>
11744 </row>
11745 </lyxtabular>
11746
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Standard
11758 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11759 a, es un poco mayor.
11760  La razón es que la anchura dada para una celda 
11761 \begin_inset Formula $W_{g}$
11762 \end_inset
11763
11764  no es su anchura total 
11765 \begin_inset Formula $W_{\mathrm{tot}}$
11766 \end_inset
11767
11768  porque una celda es siempre algo mayor que la anchura dada.
11769  El apéndice
11770 \begin_inset space ~
11771 \end_inset
11772
11773
11774 \begin_inset CommandInset ref
11775 LatexCommand eqref
11776 reference "cha:Explicación-de-la-Ecuación"
11777
11778 \end_inset
11779
11780  lo explica con detalle.
11781 \end_layout
11782
11783 \begin_layout Standard
11784 La anchura dada necesaria, 
11785 \begin_inset Formula $W_{g\, n}$
11786 \end_inset
11787
11788  para combinar 
11789 \emph on
11790 n
11791 \emph default
11792  columnas puede calcularse de manera que cada columna tenga una anchura
11793  total de 
11794 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11795 \end_inset
11796
11797 :
11798 \begin_inset Formula \begin{equation}
11799 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Standard
11807 En nuestro caso tenemos 
11808 \begin_inset Formula $n=2$
11809 \end_inset
11810
11811
11812 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11813 \end_inset
11814
11815
11816 \begin_inset space \thinspace{}
11817 \end_inset
11818
11819 cm y los valores predeterminados para longitudes, así la ecuación
11820 \begin_inset space ~
11821 \end_inset
11822
11823
11824 \begin_inset CommandInset ref
11825 LatexCommand ref
11826 reference "eq:Wgn"
11827
11828 \end_inset
11829
11830  queda
11831 \begin_inset Formula \begin{equation}
11832 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11833
11834 \end_inset
11835
11836
11837 \end_layout
11838
11839 \begin_layout Standard
11840 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11841  
11842 \series bold
11843 calc
11844 \series default
11845  con la línea
11846 \begin_inset Index
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850 LaTeX-paquetes ! calc
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \end_layout
11857
11858 \begin_layout Standard
11859
11860 \series bold
11861
11862 \backslash
11863 usepackage{calc}
11864 \end_layout
11865
11866 \begin_layout Standard
11867 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11868  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11869  He aquí un repaso de los argumentos:
11870 \end_layout
11871
11872 \begin_layout Itemize
11873
11874 \series bold
11875 p{ancho}
11876 \series default
11877  crea celdas con anchura fija, el texto alineado arriba
11878 \end_layout
11879
11880 \begin_layout Itemize
11881
11882 \series bold
11883 m{ancho}
11884 \series default
11885  crea celdas con anchura fija, el texto con alineación vertical centrada
11886  
11887 \end_layout
11888
11889 \begin_layout Itemize
11890
11891 \series bold
11892 b{ancho}
11893 \series default
11894  crea celdas con anchura fija, el texto alineado abajo
11895 \end_layout
11896
11897 \begin_layout Standard
11898 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11899  en el diálogo se ignoran.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 \begin_inset Note Greyedout
11904 status open
11905
11906 \begin_layout Plain Layout
11907
11908 \series bold
11909 Nota:
11910 \series default
11911  Debido a un error, LyX muestra de todas formas estas propiedades.
11912 \end_layout
11913
11914 \end_inset
11915
11916  
11917 \end_layout
11918
11919 \begin_layout Standard
11920 El comando 
11921 \series bold
11922
11923 \backslash
11924 centering
11925 \series default
11926  centra horizontalmente el texto.
11927  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11928  columna extendida:
11929 \end_layout
11930
11931 \begin_layout Standard
11932
11933 \series bold
11934 >{
11935 \backslash
11936 centering}m{1.25cm-6.2pt}
11937 \end_layout
11938
11939 \begin_layout Standard
11940 El comando 
11941 \series bold
11942 >{ }
11943 \series default
11944  significa que los comandos entre llaves se aplican antes de crear la celda.
11945 \end_layout
11946
11947 \begin_layout Standard
11948 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11949 , aún está alineado a la izquierda.
11950  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11951  Así que para multicolumnas hemos de usar el argumento de LaTeX
11952 \end_layout
11953
11954 \begin_layout Standard
11955
11956 \series bold
11957 >{
11958 \backslash
11959 centering}m{2.5cm}
11960 \end_layout
11961
11962 \begin_layout Subsection
11963 Multifilas
11964 \begin_inset Index
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 Multifilas
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \begin_inset Index
11975 status collapsed
11976
11977 \begin_layout Plain Layout
11978 Tablas ! Multifilas
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \end_layout
11985
11986 \begin_layout Standard
11987 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11988  hace falta un poco de código TeX.
11989  Hay que cargar el paquete de LaTeX 
11990 \series bold
11991 multirow
11992 \series default
11993
11994 \begin_inset Index
11995 status collapsed
11996
11997 \begin_layout Plain Layout
11998 LaTeX-paquetes ! multirow
11999 \end_layout
12000
12001 \end_inset
12002
12003  en el preámbulo del documento con el comando
12004 \end_layout
12005
12006 \begin_layout Standard
12007
12008 \series bold
12009
12010 \backslash
12011 usepackage{multirow}
12012 \end_layout
12013
12014 \begin_layout Standard
12015 Las multifilas se crean con el comando
12016 \end_layout
12017
12018 \begin_layout Standard
12019
12020 \series bold
12021
12022 \backslash
12023 multirow{número de filas}{ancho de celda}{entrada de celda}
12024 \end_layout
12025
12026 \begin_layout Standard
12027 Para crear la siguiente tabla:
12028 \end_layout
12029
12030 \begin_layout Standard
12031 \align center
12032 \begin_inset ERT
12033 status collapsed
12034
12035 \begin_layout Plain Layout
12036
12037
12038 \backslash
12039 renewcommand{
12040 \backslash
12041 multirowsetup}{
12042 \backslash
12043 centering}
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \begin_inset Tabular
12050 <lyxtabular version="3" rows="3" columns="3">
12051 <features>
12052 <column alignment="center" valignment="top" width="0">
12053 <column alignment="center" valignment="top" width="0">
12054 <column alignment="center" valignment="top" width="0">
12055 <row>
12056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12057 \begin_inset Text
12058
12059 \begin_layout Plain Layout
12060 a
12061 \end_layout
12062
12063 \end_inset
12064 </cell>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069 b
12070 \end_layout
12071
12072 \end_inset
12073 </cell>
12074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12075 \begin_inset Text
12076
12077 \begin_layout Plain Layout
12078 c
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089 \begin_inset ERT
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093
12094
12095 \backslash
12096 multirow{2}{2.5cm}{
12097 \end_layout
12098
12099 \end_inset
12100
12101 entrada multifila
12102 \begin_inset ERT
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106
12107 }
12108 \end_layout
12109
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \end_inset
12116 </cell>
12117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12118 \begin_inset Text
12119
12120 \begin_layout Plain Layout
12121 e
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 f
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 </row>
12136 <row>
12137 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12138 \begin_inset Text
12139
12140 \begin_layout Plain Layout
12141
12142 \end_layout
12143
12144 \end_inset
12145 </cell>
12146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12147 \begin_inset Text
12148
12149 \begin_layout Plain Layout
12150 h
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159 i
12160 \end_layout
12161
12162 \end_inset
12163 </cell>
12164 </row>
12165 </lyxtabular>
12166
12167 \end_inset
12168
12169
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175
12176 \backslash
12177 renewcommand{
12178 \backslash
12179 multirowsetup}{
12180 \backslash
12181 raggedright}
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \begin_layout Standard
12190 crea una tabla 3×3.
12191  Para quitar la línea sobre la última celda en la primera columna, se marca
12192  la celda como multicolumna y se quita el borde superior.
12193  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12194  ahí el comando
12195 \end_layout
12196
12197 \begin_layout Standard
12198
12199 \series bold
12200
12201 \backslash
12202 multirow{2}{2.5cm}{
12203 \end_layout
12204
12205 \begin_layout Standard
12206 en código TeX.
12207  Según los parámetros del comando la multifila se expande a dos filas y
12208  tiene de ancho 2.5
12209 \begin_inset space \thinspace{}
12210 \end_inset
12211
12212 cm.
12213  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12214  y el comando finaliza con llave derecha 
12215 \series bold
12216 }
12217 \series default
12218  en otro cuadro de código TeX tras el texto.
12219 \end_layout
12220
12221 \begin_layout Standard
12222
12223 \series bold
12224
12225 \backslash
12226 multirow
12227 \series default
12228  alinea su contenido a la izquierda por omisión.
12229  Para cambiarlo renombra el comando 
12230 \series bold
12231
12232 \backslash
12233 multirowsetup
12234 \series default
12235  con el comando
12236 \end_layout
12237
12238 \begin_layout Standard
12239
12240 \series bold
12241
12242 \backslash
12243 renewcommand{
12244 \backslash
12245 multirowsetup}{
12246 \backslash
12247 centering}
12248 \end_layout
12249
12250 \begin_layout Standard
12251 en el preámbulo del documento.
12252  Entonces se centran todas las entradas de celdas multifila en el documento.
12253  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12254  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12255  Si el texto debe estar alineado a la derecha, reemplaza 
12256 \series bold
12257
12258 \backslash
12259 centering
12260 \series default
12261  por 
12262 \series bold
12263
12264 \backslash
12265 raggedleft
12266 \series default
12267 .
12268  Para volver a alineado a la izquierda usa 
12269 \series bold
12270
12271 \backslash
12272 raggedright
12273 \series default
12274 .
12275 \end_layout
12276
12277 \begin_layout Section
12278 Tablas formales
12279 \begin_inset CommandInset label
12280 LatexCommand label
12281 name "sec:Tablas-Formales"
12282
12283 \end_inset
12284
12285
12286 \begin_inset Index
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290 Tablas Formales
12291 \end_layout
12292
12293 \end_inset
12294
12295
12296 \begin_inset Index
12297 status collapsed
12298
12299 \begin_layout Plain Layout
12300 Tablas ! Estilo formal
12301 \end_layout
12302
12303 \end_inset
12304
12305  
12306 \end_layout
12307
12308 \begin_layout Standard
12309 En los libros, las tablas se suelen presentar en un formato como el de la
12310  tabla 
12311 \begin_inset space ~
12312 \end_inset
12313
12314
12315 \begin_inset CommandInset ref
12316 LatexCommand ref
12317 reference "tab:Ejemplo-tabla-formal"
12318
12319 \end_inset
12320
12321 .
12322  Se denominan tablas 
12323 \emph on
12324 formales
12325 \emph default
12326 .
12327  Para hacer tablas con este diseño, elige 
12328 \family sans
12329 Estilo
12330 \family default
12331
12332 \begin_inset space ~
12333 \end_inset
12334
12335
12336 \family sans
12337 Formal
12338 \family default
12339  en la solapa 
12340 \family sans
12341 Bordes
12342 \family default
12343  del cuadro de diálogo de tablas.
12344 \end_layout
12345
12346 \begin_layout Standard
12347 \begin_inset Float table
12348 placement h
12349 wide false
12350 sideways false
12351 status open
12352
12353 \begin_layout Plain Layout
12354 \begin_inset Caption
12355
12356 \begin_layout Plain Layout
12357 \begin_inset CommandInset label
12358 LatexCommand label
12359 name "tab:Ejemplo-tabla-formal"
12360
12361 \end_inset
12362
12363 Ejemplo de tabla formal
12364 \end_layout
12365
12366 \end_inset
12367
12368
12369 \end_layout
12370
12371 \begin_layout Plain Layout
12372 \align center
12373 \begin_inset Tabular
12374 <lyxtabular version="3" rows="8" columns="4">
12375 <features booktabs="true">
12376 <column alignment="center" valignment="top" width="0">
12377 <column alignment="center" valignment="top" width="0">
12378 <column alignment="center" valignment="top" width="0">
12379 <column alignment="center" valignment="top" width="0">
12380 <row>
12381 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12382 \begin_inset Text
12383
12384 \begin_layout Plain Layout
12385 System
12386 \end_layout
12387
12388 \end_inset
12389 </cell>
12390 <cell alignment="center" valignment="top" topline="true" usebox="none">
12391 \begin_inset Text
12392
12393 \begin_layout Plain Layout
12394 Medipix
12395 \begin_inset space \thinspace{}
12396 \end_inset
12397
12398 1
12399 \end_layout
12400
12401 \end_inset
12402 </cell>
12403 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12404 \begin_inset Text
12405
12406 \begin_layout Plain Layout
12407 Medipix
12408 \begin_inset space \thinspace{}
12409 \end_inset
12410
12411 2
12412 \end_layout
12413
12414 \end_inset
12415 </cell>
12416 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12417 \begin_inset Text
12418
12419 \begin_layout Plain Layout
12420
12421 \end_layout
12422
12423 \end_inset
12424 </cell>
12425 </row>
12426 <row>
12427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Plain Layout
12431 \begin_inset ERT
12432 status collapsed
12433
12434 \begin_layout Plain Layout
12435
12436
12437 \backslash
12438 cmidrule(r){2-2}
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \begin_inset ERT
12445 status collapsed
12446
12447 \begin_layout Plain Layout
12448
12449
12450 \backslash
12451 cmidrule(l){3-4}
12452 \end_layout
12453
12454 \end_inset
12455
12456 Detector thickness [µm]
12457 \end_layout
12458
12459 \end_inset
12460 </cell>
12461 <cell alignment="center" valignment="top" usebox="none">
12462 \begin_inset Text
12463
12464 \begin_layout Plain Layout
12465 300
12466 \end_layout
12467
12468 \end_inset
12469 </cell>
12470 <cell alignment="center" valignment="top" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 300
12475 \end_layout
12476
12477 \end_inset
12478 </cell>
12479 <cell alignment="center" valignment="top" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 700
12484 \end_layout
12485
12486 \end_inset
12487 </cell>
12488 </row>
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 Edge angle [°]
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 3.55
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell alignment="center" valignment="top" topline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 2.71
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" topline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 7.99
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 <row topspace="default">
12528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Spatial resolution [µm]
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell alignment="center" valignment="top" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541 4.26
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 <cell alignment="center" valignment="top" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 10.17
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 10.56
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 </row>
12565 <row topspace="default">
12566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 MTF at 
12571 \begin_inset Formula $f_{\mathrm{max}}$
12572 \end_inset
12573
12574
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 0.53
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 0.37
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 0.39
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 </row>
12607 <row topspace="default">
12608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 \begin_inset ERT
12613 status collapsed
12614
12615 \begin_layout Plain Layout
12616
12617
12618 \backslash
12619 cmidrule(l{10pt}){1-1}
12620 \end_layout
12621
12622 \end_inset
12623
12624 LSF-spatial resolution
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 </row>
12657 <row>
12658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 in µm
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 129.7
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 52.75
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 50.78
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 </row>
12695 <row>
12696 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12697 \begin_inset Text
12698
12699 \begin_layout Plain Layout
12700 in % of pixel size
12701 \end_layout
12702
12703 \end_inset
12704 </cell>
12705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 76.3
12710 \end_layout
12711
12712 \end_inset
12713 </cell>
12714 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 95.9
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 92.3
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 </lyxtabular>
12734
12735 \end_inset
12736
12737
12738 \end_layout
12739
12740 \end_inset
12741
12742
12743 \end_layout
12744
12745 \begin_layout Standard
12746 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12747  correspondientes que se encuentran en la solapa 
12748 \family sans
12749 Bordes 
12750 \family default
12751 del diálogo
12752 \family sans
12753  Configuración
12754 \begin_inset space ~
12755 \end_inset
12756
12757 de
12758 \begin_inset space ~
12759 \end_inset
12760
12761 la
12762 \begin_inset space ~
12763 \end_inset
12764
12765 tabla
12766 \family default
12767 , como se explica en la sección
12768 \begin_inset space ~
12769 \end_inset
12770
12771
12772 \begin_inset CommandInset ref
12773 LatexCommand ref
12774 reference "sub:Espacio-adicional"
12775
12776 \end_inset
12777
12778
12779 \end_layout
12780
12781 \begin_layout Standard
12782 A diferencia de las tablas normales, las tablas formales no tienen líneas
12783  verticales.
12784  Las líneas horizontales se pueden poner o no como en las tablas normales,
12785  pero en la salida se mostrarán con distinto grosor:
12786 \begin_inset Newline newline
12787 \end_inset
12788
12789 Las líneas primera y última tienen un grosor predeterminado de 0.08
12790 \begin_inset space \thinspace{}
12791 \end_inset
12792
12793 em, las demás tienen un grosor predeterminado de 0.05
12794 \begin_inset space \thinspace{}
12795 \end_inset
12796
12797 em.
12798 \end_layout
12799
12800 \begin_layout Standard
12801 Estos valores predeterminados se pueden cambiar
12802 \series bold
12803  
12804 \series default
12805 con las líneas de preámbulo:
12806 \end_layout
12807
12808 \begin_layout Standard
12809
12810 \series bold
12811
12812 \backslash
12813 let
12814 \backslash
12815 mytoprule
12816 \backslash
12817 toprule
12818 \begin_inset Newline newline
12819 \end_inset
12820
12821
12822 \backslash
12823 renewcommand{
12824 \backslash
12825 toprule}{
12826 \backslash
12827 mytoprule[grosor]}
12828 \end_layout
12829
12830 \begin_layout Standard
12831 Este ejemplo es para la primera línea, la denominada 
12832 \series bold
12833 toprule
12834 \series default
12835 .
12836  Si quieres cambiar el grosor de la última línea, reemplaza 
12837 \series bold
12838 toprule
12839 \series default
12840  por 
12841 \series bold
12842 bottomrule
12843 \series default
12844 .
12845  Y para cambiar el grosor de las demás líneas cambia 
12846 \series bold
12847 toprule
12848 \series default
12849  por 
12850 \series bold
12851 midrule
12852 \series default
12853 .
12854  Puedes usar cualquiera de las unidades listadas en el apéndice
12855 \begin_inset space ~
12856 \end_inset
12857
12858
12859 \begin_inset CommandInset ref
12860 LatexCommand ref
12861 reference "cha:Unidades-disponibles-en"
12862
12863 \end_inset
12864
12865  para establecer el grosor.
12866 \end_layout
12867
12868 \begin_layout Standard
12869 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12870  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12871  LyX empleará internamente el comando 
12872 \series bold
12873
12874 \backslash
12875 cmidrule
12876 \series default
12877  para dibujar la línea.
12878  El esquema completo es
12879 \end_layout
12880
12881 \begin_layout Standard
12882
12883 \series bold
12884
12885 \backslash
12886 cmidrule[grosor](recorte){inicol-fincol}
12887 \end_layout
12888
12889 \begin_layout Standard
12890 Por el momento, LyX no soporta las opciones de 
12891 \series bold
12892
12893 \backslash
12894 cmidrule
12895 \series default
12896 , así que para usarlas hay que emplear código TeX.
12897  Las líneas 
12898 \series bold
12899
12900 \backslash
12901 cmidrule
12902 \series default
12903  se pueden insertar manualmente con el comando en código TeX como primera
12904  entrada de la primera celda de una fila.
12905  En la salida se dibujará la línea sobre dicha fila.
12906 \end_layout
12907
12908 \begin_layout Standard
12909 El grosor predeterminado es 0.03
12910 \begin_inset space \thinspace{}
12911 \end_inset
12912
12913 em.
12914  
12915 \series bold
12916 inicol
12917 \series default
12918  es el número de la columna en la que comienza la línea y 
12919 \series bold
12920 fincol
12921 \series default
12922  es el número de la columna en la que acaba la línea.
12923  El valor 
12924 \series bold
12925 fincol
12926 \series default
12927  debe especificarse siempre, aunque la línea se extienda sobre una sola
12928  columna.
12929  El parámetro opcional 
12930 \series bold
12931 recorte
12932 \series default
12933  debe ser 
12934 \emph on
12935 l{recorte}
12936 \emph default
12937  o 
12938 \emph on
12939 r{recorte}
12940 \emph default
12941 , donde 
12942 \emph on
12943 recorte
12944 \emph default
12945  también es opcional.
12946  Por ejemplo, el parámetro 
12947 \emph on
12948 l{2pt}
12949 \emph default
12950  significa que la línea se recorta 2
12951 \begin_inset space \thinspace{}
12952 \end_inset
12953
12954 pt por su izquierda.
12955  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12956 \begin_inset space \thinspace{}
12957 \end_inset
12958
12959 em.
12960
12961 \series bold
12962  
12963 \end_layout
12964
12965 \begin_layout Standard
12966
12967 \end_layout
12968
12969 \begin_layout Standard
12970 \begin_inset VSpace bigskip
12971 \end_inset
12972
12973
12974 \end_layout
12975
12976 \begin_layout Standard
12977 La tabla
12978 \begin_inset space ~
12979 \end_inset
12980
12981
12982 \begin_inset CommandInset ref
12983 LatexCommand ref
12984 reference "tab:Ejemplo-tabla-formal"
12985
12986 \end_inset
12987
12988  se ha creado con los comandos
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 cmidrule(r){2-2}
12997 \backslash
12998 cmidrule(l){3-4}
12999 \end_layout
13000
13001 \begin_layout Standard
13002 en la segunda fila, 
13003 \series bold
13004
13005 \backslash
13006 midrule
13007 \series default
13008  en la tercera, y
13009 \end_layout
13010
13011 \begin_layout Standard
13012
13013 \series bold
13014
13015 \backslash
13016 cmidrule(l{10pt}){1-1}
13017 \end_layout
13018
13019 \begin_layout Standard
13020 en la sexta fila.
13021 \end_layout
13022
13023 \begin_layout Standard
13024 \begin_inset VSpace bigskip
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \begin_layout Standard
13031 Quizá quieras superponer líneas 
13032 \series bold
13033
13034 \backslash
13035 cmidrules
13036 \series default
13037  como en la tabla
13038 \begin_inset space ~
13039 \end_inset
13040
13041
13042 \begin_inset CommandInset ref
13043 LatexCommand ref
13044 reference "tab:Tabla-formal-especial"
13045
13046 \end_inset
13047
13048 .
13049  Esto se consigue con el comando en código TeX
13050 \end_layout
13051
13052 \begin_layout Standard
13053
13054 \series bold
13055
13056 \backslash
13057 morecmidrules
13058 \end_layout
13059
13060 \begin_layout Standard
13061 El comando que se ha utilizado para la segunda fila de la tabla
13062 \begin_inset space ~
13063 \end_inset
13064
13065
13066 \begin_inset CommandInset ref
13067 LatexCommand ref
13068 reference "tab:Tabla-formal-especial"
13069
13070 \end_inset
13071
13072  es
13073 \end_layout
13074
13075 \begin_layout Standard
13076
13077 \series bold
13078
13079 \backslash
13080 cmidrule(r){2-2}
13081 \backslash
13082 cmidrule(l){3-4}
13083 \backslash
13084 morecmidrules
13085 \backslash
13086 cmidrule{2-4}
13087 \end_layout
13088
13089 \begin_layout Standard
13090 El comando para la sexta fila es
13091 \end_layout
13092
13093 \begin_layout Standard
13094
13095 \series bold
13096
13097 \backslash
13098 midrule
13099 \backslash
13100 morecmidrules
13101 \backslash
13102 cmidrule{3-4}
13103 \series default
13104
13105 \begin_inset VSpace bigskip
13106 \end_inset
13107
13108
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13113  el siguiente comando para dibujar líneas que se extienden sobre todas las
13114  columnas
13115 \end_layout
13116
13117 \begin_layout Standard
13118
13119 \series bold
13120
13121 \backslash
13122 specialrule{anchura}{espacio superior}{espacio inferior}
13123 \end_layout
13124
13125 \begin_layout Standard
13126 Para más información sobre estas características especiales, acude al manual
13127  del paquete LaTeX 
13128 \series bold
13129 booktabs
13130 \series default
13131
13132 \begin_inset CommandInset citation
13133 LatexCommand cite
13134 key "booktabs"
13135
13136 \end_inset
13137
13138 .
13139 \begin_inset Index
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143 LaTeX-paquetes ! booktabs
13144 \end_layout
13145
13146 \end_inset
13147
13148  
13149 \begin_inset VSpace bigskip
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 \begin_inset Float table
13157 placement h
13158 wide false
13159 sideways false
13160 status open
13161
13162 \begin_layout Plain Layout
13163 \begin_inset Caption
13164
13165 \begin_layout Plain Layout
13166 \begin_inset CommandInset label
13167 LatexCommand label
13168 name "tab:Tabla-formal-especial"
13169
13170 \end_inset
13171
13172 Tabla formal especial
13173 \end_layout
13174
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \begin_layout Plain Layout
13181 \align center
13182 \begin_inset Tabular
13183 <lyxtabular version="3" rows="8" columns="4">
13184 <features booktabs="true">
13185 <column alignment="center" valignment="top" width="0">
13186 <column alignment="center" valignment="top" width="0">
13187 <column alignment="center" valignment="top" width="0">
13188 <column alignment="center" valignment="top" width="0">
13189 <row>
13190 <cell alignment="center" valignment="top" topline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 System
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Medipix
13204 \begin_inset space \thinspace{}
13205 \end_inset
13206
13207 1
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216 Medipix
13217 \begin_inset space \thinspace{}
13218 \end_inset
13219
13220 2
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229
13230 \end_layout
13231
13232 \end_inset
13233 </cell>
13234 </row>
13235 <row>
13236 <cell alignment="center" valignment="top" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 \begin_inset ERT
13241 status collapsed
13242
13243 \begin_layout Plain Layout
13244
13245
13246 \backslash
13247 cmidrule(r){2-2}
13248 \end_layout
13249
13250 \end_inset
13251
13252
13253 \begin_inset ERT
13254 status collapsed
13255
13256 \begin_layout Plain Layout
13257
13258
13259 \backslash
13260 cmidrule(l){3-4}
13261 \end_layout
13262
13263 \end_inset
13264
13265
13266 \begin_inset ERT
13267 status collapsed
13268
13269 \begin_layout Plain Layout
13270
13271
13272 \backslash
13273 morecmidrules 
13274 \end_layout
13275
13276 \end_inset
13277
13278
13279 \begin_inset ERT
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283
13284
13285 \backslash
13286 cmidrule{2-4}
13287 \end_layout
13288
13289 \end_inset
13290
13291 Detector thickness [µm]
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 300
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 300
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 700
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 </row>
13324 <row>
13325 <cell alignment="center" valignment="top" topline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Edge angle [°]
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 3.55
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 2.71
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 7.99
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row topspace="default">
13363 <cell alignment="center" valignment="top" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 Spatial resolution [µm]
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 4.26
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 10.17
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 10.56
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 </row>
13400 <row topspace="default">
13401 <cell alignment="center" valignment="top" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 MTF at 
13406 \begin_inset Formula $f_{\mathrm{max}}$
13407 \end_inset
13408
13409
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 0.53
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 0.37
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 0.39
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 </row>
13442 <row>
13443 <cell alignment="center" valignment="top" topline="true" usebox="none">
13444 \begin_inset Text
13445
13446 \begin_layout Plain Layout
13447 \begin_inset ERT
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451
13452
13453 \backslash
13454 morecmidrules 
13455 \end_layout
13456
13457 \end_inset
13458
13459
13460 \begin_inset ERT
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464
13465
13466 \backslash
13467 cmidrule{3-4}
13468 \end_layout
13469
13470 \end_inset
13471
13472 LSF-spatial resolution
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 </row>
13505 <row>
13506 <cell alignment="center" valignment="top" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 in µm
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 129.7
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 52.75
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537 50.78
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 </row>
13543 <row>
13544 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 in % of pixel size
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 76.3
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 95.9
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 92.3
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 </row>
13581 </lyxtabular>
13582
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \begin_layout Section
13594 Alineación vertical de tablas
13595 \begin_inset Index
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599 Tablas ! Alineación vertical
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \begin_layout Standard
13608 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13609  en un cuadro.
13610  Entonces el cuadro se puede alinear verticalmente como se describe en la
13611  sección
13612 \begin_inset space ~
13613 \end_inset
13614
13615
13616 \begin_inset CommandInset ref
13617 LatexCommand ref
13618 reference "sec:Diálogo-Cuadros"
13619
13620 \end_inset
13621
13622 .
13623  
13624 \end_layout
13625
13626 \begin_layout Standard
13627 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13628 \begin_inset Foot
13629 status collapsed
13630
13631 \begin_layout Plain Layout
13632 Las minipáginas se describen en la sección
13633 \begin_inset space ~
13634 \end_inset
13635
13636
13637 \begin_inset CommandInset ref
13638 LatexCommand ref
13639 reference "sec:Minipáginas"
13640
13641 \end_inset
13642
13643 .
13644 \end_layout
13645
13646 \end_inset
13647
13648  que tiene una anchura del 15
13649 \begin_inset space \thinspace{}
13650 \end_inset
13651
13652 % de columna:
13653 \end_layout
13654
13655 \begin_layout Itemize
13656 test 
13657 \begin_inset Box Frameless
13658 position "t"
13659 hor_pos "c"
13660 has_inner_box 1
13661 inner_pos "c"
13662 use_parbox 0
13663 width "15col%"
13664 special "none"
13665 height "1in"
13666 height_special "totalheight"
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670 \begin_inset Tabular
13671 <lyxtabular version="3" rows="3" columns="3">
13672 <features>
13673 <column alignment="center" valignment="top" width="0">
13674 <column alignment="center" valignment="top" width="0">
13675 <column alignment="center" valignment="top" width="0">
13676 <row>
13677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 a
13682 \end_layout
13683
13684 \end_inset
13685 </cell>
13686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13687 \begin_inset Text
13688
13689 \begin_layout Plain Layout
13690 d
13691 \end_layout
13692
13693 \end_inset
13694 </cell>
13695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699 g
13700 \end_layout
13701
13702 \end_inset
13703 </cell>
13704 </row>
13705 <row>
13706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710 b
13711 \end_layout
13712
13713 \end_inset
13714 </cell>
13715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13716 \begin_inset Text
13717
13718 \begin_layout Plain Layout
13719 e
13720 \end_layout
13721
13722 \end_inset
13723 </cell>
13724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13725 \begin_inset Text
13726
13727 \begin_layout Plain Layout
13728 h
13729 \end_layout
13730
13731 \end_inset
13732 </cell>
13733 </row>
13734 <row>
13735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 c
13740 \end_layout
13741
13742 \end_inset
13743 </cell>
13744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13745 \begin_inset Text
13746
13747 \begin_layout Plain Layout
13748 f
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757 i
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 </row>
13763 </lyxtabular>
13764
13765 \end_inset
13766
13767
13768 \end_layout
13769
13770 \end_inset
13771
13772  test 
13773 \begin_inset ERT
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777
13778
13779 \backslash
13780 raisebox{0.85
13781 \backslash
13782 baselineskip}{
13783 \end_layout
13784
13785 \end_inset
13786
13787
13788 \begin_inset Box Frameless
13789 position "t"
13790 hor_pos "c"
13791 has_inner_box 1
13792 inner_pos "c"
13793 use_parbox 0
13794 width "15col%"
13795 special "none"
13796 height "1in"
13797 height_special "totalheight"
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801 \begin_inset Tabular
13802 <lyxtabular version="3" rows="3" columns="3">
13803 <features>
13804 <column alignment="center" valignment="top" width="0">
13805 <column alignment="center" valignment="top" width="0">
13806 <column alignment="center" valignment="top" width="0">
13807 <row>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 a
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 d
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 g
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 </row>
13836 <row>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 b
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 e
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 h
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 </row>
13865 <row>
13866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13867 \begin_inset Text
13868
13869 \begin_layout Plain Layout
13870 c
13871 \end_layout
13872
13873 \end_inset
13874 </cell>
13875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 f
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 i
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 </row>
13894 </lyxtabular>
13895
13896 \end_inset
13897
13898
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \begin_inset ERT
13905 status collapsed
13906
13907 \begin_layout Plain Layout
13908
13909 }
13910 \end_layout
13911
13912 \end_inset
13913
13914
13915 \end_layout
13916
13917 \begin_layout Itemize
13918 test 
13919 \begin_inset Box Frameless
13920 position "c"
13921 hor_pos "c"
13922 has_inner_box 1
13923 inner_pos "c"
13924 use_parbox 0
13925 width "15col%"
13926 special "none"
13927 height "1in"
13928 height_special "totalheight"
13929 status collapsed
13930
13931 \begin_layout Plain Layout
13932 \begin_inset Tabular
13933 <lyxtabular version="3" rows="3" columns="3">
13934 <features>
13935 <column alignment="center" valignment="top" width="0">
13936 <column alignment="center" valignment="top" width="0">
13937 <column alignment="center" valignment="top" width="0">
13938 <row>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 a
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 d
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 g
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 </row>
13967 <row>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 b
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 e
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 h
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 </row>
13996 <row>
13997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 c
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 f
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 i
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 </row>
14025 </lyxtabular>
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Itemize
14038 test 
14039 \begin_inset Box Frameless
14040 position "b"
14041 hor_pos "c"
14042 has_inner_box 1
14043 inner_pos "c"
14044 use_parbox 0
14045 width "15col%"
14046 special "none"
14047 height "1in"
14048 height_special "totalheight"
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Tabular
14053 <lyxtabular version="3" rows="3" columns="3">
14054 <features>
14055 <column alignment="center" valignment="top" width="0">
14056 <column alignment="center" valignment="top" width="0">
14057 <column alignment="center" valignment="top" width="0">
14058 <row>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 a
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 d
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 g
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 b
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 e
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 h
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 </row>
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 c
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 f
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 i
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 </lyxtabular>
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154  test 
14155 \begin_inset ERT
14156 status collapsed
14157
14158 \begin_layout Plain Layout
14159
14160
14161 \backslash
14162 raisebox{-0.32
14163 \backslash
14164 baselineskip}{
14165 \end_layout
14166
14167 \end_inset
14168
14169
14170 \begin_inset Box Frameless
14171 position "b"
14172 hor_pos "c"
14173 has_inner_box 1
14174 inner_pos "c"
14175 use_parbox 0
14176 width "15col%"
14177 special "none"
14178 height "1in"
14179 height_special "totalheight"
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 \begin_inset Tabular
14184 <lyxtabular version="3" rows="3" columns="3">
14185 <features>
14186 <column alignment="center" valignment="top" width="0">
14187 <column alignment="center" valignment="top" width="0">
14188 <column alignment="center" valignment="top" width="0">
14189 <row>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 a
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 d
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 g
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 </row>
14218 <row>
14219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14220 \begin_inset Text
14221
14222 \begin_layout Plain Layout
14223 b
14224 \end_layout
14225
14226 \end_inset
14227 </cell>
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 e
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 h
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 </row>
14247 <row>
14248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 c
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 f
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 i
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 </row>
14276 </lyxtabular>
14277
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \begin_inset ERT
14287 status collapsed
14288
14289 \begin_layout Plain Layout
14290
14291 }
14292 \end_layout
14293
14294 \end_inset
14295
14296
14297 \end_layout
14298
14299 \begin_layout Standard
14300 Como ves, los contenidos de la primera y última filas no se alinean correctament
14301 e con la línea de texto donde está la tabla.
14302  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14303  un cuadro elevado («raisebox»
14304 \begin_inset Foot
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308 El uso del comando 
14309 \series bold
14310
14311 \backslash
14312 raisebox
14313 \series default
14314  se explica en la sección
14315 \begin_inset space ~
14316 \end_inset
14317
14318
14319 \begin_inset CommandInset ref
14320 LatexCommand ref
14321 reference "sub:Alineación-Vertical"
14322
14323 \end_inset
14324
14325 .
14326 \end_layout
14327
14328 \end_inset
14329
14330 ).
14331  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14332  usando el comando en código TeX
14333 \end_layout
14334
14335 \begin_layout Standard
14336
14337 \series bold
14338
14339 \backslash
14340 raisebox{0.85
14341 \backslash
14342 baselineskip}{
14343 \end_layout
14344
14345 \begin_layout Standard
14346 antes del cuadro.
14347  Tras él, se pone la llave de cierre 
14348 \series bold
14349 }
14350 \series default
14351  también en código TeX.
14352  Para la segunda tabla en el tercer ítem se usa el comando 
14353 \end_layout
14354
14355 \begin_layout Standard
14356
14357 \series bold
14358
14359 \backslash
14360 raisebox{-0.32
14361 \backslash
14362 baselineskip}{
14363 \end_layout
14364
14365 \begin_layout Standard
14366 \begin_inset Note Greyedout
14367 status open
14368
14369 \begin_layout Plain Layout
14370
14371 \series bold
14372 Not
14373 \series default
14374 a: La alineación del contenido de la fila con la línea del texto adyacente
14375  no es exacta.
14376  El factor necesario del comando 
14377 \series bold
14378
14379 \backslash
14380 raisebox
14381 \series default
14382  para este alineamiento depende de la fuente del documento, del tamaño de
14383  la fuente y del grosor de línea de la tabla.
14384 \end_layout
14385
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Section
14392 Tablas coloreadas
14393 \begin_inset CommandInset label
14394 LatexCommand label
14395 name "sec:Tablas-Coloreadas"
14396
14397 \end_inset
14398
14399
14400 \begin_inset Index
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404 Tablas ! Coloreadas
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Subsection
14413 Celdas coloreadas
14414 \begin_inset Index
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418 Tablas coloreadas ! Celdas
14419 \end_layout
14420
14421 \end_inset
14422
14423
14424 \begin_inset Index
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428 Color ! en celdas de tablas
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 \begin_inset Float table
14438 placement h
14439 wide false
14440 sideways false
14441 status open
14442
14443 \begin_layout Plain Layout
14444 \begin_inset Caption
14445
14446 \begin_layout Plain Layout
14447 \begin_inset CommandInset label
14448 LatexCommand label
14449 name "tab:Tabla-coloreada-sin"
14450
14451 \end_inset
14452
14453 Tabla coloreada sin usar el paquete 
14454 \series bold
14455 colortbl
14456 \series default
14457
14458 \begin_inset OptArg
14459 status collapsed
14460
14461 \begin_layout Plain Layout
14462 Tabla sin colortbl
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \begin_layout Plain Layout
14476 \align center
14477 \begin_inset Tabular
14478 <lyxtabular version="3" rows="3" columns="3">
14479 <features>
14480 <column alignment="center" valignment="top" width="0">
14481 <column alignment="center" valignment="top" width="0">
14482 <column alignment="center" valignment="top" width="0">
14483 <row>
14484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14485 \begin_inset Text
14486
14487 \begin_layout Plain Layout
14488
14489 \color green
14490 a
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14496 \begin_inset Text
14497
14498 \begin_layout Plain Layout
14499
14500 \color red
14501 b
14502 \end_layout
14503
14504 \end_inset
14505 </cell>
14506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14507 \begin_inset Text
14508
14509 \begin_layout Plain Layout
14510
14511 \color red
14512 c
14513 \end_layout
14514
14515 \end_inset
14516 </cell>
14517 </row>
14518 <row>
14519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14520 \begin_inset Text
14521
14522 \begin_layout Plain Layout
14523
14524 \color green
14525 d
14526 \end_layout
14527
14528 \end_inset
14529 </cell>
14530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534
14535 \color blue
14536 e
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545
14546 \color blue
14547 f
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 </row>
14553 <row>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558
14559 \color green
14560 g
14561 \end_layout
14562
14563 \end_inset
14564 </cell>
14565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14566 \begin_inset Text
14567
14568 \begin_layout Plain Layout
14569
14570 \color blue
14571 h
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14577 \begin_inset Text
14578
14579 \begin_layout Plain Layout
14580
14581 \color blue
14582 i
14583 \end_layout
14584
14585 \end_inset
14586 </cell>
14587 </row>
14588 </lyxtabular>
14589
14590 \end_inset
14591
14592
14593 \end_layout
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \begin_layout Standard
14601 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14602  el menú 
14603 \family sans
14604 Editar\SpecialChar \menuseparator
14605 Estilo
14606 \begin_inset space ~
14607 \end_inset
14608
14609 del
14610 \begin_inset space ~
14611 \end_inset
14612
14613 Texto
14614 \family default
14615 .
14616  Esto se ha hecho en la tabla
14617 \begin_inset space ~
14618 \end_inset
14619
14620
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "tab:Tabla-coloreada-sin"
14624
14625 \end_inset
14626
14627 .
14628  En cualquier otro caso hay que usar el paquete LaTeX 
14629 \series bold
14630 colortbl
14631 \series default
14632 .
14633 \begin_inset Index
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 LaTeX-paquetes ! colortbl
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 \begin_inset ERT
14647 status collapsed
14648
14649 \begin_layout Plain Layout
14650
14651
14652 \backslash
14653 ifcolortbl
14654 \end_layout
14655
14656 \end_inset
14657
14658
14659 \begin_inset Note Note
14660 status open
14661
14662 \begin_layout Plain Layout
14663 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14664  LaTeX 
14665 \series bold
14666 colortbl
14667 \series default
14668 .
14669 \end_layout
14670
14671 \end_inset
14672
14673
14674 \end_layout
14675
14676 \begin_layout Standard
14677 Para crear tablas coloreadas, 
14678 \series bold
14679 colortbl
14680 \series default
14681  debe cargarse en el preámbulo con la línea
14682 \end_layout
14683
14684 \begin_layout Standard
14685
14686 \series bold
14687
14688 \backslash
14689 usepackage{colortbl}
14690 \end_layout
14691
14692 \begin_layout Standard
14693 El color de una columna se define con el comando
14694 \end_layout
14695
14696 \begin_layout Standard
14697
14698 \series bold
14699
14700 \backslash
14701 columncolor{nombre del color}
14702 \end_layout
14703
14704 \begin_layout Standard
14705 dentro del comando 
14706 \series bold
14707 >{ }
14708 \series default
14709 .
14710  Más sobre el comando 
14711 \series bold
14712 >{}
14713 \series default
14714  se explica en la sección
14715 \begin_inset space ~
14716 \end_inset
14717
14718
14719 \begin_inset CommandInset ref
14720 LatexCommand ref
14721 reference "sub:Cálculos-en-Multicolumnas"
14722
14723 \end_inset
14724
14725 .
14726 \end_layout
14727
14728 \begin_layout Standard
14729 Los siguientes nombres de color están predefinidos:
14730 \end_layout
14731
14732 \begin_layout Standard
14733
14734 \family sans
14735 red
14736 \family default
14737
14738 \family sans
14739 green
14740 \family default
14741
14742 \family sans
14743 yellow, blue
14744 \family default
14745
14746 \family sans
14747 cyan
14748 \family default
14749 \series bold
14750 ,
14751 \series default
14752  
14753 \family sans
14754 magenta, black
14755 \family default
14756
14757 \family sans
14758 white
14759 \end_layout
14760
14761 \begin_layout Standard
14762 \begin_inset VSpace medskip
14763 \end_inset
14764
14765
14766 \end_layout
14767
14768 \begin_layout Standard
14769 Puedes definir tus propios colores con el comando
14770 \end_layout
14771
14772 \begin_layout Standard
14773
14774 \series bold
14775
14776 \backslash
14777 definecolor{nombre del color}{modelo de color}{valores de color}
14778 \end_layout
14779
14780 \begin_layout Standard
14781 El modelo de color puede ser
14782 \end_layout
14783
14784 \begin_layout Labeling
14785 \labelwidthstring 00.00.0000
14786 cmyk: cyan, magenta, yellow, black
14787 \end_layout
14788
14789 \begin_layout Labeling
14790 \labelwidthstring 00.00.0000
14791 rgb: red, green, blue
14792 \end_layout
14793
14794 \begin_layout Labeling
14795 \labelwidthstring 00.00.0000
14796 gray: gray
14797 \end_layout
14798
14799 \begin_layout Standard
14800 y los valores de color son números separados por comas entre 0 y 1 que describen
14801  el factor para el color correspondiente del modelo de color.
14802 \end_layout
14803
14804 \begin_layout Standard
14805 Por ejemplo, puedes definir el color
14806 \series bold
14807  
14808 \series default
14809 «
14810 \emph on
14811 verde oscuro
14812 \emph default
14813 » en el preámbulo con
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \series bold
14819
14820 \backslash
14821 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14822 \end_layout
14823
14824 \begin_layout Standard
14825 y el color «
14826 \emph on
14827 gris claro
14828 \emph default
14829 » con
14830 \end_layout
14831
14832 \begin_layout Standard
14833
14834 \series bold
14835
14836 \backslash
14837 definecolor{grisclaro}{gray}{0.8}
14838 \end_layout
14839
14840 \begin_layout Standard
14841 \begin_inset VSpace medskip
14842 \end_inset
14843
14844
14845 \end_layout
14846
14847 \begin_layout Standard
14848 Las líneas se colorean con el comando
14849 \end_layout
14850
14851 \begin_layout Standard
14852
14853 \series bold
14854
14855 \backslash
14856 rowcolor{nombre del color}
14857 \end_layout
14858
14859 \begin_layout Standard
14860 y las celdas se colorean con el comando
14861 \end_layout
14862
14863 \begin_layout Standard
14864
14865 \series bold
14866
14867 \backslash
14868 cellcolor{nombre del color}
14869 \end_layout
14870
14871 \begin_layout Standard
14872 Ambos comandos se insertan al principio de una celda en código TeX.
14873 \end_layout
14874
14875 \begin_layout Standard
14876 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14877 \family sans
14878 Editar\SpecialChar \menuseparator
14879 Estilo
14880 \begin_inset space ~
14881 \end_inset
14882
14883 del
14884 \begin_inset space ~
14885 \end_inset
14886
14887 Texto
14888 \family default
14889 .
14890  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14891  TeX en color puede ocasionar errores de LaTeX.
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset VSpace bigskip
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Standard
14902 Para crear la tabla
14903 \begin_inset space ~
14904 \end_inset
14905
14906
14907 \begin_inset CommandInset ref
14908 LatexCommand ref
14909 reference "tab:Tabla-coloreada-con"
14910
14911 \end_inset
14912
14913  haz lo siguiente: el color de la primera columna debe ser 
14914 \emph on
14915 verde oscuro
14916 \emph default
14917 , entonces inserta
14918 \end_layout
14919
14920 \begin_layout Standard
14921
14922 \series bold
14923 >{
14924 \backslash
14925 columncolor{verdeoscuro}
14926 \backslash
14927 centering}c
14928 \end_layout
14929
14930 \begin_layout Standard
14931 como argumento LaTeX para esta columna.
14932  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14933 \end_layout
14934
14935 \begin_layout Standard
14936
14937 \series bold
14938
14939 \backslash
14940 rowcolow{cyan}
14941 \end_layout
14942
14943 \begin_layout Standard
14944 en la primera celda de esta fila.
14945  Observa que esto sobreescribe el color de la columna para la primera celda.
14946  La última celda de la última fila se colorea magenta insertando el comando
14947  en código TeX
14948 \end_layout
14949
14950 \begin_layout Standard
14951
14952 \series bold
14953
14954 \backslash
14955 cellcolor{magenta}
14956 \end_layout
14957
14958 \begin_layout Standard
14959 Ahora podrían colorearse los caracteres usando el menú 
14960 \family sans
14961 Editar\SpecialChar \menuseparator
14962 Estilo
14963 \begin_inset space ~
14964 \end_inset
14965
14966 del
14967 \begin_inset space ~
14968 \end_inset
14969
14970 Texto
14971 \family default
14972 .
14973 \end_layout
14974
14975 \begin_layout Standard
14976 \begin_inset Float table
14977 placement h
14978 wide false
14979 sideways false
14980 status open
14981
14982 \begin_layout Plain Layout
14983 \begin_inset Caption
14984
14985 \begin_layout Plain Layout
14986 \begin_inset CommandInset label
14987 LatexCommand label
14988 name "tab:Tabla-coloreada-con"
14989
14990 \end_inset
14991
14992 Tabla coloreada con el paquete 
14993 \series bold
14994 colortbl
14995 \series default
14996
14997 \begin_inset OptArg
14998 status open
14999
15000 \begin_layout Plain Layout
15001 Tabla con 
15002 \series bold
15003 colortbl
15004 \end_layout
15005
15006 \end_inset
15007
15008
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \begin_layout Plain Layout
15017 \align center
15018 \begin_inset Tabular
15019 <lyxtabular version="3" rows="3" columns="3">
15020 <features>
15021 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15022 <column alignment="center" valignment="top" width="0">
15023 <column alignment="center" valignment="top" width="0">
15024 <row>
15025 <cell alignment="center" valignment="top" usebox="none">
15026 \begin_inset Text
15027
15028 \begin_layout Plain Layout
15029 \begin_inset ERT
15030 status collapsed
15031
15032 \begin_layout Plain Layout
15033
15034
15035 \backslash
15036 rowcolor{cyan}
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \color magenta
15043 a
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \color red
15054 b
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063
15064 \color red
15065 c
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 </row>
15071 <row>
15072 <cell alignment="center" valignment="top" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076
15077 \color yellow
15078 d
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087
15088 \color blue
15089 e
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \color blue
15100 f
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 <row>
15107 <cell alignment="center" valignment="top" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111
15112 \color yellow
15113 g
15114 \end_layout
15115
15116 \end_inset
15117 </cell>
15118 <cell alignment="center" valignment="top" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \color blue
15124 h
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset ERT
15134 status collapsed
15135
15136 \begin_layout Plain Layout
15137
15138
15139 \backslash
15140 cellcolor{magenta}
15141 \end_layout
15142
15143 \end_inset
15144
15145
15146 \color green
15147 i
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 </lyxtabular>
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Standard
15166 \begin_inset ERT
15167 status collapsed
15168
15169 \begin_layout Plain Layout
15170
15171
15172 \backslash
15173 else
15174 \end_layout
15175
15176 \end_inset
15177
15178
15179 \begin_inset Note Note
15180 status open
15181
15182 \begin_layout Plain Layout
15183 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15184  
15185 \series bold
15186 colortbl
15187 \series default
15188 .
15189 \end_layout
15190
15191 \end_inset
15192
15193
15194 \end_layout
15195
15196 \begin_layout Standard
15197 Debes instalar el paquete LaTeX 
15198 \series bold
15199 colortbl
15200 \series default
15201  para ver la parte siguiente en la salida.
15202 \end_layout
15203
15204 \begin_layout Standard
15205 \begin_inset ERT
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209
15210
15211 \backslash
15212 fi
15213 \end_layout
15214
15215 \end_inset
15216
15217
15218 \end_layout
15219
15220 \begin_layout Subsection
15221 Líneas coloreadas
15222 \begin_inset Index
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226 Tablas coloreadas ! Líneas
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \begin_inset Index
15233 status collapsed
15234
15235 \begin_layout Plain Layout
15236 Color ! en bordes de tabla
15237 \end_layout
15238
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \begin_layout Standard
15245 Como se describe en la sección
15246 \begin_inset space ~
15247 \end_inset
15248
15249
15250 \begin_inset CommandInset ref
15251 LatexCommand ref
15252 reference "sub:Grosor-de-Líneas"
15253
15254 \end_inset
15255
15256 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15257  
15258 \series bold
15259
15260 \backslash
15261 arrayrulewidth
15262 \series default
15263 .
15264  Se ha puesto 1.5
15265 \begin_inset space \thinspace{}
15266 \end_inset
15267
15268 pt para todas las tablas de esta sección.
15269 \begin_inset ERT
15270 status collapsed
15271
15272 \begin_layout Plain Layout
15273
15274
15275 \backslash
15276 setlength{
15277 \backslash
15278 arrayrulewidth}{1.5pt}
15279 \end_layout
15280
15281 \end_inset
15282
15283
15284 \end_layout
15285
15286 \begin_layout Standard
15287 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15288  el preámbulo del documento el siguiente formato de columna, de acuerdo
15289  a lo descrito en la sección
15290 \begin_inset space ~
15291 \end_inset
15292
15293
15294 \begin_inset CommandInset ref
15295 LatexCommand ref
15296 reference "sub:Formato-Personalizado"
15297
15298 \end_inset
15299
15300 :
15301 \end_layout
15302
15303 \begin_layout Standard
15304
15305 \series bold
15306
15307 \backslash
15308 newcolumntype{W}{!{
15309 \backslash
15310 color{green}
15311 \backslash
15312 vline}}
15313 \end_layout
15314
15315 \begin_layout Standard
15316 Para la tabla
15317 \begin_inset space ~
15318 \end_inset
15319
15320
15321 \begin_inset CommandInset ref
15322 LatexCommand ref
15323 reference "tab:Tabla-con-verticales-coloreadas"
15324
15325 \end_inset
15326
15327  se usó el argumento LaTeX
15328 \series bold
15329  WcW
15330 \series default
15331  para la última columna y
15332 \series bold
15333  Wc
15334 \series default
15335  para las demás.
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Si quieres tener varios colores, define más formatos de columna.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 \begin_inset Float table
15344 placement h
15345 wide false
15346 sideways false
15347 status open
15348
15349 \begin_layout Plain Layout
15350 \begin_inset Caption
15351
15352 \begin_layout Plain Layout
15353 \begin_inset CommandInset label
15354 LatexCommand label
15355 name "tab:Tabla-con-verticales-coloreadas"
15356
15357 \end_inset
15358
15359 Tabla con líneas verticales coloreadas
15360 \end_layout
15361
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \begin_layout Plain Layout
15368 \align center
15369 \begin_inset Tabular
15370 <lyxtabular version="3" rows="3" columns="3">
15371 <features>
15372 <column alignment="center" valignment="top" width="0" special="Wc">
15373 <column alignment="center" valignment="top" width="0" special="Wc">
15374 <column alignment="center" valignment="top" width="0" special="WcW">
15375 <row>
15376 <cell alignment="center" valignment="top" topline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 sd
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" topline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" topline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418 sd
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 <cell alignment="center" valignment="top" topline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 <row>
15434 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 sd
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 </lyxtabular>
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \begin_layout Standard
15475 \begin_inset VSpace bigskip
15476 \end_inset
15477
15478 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15479 \begin_inset space ~
15480 \end_inset
15481
15482
15483 \begin_inset CommandInset ref
15484 LatexCommand ref
15485 reference "tab:Tabla-con-horizontales-coloreadas"
15486
15487 \end_inset
15488
15489 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15490 \end_layout
15491
15492 \begin_layout Standard
15493
15494 \series bold
15495
15496 \backslash
15497 let
15498 \backslash
15499 myHlineC
15500 \backslash
15501 hline
15502 \begin_inset Newline newline
15503 \end_inset
15504
15505
15506 \backslash
15507 renewcommand{
15508 \backslash
15509 hline}
15510 \begin_inset Newline newline
15511 \end_inset
15512
15513
15514 \begin_inset ERT
15515 status collapsed
15516
15517 \begin_layout Plain Layout
15518
15519
15520 \backslash
15521 hphantom{ }
15522 \end_layout
15523
15524 \end_inset
15525
15526 {
15527 \backslash
15528 arrayrulecolor{red}
15529 \backslash
15530 myHlineC
15531 \backslash
15532 arrayrulecolor{black}}
15533 \end_layout
15534
15535 \begin_layout Standard
15536 \begin_inset ERT
15537 status collapsed
15538
15539 \begin_layout Plain Layout
15540
15541
15542 \backslash
15543 let
15544 \backslash
15545 myHlineC
15546 \backslash
15547 hline
15548 \end_layout
15549
15550 \begin_layout Plain Layout
15551
15552
15553 \backslash
15554 renewcommand{
15555 \backslash
15556 hline}
15557 \end_layout
15558
15559 \begin_layout Plain Layout
15560
15561  {
15562 \backslash
15563 arrayrulecolor{red}
15564 \backslash
15565 myHlineC
15566 \backslash
15567 arrayrulecolor{black}}
15568 \end_layout
15569
15570 \end_inset
15571
15572
15573 \begin_inset Float table
15574 placement h
15575 wide false
15576 sideways false
15577 status open
15578
15579 \begin_layout Plain Layout
15580 \begin_inset Caption
15581
15582 \begin_layout Plain Layout
15583 \begin_inset CommandInset label
15584 LatexCommand label
15585 name "tab:Tabla-con-horizontales-coloreadas"
15586
15587 \end_inset
15588
15589 Tabla con líneas horizontales coloreadas
15590 \end_layout
15591
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \begin_layout Plain Layout
15598 \align center
15599 \begin_inset Tabular
15600 <lyxtabular version="3" rows="3" columns="3">
15601 <features>
15602 <column alignment="center" valignment="top" width="0">
15603 <column alignment="center" valignment="top" width="0">
15604 <column alignment="center" valignment="top" width="0">
15605 <row>
15606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15607 \begin_inset Text
15608
15609 \begin_layout Plain Layout
15610 sd
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 </row>
15634 <row>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 sd
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657
15658 \end_layout
15659
15660 \end_inset
15661 </cell>
15662 </row>
15663 <row>
15664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15683 \begin_inset Text
15684
15685 \begin_layout Plain Layout
15686 sd
15687 \end_layout
15688
15689 \end_inset
15690 </cell>
15691 </row>
15692 </lyxtabular>
15693
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \begin_layout Standard
15705 Para volver al color de línea negro predeterminado inserta este comando
15706  en código TeX detrás de la tabla o el flotante:
15707 \end_layout
15708
15709 \begin_layout Standard
15710
15711 \series bold
15712
15713 \backslash
15714 renewcommand{
15715 \backslash
15716 hline}{
15717 \backslash
15718 myHlineC}
15719 \end_layout
15720
15721 \begin_layout Standard
15722 La tabla
15723 \begin_inset space ~
15724 \end_inset
15725
15726
15727 \begin_inset CommandInset ref
15728 LatexCommand ref
15729 reference "tab:Tabla-con-líneas-coloreadas"
15730
15731 \end_inset
15732
15733  es un ejemplo con líneas verticales y horizontales coloreadas.
15734 \end_layout
15735
15736 \begin_layout Standard
15737 \begin_inset Float table
15738 placement h
15739 wide false
15740 sideways false
15741 status open
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Caption
15745
15746 \begin_layout Plain Layout
15747 \begin_inset CommandInset label
15748 LatexCommand label
15749 name "tab:Tabla-con-líneas-coloreadas"
15750
15751 \end_inset
15752
15753 Tabla con líneas coloreadas
15754 \end_layout
15755
15756 \end_inset
15757
15758
15759 \end_layout
15760
15761 \begin_layout Plain Layout
15762 \align center
15763 \begin_inset Tabular
15764 <lyxtabular version="3" rows="3" columns="3">
15765 <features>
15766 <column alignment="center" valignment="top" width="0" special="Wc">
15767 <column alignment="center" valignment="top" width="0" special="Wc">
15768 <column alignment="center" valignment="top" width="0" special="WcW">
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774 sd
15775 \end_layout
15776
15777 \end_inset
15778 </cell>
15779 <cell alignment="center" valignment="top" topline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 </row>
15798 <row>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812 sd
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 </row>
15827 <row>
15828 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850 sd
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 </lyxtabular>
15857
15858 \end_inset
15859
15860
15861 \end_layout
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 \begin_inset ERT
15870 status collapsed
15871
15872 \begin_layout Plain Layout
15873
15874
15875 \backslash
15876 renewcommand{
15877 \backslash
15878 hline}{
15879 \backslash
15880 myHlineC}
15881 \end_layout
15882
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Standard
15889 \begin_inset ERT
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893
15894
15895 \backslash
15896 setlength{
15897 \backslash
15898 arrayrulewidth}{0.4pt}
15899 \end_layout
15900
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \begin_layout Section
15907 Personalización de tablas
15908 \begin_inset Index
15909 status collapsed
15910
15911 \begin_layout Plain Layout
15912 Personalización de tablas
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \begin_inset Index
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922 Tablas ! Personalización
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \end_layout
15929
15930 \begin_layout Subsection
15931 Espacio adicional en filas
15932 \begin_inset CommandInset label
15933 LatexCommand label
15934 name "sub:Espacio-adicional"
15935
15936 \end_inset
15937
15938
15939 \begin_inset Index
15940 status collapsed
15941
15942 \begin_layout Plain Layout
15943 Personalización de tablas ! Espacio adicional en filas
15944 \end_layout
15945
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \begin_layout Standard
15952 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15953  
15954 \family sans
15955 Bordes,
15956 \family default
15957  del diálogo de configuración de tablas.
15958  En el marco 
15959 \family sans
15960 Espacio
15961 \begin_inset space ~
15962 \end_inset
15963
15964 adicional
15965 \family default
15966  dispones de tres posibilidades:
15967 \end_layout
15968
15969 \begin_layout Description
15970 Superior
15971 \begin_inset space ~
15972 \end_inset
15973
15974 de
15975 \begin_inset space ~
15976 \end_inset
15977
15978 la
15979 \begin_inset space ~
15980 \end_inset
15981
15982 fila añade espacio sobre los caracteres de la fila.
15983  Si la tabla es de estilo formal
15984 \begin_inset Foot
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988 Las tablas formales se explican en la sección
15989 \begin_inset space ~
15990 \end_inset
15991
15992
15993 \begin_inset CommandInset ref
15994 LatexCommand ref
15995 reference "sec:Tablas-Formales"
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \end_inset
16003
16004  LyX insertará 0.5
16005 \begin_inset space \thinspace{}
16006 \end_inset
16007
16008 em por omisión.
16009  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16010  verticales, como se ve en la tabla siguiente:
16011 \begin_inset VSpace medskip
16012 \end_inset
16013
16014
16015 \begin_inset Newline newline
16016 \end_inset
16017
16018
16019 \begin_inset space \hspace*{}
16020 \length 0pt
16021 \end_inset
16022
16023
16024 \begin_inset space \hfill{}
16025 \end_inset
16026
16027
16028 \begin_inset Tabular
16029 <lyxtabular version="3" rows="3" columns="1">
16030 <features>
16031 <column alignment="center" valignment="top" width="0">
16032 <row>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037 A
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 </row>
16043 <row topspace="3mm">
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 3
16049 \begin_inset space \thinspace{}
16050 \end_inset
16051
16052 mm sobre la fila
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 </row>
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 C
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 </lyxtabular>
16070
16071 \end_inset
16072
16073
16074 \begin_inset space \hfill{}
16075 \end_inset
16076
16077
16078 \begin_inset space \hspace*{}
16079 \length 0pt
16080 \end_inset
16081
16082
16083 \begin_inset VSpace medskip
16084 \end_inset
16085
16086
16087 \begin_inset Newline newline
16088 \end_inset
16089
16090 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16091  sin líneas verticales.
16092 \end_layout
16093
16094 \begin_layout Description
16095 Inferior
16096 \begin_inset space ~
16097 \end_inset
16098
16099 de
16100 \begin_inset space ~
16101 \end_inset
16102
16103 la
16104 \begin_inset space ~
16105 \end_inset
16106
16107 fila añade espacio bajo los caracteres de la fila.
16108  Si la tabla es formal LyX inserta por omisión 0.5
16109 \begin_inset space \thinspace{}
16110 \end_inset
16111
16112 em; si la tabla es normal inserta 2
16113 \begin_inset space \thinspace{}
16114 \end_inset
16115
16116 pt.
16117  
16118 \end_layout
16119
16120 \begin_layout Description
16121 Entre
16122 \begin_inset space ~
16123 \end_inset
16124
16125 las
16126 \begin_inset space ~
16127 \end_inset
16128
16129 filas añade espacio entre la fila actual y la siguiente.
16130  Si la tabla es formal LyX inserta 0.5
16131 \begin_inset space \thinspace{}
16132 \end_inset
16133
16134 em por omisión.
16135  En tablas normales, el espacio adicional destruirá las líneas verticales
16136  de la tabla, como se ve en la siguiente:
16137 \begin_inset VSpace medskip
16138 \end_inset
16139
16140
16141 \begin_inset Newline newline
16142 \end_inset
16143
16144
16145 \begin_inset space \hspace*{}
16146 \length 0pt
16147 \end_inset
16148
16149
16150 \begin_inset space \hfill{}
16151 \end_inset
16152
16153
16154 \begin_inset Tabular
16155 <lyxtabular version="3" rows="3" columns="1">
16156 <features>
16157 <column alignment="center" valignment="top" width="0">
16158 <row>
16159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 A
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 </row>
16169 <row interlinespace="3mm">
16170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16171 \begin_inset Text
16172
16173 \begin_layout Plain Layout
16174 \begin_inset Formula $\downarrow$
16175 \end_inset
16176
16177  3
16178 \begin_inset space \thinspace{}
16179 \end_inset
16180
16181 mm entre las filas
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 \begin_inset Formula $\uparrow$
16193 \end_inset
16194
16195  3
16196 \begin_inset space \thinspace{}
16197 \end_inset
16198
16199 mm entre las filas 
16200 \begin_inset Formula $\uparrow$
16201 \end_inset
16202
16203
16204 \end_layout
16205
16206 \end_inset
16207 </cell>
16208 </row>
16209 </lyxtabular>
16210
16211 \end_inset
16212
16213
16214 \begin_inset space \hfill{}
16215 \end_inset
16216
16217
16218 \begin_inset space \hspace*{}
16219 \length 0pt
16220 \end_inset
16221
16222
16223 \begin_inset VSpace medskip
16224 \end_inset
16225
16226
16227 \begin_inset Newline newline
16228 \end_inset
16229
16230 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16231  para tablas sin líneas verticales.
16232 \end_layout
16233
16234 \begin_layout Standard
16235 \begin_inset VSpace bigskip
16236 \end_inset
16237
16238 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16239  utiliza los siguientes comandos en el preámbulo:
16240 \end_layout
16241
16242 \begin_layout Standard
16243
16244 \series bold
16245
16246 \backslash
16247 @ifundefined{extrarowheight}
16248 \begin_inset Newline newline
16249 \end_inset
16250
16251
16252 \begin_inset ERT
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256
16257
16258 \backslash
16259 hphantom{ }
16260 \end_layout
16261
16262 \end_inset
16263
16264 {
16265 \backslash
16266 usepackage{array}}{}
16267 \begin_inset Newline newline
16268 \end_inset
16269
16270
16271 \backslash
16272 setlength{
16273 \backslash
16274 extrarowheight}{altura}
16275 \end_layout
16276
16277 \begin_layout Standard
16278 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16279  centrado en vertical.
16280  (Lyx cargará automáticamente el paquete 
16281 \series bold
16282 array
16283 \series default
16284  cuando uses formatos de tabla autodefinidos.
16285  Para evitar que sea cargado dos veces se pone al principio el comando 
16286 \series bold
16287
16288 \backslash
16289 @ifundefined
16290 \series default
16291 .)
16292 \end_layout
16293
16294 \begin_layout Standard
16295
16296 \end_layout
16297
16298 \begin_layout Subsection
16299 Alineación especial de celdas
16300 \begin_inset Index
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304 Personalización de tablas ! Alineación especial de celdas
16305 \end_layout
16306
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \begin_layout Standard
16313 A veces mejora la presentación si las entradas en las celdas de una columna
16314  se alinean con un carácter determinado, p.
16315 \begin_inset space \thinspace{}
16316 \end_inset
16317
16318 e.
16319 \begin_inset space ~
16320 \end_inset
16321
16322 el separador decimal, como en la tabla
16323 \begin_inset space ~
16324 \end_inset
16325
16326
16327 \begin_inset CommandInset ref
16328 LatexCommand ref
16329 reference "tab:Tabla-con-celdas-de"
16330
16331 \end_inset
16332
16333 .
16334 \end_layout
16335
16336 \begin_layout Standard
16337 \begin_inset Float table
16338 wide false
16339 sideways false
16340 status open
16341
16342 \begin_layout Plain Layout
16343 \begin_inset Caption
16344
16345 \begin_layout Plain Layout
16346 \begin_inset CommandInset label
16347 LatexCommand label
16348 name "tab:Tabla-con-celdas-de"
16349
16350 \end_inset
16351
16352 Tabla con celdas alineadas con el separador decimal.
16353 \end_layout
16354
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \begin_layout Plain Layout
16361 \align center
16362 \begin_inset Tabular
16363 <lyxtabular version="3" rows="4" columns="2">
16364 <features>
16365 <column alignment="right" valignment="top" width="0">
16366 <column alignment="left" valignment="top" width="0" special="@{}l">
16367 <row>
16368 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 leyenda
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row>
16388 <cell alignment="center" valignment="top" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 12.
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 6
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 </row>
16407 <row>
16408 <cell alignment="center" valignment="top" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 0.
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 68
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 <row>
16428 <cell alignment="center" valignment="top" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 -123.
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 <cell alignment="center" valignment="top" usebox="none">
16438 \begin_inset Text
16439
16440 \begin_layout Plain Layout
16441 0
16442 \end_layout
16443
16444 \end_inset
16445 </cell>
16446 </row>
16447 </lyxtabular>
16448
16449 \end_inset
16450
16451
16452 \end_layout
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \begin_layout Standard
16460 Esta es una tabla 4×2.
16461  La leyenda es una multicolumna centrada.
16462  La primera columna está alineada a la derecha y contiene el punto decimal
16463  y los dígitos anteriores.
16464  La segunda columna está alineada a la izquierda y contiene los dígitos
16465  posteriores al punto decimal.
16466  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16467  argumento LaTeX para la segunda columna:
16468 \end_layout
16469
16470 \begin_layout Standard
16471
16472 \series bold
16473 @{}l
16474 \end_layout
16475
16476 \begin_layout Standard
16477 La tabla
16478 \begin_inset space ~
16479 \end_inset
16480
16481
16482 \begin_inset CommandInset ref
16483 LatexCommand ref
16484 reference "tab:Varias-alineaciones"
16485
16486 \end_inset
16487
16488  muestra varios ejemplos de alineación.
16489  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16490 o más pequeño al comienzo de la última columna para conseguir el espacio
16491  adecuado alrededor del signo.
16492 \end_layout
16493
16494 \begin_layout Standard
16495 \begin_inset Float table
16496 wide false
16497 sideways false
16498 status open
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Caption
16502
16503 \begin_layout Plain Layout
16504 \begin_inset CommandInset label
16505 LatexCommand label
16506 name "tab:Varias-alineaciones"
16507
16508 \end_inset
16509
16510 Tabla con varias alineaciones.
16511 \end_layout
16512
16513 \end_inset
16514
16515
16516 \end_layout
16517
16518 \begin_layout Plain Layout
16519 \align center
16520 \begin_inset Tabular
16521 <lyxtabular version="3" rows="4" columns="6">
16522 <features>
16523 <column alignment="right" valignment="top" width="0">
16524 <column alignment="left" valignment="top" width="0" special="@{}l">
16525 <column alignment="right" valignment="top" width="0">
16526 <column alignment="left" valignment="top" width="0" special="@{}l">
16527 <column alignment="right" valignment="top" width="0">
16528 <column alignment="left" valignment="top" width="0" special="@{}l">
16529 <row>
16530 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 unidades
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 exponentes
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 relaciones
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16576 \begin_inset Text
16577
16578 \begin_layout Plain Layout
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 12×
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 24
16600 \begin_inset space \thinspace{}
16601 \end_inset
16602
16603 bottles
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell alignment="center" valignment="top" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612 \begin_inset Formula $10\cdot$
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \end_inset
16619 </cell>
16620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16621 \begin_inset Text
16622
16623 \begin_layout Plain Layout
16624 \begin_inset Formula $10^{\mbox{-}17}$
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 \begin_inset Formula $\Gamma(t)\propto$
16637 \end_inset
16638
16639
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 <cell alignment="center" valignment="top" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 \begin_inset Formula $\:\Upsilon(t)$
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 </row>
16657 <row>
16658 <cell alignment="center" valignment="top" usebox="none">
16659 \begin_inset Text
16660
16661 \begin_layout Plain Layout
16662 1024×
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 768
16672 \begin_inset space \thinspace{}
16673 \end_inset
16674
16675 Pixels
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 \begin_inset Formula $5.78\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^{7}$
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 $A\ne$
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 $\: B_{\mathrm{red}}$
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 32×
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 6
16744 \begin_inset space \thinspace{}
16745 \end_inset
16746
16747 cm
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 -
16757 \begin_inset Formula $33.5\cdot$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $10^{4}$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $\sin(\alpha)\ge$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $\:\sin(\beta)$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 </lyxtabular>
16803
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \begin_layout Standard
16815 \begin_inset VSpace bigskip
16816 \end_inset
16817
16818 También hay un paquete LaTeX, 
16819 \series bold
16820 dcolumn
16821 \series default
16822
16823 \begin_inset Index
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827 LaTeX-paquetes ! dcolumn
16828 \end_layout
16829
16830 \end_inset
16831
16832 , que permite alinear el contenido de las celdas.
16833  Pero desgraciadamente trata las entradas de celda en modo matemático y
16834  no permite fórmulas en celdas: la primera columna de la tabla
16835 \begin_inset space ~
16836 \end_inset
16837
16838
16839 \begin_inset CommandInset ref
16840 LatexCommand ref
16841 reference "tab:Varias-alineaciones"
16842
16843 \end_inset
16844
16845  se verá con 
16846 \series bold
16847 dcolumn
16848 \series default
16849  como la primera columna en la tabla
16850 \begin_inset space ~
16851 \end_inset
16852
16853
16854 \begin_inset CommandInset ref
16855 LatexCommand ref
16856 reference "tab:Alineaciones-con-el"
16857
16858 \end_inset
16859
16860  y sólo con algunos trucos se consigue lo que se espera.
16861  La alineación de la segunda y tercera columnas de la tabla
16862 \begin_inset space ~
16863 \end_inset
16864
16865
16866 \begin_inset CommandInset ref
16867 LatexCommand ref
16868 reference "tab:Varias-alineaciones"
16869
16870 \end_inset
16871
16872  no es posible con 
16873 \series bold
16874 dcolumn
16875 \series default
16876 .
16877 \end_layout
16878
16879 \begin_layout Standard
16880 \begin_inset Float table
16881 placement h
16882 wide false
16883 sideways false
16884 status open
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Caption
16888
16889 \begin_layout Plain Layout
16890 \begin_inset CommandInset label
16891 LatexCommand label
16892 name "tab:Alineaciones-con-el"
16893
16894 \end_inset
16895
16896
16897 \begin_inset OptArg
16898 status open
16899
16900 \begin_layout Plain Layout
16901 Tabla alineada con 
16902 \series bold
16903 dcolumn
16904 \end_layout
16905
16906 \end_inset
16907
16908 Alineaciones con el paquete LaTeX 
16909 \series bold
16910 dcolumn
16911 \series default
16912 .
16913  Se han tenido que usar unos trucos para la alineación de las columnas en
16914  la salida.
16915 \end_layout
16916
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \begin_layout Plain Layout
16923 \align center
16924 \begin_inset Tabular
16925 <lyxtabular version="3" rows="4" columns="3">
16926 <features>
16927 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16928 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16929 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16930 <row>
16931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 unidades
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 unidades
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953 unidades
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 12x24
16965 \begin_inset space \thinspace{}
16966 \end_inset
16967
16968 bottles
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 12x24
16978 \begin_inset space \thinspace{}
16979 \end_inset
16980
16981
16982 \begin_inset Formula $\mbox{bottles}$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 12
16995 \begin_inset ERT
16996 status collapsed
16997
16998 \begin_layout Plain Layout
16999
17000
17001 \backslash
17002 times
17003 \end_layout
17004
17005 \end_inset
17006
17007 24~
17008 \begin_inset Formula $\mbox{bottles}$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 1024x768
17023 \begin_inset space \thinspace{}
17024 \end_inset
17025
17026 Pixels
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17032 \begin_inset Text
17033
17034 \begin_layout Plain Layout
17035 1024x768
17036 \begin_inset space \thinspace{}
17037 \end_inset
17038
17039
17040 \begin_inset Formula $\mbox{Pixels}$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 1024
17053 \begin_inset ERT
17054 status collapsed
17055
17056 \begin_layout Plain Layout
17057
17058
17059 \backslash
17060 times
17061 \end_layout
17062
17063 \end_inset
17064
17065 768~
17066 \begin_inset Formula $\mbox{Pixels}$
17067 \end_inset
17068
17069  
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 32x6
17081 \begin_inset space \thinspace{}
17082 \end_inset
17083
17084 cm
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 32x6
17094 \begin_inset space \thinspace{}
17095 \end_inset
17096
17097
17098 \begin_inset Formula $\mbox{cm}$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 32
17111 \begin_inset ERT
17112 status collapsed
17113
17114 \begin_layout Plain Layout
17115
17116
17117 \backslash
17118 times
17119 \end_layout
17120
17121 \end_inset
17122
17123 6~
17124 \begin_inset Formula $\mbox{cm}$
17125 \end_inset
17126
17127
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 </row>
17133 </lyxtabular>
17134
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \begin_layout Subsection
17146 Formato personalizado de celda/columna
17147 \begin_inset CommandInset label
17148 LatexCommand label
17149 name "sub:Formato-Personalizado"
17150
17151 \end_inset
17152
17153
17154 \begin_inset Index
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 Personalización de tablas ! Formato de celda/columna
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \begin_layout Standard
17167 El cálculo de la anchura necesaria para columnas extendidas descrito en
17168  la sección
17169 \begin_inset space ~
17170 \end_inset
17171
17172
17173 \begin_inset CommandInset ref
17174 LatexCommand ref
17175 reference "sub:Cálculos-en-Multicolumnas"
17176
17177 \end_inset
17178
17179  es muy pesado si tienes varias tablas con multicolumnas.
17180  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17181 mna aplicable a todas las tablas del documento.
17182  El formato se define con el comando
17183 \end_layout
17184
17185 \begin_layout Standard
17186
17187 \series bold
17188
17189 \backslash
17190 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17191 \end_layout
17192
17193 \begin_layout Standard
17194 El nombre de formato puede ser una sola letra.
17195  Las letras 
17196 \emph on
17197 b, c, l, m, p
17198 \emph default
17199  y 
17200 \emph on
17201 r
17202 \emph default
17203  están predefinidas y no pueden usarse.
17204  Pero se permiten todas las mayúsculas.
17205 \end_layout
17206
17207 \begin_layout Standard
17208 \begin_inset VSpace medskip
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Standard
17215 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17216  fija puedes definir el formato de celda
17217 \end_layout
17218
17219 \begin_layout Standard
17220
17221 \series bold
17222
17223 \backslash
17224 newcolumntype{M}[1]{>{
17225 \backslash
17226 centering
17227 \backslash
17228 hspace{0pt}}m{#1}}
17229 \end_layout
17230
17231 \begin_layout Standard
17232 donde 
17233 \series bold
17234
17235 \backslash
17236 hspace{0pt}
17237 \series default
17238  evita el problema de partir con guión la primera palabra, como se describe
17239  en la sección
17240 \begin_inset space ~
17241 \end_inset
17242
17243
17244 \begin_inset CommandInset ref
17245 LatexCommand ref
17246 reference "sub:Líneas-Múltiples-en"
17247
17248 \end_inset
17249
17250 .
17251  Ahora puedes introducir simplemente
17252 \end_layout
17253
17254 \begin_layout Standard
17255
17256 \series bold
17257 M{ancho}
17258 \end_layout
17259
17260 \begin_layout Standard
17261 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17262 \end_layout
17263
17264 \begin_layout Standard
17265 \begin_inset VSpace bigskip
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \begin_layout Standard
17272 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17273 \end_layout
17274
17275 \begin_layout Standard
17276
17277 \series bold
17278
17279 \backslash
17280 newcolumntype{S}[2]{>{
17281 \backslash
17282 centering
17283 \backslash
17284 hspace{0pt}}
17285 \begin_inset Newline newline
17286 \end_inset
17287
17288
17289 \begin_inset ERT
17290 status collapsed
17291
17292 \begin_layout Plain Layout
17293
17294
17295 \backslash
17296 phantom{
17297 \end_layout
17298
17299 \end_inset
17300
17301
17302 \backslash
17303 newcolumntype
17304 \begin_inset ERT
17305 status collapsed
17306
17307 \begin_layout Plain Layout
17308
17309 }
17310 \end_layout
17311
17312 \end_inset
17313
17314 m{(#1+(2
17315 \backslash
17316 tabcolsep+
17317 \backslash
17318 arrayrulewidth)*(1-#2))/#2}}
17319 \end_layout
17320
17321 \begin_layout Standard
17322 Este formato usa la ecuación 
17323 \begin_inset CommandInset ref
17324 LatexCommand eqref
17325 reference "eq:Wgn"
17326
17327 \end_inset
17328
17329  para calcular la anchura necesaria para que cada celda extendida tenga
17330  la misma anchura.
17331 \end_layout
17332
17333 \begin_layout Standard
17334 Ahora puedes introducir
17335 \end_layout
17336
17337 \begin_layout Standard
17338
17339 \series bold
17340 S{ancho de la celda multicolumna}{número de columnas extendidas}
17341 \end_layout
17342
17343 \begin_layout Standard
17344 como argumento LaTeX de la columna.
17345 \end_layout
17346
17347 \begin_layout Standard
17348 \begin_inset VSpace bigskip
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \begin_layout Standard
17355 Para columnas coloreadas puedes definir
17356 \end_layout
17357
17358 \begin_layout Standard
17359
17360 \series bold
17361
17362 \backslash
17363 newcolumntype{K}[1]{>{
17364 \backslash
17365 columncolor{#1}
17366 \backslash
17367 hspace{0pt}}c}
17368 \end_layout
17369
17370 \begin_layout Standard
17371 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17372  horizontalmente.
17373  Ahora puedes introducir
17374 \end_layout
17375
17376 \begin_layout Standard
17377
17378 \series bold
17379 K{nombre del color}
17380 \end_layout
17381
17382 \begin_layout Standard
17383 como argumento LaTeX.
17384 \end_layout
17385
17386 \begin_layout Standard
17387 \begin_inset VSpace bigskip
17388 \end_inset
17389
17390
17391 \end_layout
17392
17393 \begin_layout Standard
17394 Para crear la tabla
17395 \begin_inset space ~
17396 \end_inset
17397
17398
17399 \begin_inset CommandInset ref
17400 LatexCommand ref
17401 reference "tab:Tabla-con-formatos-definidos-por"
17402
17403 \end_inset
17404
17405  usa los argumentos LaTeX
17406 \end_layout
17407
17408 \begin_layout Standard
17409
17410 \series bold
17411 M{2.5cm}
17412 \end_layout
17413
17414 \begin_layout Standard
17415 para la primera columna y la multicolumna,
17416 \end_layout
17417
17418 \begin_layout Standard
17419
17420 \series bold
17421 K{red}
17422 \end_layout
17423
17424 \begin_layout Standard
17425 para la última columna y
17426 \end_layout
17427
17428 \begin_layout Standard
17429
17430 \series bold
17431 S{2.5cm}{2}
17432 \end_layout
17433
17434 \begin_layout Standard
17435 para las celdas en la segunda columna.
17436 \end_layout
17437
17438 \begin_layout Standard
17439 \begin_inset Float table
17440 placement h
17441 wide false
17442 sideways false
17443 status open
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Caption
17447
17448 \begin_layout Plain Layout
17449 \begin_inset CommandInset label
17450 LatexCommand label
17451 name "tab:Tabla-con-formatos-definidos-por"
17452
17453 \end_inset
17454
17455 Tabla con formatos definidos por el usuario
17456 \end_layout
17457
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Plain Layout
17464 \align center
17465 \begin_inset Tabular
17466 <lyxtabular version="3" rows="3" columns="4">
17467 <features>
17468 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17469 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17470 <column alignment="center" valignment="middle" width="0">
17471 <column alignment="center" valignment="middle" width="0" special="K{red}">
17472 <row>
17473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477 palabramuylargaenceldadetabla
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 multicolumna línea múltiple
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504 c
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 </row>
17510 <row>
17511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 d
17516 \end_layout
17517
17518 \end_inset
17519 </cell>
17520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17521 \begin_inset Text
17522
17523 \begin_layout Plain Layout
17524 e
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 f
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 g
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 </row>
17548 <row>
17549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17550 \begin_inset Text
17551
17552 \begin_layout Plain Layout
17553 h
17554 \end_layout
17555
17556 \end_inset
17557 </cell>
17558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17559 \begin_inset Text
17560
17561 \begin_layout Plain Layout
17562 i
17563 \end_layout
17564
17565 \end_inset
17566 </cell>
17567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571 j
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580 k
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 </row>
17586 </lyxtabular>
17587
17588 \end_inset
17589
17590
17591 \end_layout
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \begin_layout Subsection
17599 Grosor de líneas
17600 \begin_inset CommandInset label
17601 LatexCommand label
17602 name "sub:Grosor-de-Líneas"
17603
17604 \end_inset
17605
17606
17607 \begin_inset Index
17608 status collapsed
17609
17610 \begin_layout Plain Layout
17611 Personalización de tablas ! Grosor de línea
17612 \end_layout
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Standard
17620 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17621  
17622 \series bold
17623
17624 \backslash
17625 arrayrulewidth
17626 \series default
17627 .
17628  Por ejemplo, para poner un grosor de línea de 1.5
17629 \begin_inset space \thinspace{}
17630 \end_inset
17631
17632 pt, como en la tabla
17633 \begin_inset space ~
17634 \end_inset
17635
17636
17637 \begin_inset CommandInset ref
17638 LatexCommand ref
17639 reference "tab:Tabla-con-líneas"
17640
17641 \end_inset
17642
17643 , inserta el comando
17644 \end_layout
17645
17646 \begin_layout Standard
17647
17648 \series bold
17649
17650 \backslash
17651 setlength{
17652 \backslash
17653 arrayrulewidth}{1.5pt}
17654 \end_layout
17655
17656 \begin_layout Standard
17657 en código TeX antes de la tabla o flotante.
17658  Este cambio es válido para todas las siguientes tablas.
17659  Para volver al valor predeterminado, define 
17660 \series bold
17661
17662 \backslash
17663 arrayrulewidth
17664 \series default
17665  a 0.4
17666 \begin_inset space \thinspace{}
17667 \end_inset
17668
17669 pt en código TeX detrás de la tabla o flotante.
17670 \end_layout
17671
17672 \begin_layout Standard
17673 \begin_inset ERT
17674 status collapsed
17675
17676 \begin_layout Plain Layout
17677
17678
17679 \backslash
17680 setlength{
17681 \backslash
17682 arrayrulewidth}{1.5pt}
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \begin_inset Float table
17689 wide false
17690 sideways false
17691 status open
17692
17693 \begin_layout Plain Layout
17694 \begin_inset Caption
17695
17696 \begin_layout Plain Layout
17697 \begin_inset CommandInset label
17698 LatexCommand label
17699 name "tab:Tabla-con-líneas"
17700
17701 \end_inset
17702
17703 Tabla con líneas de grosor 1.5
17704 \begin_inset space \thinspace{}
17705 \end_inset
17706
17707 pt
17708 \end_layout
17709
17710 \end_inset
17711
17712
17713 \end_layout
17714
17715 \begin_layout Plain Layout
17716 \align center
17717 \begin_inset Tabular
17718 <lyxtabular version="3" rows="3" columns="3">
17719 <features>
17720 <column alignment="center" valignment="top" width="0">
17721 <column alignment="center" valignment="top" width="0">
17722 <column alignment="center" valignment="top" width="0">
17723 <row>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 sd
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 </row>
17752 <row>
17753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757
17758 \end_layout
17759
17760 \end_inset
17761 </cell>
17762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17763 \begin_inset Text
17764
17765 \begin_layout Plain Layout
17766 sd
17767 \end_layout
17768
17769 \end_inset
17770 </cell>
17771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17772 \begin_inset Text
17773
17774 \begin_layout Plain Layout
17775
17776 \end_layout
17777
17778 \end_inset
17779 </cell>
17780 </row>
17781 <row>
17782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17783 \begin_inset Text
17784
17785 \begin_layout Plain Layout
17786
17787 \end_layout
17788
17789 \end_inset
17790 </cell>
17791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17792 \begin_inset Text
17793
17794 \begin_layout Plain Layout
17795
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804 sd
17805 \end_layout
17806
17807 \end_inset
17808 </cell>
17809 </row>
17810 </lyxtabular>
17811
17812 \end_inset
17813
17814
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \begin_inset ERT
17821 status collapsed
17822
17823 \begin_layout Plain Layout
17824
17825
17826 \backslash
17827 setlength{
17828 \backslash
17829 arrayrulewidth}{0.4pt}
17830 \end_layout
17831
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \begin_layout Standard
17838 \begin_inset VSpace bigskip
17839 \end_inset
17840
17841 Para definir un grosor de 1.5
17842 \begin_inset space \thinspace{}
17843 \end_inset
17844
17845 pt sólo para líneas horizontales, como en la tabla
17846 \begin_inset space ~
17847 \end_inset
17848
17849
17850 \begin_inset CommandInset ref
17851 LatexCommand ref
17852 reference "tab:Tabla-con-horizontales"
17853
17854 \end_inset
17855
17856 , inserta estos comandos en código TeX antes de la tabla o flotante:
17857 \end_layout
17858
17859 \begin_layout Standard
17860
17861 \series bold
17862
17863 \backslash
17864 let
17865 \backslash
17866 myHline
17867 \backslash
17868 hline
17869 \begin_inset Newline newline
17870 \end_inset
17871
17872
17873 \backslash
17874 renewcommand{
17875 \backslash
17876 hline}
17877 \begin_inset Newline newline
17878 \end_inset
17879
17880  {
17881 \backslash
17882 noalign{
17883 \backslash
17884 global
17885 \backslash
17886 arrayrulewidth 1.5pt}
17887 \begin_inset Newline newline
17888 \end_inset
17889
17890   
17891 \backslash
17892 myHline
17893 \backslash
17894 noalign{
17895 \backslash
17896 global
17897 \backslash
17898 arrayrulewidth 0.4pt}}
17899 \end_layout
17900
17901 \begin_layout Standard
17902 Para volver al grosor predeterminado, inserta este comando en código TeX
17903  detrás de la tabla o flotante:
17904 \end_layout
17905
17906 \begin_layout Standard
17907
17908 \series bold
17909
17910 \backslash
17911 renewcommand{
17912 \backslash
17913 hline}{
17914 \backslash
17915 myHline}
17916 \end_layout
17917
17918 \begin_layout Standard
17919 \begin_inset ERT
17920 status collapsed
17921
17922 \begin_layout Plain Layout
17923
17924
17925 \backslash
17926 let
17927 \backslash
17928 myHline
17929 \backslash
17930 hline
17931 \end_layout
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 renewcommand{
17938 \backslash
17939 hline}
17940 \end_layout
17941
17942 \begin_layout Plain Layout
17943
17944  {
17945 \backslash
17946 noalign{
17947 \backslash
17948 global
17949 \backslash
17950 arrayrulewidth 1.5pt}
17951 \end_layout
17952
17953 \begin_layout Plain Layout
17954
17955   
17956 \backslash
17957 myHline
17958 \backslash
17959 noalign{
17960 \backslash
17961 global
17962 \backslash
17963 arrayrulewidth 0.4pt}}
17964 \end_layout
17965
17966 \end_inset
17967
17968
17969 \begin_inset Float table
17970 wide false
17971 sideways false
17972 status open
17973
17974 \begin_layout Plain Layout
17975 \begin_inset Caption
17976
17977 \begin_layout Plain Layout
17978 \begin_inset CommandInset label
17979 LatexCommand label
17980 name "tab:Tabla-con-horizontales"
17981
17982 \end_inset
17983
17984 Tabla con líneas horizontales de 1.5
17985 \begin_inset space \thinspace{}
17986 \end_inset
17987
17988 pt
17989 \end_layout
17990
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \begin_layout Plain Layout
17997 \align center
17998 \begin_inset Tabular
17999 <lyxtabular version="3" rows="3" columns="3">
18000 <features>
18001 <column alignment="center" valignment="top" width="0">
18002 <column alignment="center" valignment="top" width="0">
18003 <column alignment="center" valignment="top" width="0">
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009 sd
18010 \end_layout
18011
18012 \end_inset
18013 </cell>
18014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18015 \begin_inset Text
18016
18017 \begin_layout Plain Layout
18018
18019 \end_layout
18020
18021 \end_inset
18022 </cell>
18023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18024 \begin_inset Text
18025
18026 \begin_layout Plain Layout
18027
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 </row>
18033 <row>
18034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038
18039 \end_layout
18040
18041 \end_inset
18042 </cell>
18043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18044 \begin_inset Text
18045
18046 \begin_layout Plain Layout
18047 sd
18048 \end_layout
18049
18050 \end_inset
18051 </cell>
18052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18053 \begin_inset Text
18054
18055 \begin_layout Plain Layout
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 </row>
18062 <row>
18063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18064 \begin_inset Text
18065
18066 \begin_layout Plain Layout
18067
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 sd
18086 \end_layout
18087
18088 \end_inset
18089 </cell>
18090 </row>
18091 </lyxtabular>
18092
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \begin_inset ERT
18102 status collapsed
18103
18104 \begin_layout Plain Layout
18105
18106
18107 \backslash
18108 renewcommand{
18109 \backslash
18110 hline}{
18111 \backslash
18112 myHline}
18113 \end_layout
18114
18115 \end_inset
18116
18117
18118 \end_layout
18119
18120 \begin_layout Standard
18121 \begin_inset VSpace bigskip
18122 \end_inset
18123
18124 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18125  siguiente formato de columna en el preámbulo del documento, de acuerdo
18126  con lo descrito en la sección
18127 \begin_inset space ~
18128 \end_inset
18129
18130
18131 \begin_inset CommandInset ref
18132 LatexCommand ref
18133 reference "sub:Formato-Personalizado"
18134
18135 \end_inset
18136
18137 :
18138 \end_layout
18139
18140 \begin_layout Standard
18141
18142 \series bold
18143
18144 \backslash
18145 newcolumntype{V}{!{
18146 \backslash
18147 vrule width 1.5pt}}
18148 \end_layout
18149
18150 \begin_layout Standard
18151 Para la tabla
18152 \begin_inset space ~
18153 \end_inset
18154
18155
18156 \begin_inset CommandInset ref
18157 LatexCommand ref
18158 reference "tab:Tabla-con-verticales"
18159
18160 \end_inset
18161
18162  se usó el argumento LaTeX
18163 \end_layout
18164
18165 \begin_layout Standard
18166
18167 \series bold
18168 VcV
18169 \end_layout
18170
18171 \begin_layout Standard
18172 para la última columna y
18173 \end_layout
18174
18175 \begin_layout Standard
18176
18177 \series bold
18178 Vc
18179 \end_layout
18180
18181 \begin_layout Standard
18182 para las otras.
18183 \end_layout
18184
18185 \begin_layout Standard
18186 \begin_inset Float table
18187 wide false
18188 sideways false
18189 status open
18190
18191 \begin_layout Plain Layout
18192 \begin_inset Caption
18193
18194 \begin_layout Plain Layout
18195 \begin_inset CommandInset label
18196 LatexCommand label
18197 name "tab:Tabla-con-verticales"
18198
18199 \end_inset
18200
18201 Tabla con líneas verticales de 1.5
18202 \begin_inset space \thinspace{}
18203 \end_inset
18204
18205 pt de grosor
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Plain Layout
18214 \align center
18215 \begin_inset Tabular
18216 <lyxtabular version="3" rows="3" columns="3">
18217 <features>
18218 <column alignment="center" valignment="top" width="0" special="Vc">
18219 <column alignment="center" valignment="top" width="0" special="Vc">
18220 <column alignment="center" valignment="top" width="0" special="VcV">
18221 <row>
18222 <cell alignment="center" valignment="top" topline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 sd
18227 \end_layout
18228
18229 \end_inset
18230 </cell>
18231 <cell alignment="center" valignment="top" topline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \end_layout
18237
18238 \end_inset
18239 </cell>
18240 <cell alignment="center" valignment="top" topline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 </row>
18250 <row>
18251 <cell alignment="center" valignment="top" topline="true" usebox="none">
18252 \begin_inset Text
18253
18254 \begin_layout Plain Layout
18255
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" topline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 sd
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 <row>
18280 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302 sd
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 </lyxtabular>
18309
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \begin_layout Subsection
18321 Líneas de trazos
18322 \begin_inset Index
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326 Personalización de tablas ! Líneas de trazos
18327 \end_layout
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 \begin_inset ERT
18336 status collapsed
18337
18338 \begin_layout Plain Layout
18339
18340
18341 \backslash
18342 ifarydshln
18343 \end_layout
18344
18345 \end_inset
18346
18347
18348 \begin_inset Note Note
18349 status open
18350
18351 \begin_layout Plain Layout
18352 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18353  LaTeX 
18354 \series bold
18355 arydshln
18356 \series default
18357 .
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 \begin_inset Float table
18367 placement H
18368 wide false
18369 sideways false
18370 status open
18371
18372 \begin_layout Plain Layout
18373 \begin_inset Caption
18374
18375 \begin_layout Plain Layout
18376 \begin_inset CommandInset label
18377 LatexCommand label
18378 name "tab:Tabla-con-trazos"
18379
18380 \end_inset
18381
18382 Tabla con líneas de trazos
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \begin_layout Plain Layout
18391 \align center
18392 \begin_inset Tabular
18393 <lyxtabular version="3" rows="5" columns="5">
18394 <features>
18395 <column alignment="center" valignment="top" width="0">
18396 <column alignment="center" valignment="top" width="0">
18397 <column alignment="center" valignment="top" width="0" special=":c">
18398 <column alignment="center" valignment="top" width="0">
18399 <column alignment="center" valignment="top" width="0">
18400 <row>
18401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 a
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 b
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 c
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18429 \begin_inset Text
18430
18431 \begin_layout Plain Layout
18432 d
18433 \end_layout
18434
18435 \end_inset
18436 </cell>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441 e
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 </row>
18447 <row>
18448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 f
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 g
18462 \end_layout
18463
18464 \end_inset
18465 </cell>
18466 <cell alignment="center" valignment="top" topline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470 h
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 i
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 j
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 <row>
18495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 \begin_inset ERT
18500 status collapsed
18501
18502 \begin_layout Plain Layout
18503
18504
18505 \backslash
18506 hdashline 
18507 \end_layout
18508
18509 \end_inset
18510
18511 k
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 l
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 m
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 n
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 o
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 <row>
18554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 cdashline{4-5}
18566 \end_layout
18567
18568 \end_inset
18569
18570 p
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 q
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 r
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 s
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 t
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 u
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635 v
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644 w
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 x
18654 \end_layout
18655
18656 \end_inset
18657 </cell>
18658 </row>
18659 </lyxtabular>
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \begin_layout Standard
18672 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18673  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18674 \series bold
18675 arydshln
18676 \series default
18677
18678 \begin_inset Index
18679 status collapsed
18680
18681 \begin_layout Plain Layout
18682 LaTeX-paquetes ! arydshln
18683 \end_layout
18684
18685 \end_inset
18686
18687  
18688 \end_layout
18689
18690 \begin_layout Standard
18691
18692 \series bold
18693
18694 \backslash
18695 usepackage{arydshln}
18696 \end_layout
18697
18698 \begin_layout Standard
18699 Para hacer una línea vertical a trazos, introduce dos puntos «
18700 \series bold
18701 :
18702 \series default
18703 » junto con el carácter para alineación horizontal como argumento LaTeX
18704  en el diálogo de celda de tabla.
18705 \end_layout
18706
18707 \begin_layout Standard
18708 Para una línea de trazos horizontal añade el comando
18709 \end_layout
18710
18711 \begin_layout Standard
18712
18713 \series bold
18714
18715 \backslash
18716 hdashline
18717 \end_layout
18718
18719 \begin_layout Standard
18720 en código TeX como primer elemento de la primera celda en la fila.
18721 \end_layout
18722
18723 \begin_layout Standard
18724 Para líneas de trazos en multicolumna usa el comando
18725 \end_layout
18726
18727 \begin_layout Standard
18728
18729 \series bold
18730
18731 \backslash
18732 cdashline{número de líneas}
18733 \end_layout
18734
18735 \begin_layout Standard
18736 en código TeX como primer elemento de la primera celda en la fila.
18737  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18738  4 y quieres una línea de trazos por encima, añade el comando
18739 \end_layout
18740
18741 \begin_layout Standard
18742
18743 \series bold
18744
18745 \backslash
18746 cdashline{2-4}
18747 \end_layout
18748
18749 \begin_layout Standard
18750 como primer elemento de la primera celda en la fila de la multicolumna.
18751 \end_layout
18752
18753 \begin_layout Standard
18754 \begin_inset VSpace bigskip
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 La tabla
18762 \begin_inset space ~
18763 \end_inset
18764
18765
18766 \begin_inset CommandInset ref
18767 LatexCommand ref
18768 reference "tab:Tabla-con-trazos"
18769
18770 \end_inset
18771
18772  se ha hecho usando «
18773 \series bold
18774 :c
18775 \series default
18776 » como argumento LaTeX de la tercera columna.
18777  El comando en código TeX 
18778 \series bold
18779
18780 \backslash
18781 hdashline
18782 \series default
18783  se ha insertado en la primera celda de la tercera fila y el comando en
18784  código TeX
18785 \begin_inset Newline newline
18786 \end_inset
18787
18788
18789 \series bold
18790
18791 \backslash
18792 cdashline{4-5}
18793 \series default
18794  en la primera celda de la cuarta fila.
18795 \end_layout
18796
18797 \begin_layout Standard
18798 \begin_inset Note Greyedout
18799 status open
18800
18801 \begin_layout Plain Layout
18802
18803 \series bold
18804 Nota:
18805 \series default
18806  Aparentemente el paquete LaTeX 
18807 \series bold
18808 arydshln
18809 \series default
18810  no es compatible con el paquete LaTeX 
18811 \series bold
18812 colortbl
18813 \series default
18814
18815 \begin_inset Index
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819 LaTeX-paquetes ! colortbl
18820 \end_layout
18821
18822 \end_inset
18823
18824  que se usa para tablas coloreadas en la sección
18825 \begin_inset space ~
18826 \end_inset
18827
18828
18829 \begin_inset CommandInset ref
18830 LatexCommand ref
18831 reference "sec:Tablas-Coloreadas"
18832
18833 \end_inset
18834
18835 .
18836  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Standard
18845 \begin_inset ERT
18846 status collapsed
18847
18848 \begin_layout Plain Layout
18849
18850
18851 \backslash
18852 else
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \begin_inset Note Note
18859 status open
18860
18861 \begin_layout Plain Layout
18862 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18863  
18864 \series bold
18865 arydshln
18866 \series default
18867 .
18868 \end_layout
18869
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \begin_layout Standard
18876 Debes instalar el paquete LaTeX 
18877 \series bold
18878 arydshln
18879 \series default
18880  para ver la parte siguiente en la salida.
18881 \end_layout
18882
18883 \begin_layout Standard
18884 \begin_inset ERT
18885 status collapsed
18886
18887 \begin_layout Plain Layout
18888
18889
18890 \backslash
18891 fi
18892 \end_layout
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \begin_layout Chapter
18900 Flotantes
18901 \begin_inset Index
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 Flotantes
18906 \end_layout
18907
18908 \end_inset
18909
18910
18911 \end_layout
18912
18913 \begin_layout Section
18914 Introducción
18915 \begin_inset CommandInset label
18916 LatexCommand label
18917 name "sec:Introducción-Flotantes"
18918
18919 \end_inset
18920
18921
18922 \begin_inset Index
18923 status collapsed
18924
18925 \begin_layout Plain Layout
18926 Flotantes ! Introducción
18927 \end_layout
18928
18929 \end_inset
18930
18931
18932 \end_layout
18933
18934 \begin_layout Standard
18935 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18936  no tiene posición fija.
18937  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18938  Las 
18939 \family sans
18940 Notas
18941 \begin_inset space ~
18942 \end_inset
18943
18944 al
18945 \begin_inset space ~
18946 \end_inset
18947
18948 pie
18949 \family default
18950  y 
18951 \family sans
18952 Notas
18953 \begin_inset space ~
18954 \end_inset
18955
18956 al
18957 \begin_inset space ~
18958 \end_inset
18959
18960 margen
18961 \family default
18962  también son flotantes, porque pueden flotar a la página siguiente cuando
18963  hay demasiadas notas en la página.
18964 \end_layout
18965
18966 \begin_layout Standard
18967 Los flotantes permiten composiciones de alta calidad.
18968  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18969  impedir espacios en blanco y páginas sin texto.
18970  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18971  cada flotante puede ser referenciado en el texto.
18972  Por lo tanto los flotantes están numerados.
18973  Las referencias se describen en la sección
18974 \begin_inset space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "sec:Referencias-a-Flotantes"
18981
18982 \end_inset
18983
18984 .
18985 \end_layout
18986
18987 \begin_layout Standard
18988 Para insertar un flotante, usa el menú 
18989 \family sans
18990 Insertar\SpecialChar \menuseparator
18991 Flotante
18992 \family default
18993 .
18994  Esto inserta una 
18995 \family sans
18996 Leyenda,
18997 \family default
18998  un cuadro con una etiqueta.
18999  La etiqueta se traducirá automáticamente al idioma del documento.
19000  Tras la etiqueta puedes insertar el texto de la leyenda.
19001  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19002  separado dentro del flotante.
19003  La colocación de leyendas se describe en la sección
19004 \begin_inset space ~
19005 \end_inset
19006
19007
19008 \begin_inset CommandInset ref
19009 LatexCommand ref
19010 reference "sec:Colocación-de-leyendas"
19011
19012 \end_inset
19013
19014 .
19015  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19016  con clic-izquierdo sobre él.
19017  Un cuadro cerrado se muestra así: 
19018 \begin_inset Graphics
19019         filename clipart/flotanteQt4.png
19020         scale 70
19021
19022 \end_inset
19023
19024  ---un cuadro gris con etiqueta en rojo---.
19025 \end_layout
19026
19027 \begin_layout Standard
19028 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19029  errores de LaTeX si el texto circundante se formatea de modo especial.
19030 \end_layout
19031
19032 \begin_layout Standard
19033 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19034  y pinchando el botón correspondiente de la barra de herramientas para un
19035  flotante nuevo.
19036 \end_layout
19037
19038 \begin_layout Section
19039 Tipos de flotantes
19040 \end_layout
19041
19042 \begin_layout Standard
19043 Además de los flotantes de imagen y de tabla que se describen en la sección
19044 \begin_inset space ~
19045 \end_inset
19046
19047
19048 \begin_inset CommandInset ref
19049 LatexCommand ref
19050 reference "sec:Figuras-Flotantes"
19051
19052 \end_inset
19053
19054  y 
19055 \begin_inset CommandInset ref
19056 LatexCommand ref
19057 reference "sec:Tablas-Flotantes"
19058
19059 \end_inset
19060
19061 , respectivamente, LyX ofrece los tipos 
19062 \series bold
19063 Algoritmo
19064 \series default
19065  y 
19066 \series bold
19067 Envoltorio
19068 \series default
19069 .
19070 \end_layout
19071
19072 \begin_layout Subsection
19073 Algoritmos flotantes
19074 \begin_inset Index
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Flotantes ! Algoritmos
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \begin_inset CommandInset label
19085 LatexCommand label
19086 name "sub:Algoritmos-Flotantes"
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Standard
19094 \begin_inset Float algorithm
19095 placement h
19096 wide false
19097 sideways false
19098 status open
19099
19100 \begin_layout Plain Layout
19101 \begin_inset Caption
19102
19103 \begin_layout Plain Layout
19104 \begin_inset CommandInset label
19105 LatexCommand label
19106 name "alg:Ejemplo-de-Algoritmo-flotante"
19107
19108 \end_inset
19109
19110 Ejemplo de algoritmo flotante
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \begin_layout LyX-Code
19119 for I in 1..N loop
19120 \begin_inset Newline newline
19121 \end_inset
19122
19123  Sum:= Sum + A(I); /*comment*/
19124 \begin_inset Newline newline
19125 \end_inset
19126
19127 end loop
19128 \begin_inset VSpace -4mm
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \begin_layout Standard
19140 Este tipo de flotante se inserta con el menú 
19141 \family sans
19142 Insertar\SpecialChar \menuseparator
19143 Flotante\SpecialChar \menuseparator
19144 Algoritmo
19145 \family default
19146 .
19147  Se usa para códigos y descripciones de algoritmos.
19148  Un posible entorno para algoritmos es 
19149 \family sans
19150 Código-LyX
19151 \family default
19152 , descrito en la 
19153 \emph on
19154 Guía del usuario
19155 \emph default
19156  de LyX.
19157  El algoritmo
19158 \begin_inset space ~
19159 \end_inset
19160
19161
19162 \begin_inset CommandInset ref
19163 LatexCommand ref
19164 reference "alg:Ejemplo-de-Algoritmo-flotante"
19165
19166 \end_inset
19167
19168  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19169  vertical de -4
19170 \begin_inset space \thinspace{}
19171 \end_inset
19172
19173 mm al final para tener la línea inferior exactamente bajo la última línea
19174  de texto.
19175 \end_layout
19176
19177 \begin_layout Standard
19178 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19179  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19180 \end_layout
19181
19182 \begin_layout Standard
19183
19184 \series bold
19185
19186 \backslash
19187 floatname{algorithm}{nombre}
19188 \end_layout
19189
19190 \begin_layout Standard
19191 donde 
19192 \family sans
19193 nombre
19194 \family default
19195  es la palabra «
19196 \emph on
19197 algorithm
19198 \emph default
19199 » en el lenguaje deseado.
19200 \end_layout
19201
19202 \begin_layout Standard
19203 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19204  
19205 \family sans
19206 Insertar\SpecialChar \menuseparator
19207 Lista/IG\SpecialChar \menuseparator
19208 Lista de algoritmos
19209 \family default
19210  como en documentos en inglés.
19211  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19212 \end_layout
19213
19214 \begin_layout Standard
19215
19216 \series bold
19217
19218 \backslash
19219 listof{algorithm}{nombre}
19220 \end_layout
19221
19222 \begin_layout Standard
19223 donde 
19224 \family sans
19225 nombre
19226 \family default
19227  es «
19228 \emph on
19229 List of algorithms
19230 \emph default
19231 » en tu idioma.
19232 \end_layout
19233
19234 \begin_layout Standard
19235 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19236  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19237 tmo».
19238  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19239  documento:
19240 \end_layout
19241
19242 \begin_layout Standard
19243
19244 \series bold
19245
19246 \backslash
19247 numberwithin{algorithm}{chapter}
19248 \end_layout
19249
19250 \begin_layout Standard
19251 Para poder usar el comando 
19252 \series bold
19253
19254 \backslash
19255 numberwithin
19256 \series default
19257 , marca la opción 
19258 \family sans
19259 Usar
19260 \begin_inset space ~
19261 \end_inset
19262
19263 el
19264 \begin_inset space ~
19265 \end_inset
19266
19267 paquete
19268 \begin_inset space ~
19269 \end_inset
19270
19271 AMS
19272 \family default
19273  en el menú 
19274 \family sans
19275 Documento\SpecialChar \menuseparator
19276 Configuración\SpecialChar \menuseparator
19277 Ecuaciones
19278 \family default
19279 .
19280 \end_layout
19281
19282 \begin_layout Subsection
19283 Flotantes envueltos
19284 \begin_inset Index
19285 status collapsed
19286
19287 \begin_layout Plain Layout
19288 Flotantes ! Envoltorio
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Standard
19297 \begin_inset Wrap figure
19298 lines 0
19299 placement l
19300 overhang 1cm
19301 width "40col%"
19302 status open
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Graphics
19306         filename ../clipart/mobius.eps
19307         width 40col%
19308         rotateOrigin center
19309
19310 \end_inset
19311
19312
19313 \end_layout
19314
19315 \begin_layout Plain Layout
19316 \begin_inset Caption
19317
19318 \begin_layout Plain Layout
19319 \begin_inset CommandInset label
19320 LatexCommand label
19321 name "fig:Envoltorio-de-figura"
19322
19323 \end_inset
19324
19325 Figura envuelta en el texto
19326 \end_layout
19327
19328 \end_inset
19329
19330
19331 \end_layout
19332
19333 \end_inset
19334
19335  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19336  de modo que ocupe sólo una parte del ancho de columna.
19337  Se inserta con el menú 
19338 \family sans
19339 Insertar\SpecialChar \menuseparator
19340 Flotante\SpecialChar \menuseparator
19341 Figura
19342 \begin_inset space ~
19343 \end_inset
19344
19345 envuelta
19346 \family default
19347  o 
19348 \family sans
19349 Tabla
19350 \begin_inset space ~
19351 \end_inset
19352
19353 envuelta
19354 \family default
19355  si está instalado el paquete LaTeX 
19356 \series bold
19357 wrapfig
19358 \series default
19359
19360 \begin_inset Index
19361 status collapsed
19362
19363 \begin_layout Plain Layout
19364 LaTeX-paquetes ! wrapfig
19365 \begin_inset ERT
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369
19370
19371 \backslash
19372 vspace{4mm}
19373 \end_layout
19374
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381
19382 .
19383 \begin_inset Foot
19384 status collapsed
19385
19386 \begin_layout Plain Layout
19387 La instalación de paquetes LaTeX se explica en el manual 
19388 \emph on
19389 Configuración de LaTeX
19390 \emph default
19391 .
19392 \end_layout
19393
19394 \end_inset
19395
19396  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19397  con clic-derecha sobre el cuadro del flotante.
19398  Son obligatorios la 
19399 \family sans
19400 Ubicación
19401 \family default
19402  y la 
19403 \family sans
19404 Anchura
19405 \family default
19406 .
19407  Son opcionales 
19408 \family sans
19409 Extensión al margen
19410 \family default
19411 , que especifica la anchura de invasión del margen, y 
19412 \family sans
19413 Extender
19414 \begin_inset space ~
19415 \end_inset
19416
19417 a
19418 \begin_inset space ~
19419 \end_inset
19420
19421 líneas
19422 \family default
19423 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19424  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19425  opción sólo si encuentras problemas en la colocación del flotante.
19426  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19427  del párrafo o en los párrafos adyacentes.
19428  La figura
19429 \begin_inset space ~
19430 \end_inset
19431
19432
19433 \begin_inset CommandInset ref
19434 LatexCommand ref
19435 reference "fig:Envoltorio-de-figura"
19436
19437 \end_inset
19438
19439  es un ejemplo de envoltorio con una anchura de columna del 40
19440 \begin_inset space \thinspace{}
19441 \end_inset
19442
19443 %, ubicado a la izquierda y 1
19444 \begin_inset space \thinspace{}
19445 \end_inset
19446
19447 cm de invasión de margen.
19448 \begin_inset Foot
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452 Consulta las unidades disponibles en el apéndice
19453 \begin_inset space ~
19454 \end_inset
19455
19456
19457 \begin_inset CommandInset ref
19458 LatexCommand ref
19459 reference "cha:Unidades-disponibles-en"
19460
19461 \end_inset
19462
19463 .
19464 \end_layout
19465
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \begin_layout Standard
19472 \begin_inset Note Greyedout
19473 status open
19474
19475 \begin_layout Plain Layout
19476
19477 \series bold
19478 Nota:
19479 \series default
19480  ¡Los flotantes envueltos son frágiles! P.
19481 \begin_inset space \thinspace{}
19482 \end_inset
19483
19484 e.
19485 \begin_inset space ~
19486 \end_inset
19487
19488 si una figura está demasiado cerca de la parte inferior de la página se
19489  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19490  o situarse junto a otro texto.
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Standard
19499 En general:
19500 \end_layout
19501
19502 \begin_layout Itemize
19503 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19504  salto de página.
19505  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19506  esté casi listo y puedas prever los saltos de página.
19507 \end_layout
19508
19509 \begin_layout Itemize
19510 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19511  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19512 \end_layout
19513
19514 \begin_layout Itemize
19515 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19516  que asegura que hay un párrafo de texto entre ellos.
19517 \end_layout
19518
19519 \begin_layout Itemize
19520 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19521 \end_layout
19522
19523 \begin_layout Section
19524 Numeración de flotantes
19525 \begin_inset Index
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529 Flotantes ! Numeración
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \end_layout
19536
19537 \begin_layout Standard
19538 En general, los flotantes se numeran independientemente de las secciones
19539  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19540  dependiendo de la clase de documento utilizada.
19541 \end_layout
19542
19543 \begin_layout Standard
19544 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19545  comando en el preámbulo del documento:
19546 \end_layout
19547
19548 \begin_layout Standard
19549
19550 \series bold
19551
19552 \backslash
19553 renewcommand{
19554 \backslash
19555 thetable}{
19556 \backslash
19557 roman{table}}
19558 \end_layout
19559
19560 \begin_layout Standard
19561
19562 \series bold
19563
19564 \backslash
19565 thetable 
19566 \series default
19567 es el comando que imprime el número de la tabla, para figuras flotantes
19568  el comando sería 
19569 \series bold
19570
19571 \backslash
19572 thefigure
19573 \series default
19574 .
19575  El comando 
19576 \series bold
19577
19578 \backslash
19579 roman
19580 \series default
19581  imprime el número de tabla en números romanos en minúscula.
19582 \end_layout
19583
19584 \begin_layout Standard
19585 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19586  usa este comando en el preámbulo:
19587 \end_layout
19588
19589 \begin_layout Standard
19590
19591 \series bold
19592
19593 \backslash
19594 numberwithin{table}{subsection}
19595 \end_layout
19596
19597 \begin_layout Standard
19598 Para poder usar el comando 
19599 \series bold
19600
19601 \backslash
19602 numberwithin
19603 \series default
19604 , debes marcar la opción 
19605 \family sans
19606 Usar
19607 \begin_inset space ~
19608 \end_inset
19609
19610 el
19611 \begin_inset space ~
19612 \end_inset
19613
19614 paquete
19615 \begin_inset space ~
19616 \end_inset
19617
19618 AMS 
19619 \family default
19620 en el apartado 
19621 \family sans
19622 Ecuaciones 
19623 \family default
19624 de las preferencias del documento.
19625 \end_layout
19626
19627 \begin_layout Standard
19628 Puedes ver más detalles y notas importantes sobre comandos de numeración
19629  en la sección
19630 \begin_inset space ~
19631 \end_inset
19632
19633
19634 \begin_inset CommandInset ref
19635 LatexCommand ref
19636 reference "sub:Numeración-de-Notas-al-Pie"
19637
19638 \end_inset
19639
19640 .
19641 \end_layout
19642
19643 \begin_layout Section
19644 Referencias a flotantes
19645 \begin_inset CommandInset label
19646 LatexCommand label
19647 name "sec:Referencias-a-Flotantes"
19648
19649 \end_inset
19650
19651
19652 \begin_inset Index
19653 status collapsed
19654
19655 \begin_layout Plain Layout
19656 Flotantes ! Referencias
19657 \end_layout
19658
19659 \end_inset
19660
19661
19662 \begin_inset Index
19663 status collapsed
19664
19665 \begin_layout Plain Layout
19666 Referencias
19667 \end_layout
19668
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \begin_layout Standard
19675 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19676  menú 
19677 \family sans
19678 Insertar\SpecialChar \menuseparator
19679 Etiqueta
19680 \family default
19681  o el botón 
19682 \begin_inset Graphics
19683         filename ../../images/label-insert.png
19684         scale 85
19685
19686 \end_inset
19687
19688 .
19689  Aparece una ventana esperando la introducción del texto de la etiqueta
19690  y se inserta un cuadro gris como este: 
19691 \begin_inset Graphics
19692         filename clipart/etiquetaQt4.png
19693         scale 85
19694
19695 \end_inset
19696
19697 .
19698  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19699  El prefijo depende del tipo de flotante, p.
19700 \begin_inset space \thinspace{}
19701 \end_inset
19702
19703 e.
19704 \begin_inset space ~
19705 \end_inset
19706
19707 para figuras el prefijo será «
19708 \family sans
19709 fig:
19710 \family default
19711 ».
19712 \end_layout
19713
19714 \begin_layout Standard
19715 La etiqueta se usa como ancla y el nombre para la referencia.
19716  Puedes referenciar la etiqueta usando el menú 
19717 \family sans
19718 Insertar\SpecialChar \menuseparator
19719 Referencia
19720 \family default
19721
19722 \begin_inset space ~
19723 \end_inset
19724
19725
19726 \family sans
19727 cruzada
19728 \family default
19729  o el botón 
19730 \begin_inset Graphics
19731         filename ../../images/dialog-show-new-inset_ref.png
19732         scale 85
19733
19734 \end_inset
19735
19736 .
19737  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19738  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19739  trabajando de la lista desplegable de la parte superior del diálogo.
19740  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19741  Se inserta un cuadro gris como este: 
19742 \begin_inset Graphics
19743         filename clipart/referenciaQt4.png
19744         scale 85
19745
19746 \end_inset
19747
19748 .
19749  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19750 \end_layout
19751
19752 \begin_layout Standard
19753 Se recomienda poner un espacio protegido entre el nombre de la referencia
19754  cruzada y su número para evitar saltos de línea entre ellos.
19755  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19756  dos interrogaciones en la salida.
19757 \end_layout
19758
19759 \begin_layout Standard
19760 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19761  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19762  al texto de la etiqueta nueva, no te ocupes por eso.
19763 \end_layout
19764
19765 \begin_layout Standard
19766 El botón 
19767 \family sans
19768 Ir
19769 \begin_inset space ~
19770 \end_inset
19771
19772 a
19773 \begin_inset space ~
19774 \end_inset
19775
19776 la
19777 \begin_inset space ~
19778 \end_inset
19779
19780 etiqueta
19781 \family default
19782  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19783  y el texto del botón cambia a 
19784 \family sans
19785 Volver
19786 \family default
19787 , con el que se puede retornar a la referencia.
19788  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19789  la etiqueta pero sin opción de volver.
19790 \end_layout
19791
19792 \begin_layout Subsection
19793 Formatos de referencia cruzada
19794 \begin_inset CommandInset label
19795 LatexCommand label
19796 name "sub:Formatos-referencia-cruzada"
19797
19798 \end_inset
19799
19800
19801 \begin_inset Index
19802 status collapsed
19803
19804 \begin_layout Plain Layout
19805 Referencias ! Formatos
19806 \end_layout
19807
19808 \end_inset
19809
19810
19811 \end_layout
19812
19813 \begin_layout Standard
19814 Hay seis variedades de referencias cruzadas:
19815 \end_layout
19816
19817 \begin_layout Description
19818 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19819  
19820 \begin_inset CommandInset ref
19821 LatexCommand ref
19822 reference "fig:Dos-imágenes-distorsionadas"
19823
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \begin_layout Description
19830 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19831  habitual para referirse a fórmulas, especialmente si se omite el nombre
19832  «Ecuación»: 
19833 \begin_inset CommandInset ref
19834 LatexCommand eqref
19835 reference "eq:Wgn"
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Description
19843 <página>: imprime el número de página: Página
19844 \begin_inset space ~
19845 \end_inset
19846
19847
19848 \begin_inset CommandInset ref
19849 LatexCommand pageref
19850 reference "fig:Dos-imágenes-distorsionadas"
19851
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \begin_layout Description
19858 en
19859 \begin_inset space ~
19860 \end_inset
19861
19862 página
19863 \begin_inset space ~
19864 \end_inset
19865
19866 <página>: imprime el texto «en la página» y el número de página: 
19867 \begin_inset CommandInset ref
19868 LatexCommand vpageref
19869 reference "fig:Dos-imágenes-distorsionadas"
19870
19871 \end_inset
19872
19873
19874 \end_layout
19875
19876 \begin_layout Description
19877 <referencia>
19878 \begin_inset space ~
19879 \end_inset
19880
19881 en
19882 \begin_inset space ~
19883 \end_inset
19884
19885 página
19886 \begin_inset space ~
19887 \end_inset
19888
19889 <página>: imprime el número flotante, el texto «en la página» y el número
19890  de página: 
19891 \begin_inset CommandInset ref
19892 LatexCommand vref
19893 reference "fig:Dos-imágenes-distorsionadas"
19894
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \begin_layout Description
19901 Referencia
19902 \begin_inset space ~
19903 \end_inset
19904
19905 con
19906 \begin_inset space ~
19907 \end_inset
19908
19909 formato: imprime un formato personalizado.
19910  
19911 \begin_inset Note Greyedout
19912 status open
19913
19914 \begin_layout Plain Layout
19915
19916 \series bold
19917 Nota:
19918 \series default
19919  Esta característica sólo está disponible si está instalado el paquete LaTeX
19920  
19921 \series bold
19922 prettyref
19923 \series default
19924 .
19925 \end_layout
19926
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \begin_layout Standard
19933 Ten en cuenta que el estilo <página>
19934 \begin_inset space \thinspace{}
19935 \end_inset
19936
19937  no imprime el número si la etiqueta está en la misma página, en la anterior
19938  o en la siguiente.
19939  En su lugar verás p.
19940 \begin_inset space \thinspace{}
19941 \end_inset
19942
19943 e.
19944 \begin_inset space ~
19945 \end_inset
19946
19947 el texto «
19948 \family sans
19949 en esta página
19950 \family default
19951 ».
19952 \end_layout
19953
19954 \begin_layout Standard
19955 El número y página actual de la parte del documento referida es automáticamente
19956  calculado por LaTeX en la salida.
19957  Las variedades se ajustan en el campo 
19958 \family sans
19959 Formato
19960 \family default
19961  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19962 \end_layout
19963
19964 \begin_layout Subsection
19965 Designación automática de referencias
19966 \begin_inset Index
19967 status collapsed
19968
19969 \begin_layout Plain Layout
19970 Referencias ! Designación automática
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Standard
19979 El paquete LaTeX 
19980 \series bold
19981 hyperref
19982 \series default
19983
19984 \begin_inset Index
19985 status collapsed
19986
19987 \begin_layout Plain Layout
19988 LaTeX-paquetes ! hyperref
19989 \end_layout
19990
19991 \end_inset
19992
19993 , que se habilita en 
19994 \family sans
19995 Propiedades PDF
19996 \family default
19997  del diálogo 
19998 \family sans
19999 Documento\SpecialChar \menuseparator
20000 Configuración
20001 \family default
20002 , dispone de una característica muy útil que permite incluir automáticamente
20003  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20004  de texto como 
20005 \emph on
20006 sección
20007 \emph default
20008 ).
20009  Así, p.
20010 \begin_inset space \thinspace{}
20011 \end_inset
20012
20013 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20014  a una figura.
20015  Para usar esta característica habilita el soporte para 
20016 \series bold
20017 hyperref
20018 \series default
20019  e inserta la siguiente línea en el preámbulo LaTeX:
20020 \end_layout
20021
20022 \begin_layout Standard
20023
20024 \series bold
20025
20026 \backslash
20027 AtBeginDocument{
20028 \backslash
20029 renewcommand{
20030 \backslash
20031 ref}[1]{
20032 \backslash
20033 mbox{
20034 \backslash
20035 autoref{#1}}}}
20036 \end_layout
20037
20038 \begin_layout Standard
20039 Si prefieres otros nombres para las referencias distintos de los predeterminados
20040 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20041  lo siguiente en el preámbulo:
20042 \end_layout
20043
20044 \begin_layout Standard
20045
20046 \series bold
20047
20048 \backslash
20049 addto
20050 \backslash
20051 extrasenglish{
20052 \backslash
20053 renewcommand{
20054 \backslash
20055 sectionautorefname}
20056 \begin_inset Newline newline
20057 \end_inset
20058
20059
20060 \begin_inset ERT
20061 status collapsed
20062
20063 \begin_layout Plain Layout
20064
20065
20066 \backslash
20067 hphantom{ }
20068 \end_layout
20069
20070 \end_inset
20071
20072 {sec.
20073 \backslash
20074 negthinspace}}
20075 \end_layout
20076
20077 \begin_layout Standard
20078 Si estás usando un idioma de documento distinto del inglés, reemplaza
20079 \begin_inset Newline newline
20080 \end_inset
20081
20082  
20083 \series bold
20084
20085 \backslash
20086 extrasenglish
20087 \series default
20088  por
20089 \series bold
20090  
20091 \backslash
20092 extras***
20093 \series default
20094 , donde *** es el nombre del idioma utilizado.
20095 \end_layout
20096
20097 \begin_layout Standard
20098 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20099  por ejemplo no para ecuaciones, usa este código de preámbulo:
20100 \end_layout
20101
20102 \begin_layout Standard
20103
20104 \series bold
20105
20106 \backslash
20107 newlength{
20108 \backslash
20109 abc}
20110 \begin_inset Newline newline
20111 \end_inset
20112
20113
20114 \backslash
20115 settowidth{
20116 \backslash
20117 abc}{
20118 \backslash
20119 space}
20120 \begin_inset Newline newline
20121 \end_inset
20122
20123
20124 \backslash
20125 addto
20126 \backslash
20127 extrasenglish{
20128 \backslash
20129 renewcommand{
20130 \backslash
20131 equationautorefname}
20132 \begin_inset Newline newline
20133 \end_inset
20134
20135
20136 \begin_inset ERT
20137 status collapsed
20138
20139 \begin_layout Plain Layout
20140
20141
20142 \backslash
20143 hphantom{ }
20144 \end_layout
20145
20146 \end_inset
20147
20148 {
20149 \backslash
20150 hspace{-
20151 \backslash
20152 abc}}
20153 \end_layout
20154
20155 \begin_layout Standard
20156 En la documentación de 
20157 \series bold
20158 hyperref
20159 \series default
20160  
20161 \begin_inset CommandInset citation
20162 LatexCommand cite
20163 key "hyperref"
20164
20165 \end_inset
20166
20167  puedes encontrar más información.
20168
20169 \series bold
20170  
20171 \end_layout
20172
20173 \begin_layout Standard
20174 \begin_inset Note Greyedout
20175 status open
20176
20177 \begin_layout Plain Layout
20178
20179 \series bold
20180 Nota:
20181 \series default
20182  La designación automática de referencias no puede usarse en el estilo 
20183 \family sans
20184 Referencia
20185 \begin_inset space ~
20186 \end_inset
20187
20188 con
20189 \begin_inset space ~
20190 \end_inset
20191
20192 formato
20193 \family default
20194 , descrita en la sección
20195 \begin_inset space ~
20196 \end_inset
20197
20198
20199 \begin_inset CommandInset ref
20200 LatexCommand ref
20201 reference "sub:Formatos-referencia-cruzada"
20202
20203 \end_inset
20204
20205 .
20206 \end_layout
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Standard
20214 El manual 
20215 \emph on
20216 Ecuaciones
20217 \emph default
20218  es un ejemplo de documento en el que se ha utilizado designación automática
20219  de referencias.
20220 \end_layout
20221
20222 \begin_layout Subsection
20223 Colocación de referencias
20224 \begin_inset CommandInset label
20225 LatexCommand label
20226 name "sub:Colocación-de-Referencias"
20227
20228 \end_inset
20229
20230
20231 \begin_inset Index
20232 status collapsed
20233
20234 \begin_layout Plain Layout
20235 Referencias ! Colocación
20236 \end_layout
20237
20238 \end_inset
20239
20240
20241 \end_layout
20242
20243 \begin_layout Standard
20244 Si usas 
20245 \series bold
20246 hyperref
20247 \series default
20248
20249 \begin_inset Index
20250 status collapsed
20251
20252 \begin_layout Plain Layout
20253 LaTeX-paquetes ! hyperref
20254 \end_layout
20255
20256 \end_inset
20257
20258 , en las 
20259 \family sans
20260 Preferencias PDF 
20261 \family default
20262 del diálogo 
20263 \family sans
20264 Documento\SpecialChar \menuseparator
20265 Configuración
20266 \family default
20267 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20268  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20269  La leyenda será la primera parte del texto en pantalla, de forma que para
20270  ver la imagen debes deslizar.
20271  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20272  Usando el paquete 
20273 \series bold
20274 hypcap
20275 \series default
20276
20277 \begin_inset Index
20278 status collapsed
20279
20280 \begin_layout Plain Layout
20281 LaTeX-paquetes ! hypcap
20282 \end_layout
20283
20284 \end_inset
20285
20286 , que forma parte del paquete LaTeX 
20287 \series bold
20288 oberdiek
20289 \series default
20290
20291 \begin_inset Index
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295 LaTeX-paquetes ! oberdiek
20296 \end_layout
20297
20298 \end_inset
20299
20300 , el ancla de enlace se sitúa al comienzo de un flotante.
20301  Para usar esta característica para figuras flotantes carga 
20302 \series bold
20303 hypcap
20304 \series default
20305  en el preámbulo con
20306 \end_layout
20307
20308 \begin_layout Standard
20309
20310 \series bold
20311
20312 \backslash
20313 usepackage[figure]{hypcap}
20314 \end_layout
20315
20316 \begin_layout Standard
20317 Puedes usar 
20318 \series bold
20319 hypcap
20320 \series default
20321  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20322  Más información en el manual de 
20323 \series bold
20324 hypcap
20325 \series default
20326  
20327 \begin_inset CommandInset citation
20328 LatexCommand cite
20329 key "hypcap"
20330
20331 \end_inset
20332
20333 .
20334 \end_layout
20335
20336 \begin_layout Standard
20337 \begin_inset Note Greyedout
20338 status open
20339
20340 \begin_layout Plain Layout
20341
20342 \series bold
20343 Nota:
20344 \series default
20345  
20346 \series bold
20347 hypcap
20348 \series default
20349  no funciona para las referencias a subfiguras.
20350 \end_layout
20351
20352 \end_inset
20353
20354
20355 \end_layout
20356
20357 \begin_layout Section
20358 Colocación de flotantes
20359 \begin_inset CommandInset label
20360 LatexCommand label
20361 name "sec:Colocación-de-Flotantes"
20362
20363 \end_inset
20364
20365
20366 \begin_inset Index
20367 status collapsed
20368
20369 \begin_layout Plain Layout
20370 Flotantes ! Colocación
20371 \end_layout
20372
20373 \end_inset
20374
20375
20376 \end_layout
20377
20378 \begin_layout Standard
20379 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20380  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20381  los flotantes.
20382 \begin_inset Newline newline
20383 \end_inset
20384
20385 La opción 
20386 \family sans
20387 Extender
20388 \begin_inset space ~
20389 \end_inset
20390
20391 columnas
20392 \family default
20393  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20394  abarcará ambas columnas en lugar de una sola.
20395 \begin_inset Newline newline
20396 \end_inset
20397
20398 La opción 
20399 \family sans
20400 Girar
20401 \begin_inset space ~
20402 \end_inset
20403
20404 a
20405 \begin_inset space ~
20406 \end_inset
20407
20408 un
20409 \begin_inset space ~
20410 \end_inset
20411
20412 lado
20413 \family default
20414  sirve para girar flotantes, véase sección
20415 \begin_inset space ~
20416 \end_inset
20417
20418
20419 \begin_inset CommandInset ref
20420 LatexCommand ref
20421 reference "sec:Rotación-de-Flotantes"
20422
20423 \end_inset
20424
20425 .
20426  
20427 \end_layout
20428
20429 \begin_layout Standard
20430 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20431  la posición de un flotante si desmarcas la opción 
20432 \family sans
20433 Usar
20434 \begin_inset space ~
20435 \end_inset
20436
20437 ubicación
20438 \begin_inset space ~
20439 \end_inset
20440
20441 predeterminada
20442 \family default
20443 :
20444 \end_layout
20445
20446 \begin_layout Description
20447
20448 \family sans
20449 \series bold
20450 Aquí
20451 \begin_inset space ~
20452 \end_inset
20453
20454 si
20455 \begin_inset space ~
20456 \end_inset
20457
20458 es
20459 \begin_inset space ~
20460 \end_inset
20461
20462 posible
20463 \family default
20464 \series default
20465  intenta situar el flotante en la posición en la que se inserta
20466 \end_layout
20467
20468 \begin_layout Description
20469
20470 \family sans
20471 \series bold
20472 Principio
20473 \begin_inset space ~
20474 \end_inset
20475
20476 de
20477 \begin_inset space ~
20478 \end_inset
20479
20480 página
20481 \family default
20482 \series default
20483  intenta situar el flotante al principio de la página actual
20484 \end_layout
20485
20486 \begin_layout Description
20487
20488 \family sans
20489 \series bold
20490 Fin
20491 \begin_inset space ~
20492 \end_inset
20493
20494 de
20495 \begin_inset space ~
20496 \end_inset
20497
20498 página
20499 \family default
20500 \series default
20501  intenta situar el flotante al final de la página actual
20502 \end_layout
20503
20504 \begin_layout Description
20505
20506 \family sans
20507 \series bold
20508 Página
20509 \begin_inset space ~
20510 \end_inset
20511
20512 de
20513 \begin_inset space ~
20514 \end_inset
20515
20516 flotantes
20517 \family default
20518 \series default
20519  intenta situar el flotante en una página propia 
20520 \end_layout
20521
20522 \begin_layout Standard
20523 LaTeX usa 
20524 \emph on
20525 siempre
20526 \emph default
20527  ese orden de opciones.
20528  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20529  lugar 
20530 \family sans
20531 Aquí
20532 \begin_inset space ~
20533 \end_inset
20534
20535 si
20536 \begin_inset space ~
20537 \end_inset
20538
20539 es
20540 \begin_inset space ~
20541 \end_inset
20542
20543 posible
20544 \family default
20545 , luego 
20546 \family sans
20547 Principio
20548 \begin_inset space ~
20549 \end_inset
20550
20551 de
20552 \begin_inset space ~
20553 \end_inset
20554
20555 página
20556 \family default
20557 , y después las otras.
20558  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20559  pero en dicho orden.
20560  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20561  pero intenta poner el flotante en la página siguiente.
20562 \end_layout
20563
20564 \begin_layout Standard
20565 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20566 \end_layout
20567
20568 \begin_layout Labeling
20569 \labelwidthstring 00.00.0000
20570
20571 \family sans
20572 Principio
20573 \begin_inset space ~
20574 \end_inset
20575
20576 de
20577 \begin_inset space ~
20578 \end_inset
20579
20580 página:
20581 \family default
20582  sólo si el flotante ocupa menos del 70
20583 \begin_inset space \thinspace{}
20584 \end_inset
20585
20586 % de la página puede ubicarse al principio de página (
20587 \series bold
20588
20589 \backslash
20590 topfraction
20591 \series default
20592 )
20593 \end_layout
20594
20595 \begin_layout Labeling
20596 \labelwidthstring 00.00.0000
20597
20598 \family sans
20599 Fin
20600 \begin_inset space ~
20601 \end_inset
20602
20603 de
20604 \begin_inset space ~
20605 \end_inset
20606
20607 página:
20608 \family default
20609  sólo si el flotante ocupa menos del 30
20610 \begin_inset space \thinspace{}
20611 \end_inset
20612
20613 % de la página puede ubicarse al fin de página.
20614  (
20615 \series bold
20616
20617 \backslash
20618 bottomfraction
20619 \series default
20620 )
20621 \end_layout
20622
20623 \begin_layout Labeling
20624 \labelwidthstring 00.00.0000
20625
20626 \family sans
20627 Página
20628 \begin_inset space ~
20629 \end_inset
20630
20631 de
20632 \begin_inset space ~
20633 \end_inset
20634
20635 flotantes:
20636 \family default
20637  sólo si más del 50
20638 \begin_inset space \thinspace{}
20639 \end_inset
20640
20641 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20642  página.
20643  (
20644 \series bold
20645
20646 \backslash
20647 floatpagefraction
20648 \series default
20649 )
20650 \end_layout
20651
20652 \begin_layout Standard
20653 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20654  
20655 \family sans
20656 Ignorar
20657 \begin_inset space ~
20658 \end_inset
20659
20660 reglas
20661 \begin_inset space ~
20662 \end_inset
20663
20664 de
20665 \begin_inset space ~
20666 \end_inset
20667
20668 LaTeX
20669 \family default
20670 .
20671 \begin_inset Newline newline
20672 \end_inset
20673
20674 También puedes redefinir las reglas con los comandos LaTeX que van entre
20675  paréntesis tras la descripción de las reglas anteriores.
20676  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20677  la regla 
20678 \family sans
20679 Fin
20680 \family default
20681
20682 \begin_inset space ~
20683 \end_inset
20684
20685
20686 \family sans
20687 de
20688 \family default
20689
20690 \begin_inset space ~
20691 \end_inset
20692
20693
20694 \family sans
20695 página
20696 \family default
20697  al 50
20698 \begin_inset space \thinspace{}
20699 \end_inset
20700
20701 %, añade esta línea en el preámbulo:
20702 \end_layout
20703
20704 \begin_layout Standard
20705
20706 \series bold
20707
20708 \backslash
20709 renewcommand{
20710 \backslash
20711 bottomfraction}{0.5}
20712 \end_layout
20713
20714 \begin_layout Standard
20715 En determinados casos podrías necesitar ubicar un flotante exactamente en
20716  la posición en la que se inserta.
20717  Para esto puedes usar la opción 
20718 \family sans
20719 Aquí
20720 \begin_inset space ~
20721 \end_inset
20722
20723 definitivamente
20724 \family default
20725 .
20726  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20727  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20728  se podría estropear el diseño de la página.
20729 \end_layout
20730
20731 \begin_layout Standard
20732 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20733  rodeados por texto de un párrafo determinado.
20734 \begin_inset VSpace bigskip
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \begin_layout Standard
20741 A veces surge el problema de que un flotante se sitúa al principio de la
20742  página mientras que su sección correspondiente empieza en mitad de la página,
20743  así que el lector podría creer que el flotante forma parte de la sección
20744  anterior.
20745  Para evitarlo puede emplearse el comando LaTeX 
20746 \series bold
20747
20748 \backslash
20749 suppressfloats
20750 \series default
20751 , que suprime la ubicación de un flotante dado en la página donde se inserta
20752  y además puede servir para evitar que el flotante se coloque antes del
20753  inicio de sección.
20754  Para ello, añade estos comandos al preámbulo:
20755 \end_layout
20756
20757 \begin_layout Standard
20758
20759 \series bold
20760
20761 \backslash
20762 let
20763 \backslash
20764 mySection
20765 \backslash
20766 section
20767 \begin_inset Newline newline
20768 \end_inset
20769
20770
20771 \backslash
20772 renewcommand{
20773 \backslash
20774 section}{
20775 \backslash
20776 suppressfloats[t]
20777 \backslash
20778 mySection}
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20783  subsecciones.
20784  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20785  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20786 \end_layout
20787
20788 \begin_layout Standard
20789 \begin_inset VSpace bigskip
20790 \end_inset
20791
20792 En ciertos casos se quieren tener todas las figuras/tablas al final del
20793  documento.
20794  Para estos casos está el paquete LaTeX 
20795 \series bold
20796 endfloat
20797 \series default
20798
20799 \begin_inset Index
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803 LaTeX-paquetes ! endfloat
20804 \end_layout
20805
20806 \end_inset
20807
20808 .
20809  Pone todas las figuras y tablas flotantes al final del documento en secciones
20810  propias.
20811  En la posición original del flotante se inserta una indicación como «
20812 \family sans
20813 [Figure
20814 \begin_inset space ~
20815 \end_inset
20816
20817 3.2 about here.]
20818 \family default
20819 ».
20820  El paquete 
20821 \series bold
20822 endfloat
20823 \series default
20824  se carga en el preámbulo con la línea
20825 \end_layout
20826
20827 \begin_layout Standard
20828
20829 \series bold
20830
20831 \backslash
20832 usepackage[options]{endfloat}
20833 \end_layout
20834
20835 \begin_layout Standard
20836 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20837  Para más información véase la documentación de 
20838 \begin_inset CommandInset citation
20839 LatexCommand cite
20840 key "endfloat"
20841
20842 \end_inset
20843
20844 .
20845 \begin_inset Newline newline
20846 \end_inset
20847
20848
20849 \begin_inset Note Greyedout
20850 status open
20851
20852 \begin_layout Plain Layout
20853
20854 \series bold
20855 Nota: endfloat
20856 \series default
20857  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20858  véase sección
20859 \begin_inset space ~
20860 \end_inset
20861
20862 4 en 
20863 \begin_inset CommandInset citation
20864 LatexCommand cite
20865 key "endfloat"
20866
20867 \end_inset
20868
20869 .
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \begin_inset Newline newline
20876 \end_inset
20877
20878
20879 \begin_inset Note Greyedout
20880 status open
20881
20882 \begin_layout Plain Layout
20883
20884 \series bold
20885 Nota:
20886 \series default
20887  Actualmente hay un error en 
20888 \series bold
20889 endfloat
20890 \series default
20891  cuando la leyenda contiene el carácter alemán «ß».
20892  Usa en ese caso el comando «
20893 \series bold
20894
20895 \backslash
20896 ss
20897 \series default
20898 » en código TeX en vez de «ß».
20899 \end_layout
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Standard
20907 \begin_inset VSpace bigskip
20908 \end_inset
20909
20910 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20911 \begin_inset CommandInset citation
20912 LatexCommand cite
20913 key "latexcompanion,latexguide,latexbook"
20914
20915 \end_inset
20916
20917 .
20918 \end_layout
20919
20920 \begin_layout Section
20921 Rotación de flotantes
20922 \begin_inset CommandInset label
20923 LatexCommand label
20924 name "sec:Rotación-de-Flotantes"
20925
20926 \end_inset
20927
20928
20929 \begin_inset Index
20930 status collapsed
20931
20932 \begin_layout Plain Layout
20933 Flotantes ! Rotación
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Standard
20942 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20943  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20944  la opción 
20945 \family sans
20946 Girar
20947 \begin_inset space ~
20948 \end_inset
20949
20950 a
20951 \begin_inset space ~
20952 \end_inset
20953
20954 un
20955 \begin_inset space ~
20956 \end_inset
20957
20958 lado
20959 \family default
20960 .
20961 \end_layout
20962
20963 \begin_layout Standard
20964 Los flotantes girados son puestos siempre en su propia página (o columna
20965  si el documento es de dos columnas).
20966  Se les puede permitir abarcar varias columnas con la opción de configuración
20967  
20968 \family sans
20969 Extender
20970 \begin_inset space ~
20971 \end_inset
20972
20973 columnas
20974 \family default
20975 .
20976  Se rotan de forma que puedes leerlos desde el margen externo.
20977  Para forzar determinada dirección de rotación para todas las páginas, puedes
20978  añadir una de las opciones 
20979 \series bold
20980 figuresleft
20981 \series default
20982  o 
20983 \series bold
20984 figuresright
20985 \series default
20986  a las opciones de clase del documento.
20987 \end_layout
20988
20989 \begin_layout Standard
20990 Los flotantes girados se refieren igual que los normales, y el formato de
20991  la leyenda también es el mismo: un ejemplo es la tabla
20992 \begin_inset space ~
20993 \end_inset
20994
20995
20996 \begin_inset CommandInset ref
20997 LatexCommand ref
20998 reference "tab:Tabla-girada"
20999
21000 \end_inset
21001
21002 .
21003 \end_layout
21004
21005 \begin_layout Standard
21006 \begin_inset Note Greyedout
21007 status open
21008
21009 \begin_layout Plain Layout
21010
21011 \series bold
21012 Nota:
21013 \series default
21014  No todos los visores DVI pueden mostrar tablas giradas.
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Standard
21023 \begin_inset Float table
21024 wide false
21025 sideways true
21026 status open
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Caption
21030
21031 \begin_layout Plain Layout
21032 \begin_inset CommandInset label
21033 LatexCommand label
21034 name "tab:Tabla-girada"
21035
21036 \end_inset
21037
21038 Tabla girada
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \begin_layout Plain Layout
21047 \align center
21048 \begin_inset Tabular
21049 <lyxtabular version="3" rows="1" columns="5">
21050 <features>
21051 <column alignment="center" valignment="top" width="0">
21052 <column alignment="center" valignment="top" width="0">
21053 <column alignment="center" valignment="top" width="0">
21054 <column alignment="center" valignment="top" width="0">
21055 <column alignment="center" valignment="top" width="0">
21056 <row>
21057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 test
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070 b
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 c
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 d
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 e
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 </row>
21103 </lyxtabular>
21104
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \begin_layout Section
21116 Flotantes adosados
21117 \begin_inset Index
21118 status collapsed
21119
21120 \begin_layout Plain Layout
21121 Flotantes ! Adosados
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \end_layout
21128
21129 \begin_layout Standard
21130 Para colocar flotantes unos junto a otros, como en la figura
21131 \begin_inset space ~
21132 \end_inset
21133
21134
21135 \begin_inset CommandInset ref
21136 LatexCommand ref
21137 reference "fig:Flotante-izquierda"
21138
21139 \end_inset
21140
21141  y 
21142 \begin_inset CommandInset ref
21143 LatexCommand ref
21144 reference "fig:Flotante-derecha"
21145
21146 \end_inset
21147
21148 , se pone 
21149 \emph on
21150 un
21151 \emph default
21152  solo flotante.
21153  En él se insertan dos cuadros tipo minipágina.
21154 \begin_inset Foot
21155 status collapsed
21156
21157 \begin_layout Plain Layout
21158 Las minipáginas se explican en la sección
21159 \begin_inset space ~
21160 \end_inset
21161
21162
21163 \begin_inset CommandInset ref
21164 LatexCommand ref
21165 reference "sec:Minipáginas"
21166
21167 \end_inset
21168
21169 .
21170 \end_layout
21171
21172 \end_inset
21173
21174  La anchura de la columna se establece en 45-50
21175 \begin_inset space \thinspace{}
21176 \end_inset
21177
21178 % y la alineación en 
21179 \family sans
21180 Inferior
21181 \family default
21182  para cada minipágina.
21183  Las minipáginas contienen la imagen y su título, de igual forma que en
21184  los flotantes.
21185  La única diferencia es que el 
21186 \family sans
21187 Ancho
21188 \begin_inset space ~
21189 \end_inset
21190
21191 de
21192 \begin_inset space ~
21193 \end_inset
21194
21195 columna
21196 \begin_inset space ~
21197 \end_inset
21198
21199 %
21200 \family default
21201  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21202 \end_layout
21203
21204 \begin_layout Standard
21205 \begin_inset Float figure
21206 placement h
21207 wide false
21208 sideways false
21209 status open
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Box Frameless
21213 position "b"
21214 hor_pos "c"
21215 has_inner_box 1
21216 inner_pos "t"
21217 use_parbox 0
21218 width "45col%"
21219 special "none"
21220 height "1in"
21221 height_special "totalheight"
21222 status open
21223
21224 \begin_layout Plain Layout
21225 \align center
21226 \begin_inset Graphics
21227         filename ../clipart/mobius.eps
21228         lyxscale 50
21229         width 100col%
21230         scaleBeforeRotation
21231
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Caption
21239
21240 \begin_layout Plain Layout
21241 \begin_inset CommandInset label
21242 LatexCommand label
21243 name "fig:Flotante-izquierda"
21244
21245 \end_inset
21246
21247 Flotante en el lado izquierdo.
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \begin_inset space \hfill{}
21259 \end_inset
21260
21261
21262 \begin_inset Box Frameless
21263 position "b"
21264 hor_pos "c"
21265 has_inner_box 1
21266 inner_pos "t"
21267 use_parbox 0
21268 width "45col%"
21269 special "none"
21270 height "1in"
21271 height_special "totalheight"
21272 status open
21273
21274 \begin_layout Plain Layout
21275 \align center
21276 \begin_inset Graphics
21277         filename ../clipart/platypus.eps
21278         lyxscale 50
21279         width 100col%
21280         scaleBeforeRotation
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Caption
21289
21290 \begin_layout Plain Layout
21291 \begin_inset CommandInset label
21292 LatexCommand label
21293 name "fig:Flotante-derecha"
21294
21295 \end_inset
21296
21297 Flotante en el lado derecho.
21298 \end_layout
21299
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Section
21316 Formato de las leyendas
21317 \begin_inset Index
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321 Leyendas ! Formato
21322 \end_layout
21323
21324 \end_inset
21325
21326
21327 \begin_inset Index
21328 status collapsed
21329
21330 \begin_layout Plain Layout
21331 Flotantes ! Formato de las leyendas
21332 \end_layout
21333
21334 \end_inset
21335
21336
21337 \begin_inset CommandInset label
21338 LatexCommand label
21339 name "sec:Formato-de-leyendas"
21340
21341 \end_inset
21342
21343
21344 \end_layout
21345
21346 \begin_layout Standard
21347 El entorno 
21348 \family sans
21349 Leyenda
21350 \family default
21351  es el predeterminado para los 
21352 \family sans
21353 Flotantes
21354 \family default
21355 .
21356  En LyX las leyendas se muestran como etiqueta, p.
21357 \begin_inset space \thinspace{}
21358 \end_inset
21359
21360 e.
21361 \begin_inset space ~
21362 \end_inset
21363
21364 «
21365 \family sans
21366 Figura #
21367 \family default
21368 :» seguida por el texto.
21369  «#» es el número real de referencia.
21370  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21371  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21372  del texto.
21373  El entorno leyenda no es apropiado para todos los tipos de documento.
21374  
21375 \end_layout
21376
21377 \begin_layout Standard
21378 Para cambiar el formato predeterminado carga el paquete LaTeX 
21379 \series bold
21380 caption
21381 \series default
21382
21383 \begin_inset Index
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387 LaTeX-paquetes ! caption
21388 \end_layout
21389
21390 \end_inset
21391
21392  en el preámbulo del documento con la línea:
21393 \end_layout
21394
21395 \begin_layout Standard
21396
21397 \series bold
21398
21399 \backslash
21400 usepackage[definición de formato]{caption}
21401 \end_layout
21402
21403 \begin_layout Standard
21404 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21405  las leyendas de tabla siempre sobre ella como en este documento, usa el
21406  comando:
21407 \end_layout
21408
21409 \begin_layout Standard
21410
21411 \series bold
21412
21413 \backslash
21414 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21415 \end_layout
21416
21417 \begin_layout Standard
21418 También puedes definir distintos formatos de leyenda para los distintos
21419  tipos de flotantes.
21420  En ese caso carga el paquete 
21421 \series bold
21422 caption
21423 \series default
21424  sin opciones específicas y define los distintos formatos con ayuda del
21425  comando
21426 \end_layout
21427
21428 \begin_layout Standard
21429
21430 \series bold
21431
21432 \backslash
21433 captionsetup[tipo de flotante]{definición de formato}
21434 \end_layout
21435
21436 \begin_layout Standard
21437 en el preámbulo del documento.
21438  Por ejemplo las leyendas de la Figura
21439 \begin_inset space ~
21440 \end_inset
21441
21442
21443 \begin_inset CommandInset ref
21444 LatexCommand ref
21445 reference "fig:Esto-es-una-fig"
21446
21447 \end_inset
21448
21449  y la tabla
21450 \begin_inset space ~
21451 \end_inset
21452
21453
21454 \begin_inset CommandInset ref
21455 LatexCommand ref
21456 reference "tab:Esto-es-una-tab"
21457
21458 \end_inset
21459
21460  pueden crearse usando los siguientes comandos en el preámbulo:
21461 \end_layout
21462
21463 \begin_layout Standard
21464
21465 \series bold
21466
21467 \backslash
21468 usepackage[tableposition=top]{caption}
21469 \series default
21470
21471 \begin_inset Newline newline
21472 \end_inset
21473
21474
21475 \series bold
21476
21477 \backslash
21478 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21479 \begin_inset Newline newline
21480 \end_inset
21481
21482
21483 \begin_inset ERT
21484 status collapsed
21485
21486 \begin_layout Plain Layout
21487
21488
21489 \backslash
21490 hphantom{
21491 \backslash
21492
21493 \backslash
21494 captionsetup[figure]
21495 \backslash
21496 {}
21497 \end_layout
21498
21499 \end_inset
21500
21501  labelsep=period}
21502 \begin_inset Newline newline
21503 \end_inset
21504
21505
21506 \backslash
21507 captionsetup[table]{labelfont={bf,sf}}
21508 \end_layout
21509
21510 \begin_layout Standard
21511 \begin_inset Note Greyedout
21512 status open
21513
21514 \begin_layout Plain Layout
21515
21516 \series bold
21517 Nota: 
21518 \series default
21519 La opción 
21520 \series bold
21521 tableposition=top
21522 \series default
21523  no tiene efecto si se usa una clase de documento 
21524 \series bold
21525 koma-script
21526 \series default
21527 .
21528  En este caso debe utilizarse la opción de clase de documento 
21529 \series bold
21530 tablecaptionabove
21531 \series default
21532 .
21533  
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \begin_layout Standard
21542 Para más información sobre el paquete 
21543 \series bold
21544 caption
21545 \series default
21546  acude a su documentación 
21547 \begin_inset CommandInset citation
21548 LatexCommand cite
21549 key "caption"
21550
21551 \end_inset
21552
21553 .
21554 \end_layout
21555
21556 \begin_layout Standard
21557 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21558 \begin_inset space \thinspace{}
21559 \end_inset
21560
21561 e., usa el siguiente comando de preámbulo:
21562 \end_layout
21563
21564 \begin_layout Standard
21565
21566 \series bold
21567
21568 \backslash
21569 renewcommand{
21570 \backslash
21571 fnum@figure}{Imagen~
21572 \backslash
21573 thefigure}
21574 \end_layout
21575
21576 \begin_layout Standard
21577 donde 
21578 \series bold
21579
21580 \backslash
21581 thefigure
21582 \series default
21583  inserta el número de figura y «~» genera un espacio protegido.
21584
21585 \series bold
21586  
21587 \end_layout
21588
21589 \begin_layout Standard
21590 \begin_inset VSpace bigskip
21591 \end_inset
21592
21593 Si estás usando la clase de documento 
21594 \series bold
21595 koma-script
21596 \series default
21597
21598 \begin_inset Index
21599 status collapsed
21600
21601 \begin_layout Plain Layout
21602 LaTeX-paquetes ! koma-script
21603 \end_layout
21604
21605 \end_inset
21606
21607  (
21608 \family sans
21609 article (koma-script)
21610 \family default
21611
21612 \family sans
21613 book (koma-script)
21614 \family default
21615
21616 \family sans
21617 letter (koma-script)
21618 \family default
21619 , o 
21620 \family sans
21621 report (koma-script)
21622 \family default
21623
21624 \begin_inset space \thinspace{}
21625 \end_inset
21626
21627 ), puedes emplear en vez del paquete 
21628 \series bold
21629 caption
21630 \series default
21631  el comando 
21632 \series bold
21633
21634 \backslash
21635 setkomafont
21636 \series default
21637  incluido en 
21638 \series bold
21639 koma-script
21640 \series default
21641 .
21642  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21643  comando en el preámbulo del documento:
21644 \end_layout
21645
21646 \begin_layout Standard
21647
21648 \series bold
21649
21650 \backslash
21651 setkomafont{captionlabel}{
21652 \backslash
21653 bfseries}
21654 \end_layout
21655
21656 \begin_layout Standard
21657 Más información sobre 
21658 \series bold
21659
21660 \backslash
21661 setkomafont
21662 \series default
21663  en la documentación de 
21664 \series bold
21665 koma-script
21666 \series default
21667  
21668 \begin_inset CommandInset citation
21669 LatexCommand cite
21670 key "koma-script"
21671
21672 \end_inset
21673
21674 .
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset ERT
21679 status open
21680
21681 \begin_layout Plain Layout
21682
21683
21684 \backslash
21685 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21686 }
21687 \end_layout
21688
21689 \end_inset
21690
21691
21692 \begin_inset Note Note
21693 status open
21694
21695 \begin_layout Plain Layout
21696 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21697 \end_layout
21698
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \begin_layout Standard
21705 \begin_inset Float figure
21706 placement !p
21707 wide false
21708 sideways false
21709 status open
21710
21711 \begin_layout Plain Layout
21712 \align center
21713 \begin_inset Graphics
21714         filename ../clipart/mobius.eps
21715         lyxscale 50
21716         scale 50
21717
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Caption
21725
21726 \begin_layout Plain Layout
21727 \begin_inset CommandInset label
21728 LatexCommand label
21729 name "fig:Esto-es-una-fig"
21730
21731 \end_inset
21732
21733
21734 \begin_inset OptArg
21735 status collapsed
21736
21737 \begin_layout Plain Layout
21738 Figura con leyenda muy larga
21739 \end_layout
21740
21741 \end_inset
21742
21743 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21744  mostrar el formato diferente.
21745  Aquí se usa una leyenda personalizada.
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \begin_layout Standard
21759 \begin_inset ERT
21760 status open
21761
21762 \begin_layout Plain Layout
21763
21764
21765 \backslash
21766 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21767 on}
21768 \end_layout
21769
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \begin_layout Standard
21776 \begin_inset Float table
21777 placement !p
21778 wide false
21779 sideways false
21780 status collapsed
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Caption
21784
21785 \begin_layout Plain Layout
21786 \begin_inset CommandInset label
21787 LatexCommand label
21788 name "tab:Esto-es-una-tab"
21789
21790 \end_inset
21791
21792
21793 \begin_inset OptArg
21794 status collapsed
21795
21796 \begin_layout Plain Layout
21797 Tabla con leyenda muy larga
21798 \end_layout
21799
21800 \end_inset
21801
21802 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21803  el formato diferente.
21804  Aquí se usa el formato de leyenda estándar para las tablas.
21805 \end_layout
21806
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \begin_layout Plain Layout
21813 \align center
21814 \begin_inset Tabular
21815 <lyxtabular version="3" rows="1" columns="5">
21816 <features>
21817 <column alignment="center" valignment="top" width="0">
21818 <column alignment="center" valignment="top" width="0">
21819 <column alignment="center" valignment="top" width="0">
21820 <column alignment="center" valignment="top" width="0">
21821 <column alignment="center" valignment="top" width="0">
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827 a
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 b
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 c
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 d
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 e
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 </lyxtabular>
21870
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \begin_layout Section
21882 Colocación de leyendas
21883 \begin_inset Index
21884 status collapsed
21885
21886 \begin_layout Plain Layout
21887 Leyendas ! Colocación
21888 \end_layout
21889
21890 \end_inset
21891
21892
21893 \begin_inset Index
21894 status collapsed
21895
21896 \begin_layout Plain Layout
21897 Flotantes ! Colocación de leyendas
21898 \end_layout
21899
21900 \end_inset
21901
21902
21903 \begin_inset CommandInset label
21904 LatexCommand label
21905 name "sec:Colocación-de-leyendas"
21906
21907 \end_inset
21908
21909
21910 \end_layout
21911
21912 \begin_layout Standard
21913 La norma habitual para colocar las leyendas es:
21914 \end_layout
21915
21916 \begin_layout Description
21917 Figura: La leyenda al pie de la figura
21918 \end_layout
21919
21920 \begin_layout Description
21921 Tabla: La leyenda sobre la tabla
21922 \end_layout
21923
21924 \begin_layout Standard
21925 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21926  la tabla.
21927  Esto implica que si usas las clases de documento 
21928 \family sans
21929 article
21930 \family default
21931
21932 \family sans
21933 book
21934 \family default
21935
21936 \family sans
21937 letter
21938 \family default
21939 , o 
21940 \family sans
21941 report
21942 \family default
21943  no habrá espacio entre la leyenda y la tabla.
21944  Para insertar el espacio adecuado añade la siguiente opción al comando
21945  del paquete LaTeX 
21946 \series bold
21947 caption
21948 \series default
21949  en el preámbulo del documento:
21950 \begin_inset Foot
21951 status collapsed
21952
21953 \begin_layout Plain Layout
21954 Véase la sección
21955 \begin_inset space ~
21956 \end_inset
21957
21958
21959 \begin_inset CommandInset ref
21960 LatexCommand ref
21961 reference "sec:Formato-de-leyendas"
21962
21963 \end_inset
21964
21965  para más información sobre el paquete 
21966 \series bold
21967 caption
21968 \series default
21969 .
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Standard
21978
21979 \series bold
21980 tableposition=top
21981 \end_layout
21982
21983 \begin_layout Standard
21984 Si estás usando la clase 
21985 \series bold
21986 koma-script
21987 \series default
21988
21989 \begin_inset Index
21990 status collapsed
21991
21992 \begin_layout Plain Layout
21993 LaTeX-paquetes ! koma-script
21994 \end_layout
21995
21996 \end_inset
21997
21998  (
21999 \family sans
22000 article (koma-script)
22001 \family default
22002
22003 \family sans
22004 book (koma-script)
22005 \family default
22006
22007 \family sans
22008 letter (koma-script)
22009 \family default
22010 , o 
22011 \family sans
22012 report (koma-script)
22013 \family default
22014
22015 \begin_inset space \thinspace{}
22016 \end_inset
22017
22018 ), en vez de 
22019 \series bold
22020 caption
22021 \series default
22022  puedes poner la opción 
22023 \series bold
22024 tablecaptionabove
22025 \series default
22026  de la clase de documento.
22027 \end_layout
22028
22029 \begin_layout Standard
22030 \begin_inset VSpace bigskip
22031 \end_inset
22032
22033 También es posible poner la leyenda junto a una figura o tabla.
22034  Para conseguirlo hay que cargar el paquete LaTeX 
22035 \series bold
22036 sidecap
22037 \series default
22038
22039 \begin_inset Index
22040 status collapsed
22041
22042 \begin_layout Plain Layout
22043 LaTeX-paquetes ! sidecap
22044 \end_layout
22045
22046 \end_inset
22047
22048  añadiendo en el preámbulo del documento la línea
22049 \end_layout
22050
22051 \begin_layout Standard
22052
22053 \series bold
22054
22055 \backslash
22056 usepackage[option]{sidecap}
22057 \end_layout
22058
22059 \begin_layout Standard
22060 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22061  de la página ---a la derecha en páginas impares, a la izquierda en las
22062  pares---.
22063  Puedes cambiar la colocación al margen interno con la opción 
22064 \series bold
22065 innercaption
22066 \series default
22067 .
22068  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22069  opciones 
22070 \series bold
22071 rightcaption
22072 \series default
22073  o 
22074 \series bold
22075 leftcaption
22076 \series default
22077 , respectivamente.
22078 \end_layout
22079
22080 \begin_layout Standard
22081 \begin_inset ERT
22082 status collapsed
22083
22084 \begin_layout Plain Layout
22085
22086
22087 \backslash
22088 ifsidecap
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \begin_inset Note Note
22095 status open
22096
22097 \begin_layout Plain Layout
22098 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22099  LaTeX 
22100 \series bold
22101 sidecap
22102 \series default
22103 .
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \begin_layout Standard
22112 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22113  estos comandos al preámbulo del documento:
22114 \end_layout
22115
22116 \begin_layout Standard
22117
22118 \lyxline
22119
22120 \end_layout
22121
22122 \begin_layout Standard
22123
22124 \series bold
22125
22126 \backslash
22127 newcommand{
22128 \backslash
22129 TabBesBeg}{%
22130 \begin_inset Newline newline
22131 \end_inset
22132
22133
22134 \begin_inset ERT
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138
22139
22140 \backslash
22141 hphantom{ }
22142 \end_layout
22143
22144 \end_inset
22145
22146
22147 \backslash
22148 let
22149 \backslash
22150 MyTable
22151 \backslash
22152 table
22153 \begin_inset Newline newline
22154 \end_inset
22155
22156
22157 \begin_inset ERT
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161
22162
22163 \backslash
22164 hphantom{ }
22165 \end_layout
22166
22167 \end_inset
22168
22169
22170 \backslash
22171 let
22172 \backslash
22173 MyEndtable
22174 \backslash
22175 endtable
22176 \begin_inset Newline newline
22177 \end_inset
22178
22179
22180 \begin_inset ERT
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184
22185
22186 \backslash
22187 hphantom{ }
22188 \end_layout
22189
22190 \end_inset
22191
22192
22193 \backslash
22194 renewenvironment{table}{
22195 \backslash
22196 begin{SCtable}}{
22197 \backslash
22198 end{SCtable}}}
22199 \end_layout
22200
22201 \begin_layout Standard
22202
22203 \series bold
22204
22205 \backslash
22206 newcommand{
22207 \backslash
22208 TabBesEnd}{%
22209 \begin_inset Newline newline
22210 \end_inset
22211
22212
22213 \begin_inset ERT
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217
22218
22219 \backslash
22220 hphantom{ }
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \backslash
22227 let
22228 \backslash
22229 table
22230 \backslash
22231 MyTable
22232 \begin_inset Newline newline
22233 \end_inset
22234
22235
22236 \begin_inset ERT
22237 status collapsed
22238
22239 \begin_layout Plain Layout
22240
22241
22242 \backslash
22243 hphantom{ }
22244 \end_layout
22245
22246 \end_inset
22247
22248
22249 \backslash
22250 let
22251 \backslash
22252 endtable
22253 \backslash
22254 MyEndtable
22255 \end_layout
22256
22257 \begin_layout Standard
22258
22259 \series bold
22260
22261 \backslash
22262 newcommand{
22263 \backslash
22264 FigBesBeg}{%
22265 \begin_inset Newline newline
22266 \end_inset
22267
22268
22269 \begin_inset ERT
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273
22274
22275 \backslash
22276 hphantom{ }
22277 \end_layout
22278
22279 \end_inset
22280
22281
22282 \backslash
22283 let
22284 \backslash
22285 MyFigure
22286 \backslash
22287 figure
22288 \begin_inset Newline newline
22289 \end_inset
22290
22291
22292 \begin_inset ERT
22293 status collapsed
22294
22295 \begin_layout Plain Layout
22296
22297
22298 \backslash
22299 hphantom{ }
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \backslash
22306 let
22307 \backslash
22308 MyEndfigure
22309 \backslash
22310 endfigure
22311 \begin_inset Newline newline
22312 \end_inset
22313
22314
22315 \begin_inset ERT
22316 status collapsed
22317
22318 \begin_layout Plain Layout
22319
22320
22321 \backslash
22322 hphantom{ }
22323 \end_layout
22324
22325 \end_inset
22326
22327
22328 \backslash
22329 renewenvironment{figure}{
22330 \backslash
22331 begin{SCfigure}}{
22332 \backslash
22333 end{SCfigure}}}
22334 \end_layout
22335
22336 \begin_layout Standard
22337
22338 \series bold
22339
22340 \backslash
22341 newcommand{
22342 \backslash
22343 FigBesEnd}{%
22344 \begin_inset Newline newline
22345 \end_inset
22346
22347
22348 \begin_inset ERT
22349 status collapsed
22350
22351 \begin_layout Plain Layout
22352
22353
22354 \backslash
22355 hphantom{ }
22356 \end_layout
22357
22358 \end_inset
22359
22360
22361 \backslash
22362 let
22363 \backslash
22364 figure
22365 \backslash
22366 MyFigure
22367 \begin_inset Newline newline
22368 \end_inset
22369
22370
22371 \begin_inset ERT
22372 status collapsed
22373
22374 \begin_layout Plain Layout
22375
22376
22377 \backslash
22378 hphantom{ }
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \backslash
22385 let
22386 \backslash
22387 endfigure
22388 \backslash
22389 MyEndfigure}
22390 \end_layout
22391
22392 \begin_layout Standard
22393
22394 \lyxline
22395
22396 \end_layout
22397
22398 \begin_layout Standard
22399 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22400  en un lado.
22401  Para figuras flotantes usa el comando
22402 \end_layout
22403
22404 \begin_layout Standard
22405
22406 \series bold
22407
22408 \backslash
22409 FigBesBeg
22410 \end_layout
22411
22412 \begin_layout Standard
22413 en código TeX antes del flotante.
22414  Detrás del flotante inserta
22415 \end_layout
22416
22417 \begin_layout Standard
22418
22419 \series bold
22420
22421 \backslash
22422 FigBesEnd
22423 \end_layout
22424
22425 \begin_layout Standard
22426 en código TeX para volver a la definición original de flotantes.
22427 \end_layout
22428
22429 \begin_layout Standard
22430 Para tablas flotantes usa los comandos correspondientes
22431 \end_layout
22432
22433 \begin_layout Standard
22434
22435 \series bold
22436
22437 \backslash
22438 TabBesBeg
22439 \series default
22440  y 
22441 \series bold
22442
22443 \backslash
22444 TabBesEnd
22445 \end_layout
22446
22447 \begin_layout Standard
22448 La figura
22449 \begin_inset space ~
22450 \end_inset
22451
22452
22453 \begin_inset CommandInset ref
22454 LatexCommand ref
22455 reference "fig:encab-al-lado"
22456
22457 \end_inset
22458
22459  y la tabla
22460 \begin_inset space ~
22461 \end_inset
22462
22463
22464 \begin_inset CommandInset ref
22465 LatexCommand ref
22466 reference "tab:encab-al-lado"
22467
22468 \end_inset
22469
22470  son ejemplos en los que el título se sitúa al lado.
22471 \end_layout
22472
22473 \begin_layout Standard
22474 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22475  en tablas flotantes y debajo en las figuras flotantes.
22476  Para cambiarlo, puedes usar el comando
22477 \end_layout
22478
22479 \begin_layout Standard
22480
22481 \series bold
22482
22483 \backslash
22484 sidecaptionvpos{tipo de flotante}{colocación}
22485 \end_layout
22486
22487 \begin_layout Standard
22488 en el preámbulo o en código TeX antes del flotante.
22489  El tipo de flotante es 
22490 \family sans
22491 figure
22492 \family default
22493  o 
22494 \family sans
22495 table
22496 \family default
22497 , la colocación puede ser «
22498 \family sans
22499 t
22500 \family default
22501 » por «top» (arriba), «
22502 \family sans
22503 c
22504 \family default
22505 » por «center» (centro), o «
22506 \family sans
22507 b
22508 \family default
22509 » por «bottom» (abajo).
22510  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22511  usa el comando
22512 \end_layout
22513
22514 \begin_layout Standard
22515
22516 \series bold
22517
22518 \backslash
22519 sidecaptionvpos{figure}{c}
22520 \end_layout
22521
22522 \begin_layout Standard
22523 Esto se ha hecho en la figura
22524 \begin_inset space ~
22525 \end_inset
22526
22527
22528 \begin_inset CommandInset ref
22529 LatexCommand ref
22530 reference "fig:encab-al-lado-de-fig"
22531
22532 \end_inset
22533
22534 .
22535 \end_layout
22536
22537 \begin_layout Standard
22538 \begin_inset VSpace medskip
22539 \end_inset
22540
22541 Más información sobre el paquete 
22542 \series bold
22543 sidecap
22544 \series default
22545  en su documentación 
22546 \begin_inset CommandInset citation
22547 LatexCommand cite
22548 key "sidecap"
22549
22550 \end_inset
22551
22552 .
22553 \end_layout
22554
22555 \begin_layout Standard
22556 \begin_inset Note Greyedout
22557 status open
22558
22559 \begin_layout Plain Layout
22560
22561 \series bold
22562 Nota:
22563 \series default
22564  El paquete LaTeX 
22565 \series bold
22566 hypcap
22567 \series default
22568
22569 \begin_inset Index
22570 status collapsed
22571
22572 \begin_layout Plain Layout
22573 LaTeX-paquetes ! hypcap
22574 \end_layout
22575
22576 \end_inset
22577
22578 , descrito en la sección
22579 \begin_inset space ~
22580 \end_inset
22581
22582
22583 \begin_inset CommandInset ref
22584 LatexCommand ref
22585 reference "sub:Colocación-de-Referencias"
22586
22587 \end_inset
22588
22589 , no afecta a flotantes con la leyenda al lado.
22590 \end_layout
22591
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \begin_layout Standard
22598 \begin_inset ERT
22599 status collapsed
22600
22601 \begin_layout Plain Layout
22602
22603
22604 \backslash
22605 FigBesBeg 
22606 \end_layout
22607
22608 \end_inset
22609
22610
22611 \end_layout
22612
22613 \begin_layout Standard
22614 \begin_inset Float figure
22615 wide false
22616 sideways false
22617 status open
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Graphics
22621         filename ../clipart/escher-lsd.eps
22622         scale 75
22623
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Caption
22631
22632 \begin_layout Plain Layout
22633 \begin_inset CommandInset label
22634 LatexCommand label
22635 name "fig:encab-al-lado"
22636
22637 \end_inset
22638
22639 Leyenda al lado de una figura.
22640 \end_layout
22641
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \begin_layout Standard
22653 \begin_inset ERT
22654 status collapsed
22655
22656 \begin_layout Plain Layout
22657
22658
22659 \backslash
22660 TabBesBeg 
22661 \end_layout
22662
22663 \end_inset
22664
22665
22666 \end_layout
22667
22668 \begin_layout Standard
22669 \begin_inset Float table
22670 wide false
22671 sideways false
22672 status open
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Caption
22676
22677 \begin_layout Plain Layout
22678 \begin_inset CommandInset label
22679 LatexCommand label
22680 name "tab:encab-al-lado"
22681
22682 \end_inset
22683
22684 Leyenda al lado de una tabla.
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Tabular
22694 <lyxtabular version="3" rows="4" columns="5">
22695 <features>
22696 <column alignment="center" valignment="top" width="0">
22697 <column alignment="center" valignment="top" width="0">
22698 <column alignment="center" valignment="top" width="0">
22699 <column alignment="center" valignment="top" width="0">
22700 <column alignment="center" valignment="top" width="0">
22701 <row>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706 a
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 b
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 c
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 d
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 e
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 f
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 g
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22833 \begin_inset Text
22834
22835 \begin_layout Plain Layout
22836 h
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 <row>
22843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 i
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 j
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 </lyxtabular>
22890
22891 \end_inset
22892
22893
22894 \end_layout
22895
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \begin_layout Standard
22902 \begin_inset ERT
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906
22907
22908 \backslash
22909 TabBesEnd
22910 \end_layout
22911
22912 \end_inset
22913
22914
22915 \end_layout
22916
22917 \begin_layout Standard
22918 \begin_inset ERT
22919 status collapsed
22920
22921 \begin_layout Plain Layout
22922
22923
22924 \backslash
22925 sidecaptionvpos{figure}{c}
22926 \end_layout
22927
22928 \end_inset
22929
22930
22931 \begin_inset Float figure
22932 wide false
22933 sideways false
22934 status open
22935
22936 \begin_layout Plain Layout
22937 \begin_inset Graphics
22938         filename ../clipart/escher-lsd.eps
22939         scale 75
22940
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Plain Layout
22947 \begin_inset Caption
22948
22949 \begin_layout Plain Layout
22950 \begin_inset CommandInset label
22951 LatexCommand label
22952 name "fig:encab-al-lado-de-fig"
22953
22954 \end_inset
22955
22956 Leyenda centrada verticalmente junto a una figura.
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \begin_layout Standard
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 FigBesEnd
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \begin_layout Standard
22986 \begin_inset ERT
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990
22991
22992 \backslash
22993 else
22994 \end_layout
22995
22996 \end_inset
22997
22998
22999 \begin_inset Note Note
23000 status open
23001
23002 \begin_layout Plain Layout
23003 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23004  
23005 \series bold
23006 sidecap
23007 \series default
23008 .
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \begin_layout Standard
23017 Debes instalar el paquete LaTeX 
23018 \series bold
23019 sidecap
23020 \series default
23021  para ver la parte siguiente en la salida.
23022 \end_layout
23023
23024 \begin_layout Standard
23025 \begin_inset ERT
23026 status collapsed
23027
23028 \begin_layout Plain Layout
23029
23030
23031 \backslash
23032 fi
23033 \end_layout
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Section
23041 Lista de flotantes
23042 \begin_inset Index
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046 Flotantes ! Lista de
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \begin_layout Standard
23055 Igual que en el índice general se listan las secciones del documento, hay
23056  listas para todos los tipos de flotantes, como las figuras.
23057  Se pueden insertar mediante los submenús 
23058 \family sans
23059 Insertar\SpecialChar \menuseparator
23060 Lista / IG
23061 \family default
23062 .
23063 \end_layout
23064
23065 \begin_layout Standard
23066 Las entradas de la lista son los títulos del flotante o su título corto,
23067  el número de flotante, y el número de la página del documento en la que
23068  aparecen.
23069 \end_layout
23070
23071 \begin_layout Standard
23072 Puedes encontrar las listas de figuras y tablas al final de este documento.
23073 \end_layout
23074
23075 \begin_layout Chapter
23076 Notas
23077 \end_layout
23078
23079 \begin_layout Section
23080 Notas en LyX
23081 \begin_inset Index
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085 Notas ! en LyX
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \begin_layout Standard
23094 Las notas se insertan con el botón 
23095 \begin_inset Graphics
23096         filename ../../images/note-insert.png
23097         scale 85
23098
23099 \end_inset
23100
23101  o con el menú 
23102 \family sans
23103 Insertar\SpecialChar \menuseparator
23104 Nota
23105 \family default
23106 .
23107  Hay cinco tipos de notas:
23108 \end_layout
23109
23110 \begin_layout Description
23111 Nota
23112 \begin_inset space ~
23113 \end_inset
23114
23115 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23116  Su cuadro se muestra como este:
23117 \begin_inset Newline newline
23118 \end_inset
23119
23120
23121 \begin_inset Newline newline
23122 \end_inset
23123
23124
23125 \begin_inset Graphics
23126         filename clipart/NotaLyXImagenQt4.png
23127         display false
23128         scale 75
23129
23130 \end_inset
23131
23132  
23133 \begin_inset Note Note
23134 status collapsed
23135
23136 \begin_layout Plain Layout
23137 Este es un texto en un recuadro que no se muestra en la salida.
23138 \end_layout
23139
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Description
23146 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23147  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23148 \family sans
23149 Archivo\SpecialChar \menuseparator
23150 Exportar\SpecialChar \menuseparator
23151 LaTeX (pdflatex) / (plain)
23152 \family default
23153 .
23154  Su recuadro se ve así:
23155 \begin_inset Newline newline
23156 \end_inset
23157
23158
23159 \begin_inset Newline newline
23160 \end_inset
23161
23162
23163 \begin_inset Graphics
23164         filename clipart/ComentNotaImagenQt4.png
23165         display false
23166         scale 75
23167
23168 \end_inset
23169
23170  
23171 \begin_inset Note Comment
23172 status collapsed
23173
23174 \begin_layout Plain Layout
23175 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23176 \end_layout
23177
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Description
23184 Resaltado
23185 \begin_inset space ~
23186 \end_inset
23187
23188 en
23189 \begin_inset space ~
23190 \end_inset
23191
23192 gris Esta nota aparece en la salida como texto resaltado en gris.
23193  Su recuadro se parece a este:
23194 \begin_inset Newline newline
23195 \end_inset
23196
23197
23198 \begin_inset Newline newline
23199 \end_inset
23200
23201
23202 \begin_inset Graphics
23203         filename clipart/GrisNotaImagenQt4.png
23204         display false
23205         scale 75
23206
23207 \end_inset
23208
23209
23210 \begin_inset Newline newline
23211 \end_inset
23212
23213
23214 \begin_inset ERT
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218
23219
23220 \backslash
23221 renewenvironment{lyxgreyedout}
23222 \end_layout
23223
23224 \begin_layout Plain Layout
23225
23226 {
23227 \backslash
23228 textcolor[gray]{0.8}
23229 \backslash
23230 bgroup}{
23231 \backslash
23232 egroup}
23233 \end_layout
23234
23235 \end_inset
23236
23237
23238 \begin_inset Note Greyedout
23239 status open
23240
23241 \begin_layout Plain Layout
23242 Este es el texto
23243 \begin_inset Foot
23244 status open
23245
23246 \begin_layout Plain Layout
23247 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23248 \end_layout
23249
23250 \end_inset
23251
23252  de un comentario que se muestra resaltado en gris.
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \begin_inset ERT
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262
23263
23264 \backslash
23265 renewenvironment{lyxgreyedout}
23266 \end_layout
23267
23268 \begin_layout Plain Layout
23269
23270 {
23271 \backslash
23272 textcolor{blue}
23273 \backslash
23274 bgroup}{
23275 \backslash
23276 egroup}
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \begin_inset Note Note
23283 status collapsed
23284
23285 \begin_layout Plain Layout
23286 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23287  original de LyX, ya que en el preámbulo de este documento se han redefinido
23288  estas notas para que salgan en azul, como se indica más adelante.
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Newline newline
23295 \end_inset
23296
23297
23298 \begin_inset Newline newline
23299 \end_inset
23300
23301 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23302  está un poco sangrada, y por otra parte pueden tener notas al pie.
23303 \end_layout
23304
23305 \begin_layout Standard
23306 \begin_inset VSpace bigskip
23307 \end_inset
23308
23309 Si usas el botón de la barra de herramientas 
23310 \begin_inset Graphics
23311         filename ../../images/note-insert.png
23312         scale 85
23313
23314 \end_inset
23315
23316  para insertar notas, se inserta una 
23317 \family sans
23318 Nota
23319 \begin_inset space ~
23320 \end_inset
23321
23322 LyX
23323 \family default
23324 .
23325  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23326  recuadro.
23327  
23328 \family roman
23329 \series medium
23330 \bar no
23331 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23332  botón de herramienta 
23333 \family sans
23334 \series default
23335 \bar default
23336 Nota
23337 \family default
23338 .
23339  Para cambiar una nota a texto, pulsa la tecla 
23340 \family sans
23341 Retroceso
23342 \family default
23343  cuando el cursor está en la primera posición de una nota, o la tecla 
23344 \family sans
23345 Supr
23346 \family default
23347  cuando el cursor está en la última posición de la nota, respectivamente.
23348 \end_layout
23349
23350 \begin_layout Standard
23351 \begin_inset VSpace bigskip
23352 \end_inset
23353
23354 Se puede cambiar el color del 
23355 \family sans
23356 Resaltado en gris
23357 \family default
23358  poniendo en el preámbulo el comando:
23359 \end_layout
23360
23361 \begin_layout Standard
23362
23363 \series bold
23364
23365 \backslash
23366 renewenvironment{lyxgreyedout}
23367 \begin_inset Newline newline
23368 \end_inset
23369
23370
23371 \begin_inset ERT
23372 status collapsed
23373
23374 \begin_layout Plain Layout
23375
23376
23377 \backslash
23378 hphantom{ }
23379 \end_layout
23380
23381 \end_inset
23382
23383 {
23384 \backslash
23385 textcolor{color}
23386 \backslash
23387 bgroup}{
23388 \backslash
23389 egroup}
23390 \end_layout
23391
23392 \begin_layout Standard
23393 Los colores disponibles y el método para definir nuestros propios colores
23394  se explica en la sección
23395 \begin_inset space ~
23396 \end_inset
23397
23398
23399 \begin_inset CommandInset ref
23400 LatexCommand ref
23401 reference "sec:Tablas-Coloreadas"
23402
23403 \end_inset
23404
23405 .
23406 \end_layout
23407
23408 \begin_layout Standard
23409 Las notas en azul en este documento se han hecho con notas del tipo 
23410 \family sans
23411 Resaltado en gris
23412 \family default
23413  pero definiendo el color del texto en azul.
23414 \end_layout
23415
23416 \begin_layout Section
23417 Notas al pie
23418 \begin_inset CommandInset label
23419 LatexCommand label
23420 name "sec:Notas-al-pie"
23421
23422 \end_inset
23423
23424
23425 \begin_inset Index
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429 Notas ! al pie
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \begin_inset Index
23436 status collapsed
23437
23438 \begin_layout Plain Layout
23439 Notas al pie
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Standard
23448 Las notas al pie se insertan con el botón 
23449 \begin_inset Graphics
23450         filename ../../images/footnote-insert.png
23451         scale 85
23452
23453 \end_inset
23454
23455  o el menú 
23456 \family sans
23457 Insertar\SpecialChar \menuseparator
23458 Nota
23459 \begin_inset space ~
23460 \end_inset
23461
23462 al
23463 \begin_inset space ~
23464 \end_inset
23465
23466 pie
23467 \family default
23468 .
23469  
23470 \family roman
23471 \series medium
23472 \bar no
23473 Aparece un recuadro como este:
23474 \family default
23475 \series default
23476 \bar default
23477  
23478 \begin_inset Graphics
23479         filename clipart/notapieQt4.png
23480         scale 80
23481
23482 \end_inset
23483
23484  
23485 \family roman
23486 \series medium
23487 \bar no
23488 donde puedes introducir el texto.
23489  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23490  sobre el
23491 \family default
23492 \series default
23493 \bar default
23494  
23495 \family roman
23496 \series medium
23497 \bar no
23498 botón
23499 \family default
23500 \series default
23501 \bar default
23502 .
23503  Para cambiar una nota al pie a texto, pulsa la tecla 
23504 \family sans
23505 Retroceso
23506 \family default
23507  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23508  
23509 \family sans
23510 Supr
23511 \family default
23512  cuando el cursor está en la última posición de la nota, respectivamente.
23513 \end_layout
23514
23515 \begin_layout Standard
23516 Aquí hay un ejemplo de nota al pie:
23517 \family roman
23518 \series medium
23519 \bar no
23520
23521 \begin_inset Foot
23522 status open
23523
23524 \begin_layout Plain Layout
23525 \begin_inset CommandInset label
23526 LatexCommand label
23527 name "pie:Esto-es-una"
23528
23529 \end_inset
23530
23531 Ejemplo de nota al pie.
23532 \end_layout
23533
23534 \end_inset
23535
23536
23537 \family default
23538 \series default
23539 \bar default
23540
23541 \begin_inset ERT
23542 status collapsed
23543
23544 \begin_layout Plain Layout
23545
23546
23547 \backslash
23548 newcounter{MyRepeatFoot}
23549 \end_layout
23550
23551 \begin_layout Plain Layout
23552
23553
23554 \backslash
23555 setcounter{MyRepeatFoot}{
23556 \backslash
23557 thefootnote}
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \begin_layout Standard
23566 En la salida, el pie se muestra como número voladito en el lugar del texto
23567  donde se coloca el recuadro.
23568  El texto se coloca al final de la página actual.
23569  Los números de las notas son calculados por LaTeX, y son consecutivos.
23570  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23571 \end_layout
23572
23573 \begin_layout Standard
23574 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23575  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23576  se describe en la sección
23577 \begin_inset space ~
23578 \end_inset
23579
23580
23581 \begin_inset CommandInset ref
23582 LatexCommand ref
23583 reference "sec:Referencias-a-Flotantes"
23584
23585 \end_inset
23586
23587 .
23588 \begin_inset Newline newline
23589 \end_inset
23590
23591 Esto es una referencia cruzada a la Nota al pie
23592 \begin_inset space ~
23593 \end_inset
23594
23595
23596 \begin_inset CommandInset ref
23597 LatexCommand ref
23598 reference "pie:Esto-es-una"
23599
23600 \end_inset
23601
23602 .
23603 \begin_inset Newline newline
23604 \end_inset
23605
23606
23607 \begin_inset Note Greyedout
23608 status open
23609
23610 \begin_layout Plain Layout
23611
23612 \series bold
23613 Nota:
23614 \series default
23615  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23616  de insertar un prefijo, p.
23617 \begin_inset space \thinspace{}
23618 \end_inset
23619
23620 e.
23621 \begin_inset space ~
23622 \end_inset
23623
23624 «
23625 \family sans
23626 pie:
23627 \family default
23628 » manualmente cuando quieras usar el estilo 
23629 \family sans
23630 Referencia
23631 \begin_inset space ~
23632 \end_inset
23633
23634 con
23635 \begin_inset space ~
23636 \end_inset
23637
23638 formato
23639 \family default
23640 .
23641 \end_layout
23642
23643 \end_inset
23644
23645
23646 \end_layout
23647
23648 \begin_layout Standard
23649 \begin_inset VSpace defskip
23650 \end_inset
23651
23652 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23653 \begin_inset space ~
23654 \end_inset
23655
23656
23657 \begin_inset CommandInset ref
23658 LatexCommand ref
23659 reference "sec:Minipáginas"
23660
23661 \end_inset
23662
23663 .
23664  Los pies en tablas largas en la sección
23665 \begin_inset space ~
23666 \end_inset
23667
23668
23669 \begin_inset CommandInset ref
23670 LatexCommand ref
23671 reference "sub:Notas-al-pie-en-Tablas-Largas"
23672
23673 \end_inset
23674
23675 .
23676 \end_layout
23677
23678 \begin_layout Standard
23679 \begin_inset VSpace defskip
23680 \end_inset
23681
23682 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23683 \series bold
23684
23685 \backslash
23686 footnotemark[número]
23687 \series default
23688  en código TeX.
23689  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23690  no quieres imprimir el pie cada vez.
23691 \begin_inset Newline newline
23692 \end_inset
23693
23694 Como no sabes el número del pie que se repite mientras escribes el texto,
23695  tienes que guardarlo.
23696  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23697  en código TeX detrás de Nota
23698 \begin_inset space ~
23699 \end_inset
23700
23701 al
23702 \begin_inset space ~
23703 \end_inset
23704
23705 pie
23706 \begin_inset space ~
23707 \end_inset
23708
23709
23710 \begin_inset CommandInset ref
23711 LatexCommand ref
23712 reference "pie:Esto-es-una"
23713
23714 \end_inset
23715
23716  para guardar el número de pie:
23717 \end_layout
23718
23719 \begin_layout Standard
23720
23721 \series bold
23722
23723 \backslash
23724 newcounter{MyRepeatFoot}
23725 \begin_inset Newline newline
23726 \end_inset
23727
23728
23729 \backslash
23730 setcounter{MyRepeatFoot}{
23731 \backslash
23732 thefootnote}
23733 \end_layout
23734
23735 \begin_layout Standard
23736 La marca de pie se crea entonces con el comando:
23737 \end_layout
23738
23739 \begin_layout Standard
23740
23741 \series bold
23742
23743 \backslash
23744 footnotemark[
23745 \backslash
23746 theMyRepeatFoot]
23747 \end_layout
23748
23749 \begin_layout Standard
23750 Aquí hay un ejemplo de marca de pie:
23751 \family roman
23752 \series medium
23753 \bar no
23754
23755 \begin_inset ERT
23756 status collapsed
23757
23758 \begin_layout Plain Layout
23759
23760
23761 \backslash
23762 footnotemark[
23763 \backslash
23764 theMyRepeatFoot]
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Subsection
23773 Numeración de notas al pie
23774 \begin_inset CommandInset label
23775 LatexCommand label
23776 name "sub:Numeración-de-Notas-al-Pie"
23777
23778 \end_inset
23779
23780
23781 \begin_inset Index
23782 status collapsed
23783
23784 \begin_layout Plain Layout
23785 Notas al pie ! Numeración
23786 \end_layout
23787
23788 \end_inset
23789
23790
23791 \end_layout
23792
23793 \begin_layout Standard
23794 Para reiniciar el número de pie a 1 en cada sección añade
23795 \family roman
23796  en el preámbulo el comando:
23797 \end_layout
23798
23799 \begin_layout Standard
23800
23801 \series bold
23802
23803 \backslash
23804 @addtoreset{footnote}{section}
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \begin_inset VSpace bigskip
23809 \end_inset
23810
23811 El siguiente comando en el preámbulo cambia el estilo de numeración del
23812  pie a números romanos en minúsculas:
23813 \end_layout
23814
23815 \begin_layout Standard
23816
23817 \series bold
23818
23819 \backslash
23820 renewcommand{
23821 \backslash
23822 thefootnote}{
23823 \backslash
23824 roman{footnote}}
23825 \end_layout
23826
23827 \begin_layout Standard
23828 \begin_inset ERT
23829 status collapsed
23830
23831 \begin_layout Plain Layout
23832
23833
23834 \backslash
23835 renewcommand{
23836 \backslash
23837 thefootnote}{
23838 \backslash
23839 roman{footnote}}
23840 \end_layout
23841
23842 \end_inset
23843
23844  Nota al pie en números romanos:
23845 \begin_inset Foot
23846 status open
23847
23848 \begin_layout Plain Layout
23849 Ejemplo de nota al pie en números romanos.
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \begin_inset ERT
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859
23860
23861 \backslash
23862 renewcommand{
23863 \backslash
23864 thefootnote}{
23865 \backslash
23866 arabic{footnote}}
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23876  
23877 \series bold
23878
23879 \backslash
23880 roman
23881 \series default
23882  por 
23883 \series bold
23884
23885 \backslash
23886 Roman
23887 \series default
23888 .
23889  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23890 \series bold
23891
23892 \backslash
23893 Alph
23894 \series default
23895  o 
23896 \series bold
23897
23898 \backslash
23899 alph
23900 \series default
23901 , respectivamente.
23902  Para ordenar las notas al pie con símbolos usa 
23903 \series bold
23904
23905 \backslash
23906 fnsymbol
23907 \series default
23908 .
23909 \end_layout
23910
23911 \begin_layout Standard
23912 \begin_inset Note Greyedout
23913 status open
23914
23915 \begin_layout Plain Layout
23916
23917 \series bold
23918 Nota:
23919 \series default
23920  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23921  simples.
23922 \end_layout
23923
23924 \end_inset
23925
23926
23927 \begin_inset Newline newline
23928 \end_inset
23929
23930
23931 \begin_inset Note Greyedout
23932 status open
23933
23934 \begin_layout Plain Layout
23935
23936 \series bold
23937 Nota:
23938 \series default
23939  sólo puedes ordenar hasta 9 pies con símbolos.
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 Para volver al estilo de numeración predeterminado cuando has cambiado a
23949  otro estilo, usa 
23950 \series bold
23951
23952 \backslash
23953 arabic
23954 \series default
23955  en vez de 
23956 \series bold
23957
23958 \backslash
23959 roman
23960 \series default
23961  en el comando anterior.
23962 \begin_inset ERT
23963 status collapsed
23964
23965 \begin_layout Plain Layout
23966
23967
23968 \backslash
23969 renewcommand{
23970 \backslash
23971 thefootnote}{
23972 \backslash
23973 arabic{footnote}}
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Standard
23982 \begin_inset VSpace bigskip
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Standard
23989 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23990  comando al preámbulo del documento:
23991 \end_layout
23992
23993 \begin_layout Standard
23994
23995 \series bold
23996
23997 \backslash
23998 numberwithin{footnote}{chapter}
23999 \end_layout
24000
24001 \begin_layout Standard
24002 Para poder usar el comando 
24003 \series bold
24004
24005 \backslash
24006 numberwithin
24007 \series default
24008 , marca la opción 
24009 \family sans
24010 Usar
24011 \family default
24012
24013 \begin_inset space ~
24014 \end_inset
24015
24016
24017 \family sans
24018 el
24019 \family default
24020
24021 \begin_inset space ~
24022 \end_inset
24023
24024
24025 \family sans
24026 paquete
24027 \family default
24028
24029 \begin_inset space ~
24030 \end_inset
24031
24032
24033 \family sans
24034 AMS
24035 \family default
24036  en la solapa 
24037 \family sans
24038 Ecuaciones
24039 \family default
24040  de la configuración del documento.
24041 \end_layout
24042
24043 \begin_layout Standard
24044 \begin_inset ERT
24045 status collapsed
24046
24047 \begin_layout Plain Layout
24048
24049
24050 \backslash
24051 numberwithin{footnote}{chapter}
24052 \end_layout
24053
24054 \end_inset
24055
24056 Esto es otro ejemplo de nota al pie:
24057 \series bold
24058
24059 \begin_inset Foot
24060 status open
24061
24062 \begin_layout Plain Layout
24063 Nota al pie numerada en el esquema 
24064 \begin_inset Quotes eld
24065 \end_inset
24066
24067 capítulo.nota
24068 \begin_inset Quotes erd
24069 \end_inset
24070
24071 .
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \series default
24078
24079 \begin_inset ERT
24080 status collapsed
24081
24082 \begin_layout Plain Layout
24083
24084
24085 \backslash
24086 renewcommand{
24087 \backslash
24088 thefootnote}{
24089 \backslash
24090 arabic{footnote}}
24091 \end_layout
24092
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099 \begin_inset Note Greyedout
24100 status open
24101
24102 \begin_layout Plain Layout
24103
24104 \series bold
24105 Nota: 
24106 \backslash
24107 numberwithin 
24108 \series default
24109 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24110  previas para obtener números no arábigos se sobreescriben.
24111 \end_layout
24112
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \begin_layout Standard
24119 Así, para obtener por ejemplo el esquema «capítulo.
24120 \backslash
24121 Roman{footnote}», usa este comando en vez de 
24122 \series bold
24123
24124 \backslash
24125 numberwithin
24126 \series default
24127 :
24128 \end_layout
24129
24130 \begin_layout Standard
24131
24132 \series bold
24133
24134 \backslash
24135 renewcommand{
24136 \backslash
24137 thefootnote}{
24138 \backslash
24139 thechapter.
24140 \backslash
24141 Roman{footnote}}
24142 \end_layout
24143
24144 \begin_layout Subsection
24145 Colocación de notas al pie
24146 \begin_inset Index
24147 status collapsed
24148
24149 \begin_layout Plain Layout
24150 Notas al pie ! Colocación
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24160  entre ellas al final de la página.
24161  Para hacerlas más legibles puedes añadir 1.5
24162 \begin_inset space \thinspace{}
24163 \end_inset
24164
24165 mm, p.
24166 \begin_inset space \thinspace{}
24167 \end_inset
24168
24169 e., con el comando siguiente en el preámbulo:
24170 \end_layout
24171
24172 \begin_layout Standard
24173
24174 \series bold
24175
24176 \backslash
24177 let
24178 \backslash
24179 myFoot
24180 \backslash
24181 footnote
24182 \begin_inset Newline newline
24183 \end_inset
24184
24185
24186 \backslash
24187 renewcommand{
24188 \backslash
24189 footnote}[1]{
24190 \backslash
24191 myFoot{#1
24192 \backslash
24193 vspace{1.5mm}}}
24194 \end_layout
24195
24196 \begin_layout Standard
24197 \begin_inset VSpace bigskip
24198 \end_inset
24199
24200 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24201  véase la figura
24202 \begin_inset space ~
24203 \end_inset
24204
24205
24206 \begin_inset CommandInset ref
24207 LatexCommand ref
24208 reference "fig:Colocación-standard-del-pie"
24209
24210 \end_inset
24211
24212 .
24213  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24214  en la figura
24215 \begin_inset space ~
24216 \end_inset
24217
24218
24219 \begin_inset CommandInset ref
24220 LatexCommand ref
24221 reference "fig:Colocación-del-pie-en"
24222
24223 \end_inset
24224
24225 , usa el paquete LaTeX 
24226 \series bold
24227 ftnright
24228 \series default
24229
24230 \begin_inset Index
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234 LaTeX-paquetes ! ftnright
24235 \end_layout
24236
24237 \end_inset
24238
24239  con este comando en el preámbulo:
24240 \end_layout
24241
24242 \begin_layout Standard
24243
24244 \series bold
24245
24246 \backslash
24247 usepackage{ftnright}
24248 \end_layout
24249
24250 \begin_layout Standard
24251 \begin_inset Float figure
24252 placement !h
24253 wide false
24254 sideways false
24255 status open
24256
24257 \begin_layout Plain Layout
24258 \begin_inset ERT
24259 status collapsed
24260
24261 \begin_layout Plain Layout
24262
24263
24264 \backslash
24265 framebox{
24266 \end_layout
24267
24268 \end_inset
24269
24270
24271 \begin_inset Graphics
24272         filename ../clipart/without_fntright.pdf
24273         width 100col%
24274
24275 \end_inset
24276
24277
24278 \begin_inset ERT
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282
24283 }
24284 \end_layout
24285
24286 \end_inset
24287
24288
24289 \end_layout
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Caption
24293
24294 \begin_layout Plain Layout
24295 \begin_inset CommandInset label
24296 LatexCommand label
24297 name "fig:Colocación-standard-del-pie"
24298
24299 \end_inset
24300
24301 Colocación estándar de notas al pie en documentos a dos columnas.
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 Float figure
24316 placement !h
24317 wide false
24318 sideways false
24319 status open
24320
24321 \begin_layout Plain Layout
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327
24328 \backslash
24329 framebox{
24330 \end_layout
24331
24332 \end_inset
24333
24334
24335 \begin_inset Graphics
24336         filename ../clipart/with_fntright.pdf
24337         width 100col%
24338
24339 \end_inset
24340
24341
24342 \begin_inset ERT
24343 status collapsed
24344
24345 \begin_layout Plain Layout
24346
24347 }
24348 \end_layout
24349
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \begin_layout Plain Layout
24356 \begin_inset Caption
24357
24358 \begin_layout Plain Layout
24359 \begin_inset CommandInset label
24360 LatexCommand label
24361 name "fig:Colocación-del-pie-en"
24362
24363 \end_inset
24364
24365 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24366  el paquete LaTeX 
24367 \series bold
24368 ftnright
24369 \series default
24370 .
24371 \end_layout
24372
24373 \end_inset
24374
24375
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \begin_layout Standard
24384 \begin_inset VSpace bigskip
24385 \end_inset
24386
24387 En alguna literatura científica es habitual reunir las notas para imprimirlas
24388  en un párrafo separado al final de la sección, como en la figura
24389 \begin_inset space ~
24390 \end_inset
24391
24392
24393 \begin_inset CommandInset ref
24394 LatexCommand ref
24395 reference "fig:Notas-al-pie-al-final"
24396
24397 \end_inset
24398
24399 .
24400  Para reunir las notas al final
24401 \begin_inset Index
24402 status collapsed
24403
24404 \begin_layout Plain Layout
24405 Notas ! al final
24406 \end_layout
24407
24408 \end_inset
24409
24410  en vez de al pie, carga el paquete LaTeX 
24411 \series bold
24412 endnotes
24413 \series default
24414
24415 \begin_inset Index
24416 status collapsed
24417
24418 \begin_layout Plain Layout
24419 LaTeX-paquetes ! endnotes
24420 \end_layout
24421
24422 \end_inset
24423
24424  con las siguientes líneas en el preámbulo:
24425 \end_layout
24426
24427 \begin_layout Standard
24428
24429 \series bold
24430
24431 \backslash
24432 usepackage{endnotes}
24433 \begin_inset Newline newline
24434 \end_inset
24435
24436
24437 \backslash
24438 let
24439 \backslash
24440 footnote
24441 \backslash
24442 endnote
24443 \end_layout
24444
24445 \begin_layout Standard
24446 Para insertar la colección de notas, escribe el comando
24447 \end_layout
24448
24449 \begin_layout Standard
24450
24451 \series bold
24452
24453 \backslash
24454 theendnotes
24455 \end_layout
24456
24457 \begin_layout Standard
24458 en código TeX al final de una sección o capítulo.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset Float figure
24463 wide false
24464 sideways false
24465 status open
24466
24467 \begin_layout Plain Layout
24468 \align center
24469 \begin_inset ERT
24470 status collapsed
24471
24472 \begin_layout Plain Layout
24473
24474
24475 \backslash
24476 framebox{
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \begin_inset Graphics
24483         filename ../clipart/endnotes.pdf
24484
24485 \end_inset
24486
24487
24488 \begin_inset ERT
24489 status collapsed
24490
24491 \begin_layout Plain Layout
24492
24493 }
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \end_layout
24500
24501 \begin_layout Plain Layout
24502 \begin_inset Caption
24503
24504 \begin_layout Plain Layout
24505 \begin_inset CommandInset label
24506 LatexCommand label
24507 name "fig:Notas-al-pie-al-final"
24508
24509 \end_inset
24510
24511 Notas al final: notas impresas en párrafo separado al final de la sección
24512  o del capítulo.
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \begin_layout Standard
24526 \begin_inset VSpace medskip
24527 \end_inset
24528
24529 La cabecera de párrafo para las notas finales no se traduce automáticamente
24530  al lenguaje del documento, hay que hacerlo manualmente.
24531   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24532  al español «Notas»:
24533 \end_layout
24534
24535 \begin_layout Standard
24536
24537 \series bold
24538
24539 \backslash
24540 renewcommand{
24541 \backslash
24542 notesname}{Notas}
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset VSpace medskip
24547 \end_inset
24548
24549 La numeración de notas finales puede cambiarse como la de las notas al pie,
24550  como se describe en la sección
24551 \begin_inset space ~
24552 \end_inset
24553
24554
24555 \begin_inset CommandInset ref
24556 LatexCommand ref
24557 reference "sub:Numeración-de-Notas-al-Pie"
24558
24559 \end_inset
24560
24561 ; sólo hay que reemplazar el comando 
24562 \series bold
24563
24564 \backslash
24565 thefootnote
24566 \series default
24567  por 
24568 \series bold
24569
24570 \backslash
24571 theendnote
24572 \series default
24573 .
24574  Para restablecer la numeración usa el comando 
24575 \series bold
24576
24577 \backslash
24578 @addtoreset
24579 \series default
24580  como se describe en la sección
24581 \begin_inset space ~
24582 \end_inset
24583
24584
24585 \begin_inset CommandInset ref
24586 LatexCommand ref
24587 reference "sub:Numeración-de-Notas-al-Pie"
24588
24589 \end_inset
24590
24591  y sustituye el parámetro de comando 
24592 \series bold
24593 footnote
24594 \series default
24595  por 
24596 \series bold
24597 endnote
24598 \series default
24599 .
24600 \end_layout
24601
24602 \begin_layout Standard
24603 Para crear sólo una marca para una nota final, usa el comando 
24604 \series bold
24605
24606 \backslash
24607 endnotemark[número]
24608 \series default
24609  similar al comando 
24610 \series bold
24611
24612 \backslash
24613 footnotemark
24614 \series default
24615 , descrito en la sección
24616 \begin_inset space ~
24617 \end_inset
24618
24619
24620 \begin_inset CommandInset ref
24621 LatexCommand ref
24622 reference "sec:Notas-al-pie"
24623
24624 \end_inset
24625
24626 .
24627 \end_layout
24628
24629 \begin_layout Standard
24630 \begin_inset VSpace bigskip
24631 \end_inset
24632
24633 Las notas al pie también pueden colocarse al margen de la página y la alineación
24634  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24635 \series bold
24636 footmisc
24637 \series default
24638
24639 \begin_inset Index
24640 status collapsed
24641
24642 \begin_layout Plain Layout
24643 LaTeX-paquetes ! footmisc
24644 \end_layout
24645
24646 \end_inset
24647
24648  
24649 \begin_inset CommandInset citation
24650 LatexCommand cite
24651 key "footmisc"
24652
24653 \end_inset
24654
24655  para más información.
24656 \end_layout
24657
24658 \begin_layout Standard
24659 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24660  
24661 \begin_inset CommandInset citation
24662 LatexCommand cite
24663 key "latexcompanion,latexguide,latexbook"
24664
24665 \end_inset
24666
24667 .
24668 \end_layout
24669
24670 \begin_layout Section
24671 Notas al margen
24672 \begin_inset Index
24673 status collapsed
24674
24675 \begin_layout Plain Layout
24676 Notas ! al margen
24677 \end_layout
24678
24679 \end_inset
24680
24681
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Las notas al margen se ven y se comportan en LyX como notas al pie.
24686  Se insertan con el menú 
24687 \family sans
24688 Insertar\SpecialChar \menuseparator
24689 Nota
24690 \begin_inset space ~
24691 \end_inset
24692
24693 al
24694 \begin_inset space ~
24695 \end_inset
24696
24697 margen
24698 \family default
24699  o con el botón 
24700 \begin_inset Graphics
24701         filename ../../images/marginalnote-insert.png
24702         scale 85
24703
24704 \end_inset
24705
24706 .
24707  Aparece un cuadro gris con la etiqueta 
24708 \family roman
24709 \series medium
24710 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24711 \end_layout
24712
24713 \begin_layout Standard
24714 Al lado hay un ejemplo de nota al margen.
24715
24716 \family roman
24717 \series medium
24718  
24719 \begin_inset Marginal
24720 status open
24721
24722 \begin_layout Plain Layout
24723 Esto es una nota al margen.
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Standard
24732 Estas notas salen en el margen derecho en documentos a una cara.
24733  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24734  en páginas pares, derecho en páginas impares---.
24735  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24736  a la derecha si la nota aparece en el margen izquierdo---.
24737  La primera línea de la nota se sitúa en la posición de la línea del texto
24738  en la que se inserta en el documento.
24739 \end_layout
24740
24741 \begin_layout Standard
24742 \begin_inset VSpace bigskip
24743 \end_inset
24744
24745 Para colocar la nota en el margen interno añade el comando
24746 \end_layout
24747
24748 \begin_layout Standard
24749
24750 \series bold
24751
24752 \backslash
24753 reversemarginpar
24754 \end_layout
24755
24756 \begin_layout Standard
24757 en código TeX antes de la nota.
24758  La nueva colocación es válida para todas las siguientes notas al margen.
24759  
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 reversemarginpar 
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \begin_inset Marginal
24774 status open
24775
24776 \begin_layout Plain Layout
24777 Esto es una nota en el margen interno.
24778 \end_layout
24779
24780 \end_inset
24781
24782
24783 \series bold
24784
24785 \begin_inset Newline newline
24786 \end_inset
24787
24788
24789 \series default
24790
24791 \begin_inset Note Greyedout
24792 status open
24793
24794 \begin_layout Plain Layout
24795
24796 \series bold
24797 Nota:
24798 \series default
24799  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24800  no se mostrará correctamente en la salida.
24801 \end_layout
24802
24803 \end_inset
24804
24805
24806 \end_layout
24807
24808 \begin_layout Standard
24809 Para volver a la ubicación predeterminada inserta en código TeX el comando
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 normalmarginpar 
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \begin_layout Standard
24826
24827 \series bold
24828
24829 \backslash
24830 normalmarginpar
24831 \end_layout
24832
24833 \begin_layout Standard
24834 \begin_inset Note Greyedout
24835 status open
24836
24837 \begin_layout Plain Layout
24838
24839 \series bold
24840 Nota:
24841 \series default
24842  El comando se ignora si en el mismo párrafo está también presente el comando
24843  
24844 \series bold
24845
24846 \backslash
24847 reversemarginpar
24848 \series default
24849 .
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 \begin_inset VSpace bigskip
24859 \end_inset
24860
24861
24862 \family roman
24863 \series medium
24864
24865 \begin_inset Marginal
24866 status open
24867
24868 \begin_layout Plain Layout
24869 PalabraMuyLargaAlMargen no partida con guión.
24870 \end_layout
24871
24872 \end_inset
24873
24874
24875 \family default
24876 \series default
24877  Como en el caso descrito en la sección
24878 \begin_inset space ~
24879 \end_inset
24880
24881
24882 \begin_inset CommandInset ref
24883 LatexCommand ref
24884 reference "sub:Líneas-Múltiples-en"
24885
24886 \end_inset
24887
24888 , una palabra larga no puede partirse con guión cuando es la primera en
24889  la nota al margen.
24890  Para evitar esto, inserta un espacio horizontal de 0
24891 \begin_inset space \thinspace{}
24892 \end_inset
24893
24894 pt antes de la palabra
24895 \family roman
24896 \series medium
24897 .
24898  
24899 \begin_inset Marginal
24900 status open
24901
24902 \begin_layout Plain Layout
24903 \begin_inset ERT
24904 status collapsed
24905
24906 \begin_layout Plain Layout
24907
24908
24909 \backslash
24910 hspace{0pt}
24911 \end_layout
24912
24913 \end_inset
24914
24915 PalabraMuyLargaAlMargen partida con guión.
24916 \end_layout
24917
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \begin_layout Standard
24924 \begin_inset VSpace bigskip
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset Note Greyedout
24932 status open
24933
24934 \begin_layout Plain Layout
24935
24936 \series bold
24937 Nota:
24938 \series default
24939  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24940  notas al pie.
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Standard
24949 \begin_inset VSpace bigskip
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Standard
24956 \begin_inset ERT
24957 status collapsed
24958
24959 \begin_layout Plain Layout
24960
24961
24962 \backslash
24963 ifmarginnote
24964 \end_layout
24965
24966 \end_inset
24967
24968
24969 \begin_inset Note Note
24970 status open
24971
24972 \begin_layout Plain Layout
24973 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24974  LaTeX 
24975 \series bold
24976 marginnote
24977 \series default
24978 .
24979 \end_layout
24980
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \begin_layout Standard
24987 Esta restricción se puede salvar con el paquete LaTeX 
24988 \series bold
24989 marginnote
24990 \series default
24991
24992 \begin_inset Index
24993 status collapsed
24994
24995 \begin_layout Plain Layout
24996 LaTeX-paquetes ! marginnote
24997 \end_layout
24998
24999 \end_inset
25000
25001 .
25002  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25003  notas al margen es redefinido para usar el comando proporcionado por el
25004  paquete 
25005 \series bold
25006 marginnote
25007 \series default
25008 :
25009 \end_layout
25010
25011 \begin_layout Standard
25012
25013 \series bold
25014
25015 \backslash
25016 usepackage{marginnote}
25017 \begin_inset Newline newline
25018 \end_inset
25019
25020
25021 \backslash
25022 let
25023 \backslash
25024 marginpar
25025 \backslash
25026 marginnote
25027 \end_layout
25028
25029 \begin_layout Standard
25030 Esto se ha utilizado en el presente documento porque 
25031 \series bold
25032 marginnote
25033 \series default
25034  tiene una característica adicional útil: Puedes establecer un desplazamiento
25035  vertical a la nota.
25036  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25037  diseño de la página.
25038  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25039  en código TeX
25040 \end_layout
25041
25042 \begin_layout Standard
25043
25044 \series bold
25045 [desplazamiento]
25046 \end_layout
25047
25048 \begin_layout Standard
25049 donde desplazamiento es una longitud en una de las unidades de la tabla
25050 \begin_inset space ~
25051 \end_inset
25052
25053
25054 \begin_inset CommandInset ref
25055 LatexCommand ref
25056 reference "tab:Unidades"
25057
25058 \end_inset
25059
25060 .
25061  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25062  abajo.
25063  
25064 \family roman
25065 \series medium
25066 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25067 \begin_inset space \thinspace{}
25068 \end_inset
25069
25070 cm arriba con el comando en código TeX 
25071 \begin_inset Quotes eld
25072 \end_inset
25073
25074
25075 \family default
25076 \series bold
25077 [-1.5cm]
25078 \family roman
25079 \series medium
25080
25081 \begin_inset Quotes erd
25082 \end_inset
25083
25084
25085 \begin_inset Marginal
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089 Esta nota está 1.5
25090 \begin_inset space \thinspace{}
25091 \end_inset
25092
25093 cm por encima de su posición original.
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \family default
25100 \series default
25101
25102 \begin_inset ERT
25103 status collapsed
25104
25105 \begin_layout Plain Layout
25106
25107 [-1.5cm]
25108 \end_layout
25109
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \begin_layout Standard
25116 \begin_inset VSpace medskip
25117 \end_inset
25118
25119 Con 
25120 \series bold
25121 marginnote
25122 \series default
25123  también puedes cambiar la alineación del texto en el margen.
25124  Por ejemplo los comandos
25125 \end_layout
25126
25127 \begin_layout Standard
25128
25129 \series bold
25130
25131 \backslash
25132 renewcommand*{
25133 \backslash
25134 raggedleftmarginnote}{
25135 \backslash
25136 centering}
25137 \begin_inset Newline newline
25138 \end_inset
25139
25140
25141 \backslash
25142 renewcommand*{
25143 \backslash
25144 raggedrightmarginnote}{
25145 \backslash
25146 centering}
25147 \end_layout
25148
25149 \begin_layout Standard
25150 producen alineación centrada.
25151  
25152 \series bold
25153
25154 \backslash
25155 raggedleftmarginnote
25156 \series default
25157  identifica las notas que aparecen al lado izquierdo.
25158 \family roman
25159 \series medium
25160
25161 \begin_inset ERT
25162 status collapsed
25163
25164 \begin_layout Plain Layout
25165
25166
25167 \backslash
25168 renewcommand*{
25169 \backslash
25170 raggedleftmarginnote}{
25171 \backslash
25172 centering}
25173 \end_layout
25174
25175 \begin_layout Plain Layout
25176
25177
25178 \backslash
25179 renewcommand*{
25180 \backslash
25181 raggedrightmarginnote}{
25182 \backslash
25183 centering}
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \begin_inset Marginal
25190 status open
25191
25192 \begin_layout Plain Layout
25193 El texto de esta nota está centrado.
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \family default
25200 \series default
25201  El valor predeterminado es 
25202 \end_layout
25203
25204 \begin_layout Standard
25205
25206 \series bold
25207
25208 \backslash
25209 renewcommand*{
25210 \backslash
25211 raggedleftmarginnote}{
25212 \backslash
25213 raggedleft}
25214 \begin_inset Newline newline
25215 \end_inset
25216
25217
25218 \backslash
25219 renewcommand*{
25220 \backslash
25221 raggedrightmarginnote}{
25222 \backslash
25223 raggedright}
25224 \family roman
25225 \series medium
25226
25227 \begin_inset ERT
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231
25232
25233 \backslash
25234 renewcommand*{
25235 \backslash
25236 raggedleftmarginnote}{
25237 \backslash
25238 raggedleft}
25239 \end_layout
25240
25241 \begin_layout Plain Layout
25242
25243
25244 \backslash
25245 renewcommand*{
25246 \backslash
25247 raggedrightmarginnote}{
25248 \backslash
25249 raggedright}
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \begin_layout Standard
25258 \begin_inset VSpace medskip
25259 \end_inset
25260
25261 Para otras características de 
25262 \series bold
25263 marginnote
25264 \series default
25265  mira en su documentación 
25266 \begin_inset CommandInset citation
25267 LatexCommand cite
25268 key "marginnote"
25269
25270 \end_inset
25271
25272 .
25273 \end_layout
25274
25275 \begin_layout Standard
25276 \begin_inset VSpace bigskip
25277 \end_inset
25278
25279 El diseño de las notas al margen puede ser redefinido.
25280  Por ejemplo, para crear una cabecera para todas las notas con el texto
25281  
25282 \begin_inset Quotes eld
25283 \end_inset
25284
25285
25286 \series bold
25287 \bar under
25288 ¡
25289 \family sans
25290 Atención
25291 \family default
25292 !
25293 \series default
25294 \bar default
25295
25296 \begin_inset Quotes erd
25297 \end_inset
25298
25299 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25300 \end_layout
25301
25302 \begin_layout Standard
25303
25304 \series bold
25305
25306 \backslash
25307 let
25308 \backslash
25309 myMarginpar
25310 \backslash
25311 marginpar
25312 \begin_inset Newline newline
25313 \end_inset
25314
25315
25316 \backslash
25317 renewcommand{
25318 \backslash
25319 marginpar}[1]{
25320 \backslash
25321 myMarginpar{%
25322 \begin_inset Newline newline
25323 \end_inset
25324
25325
25326 \begin_inset ERT
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330
25331
25332 \backslash
25333 hphantom{ }
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \backslash
25340 hspace{0pt}
25341 \backslash
25342 textsf{
25343 \backslash
25344 textbf{
25345 \backslash
25346 underbar{¡Atención!}}}%
25347 \begin_inset Newline newline
25348 \end_inset
25349
25350
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356
25357 \backslash
25358 hphantom{ }
25359 \end_layout
25360
25361 \end_inset
25362
25363
25364 \backslash
25365 vspace{1.5mm}
25366 \backslash
25367
25368 \backslash
25369 #1}}
25370 \end_layout
25371
25372 \begin_layout Standard
25373
25374 \family roman
25375 \series medium
25376 \begin_inset ERT
25377 status collapsed
25378
25379 \begin_layout Plain Layout
25380
25381
25382 \backslash
25383 let
25384 \backslash
25385 myMarginpar
25386 \backslash
25387 marginpar
25388 \end_layout
25389
25390 \begin_layout Plain Layout
25391
25392
25393 \backslash
25394 renewcommand{
25395 \backslash
25396 marginpar}[1]{
25397 \backslash
25398 myMarginpar{%
25399 \end_layout
25400
25401 \begin_layout Plain Layout
25402
25403    
25404 \backslash
25405 textsf{
25406 \backslash
25407 textbf{
25408 \backslash
25409 underbar{¡Atención!}}}%
25410 \end_layout
25411
25412 \begin_layout Plain Layout
25413
25414    
25415 \backslash
25416 vspace{1.5mm}
25417 \backslash
25418
25419 \backslash
25420 #1}}
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \begin_inset Marginal
25427 status open
25428
25429 \begin_layout Plain Layout
25430 Esta es una nota con una cabecera definida.
25431 \end_layout
25432
25433 \end_inset
25434
25435
25436 \family default
25437 \series default
25438
25439 \begin_inset ERT
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443
25444 [-1.5cm]
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \family roman
25451 \series medium
25452
25453 \begin_inset ERT
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458
25459 \backslash
25460 renewcommand{
25461 \backslash
25462 marginpar}[1]{
25463 \backslash
25464 myMarginpar{#1}}
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \family default
25471 \series default
25472
25473 \begin_inset Note Note
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 \begin_inset ERT
25487 status collapsed
25488
25489 \begin_layout Plain Layout
25490
25491
25492 \backslash
25493 else
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \begin_inset Note Note
25500 status open
25501
25502 \begin_layout Plain Layout
25503 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25504  
25505 \series bold
25506 marginnote
25507 \series default
25508 .
25509 \end_layout
25510
25511 \end_inset
25512
25513
25514 \end_layout
25515
25516 \begin_layout Standard
25517 Debes instalar el paquete LaTeX 
25518 \series bold
25519 marginnote
25520 \series default
25521  para ver la parte siguiente en la salida.
25522 \end_layout
25523
25524 \begin_layout Standard
25525 \begin_inset ERT
25526 status collapsed
25527
25528 \begin_layout Plain Layout
25529
25530
25531 \backslash
25532 fi
25533 \end_layout
25534
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \begin_layout Chapter
25541 Cuadros
25542 \end_layout
25543
25544 \begin_layout Section
25545 Introducción
25546 \begin_inset Index
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550 Cuadros ! Introducción
25551 \end_layout
25552
25553 \end_inset
25554
25555
25556 \end_layout
25557
25558 \begin_layout Standard
25559 Los cuadros se emplean para dar formato a bloques de texto.
25560  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25561 \begin_inset space ~
25562 \end_inset
25563
25564
25565 \begin_inset CommandInset ref
25566 LatexCommand ref
25567 reference "sec:Minipáginas"
25568
25569 \end_inset
25570
25571 , enmarcar textos, véase sección
25572 \begin_inset space ~
25573 \end_inset
25574
25575
25576 \begin_inset CommandInset ref
25577 LatexCommand ref
25578 reference "sec:Cuadros-Enmarcados"
25579
25580 \end_inset
25581
25582 , evitar la división de palabras, véase sección
25583 \begin_inset space ~
25584 \end_inset
25585
25586
25587 \begin_inset CommandInset ref
25588 LatexCommand ref
25589 reference "sec:Evitar-la-Partición"
25590
25591 \end_inset
25592
25593 , alinear texto, véase sección
25594 \begin_inset space ~
25595 \end_inset
25596
25597
25598 \begin_inset CommandInset ref
25599 LatexCommand ref
25600 reference "sub:Alineación-Vertical"
25601
25602 \end_inset
25603
25604 , o para poner color de fondo a un texto, véase sección
25605 \begin_inset space ~
25606 \end_inset
25607
25608
25609 \begin_inset CommandInset ref
25610 LatexCommand ref
25611 reference "sec:Cuadros-Coloreados"
25612
25613 \end_inset
25614
25615 .
25616 \end_layout
25617
25618 \begin_layout Standard
25619 Se insertan con el menú 
25620 \family sans
25621 Insertar\SpecialChar \menuseparator
25622 Cuadro
25623 \family default
25624  o con el botón 
25625 \begin_inset Graphics
25626         filename ../../images/box-insert.png
25627         scale 85
25628
25629 \end_inset
25630
25631 .
25632  Surge un recuadro gris con la etiqueta 
25633 \family sans
25634 Cuadro (Minipágina)
25635 \family default
25636
25637 \begin_inset Graphics
25638         filename clipart/CuadroMinipagQt4.png
25639         scale 75
25640         keepAspectRatio
25641
25642 \end_inset
25643
25644 .
25645  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25646  Sale un diálogo en el que 
25647 \family sans
25648 Cuadro
25649 \family default
25650
25651 \begin_inset space ~
25652 \end_inset
25653
25654
25655 \family sans
25656 interior
25657 \family default
25658  permite escoger los tipos 
25659 \family sans
25660 Párrafo
25661 \family default
25662  y 
25663 \family sans
25664 Minipágina
25665 \family default
25666 .
25667  
25668 \family sans
25669 Minipágina
25670 \family default
25671  es el predeterminado para nuevos cuadros y se explica en la sección
25672 \begin_inset space ~
25673 \end_inset
25674
25675
25676 \begin_inset CommandInset ref
25677 LatexCommand ref
25678 reference "sec:Minipáginas"
25679
25680 \end_inset
25681
25682 ; el tipo 
25683 \family sans
25684 Párrafo
25685 \family default
25686  se describe en la sección
25687 \begin_inset space ~
25688 \end_inset
25689
25690
25691 \begin_inset CommandInset ref
25692 LatexCommand ref
25693 reference "sec:Cuadros-de-Párrafo"
25694
25695 \end_inset
25696
25697 .
25698 \end_layout
25699
25700 \begin_layout Standard
25701 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25702  flotantes o las notas al pie.
25703 \end_layout
25704
25705 \begin_layout Standard
25706 \begin_inset Note Greyedout
25707 status open
25708
25709 \begin_layout Plain Layout
25710
25711 \series bold
25712 Nota:
25713 \series default
25714  Los cuadros no deben ser el ítem en un entorno 
25715 \family sans
25716 Enumeración*
25717 \family default
25718  o 
25719 \family sans
25720 Descripción
25721 \family default
25722 .
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \begin_inset Note Greyedout
25732 status open
25733
25734 \begin_layout Plain Layout
25735
25736 \series bold
25737 Nota:
25738 \series default
25739  Por razones desconocidas sólo se puede poner el tipo 
25740 \family sans
25741 Cuadro
25742 \begin_inset space ~
25743 \end_inset
25744
25745 interior
25746 \family default
25747  en 
25748 \family sans
25749 Ninguno
25750 \family default
25751  cuando se emplea un cuadro enmarcado.
25752  Los cuadros sin ningún tipo de 
25753 \family sans
25754 Cuadro
25755 \begin_inset space ~
25756 \end_inset
25757
25758 interior
25759 \family default
25760  y sin marcos se explican en la sección
25761 \begin_inset space ~
25762 \end_inset
25763
25764
25765 \begin_inset CommandInset ref
25766 LatexCommand ref
25767 reference "sec:Evitar-la-Partición"
25768
25769 \end_inset
25770
25771 .
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \end_layout
25778
25779 \begin_layout Section
25780 Diálogo de cuadros
25781 \begin_inset CommandInset label
25782 LatexCommand label
25783 name "sec:Diálogo-Cuadros"
25784
25785 \end_inset
25786
25787
25788 \begin_inset Index
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792 Cuadros ! Configuración
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \begin_layout Subsection
25801 Tamaño
25802 \begin_inset Index
25803 status collapsed
25804
25805 \begin_layout Plain Layout
25806 Cuadros ! Tamaño
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \begin_layout Standard
25815 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25816 \family sans
25817 Ancho
25818 \family default
25819  y 
25820 \family sans
25821 Alto
25822 \family default
25823 .
25824  Las unidades disponibles para la geometría se describen en la tabla
25825 \begin_inset space ~
25826 \end_inset
25827
25828
25829 \begin_inset CommandInset ref
25830 LatexCommand ref
25831 reference "tab:Unidades"
25832
25833 \end_inset
25834
25835 .
25836  El campo 
25837 \family sans
25838 Alto
25839 \family default
25840  ofrece los siguientes tamaños adicionales:
25841 \end_layout
25842
25843 \begin_layout Description
25844 Profundidad Este es el texto plano «alto».
25845  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25846  cuadro:
25847 \begin_inset Newline newline
25848 \end_inset
25849
25850
25851 \begin_inset Newline newline
25852 \end_inset
25853
25854
25855 \begin_inset Newline newline
25856 \end_inset
25857
25858
25859 \begin_inset Box Boxed
25860 position "c"
25861 hor_pos "c"
25862 has_inner_box 1
25863 inner_pos "c"
25864 use_parbox 0
25865 width "12col%"
25866 special "none"
25867 height "1in"
25868 height_special "depth"
25869 status open
25870
25871 \begin_layout Plain Layout
25872 \align center
25873 Cuadro con altura establecida en 1
25874 \begin_inset space \thinspace{}
25875 \end_inset
25876
25877 Profundidad
25878 \end_layout
25879
25880 \end_inset
25881
25882
25883 \begin_inset Newline newline
25884 \end_inset
25885
25886
25887 \begin_inset Newline newline
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \begin_layout Description
25894 Alto Es la altura del texto que está dentro del cuadro.
25895  Un valor de, p.
25896 \begin_inset space \thinspace{}
25897 \end_inset
25898
25899 e.
25900 \begin_inset space ~
25901 \end_inset
25902
25903 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25904  
25905 \begin_inset Box Boxed
25906 position "c"
25907 hor_pos "c"
25908 has_inner_box 1
25909 inner_pos "c"
25910 use_parbox 0
25911 width "20col%"
25912 special "none"
25913 height "2in"
25914 height_special "height"
25915 status open
25916
25917 \begin_layout Plain Layout
25918 \align center
25919 Cuadro con altura puesta en 2
25920 \begin_inset space \thinspace{}
25921 \end_inset
25922
25923 Alto
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Description
25932 Alto
25933 \begin_inset space ~
25934 \end_inset
25935
25936 total Esto es el Alto
25937 \begin_inset space \thinspace{}
25938 \end_inset
25939
25940 +
25941 \begin_inset space \thinspace{}
25942 \end_inset
25943
25944 Profundidad: 
25945 \begin_inset Box Boxed
25946 position "c"
25947 hor_pos "c"
25948 has_inner_box 1
25949 inner_pos "c"
25950 use_parbox 0
25951 width "20col%"
25952 special "none"
25953 height "1in"
25954 height_special "totalheight"
25955 status open
25956
25957 \begin_layout Plain Layout
25958 \align center
25959 Cuadro con altura puesta a 1
25960 \begin_inset space \thinspace{}
25961 \end_inset
25962
25963 Alto
25964 \begin_inset space ~
25965 \end_inset
25966
25967 total
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Description
25976 Ancho Esto determina al ancho del cuadro como altura: 
25977 \begin_inset Box Boxed
25978 position "c"
25979 hor_pos "c"
25980 has_inner_box 1
25981 inner_pos "c"
25982 use_parbox 0
25983 width "12col%"
25984 special "none"
25985 height "1in"
25986 height_special "width"
25987 status open
25988
25989 \begin_layout Plain Layout
25990 \align center
25991 Cuadro con altura puesta en 1
25992 \begin_inset space \thinspace{}
25993 \end_inset
25994
25995 Ancho
25996 \end_layout
25997
25998 \end_inset
25999
26000
26001 \end_layout
26002
26003 \begin_layout Subsection
26004 Alineación
26005 \begin_inset Index
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009 Cuadros ! Alineación
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \begin_layout Standard
26018 Si has elegido un 
26019 \family sans
26020 Cuadro
26021 \begin_inset space ~
26022 \end_inset
26023
26024 interior
26025 \family default
26026 , la alineación vertical del cuadro puede ser:
26027 \end_layout
26028
26029 \begin_layout Description
26030 Superior Ejemplo de línea de texto.
26031  
26032 \begin_inset Box Boxed
26033 position "t"
26034 hor_pos "c"
26035 has_inner_box 1
26036 inner_pos "c"
26037 use_parbox 0
26038 width "12col%"
26039 special "none"
26040 height "1in"
26041 height_special "totalheight"
26042 status collapsed
26043
26044 \begin_layout Plain Layout
26045 \align center
26046 Cuadro alineado arriba.
26047 \end_layout
26048
26049 \end_inset
26050
26051  Ejemplo de línea de texto.
26052 \end_layout
26053
26054 \begin_layout Description
26055 Medio Ejemplo de línea de texto.
26056  
26057 \begin_inset Box Boxed
26058 position "c"
26059 hor_pos "c"
26060 has_inner_box 1
26061 inner_pos "c"
26062 use_parbox 0
26063 width "12col%"
26064 special "none"
26065 height "1in"
26066 height_special "totalheight"
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070 \align center
26071 Cuadro alineado en medio.
26072 \end_layout
26073
26074 \end_inset
26075
26076  Ejemplo de línea de texto.
26077 \end_layout
26078
26079 \begin_layout Description
26080 Inferior Ejemplo de línea de texto.
26081  
26082 \begin_inset Box Boxed
26083 position "b"
26084 hor_pos "c"
26085 has_inner_box 1
26086 inner_pos "c"
26087 use_parbox 0
26088 width "12col%"
26089 special "none"
26090 height "1in"
26091 height_special "totalheight"
26092 status collapsed
26093
26094 \begin_layout Plain Layout
26095 \align center
26096 Cuadro alineado abajo.
26097 \end_layout
26098
26099 \end_inset
26100
26101  Ejemplo de línea de texto.
26102 \end_layout
26103
26104 \begin_layout Standard
26105 \begin_inset Note Greyedout
26106 status open
26107
26108 \begin_layout Plain Layout
26109
26110 \series bold
26111 Nota:
26112 \series default
26113  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26114  en una línea y, p.
26115 \begin_inset space \thinspace{}
26116 \end_inset
26117
26118 e., uno de ellos tiene sombreado y el otro no.
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Standard
26127 La alineación horizontal del cuadro puede establecerse en el diálogo de
26128  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset VSpace bigskip
26133 \end_inset
26134
26135 Si has escogido un 
26136 \family sans
26137 Cuadro
26138 \begin_inset space ~
26139 \end_inset
26140
26141 interior
26142 \family default
26143 , el contenido puede alinearse verticalmente a:
26144 \end_layout
26145
26146 \begin_layout Description
26147 Superior Ejemplo de línea de texto.
26148  
26149 \begin_inset Box Boxed
26150 position "c"
26151 hor_pos "c"
26152 has_inner_box 1
26153 inner_pos "t"
26154 use_parbox 0
26155 width "12col%"
26156 special "none"
26157 height "1.5in"
26158 height_special "totalheight"
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162 \align center
26163 Cuadro con texto alineado arriba.
26164 \end_layout
26165
26166 \end_inset
26167
26168  Ejemplo de línea de texto.
26169 \end_layout
26170
26171 \begin_layout Description
26172 Medio Ejemplo de línea de texto.
26173  
26174 \begin_inset Box Boxed
26175 position "c"
26176 hor_pos "c"
26177 has_inner_box 1
26178 inner_pos "c"
26179 use_parbox 0
26180 width "12col%"
26181 special "none"
26182 height "1.5in"
26183 height_special "totalheight"
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187 \align center
26188 Cuadro con texto alineado en medio.
26189 \end_layout
26190
26191 \end_inset
26192
26193  Ejemplo de línea de texto.
26194 \end_layout
26195
26196 \begin_layout Description
26197 Inferior Ejemplo de línea de texto.
26198  
26199 \begin_inset Box Boxed
26200 position "c"
26201 hor_pos "c"
26202 has_inner_box 1
26203 inner_pos "b"
26204 use_parbox 0
26205 width "12col%"
26206 special "none"
26207 height "1.5in"
26208 height_special "totalheight"
26209 status collapsed
26210
26211 \begin_layout Plain Layout
26212 \align center
26213 Cuadro con texto alineado abajo.
26214 \end_layout
26215
26216 \end_inset
26217
26218  Ejemplo de línea de texto.
26219 \end_layout
26220
26221 \begin_layout Description
26222 Estirado Ejemplo de línea de texto.
26223  
26224 \begin_inset Box Boxed
26225 position "c"
26226 hor_pos "c"
26227 has_inner_box 1
26228 inner_pos "s"
26229 use_parbox 0
26230 width "12col%"
26231 special "none"
26232 height "1.5in"
26233 height_special "totalheight"
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237 \align center
26238 Este texto
26239 \end_layout
26240
26241 \begin_layout Plain Layout
26242 \align center
26243 está
26244 \end_layout
26245
26246 \begin_layout Plain Layout
26247 \align center
26248 estirado.
26249 \end_layout
26250
26251 \end_inset
26252
26253  Ejemplo de línea de texto.
26254 \end_layout
26255
26256 \begin_layout Standard
26257 Para estirar el contenido debe tener más de un párrafo.
26258  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26259 \end_layout
26260
26261 \begin_layout Standard
26262 \begin_inset VSpace bigskip
26263 \end_inset
26264
26265 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26266  LyX cuando hayas escogido un 
26267 \family sans
26268 Cuadro
26269 \begin_inset space ~
26270 \end_inset
26271
26272 interior
26273 \family default
26274 .
26275 \end_layout
26276
26277 \begin_layout Standard
26278 \align center
26279 \begin_inset Box Boxed
26280 position "c"
26281 hor_pos "c"
26282 has_inner_box 1
26283 inner_pos "s"
26284 use_parbox 0
26285 width "15col%"
26286 special "none"
26287 height "1.25in"
26288 height_special "totalheight"
26289 status collapsed
26290
26291 \begin_layout Plain Layout
26292 \align left
26293 Cuadro
26294 \end_layout
26295
26296 \begin_layout Plain Layout
26297 \align center
26298 con texto
26299 \end_layout
26300
26301 \begin_layout Plain Layout
26302 \align right
26303 estirado
26304 \end_layout
26305
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \begin_layout Standard
26312 Si no has establecido un 
26313 \family sans
26314 Cuadro
26315 \begin_inset space ~
26316 \end_inset
26317
26318 interior
26319 \family default
26320 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26321  cuadro.
26322 \end_layout
26323
26324 \begin_layout Standard
26325 \align center
26326 \begin_inset Box Boxed
26327 position "c"
26328 hor_pos "s"
26329 has_inner_box 0
26330 inner_pos "s"
26331 use_parbox 0
26332 width "90col%"
26333 special "none"
26334 height "1.25in"
26335 height_special "totalheight"
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 \align left
26340 Texto estirado horizontalmente.
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Subsection
26349 Cuadros enmarcados
26350 \begin_inset CommandInset label
26351 LatexCommand label
26352 name "sec:Cuadros-Enmarcados"
26353
26354 \end_inset
26355
26356
26357 \begin_inset Index
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361 Cuadros ! Marcos
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \begin_layout Standard
26370 El estilo de marco del cuadro se puede determinar en la lista desplegable
26371  
26372 \family sans
26373 Tipo
26374 \family default
26375  del diálogo de cuadros.
26376  Son posibles los siguientes marcos:
26377 \end_layout
26378
26379 \begin_layout Description
26380 Marco
26381 \begin_inset space ~
26382 \end_inset
26383
26384 sencillo Dibuja un marco rectangular alrededor del cuadro.
26385  El grosor del marco depende de 
26386 \series bold
26387
26388 \backslash
26389 fboxrule
26390 \series default
26391 .
26392  
26393 \begin_inset Box Boxed
26394 position "c"
26395 hor_pos "c"
26396 has_inner_box 1
26397 inner_pos "c"
26398 use_parbox 0
26399 width "25col%"
26400 special "none"
26401 height "1in"
26402 height_special "totalheight"
26403 status open
26404
26405 \begin_layout Plain Layout
26406 \align center
26407 Cuadro rectangular
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 sencillo
26421 \begin_inset space ~
26422 \end_inset
26423
26424 con
26425 \begin_inset space ~
26426 \end_inset
26427
26428 salto
26429 \begin_inset space ~
26430 \end_inset
26431
26432 de
26433 \begin_inset space ~
26434 \end_inset
26435
26436 página Si usas la decoración 
26437 \family sans
26438 marco sencillo rectangular
26439 \family default
26440  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26441  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26442  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26443  propio y 
26444 \series bold
26445
26446 \backslash
26447 fboxrule
26448 \series default
26449  y 
26450 \series bold
26451
26452 \backslash
26453 fboxsep
26454 \series default
26455  no funcionan.
26456  El grosor del marco tiene el tamaño de 
26457 \series bold
26458
26459 \backslash
26460 FrameRule
26461 \series default
26462 .
26463 \begin_inset Box Framed
26464 position "t"
26465 hor_pos "c"
26466 has_inner_box 0
26467 inner_pos "t"
26468 use_parbox 0
26469 width "100col%"
26470 special "none"
26471 height "1in"
26472 height_special "totalheight"
26473 status collapsed
26474
26475 \begin_layout Plain Layout
26476 Cuadro que permite saltos de página
26477 \end_layout
26478
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \begin_layout Description
26485 Marco
26486 \begin_inset space ~
26487 \end_inset
26488
26489 ovalado,
26490 \begin_inset space ~
26491 \end_inset
26492
26493 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26494 \begin_inset space \thinspace{}
26495 \end_inset
26496
26497 pt.
26498  
26499 \begin_inset Box ovalbox
26500 position "c"
26501 hor_pos "c"
26502 has_inner_box 1
26503 inner_pos "c"
26504 use_parbox 0
26505 width "25col%"
26506 special "none"
26507 height "1in"
26508 height_special "totalheight"
26509 status open
26510
26511 \begin_layout Plain Layout
26512 \align center
26513 Marco ovalado, fino
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \begin_layout Description
26522 Marco
26523 \begin_inset space ~
26524 \end_inset
26525
26526 ovalado,
26527 \begin_inset space ~
26528 \end_inset
26529
26530 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26531 \begin_inset space \thinspace{}
26532 \end_inset
26533
26534 pt.
26535  
26536 \begin_inset Box Ovalbox
26537 position "c"
26538 hor_pos "c"
26539 has_inner_box 1
26540 inner_pos "c"
26541 use_parbox 0
26542 width "30col%"
26543 special "none"
26544 height "1in"
26545 height_special "totalheight"
26546 status open
26547
26548 \begin_layout Plain Layout
26549 \align center
26550 Cuadro ovalado, grueso
26551 \end_layout
26552
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \begin_layout Description
26559 Marco
26560 \begin_inset space ~
26561 \end_inset
26562
26563 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26564  El grosor de la línea tiene el tamaño dado por 
26565 \series bold
26566
26567 \backslash
26568 fboxrule
26569 \series default
26570 , la sombra tiene una anchura de 4
26571 \begin_inset space \thinspace{}
26572 \end_inset
26573
26574 pt.
26575  
26576 \begin_inset Box Shadowbox
26577 position "c"
26578 hor_pos "c"
26579 has_inner_box 1
26580 inner_pos "c"
26581 use_parbox 0
26582 width "20col%"
26583 special "none"
26584 height "1in"
26585 height_special "totalheight"
26586 status open
26587
26588 \begin_layout Plain Layout
26589 \align center
26590 Marco sombrado
26591 \end_layout
26592
26593 \end_inset
26594
26595
26596 \end_layout
26597
26598 \begin_layout Description
26599 Fondo
26600 \begin_inset space ~
26601 \end_inset
26602
26603 sombreado Dibuja un cuadro con fondo de color rojo.
26604  A diferencia de los cuadros coloreados,
26605 \begin_inset Foot
26606 status open
26607
26608 \begin_layout Plain Layout
26609 véase sec.
26610  
26611 \begin_inset CommandInset ref
26612 LatexCommand ref
26613 reference "sec:Cuadros-Coloreados"
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \end_inset
26621
26622  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26623 \begin_inset Box Shaded
26624 position "t"
26625 hor_pos "c"
26626 has_inner_box 0
26627 inner_pos "t"
26628 use_parbox 0
26629 width "50col%"
26630 special "none"
26631 height "1in"
26632 height_special "totalheight"
26633 status open
26634
26635 \begin_layout Plain Layout
26636 Cuadro con fondo sombreado
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Description
26645 Marco
26646 \begin_inset space ~
26647 \end_inset
26648
26649 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26650  El grosor de la línea interior es 0.75
26651 \begin_inset space \thinspace{}
26652 \end_inset
26653
26654
26655 \series bold
26656
26657 \backslash
26658 fboxrule
26659 \series default
26660 , el de la línea exterior es 1.5
26661 \begin_inset space \thinspace{}
26662 \end_inset
26663
26664
26665 \series bold
26666
26667 \backslash
26668 fboxrule
26669 \series default
26670 .
26671  La distancia entre líneas es 1.5
26672 \begin_inset space \thinspace{}
26673 \end_inset
26674
26675
26676 \series bold
26677
26678 \backslash
26679 fboxrule
26680 \series default
26681
26682 \begin_inset space \thinspace{}
26683 \end_inset
26684
26685 +
26686 \begin_inset space \thinspace{}
26687 \end_inset
26688
26689 0.5
26690 \begin_inset space \thinspace{}
26691 \end_inset
26692
26693 pt.
26694  
26695 \begin_inset Box Doublebox
26696 position "c"
26697 hor_pos "c"
26698 has_inner_box 1
26699 inner_pos "c"
26700 use_parbox 0
26701 width "20col%"
26702 special "none"
26703 height "1in"
26704 height_special "totalheight"
26705 status open
26706
26707 \begin_layout Plain Layout
26708 \align center
26709 Marco doble
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Standard
26718 \begin_inset VSpace bigskip
26719 \end_inset
26720
26721 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26722  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26723  LaTeX 
26724 \series bold
26725 fancybox
26726 \series default
26727
26728 \begin_inset Index
26729 status collapsed
26730
26731 \begin_layout Plain Layout
26732 LaTeX-paquetes ! fancybox
26733 \end_layout
26734
26735 \end_inset
26736
26737 .
26738 \end_layout
26739
26740 \begin_layout Section
26741 Personalización de cuadros
26742 \begin_inset Index
26743 status open
26744
26745 \begin_layout Plain Layout
26746 Cuadros ! Personalizar
26747 \end_layout
26748
26749 \end_inset
26750
26751
26752 \end_layout
26753
26754 \begin_layout Standard
26755 El valor predeterminado por 
26756 \series bold
26757
26758 \backslash
26759 fboxrule
26760 \series default
26761  es 0.4
26762 \begin_inset space \thinspace{}
26763 \end_inset
26764
26765 pt.
26766  Puede cambiarse con el siguiente comando en código TeX, p.
26767 \begin_inset space \thinspace{}
26768 \end_inset
26769
26770 e.
26771 \begin_inset space ~
26772 \end_inset
26773
26774 a
26775 \begin_inset space ~
26776 \end_inset
26777
26778 2
26779 \begin_inset space \thinspace{}
26780 \end_inset
26781
26782 pt:
26783 \end_layout
26784
26785 \begin_layout Standard
26786
26787 \series bold
26788
26789 \backslash
26790 setlength{
26791 \backslash
26792 fboxrule}{2pt}
26793 \end_layout
26794
26795 \begin_layout Standard
26796 \begin_inset ERT
26797 status collapsed
26798
26799 \begin_layout Plain Layout
26800
26801
26802 \backslash
26803 setlength{
26804 \backslash
26805 fboxrule}{2pt}
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \begin_inset Box Boxed
26812 position "c"
26813 hor_pos "c"
26814 has_inner_box 1
26815 inner_pos "c"
26816 use_parbox 0
26817 width "25col%"
26818 special "none"
26819 height "1in"
26820 height_special "totalheight"
26821 status open
26822
26823 \begin_layout Plain Layout
26824 \align center
26825 Cuadro rectangular con 
26826 \series bold
26827
26828 \backslash
26829 fboxrule
26830 \series default
26831
26832 \begin_inset space \thinspace{}
26833 \end_inset
26834
26835 =
26836 \begin_inset space \thinspace{}
26837 \end_inset
26838
26839 2
26840 \begin_inset space \thinspace{}
26841 \end_inset
26842
26843 pt
26844 \end_layout
26845
26846 \end_inset
26847
26848
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 setlength{
26857 \backslash
26858 fboxrule}{0.4pt}
26859 \end_layout
26860
26861 \end_inset
26862
26863
26864 \end_layout
26865
26866 \begin_layout Standard
26867 \begin_inset VSpace bigskip
26868 \end_inset
26869
26870 El espacio entre el marco y el contenido del cuadro es 3
26871 \begin_inset space \thinspace{}
26872 \end_inset
26873
26874 pt por omisión para todos los estilos.
26875  Se puede cambiar mediante la longitud 
26876 \series bold
26877
26878 \backslash
26879 fboxsep
26880 \series default
26881 .
26882  Por ejemplo el comando
26883 \end_layout
26884
26885 \begin_layout Standard
26886
26887 \series bold
26888
26889 \backslash
26890 setlength{
26891 \backslash
26892 fboxsep}{10pt}
26893 \end_layout
26894
26895 \begin_layout Standard
26896 determina un valor de 10
26897 \begin_inset space \thinspace{}
26898 \end_inset
26899
26900 pt, como en el siguiente cuadro:
26901 \end_layout
26902
26903 \begin_layout Standard
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909
26910 \backslash
26911 setlength{
26912 \backslash
26913 fboxsep}{10pt}
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \begin_inset Box Boxed
26920 position "c"
26921 hor_pos "c"
26922 has_inner_box 1
26923 inner_pos "c"
26924 use_parbox 0
26925 width "25col%"
26926 special "none"
26927 height "1in"
26928 height_special "totalheight"
26929 status open
26930
26931 \begin_layout Plain Layout
26932 \align center
26933 Cuadro rectangular con 
26934 \series bold
26935
26936 \backslash
26937 fboxsep
26938 \series default
26939
26940 \begin_inset space \thinspace{}
26941 \end_inset
26942
26943 =
26944 \begin_inset space \thinspace{}
26945 \end_inset
26946
26947 10
26948 \begin_inset space \thinspace{}
26949 \end_inset
26950
26951 pt
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \begin_inset ERT
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961
26962
26963 \backslash
26964 setlength{
26965 \backslash
26966 fboxsep}{3pt}
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \end_layout
26973
26974 \begin_layout Standard
26975 \begin_inset VSpace bigskip
26976 \end_inset
26977
26978 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26979  el comando 
26980 \series bold
26981
26982 \backslash
26983 cornersize
26984 \series default
26985 .
26986  El comando
26987 \end_layout
26988
26989 \begin_layout Standard
26990
26991 \series bold
26992
26993 \backslash
26994 cornersize*{1cm}
26995 \end_layout
26996
26997 \begin_layout Standard
26998 establece un diámetro de 1
26999 \begin_inset space \thinspace{}
27000 \end_inset
27001
27002 cm.
27003  El comando
27004 \end_layout
27005
27006 \begin_layout Standard
27007
27008 \series bold
27009
27010 \backslash
27011 cornersize{num}
27012 \end_layout
27013
27014 \begin_layout Standard
27015 fija el diámetro en 
27016 \family sans
27017 num
27018 \begin_inset space \thinspace{}
27019 \end_inset
27020
27021 ×
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 mínimo
27026 \family default
27027  
27028 \family sans
27029 (ancho y alto del cuadro)
27030 \family default
27031 .
27032  Por omisión es 
27033 \series bold
27034
27035 \backslash
27036 cornersize{0.5}
27037 \series default
27038 .
27039 \end_layout
27040
27041 \begin_layout Standard
27042 \begin_inset ERT
27043 status collapsed
27044
27045 \begin_layout Plain Layout
27046
27047
27048 \backslash
27049 cornersize*{1.5cm}
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \begin_inset Box Ovalbox
27056 position "c"
27057 hor_pos "c"
27058 has_inner_box 1
27059 inner_pos "c"
27060 use_parbox 0
27061 width "28col%"
27062 special "none"
27063 height "1in"
27064 height_special "totalheight"
27065 status open
27066
27067 \begin_layout Plain Layout
27068 \align center
27069 Cuadro ovalado con 
27070 \series bold
27071
27072 \backslash
27073 cornersize
27074 \series default
27075
27076 \begin_inset space \thinspace{}
27077 \end_inset
27078
27079 =
27080 \begin_inset space \thinspace{}
27081 \end_inset
27082
27083 1.5
27084 \begin_inset space \thinspace{}
27085 \end_inset
27086
27087 cm
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \begin_inset ERT
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097
27098
27099 \backslash
27100 cornersize{0.5}
27101 \end_layout
27102
27103 \end_inset
27104
27105
27106 \end_layout
27107
27108 \begin_layout Standard
27109 \begin_inset VSpace bigskip
27110 \end_inset
27111
27112 El tamaño de la sombra se puede ajustar cambiando la longitud 
27113 \series bold
27114
27115 \backslash
27116 shadowsize
27117 \series default
27118 .
27119  Este comando la ajusta a 2
27120 \begin_inset space \thinspace{}
27121 \end_inset
27122
27123 pt en el cuadro siguiente:
27124 \end_layout
27125
27126 \begin_layout Standard
27127
27128 \series bold
27129
27130 \backslash
27131 setlength{
27132 \backslash
27133 shadowsize}{2pt}
27134 \end_layout
27135
27136 \begin_layout Standard
27137 \begin_inset ERT
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142
27143 \backslash
27144 setlength{
27145 \backslash
27146 shadowsize}{2pt}
27147 \end_layout
27148
27149 \end_inset
27150
27151
27152 \begin_inset Box Shadowbox
27153 position "c"
27154 hor_pos "c"
27155 has_inner_box 1
27156 inner_pos "c"
27157 use_parbox 0
27158 width "28col%"
27159 special "none"
27160 height "1in"
27161 height_special "totalheight"
27162 status open
27163
27164 \begin_layout Plain Layout
27165 \align center
27166 Cuadro sombreado con 
27167 \series bold
27168
27169 \backslash
27170 shadowsize
27171 \series default
27172
27173 \begin_inset space \thinspace{}
27174 \end_inset
27175
27176 =
27177 \begin_inset space \thinspace{}
27178 \end_inset
27179
27180 2
27181 \begin_inset space \thinspace{}
27182 \end_inset
27183
27184 pt
27185 \end_layout
27186
27187 \end_inset
27188
27189
27190 \begin_inset ERT
27191 status collapsed
27192
27193 \begin_layout Plain Layout
27194
27195
27196 \backslash
27197 setlength{
27198 \backslash
27199 shadowsize}{4pt}
27200 \end_layout
27201
27202 \end_inset
27203
27204
27205 \end_layout
27206
27207 \begin_layout Standard
27208 \begin_inset VSpace bigskip
27209 \end_inset
27210
27211
27212 \end_layout
27213
27214 \begin_layout Standard
27215 Por omisión, el tamaño 
27216 \series bold
27217
27218 \backslash
27219 FrameRule
27220 \series default
27221  es 0,4
27222 \begin_inset space \thinspace{}
27223 \end_inset
27224
27225 pt.
27226  El espacio por omisión entre el contenido de la nota y el marco es 9
27227 \begin_inset space \thinspace{}
27228 \end_inset
27229
27230 pt; puede cambiarse con el valor de 
27231 \series bold
27232
27233 \backslash
27234 FrameSep
27235 \series default
27236 .
27237  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27238  en código TeX
27239 \end_layout
27240
27241 \begin_layout Standard
27242
27243 \series bold
27244
27245 \backslash
27246 setlength{
27247 \backslash
27248 FrameRule}{5pt}
27249 \begin_inset Newline newline
27250 \end_inset
27251
27252
27253 \backslash
27254 setlength{
27255 \backslash
27256 FrameSep}{0.5cm}
27257 \end_layout
27258
27259 \begin_layout Standard
27260 \begin_inset ERT
27261 status collapsed
27262
27263 \begin_layout Plain Layout
27264
27265
27266 \backslash
27267 setlength{
27268 \backslash
27269 FrameRule}{5pt}
27270 \end_layout
27271
27272 \begin_layout Plain Layout
27273
27274
27275 \backslash
27276 setlength{
27277 \backslash
27278 FrameSep}{0.5cm}
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \begin_inset Box Framed
27285 position "t"
27286 hor_pos "c"
27287 has_inner_box 0
27288 inner_pos "t"
27289 use_parbox 0
27290 width "100col%"
27291 special "none"
27292 height "1in"
27293 height_special "totalheight"
27294 status open
27295
27296 \begin_layout Plain Layout
27297 Texto en un 
27298 \family sans
27299 marco
27300 \begin_inset space ~
27301 \end_inset
27302
27303 sencillo
27304 \begin_inset space ~
27305 \end_inset
27306
27307 con
27308 \begin_inset space ~
27309 \end_inset
27310
27311 salto
27312 \begin_inset space ~
27313 \end_inset
27314
27315 de
27316 \begin_inset space ~
27317 \end_inset
27318
27319 página
27320 \family default
27321 .
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \begin_inset ERT
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331
27332
27333 \backslash
27334 setlength{
27335 \backslash
27336 FrameRule}{0.4pt}
27337 \end_layout
27338
27339 \begin_layout Plain Layout
27340
27341
27342 \backslash
27343 setlength{
27344 \backslash
27345 FrameSep}{9pt}
27346 \end_layout
27347
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \begin_layout Standard
27354 \begin_inset VSpace bigskip
27355 \end_inset
27356
27357
27358 \end_layout
27359
27360 \begin_layout Standard
27361 Para los cuadros con 
27362 \family sans
27363 fondo
27364 \begin_inset space ~
27365 \end_inset
27366
27367 sombreado
27368 \family default
27369  el espacio por omisión entre el contenido y el marco es 3
27370 \begin_inset space \thinspace{}
27371 \end_inset
27372
27373 pt; se puede cambiar con el valor de 
27374 \series bold
27375
27376 \backslash
27377 fboxsep
27378 \series default
27379 .
27380  El color rojo predeterminado se puede cambiar en el sitio con el comando
27381  
27382 \series bold
27383
27384 \backslash
27385 definecolor{shadebox}
27386 \series default
27387  o globalmente con el menú 
27388 \family sans
27389 Herramientas
27390 \family default
27391 \SpecialChar \menuseparator
27392
27393 \family sans
27394 Preferencias
27395 \family default
27396 \SpecialChar \menuseparator
27397
27398 \family sans
27399 Colores
27400 \family default
27401 \SpecialChar \menuseparator
27402
27403 \family sans
27404 cuadro
27405 \begin_inset space ~
27406 \end_inset
27407
27408 sombreado
27409 \family default
27410 .
27411  El esquema del comando 
27412 \series bold
27413
27414 \backslash
27415 definecolor
27416 \series default
27417  se explica en la sección
27418 \begin_inset space ~
27419 \end_inset
27420
27421
27422 \begin_inset CommandInset ref
27423 LatexCommand ref
27424 reference "sec:Tablas-Coloreadas"
27425
27426 \end_inset
27427
27428 .
27429 \begin_inset Foot
27430 status collapsed
27431
27432 \begin_layout Plain Layout
27433 El comando 
27434 \series bold
27435
27436 \backslash
27437 definecolor
27438 \series default
27439  requiere el paquete LaTeX 
27440 \series bold
27441 color
27442 \series default
27443  en el preámbulo, véase la sección
27444 \begin_inset space ~
27445 \end_inset
27446
27447
27448 \begin_inset CommandInset ref
27449 LatexCommand ref
27450 reference "sec:Cuadros-Coloreados"
27451
27452 \end_inset
27453
27454 .
27455 \end_layout
27456
27457 \end_inset
27458
27459  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27460 \end_layout
27461
27462 \begin_layout Standard
27463
27464 \series bold
27465
27466 \backslash
27467 setlength{
27468 \backslash
27469 fboxsep}{0.5cm}
27470 \series default
27471
27472 \begin_inset Newline newline
27473 \end_inset
27474
27475
27476 \series bold
27477
27478 \backslash
27479 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27480 \end_layout
27481
27482 \begin_layout Standard
27483 \begin_inset ERT
27484 status open
27485
27486 \begin_layout Plain Layout
27487
27488
27489 \backslash
27490 setlength{
27491 \backslash
27492 fboxsep}{0.5cm}
27493 \end_layout
27494
27495 \begin_layout Plain Layout
27496
27497
27498 \backslash
27499 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \begin_inset Box Shaded
27506 position "t"
27507 hor_pos "c"
27508 has_inner_box 0
27509 inner_pos "t"
27510 use_parbox 0
27511 width "100col%"
27512 special "none"
27513 height "1in"
27514 height_special "totalheight"
27515 status open
27516
27517 \begin_layout Plain Layout
27518
27519 \color yellow
27520 Texto amarillo en un cuadro con 
27521 \family sans
27522 fondo sombreado 
27523 \family default
27524  en color verde oscuro.
27525 \end_layout
27526
27527 \end_inset
27528
27529
27530 \begin_inset ERT
27531 status open
27532
27533 \begin_layout Plain Layout
27534
27535
27536 \backslash
27537 setlength{
27538 \backslash
27539 fboxsep}{3pt}
27540 \end_layout
27541
27542 \begin_layout Plain Layout
27543
27544
27545 \backslash
27546 definecolor{shadecolor}{rgb}{1,0,0}
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \end_layout
27553
27554 \begin_layout Standard
27555 \begin_inset VSpace bigskip
27556 \end_inset
27557
27558 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27559  a los comandos.
27560 \end_layout
27561
27562 \begin_layout Section
27563 Minipáginas
27564 \begin_inset CommandInset label
27565 LatexCommand label
27566 name "sec:Minipáginas"
27567
27568 \end_inset
27569
27570
27571 \begin_inset Index
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 Cuadros ! Minipáginas
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \begin_layout Standard
27584 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27585  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27586 \end_layout
27587
27588 \begin_layout Standard
27589 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27590 \end_layout
27591
27592 \begin_layout Standard
27593 A continuación hay dos ejemplos de minipáginas adosadas.
27594  Su anchura está puesta en 45
27595 \begin_inset space \thinspace{}
27596 \end_inset
27597
27598 % y separadas por un relleno horizontal, insertado vía el menú 
27599 \family sans
27600 Insertar\SpecialChar \menuseparator
27601 Formato\SpecialChar \menuseparator
27602 Relleno
27603 \begin_inset space ~
27604 \end_inset
27605
27606 horizontal
27607 \family default
27608 .
27609 \end_layout
27610
27611 \begin_layout Standard
27612 \begin_inset Box Frameless
27613 position "t"
27614 hor_pos "c"
27615 has_inner_box 1
27616 inner_pos "c"
27617 use_parbox 0
27618 width "45col%"
27619 special "none"
27620 height "1in"
27621 height_special "totalheight"
27622 status open
27623
27624 \begin_layout Plain Layout
27625
27626 \lang german
27627 Dies ist ein deutscher Text.
27628  Dies ist ein deutscher Text.
27629  Dies ist ein deutscher Text.
27630  Dies ist ein deutscher Text.
27631  Dies ist ein deutscher Text.
27632  Dies ist ein deutscher Text.
27633  Dies ist ein deutscher Text.
27634  Dies ist ein deutscher Text.
27635  Dies ist ein deutscher Text.
27636  Dies ist ein deutscher Text.
27637  Dies ist ein deutscher Text.
27638  Dies ist ein deutscher Text.
27639  Dies ist ein deutscher Text
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644
27645 \lang german
27646 Dies ist eine deutsche Fußnote.
27647 \end_layout
27648
27649 \end_inset
27650
27651 .
27652  Dies ist ein deutscher Text.
27653  Dies ist ein deutscher Text.
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \begin_inset space \hfill{}
27660 \end_inset
27661
27662
27663 \begin_inset Box Frameless
27664 position "t"
27665 hor_pos "c"
27666 has_inner_box 1
27667 inner_pos "c"
27668 use_parbox 0
27669 width "45col%"
27670 special "none"
27671 height "1in"
27672 height_special "totalheight"
27673 status open
27674
27675 \begin_layout Plain Layout
27676 This is an English Text.
27677  This is an English Text.
27678  This is an English Text.
27679  This is an English Text.
27680  This is an English Text.
27681  This is an English Text.
27682  This is an English Text.
27683  This is an English Text.
27684  This is an English Text.
27685  This is an English Text.
27686  This is an English Text.
27687  This is an English Text.
27688  This is an English Text.
27689  This is an English Text.
27690  This is an English Text.
27691  This is an English Text.
27692 \begin_inset Foot
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696 This is an English footnote.
27697 \end_layout
27698
27699 \end_inset
27700
27701  This is an English Text.
27702  
27703 \end_layout
27704
27705 \end_inset
27706
27707
27708 \end_layout
27709
27710 \begin_layout Standard
27711 \begin_inset VSpace bigskip
27712 \end_inset
27713
27714 Otra aplicación de los cuadros son las notas a pie en tablas.
27715  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27716  al final de la página actual.
27717  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27718  en la parte inferior, ordenadas con letras.
27719  La ordenación de las notas al pie se restablece en cada minipágina pero
27720  no fuera de las minipáginas.
27721 \end_layout
27722
27723 \begin_layout Standard
27724 La nota al pie en esta tabla no aparece: 
27725 \begin_inset Tabular
27726 <lyxtabular version="3" rows="3" columns="4">
27727 <features>
27728 <column alignment="center" valignment="top" width="0pt">
27729 <column alignment="center" valignment="top" width="0pt">
27730 <column alignment="center" valignment="top" width="0pt">
27731 <column alignment="center" valignment="top" width="0pt">
27732 <row>
27733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737 1
27738 \end_layout
27739
27740 \end_inset
27741 </cell>
27742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27743 \begin_inset Text
27744
27745 \begin_layout Plain Layout
27746 2
27747 \end_layout
27748
27749 \end_inset
27750 </cell>
27751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27752 \begin_inset Text
27753
27754 \begin_layout Plain Layout
27755 3
27756 \begin_inset Foot
27757 status open
27758
27759 \begin_layout Plain Layout
27760 Nota al pie en una tabla.
27761 \end_layout
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \end_inset
27769 </cell>
27770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27771 \begin_inset Text
27772
27773 \begin_layout Plain Layout
27774 4
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 </row>
27780 <row>
27781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27782 \begin_inset Text
27783
27784 \begin_layout Plain Layout
27785 a
27786 \end_layout
27787
27788 \end_inset
27789 </cell>
27790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27791 \begin_inset Text
27792
27793 \begin_layout Plain Layout
27794 b
27795 \end_layout
27796
27797 \end_inset
27798 </cell>
27799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27800 \begin_inset Text
27801
27802 \begin_layout Plain Layout
27803 c
27804 \end_layout
27805
27806 \end_inset
27807 </cell>
27808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27809 \begin_inset Text
27810
27811 \begin_layout Plain Layout
27812 d
27813 \end_layout
27814
27815 \end_inset
27816 </cell>
27817 </row>
27818 <row>
27819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27820 \begin_inset Text
27821
27822 \begin_layout Plain Layout
27823 e
27824 \end_layout
27825
27826 \end_inset
27827 </cell>
27828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27829 \begin_inset Text
27830
27831 \begin_layout Plain Layout
27832 f
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27838 \begin_inset Text
27839
27840 \begin_layout Plain Layout
27841 g
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Plain Layout
27850 h
27851 \end_layout
27852
27853 \end_inset
27854 </cell>
27855 </row>
27856 </lyxtabular>
27857
27858 \end_inset
27859
27860
27861 \end_layout
27862
27863 \begin_layout Standard
27864 \align center
27865 \begin_inset Box Frameless
27866 position "t"
27867 hor_pos "c"
27868 has_inner_box 1
27869 inner_pos "c"
27870 use_parbox 0
27871 width "30col%"
27872 special "none"
27873 height "1in"
27874 height_special "totalheight"
27875 status open
27876
27877 \begin_layout Plain Layout
27878 \align center
27879 \begin_inset Tabular
27880 <lyxtabular version="3" rows="3" columns="4">
27881 <features>
27882 <column alignment="center" valignment="top" width="0pt">
27883 <column alignment="center" valignment="top" width="0pt">
27884 <column alignment="center" valignment="top" width="0pt">
27885 <column alignment="center" valignment="top" width="0pt">
27886 <row>
27887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27888 \begin_inset Text
27889
27890 \begin_layout Plain Layout
27891 1
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Plain Layout
27900 2
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27906 \begin_inset Text
27907
27908 \begin_layout Plain Layout
27909 3
27910 \begin_inset Foot
27911 status open
27912
27913 \begin_layout Plain Layout
27914 Nota al pie en una tabla..
27915 \end_layout
27916
27917 \end_inset
27918
27919
27920 \end_layout
27921
27922 \end_inset
27923 </cell>
27924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 4
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 </row>
27934 <row>
27935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27936 \begin_inset Text
27937
27938 \begin_layout Plain Layout
27939 a
27940 \end_layout
27941
27942 \end_inset
27943 </cell>
27944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27945 \begin_inset Text
27946
27947 \begin_layout Plain Layout
27948 b
27949 \end_layout
27950
27951 \end_inset
27952 </cell>
27953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27954 \begin_inset Text
27955
27956 \begin_layout Plain Layout
27957 c
27958 \end_layout
27959
27960 \end_inset
27961 </cell>
27962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27963 \begin_inset Text
27964
27965 \begin_layout Plain Layout
27966 d
27967 \end_layout
27968
27969 \end_inset
27970 </cell>
27971 </row>
27972 <row>
27973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27974 \begin_inset Text
27975
27976 \begin_layout Plain Layout
27977 e
27978 \end_layout
27979
27980 \end_inset
27981 </cell>
27982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27983 \begin_inset Text
27984
27985 \begin_layout Plain Layout
27986 f
27987 \end_layout
27988
27989 \end_inset
27990 </cell>
27991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27992 \begin_inset Text
27993
27994 \begin_layout Plain Layout
27995 g
27996 \end_layout
27997
27998 \end_inset
27999 </cell>
28000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28001 \begin_inset Text
28002
28003 \begin_layout Plain Layout
28004 h
28005 \end_layout
28006
28007 \end_inset
28008 </cell>
28009 </row>
28010 </lyxtabular>
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Standard
28023 \begin_inset VSpace bigskip
28024 \end_inset
28025
28026 La configuración global de párrafos se ignora en las minipáginas.
28027  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28028  pongas p.
28029 \begin_inset space \thinspace{}
28030 \end_inset
28031
28032 e.
28033 \begin_inset space ~
28034 \end_inset
28035
28036
28037 \family sans
28038 Salto
28039 \begin_inset space ~
28040 \end_inset
28041
28042 medio
28043 \family default
28044  en la configuración del documento.
28045 \end_layout
28046
28047 \begin_layout Standard
28048 Las minipáginas también sirven para poner un color de fondo para partes
28049  de texto, véase sección
28050 \begin_inset space ~
28051 \end_inset
28052
28053
28054 \begin_inset CommandInset ref
28055 LatexCommand ref
28056 reference "sub:Color-en-Párrafos"
28057
28058 \end_inset
28059
28060 .
28061 \end_layout
28062
28063 \begin_layout Standard
28064 \begin_inset Note Greyedout
28065 status open
28066
28067 \begin_layout Plain Layout
28068
28069 \series bold
28070 Nota:
28071 \series default
28072  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28073  tener minipáginas en tablas, flotantes, y otros cuadros.
28074 \end_layout
28075
28076 \end_inset
28077
28078
28079 \end_layout
28080
28081 \begin_layout Section
28082 Cuadros de párrafo
28083 \begin_inset CommandInset label
28084 LatexCommand label
28085 name "sec:Cuadros-de-Párrafo"
28086
28087 \end_inset
28088
28089
28090 \begin_inset Index
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094 Cuadros ! de párrafo
28095 \end_layout
28096
28097 \end_inset
28098
28099
28100 \end_layout
28101
28102 \begin_layout Standard
28103 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28104  de que no pueden contener notas al pie.
28105   La diferencia principal es que las minipáginas no son verdaderos cuadros
28106  sino entornos de LaTeX.
28107 \end_layout
28108
28109 \begin_layout Standard
28110 \align center
28111 \begin_inset Box Frameless
28112 position "t"
28113 hor_pos "c"
28114 has_inner_box 1
28115 inner_pos "t"
28116 use_parbox 1
28117 width "33col%"
28118 special "none"
28119 height "1in"
28120 height_special "totalheight"
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 Texto en un cuadro de párrafo.
28125  Texto en un cuadro de párrafo.
28126  Esta nota no aparece:
28127 \begin_inset Foot
28128 status open
28129
28130 \begin_layout Plain Layout
28131 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28132 \end_layout
28133
28134 \end_inset
28135
28136
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Section
28145 Cuadros para palabras y caracteres
28146 \begin_inset Index
28147 status collapsed
28148
28149 \begin_layout Plain Layout
28150 Cuadros ! para palabras y caracteres
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \end_layout
28157
28158 \begin_layout Subsection
28159 Evitar la partición de palabras
28160 \begin_inset CommandInset label
28161 LatexCommand label
28162 name "sec:Evitar-la-Partición"
28163
28164 \end_inset
28165
28166
28167 \begin_inset Index
28168 status collapsed
28169
28170 \begin_layout Plain Layout
28171 Cuadros ! para evitar la partición de palabras
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \end_layout
28178
28179 \begin_layout Standard
28180 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28181  con guión.
28182 \begin_inset Newline newline
28183 \end_inset
28184
28185 He aquí un ejemplo:
28186 \end_layout
28187
28188 \begin_layout Standard
28189 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28190 palabra».
28191 \end_layout
28192
28193 \begin_layout Standard
28194 Para evitar su división usa el comando
28195 \end_layout
28196
28197 \begin_layout Standard
28198
28199 \series bold
28200
28201 \backslash
28202 mbox{
28203 \end_layout
28204
28205 \begin_layout Standard
28206 en código TeX antes de la palabra.
28207  Tras ella inserta una llave de cierre «
28208 \series bold
28209 }
28210 \series default
28211 » en código TeX.
28212 \end_layout
28213
28214 \begin_layout Standard
28215 Este es el resultado:
28216 \end_layout
28217
28218 \begin_layout Standard
28219 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28220 \begin_inset ERT
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224
28225
28226 \backslash
28227 mbox{
28228 \end_layout
28229
28230 \end_inset
28231
28232 «estalarguísimapalabra».
28233 \begin_inset ERT
28234 status collapsed
28235
28236 \begin_layout Plain Layout
28237
28238 }
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \begin_layout Standard
28247 Como alternativa puedes poner el comando «
28248 \series bold
28249
28250 \backslash
28251 -
28252 \series default
28253 » en código TeX directamente antes de la palabra:
28254 \end_layout
28255
28256 \begin_layout Standard
28257 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28258 \begin_inset ERT
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 -
28266 \end_layout
28267
28268 \end_inset
28269
28270 estalarguísimapalabra».
28271 \end_layout
28272
28273 \begin_layout Standard
28274 Por supuesto, la palabra sobresale del margen.
28275  Para evitarlo añade, con el menú 
28276 \family sans
28277 Insertar\SpecialChar \menuseparator
28278 Formato\SpecialChar \menuseparator
28279 Salto
28280 \begin_inset space ~
28281 \end_inset
28282
28283 de
28284 \begin_inset space ~
28285 \end_inset
28286
28287
28288 \family default
28289 línea (atajo 
28290 \family sans
28291 Ctrl-Retorno
28292 \family default
28293 ), un salto de línea antes de la palabra:
28294 \end_layout
28295
28296 \begin_layout Standard
28297 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28298 \begin_inset Newline newline
28299 \end_inset
28300
28301
28302 \begin_inset ERT
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306
28307
28308 \backslash
28309 mbox{
28310 \end_layout
28311
28312 \end_inset
28313
28314 «estalarguísimapalabra».
28315 \begin_inset ERT
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319
28320 }
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \end_layout
28327
28328 \begin_layout Subsection
28329 Alineación vertical
28330 \begin_inset CommandInset label
28331 LatexCommand label
28332 name "sub:Alineación-Vertical"
28333
28334 \end_inset
28335
28336
28337 \begin_inset Index
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 Cuadros ! para alineación vertical
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Con ayuda del comando 
28351 \series bold
28352
28353 \backslash
28354 raisebox
28355 \series default
28356  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28357  
28358 \series bold
28359
28360 \backslash
28361 raisebox
28362 \series default
28363  se utiliza según el esquema:
28364 \end_layout
28365
28366 \begin_layout Standard
28367
28368 \series bold
28369
28370 \backslash
28371 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28372 \end_layout
28373
28374 \begin_layout Standard
28375 La elevación puede ser un valor positivo para subir el cuadro o negativo
28376  para bajarlo.
28377 \end_layout
28378
28379 \begin_layout Standard
28380 Para alinear una palabra, p.
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384 e
28385 \begin_inset space ~
28386 \end_inset
28387
28388 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28389  en la línea de base, inserta el comando
28390 \end_layout
28391
28392 \begin_layout Standard
28393
28394 \series bold
28395
28396 \backslash
28397 raisebox{
28398 \backslash
28399 depth}{
28400 \end_layout
28401
28402 \begin_layout Standard
28403 en código TeX antes de la palabra.
28404  Detrás de la palabra inserta una llave de cierre «
28405 \series bold
28406 }
28407 \series default
28408 » en código TeX.
28409 \begin_inset Newline newline
28410 \end_inset
28411
28412 Este es el resultado:
28413 \end_layout
28414
28415 \begin_layout Standard
28416 Esto es una línea de texto con la palabra 
28417 \begin_inset ERT
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422
28423 \backslash
28424 raisebox{
28425 \backslash
28426 depth}{
28427 \end_layout
28428
28429 \end_inset
28430
28431 «prevención»
28432 \begin_inset ERT
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437 }
28438 \end_layout
28439
28440 \end_inset
28441
28442  elevada.
28443 \end_layout
28444
28445 \begin_layout Standard
28446 \begin_inset VSpace bigskip
28447 \end_inset
28448
28449 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28450 \end_layout
28451
28452 \begin_layout Standard
28453 Esto es una línea de texto con la palabra 
28454 \begin_inset ERT
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458
28459
28460 \backslash
28461 raisebox{-
28462 \backslash
28463 depth}{
28464 \end_layout
28465
28466 \end_inset
28467
28468 «prevención»
28469 \begin_inset ERT
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474 }
28475 \end_layout
28476
28477 \end_inset
28478
28479  como palabra más baja.
28480 \begin_inset Newline newline
28481 \end_inset
28482
28483 Esto es una línea de texto con la palabra 
28484 \begin_inset ERT
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 raisebox{0.5cm}{
28492 \end_layout
28493
28494 \end_inset
28495
28496 «testigo»
28497 \begin_inset ERT
28498 status collapsed
28499
28500 \begin_layout Plain Layout
28501
28502 }
28503 \end_layout
28504
28505 \end_inset
28506
28507  como palabra más alta.
28508 \end_layout
28509
28510 \begin_layout Standard
28511 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28512  Por ejemplo
28513 \end_layout
28514
28515 \begin_layout Standard
28516
28517 \series bold
28518
28519 \backslash
28520 raisebox{-
28521 \backslash
28522 depth}[0pt]{
28523 \end_layout
28524
28525 \begin_layout Standard
28526 Esto es una línea de texto con la palabra 
28527 \begin_inset ERT
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531
28532
28533 \backslash
28534 raisebox{-
28535 \backslash
28536 depth}[0pt]{
28537 \end_layout
28538
28539 \end_inset
28540
28541 «prevención»
28542 \begin_inset ERT
28543 status collapsed
28544
28545 \begin_layout Plain Layout
28546
28547 }
28548 \end_layout
28549
28550 \end_inset
28551
28552  como palabra más baja.
28553 \begin_inset Newline newline
28554 \end_inset
28555
28556 Esto es una línea de texto con la palabra 
28557 \begin_inset ERT
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561
28562
28563 \backslash
28564 raisebox{0.5cm}[0pt]{
28565 \end_layout
28566
28567 \end_inset
28568
28569 «testigo»
28570 \begin_inset ERT
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574
28575 }
28576 \end_layout
28577
28578 \end_inset
28579
28580  como palabra más alta.
28581 \end_layout
28582
28583 \begin_layout Section
28584 Cuadros coloreados
28585 \begin_inset CommandInset label
28586 LatexCommand label
28587 name "sec:Cuadros-Coloreados"
28588
28589 \end_inset
28590
28591
28592 \begin_inset Index
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596 Cuadros ! Color
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Subsection
28605 Color en texto
28606 \begin_inset Index
28607 status collapsed
28608
28609 \begin_layout Plain Layout
28610 Color ! en texto
28611 \end_layout
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \begin_layout Standard
28619 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28620  Esto requiere cargar el paquete LaTeX 
28621 \series bold
28622 color
28623 \series default
28624
28625 \begin_inset Index
28626 status collapsed
28627
28628 \begin_layout Plain Layout
28629 LaTeX-paquetes ! color
28630 \end_layout
28631
28632 \end_inset
28633
28634  en el preámbulo del documento con
28635 \end_layout
28636
28637 \begin_layout Standard
28638
28639 \series bold
28640
28641 \backslash
28642 @ifundef\SpecialChar \textcompwordmark{}
28643 ined{textcolor}
28644 \begin_inset Newline newline
28645 \end_inset
28646
28647
28648 \begin_inset ERT
28649 status collapsed
28650
28651 \begin_layout Plain Layout
28652
28653
28654 \backslash
28655 hphantom{ }
28656 \end_layout
28657
28658 \end_inset
28659
28660 {
28661 \backslash
28662 usepackage{color}}{}
28663 \end_layout
28664
28665 \begin_layout Standard
28666 LyX cargará automáticamente el paquete 
28667 \series bold
28668 color
28669 \series default
28670  cuando colorees texto.
28671 \begin_inset Foot
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Para evitar cargarlo dos veces se usa el comando 
28676 \series bold
28677
28678 \backslash
28679 @ifundef\SpecialChar \textcompwordmark{}
28680 ined
28681 \series default
28682 .
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \begin_layout Standard
28691 \begin_inset VSpace medskip
28692 \end_inset
28693
28694 Los cuadros coloreados se crean con el comando 
28695 \series bold
28696
28697 \backslash
28698 colorbox
28699 \series default
28700 , de acuerdo con el siguiente esquema:
28701 \end_layout
28702
28703 \begin_layout Standard
28704
28705 \series bold
28706
28707 \backslash
28708 colorbox{color}{contenido del cuadro}
28709 \end_layout
28710
28711 \begin_layout Standard
28712 El contenido también puede ser un cuadro y los cuadros coloreados también
28713  pueden estar en otros cuadros.
28714 \end_layout
28715
28716 \begin_layout Standard
28717 Los siguientes colores están predefinidos:
28718 \begin_inset Newline newline
28719 \end_inset
28720
28721
28722 \family sans
28723 red
28724 \family default
28725
28726 \family sans
28727 green
28728 \family default
28729
28730 \family sans
28731 yellow, blue
28732 \family default
28733
28734 \family sans
28735 cyan
28736 \family default
28737 \series bold
28738 ,
28739 \series default
28740  
28741 \family sans
28742 magenta, black
28743 \family default
28744
28745 \family sans
28746 white
28747 \family default
28748 .
28749 \begin_inset Newline newline
28750 \end_inset
28751
28752 También puedes definir tus propios colores según se explica en la sección
28753 \begin_inset space ~
28754 \end_inset
28755
28756
28757 \begin_inset CommandInset ref
28758 LatexCommand ref
28759 reference "sec:Tablas-Coloreadas"
28760
28761 \end_inset
28762
28763 .
28764 \end_layout
28765
28766 \begin_layout Standard
28767 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28768 \end_layout
28769
28770 \begin_layout Standard
28771
28772 \series bold
28773
28774 \backslash
28775 colorbox{red}{
28776 \end_layout
28777
28778 \begin_layout Standard
28779 en código TeX antes de la palabra.
28780  Tras la palabra inserta una llave de cierre «
28781 \series bold
28782 }
28783 \series default
28784 » en código TeX.
28785 \begin_inset Newline newline
28786 \end_inset
28787
28788 Este es el resultado:
28789 \end_layout
28790
28791 \begin_layout Standard
28792 Línea en la que la palabra 
28793 \begin_inset ERT
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797
28798
28799 \backslash
28800 colorbox{red}{
28801 \end_layout
28802
28803 \end_inset
28804
28805 «¡Atención!»
28806 \begin_inset ERT
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810
28811 }
28812 \end_layout
28813
28814 \end_inset
28815
28816  tiene fondo rojo.
28817 \end_layout
28818
28819 \begin_layout Standard
28820 \begin_inset VSpace bigskip
28821 \end_inset
28822
28823 Si quieres un marco de distinto color, puedes emplear el comando 
28824 \series bold
28825
28826 \backslash
28827 fcolorbox
28828 \series default
28829  con el esquema siguiente:
28830 \end_layout
28831
28832 \begin_layout Standard
28833
28834 \series bold
28835
28836 \backslash
28837 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28838 \end_layout
28839
28840 \begin_layout Standard
28841
28842 \series bold
28843
28844 \backslash
28845 fcolorbox
28846 \series default
28847  es una extensión de 
28848 \series bold
28849
28850 \backslash
28851 colorbox
28852 \series default
28853 .
28854  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28855  con las longitudes 
28856 \series bold
28857
28858 \backslash
28859 fboxrule
28860 \series default
28861  y 
28862 \series bold
28863
28864 \backslash
28865 fboxsep
28866 \series default
28867 , respectivamente, como se describe en la sección
28868 \begin_inset space ~
28869 \end_inset
28870
28871
28872 \begin_inset CommandInset ref
28873 LatexCommand ref
28874 reference "sec:Cuadros-Enmarcados"
28875
28876 \end_inset
28877
28878 .
28879 \end_layout
28880
28881 \begin_layout Standard
28882 Para el ejemplo siguiente se ha utilizado el comando
28883 \end_layout
28884
28885 \begin_layout Standard
28886
28887 \series bold
28888
28889 \backslash
28890 fcolorbox{cyan}{magenta}{
28891 \end_layout
28892
28893 \begin_layout Standard
28894 Este es un ejemplo en el que se ha puesto un grosor de 1
28895 \begin_inset space \thinspace{}
28896 \end_inset
28897
28898 mm para la línea del marco:
28899 \begin_inset Newline newline
28900 \end_inset
28901
28902
28903 \begin_inset ERT
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907
28908
28909 \backslash
28910 fboxrule 1mm 
28911 \backslash
28912 fboxsep 1mm
28913 \end_layout
28914
28915 \end_inset
28916
28917
28918 \begin_inset ERT
28919 status collapsed
28920
28921 \begin_layout Plain Layout
28922
28923
28924 \backslash
28925 fcolorbox{cyan}{magenta}{
28926 \end_layout
28927
28928 \end_inset
28929
28930 Texto en un marco coloreado y enmarcado.
28931 \begin_inset ERT
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935
28936 }
28937 \end_layout
28938
28939 \end_inset
28940
28941
28942 \end_layout
28943
28944 \begin_layout Standard
28945 \begin_inset VSpace bigskip
28946 \end_inset
28947
28948 Por supuesto también puedes colorear el texto en un marco coloreado:
28949 \begin_inset Newline newline
28950 \end_inset
28951
28952
28953 \begin_inset ERT
28954 status collapsed
28955
28956 \begin_layout Plain Layout
28957
28958
28959 \backslash
28960 fcolorbox{cyan}{magenta}{
28961 \end_layout
28962
28963 \end_inset
28964
28965
28966 \color yellow
28967 Texto coloreado en un marco sombreado y coloreado.
28968 \color none
28969
28970 \begin_inset ERT
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974
28975 }
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \begin_inset ERT
28982 status collapsed
28983
28984 \begin_layout Plain Layout
28985
28986
28987 \backslash
28988 fboxrule 0.4pt 
28989 \backslash
28990 fboxsep 3pt
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999
29000 \series bold
29001 \begin_inset VSpace medskip
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Standard
29008 \begin_inset Note Greyedout
29009 status open
29010
29011 \begin_layout Plain Layout
29012
29013 \series bold
29014 Nota:
29015 \series default
29016  El texto en cuadros coloreados no puede tener saltos de línea.
29017  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29018  coloreado como se describe a continuación.
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \begin_layout Subsection
29027 Color en párrafos
29028 \begin_inset CommandInset label
29029 LatexCommand label
29030 name "sub:Color-en-Párrafos"
29031
29032 \end_inset
29033
29034
29035 \begin_inset Index
29036 status collapsed
29037
29038 \begin_layout Plain Layout
29039 Color ! en párrafos
29040 \end_layout
29041
29042 \end_inset
29043
29044
29045 \end_layout
29046
29047 \begin_layout Standard
29048 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29049  Antes de la minipágina inserta el comando 
29050 \series bold
29051
29052 \backslash
29053 colorbox
29054 \end_layout
29055
29056 \begin_layout Standard
29057
29058 \series bold
29059
29060 \backslash
29061 colorbox{color}{
29062 \end_layout
29063
29064 \begin_layout Standard
29065 en código TeX.
29066  Detrás de la minipágina inserta una llave de cierre «
29067 \series bold
29068 }
29069 \series default
29070 » en código TeX.
29071 \end_layout
29072
29073 \begin_layout Standard
29074 \begin_inset ERT
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078
29079
29080 \backslash
29081 colorbox{grisclaro}{
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \begin_inset Box Frameless
29088 position "t"
29089 hor_pos "c"
29090 has_inner_box 1
29091 inner_pos "t"
29092 use_parbox 0
29093 width "100col%"
29094 special "none"
29095 height "1in"
29096 height_special "totalheight"
29097 status collapsed
29098
29099 \begin_layout Plain Layout
29100 Texto con color de fondo.
29101  Texto con color de fondo.
29102 \end_layout
29103
29104 \begin_layout Plain Layout
29105 \begin_inset VSpace defskip
29106 \end_inset
29107
29108 El texto puede tener notas al pie
29109 \begin_inset Foot
29110 status open
29111
29112 \begin_layout Plain Layout
29113 Otro ejemplo de nota
29114 \end_layout
29115
29116 \end_inset
29117
29118  y puede incluir tablas y figuras.
29119 \end_layout
29120
29121 \begin_layout Plain Layout
29122 \align center
29123 \begin_inset Tabular
29124 <lyxtabular version="3" rows="3" columns="3">
29125 <features>
29126 <column alignment="center" valignment="top" width="0">
29127 <column alignment="center" valignment="top" width="0">
29128 <column alignment="center" valignment="top" width="0">
29129 <row>
29130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29131 \begin_inset Text
29132
29133 \begin_layout Plain Layout
29134 a
29135 \end_layout
29136
29137 \end_inset
29138 </cell>
29139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29140 \begin_inset Text
29141
29142 \begin_layout Plain Layout
29143 !
29144 \end_layout
29145
29146 \end_inset
29147 </cell>
29148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29149 \begin_inset Text
29150
29151 \begin_layout Plain Layout
29152 3
29153 \end_layout
29154
29155 \end_inset
29156 </cell>
29157 </row>
29158 <row>
29159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29160 \begin_inset Text
29161
29162 \begin_layout Plain Layout
29163 <
29164 \end_layout
29165
29166 \end_inset
29167 </cell>
29168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29169 \begin_inset Text
29170
29171 \begin_layout Plain Layout
29172 b2
29173 \begin_inset Quotes erd
29174 \end_inset
29175
29176 |
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29182 \begin_inset Text
29183
29184 \begin_layout Plain Layout
29185 >
29186 \end_layout
29187
29188 \end_inset
29189 </cell>
29190 </row>
29191 <row>
29192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29193 \begin_inset Text
29194
29195 \begin_layout Plain Layout
29196 1
29197 \end_layout
29198
29199 \end_inset
29200 </cell>
29201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29202 \begin_inset Text
29203
29204 \begin_layout Plain Layout
29205 §
29206 \end_layout
29207
29208 \end_inset
29209 </cell>
29210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29211 \begin_inset Text
29212
29213 \begin_layout Plain Layout
29214 c
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 </row>
29220 </lyxtabular>
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \begin_inset ERT
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234
29235 }
29236 \end_layout
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Section
29244 Cuadros rotados y escalados
29245 \end_layout
29246
29247 \begin_layout Standard
29248 Para poder usar los comandos descritos en esta sección hay que cargar el
29249  paquete LaTeX 
29250 \series bold
29251 graphicx
29252 \series default
29253
29254 \begin_inset Index
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258 LaTeX-paquetes ! graphicx
29259 \end_layout
29260
29261 \end_inset
29262
29263  en el preámbulo del documento, con el comando
29264 \end_layout
29265
29266 \begin_layout Standard
29267
29268 \series bold
29269
29270 \backslash
29271 @ifundefined{rotatebox}
29272 \begin_inset Newline newline
29273 \end_inset
29274
29275
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281
29282 \backslash
29283 hphantom{ }
29284 \end_layout
29285
29286 \end_inset
29287
29288 {
29289 \backslash
29290 usepackage{graphicx}}{}
29291 \end_layout
29292
29293 \begin_layout Standard
29294 \begin_inset Note Greyedout
29295 status open
29296
29297 \begin_layout Plain Layout
29298
29299 \series bold
29300 Nota: 
29301 \series default
29302 Algunos visores DVI no pueden mostrar material rotado o escalado.
29303 \end_layout
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Standard
29311 \begin_inset Note Greyedout
29312 status open
29313
29314 \begin_layout Plain Layout
29315
29316 \series bold
29317 Nota:
29318 \series default
29319  Los cuadros rotados o escalados no pueden contener flotantes.
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Subsection
29328 Cuadros rotados
29329 \begin_inset Index
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333 Cuadros ! Rotar
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \begin_inset Index
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343 Material rotado
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \begin_inset Index
29350 status collapsed
29351
29352 \begin_layout Plain Layout
29353 Figuras ! Rotar
29354 \end_layout
29355
29356 \end_inset
29357
29358
29359 \begin_inset Index
29360 status collapsed
29361
29362 \begin_layout Plain Layout
29363 Tablas ! Rotar
29364 \end_layout
29365
29366 \end_inset
29367
29368
29369 \end_layout
29370
29371 \begin_layout Standard
29372 Para rotar material debes ponerlo en un cuadro rotado.
29373  Los cuadros rotados se crean con el comando 
29374 \series bold
29375
29376 \backslash
29377 rotatebox
29378 \series default
29379  en código TeX, según el esquema:
29380 \end_layout
29381
29382 \begin_layout Standard
29383
29384 \series bold
29385
29386 \backslash
29387 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29388 \end_layout
29389
29390 \begin_layout Standard
29391 El origen de rotación se especifica en la forma 
29392 \series bold
29393 origin=position
29394 \series default
29395 .
29396  Son posibles las posiciones siguientes: 
29397 \emph on
29398 c
29399 \emph default
29400  (center), 
29401 \emph on
29402 l
29403 \emph default
29404  (left), 
29405 \emph on
29406 r
29407 \emph default
29408  (right), 
29409 \emph on
29410 b
29411 \emph default
29412  (bottom), 
29413 \emph on
29414 t
29415 \emph default
29416  (top), así como combinaciones adecuadas de las posiciones básicas.
29417  Por ejemplo, 
29418 \emph on
29419 lt
29420 \emph default
29421  significa que el origen de rotación es la esquina superior izquierda del
29422  cuadro.
29423  Si no se especifica origen de rotación se usará la posición 
29424 \emph on
29425 l
29426 \emph default
29427 .
29428  El ángulo de rotación es un número de grados, y puede ser negativo.
29429  El sentido de giro es contrario al de las agujas del reloj.
29430 \end_layout
29431
29432 \begin_layout Standard
29433 En el siguiente ejemplo se ha insertado el comando 
29434 \series bold
29435
29436 \backslash
29437 rotatebox[origin=c]{60}{ 
29438 \series default
29439 como código TeX delante del texto «con rotación»; después del texto, el
29440  cuadro se ha cerrado con llave de cierre en código TeX.
29441 \end_layout
29442
29443 \begin_layout Standard
29444 Esta línea contiene texto 
29445 \begin_inset ERT
29446 status collapsed
29447
29448 \begin_layout Plain Layout
29449
29450
29451 \backslash
29452 rotatebox[origin=c]{60}{
29453 \end_layout
29454
29455 \end_inset
29456
29457 con rotación
29458 \begin_inset ERT
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462
29463 }
29464 \end_layout
29465
29466 \end_inset
29467
29468 .
29469 \end_layout
29470
29471 \begin_layout Standard
29472 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29473  línea:
29474 \end_layout
29475
29476 \begin_layout Standard
29477 En esta línea hay texto enmarcado 
29478 \begin_inset ERT
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482
29483
29484 \backslash
29485 rotatebox[origin=r]{-60}{
29486 \end_layout
29487
29488 \end_inset
29489
29490
29491 \begin_inset Box Doublebox
29492 position "c"
29493 hor_pos "c"
29494 has_inner_box 0
29495 inner_pos "c"
29496 use_parbox 0
29497 width "1in"
29498 special "width"
29499 height "1in"
29500 height_special "totalheight"
29501 status open
29502
29503 \begin_layout Plain Layout
29504 con rotación
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515 }
29516 \end_layout
29517
29518 \end_inset
29519
29520  y 
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526
29527 \backslash
29528 rotatebox[origin=lb]{60}{
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29535 \end_inset
29536
29537
29538 \begin_inset ERT
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542
29543 }
29544 \end_layout
29545
29546 \end_inset
29547
29548  una ecuación.
29549 \end_layout
29550
29551 \begin_layout Standard
29552 O una imagen o una tabla:
29553 \end_layout
29554
29555 \begin_layout Standard
29556 Aquí hay una imagen girada 
29557 \begin_inset ERT
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561
29562
29563 \backslash
29564 rotatebox[origin=lb]{90}{
29565 \end_layout
29566
29567 \end_inset
29568
29569
29570 \begin_inset Graphics
29571         filename ../clipart/platypus.eps
29572         lyxscale 50
29573         width 25col%
29574
29575 \end_inset
29576
29577
29578 \begin_inset ERT
29579 status collapsed
29580
29581 \begin_layout Plain Layout
29582
29583 }
29584 \end_layout
29585
29586 \end_inset
29587
29588  y una tabla girada 
29589 \begin_inset ERT
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593
29594
29595 \backslash
29596 rotatebox[origin=l]{-90}{
29597 \end_layout
29598
29599 \end_inset
29600
29601
29602 \begin_inset Tabular
29603 <lyxtabular version="3" rows="2" columns="2">
29604 <features>
29605 <column alignment="center" valignment="top" width="0">
29606 <column alignment="center" valignment="top" width="0">
29607 <row>
29608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29609 \begin_inset Text
29610
29611 \begin_layout Plain Layout
29612 q
29613 \end_layout
29614
29615 \end_inset
29616 </cell>
29617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29618 \begin_inset Text
29619
29620 \begin_layout Plain Layout
29621 w
29622 \end_layout
29623
29624 \end_inset
29625 </cell>
29626 </row>
29627 <row>
29628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29629 \begin_inset Text
29630
29631 \begin_layout Plain Layout
29632 e
29633 \end_layout
29634
29635 \end_inset
29636 </cell>
29637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29638 \begin_inset Text
29639
29640 \begin_layout Plain Layout
29641 r
29642 \end_layout
29643
29644 \end_inset
29645 </cell>
29646 </row>
29647 </lyxtabular>
29648
29649 \end_inset
29650
29651
29652 \begin_inset ERT
29653 status collapsed
29654
29655 \begin_layout Plain Layout
29656
29657 }
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Subsection
29666 Cuadros escalados
29667 \begin_inset Index
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 Cuadros ! Escalar
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \begin_inset Index
29678 status collapsed
29679
29680 \begin_layout Plain Layout
29681 Material escalado
29682 \end_layout
29683
29684 \end_inset
29685
29686
29687 \begin_inset Index
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Figuras ! Escalar
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \begin_inset Index
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701 Tablas ! Escalar
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Para escalar material se pueden usar los comandos 
29711 \series bold
29712
29713 \backslash
29714 scalebox
29715 \series default
29716  y 
29717 \series bold
29718
29719 \backslash
29720 resizebox 
29721 \series default
29722 en código TeX.
29723 \end_layout
29724
29725 \begin_layout Standard
29726
29727 \series bold
29728
29729 \backslash
29730 scalebox
29731 \series default
29732  se usa con el esquema siguiente:
29733 \end_layout
29734
29735 \begin_layout Standard
29736
29737 \series bold
29738
29739 \backslash
29740 scalebox{horizontal}[vertical]{contenido del cuadro}
29741 \end_layout
29742
29743 \begin_layout Standard
29744 Horizontal y vertical son los factores de escala correspondientes.
29745  Si no se especifica factor vertical, su valor será el mismo que el factor
29746  de escala horizontal.
29747  
29748 \end_layout
29749
29750 \begin_layout Standard
29751 Por ejemplo, el comando 
29752 \series bold
29753
29754 \backslash
29755 scalebox{2}{Hola} 
29756 \series default
29757 crea un 
29758 \begin_inset ERT
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762
29763
29764 \backslash
29765 scalebox{2}{
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  de doble tamaño que el texto normal del documento.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 El comando 
29786 \series bold
29787
29788 \backslash
29789 scalebox{2}[1]{Hola} 
29790 \series default
29791 distorsiona el 
29792 \begin_inset ERT
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796
29797
29798 \backslash
29799 scalebox{2}[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 .
29816 \end_layout
29817
29818 \begin_layout Standard
29819 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29820  Por eso el comando 
29821 \series bold
29822
29823 \backslash
29824 scalebox{-1}[1]{Hola} 
29825 \series default
29826 puede usarse para reflejar un texto: 
29827 \begin_inset ERT
29828 status collapsed
29829
29830 \begin_layout Plain Layout
29831
29832
29833 \backslash
29834 scalebox{-1}[1]{
29835 \end_layout
29836
29837 \end_inset
29838
29839 Hola
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845 }
29846 \end_layout
29847
29848 \end_inset
29849
29850 .
29851 \end_layout
29852
29853 \begin_layout Standard
29854
29855 \series bold
29856
29857 \backslash
29858 scalebox{1}[-1]{Hola} 
29859 \series default
29860 refleja el 
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865
29866
29867 \backslash
29868 scalebox{1}[-1]{
29869 \end_layout
29870
29871 \end_inset
29872
29873 Hola
29874 \begin_inset ERT
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878
29879 }
29880 \end_layout
29881
29882 \end_inset
29883
29884  sobre la base.
29885 \end_layout
29886
29887 \begin_layout Standard
29888 El comando 
29889 \series bold
29890
29891 \backslash
29892 scalebox{-1}[1]{contenido del cuadro} 
29893 \series default
29894 puede sustituirse por 
29895 \series bold
29896
29897 \begin_inset Newline newline
29898 \end_inset
29899
29900
29901 \backslash
29902 reflectbox{contenido del cuadro}
29903 \begin_inset VSpace defskip
29904 \end_inset
29905
29906
29907 \end_layout
29908
29909 \begin_layout Standard
29910 El comando 
29911 \series bold
29912
29913 \backslash
29914 resizebox
29915 \series default
29916  sirve para escalar el cuadro a una altura y anchura definidas, según el
29917  esquema:
29918 \end_layout
29919
29920 \begin_layout Standard
29921
29922 \series bold
29923
29924 \backslash
29925 resizebox{anchura}{altura}{contenido del cuadro}
29926 \end_layout
29927
29928 \begin_layout Standard
29929 Si uno de los argumentos del comando es un signo de exclamación, 
29930 \series bold
29931 !
29932 \series default
29933 , la escala se produce de forma que se mantiene la relación de las dimensiones
29934  originales del contenido del cuadro.
29935  
29936 \end_layout
29937
29938 \begin_layout Standard
29939 El comando 
29940 \series bold
29941
29942 \backslash
29943 resizebox{2cm}{1cm}{Hola}
29944 \series default
29945  genera: 
29946 \begin_inset ERT
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950
29951
29952 \backslash
29953 resizebox{2cm}{1cm}{
29954 \end_layout
29955
29956 \end_inset
29957
29958 Hola
29959 \begin_inset ERT
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963
29964 }
29965 \end_layout
29966
29967 \end_inset
29968
29969
29970 \begin_inset Newline newline
29971 \end_inset
29972
29973 El comando 
29974 \series bold
29975
29976 \backslash
29977 resizebox{2cm}{!}{Hola}
29978 \series default
29979  genera: 
29980 \begin_inset ERT
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 resizebox{2cm}{!}{
29988 \end_layout
29989
29990 \end_inset
29991
29992 Hola
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998 }
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 \begin_inset VSpace defskip
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Standard
30014 \begin_inset Note Greyedout
30015 status open
30016
30017 \begin_layout Plain Layout
30018
30019 \series bold
30020 Nota: 
30021 \series default
30022 Si los argumentos de 
30023 \series bold
30024
30025 \backslash
30026 scalebox
30027 \series default
30028  o 
30029 \series bold
30030
30031 \backslash
30032 resizebox
30033 \series default
30034  son cero, no se generan errores de LaTeX al exportar el documento, pero
30035  puede suceder que la salida no se muestre o que sea incompleta.
30036  
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset VSpace defskip
30043 \end_inset
30044
30045
30046 \end_layout
30047
30048 \begin_layout Standard
30049 Los cuadros se pueden combinar en cualquier orden.
30050  Por ejemplo, el comando
30051 \series bold
30052
30053 \begin_inset Newline newline
30054 \end_inset
30055
30056
30057 \backslash
30058 rotatebox[origin=c]{-45}{
30059 \backslash
30060 resizebox{2cm}{!}{
30061 \backslash
30062 reflectbox{Hola}}}
30063 \begin_inset Newline newline
30064 \end_inset
30065
30066
30067 \series default
30068 genera:
30069 \end_layout
30070
30071 \begin_layout Standard
30072 \noindent
30073 \align center
30074 \begin_inset ERT
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078
30079
30080 \backslash
30081 rotatebox[origin=c]{-45}{
30082 \backslash
30083 resizebox{2cm}{!}{
30084 \backslash
30085 reflectbox{
30086 \end_layout
30087
30088 \end_inset
30089
30090 Hola
30091 \begin_inset ERT
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095
30096 }}}
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 \noindent
30106 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \noindent
30111
30112 \end_layout
30113
30114 \begin_layout Standard
30115 \align center
30116 \begin_inset ERT
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120
30121
30122 \backslash
30123 rotatebox[origin=c]{-30}{
30124 \backslash
30125 resizebox{2cm}{!}{
30126 \backslash
30127 reflectbox{
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \begin_inset Graphics
30134         filename ../clipart/platypus.eps
30135         lyxscale 50
30136         width 25col%
30137
30138 \end_inset
30139
30140
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146 }}}
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 rotatebox[origin=c]{-45}{
30160 \backslash
30161 resizebox{2cm}{!}{
30162 \backslash
30163 reflectbox{
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \begin_inset Tabular
30170 <lyxtabular version="3" rows="2" columns="2">
30171 <features>
30172 <column alignment="center" valignment="top" width="0">
30173 <column alignment="center" valignment="top" width="0">
30174 <row>
30175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30176 \begin_inset Text
30177
30178 \begin_layout Plain Layout
30179 q
30180 \end_layout
30181
30182 \end_inset
30183 </cell>
30184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30185 \begin_inset Text
30186
30187 \begin_layout Plain Layout
30188 w
30189 \end_layout
30190
30191 \end_inset
30192 </cell>
30193 </row>
30194 <row>
30195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30196 \begin_inset Text
30197
30198 \begin_layout Plain Layout
30199 e
30200 \end_layout
30201
30202 \end_inset
30203 </cell>
30204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30205 \begin_inset Text
30206
30207 \begin_layout Plain Layout
30208 r
30209 \end_layout
30210
30211 \end_inset
30212 </cell>
30213 </row>
30214 </lyxtabular>
30215
30216 \end_inset
30217
30218
30219 \begin_inset ERT
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223
30224 }}}
30225 \end_layout
30226
30227 \end_inset
30228
30229
30230 \begin_inset ERT
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234
30235
30236 \backslash
30237 rotatebox[origin=c]{-45}{
30238 \backslash
30239 resizebox{2cm}{!}{
30240 \backslash
30241 reflectbox{
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30248 \end_inset
30249
30250
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256 }}}
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \end_layout
30263
30264 \begin_layout Standard
30265 Si se usa el estilo global 
30266 \series bold
30267 fleqn
30268 \series default
30269  para las ecuaciones del documento,
30270 \begin_inset Foot
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 Si «fleqn» se añade a las opciones de clase del documento.
30275 \end_layout
30276
30277 \end_inset
30278
30279  también pueden escalarse las ecuaciones en estilo presentación.
30280 \end_layout
30281
30282 \begin_layout Chapter
30283 Archivo
30284 \begin_inset Index
30285 status collapsed
30286
30287 \begin_layout Plain Layout
30288 Archivo, insertar
30289 \end_layout
30290
30291 \end_inset
30292
30293
30294 \end_layout
30295
30296 \begin_layout Standard
30297 Con el menú 
30298 \family sans
30299 Insertar\SpecialChar \menuseparator
30300 Archivo 
30301 \family default
30302 se pueden insertar archivos externos en un documento.
30303  Estos pueden ser:
30304 \end_layout
30305
30306 \begin_layout Description
30307 Documento
30308 \begin_inset space ~
30309 \end_inset
30310
30311 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30312 \end_layout
30313
30314 \begin_layout Description
30315 Texto
30316 \begin_inset space ~
30317 \end_inset
30318
30319 simple
30320 \begin_inset space ~
30321 \end_inset
30322
30323 como
30324 \begin_inset space ~
30325 \end_inset
30326
30327 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30328  como un nuevo párrafo.
30329 \end_layout
30330
30331 \begin_layout Description
30332 Texto
30333 \begin_inset space ~
30334 \end_inset
30335
30336 simple
30337 \begin_inset space ~
30338 \end_inset
30339
30340 como
30341 \begin_inset space ~
30342 \end_inset
30343
30344 párrafos Un documento de texto; cada línea del texto se inserta tal como
30345  está, formando un solo párrafo.
30346  Las líneas vacías generan un nuevo párrafo en tu documento.
30347 \end_layout
30348
30349 \begin_layout Description
30350 Material
30351 \begin_inset space ~
30352 \end_inset
30353
30354 externo Archivos en diversos formatos.
30355 \end_layout
30356
30357 \begin_layout Description
30358 Documento
30359 \begin_inset space ~
30360 \end_inset
30361
30362 hijo Documentos LyX, LaTeX o texto simple.
30363 \end_layout
30364
30365 \begin_layout Section
30366 Material externo
30367 \begin_inset Index
30368 status collapsed
30369
30370 \begin_layout Plain Layout
30371 Material externo
30372 \end_layout
30373
30374 \end_inset
30375
30376
30377 \end_layout
30378
30379 \begin_layout Standard
30380 Esta característica te permite insertar archivos en tu documento sin convertirlo
30381 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30382  las necesarias conversiones.
30383  Esto es parecido a la inserción de imágenes en diversos formatos en los
30384  documentos LyX.
30385  
30386 \lang english
30387 When you have enabled Instant Preview in LyX's preferences under 
30388 \family sans
30389 Look
30390 \begin_inset space ~
30391 \end_inset
30392
30393 and
30394 \begin_inset space ~
30395 \end_inset
30396
30397 feel\SpecialChar \menuseparator
30398 Graphics
30399 \family default
30400 , the external material types Dia and Xfig is directly shown in LyX.
30401 \end_layout
30402
30403 \begin_layout Standard
30404 El material externo se puede insertar mediante el diálogo que surge a partir
30405  del menú 
30406 \family sans
30407 Insertar\SpecialChar \menuseparator
30408 Archivo\SpecialChar \menuseparator
30409 Material
30410 \begin_inset space ~
30411 \end_inset
30412
30413 externo
30414 \family default
30415 .
30416  Actualmente se permiten los siguientes tipos de archivo (
30417 \family sans
30418 Plantillas
30419 \family default
30420 ):
30421 \end_layout
30422
30423 \begin_layout Description
30424 Diagrama
30425 \begin_inset space ~
30426 \end_inset
30427
30428 de
30429 \begin_inset space ~
30430 \end_inset
30431
30432 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30433  con el programa 
30434 \series bold
30435
30436 \begin_inset CommandInset href
30437 LatexCommand href
30438 name "XBoard"
30439 target "http://en.wikipedia.org/wiki/XBoard"
30440
30441 \end_inset
30442
30443
30444 \series default
30445 .
30446 \end_layout
30447
30448 \begin_layout Description
30449
30450 \lang english
30451 Dia This template supports diagrams created with the program 
30452 \series bold
30453
30454 \begin_inset CommandInset href
30455 LatexCommand href
30456 name "Dia"
30457 target "http://en.wikipedia.org/wiki/Dia_(software)"
30458
30459 \end_inset
30460
30461
30462 \series default
30463 .
30464 \end_layout
30465
30466 \begin_layout Description
30467 Fecha Esta inserta la fecha en el formato 
30468 \emph on
30469 Día-Mes-Año.
30470
30471 \emph default
30472  A continuación hay una fecha insertada como material externo: 
30473 \begin_inset External
30474         template Date
30475         filename ...
30476
30477 \end_inset
30478
30479
30480 \begin_inset space ~
30481 \end_inset
30482
30483
30484 \lang english
30485
30486 \begin_inset Note Note
30487 status open
30488
30489 \begin_layout Plain Layout
30490
30491 \lang english
30492 Remove the protected space when bug 4398 is fixed!
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \lang spanish
30499
30500 \begin_inset Newline newline
30501 \end_inset
30502
30503 La fecha no se muestra en LyX, sólo en la salida.
30504  Hay otros dos métodos de insertar una fecha, con el menú 
30505 \family sans
30506 Insertar\SpecialChar \menuseparator
30507 Fecha
30508 \family default
30509  y con el comando LaTeX 
30510 \series bold
30511
30512 \backslash
30513 today
30514 \series default
30515  en código TeX.
30516  Los distintos métodos se comparan en la tabla
30517 \begin_inset space ~
30518 \end_inset
30519
30520
30521 \begin_inset CommandInset ref
30522 LatexCommand ref
30523 reference "tab:Comparación-de"
30524
30525 \end_inset
30526
30527 .
30528 \end_layout
30529
30530 \begin_layout Description
30531 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30532 \begin_inset Newline linebreak
30533 \end_inset
30534
30535
30536 \series bold
30537
30538 \begin_inset CommandInset href
30539 LatexCommand href
30540 name "LilyPond"
30541 target "http://en.wikipedia.org/wiki/LilyPond"
30542
30543 \end_inset
30544
30545
30546 \series default
30547 .
30548 \end_layout
30549
30550 \begin_layout Description
30551 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30552  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30553  la opción 
30554 \emph on
30555 pages
30556 \emph default
30557  en el campo 
30558 \family sans
30559 Opción
30560 \family default
30561  de la pestaña 
30562 \family sans
30563 Opciones de LaTeX y LyX
30564 \family default
30565 , según la descripción de la plantilla en el diálogo.
30566  Si no se usa la opción 
30567 \emph on
30568 pages
30569 \emph default
30570 , sólo se inserta la primera página del PDF.
30571 \end_layout
30572
30573 \begin_layout Description
30574 RasterImage Sirve para insertar imágenes bitmap.
30575  Casi todos los formatos populares de imágenes están soportados.
30576  Las imágenes se pueden tratar en el diálogo 
30577 \family sans
30578 Material Externo
30579 \family default
30580  como las que habitualmente se incluyen mediante el diálogo 
30581 \family sans
30582 Gráficos
30583 \family default
30584 , tal como se explica en la sección
30585 \begin_inset space ~
30586 \end_inset
30587
30588
30589 \begin_inset CommandInset ref
30590 LatexCommand ref
30591 reference "sec:Diálogo-Gráficos"
30592
30593 \end_inset
30594
30595 .
30596  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30597  PDF y EPS no están soportadas.
30598 \end_layout
30599
30600 \begin_layout Description
30601 XFig Esta plantilla soporta imágenes creadas con el programa 
30602 \series bold
30603
30604 \begin_inset CommandInset href
30605 LatexCommand href
30606 name "Xfig"
30607 target "http://en.wikipedia.org/wiki/Xfig"
30608
30609 \end_inset
30610
30611
30612 \series default
30613 .
30614 \end_layout
30615
30616 \begin_layout Standard
30617 \begin_inset Float table
30618 placement h
30619 wide false
30620 sideways false
30621 status open
30622
30623 \begin_layout Plain Layout
30624 \begin_inset Caption
30625
30626 \begin_layout Plain Layout
30627 \begin_inset CommandInset label
30628 LatexCommand label
30629 name "tab:Comparación-de"
30630
30631 \end_inset
30632
30633 Comparación de los métodos de inserción de fecha.
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Plain Layout
30642 \align center
30643 \begin_inset Tabular
30644 <lyxtabular version="3" rows="4" columns="4">
30645 <features>
30646 <column alignment="center" valignment="top" width="0">
30647 <column alignment="center" valignment="top" width="0">
30648 <column alignment="center" valignment="top" width="0">
30649 <column alignment="center" valignment="top" width="0">
30650 <row>
30651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30652 \begin_inset Text
30653
30654 \begin_layout Plain Layout
30655 Documento
30656 \end_layout
30657
30658 \end_inset
30659 </cell>
30660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30661 \begin_inset Text
30662
30663 \begin_layout Plain Layout
30664
30665 \family sans
30666 Material externo\SpecialChar \menuseparator
30667 Fecha
30668 \end_layout
30669
30670 \end_inset
30671 </cell>
30672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30673 \begin_inset Text
30674
30675 \begin_layout Plain Layout
30676
30677 \family sans
30678 Insertar\SpecialChar \menuseparator
30679 Fecha
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30685 \begin_inset Text
30686
30687 \begin_layout Plain Layout
30688 comando 
30689 \series bold
30690
30691 \backslash
30692 today
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 </row>
30698 <row>
30699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30700 \begin_inset Text
30701
30702 \begin_layout Plain Layout
30703 LyX
30704 \end_layout
30705
30706 \end_inset
30707 </cell>
30708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30709 \begin_inset Text
30710
30711 \begin_layout Plain Layout
30712 como cuadro
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721 como fecha
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730 como cuadro código TeX
30731 \end_layout
30732
30733 \end_inset
30734 </cell>
30735 </row>
30736 <row>
30737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30738 \begin_inset Text
30739
30740 \begin_layout Plain Layout
30741 LaTeX
30742 \end_layout
30743
30744 \end_inset
30745 </cell>
30746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30747 \begin_inset Text
30748
30749 \begin_layout Plain Layout
30750 como fecha
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759 como fecha
30760 \end_layout
30761
30762 \end_inset
30763 </cell>
30764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30765 \begin_inset Text
30766
30767 \begin_layout Plain Layout
30768 como comando
30769 \end_layout
30770
30771 \end_inset
30772 </cell>
30773 </row>
30774 <row>
30775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30776 \begin_inset Text
30777
30778 \begin_layout Plain Layout
30779 DVI, PDF, PS
30780 \end_layout
30781
30782 \end_inset
30783 </cell>
30784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30785 \begin_inset Text
30786
30787 \begin_layout Plain Layout
30788 como fecha
30789 \end_layout
30790
30791 \end_inset
30792 </cell>
30793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30794 \begin_inset Text
30795
30796 \begin_layout Plain Layout
30797 como fecha
30798 \end_layout
30799
30800 \end_inset
30801 </cell>
30802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806 como fecha
30807 \end_layout
30808
30809 \end_inset
30810 </cell>
30811 </row>
30812 </lyxtabular>
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \begin_layout Standard
30825 Si utilizas la opción 
30826 \family sans
30827 Borrador
30828 \family default
30829  en la solapa 
30830 \family sans
30831 Archivo
30832 \family default
30833  del diálogo 
30834 \family sans
30835 Material Externo
30836 \family default
30837 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30838 \family sans
30839
30840 \begin_inset Newline newline
30841 \end_inset
30842
30843
30844 \family default
30845 El material externo se muestra en LyX como un cuadro del tipo:
30846 \family sans
30847  
30848 \family default
30849
30850 \begin_inset Graphics
30851         filename clipart/MaterialExternoQt4.png
30852         scale 80
30853
30854 \end_inset
30855
30856  o como imagen, dependiendo de si se marca la opción 
30857 \family sans
30858 Mostrar en LyX 
30859 \family default
30860 de la pestaña 
30861 \family sans
30862 Opciones de LaTeX y LyX
30863 \family default
30864  del diálogo
30865 \family sans
30866 .
30867 \end_layout
30868
30869 \begin_layout Standard
30870 En el manual 
30871 \emph on
30872 Personalización
30873 \emph default
30874  se explica cómo definir tus propias plantillas.
30875 \end_layout
30876
30877 \begin_layout Section
30878 Documento hijo
30879 \begin_inset CommandInset label
30880 LatexCommand label
30881 name "sec:Documento-Hijo"
30882
30883 \end_inset
30884
30885
30886 \begin_inset Index
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890 Documento hijo
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Los documentos hijos se emplean en el caso de tener un documento extenso
30900  compuesto por varias partes o secciones más grandes.
30901  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30902  en varios archivos que pueden ser revisados por separado.
30903  Estos archivos se conocen como documentos hijos, y el llamado documento
30904  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30905  
30906 \end_layout
30907
30908 \begin_layout Standard
30909 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30910  cuadros del tipo: 
30911 \begin_inset Graphics
30912         filename clipart/DocumentoHijoQt4.png
30913         scale 80
30914
30915 \end_inset
30916
30917 .
30918  Para incluir documentos hijos en un documento maestro utiliza el menú 
30919 \family sans
30920 Insertar
30921 \family default
30922 \SpecialChar \menuseparator
30923
30924 \family sans
30925 Archivo
30926 \family default
30927 \SpecialChar \menuseparator
30928
30929 \family sans
30930 Documento
30931 \begin_inset space ~
30932 \end_inset
30933
30934 hijo
30935 \family default
30936 .
30937  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30938 \end_layout
30939
30940 \begin_layout Description
30941 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30942  Al pulsar el botón 
30943 \family sans
30944 Cargar
30945 \family default
30946  en el diálogo 
30947 \family sans
30948 Documento hijo
30949 \family default
30950 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30951  la ventana de LyX y así puedes modificarlos si quieres.
30952 \end_layout
30953
30954 \begin_layout Standard
30955 Aquí hay un archivo insertado con el método 
30956 \family sans
30957 Incluir
30958 \family default
30959
30960 \begin_inset CommandInset include
30961 LatexCommand include
30962 filename "DocumentoPostizo1.lyx"
30963
30964 \end_inset
30965
30966
30967 \end_layout
30968
30969 \begin_layout Standard
30970 La numeración de secciones tiene en cuenta las secciones de los archivos
30971  incluidos en el orden en que están insertados en el documento maestro.
30972  El documento incluido de ejemplo tiene una subsección que se numera como
30973  subsección de la presente sección.
30974  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30975 \begin_inset space ~
30976 \end_inset
30977
30978
30979 \begin_inset CommandInset ref
30980 LatexCommand ref
30981 reference "sub:Subsección-Externa-1"
30982
30983 \end_inset
30984
30985 .
30986 \end_layout
30987
30988 \begin_layout Standard
30989 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30990  del documento maestro.
30991  Los documentos incluidos se insertan comenzando una página nueva y acabando
30992  con un salto de página.
30993 \end_layout
30994
30995 \begin_layout Standard
30996 Con el comando LaTeX 
30997 \series bold
30998
30999 \backslash
31000 includeonly
31001 \series default
31002  puedes determinar qué documentos hijos serán procesados al generar la salida.
31003  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31004  un extenso documento y quieres ahorrar tiempo de compilación.
31005  
31006 \series bold
31007
31008 \backslash
31009 includeonly 
31010 \series default
31011 se inserta en el preámbulo del documento maestro, poniendo como argumento
31012  una lista de los nombres de archivo separados con comas, p.
31013 \begin_inset space \thinspace{}
31014 \end_inset
31015
31016 e.
31017  la orden:
31018 \end_layout
31019
31020 \begin_layout Standard
31021
31022 \series bold
31023
31024 \backslash
31025 includeonly{capítulo1,capítulo5}
31026 \end_layout
31027
31028 \begin_layout Standard
31029 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31030 » (o «capítulo1.tex») y «capítulo5.lyx».
31031 \end_layout
31032
31033 \begin_layout Standard
31034 \begin_inset Note Greyedout
31035 status open
31036
31037 \begin_layout Plain Layout
31038
31039 \series bold
31040 Nota:
31041 \series default
31042  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31043  a la del documento maestro, recibirás una advertencia al exportar/ver el
31044  documento, ya que esto podría dar resultados inesperados.
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \begin_layout Description
31053 Entrada Este método es muy parecido al método 
31054 \family sans
31055 Incluir
31056 \family default
31057 .
31058  Las diferencias son:
31059 \end_layout
31060
31061 \begin_deeper
31062 \begin_layout Itemize
31063 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31064  un salto de página.
31065 \end_layout
31066
31067 \begin_layout Itemize
31068 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31069 \family sans
31070 Vista
31071 \begin_inset space ~
31072 \end_inset
31073
31074 preliminar
31075 \begin_inset space ~
31076 \end_inset
31077
31078 inmediata 
31079 \family default
31080 está activada en el diálogo 
31081 \family sans
31082 Herramientas\SpecialChar \menuseparator
31083 Preferencias
31084 \family default
31085 , apartado 
31086 \family sans
31087 Apariencia\SpecialChar \menuseparator
31088 Gráficos
31089 \family default
31090 .
31091 \end_layout
31092
31093 \begin_layout Itemize
31094 No se puede utilizar el comando LaTeX 
31095 \series bold
31096
31097 \backslash
31098 includeonly
31099 \series default
31100 .
31101 \end_layout
31102
31103 \end_deeper
31104 \begin_layout Standard
31105 Aquí hay un documento hijo insertado con el método 
31106 \family sans
31107 Entrada
31108 \family default
31109 :
31110 \end_layout
31111
31112 \begin_layout Standard
31113 \begin_inset CommandInset include
31114 LatexCommand input
31115 filename "DocumentoPostizo2.lyx"
31116
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \begin_layout Description
31123 Literal Con este método se puede incluir todo archivo de texto.
31124  El archivo aparece en la salida con su código fuente, y si contiene comandos
31125  no se ejecutan.
31126  Con la opción 
31127 \family sans
31128 Marcar espacios en la salida
31129 \family default
31130  cada espacio en el código fuente se muestra en la salida con el carácter
31131  «
31132 \begin_inset ERT
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136
31137
31138 \backslash
31139 textvisiblespace
31140 \end_layout
31141
31142 \end_inset
31143
31144 ».
31145  La diferencia con el método de inserción mediante el menú 
31146 \family sans
31147 Insertar
31148 \family default
31149 \SpecialChar \menuseparator
31150
31151 \family sans
31152 Archivo
31153 \family default
31154 \SpecialChar \menuseparator
31155
31156 \family sans
31157 Texto
31158 \begin_inset space ~
31159 \end_inset
31160
31161 simple
31162 \family default
31163  es que en este caso el contenido del archivo se ve en LyX, mientras que
31164  en modo 
31165 \family sans
31166 Literal 
31167 \family default
31168 no se muestra el contenido, sino un recuadro con el nombre.
31169
31170 \family sans
31171  
31172 \end_layout
31173
31174 \begin_layout Standard
31175 Aquí se inserta un documento hijo en modo Literal:
31176 \begin_inset CommandInset include
31177 LatexCommand verbatiminput
31178 filename "DocumentoTextoPostizo.txt"
31179
31180 \end_inset
31181
31182
31183 \begin_inset VSpace bigskip
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 Aquí se inserta un documento hijo en modo Literal con la opción 
31191 \family sans
31192 Marcar espacios en la salida
31193 \family default
31194 :
31195 \begin_inset CommandInset include
31196 LatexCommand verbatiminput*
31197 filename "DocumentoTextoPostizo.txt"
31198
31199 \end_inset
31200
31201
31202 \begin_inset VSpace bigskip
31203 \end_inset
31204
31205
31206 \end_layout
31207
31208 \begin_layout Standard
31209 \begin_inset Note Greyedout
31210 status open
31211
31212 \begin_layout Plain Layout
31213
31214 \series bold
31215 Nota:
31216 \series default
31217  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31218  incluidos en modo 
31219 \family sans
31220 literal
31221 \family default
31222  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31223  archivo de texto.
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Description
31232 Listado
31233 \begin_inset space ~
31234 \end_inset
31235
31236 de
31237 \begin_inset space ~
31238 \end_inset
31239
31240 programa Este tipo se describe en el capítulo
31241 \begin_inset space ~
31242 \end_inset
31243
31244
31245 \begin_inset CommandInset ref
31246 LatexCommand ref
31247 reference "cha:Listado-de-programa"
31248
31249 \end_inset
31250
31251 .
31252 \end_layout
31253
31254 \begin_layout Standard
31255 \begin_inset Note Greyedout
31256 status open
31257
31258 \begin_layout Plain Layout
31259
31260 \series bold
31261 Nota:
31262 \series default
31263  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31264  problemas en LaTeX.
31265 \end_layout
31266
31267 \end_inset
31268
31269
31270 \end_layout
31271
31272 \begin_layout Chapter
31273 Listado de programa
31274 \begin_inset CommandInset label
31275 LatexCommand label
31276 name "cha:Listado-de-programa"
31277
31278 \end_inset
31279
31280
31281 \begin_inset Index
31282 status collapsed
31283
31284 \begin_layout Plain Layout
31285 Listado de programa
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \begin_inset Index
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295 Código de programa
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \begin_inset Index
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Flotantes ! Listado de programa
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Standard
31314 Para incluir y tipografiar código de programación puedes usar la opción
31315  de menú disponible en 
31316 \family sans
31317 Insertar\SpecialChar \menuseparator
31318 Listado
31319 \begin_inset space ~
31320 \end_inset
31321
31322 de
31323 \begin_inset space ~
31324 \end_inset
31325
31326 programa.
31327  
31328 \family default
31329 El paquete LaTeX 
31330 \series bold
31331 listings
31332 \series default
31333
31334 \begin_inset Index
31335 status collapsed
31336
31337 \begin_layout Plain Layout
31338 LaTeX-paquetes ! listings
31339 \end_layout
31340
31341 \end_inset
31342
31343  provee un mecanismo potente y flexible para insertar código fuente en tu
31344  documento.
31345 \end_layout
31346
31347 \begin_layout Standard
31348 Al hacer clic-derecho sobre un recuadro de listado surge una ventana de
31349  diálogo en la que puedes establecer el formato del mismo.
31350 \end_layout
31351
31352 \begin_layout Standard
31353 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31354  La opción de ubicación 
31355 \family sans
31356 Listado
31357 \begin_inset space ~
31358 \end_inset
31359
31360 en
31361 \begin_inset space ~
31362 \end_inset
31363
31364 línea
31365 \family default
31366  lo imprime en la línea, como este ejemplo: 
31367 \begin_inset listings
31368 lstparams "language={C++}"
31369 inline true
31370 status open
31371
31372 \begin_layout Plain Layout
31373
31374 int a=5;
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \family sans
31381
31382 \begin_inset Newline newline
31383 \end_inset
31384
31385
31386 \family default
31387 La opción 
31388 \family sans
31389 Flotante
31390 \family default
31391  crea un listado flotante cuya colocación se puede especificar mediante
31392  las opciones «
31393 \family sans
31394 h
31395 \family default
31396 », «
31397 \family sans
31398 t
31399 \family default
31400 », «
31401 \family sans
31402 b
31403 \family default
31404 » y «
31405 \family sans
31406 p
31407 \family default
31408 », correspondientes a las opciones de colocación de flotantes descritas
31409  en la sección
31410 \family sans
31411
31412 \begin_inset space ~
31413 \end_inset
31414
31415
31416 \begin_inset CommandInset ref
31417 LatexCommand ref
31418 reference "sec:Colocación-de-Flotantes"
31419
31420 \end_inset
31421
31422
31423 \family default
31424 .
31425  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31426  p.
31427 \family sans
31428
31429 \begin_inset space \thinspace{}
31430 \end_inset
31431
31432
31433 \family default
31434 e.
31435 \begin_inset space ~
31436 \end_inset
31437
31438 «
31439 \family sans
31440 htbp
31441 \family default
31442 ».
31443  La opción «
31444 \family sans
31445 h
31446 \family default
31447 » a veces no tiene efecto, pero no necesitas usar la opción 
31448 \family sans
31449 Flotante
31450 \family default
31451  en ese caso puesto que los listados de programa no flotantes también pueden
31452  tener leyendas y ser referenciadas.
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Se puede añadir una leyenda a un listado de programa con el menú 
31457 \family sans
31458 Insertar\SpecialChar \menuseparator
31459 Leyenda
31460 \family default
31461
31462 \begin_inset Foot
31463 status collapsed
31464
31465 \begin_layout Plain Layout
31466 Para traducir la etiqueta 
31467 \begin_inset Quotes eld
31468 \end_inset
31469
31470 Listado
31471 \begin_inset Quotes erd
31472 \end_inset
31473
31474  de la leyenda, se añade al preámbulo del documento el comando 
31475 \series bold
31476
31477 \backslash
31478 renewcommand{
31479 \backslash
31480 lstlistingname}{Listado}
31481 \series default
31482 .
31483  (
31484 \emph on
31485 N.
31486 \begin_inset space \thinspace{}
31487 \end_inset
31488
31489 del t.
31490 \emph default
31491 )
31492 \end_layout
31493
31494 \end_inset
31495
31496 .
31497  Los listados de programa se pueden referenciar como los flotantes: Listado
31498 \begin_inset space ~
31499 \end_inset
31500
31501
31502 \begin_inset CommandInset ref
31503 LatexCommand ref
31504 reference "lst:Ejemplo-de-listado-de-programa"
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Standard
31512 \begin_inset listings
31513 lstparams "language=Python"
31514 inline false
31515 status open
31516
31517 \begin_layout Plain Layout
31518
31519 \begin_inset Caption
31520
31521 \begin_layout Plain Layout
31522 \begin_inset CommandInset label
31523 LatexCommand label
31524 name "lst:Ejemplo-de-listado-de-programa"
31525
31526 \end_inset
31527
31528 Ejemplo de listado de programa flotante
31529 \end_layout
31530
31531 \end_inset
31532
31533 # Ejemplo de listado flotante
31534 \end_layout
31535
31536 \begin_layout Plain Layout
31537
31538 def func(param):
31539 \end_layout
31540
31541 \begin_layout Plain Layout
31542
31543     'this is a python function'
31544 \end_layout
31545
31546 \begin_layout Plain Layout
31547
31548     pass
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31558  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31559  y tipografiadas de manera especial en la salida.
31560  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31561  negrita.
31562 \end_layout
31563
31564 \begin_layout Standard
31565 \begin_inset Note Greyedout
31566 status open
31567
31568 \begin_layout Plain Layout
31569
31570 \series bold
31571 Nota:
31572 \series default
31573  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31574  debe probablemente a que dicha fuente no suministra negritas.
31575  En este caso selecciona una fuente distinta en el menú 
31576 \family sans
31577 Documento
31578 \family default
31579 \SpecialChar \menuseparator
31580
31581 \family sans
31582 Configuración
31583 \family default
31584 \SpecialChar \menuseparator
31585
31586 \family sans
31587 Fuentes.
31588  
31589 \family default
31590 (Las fuentes 
31591 \emph on
31592 LuxiMono, BeraMono
31593 \emph default
31594  y 
31595 \emph on
31596 Courier 
31597 \emph default
31598 suministran negritas.)
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \begin_layout Standard
31607 En la sección 
31608 \family sans
31609 Numeración
31610 \begin_inset space ~
31611 \end_inset
31612
31613 de
31614 \begin_inset space ~
31615 \end_inset
31616
31617 líneas
31618 \family default
31619  del diálogo puedes elegir el estilo de numeración de las líneas.
31620  En el campo 
31621 \family sans
31622 Paso 
31623 \family default
31624 puedes insertar un número para determinar qué líneas se numeran.
31625  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31626  
31627 \end_layout
31628
31629 \begin_layout Standard
31630 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31631  en la salida.
31632  La opción 
31633 \family sans
31634 Tabla
31635 \begin_inset space ~
31636 \end_inset
31637
31638 de
31639 \begin_inset space ~
31640 \end_inset
31641
31642 caracteres
31643 \begin_inset space ~
31644 \end_inset
31645
31646 extendida
31647 \family default
31648  debería emplearse si se usan en el código caracteres nacionales como la
31649  diéresis alemana.
31650 \begin_inset Newline newline
31651 \end_inset
31652
31653 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31654  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31655  y «Espacio como símbolo», rango de líneas 3-8:
31656 \begin_inset listings
31657 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31658 inline false
31659 status open
31660
31661 \begin_layout Plain Layout
31662
31663 def func(param):
31664 \end_layout
31665
31666 \begin_layout Plain Layout
31667
31668     'this is a python function'
31669 \end_layout
31670
31671 \begin_layout Plain Layout
31672
31673     pass
31674 \end_layout
31675
31676 \begin_layout Plain Layout
31677
31678 def func(param):
31679 \end_layout
31680
31681 \begin_layout Plain Layout
31682
31683 'This is a German word: Tschüß'
31684 \end_layout
31685
31686 \begin_layout Plain Layout
31687
31688 pass
31689 \end_layout
31690
31691 \begin_layout Plain Layout
31692
31693 def func(param):
31694 \end_layout
31695
31696 \begin_layout Plain Layout
31697
31698 'this is a python function'
31699 \end_layout
31700
31701 \begin_layout Plain Layout
31702
31703 pass
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Standard
31712 \begin_inset Note Greyedout
31713 status open
31714
31715 \begin_layout Plain Layout
31716
31717 \series bold
31718 Nota:
31719 \series default
31720  Debido a un error en el paquete 
31721 \series bold
31722 listings
31723 \series default
31724  la numeración de líneas cambia en una línea por cada listado previo.
31725  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31726  3 y 6.
31727 \end_layout
31728
31729 \end_inset
31730
31731
31732 \end_layout
31733
31734 \begin_layout Standard
31735 \begin_inset VSpace bigskip
31736 \end_inset
31737
31738
31739 \end_layout
31740
31741 \begin_layout Standard
31742 También es posible imprimir como listado de programa líneas de un archivo.
31743  Para hacer esto, usa el menú 
31744 \family sans
31745 Insertar\SpecialChar \menuseparator
31746 Archivo\SpecialChar \menuseparator
31747 Documento
31748 \begin_inset space ~
31749 \end_inset
31750
31751 hijo 
31752 \family default
31753 y elige el tipo 
31754 \family sans
31755 Listado de programa
31756 \family default
31757 .
31758 \begin_inset Foot
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762 Los restantes tipos de documento hijo se describen en la sección
31763 \begin_inset space ~
31764 \end_inset
31765
31766
31767 \begin_inset CommandInset ref
31768 LatexCommand ref
31769 reference "sec:Documento-Hijo"
31770
31771 \end_inset
31772
31773 .
31774 \end_layout
31775
31776 \end_inset
31777
31778  En el diálogo de documento hijo puedes especificar los parámetros del listado
31779  en el cuadro de texto.
31780  Para ver una lista de los parámetros disponibles teclea una interrogación
31781  «?» en el cuadro.
31782 \end_layout
31783
31784 \begin_layout Standard
31785 Para referenciar un documento hijo tipo listado, escribe el texto de la
31786  etiqueta en el campo correspondiente del diálogo de documento hijo.
31787  Después se puede referenciar la etiqueta con el menú 
31788 \family sans
31789 Insertar\SpecialChar \menuseparator
31790 Referencia cruzada.
31791 \end_layout
31792
31793 \begin_layout Standard
31794 A continuación hay un ejemplo, Listado
31795 \begin_inset space ~
31796 \end_inset
31797
31798
31799 \begin_inset CommandInset ref
31800 LatexCommand ref
31801 reference "lst:archivo-listado"
31802
31803 \end_inset
31804
31805 , de inserción de líneas de un archivo; en él se incluye el rango de las
31806  líneas 10
31807 \begin_inset space \thinspace{}
31808 \end_inset
31809
31810 -
31811 \begin_inset space \thinspace{}
31812 \end_inset
31813
31814 15 de este archivo LyX.
31815 \end_layout
31816
31817 \begin_layout Standard
31818 \begin_inset CommandInset include
31819 LatexCommand lstinputlisting
31820 filename "EmbeddedObjects.lyx"
31821 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31822
31823 \end_inset
31824
31825
31826 \begin_inset VSpace bigskip
31827 \end_inset
31828
31829
31830 \end_layout
31831
31832 \begin_layout Standard
31833 Las preferencias globales se pueden establecer en el diálogo 
31834 \family sans
31835 Documento\SpecialChar \menuseparator
31836 Configuración\SpecialChar \menuseparator
31837 Diseño
31838 \begin_inset space ~
31839 \end_inset
31840
31841 del
31842 \begin_inset space ~
31843 \end_inset
31844
31845 texto.
31846  
31847 \family default
31848 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31849  «?» en el campo de texto.
31850 \end_layout
31851
31852 \begin_layout Standard
31853 Para más información sobre el paquete 
31854 \series bold
31855 listings
31856 \series default
31857 , consulta su documentación
31858 \begin_inset space ~
31859 \end_inset
31860
31861
31862 \begin_inset CommandInset citation
31863 LatexCommand cite
31864 key "listings"
31865
31866 \end_inset
31867
31868 .
31869 \end_layout
31870
31871 \begin_layout Standard
31872 \begin_inset Newpage newpage
31873 \end_inset
31874
31875
31876 \end_layout
31877
31878 \begin_layout Chapter
31879 \start_of_appendix
31880 Unidades disponibles en LyX
31881 \begin_inset Index
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885 Unidades
31886 \end_layout
31887
31888 \end_inset
31889
31890
31891 \begin_inset CommandInset label
31892 LatexCommand label
31893 name "cha:Unidades-disponibles-en"
31894
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 Para comprender las unidades utilizadas en este manual, el cuadro
31902 \begin_inset space ~
31903 \end_inset
31904
31905
31906 \begin_inset CommandInset ref
31907 LatexCommand ref
31908 reference "tab:Unidades"
31909
31910 \end_inset
31911
31912  describe todas las unidades disponibles en LyX.
31913 \end_layout
31914
31915 \begin_layout Standard
31916 \begin_inset Float table
31917 placement h
31918 wide false
31919 sideways false
31920 status open
31921
31922 \begin_layout Plain Layout
31923 \begin_inset Caption
31924
31925 \begin_layout Plain Layout
31926 \begin_inset CommandInset label
31927 LatexCommand label
31928 name "tab:Unidades"
31929
31930 \end_inset
31931
31932 Unidades
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \end_layout
31939
31940 \begin_layout Plain Layout
31941 \begin_inset VSpace medskip
31942 \end_inset
31943
31944
31945 \end_layout
31946
31947 \begin_layout Plain Layout
31948 \align center
31949 \begin_inset Tabular
31950 <lyxtabular version="3" rows="20" columns="2">
31951 <features>
31952 <column alignment="center" valignment="top" width="0">
31953 <column alignment="center" valignment="top" width="0">
31954 <row>
31955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959 unidad
31960 \end_layout
31961
31962 \end_inset
31963 </cell>
31964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31965 \begin_inset Text
31966
31967 \begin_layout Plain Layout
31968 nombre/descripción
31969 \end_layout
31970
31971 \end_inset
31972 </cell>
31973 </row>
31974 <row>
31975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979 mm
31980 \end_layout
31981
31982 \end_inset
31983 </cell>
31984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988 milímetro
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 </row>
31994 <row>
31995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999 cm
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32005 \begin_inset Text
32006
32007 \begin_layout Plain Layout
32008 centímetro
32009 \end_layout
32010
32011 \end_inset
32012 </cell>
32013 </row>
32014 <row>
32015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 in
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32025 \begin_inset Text
32026
32027 \begin_layout Plain Layout
32028 pulgada
32029 \end_layout
32030
32031 \end_inset
32032 </cell>
32033 </row>
32034 <row>
32035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32036 \begin_inset Text
32037
32038 \begin_layout Plain Layout
32039 pt
32040 \end_layout
32041
32042 \end_inset
32043 </cell>
32044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048 punto (72.27
32049 \begin_inset space \thinspace{}
32050 \end_inset
32051
32052 pt = 1
32053 \begin_inset space \thinspace{}
32054 \end_inset
32055
32056 in)
32057 \end_layout
32058
32059 \end_inset
32060 </cell>
32061 </row>
32062 <row>
32063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32064 \begin_inset Text
32065
32066 \begin_layout Plain Layout
32067 pc
32068 \end_layout
32069
32070 \end_inset
32071 </cell>
32072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32073 \begin_inset Text
32074
32075 \begin_layout Plain Layout
32076 pica (1
32077 \begin_inset space \thinspace{}
32078 \end_inset
32079
32080 pc = 12
32081 \begin_inset space \thinspace{}
32082 \end_inset
32083
32084 pt)
32085 \end_layout
32086
32087 \end_inset
32088 </cell>
32089 </row>
32090 <row>
32091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32092 \begin_inset Text
32093
32094 \begin_layout Plain Layout
32095 sp
32096 \end_layout
32097
32098 \end_inset
32099 </cell>
32100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Plain Layout
32104 punto escalado (65536
32105 \begin_inset space \thinspace{}
32106 \end_inset
32107
32108 sp = 1
32109 \begin_inset space \thinspace{}
32110 \end_inset
32111
32112 pt)
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 </row>
32118 <row>
32119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32120 \begin_inset Text
32121
32122 \begin_layout Plain Layout
32123 bp
32124 \end_layout
32125
32126 \end_inset
32127 </cell>
32128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32129 \begin_inset Text
32130
32131 \begin_layout Plain Layout
32132 punto grande (72
32133 \begin_inset space \thinspace{}
32134 \end_inset
32135
32136 bp = 1
32137 \begin_inset space \thinspace{}
32138 \end_inset
32139
32140 in)
32141 \end_layout
32142
32143 \end_inset
32144 </cell>
32145 </row>
32146 <row>
32147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32148 \begin_inset Text
32149
32150 \begin_layout Plain Layout
32151 dd
32152 \end_layout
32153
32154 \end_inset
32155 </cell>
32156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32157 \begin_inset Text
32158
32159 \begin_layout Plain Layout
32160 didot (1
32161 \begin_inset space \thinspace{}
32162 \end_inset
32163
32164 dd 
32165 \begin_inset Formula $\approx$
32166 \end_inset
32167
32168  0.376
32169 \begin_inset space \thinspace{}
32170 \end_inset
32171
32172 mm)
32173 \end_layout
32174
32175 \end_inset
32176 </cell>
32177 </row>
32178 <row>
32179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32180 \begin_inset Text
32181
32182 \begin_layout Plain Layout
32183 cc
32184 \end_layout
32185
32186 \end_inset
32187 </cell>
32188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192 cicero (1
32193 \begin_inset space \thinspace{}
32194 \end_inset
32195
32196 cc = 12
32197 \begin_inset space \thinspace{}
32198 \end_inset
32199
32200 dd)
32201 \end_layout
32202
32203 \end_inset
32204 </cell>
32205 </row>
32206 <row>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211 Scale%
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 % de anchura original de la imagen
32221 \end_layout
32222
32223 \end_inset
32224 </cell>
32225 </row>
32226 <row>
32227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 text%
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240 % de anchura de texto
32241 \end_layout
32242
32243 \end_inset
32244 </cell>
32245 </row>
32246 <row>
32247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32248 \begin_inset Text
32249
32250 \begin_layout Plain Layout
32251 col%
32252 \end_layout
32253
32254 \end_inset
32255 </cell>
32256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32257 \begin_inset Text
32258
32259 \begin_layout Plain Layout
32260 % de anchura de columna
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 </row>
32266 <row>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271 page%
32272 \end_layout
32273
32274 \end_inset
32275 </cell>
32276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32277 \begin_inset Text
32278
32279 \begin_layout Plain Layout
32280 % de anchura de página
32281 \end_layout
32282
32283 \end_inset
32284 </cell>
32285 </row>
32286 <row>
32287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 line%
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 % de anchura de línea
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 </row>
32306 <row>
32307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 theight%
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 % de altura de texto
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 </row>
32326 <row>
32327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 pheight%
32332 \end_layout
32333
32334 \end_inset
32335 </cell>
32336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340 % de altura de página
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 </row>
32346 <row>
32347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32348 \begin_inset Text
32349
32350 \begin_layout Plain Layout
32351 ex
32352 \end_layout
32353
32354 \end_inset
32355 </cell>
32356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360 altura de la letra 
32361 \emph on
32362 x
32363 \emph default
32364  en la fuente actual
32365 \end_layout
32366
32367 \end_inset
32368 </cell>
32369 </row>
32370 <row>
32371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375 em
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32381 \begin_inset Text
32382
32383 \begin_layout Plain Layout
32384 anchura de la letra 
32385 \emph on
32386 M
32387 \emph default
32388  en la fuente actual
32389 \end_layout
32390
32391 \end_inset
32392 </cell>
32393 </row>
32394 <row>
32395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32396 \begin_inset Text
32397
32398 \begin_layout Plain Layout
32399 mu
32400 \end_layout
32401
32402 \end_inset
32403 </cell>
32404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408 unidad matemática (1
32409 \begin_inset space \thinspace{}
32410 \end_inset
32411
32412 mu = 1/18
32413 \begin_inset space \thinspace{}
32414 \end_inset
32415
32416 em)
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 </row>
32422 </lyxtabular>
32423
32424 \end_inset
32425
32426
32427 \end_layout
32428
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \begin_layout Chapter
32435 Formatos de archivos de salida con gráficos
32436 \begin_inset CommandInset label
32437 LatexCommand label
32438 name "cha:Formatos-de-Archivos-de-Salida"
32439
32440 \end_inset
32441
32442
32443 \end_layout
32444
32445 \begin_layout Section
32446 DVI
32447 \begin_inset Index
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451 Formatos de archivo ! DVI
32452 \end_layout
32453
32454 \end_inset
32455
32456
32457 \begin_inset Index
32458 status collapsed
32459
32460 \begin_layout Plain Layout
32461 DVI|see
32462 \begin_inset ERT
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467 {
32468 \end_layout
32469
32470 \end_inset
32471
32472 Formatos de archivo
32473 \begin_inset ERT
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477
32478 }
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 Este tipo de archivo tiene la extensión «
32493 \family typewriter
32494 .dvi
32495 \family default
32496 ».
32497  Se denomina «device-independent» (DVI), porque es completamente portable;
32498  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32499  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32500  Los DVI se usan para vistas preliminares rápidas y como preparación para
32501  otros formatos de salida como PostScript.
32502 \end_layout
32503
32504 \begin_layout Standard
32505 \begin_inset Note Greyedout
32506 status open
32507
32508 \begin_layout Plain Layout
32509
32510 \series bold
32511 Nota:
32512 \series default
32513  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32514 \end_layout
32515
32516 \end_inset
32517
32518  Por tanto no debes olvidar esto si mueves archivos 
32519 \family typewriter
32520 .dvi
32521 \family default
32522  a otro ordenador.
32523  Esta característica también puede retardar la visualización del archivo,
32524  porque el visor DVI tiene que convertir la imagen en segundo plano para
32525  hacerla visible al deslizar el visor.
32526  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32527 \end_layout
32528
32529 \begin_layout Standard
32530 Un documento se exporta a DVI con el menú 
32531 \family sans
32532 Archivo\SpecialChar \menuseparator
32533 Exportar\SpecialChar \menuseparator
32534 DVI
32535 \family default
32536 .
32537  Puedes ver la salida del documento en DVI con el menú 
32538 \family sans
32539 Ver\SpecialChar \menuseparator
32540 DVI 
32541 \family default
32542 o con el botón
32543 \begin_inset space ~
32544 \end_inset
32545
32546
32547 \begin_inset Graphics
32548         filename ../../images/buffer-view_dvi.png
32549         scale 85
32550
32551 \end_inset
32552
32553 .
32554 \end_layout
32555
32556 \begin_layout Section
32557 PostScript
32558 \begin_inset CommandInset label
32559 LatexCommand label
32560 name "sec:PostScript"
32561
32562 \end_inset
32563
32564
32565 \begin_inset Index
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 Formatos de archivo ! PostScript
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \begin_inset Index
32576 status collapsed
32577
32578 \begin_layout Plain Layout
32579 PostScript|see
32580 \begin_inset ERT
32581 status collapsed
32582
32583 \begin_layout Plain Layout
32584
32585 {
32586 \end_layout
32587
32588 \end_inset
32589
32590 Formatos de archivo
32591 \begin_inset ERT
32592 status collapsed
32593
32594 \begin_layout Plain Layout
32595
32596 }
32597 \end_layout
32598
32599 \end_inset
32600
32601
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 .ps
32613 \family default
32614 ».
32615  PostScript fue desarrollado por la compañía 
32616 \family typewriter
32617 Adobe
32618 \family default
32619  como lenguaje para impresoras.
32620  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32621  PostScript puede considerarse como un «lenguaje de programación»; con él
32622  puedes calcular y dibujar imágenes y diagramas.
32623 \begin_inset Foot
32624 status collapsed
32625
32626 \begin_layout Plain Layout
32627 Si estás interesado en este tema acude al paquete LaTeX 
32628 \series bold
32629 PSTricks
32630 \series default
32631  
32632 \begin_inset CommandInset citation
32633 LatexCommand cite
32634 key "pstricks"
32635
32636 \end_inset
32637
32638 .
32639 \end_layout
32640
32641 \end_inset
32642
32643  Por esto los archivos suelen ser más grandes que los PDF.
32644 \end_layout
32645
32646 \begin_layout Standard
32647 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32648 d PostScript» (EPS, extensión «
32649 \family typewriter
32650 .eps
32651 \family default
32652 »).
32653  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32654  en segundo plano para convertir las imágenes a EPS.
32655  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32656  cada vez que veas o exportes el documento.
32657  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32658  puedes evitar el problema insertando las imágenes directamente en EPS.
32659 \end_layout
32660
32661 \begin_layout Standard
32662 El documento se puede exportar a PostScript con el menú 
32663 \family sans
32664 Archivo\SpecialChar \menuseparator
32665 Exportar\SpecialChar \menuseparator
32666 Postscript
32667 \family default
32668 .
32669  Se puede ver la salida en PostScript con el menú 
32670 \family sans
32671 Ver\SpecialChar \menuseparator
32672 Postscript 
32673 \family default
32674 o con el botón
32675 \begin_inset space ~
32676 \end_inset
32677
32678
32679 \begin_inset Graphics
32680         filename ../../images/buffer-view_ps.png
32681
32682 \end_inset
32683
32684 .
32685 \end_layout
32686
32687 \begin_layout Section
32688 PDF
32689 \begin_inset Index
32690 status collapsed
32691
32692 \begin_layout Plain Layout
32693 Formatos de archivo ! PDF
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \begin_inset Index
32700 status collapsed
32701
32702 \begin_layout Plain Layout
32703 PDF
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \end_layout
32710
32711 \begin_layout Standard
32712 Este tipo de archivo tiene la extensión «
32713 \family typewriter
32714 .pdf
32715 \family default
32716 ».
32717  El formato «Portable Document Format» (PDF) fue desarrollado por 
32718 \family typewriter
32719 Adobe
32720 \family default
32721  como derivado de PostScript.
32722  Es más comprimido y utiliza muchos menos comandos que PostScript.
32723  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32724  operativo y la salida impresa se muestra exactamente igual.
32725 \end_layout
32726
32727 \begin_layout Standard
32728 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32729  Photographic Experts Group» (JPG, extensión «
32730 \family typewriter
32731 .jpg
32732 \family default
32733 » o «
32734 \family typewriter
32735 .jpeg
32736 \family default
32737 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32738 \family typewriter
32739 .png
32740 \family default
32741 »).
32742  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32743  en segundo plano a alguno de los anteriores.
32744  Pero como se ha comentado en la sección sobre PostScript, la conversión
32745  de gráficos ralentiza el trabajo.
32746  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32747  mencionados.
32748 \end_layout
32749
32750 \begin_layout Standard
32751 Un documento se puede exportar a PDF con el menú 
32752 \family sans
32753 Archivo\SpecialChar \menuseparator
32754 Exportar
32755 \family default
32756  en tres modos diferentes:
32757 \end_layout
32758
32759 \begin_layout Description
32760 PDF
32761 \begin_inset space ~
32762 \end_inset
32763
32764 (ps2pdf) Este utiliza el programa 
32765 \family typewriter
32766 ps2pdf
32767 \family default
32768  que crea un PDF a partir de una versión PostScript del archivo.
32769  La versión PostScript es producida por el programa 
32770 \family typewriter
32771 dvips
32772 \family default
32773  que usa una versión DVI como paso intermedio.
32774  Así que este modo de exportación consta de tres conversiones.
32775 \end_layout
32776
32777 \begin_layout Description
32778 PDF
32779 \begin_inset space ~
32780 \end_inset
32781
32782 (dvipdfm) Este utiliza el programa 
32783 \family typewriter
32784 dvipdfm
32785 \family default
32786  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32787  PDF.
32788 \end_layout
32789
32790 \begin_layout Description
32791 PDF
32792 \begin_inset space ~
32793 \end_inset
32794
32795 (pdflatex) Este utiliza el programa 
32796 \family typewriter
32797 pdftex
32798 \family default
32799  que convierte directamente el archivo a PDF.
32800 \end_layout
32801
32802 \begin_layout Standard
32803 Se recomienda usar 
32804 \family sans
32805 PDF
32806 \begin_inset space ~
32807 \end_inset
32808
32809 (pdflatex)
32810 \family default
32811  porque 
32812 \family typewriter
32813 pdftex
32814 \family default
32815  soporta todas las características de las versiones actuales de PDF, es
32816  rápido y estable.
32817  El programa 
32818 \family typewriter
32819 dvipdfm
32820 \family default
32821  ya no se desarrolla y está un poco obsoleto.
32822 \end_layout
32823
32824 \begin_layout Standard
32825 La salida en formato PDF se puede ver con el menú 
32826 \family sans
32827 Ver 
32828 \family default
32829 o con el botón
32830 \begin_inset space ~
32831 \end_inset
32832
32833
32834 \begin_inset Graphics
32835         filename ../../images/buffer-view_pdf2.png
32836         scale 85
32837
32838 \end_inset
32839
32840  (que usa 
32841 \family sans
32842 PDF
32843 \begin_inset space ~
32844 \end_inset
32845
32846 (pdflatex)
32847 \family default
32848 ).
32849 \end_layout
32850
32851 \begin_layout Chapter
32852 Explicación de la ecuación
32853 \begin_inset space ~
32854 \end_inset
32855
32856
32857 \begin_inset CommandInset ref
32858 LatexCommand eqref
32859 reference "eq:Wgn"
32860
32861 \end_inset
32862
32863
32864 \begin_inset CommandInset label
32865 LatexCommand label
32866 name "cha:Explicación-de-la-Ecuación"
32867
32868 \end_inset
32869
32870
32871 \end_layout
32872
32873 \begin_layout Standard
32874 La anchura total de 
32875 \emph on
32876 n
32877 \emph default
32878  celdas de una tabla 
32879 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32880 \end_inset
32881
32882  puede calcularse con
32883 \end_layout
32884
32885 \begin_layout Standard
32886 \begin_inset Formula \begin{equation}
32887 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}
32888
32889 \end_inset
32890
32891
32892 \end_layout
32893
32894 \begin_layout Standard
32895 donde 
32896 \begin_inset Formula $W_{g\, n}$
32897 \end_inset
32898
32899  es el ancho dado de todas las celdas.
32900  
32901 \series bold
32902
32903 \backslash
32904 tabcolsep
32905 \series default
32906  es la longitud LaTeX entre el texto y el borde de la celda, 6
32907 \begin_inset space \thinspace{}
32908 \end_inset
32909
32910 pt por omisión.
32911  
32912 \series bold
32913
32914 \backslash
32915 arrayrulewidth
32916 \series default
32917  es el grosor de línea del borde, 0.4
32918 \begin_inset space \thinspace{}
32919 \end_inset
32920
32921 pt por omisión.
32922 \end_layout
32923
32924 \begin_layout Standard
32925 Procediendo como en la ecuación
32926 \begin_inset space ~
32927 \end_inset
32928
32929
32930 \begin_inset CommandInset ref
32931 LatexCommand eqref
32932 reference "eq:Wtot_n"
32933
32934 \end_inset
32935
32936 , el ancho total de una multicolumna, 
32937 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32938 \end_inset
32939
32940  es
32941 \end_layout
32942
32943 \begin_layout Standard
32944 \begin_inset Formula \begin{equation}
32945 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Standard
32953 Igualando las ecuaciones
32954 \begin_inset space ~
32955 \end_inset
32956
32957
32958 \begin_inset CommandInset ref
32959 LatexCommand eqref
32960 reference "eq:Wtot_n"
32961
32962 \end_inset
32963
32964  y 
32965 \begin_inset CommandInset ref
32966 LatexCommand eqref
32967 reference "eq:Wtot_mult"
32968
32969 \end_inset
32970
32971  podemos calcular el ancho dado necesario 
32972 \begin_inset Formula $W_{g\, n}$
32973 \end_inset
32974
32975  cuando se expanden 
32976 \emph on
32977 n
32978 \emph default
32979  columnas, de forma que cada una de ellas tiene una anchura total  
32980 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32981 \end_inset
32982
32983 :
32984 \end_layout
32985
32986 \begin_layout Standard
32987 \begin_inset Formula \begin{equation}
32988 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \begin_layout Bibliography
32996 \begin_inset CommandInset bibitem
32997 LatexCommand bibitem
32998 key "latexcompanion"
32999
33000 \end_inset
33001
33002 Frank Mittelbach and Michel Goossens: 
33003 \emph on
33004 The LaTeX Companion Second Edition.
33005
33006 \emph default
33007  Addison-Wesley, 2004
33008 \end_layout
33009
33010 \begin_layout Bibliography
33011 \begin_inset CommandInset bibitem
33012 LatexCommand bibitem
33013 key "latexguide"
33014
33015 \end_inset
33016
33017 Helmut Kopka and Patrick W.
33018  Daly: 
33019 \emph on
33020 A Guide to LaTeX Fourth Edition.
33021
33022 \emph default
33023  Addison-Wesley, 2003
33024 \end_layout
33025
33026 \begin_layout Bibliography
33027 \begin_inset CommandInset bibitem
33028 LatexCommand bibitem
33029 key "latexbook"
33030
33031 \end_inset
33032
33033 Leslie Lamport: 
33034 \emph on
33035 LaTeX: A Document Preparation System.
33036
33037 \emph default
33038  Addison-Wesley, second edition, 1994
33039 \end_layout
33040
33041 \begin_layout Bibliography
33042 \begin_inset CommandInset bibitem
33043 LatexCommand bibitem
33044 key "booktabs"
33045
33046 \end_inset
33047
33048 Documentación del paquete LaTeX 
33049 \series bold
33050
33051 \begin_inset CommandInset href
33052 LatexCommand href
33053 name "booktabs"
33054 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33055
33056 \end_inset
33057
33058
33059 \series default
33060
33061 \begin_inset Index
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065 LaTeX-paquetes ! booktabs
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \end_layout
33072
33073 \begin_layout Bibliography
33074 \begin_inset CommandInset bibitem
33075 LatexCommand bibitem
33076 key "caption"
33077
33078 \end_inset
33079
33080 Documentación del paquete LaTeX 
33081 \series bold
33082
33083 \begin_inset CommandInset href
33084 LatexCommand href
33085 name "caption"
33086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33087
33088 \end_inset
33089
33090
33091 \series default
33092
33093 \begin_inset Index
33094 status collapsed
33095
33096 \begin_layout Plain Layout
33097 LaTeX-paquetes ! caption
33098 \end_layout
33099
33100 \end_inset
33101
33102
33103 \end_layout
33104
33105 \begin_layout Bibliography
33106 \begin_inset CommandInset bibitem
33107 LatexCommand bibitem
33108 key "endfloat"
33109
33110 \end_inset
33111
33112 Documentación del paquete LaTeX 
33113 \series bold
33114
33115 \begin_inset CommandInset href
33116 LatexCommand href
33117 name "endfloat"
33118 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33119
33120 \end_inset
33121
33122
33123 \series default
33124
33125 \begin_inset Index
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129 LaTeX-paquetes ! endfloat
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Bibliography
33138 \begin_inset CommandInset bibitem
33139 LatexCommand bibitem
33140 key "wrapfig"
33141
33142 \end_inset
33143
33144 Documentación del paquete LaTeX 
33145 \series bold
33146
33147 \begin_inset CommandInset href
33148 LatexCommand href
33149 name "wrapfig"
33150 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33151
33152 \end_inset
33153
33154
33155 \series default
33156
33157 \begin_inset Index
33158 status collapsed
33159
33160 \begin_layout Plain Layout
33161 LaTeX-paquetes ! wrapfig
33162 \begin_inset ERT
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166
33167
33168 \backslash
33169 vspace{4mm}
33170 \end_layout
33171
33172 \end_inset
33173
33174
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Bibliography
33183 \begin_inset CommandInset bibitem
33184 LatexCommand bibitem
33185 key "footmisc"
33186
33187 \end_inset
33188
33189 Documentación del paquete LaTeX 
33190 \series bold
33191
33192 \begin_inset CommandInset href
33193 LatexCommand href
33194 name "footmisc"
33195 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33196
33197 \end_inset
33198
33199
33200 \series default
33201
33202 \begin_inset Index
33203 status collapsed
33204
33205 \begin_layout Plain Layout
33206 LaTeX-paquetes ! footmisc
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Bibliography
33215 \begin_inset CommandInset bibitem
33216 LatexCommand bibitem
33217 key "hypcap"
33218
33219 \end_inset
33220
33221 Documentación del paquete LaTeX 
33222 \series bold
33223
33224 \begin_inset CommandInset href
33225 LatexCommand href
33226 name "hypcap"
33227 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33228
33229 \end_inset
33230
33231
33232 \series default
33233
33234 \begin_inset Index
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238 LaTeX-paquetes ! hyperref
33239 \end_layout
33240
33241 \end_inset
33242
33243
33244 \end_layout
33245
33246 \begin_layout Bibliography
33247 \begin_inset CommandInset bibitem
33248 LatexCommand bibitem
33249 key "hyperref"
33250
33251 \end_inset
33252
33253 Documentación del paquete LaTeX 
33254 \series bold
33255
33256 \begin_inset CommandInset href
33257 LatexCommand href
33258 name "hyperref"
33259 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33260
33261 \end_inset
33262
33263
33264 \series default
33265
33266 \begin_inset Index
33267 status collapsed
33268
33269 \begin_layout Plain Layout
33270 LaTeX-paquetes ! hyperref
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \begin_layout Bibliography
33279 \begin_inset CommandInset bibitem
33280 LatexCommand bibitem
33281 key "koma-script"
33282
33283 \end_inset
33284
33285 Documentación del paquete LaTeX 
33286 \series bold
33287
33288 \begin_inset CommandInset href
33289 LatexCommand href
33290 name "koma-script"
33291 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33292
33293 \end_inset
33294
33295
33296 \series default
33297
33298 \begin_inset Index
33299 status collapsed
33300
33301 \begin_layout Plain Layout
33302 LaTeX-paquetes ! koma-script
33303 \end_layout
33304
33305 \end_inset
33306
33307
33308 \end_layout
33309
33310 \begin_layout Bibliography
33311 \begin_inset CommandInset bibitem
33312 LatexCommand bibitem
33313 key "listings"
33314
33315 \end_inset
33316
33317 Documentación del paquete LaTeX 
33318 \series bold
33319
33320 \begin_inset CommandInset href
33321 LatexCommand href
33322 name "listings"
33323 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33324
33325 \end_inset
33326
33327
33328 \series default
33329
33330 \begin_inset Index
33331 status collapsed
33332
33333 \begin_layout Plain Layout
33334 LaTeX-paquetes ! listings
33335 \end_layout
33336
33337 \end_inset
33338
33339
33340 \end_layout
33341
33342 \begin_layout Bibliography
33343 \begin_inset CommandInset bibitem
33344 LatexCommand bibitem
33345 key "marginnote"
33346
33347 \end_inset
33348
33349 Documentación del paquete LaTeX 
33350 \series bold
33351
33352 \begin_inset CommandInset href
33353 LatexCommand href
33354 name "marginnote"
33355 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33356
33357 \end_inset
33358
33359
33360 \series default
33361
33362 \begin_inset Index
33363 status collapsed
33364
33365 \begin_layout Plain Layout
33366 LaTeX-paquetes ! marginnote
33367 \end_layout
33368
33369 \end_inset
33370
33371
33372 \end_layout
33373
33374 \begin_layout Bibliography
33375 \begin_inset CommandInset bibitem
33376 LatexCommand bibitem
33377 key "pstricks"
33378
33379 \end_inset
33380
33381 Página web del paquete LaTeX 
33382 \series bold
33383
33384 \begin_inset CommandInset href
33385 LatexCommand href
33386 name "PSTricks"
33387 target "http://tug.org/PSTricks/"
33388
33389 \end_inset
33390
33391
33392 \series default
33393
33394 \begin_inset Index
33395 status collapsed
33396
33397 \begin_layout Plain Layout
33398 LaTeX-paquetes ! PSTricks
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \begin_layout Bibliography
33407 \begin_inset CommandInset bibitem
33408 LatexCommand bibitem
33409 key "sidecap"
33410
33411 \end_inset
33412
33413 Documentación del paquete LaTeX 
33414 \series bold
33415
33416 \begin_inset CommandInset href
33417 LatexCommand href
33418 name "sidecap"
33419 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33420
33421 \end_inset
33422
33423
33424 \series default
33425
33426 \begin_inset Index
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430 LaTeX-paquetes ! sidecap
33431 \end_layout
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Bibliography
33439 \begin_inset CommandInset bibitem
33440 LatexCommand bibitem
33441 key "NewInLyX16"
33442
33443 \end_inset
33444
33445
33446 \begin_inset CommandInset href
33447 LatexCommand href
33448 name "Página wiki"
33449 target "http://wiki.lyx.org/LyX/NewInLyX16"
33450
33451 \end_inset
33452
33453  sobre características nuevas para la versión 
33454 \family sans
33455 LyX
33456 \begin_inset space ~
33457 \end_inset
33458
33459 1.6.0
33460 \family default
33461 .
33462 \end_layout
33463
33464 \begin_layout Standard
33465 \begin_inset CommandInset index_print
33466 LatexCommand printindex
33467
33468 \end_inset
33469
33470
33471 \end_layout
33472
33473 \begin_layout Standard
33474 \begin_inset FloatList figure
33475
33476 \end_inset
33477
33478
33479 \end_layout
33480
33481 \begin_layout Standard
33482 \begin_inset FloatList table
33483
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \begin_layout Standard
33490 \begin_inset ERT
33491 status open
33492
33493 \begin_layout Plain Layout
33494
33495
33496 \backslash
33497 listof{algorithm}{Lista de algoritmos}
33498 \end_layout
33499
33500 \end_inset
33501
33502
33503 \begin_inset Note Note
33504 status collapsed
33505
33506 \begin_layout Plain Layout
33507 Véase la sección
33508 \begin_inset space ~
33509 \end_inset
33510
33511
33512 \begin_inset CommandInset ref
33513 LatexCommand ref
33514 reference "sub:Algoritmos-Flotantes"
33515
33516 \end_inset
33517
33518  para una descripción.
33519 \end_layout
33520
33521 \end_inset
33522
33523
33524 \end_layout
33525
33526 \end_body
33527 \end_document