]> git.lyx.org Git - features.git/blob - lib/doc/es/EmbeddedObjects.lyx
06dcbff20b4ddc335d4d8635e0e5bc9f59d92bf5
[features.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.2svn 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 pares—.
22062  Puedes cambiar la colocación al margen interno con la opción 
22063 \series bold
22064 innercaption
22065 \series default
22066 .
22067  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22068  opciones 
22069 \series bold
22070 rightcaption
22071 \series default
22072  o 
22073 \series bold
22074 leftcaption
22075 \series default
22076 , respectivamente.
22077 \end_layout
22078
22079 \begin_layout Standard
22080 \begin_inset ERT
22081 status collapsed
22082
22083 \begin_layout Plain Layout
22084
22085
22086 \backslash
22087 ifsidecap
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \begin_inset Note Note
22094 status open
22095
22096 \begin_layout Plain Layout
22097 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22098  LaTeX 
22099 \series bold
22100 sidecap
22101 \series default
22102 .
22103 \end_layout
22104
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \begin_layout Standard
22111 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22112  estos comandos al preámbulo del documento:
22113 \end_layout
22114
22115 \begin_layout Standard
22116
22117 \lyxline
22118
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \series bold
22124
22125 \backslash
22126 newcommand{
22127 \backslash
22128 TabBesBeg}{%
22129 \begin_inset Newline newline
22130 \end_inset
22131
22132
22133 \begin_inset ERT
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137
22138
22139 \backslash
22140 hphantom{ }
22141 \end_layout
22142
22143 \end_inset
22144
22145
22146 \backslash
22147 let
22148 \backslash
22149 MyTable
22150 \backslash
22151 table
22152 \begin_inset Newline newline
22153 \end_inset
22154
22155
22156 \begin_inset ERT
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160
22161
22162 \backslash
22163 hphantom{ }
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \backslash
22170 let
22171 \backslash
22172 MyEndtable
22173 \backslash
22174 endtable
22175 \begin_inset Newline newline
22176 \end_inset
22177
22178
22179 \begin_inset ERT
22180 status collapsed
22181
22182 \begin_layout Plain Layout
22183
22184
22185 \backslash
22186 hphantom{ }
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \backslash
22193 renewenvironment{table}{
22194 \backslash
22195 begin{SCtable}}{
22196 \backslash
22197 end{SCtable}}}
22198 \end_layout
22199
22200 \begin_layout Standard
22201
22202 \series bold
22203
22204 \backslash
22205 newcommand{
22206 \backslash
22207 TabBesEnd}{%
22208 \begin_inset Newline newline
22209 \end_inset
22210
22211
22212 \begin_inset ERT
22213 status collapsed
22214
22215 \begin_layout Plain Layout
22216
22217
22218 \backslash
22219 hphantom{ }
22220 \end_layout
22221
22222 \end_inset
22223
22224
22225 \backslash
22226 let
22227 \backslash
22228 table
22229 \backslash
22230 MyTable
22231 \begin_inset Newline newline
22232 \end_inset
22233
22234
22235 \begin_inset ERT
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239
22240
22241 \backslash
22242 hphantom{ }
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \backslash
22249 let
22250 \backslash
22251 endtable
22252 \backslash
22253 MyEndtable
22254 \end_layout
22255
22256 \begin_layout Standard
22257
22258 \series bold
22259
22260 \backslash
22261 newcommand{
22262 \backslash
22263 FigBesBeg}{%
22264 \begin_inset Newline newline
22265 \end_inset
22266
22267
22268 \begin_inset ERT
22269 status collapsed
22270
22271 \begin_layout Plain Layout
22272
22273
22274 \backslash
22275 hphantom{ }
22276 \end_layout
22277
22278 \end_inset
22279
22280
22281 \backslash
22282 let
22283 \backslash
22284 MyFigure
22285 \backslash
22286 figure
22287 \begin_inset Newline newline
22288 \end_inset
22289
22290
22291 \begin_inset ERT
22292 status collapsed
22293
22294 \begin_layout Plain Layout
22295
22296
22297 \backslash
22298 hphantom{ }
22299 \end_layout
22300
22301 \end_inset
22302
22303
22304 \backslash
22305 let
22306 \backslash
22307 MyEndfigure
22308 \backslash
22309 endfigure
22310 \begin_inset Newline newline
22311 \end_inset
22312
22313
22314 \begin_inset ERT
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318
22319
22320 \backslash
22321 hphantom{ }
22322 \end_layout
22323
22324 \end_inset
22325
22326
22327 \backslash
22328 renewenvironment{figure}{
22329 \backslash
22330 begin{SCfigure}}{
22331 \backslash
22332 end{SCfigure}}}
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \series bold
22338
22339 \backslash
22340 newcommand{
22341 \backslash
22342 FigBesEnd}{%
22343 \begin_inset Newline newline
22344 \end_inset
22345
22346
22347 \begin_inset ERT
22348 status collapsed
22349
22350 \begin_layout Plain Layout
22351
22352
22353 \backslash
22354 hphantom{ }
22355 \end_layout
22356
22357 \end_inset
22358
22359
22360 \backslash
22361 let
22362 \backslash
22363 figure
22364 \backslash
22365 MyFigure
22366 \begin_inset Newline newline
22367 \end_inset
22368
22369
22370 \begin_inset ERT
22371 status collapsed
22372
22373 \begin_layout Plain Layout
22374
22375
22376 \backslash
22377 hphantom{ }
22378 \end_layout
22379
22380 \end_inset
22381
22382
22383 \backslash
22384 let
22385 \backslash
22386 endfigure
22387 \backslash
22388 MyEndfigure}
22389 \end_layout
22390
22391 \begin_layout Standard
22392
22393 \lyxline
22394
22395 \end_layout
22396
22397 \begin_layout Standard
22398 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22399  en un lado.
22400  Para figuras flotantes usa el comando
22401 \end_layout
22402
22403 \begin_layout Standard
22404
22405 \series bold
22406
22407 \backslash
22408 FigBesBeg
22409 \end_layout
22410
22411 \begin_layout Standard
22412 en código TeX antes del flotante.
22413  Detrás del flotante inserta
22414 \end_layout
22415
22416 \begin_layout Standard
22417
22418 \series bold
22419
22420 \backslash
22421 FigBesEnd
22422 \end_layout
22423
22424 \begin_layout Standard
22425 en código TeX para volver a la definición original de flotantes.
22426 \end_layout
22427
22428 \begin_layout Standard
22429 Para tablas flotantes usa los comandos correspondientes
22430 \end_layout
22431
22432 \begin_layout Standard
22433
22434 \series bold
22435
22436 \backslash
22437 TabBesBeg
22438 \series default
22439  y 
22440 \series bold
22441
22442 \backslash
22443 TabBesEnd
22444 \end_layout
22445
22446 \begin_layout Standard
22447 La figura
22448 \begin_inset space ~
22449 \end_inset
22450
22451
22452 \begin_inset CommandInset ref
22453 LatexCommand ref
22454 reference "fig:encab-al-lado"
22455
22456 \end_inset
22457
22458  y la tabla
22459 \begin_inset space ~
22460 \end_inset
22461
22462
22463 \begin_inset CommandInset ref
22464 LatexCommand ref
22465 reference "tab:encab-al-lado"
22466
22467 \end_inset
22468
22469  son ejemplos en los que el título se sitúa al lado.
22470 \end_layout
22471
22472 \begin_layout Standard
22473 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22474  en tablas flotantes y debajo en las figuras flotantes.
22475  Para cambiarlo, puedes usar el comando
22476 \end_layout
22477
22478 \begin_layout Standard
22479
22480 \series bold
22481
22482 \backslash
22483 sidecaptionvpos{tipo de flotante}{colocación}
22484 \end_layout
22485
22486 \begin_layout Standard
22487 en el preámbulo o en código TeX antes del flotante.
22488  El tipo de flotante es 
22489 \family sans
22490 figure
22491 \family default
22492  o 
22493 \family sans
22494 table
22495 \family default
22496 , la colocación puede ser «
22497 \family sans
22498 t
22499 \family default
22500 » por «top» (arriba), «
22501 \family sans
22502 c
22503 \family default
22504 » por «center» (centro), o «
22505 \family sans
22506 b
22507 \family default
22508 » por «bottom» (abajo).
22509  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22510  usa el comando
22511 \end_layout
22512
22513 \begin_layout Standard
22514
22515 \series bold
22516
22517 \backslash
22518 sidecaptionvpos{figure}{c}
22519 \end_layout
22520
22521 \begin_layout Standard
22522 Esto se ha hecho en la figura
22523 \begin_inset space ~
22524 \end_inset
22525
22526
22527 \begin_inset CommandInset ref
22528 LatexCommand ref
22529 reference "fig:encab-al-lado-de-fig"
22530
22531 \end_inset
22532
22533 .
22534 \end_layout
22535
22536 \begin_layout Standard
22537 \begin_inset VSpace medskip
22538 \end_inset
22539
22540 Más información sobre el paquete 
22541 \series bold
22542 sidecap
22543 \series default
22544  en su documentación 
22545 \begin_inset CommandInset citation
22546 LatexCommand cite
22547 key "sidecap"
22548
22549 \end_inset
22550
22551 .
22552 \end_layout
22553
22554 \begin_layout Standard
22555 \begin_inset Note Greyedout
22556 status open
22557
22558 \begin_layout Plain Layout
22559
22560 \series bold
22561 Nota:
22562 \series default
22563  El paquete LaTeX 
22564 \series bold
22565 hypcap
22566 \series default
22567
22568 \begin_inset Index
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572 LaTeX-paquetes ! hypcap
22573 \end_layout
22574
22575 \end_inset
22576
22577 , descrito en la sección
22578 \begin_inset space ~
22579 \end_inset
22580
22581
22582 \begin_inset CommandInset ref
22583 LatexCommand ref
22584 reference "sub:Colocación-de-Referencias"
22585
22586 \end_inset
22587
22588 , no afecta a flotantes con la leyenda al lado.
22589 \end_layout
22590
22591 \end_inset
22592
22593
22594 \end_layout
22595
22596 \begin_layout Standard
22597 \begin_inset ERT
22598 status collapsed
22599
22600 \begin_layout Plain Layout
22601
22602
22603 \backslash
22604 FigBesBeg 
22605 \end_layout
22606
22607 \end_inset
22608
22609
22610 \end_layout
22611
22612 \begin_layout Standard
22613 \begin_inset Float figure
22614 wide false
22615 sideways false
22616 status open
22617
22618 \begin_layout Plain Layout
22619 \begin_inset Graphics
22620         filename ../clipart/escher-lsd.eps
22621         scale 75
22622
22623 \end_inset
22624
22625
22626 \end_layout
22627
22628 \begin_layout Plain Layout
22629 \begin_inset Caption
22630
22631 \begin_layout Plain Layout
22632 \begin_inset CommandInset label
22633 LatexCommand label
22634 name "fig:encab-al-lado"
22635
22636 \end_inset
22637
22638 Leyenda al lado de una figura.
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \begin_layout Standard
22652 \begin_inset ERT
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656
22657
22658 \backslash
22659 TabBesBeg 
22660 \end_layout
22661
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \begin_layout Standard
22668 \begin_inset Float table
22669 wide false
22670 sideways false
22671 status open
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Caption
22675
22676 \begin_layout Plain Layout
22677 \begin_inset CommandInset label
22678 LatexCommand label
22679 name "tab:encab-al-lado"
22680
22681 \end_inset
22682
22683 Leyenda al lado de una tabla.
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Tabular
22693 <lyxtabular version="3" rows="4" columns="5">
22694 <features>
22695 <column alignment="center" valignment="top" width="0">
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 <row>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 a
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 b
22724 \end_layout
22725
22726 \end_inset
22727 </cell>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 c
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 </row>
22747 <row>
22748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 d
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 e
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 </row>
22794 <row>
22795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 f
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 g
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 h
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 </row>
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 i
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 j
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 </lyxtabular>
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Standard
22901 \begin_inset ERT
22902 status collapsed
22903
22904 \begin_layout Plain Layout
22905
22906
22907 \backslash
22908 TabBesEnd
22909 \end_layout
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset ERT
22918 status collapsed
22919
22920 \begin_layout Plain Layout
22921
22922
22923 \backslash
22924 sidecaptionvpos{figure}{c}
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \begin_inset Float figure
22931 wide false
22932 sideways false
22933 status open
22934
22935 \begin_layout Plain Layout
22936 \begin_inset Graphics
22937         filename ../clipart/escher-lsd.eps
22938         scale 75
22939
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Caption
22947
22948 \begin_layout Plain Layout
22949 \begin_inset CommandInset label
22950 LatexCommand label
22951 name "fig:encab-al-lado-de-fig"
22952
22953 \end_inset
22954
22955 Leyenda centrada verticalmente junto a una figura.
22956 \end_layout
22957
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset ERT
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973
22974
22975 \backslash
22976 FigBesEnd
22977 \end_layout
22978
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \begin_layout Standard
22985 \begin_inset ERT
22986 status collapsed
22987
22988 \begin_layout Plain Layout
22989
22990
22991 \backslash
22992 else
22993 \end_layout
22994
22995 \end_inset
22996
22997
22998 \begin_inset Note Note
22999 status open
23000
23001 \begin_layout Plain Layout
23002 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23003  
23004 \series bold
23005 sidecap
23006 \series default
23007 .
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \begin_layout Standard
23016 Debes instalar el paquete LaTeX 
23017 \series bold
23018 sidecap
23019 \series default
23020  para ver la parte siguiente en la salida.
23021 \end_layout
23022
23023 \begin_layout Standard
23024 \begin_inset ERT
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028
23029
23030 \backslash
23031 fi
23032 \end_layout
23033
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \begin_layout Section
23040 Lista de flotantes
23041 \begin_inset Index
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045 Flotantes ! Lista de
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \begin_layout Standard
23054 Igual que en el índice general se listan las secciones del documento, hay
23055  listas para todos los tipos de flotantes, como las figuras.
23056  Se pueden insertar mediante los submenús 
23057 \family sans
23058 Insertar\SpecialChar \menuseparator
23059 Lista / IG
23060 \family default
23061 .
23062 \end_layout
23063
23064 \begin_layout Standard
23065 Las entradas de la lista son los títulos del flotante o su título corto,
23066  el número de flotante, y el número de la página del documento en la que
23067  aparecen.
23068 \end_layout
23069
23070 \begin_layout Standard
23071 Puedes encontrar las listas de figuras y tablas al final de este documento.
23072 \end_layout
23073
23074 \begin_layout Chapter
23075 Notas
23076 \end_layout
23077
23078 \begin_layout Section
23079 Notas en LyX
23080 \begin_inset Index
23081 status collapsed
23082
23083 \begin_layout Plain Layout
23084 Notas ! en LyX
23085 \end_layout
23086
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \begin_layout Standard
23093 Las notas se insertan con el botón 
23094 \begin_inset Graphics
23095         filename ../../images/note-insert.png
23096         scale 85
23097
23098 \end_inset
23099
23100  o con el menú 
23101 \family sans
23102 Insertar\SpecialChar \menuseparator
23103 Nota
23104 \family default
23105 .
23106  Hay cinco tipos de notas:
23107 \end_layout
23108
23109 \begin_layout Description
23110 Nota
23111 \begin_inset space ~
23112 \end_inset
23113
23114 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23115  Su cuadro se muestra como este:
23116 \begin_inset Newline newline
23117 \end_inset
23118
23119
23120 \begin_inset Newline newline
23121 \end_inset
23122
23123
23124 \begin_inset Graphics
23125         filename clipart/NotaLyXImagenQt4.png
23126         display false
23127         scale 75
23128
23129 \end_inset
23130
23131  
23132 \begin_inset Note Note
23133 status collapsed
23134
23135 \begin_layout Plain Layout
23136 Este es un texto en un recuadro que no se muestra en la salida.
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Description
23145 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23146  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23147 \family sans
23148 Archivo\SpecialChar \menuseparator
23149 Exportar\SpecialChar \menuseparator
23150 LaTeX (pdflatex) / (plain)
23151 \family default
23152 .
23153  Su recuadro se ve así:
23154 \begin_inset Newline newline
23155 \end_inset
23156
23157
23158 \begin_inset Newline newline
23159 \end_inset
23160
23161
23162 \begin_inset Graphics
23163         filename clipart/ComentNotaImagenQt4.png
23164         display false
23165         scale 75
23166
23167 \end_inset
23168
23169  
23170 \begin_inset Note Comment
23171 status collapsed
23172
23173 \begin_layout Plain Layout
23174 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23175 \end_layout
23176
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \begin_layout Description
23183 Resaltado
23184 \begin_inset space ~
23185 \end_inset
23186
23187 en
23188 \begin_inset space ~
23189 \end_inset
23190
23191 gris Esta nota aparece en la salida como texto resaltado en gris.
23192  Su recuadro se parece a este:
23193 \begin_inset Newline newline
23194 \end_inset
23195
23196
23197 \begin_inset Newline newline
23198 \end_inset
23199
23200
23201 \begin_inset Graphics
23202         filename clipart/GrisNotaImagenQt4.png
23203         display false
23204         scale 75
23205
23206 \end_inset
23207
23208
23209 \begin_inset Newline newline
23210 \end_inset
23211
23212
23213 \begin_inset ERT
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217
23218
23219 \backslash
23220 renewenvironment{lyxgreyedout}
23221 \end_layout
23222
23223 \begin_layout Plain Layout
23224
23225 {
23226 \backslash
23227 textcolor[gray]{0.8}
23228 \backslash
23229 bgroup}{
23230 \backslash
23231 egroup}
23232 \end_layout
23233
23234 \end_inset
23235
23236
23237 \begin_inset Note Greyedout
23238 status open
23239
23240 \begin_layout Plain Layout
23241 Este es el texto
23242 \begin_inset Foot
23243 status open
23244
23245 \begin_layout Plain Layout
23246 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23247 \end_layout
23248
23249 \end_inset
23250
23251  de un comentario que se muestra resaltado en gris.
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \begin_inset ERT
23258 status collapsed
23259
23260 \begin_layout Plain Layout
23261
23262
23263 \backslash
23264 renewenvironment{lyxgreyedout}
23265 \end_layout
23266
23267 \begin_layout Plain Layout
23268
23269 {
23270 \backslash
23271 textcolor{blue}
23272 \backslash
23273 bgroup}{
23274 \backslash
23275 egroup}
23276 \end_layout
23277
23278 \end_inset
23279
23280
23281 \begin_inset Note Note
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23286  original de LyX, ya que en el preámbulo de este documento se han redefinido
23287  estas notas para que salgan en azul, como se indica más adelante.
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \begin_inset Newline newline
23294 \end_inset
23295
23296
23297 \begin_inset Newline newline
23298 \end_inset
23299
23300 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23301  está un poco sangrada, y por otra parte pueden tener notas al pie.
23302 \end_layout
23303
23304 \begin_layout Standard
23305 \begin_inset VSpace bigskip
23306 \end_inset
23307
23308 Si usas el botón de la barra de herramientas 
23309 \begin_inset Graphics
23310         filename ../../images/note-insert.png
23311         scale 85
23312
23313 \end_inset
23314
23315  para insertar notas, se inserta una 
23316 \family sans
23317 Nota
23318 \begin_inset space ~
23319 \end_inset
23320
23321 LyX
23322 \family default
23323 .
23324  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23325  recuadro.
23326  
23327 \family roman
23328 \series medium
23329 \bar no
23330 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23331  botón de herramienta 
23332 \family sans
23333 \series default
23334 \bar default
23335 Nota
23336 \family default
23337 .
23338  Para cambiar una nota a texto, pulsa la tecla 
23339 \family sans
23340 Retroceso
23341 \family default
23342  cuando el cursor está en la primera posición de una nota, o la tecla 
23343 \family sans
23344 Supr
23345 \family default
23346  cuando el cursor está en la última posición de la nota, respectivamente.
23347 \end_layout
23348
23349 \begin_layout Standard
23350 \begin_inset VSpace bigskip
23351 \end_inset
23352
23353 Se puede cambiar el color del 
23354 \family sans
23355 Resaltado en gris
23356 \family default
23357  poniendo en el preámbulo el comando:
23358 \end_layout
23359
23360 \begin_layout Standard
23361
23362 \series bold
23363
23364 \backslash
23365 renewenvironment{lyxgreyedout}
23366 \begin_inset Newline newline
23367 \end_inset
23368
23369
23370 \begin_inset ERT
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374
23375
23376 \backslash
23377 hphantom{ }
23378 \end_layout
23379
23380 \end_inset
23381
23382 {
23383 \backslash
23384 textcolor{color}
23385 \backslash
23386 bgroup}{
23387 \backslash
23388 egroup}
23389 \end_layout
23390
23391 \begin_layout Standard
23392 Los colores disponibles y el método para definir nuestros propios colores
23393  se explica en la sección
23394 \begin_inset space ~
23395 \end_inset
23396
23397
23398 \begin_inset CommandInset ref
23399 LatexCommand ref
23400 reference "sec:Tablas-Coloreadas"
23401
23402 \end_inset
23403
23404 .
23405 \end_layout
23406
23407 \begin_layout Standard
23408 Las notas en azul en este documento se han hecho con notas del tipo 
23409 \family sans
23410 Resaltado en gris
23411 \family default
23412  pero definiendo el color del texto en azul.
23413 \end_layout
23414
23415 \begin_layout Section
23416 Notas al pie
23417 \begin_inset CommandInset label
23418 LatexCommand label
23419 name "sec:Notas-al-pie"
23420
23421 \end_inset
23422
23423
23424 \begin_inset Index
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428 Notas ! al pie
23429 \end_layout
23430
23431 \end_inset
23432
23433
23434 \begin_inset Index
23435 status collapsed
23436
23437 \begin_layout Plain Layout
23438 Notas al pie
23439 \end_layout
23440
23441 \end_inset
23442
23443
23444 \end_layout
23445
23446 \begin_layout Standard
23447 Las notas al pie se insertan con el botón 
23448 \begin_inset Graphics
23449         filename ../../images/footnote-insert.png
23450         scale 85
23451
23452 \end_inset
23453
23454  o el menú 
23455 \family sans
23456 Insertar\SpecialChar \menuseparator
23457 Nota
23458 \begin_inset space ~
23459 \end_inset
23460
23461 al
23462 \begin_inset space ~
23463 \end_inset
23464
23465 pie
23466 \family default
23467 .
23468  
23469 \family roman
23470 \series medium
23471 \bar no
23472 Aparece un recuadro como este:
23473 \family default
23474 \series default
23475 \bar default
23476  
23477 \begin_inset Graphics
23478         filename clipart/notapieQt4.png
23479         scale 80
23480
23481 \end_inset
23482
23483  
23484 \family roman
23485 \series medium
23486 \bar no
23487 donde puedes introducir el texto.
23488  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23489  sobre el
23490 \family default
23491 \series default
23492 \bar default
23493  
23494 \family roman
23495 \series medium
23496 \bar no
23497 botón
23498 \family default
23499 \series default
23500 \bar default
23501 .
23502  Para cambiar una nota al pie a texto, pulsa la tecla 
23503 \family sans
23504 Retroceso
23505 \family default
23506  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23507  
23508 \family sans
23509 Supr
23510 \family default
23511  cuando el cursor está en la última posición de la nota, respectivamente.
23512 \end_layout
23513
23514 \begin_layout Standard
23515 Aquí hay un ejemplo de nota al pie:
23516 \family roman
23517 \series medium
23518 \bar no
23519
23520 \begin_inset Foot
23521 status open
23522
23523 \begin_layout Plain Layout
23524 \begin_inset CommandInset label
23525 LatexCommand label
23526 name "pie:Esto-es-una"
23527
23528 \end_inset
23529
23530 Ejemplo de nota al pie.
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \family default
23537 \series default
23538 \bar default
23539
23540 \begin_inset ERT
23541 status collapsed
23542
23543 \begin_layout Plain Layout
23544
23545
23546 \backslash
23547 newcounter{MyRepeatFoot}
23548 \end_layout
23549
23550 \begin_layout Plain Layout
23551
23552
23553 \backslash
23554 setcounter{MyRepeatFoot}{
23555 \backslash
23556 thefootnote}
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \begin_layout Standard
23565 En la salida, el pie se muestra como número voladito en el lugar del texto
23566  donde se coloca el recuadro.
23567  El texto se coloca al final de la página actual.
23568  Los números de las notas son calculados por LaTeX, y son consecutivos.
23569  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23570 \end_layout
23571
23572 \begin_layout Standard
23573 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23574  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23575  se describe en la sección
23576 \begin_inset space ~
23577 \end_inset
23578
23579
23580 \begin_inset CommandInset ref
23581 LatexCommand ref
23582 reference "sec:Referencias-a-Flotantes"
23583
23584 \end_inset
23585
23586 .
23587 \begin_inset Newline newline
23588 \end_inset
23589
23590 Esto es una referencia cruzada a la Nota al pie
23591 \begin_inset space ~
23592 \end_inset
23593
23594
23595 \begin_inset CommandInset ref
23596 LatexCommand ref
23597 reference "pie:Esto-es-una"
23598
23599 \end_inset
23600
23601 .
23602 \begin_inset Newline newline
23603 \end_inset
23604
23605
23606 \begin_inset Note Greyedout
23607 status open
23608
23609 \begin_layout Plain Layout
23610
23611 \series bold
23612 Nota:
23613 \series default
23614  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23615  de insertar un prefijo, p.
23616 \begin_inset space \thinspace{}
23617 \end_inset
23618
23619 e.
23620 \begin_inset space ~
23621 \end_inset
23622
23623 «
23624 \family sans
23625 pie:
23626 \family default
23627 » manualmente cuando quieras usar el estilo 
23628 \family sans
23629 Referencia
23630 \begin_inset space ~
23631 \end_inset
23632
23633 con
23634 \begin_inset space ~
23635 \end_inset
23636
23637 formato
23638 \family default
23639 .
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \end_layout
23646
23647 \begin_layout Standard
23648 \begin_inset VSpace defskip
23649 \end_inset
23650
23651 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23652 \begin_inset space ~
23653 \end_inset
23654
23655
23656 \begin_inset CommandInset ref
23657 LatexCommand ref
23658 reference "sec:Minipáginas"
23659
23660 \end_inset
23661
23662 .
23663  Los pies en tablas largas en la sección
23664 \begin_inset space ~
23665 \end_inset
23666
23667
23668 \begin_inset CommandInset ref
23669 LatexCommand ref
23670 reference "sub:Notas-al-pie-en-Tablas-Largas"
23671
23672 \end_inset
23673
23674 .
23675 \end_layout
23676
23677 \begin_layout Standard
23678 \begin_inset VSpace defskip
23679 \end_inset
23680
23681 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23682 \series bold
23683
23684 \backslash
23685 footnotemark[número]
23686 \series default
23687  en código TeX.
23688  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23689  no quieres imprimir el pie cada vez.
23690 \begin_inset Newline newline
23691 \end_inset
23692
23693 Como no sabes el número del pie que se repite mientras escribes el texto,
23694  tienes que guardarlo.
23695  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23696  en código TeX detrás de Nota
23697 \begin_inset space ~
23698 \end_inset
23699
23700 al
23701 \begin_inset space ~
23702 \end_inset
23703
23704 pie
23705 \begin_inset space ~
23706 \end_inset
23707
23708
23709 \begin_inset CommandInset ref
23710 LatexCommand ref
23711 reference "pie:Esto-es-una"
23712
23713 \end_inset
23714
23715  para guardar el número de pie:
23716 \end_layout
23717
23718 \begin_layout Standard
23719
23720 \series bold
23721
23722 \backslash
23723 newcounter{MyRepeatFoot}
23724 \begin_inset Newline newline
23725 \end_inset
23726
23727
23728 \backslash
23729 setcounter{MyRepeatFoot}{
23730 \backslash
23731 thefootnote}
23732 \end_layout
23733
23734 \begin_layout Standard
23735 La marca de pie se crea entonces con el comando:
23736 \end_layout
23737
23738 \begin_layout Standard
23739
23740 \series bold
23741
23742 \backslash
23743 footnotemark[
23744 \backslash
23745 theMyRepeatFoot]
23746 \end_layout
23747
23748 \begin_layout Standard
23749 Aquí hay un ejemplo de marca de pie:
23750 \family roman
23751 \series medium
23752 \bar no
23753
23754 \begin_inset ERT
23755 status collapsed
23756
23757 \begin_layout Plain Layout
23758
23759
23760 \backslash
23761 footnotemark[
23762 \backslash
23763 theMyRepeatFoot]
23764 \end_layout
23765
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \begin_layout Subsection
23772 Numeración de notas al pie
23773 \begin_inset CommandInset label
23774 LatexCommand label
23775 name "sub:Numeración-de-Notas-al-Pie"
23776
23777 \end_inset
23778
23779
23780 \begin_inset Index
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 Notas al pie ! Numeración
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 Para reiniciar el número de pie a 1 en cada sección añade
23794 \family roman
23795  en el preámbulo el comando:
23796 \end_layout
23797
23798 \begin_layout Standard
23799
23800 \series bold
23801
23802 \backslash
23803 @addtoreset{footnote}{section}
23804 \end_layout
23805
23806 \begin_layout Standard
23807 \begin_inset VSpace bigskip
23808 \end_inset
23809
23810 El siguiente comando en el preámbulo cambia el estilo de numeración del
23811  pie a números romanos en minúsculas:
23812 \end_layout
23813
23814 \begin_layout Standard
23815
23816 \series bold
23817
23818 \backslash
23819 renewcommand{
23820 \backslash
23821 thefootnote}{
23822 \backslash
23823 roman{footnote}}
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset ERT
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831
23832
23833 \backslash
23834 renewcommand{
23835 \backslash
23836 thefootnote}{
23837 \backslash
23838 roman{footnote}}
23839 \end_layout
23840
23841 \end_inset
23842
23843  Nota al pie en números romanos:
23844 \begin_inset Foot
23845 status open
23846
23847 \begin_layout Plain Layout
23848 Ejemplo de nota al pie en números romanos.
23849 \end_layout
23850
23851 \end_inset
23852
23853
23854 \begin_inset ERT
23855 status collapsed
23856
23857 \begin_layout Plain Layout
23858
23859
23860 \backslash
23861 renewcommand{
23862 \backslash
23863 thefootnote}{
23864 \backslash
23865 arabic{footnote}}
23866 \end_layout
23867
23868 \end_inset
23869
23870
23871 \end_layout
23872
23873 \begin_layout Standard
23874 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23875  
23876 \series bold
23877
23878 \backslash
23879 roman
23880 \series default
23881  por 
23882 \series bold
23883
23884 \backslash
23885 Roman
23886 \series default
23887 .
23888  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23889 \series bold
23890
23891 \backslash
23892 Alph
23893 \series default
23894  o 
23895 \series bold
23896
23897 \backslash
23898 alph
23899 \series default
23900 , respectivamente.
23901  Para ordenar las notas al pie con símbolos usa 
23902 \series bold
23903
23904 \backslash
23905 fnsymbol
23906 \series default
23907 .
23908 \end_layout
23909
23910 \begin_layout Standard
23911 \begin_inset Note Greyedout
23912 status open
23913
23914 \begin_layout Plain Layout
23915
23916 \series bold
23917 Nota:
23918 \series default
23919  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23920  simples.
23921 \end_layout
23922
23923 \end_inset
23924
23925
23926 \begin_inset Newline newline
23927 \end_inset
23928
23929
23930 \begin_inset Note Greyedout
23931 status open
23932
23933 \begin_layout Plain Layout
23934
23935 \series bold
23936 Nota:
23937 \series default
23938  sólo puedes ordenar hasta 9 pies con símbolos.
23939 \end_layout
23940
23941 \end_inset
23942
23943
23944 \end_layout
23945
23946 \begin_layout Standard
23947 Para volver al estilo de numeración predeterminado cuando has cambiado a
23948  otro estilo, usa 
23949 \series bold
23950
23951 \backslash
23952 arabic
23953 \series default
23954  en vez de 
23955 \series bold
23956
23957 \backslash
23958 roman
23959 \series default
23960  en el comando anterior.
23961 \begin_inset ERT
23962 status collapsed
23963
23964 \begin_layout Plain Layout
23965
23966
23967 \backslash
23968 renewcommand{
23969 \backslash
23970 thefootnote}{
23971 \backslash
23972 arabic{footnote}}
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \begin_layout Standard
23981 \begin_inset VSpace bigskip
23982 \end_inset
23983
23984
23985 \end_layout
23986
23987 \begin_layout Standard
23988 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23989  comando al preámbulo del documento:
23990 \end_layout
23991
23992 \begin_layout Standard
23993
23994 \series bold
23995
23996 \backslash
23997 numberwithin{footnote}{chapter}
23998 \end_layout
23999
24000 \begin_layout Standard
24001 Para poder usar el comando 
24002 \series bold
24003
24004 \backslash
24005 numberwithin
24006 \series default
24007 , marca la opción 
24008 \family sans
24009 Usar
24010 \family default
24011
24012 \begin_inset space ~
24013 \end_inset
24014
24015
24016 \family sans
24017 el
24018 \family default
24019
24020 \begin_inset space ~
24021 \end_inset
24022
24023
24024 \family sans
24025 paquete
24026 \family default
24027
24028 \begin_inset space ~
24029 \end_inset
24030
24031
24032 \family sans
24033 AMS
24034 \family default
24035  en la solapa 
24036 \family sans
24037 Ecuaciones
24038 \family default
24039  de la configuración del documento.
24040 \end_layout
24041
24042 \begin_layout Standard
24043 \begin_inset ERT
24044 status collapsed
24045
24046 \begin_layout Plain Layout
24047
24048
24049 \backslash
24050 numberwithin{footnote}{chapter}
24051 \end_layout
24052
24053 \end_inset
24054
24055 Esto es otro ejemplo de nota al pie:
24056 \series bold
24057
24058 \begin_inset Foot
24059 status open
24060
24061 \begin_layout Plain Layout
24062 Nota al pie numerada en el esquema 
24063 \begin_inset Quotes eld
24064 \end_inset
24065
24066 capítulo.nota
24067 \begin_inset Quotes erd
24068 \end_inset
24069
24070 .
24071 \end_layout
24072
24073 \end_inset
24074
24075
24076 \series default
24077
24078 \begin_inset ERT
24079 status collapsed
24080
24081 \begin_layout Plain Layout
24082
24083
24084 \backslash
24085 renewcommand{
24086 \backslash
24087 thefootnote}{
24088 \backslash
24089 arabic{footnote}}
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Standard
24098 \begin_inset Note Greyedout
24099 status open
24100
24101 \begin_layout Plain Layout
24102
24103 \series bold
24104 Nota: 
24105 \backslash
24106 numberwithin 
24107 \series default
24108 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24109  previas para obtener números no arábigos se sobreescriben.
24110 \end_layout
24111
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \begin_layout Standard
24118 Así, para obtener por ejemplo el esquema «capítulo.
24119 \backslash
24120 Roman{footnote}», usa este comando en vez de 
24121 \series bold
24122
24123 \backslash
24124 numberwithin
24125 \series default
24126 :
24127 \end_layout
24128
24129 \begin_layout Standard
24130
24131 \series bold
24132
24133 \backslash
24134 renewcommand{
24135 \backslash
24136 thefootnote}{
24137 \backslash
24138 thechapter.
24139 \backslash
24140 Roman{footnote}}
24141 \end_layout
24142
24143 \begin_layout Subsection
24144 Colocación de notas al pie
24145 \begin_inset Index
24146 status collapsed
24147
24148 \begin_layout Plain Layout
24149 Notas al pie ! Colocación
24150 \end_layout
24151
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \begin_layout Standard
24158 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24159  entre ellas al final de la página.
24160  Para hacerlas más legibles puedes añadir 1.5
24161 \begin_inset space \thinspace{}
24162 \end_inset
24163
24164 mm, p.
24165 \begin_inset space \thinspace{}
24166 \end_inset
24167
24168 e., con el comando siguiente en el preámbulo:
24169 \end_layout
24170
24171 \begin_layout Standard
24172
24173 \series bold
24174
24175 \backslash
24176 let
24177 \backslash
24178 myFoot
24179 \backslash
24180 footnote
24181 \begin_inset Newline newline
24182 \end_inset
24183
24184
24185 \backslash
24186 renewcommand{
24187 \backslash
24188 footnote}[1]{
24189 \backslash
24190 myFoot{#1
24191 \backslash
24192 vspace{1.5mm}}}
24193 \end_layout
24194
24195 \begin_layout Standard
24196 \begin_inset VSpace bigskip
24197 \end_inset
24198
24199 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24200  véase la figura
24201 \begin_inset space ~
24202 \end_inset
24203
24204
24205 \begin_inset CommandInset ref
24206 LatexCommand ref
24207 reference "fig:Colocación-standard-del-pie"
24208
24209 \end_inset
24210
24211 .
24212  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24213  en la figura
24214 \begin_inset space ~
24215 \end_inset
24216
24217
24218 \begin_inset CommandInset ref
24219 LatexCommand ref
24220 reference "fig:Colocación-del-pie-en"
24221
24222 \end_inset
24223
24224 , usa el paquete LaTeX 
24225 \series bold
24226 ftnright
24227 \series default
24228
24229 \begin_inset Index
24230 status collapsed
24231
24232 \begin_layout Plain Layout
24233 LaTeX-paquetes ! ftnright
24234 \end_layout
24235
24236 \end_inset
24237
24238  con este comando en el preámbulo:
24239 \end_layout
24240
24241 \begin_layout Standard
24242
24243 \series bold
24244
24245 \backslash
24246 usepackage{ftnright}
24247 \end_layout
24248
24249 \begin_layout Standard
24250 \begin_inset Float figure
24251 placement !h
24252 wide false
24253 sideways false
24254 status open
24255
24256 \begin_layout Plain Layout
24257 \begin_inset ERT
24258 status collapsed
24259
24260 \begin_layout Plain Layout
24261
24262
24263 \backslash
24264 framebox{
24265 \end_layout
24266
24267 \end_inset
24268
24269
24270 \begin_inset Graphics
24271         filename ../clipart/without_fntright.pdf
24272         width 100col%
24273
24274 \end_inset
24275
24276
24277 \begin_inset ERT
24278 status collapsed
24279
24280 \begin_layout Plain Layout
24281
24282 }
24283 \end_layout
24284
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Caption
24292
24293 \begin_layout Plain Layout
24294 \begin_inset CommandInset label
24295 LatexCommand label
24296 name "fig:Colocación-standard-del-pie"
24297
24298 \end_inset
24299
24300 Colocación estándar de notas al pie en documentos a dos columnas.
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 \begin_inset Float figure
24315 placement !h
24316 wide false
24317 sideways false
24318 status open
24319
24320 \begin_layout Plain Layout
24321 \begin_inset ERT
24322 status collapsed
24323
24324 \begin_layout Plain Layout
24325
24326
24327 \backslash
24328 framebox{
24329 \end_layout
24330
24331 \end_inset
24332
24333
24334 \begin_inset Graphics
24335         filename ../clipart/with_fntright.pdf
24336         width 100col%
24337
24338 \end_inset
24339
24340
24341 \begin_inset ERT
24342 status collapsed
24343
24344 \begin_layout Plain Layout
24345
24346 }
24347 \end_layout
24348
24349 \end_inset
24350
24351
24352 \end_layout
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Caption
24356
24357 \begin_layout Plain Layout
24358 \begin_inset CommandInset label
24359 LatexCommand label
24360 name "fig:Colocación-del-pie-en"
24361
24362 \end_inset
24363
24364 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24365  el paquete LaTeX 
24366 \series bold
24367 ftnright
24368 \series default
24369 .
24370 \end_layout
24371
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \end_inset
24378
24379
24380 \end_layout
24381
24382 \begin_layout Standard
24383 \begin_inset VSpace bigskip
24384 \end_inset
24385
24386 En alguna literatura científica es habitual reunir las notas para imprimirlas
24387  en un párrafo separado al final de la sección, como en la figura
24388 \begin_inset space ~
24389 \end_inset
24390
24391
24392 \begin_inset CommandInset ref
24393 LatexCommand ref
24394 reference "fig:Notas-al-pie-al-final"
24395
24396 \end_inset
24397
24398 .
24399  Para reunir las notas al final
24400 \begin_inset Index
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404 Notas ! al final
24405 \end_layout
24406
24407 \end_inset
24408
24409  en vez de al pie, carga el paquete LaTeX 
24410 \series bold
24411 endnotes
24412 \series default
24413
24414 \begin_inset Index
24415 status collapsed
24416
24417 \begin_layout Plain Layout
24418 LaTeX-paquetes ! endnotes
24419 \end_layout
24420
24421 \end_inset
24422
24423  con las siguientes líneas en el preámbulo:
24424 \end_layout
24425
24426 \begin_layout Standard
24427
24428 \series bold
24429
24430 \backslash
24431 usepackage{endnotes}
24432 \begin_inset Newline newline
24433 \end_inset
24434
24435
24436 \backslash
24437 let
24438 \backslash
24439 footnote
24440 \backslash
24441 endnote
24442 \end_layout
24443
24444 \begin_layout Standard
24445 Para insertar la colección de notas, escribe el comando
24446 \end_layout
24447
24448 \begin_layout Standard
24449
24450 \series bold
24451
24452 \backslash
24453 theendnotes
24454 \end_layout
24455
24456 \begin_layout Standard
24457 en código TeX al final de una sección o capítulo.
24458 \end_layout
24459
24460 \begin_layout Standard
24461 \begin_inset Float figure
24462 wide false
24463 sideways false
24464 status open
24465
24466 \begin_layout Plain Layout
24467 \align center
24468 \begin_inset ERT
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472
24473
24474 \backslash
24475 framebox{
24476 \end_layout
24477
24478 \end_inset
24479
24480
24481 \begin_inset Graphics
24482         filename ../clipart/endnotes.pdf
24483
24484 \end_inset
24485
24486
24487 \begin_inset ERT
24488 status collapsed
24489
24490 \begin_layout Plain Layout
24491
24492 }
24493 \end_layout
24494
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \begin_layout Plain Layout
24501 \begin_inset Caption
24502
24503 \begin_layout Plain Layout
24504 \begin_inset CommandInset label
24505 LatexCommand label
24506 name "fig:Notas-al-pie-al-final"
24507
24508 \end_inset
24509
24510 Notas al final: notas impresas en párrafo separado al final de la sección
24511  o del capítulo.
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \begin_layout Standard
24525 \begin_inset VSpace medskip
24526 \end_inset
24527
24528 La cabecera de párrafo para las notas finales no se traduce automáticamente
24529  al lenguaje del documento, hay que hacerlo manualmente.
24530   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24531  al español «Notas»:
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \series bold
24537
24538 \backslash
24539 renewcommand{
24540 \backslash
24541 notesname}{Notas}
24542 \end_layout
24543
24544 \begin_layout Standard
24545 \begin_inset VSpace medskip
24546 \end_inset
24547
24548 La numeración de notas finales puede cambiarse como la de las notas al pie,
24549  como se describe en la sección
24550 \begin_inset space ~
24551 \end_inset
24552
24553
24554 \begin_inset CommandInset ref
24555 LatexCommand ref
24556 reference "sub:Numeración-de-Notas-al-Pie"
24557
24558 \end_inset
24559
24560 ; sólo hay que reemplazar el comando 
24561 \series bold
24562
24563 \backslash
24564 thefootnote
24565 \series default
24566  por 
24567 \series bold
24568
24569 \backslash
24570 theendnote
24571 \series default
24572 .
24573  Para restablecer la numeración usa el comando 
24574 \series bold
24575
24576 \backslash
24577 @addtoreset
24578 \series default
24579  como se describe en la sección
24580 \begin_inset space ~
24581 \end_inset
24582
24583
24584 \begin_inset CommandInset ref
24585 LatexCommand ref
24586 reference "sub:Numeración-de-Notas-al-Pie"
24587
24588 \end_inset
24589
24590  y sustituye el parámetro de comando 
24591 \series bold
24592 footnote
24593 \series default
24594  por 
24595 \series bold
24596 endnote
24597 \series default
24598 .
24599 \end_layout
24600
24601 \begin_layout Standard
24602 Para crear sólo una marca para una nota final, usa el comando 
24603 \series bold
24604
24605 \backslash
24606 endnotemark[número]
24607 \series default
24608  similar al comando 
24609 \series bold
24610
24611 \backslash
24612 footnotemark
24613 \series default
24614 , descrito en la sección
24615 \begin_inset space ~
24616 \end_inset
24617
24618
24619 \begin_inset CommandInset ref
24620 LatexCommand ref
24621 reference "sec:Notas-al-pie"
24622
24623 \end_inset
24624
24625 .
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \begin_inset VSpace bigskip
24630 \end_inset
24631
24632 Las notas al pie también pueden colocarse al margen de la página y la alineación
24633  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24634 \series bold
24635 footmisc
24636 \series default
24637
24638 \begin_inset Index
24639 status collapsed
24640
24641 \begin_layout Plain Layout
24642 LaTeX-paquetes ! footmisc
24643 \end_layout
24644
24645 \end_inset
24646
24647  
24648 \begin_inset CommandInset citation
24649 LatexCommand cite
24650 key "footmisc"
24651
24652 \end_inset
24653
24654  para más información.
24655 \end_layout
24656
24657 \begin_layout Standard
24658 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24659  
24660 \begin_inset CommandInset citation
24661 LatexCommand cite
24662 key "latexcompanion,latexguide,latexbook"
24663
24664 \end_inset
24665
24666 .
24667 \end_layout
24668
24669 \begin_layout Section
24670 Notas al margen
24671 \begin_inset Index
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675 Notas ! al margen
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \end_layout
24682
24683 \begin_layout Standard
24684 Las notas al margen se ven y se comportan en LyX como notas al pie.
24685  Se insertan con el menú 
24686 \family sans
24687 Insertar\SpecialChar \menuseparator
24688 Nota
24689 \begin_inset space ~
24690 \end_inset
24691
24692 al
24693 \begin_inset space ~
24694 \end_inset
24695
24696 margen
24697 \family default
24698  o con el botón 
24699 \begin_inset Graphics
24700         filename ../../images/marginalnote-insert.png
24701         scale 85
24702
24703 \end_inset
24704
24705 .
24706  Aparece un cuadro gris con la etiqueta 
24707 \family roman
24708 \series medium
24709 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24710 \end_layout
24711
24712 \begin_layout Standard
24713 Al lado hay un ejemplo de nota al margen.
24714
24715 \family roman
24716 \series medium
24717  
24718 \begin_inset Marginal
24719 status open
24720
24721 \begin_layout Plain Layout
24722 Esto es una nota al margen.
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \end_layout
24729
24730 \begin_layout Standard
24731 Estas notas salen en el margen derecho en documentos a una cara.
24732  En documentos a doble cara se muestran en el margen externo —margen izquierdo
24733  en páginas pares, derecho en páginas impares—.
24734  El texto de las notas se ajusta a la parte opuesta al margen —se ajusta
24735  a la derecha si la nota aparece en el margen izquierdo—.
24736  La primera línea de la nota se sitúa en la posición de la línea del texto
24737  en la que se inserta en el documento.
24738 \end_layout
24739
24740 \begin_layout Standard
24741 \begin_inset VSpace bigskip
24742 \end_inset
24743
24744 Para colocar la nota en el margen interno añade el comando
24745 \end_layout
24746
24747 \begin_layout Standard
24748
24749 \series bold
24750
24751 \backslash
24752 reversemarginpar
24753 \end_layout
24754
24755 \begin_layout Standard
24756 en código TeX antes de la nota.
24757  La nueva colocación es válida para todas las siguientes notas al margen.
24758  
24759 \begin_inset ERT
24760 status collapsed
24761
24762 \begin_layout Plain Layout
24763
24764
24765 \backslash
24766 reversemarginpar 
24767 \end_layout
24768
24769 \end_inset
24770
24771
24772 \begin_inset Marginal
24773 status open
24774
24775 \begin_layout Plain Layout
24776 Esto es una nota en el margen interno.
24777 \end_layout
24778
24779 \end_inset
24780
24781
24782 \series bold
24783
24784 \begin_inset Newline newline
24785 \end_inset
24786
24787
24788 \series default
24789
24790 \begin_inset Note Greyedout
24791 status open
24792
24793 \begin_layout Plain Layout
24794
24795 \series bold
24796 Nota:
24797 \series default
24798  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24799  no se mostrará correctamente en la salida.
24800 \end_layout
24801
24802 \end_inset
24803
24804
24805 \end_layout
24806
24807 \begin_layout Standard
24808 Para volver a la ubicación predeterminada inserta en código TeX el comando
24809 \begin_inset ERT
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813
24814
24815 \backslash
24816 normalmarginpar 
24817 \end_layout
24818
24819 \end_inset
24820
24821
24822 \end_layout
24823
24824 \begin_layout Standard
24825
24826 \series bold
24827
24828 \backslash
24829 normalmarginpar
24830 \end_layout
24831
24832 \begin_layout Standard
24833 \begin_inset Note Greyedout
24834 status open
24835
24836 \begin_layout Plain Layout
24837
24838 \series bold
24839 Nota:
24840 \series default
24841  El comando se ignora si en el mismo párrafo está también presente el comando
24842  
24843 \series bold
24844
24845 \backslash
24846 reversemarginpar
24847 \series default
24848 .
24849 \end_layout
24850
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 \begin_inset VSpace bigskip
24858 \end_inset
24859
24860
24861 \family roman
24862 \series medium
24863
24864 \begin_inset Marginal
24865 status open
24866
24867 \begin_layout Plain Layout
24868 PalabraMuyLargaAlMargen no partida con guión.
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \family default
24875 \series default
24876  Como en el caso descrito en la sección
24877 \begin_inset space ~
24878 \end_inset
24879
24880
24881 \begin_inset CommandInset ref
24882 LatexCommand ref
24883 reference "sub:Líneas-Múltiples-en"
24884
24885 \end_inset
24886
24887 , una palabra larga no puede partirse con guión cuando es la primera en
24888  la nota al margen.
24889  Para evitar esto, inserta un espacio horizontal de 0
24890 \begin_inset space \thinspace{}
24891 \end_inset
24892
24893 pt antes de la palabra
24894 \family roman
24895 \series medium
24896 .
24897  
24898 \begin_inset Marginal
24899 status open
24900
24901 \begin_layout Plain Layout
24902 \begin_inset ERT
24903 status collapsed
24904
24905 \begin_layout Plain Layout
24906
24907
24908 \backslash
24909 hspace{0pt}
24910 \end_layout
24911
24912 \end_inset
24913
24914 PalabraMuyLargaAlMargen partida con guión.
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 \begin_inset VSpace bigskip
24924 \end_inset
24925
24926
24927 \end_layout
24928
24929 \begin_layout Standard
24930 \begin_inset Note Greyedout
24931 status open
24932
24933 \begin_layout Plain Layout
24934
24935 \series bold
24936 Nota:
24937 \series default
24938  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24939  notas al pie.
24940 \end_layout
24941
24942 \end_inset
24943
24944
24945 \end_layout
24946
24947 \begin_layout Standard
24948 \begin_inset VSpace bigskip
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Standard
24955 \begin_inset ERT
24956 status collapsed
24957
24958 \begin_layout Plain Layout
24959
24960
24961 \backslash
24962 ifmarginnote
24963 \end_layout
24964
24965 \end_inset
24966
24967
24968 \begin_inset Note Note
24969 status open
24970
24971 \begin_layout Plain Layout
24972 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24973  LaTeX 
24974 \series bold
24975 marginnote
24976 \series default
24977 .
24978 \end_layout
24979
24980 \end_inset
24981
24982
24983 \end_layout
24984
24985 \begin_layout Standard
24986 Esta restricción se puede salvar con el paquete LaTeX 
24987 \series bold
24988 marginnote
24989 \series default
24990
24991 \begin_inset Index
24992 status collapsed
24993
24994 \begin_layout Plain Layout
24995 LaTeX-paquetes ! marginnote
24996 \end_layout
24997
24998 \end_inset
24999
25000 .
25001  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25002  notas al margen es redefinido para usar el comando proporcionado por el
25003  paquete 
25004 \series bold
25005 marginnote
25006 \series default
25007 :
25008 \end_layout
25009
25010 \begin_layout Standard
25011
25012 \series bold
25013
25014 \backslash
25015 usepackage{marginnote}
25016 \begin_inset Newline newline
25017 \end_inset
25018
25019
25020 \backslash
25021 let
25022 \backslash
25023 marginpar
25024 \backslash
25025 marginnote
25026 \end_layout
25027
25028 \begin_layout Standard
25029 Esto se ha utilizado en el presente documento porque 
25030 \series bold
25031 marginnote
25032 \series default
25033  tiene una característica adicional útil: Puedes establecer un desplazamiento
25034  vertical a la nota.
25035  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25036  diseño de la página.
25037  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25038  en código TeX
25039 \end_layout
25040
25041 \begin_layout Standard
25042
25043 \series bold
25044 [desplazamiento]
25045 \end_layout
25046
25047 \begin_layout Standard
25048 donde desplazamiento es una longitud en una de las unidades de la tabla
25049 \begin_inset space ~
25050 \end_inset
25051
25052
25053 \begin_inset CommandInset ref
25054 LatexCommand ref
25055 reference "tab:Unidades"
25056
25057 \end_inset
25058
25059 .
25060  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25061  abajo.
25062  
25063 \family roman
25064 \series medium
25065 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25066 \begin_inset space \thinspace{}
25067 \end_inset
25068
25069 cm arriba con el comando en código TeX 
25070 \begin_inset Quotes eld
25071 \end_inset
25072
25073
25074 \family default
25075 \series bold
25076 [-1.5cm]
25077 \family roman
25078 \series medium
25079
25080 \begin_inset Quotes erd
25081 \end_inset
25082
25083
25084 \begin_inset Marginal
25085 status collapsed
25086
25087 \begin_layout Plain Layout
25088 Esta nota está 1.5
25089 \begin_inset space \thinspace{}
25090 \end_inset
25091
25092 cm por encima de su posición original.
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \family default
25099 \series default
25100
25101 \begin_inset ERT
25102 status collapsed
25103
25104 \begin_layout Plain Layout
25105
25106 [-1.5cm]
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 \begin_inset VSpace medskip
25116 \end_inset
25117
25118 Con 
25119 \series bold
25120 marginnote
25121 \series default
25122  también puedes cambiar la alineación del texto en el margen.
25123  Por ejemplo los comandos
25124 \end_layout
25125
25126 \begin_layout Standard
25127
25128 \series bold
25129
25130 \backslash
25131 renewcommand*{
25132 \backslash
25133 raggedleftmarginnote}{
25134 \backslash
25135 centering}
25136 \begin_inset Newline newline
25137 \end_inset
25138
25139
25140 \backslash
25141 renewcommand*{
25142 \backslash
25143 raggedrightmarginnote}{
25144 \backslash
25145 centering}
25146 \end_layout
25147
25148 \begin_layout Standard
25149 producen alineación centrada.
25150  
25151 \series bold
25152
25153 \backslash
25154 raggedleftmarginnote
25155 \series default
25156  identifica las notas que aparecen al lado izquierdo.
25157 \family roman
25158 \series medium
25159
25160 \begin_inset ERT
25161 status collapsed
25162
25163 \begin_layout Plain Layout
25164
25165
25166 \backslash
25167 renewcommand*{
25168 \backslash
25169 raggedleftmarginnote}{
25170 \backslash
25171 centering}
25172 \end_layout
25173
25174 \begin_layout Plain Layout
25175
25176
25177 \backslash
25178 renewcommand*{
25179 \backslash
25180 raggedrightmarginnote}{
25181 \backslash
25182 centering}
25183 \end_layout
25184
25185 \end_inset
25186
25187
25188 \begin_inset Marginal
25189 status open
25190
25191 \begin_layout Plain Layout
25192 El texto de esta nota está centrado.
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \family default
25199 \series default
25200  El valor predeterminado es 
25201 \end_layout
25202
25203 \begin_layout Standard
25204
25205 \series bold
25206
25207 \backslash
25208 renewcommand*{
25209 \backslash
25210 raggedleftmarginnote}{
25211 \backslash
25212 raggedleft}
25213 \begin_inset Newline newline
25214 \end_inset
25215
25216
25217 \backslash
25218 renewcommand*{
25219 \backslash
25220 raggedrightmarginnote}{
25221 \backslash
25222 raggedright}
25223 \family roman
25224 \series medium
25225
25226 \begin_inset ERT
25227 status collapsed
25228
25229 \begin_layout Plain Layout
25230
25231
25232 \backslash
25233 renewcommand*{
25234 \backslash
25235 raggedleftmarginnote}{
25236 \backslash
25237 raggedleft}
25238 \end_layout
25239
25240 \begin_layout Plain Layout
25241
25242
25243 \backslash
25244 renewcommand*{
25245 \backslash
25246 raggedrightmarginnote}{
25247 \backslash
25248 raggedright}
25249 \end_layout
25250
25251 \end_inset
25252
25253
25254 \end_layout
25255
25256 \begin_layout Standard
25257 \begin_inset VSpace medskip
25258 \end_inset
25259
25260 Para otras características de 
25261 \series bold
25262 marginnote
25263 \series default
25264  mira en su documentación 
25265 \begin_inset CommandInset citation
25266 LatexCommand cite
25267 key "marginnote"
25268
25269 \end_inset
25270
25271 .
25272 \end_layout
25273
25274 \begin_layout Standard
25275 \begin_inset VSpace bigskip
25276 \end_inset
25277
25278 El diseño de las notas al margen puede ser redefinido.
25279  Por ejemplo, para crear una cabecera para todas las notas con el texto
25280  
25281 \begin_inset Quotes eld
25282 \end_inset
25283
25284
25285 \series bold
25286 \bar under
25287 ¡
25288 \family sans
25289 Atención
25290 \family default
25291 !
25292 \series default
25293 \bar default
25294
25295 \begin_inset Quotes erd
25296 \end_inset
25297
25298 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25299 \end_layout
25300
25301 \begin_layout Standard
25302
25303 \series bold
25304
25305 \backslash
25306 let
25307 \backslash
25308 myMarginpar
25309 \backslash
25310 marginpar
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \backslash
25316 renewcommand{
25317 \backslash
25318 marginpar}[1]{
25319 \backslash
25320 myMarginpar{%
25321 \begin_inset Newline newline
25322 \end_inset
25323
25324
25325 \begin_inset ERT
25326 status collapsed
25327
25328 \begin_layout Plain Layout
25329
25330
25331 \backslash
25332 hphantom{ }
25333 \end_layout
25334
25335 \end_inset
25336
25337
25338 \backslash
25339 hspace{0pt}
25340 \backslash
25341 textsf{
25342 \backslash
25343 textbf{
25344 \backslash
25345 underbar{¡Atención!}}}%
25346 \begin_inset Newline newline
25347 \end_inset
25348
25349
25350 \begin_inset ERT
25351 status collapsed
25352
25353 \begin_layout Plain Layout
25354
25355
25356 \backslash
25357 hphantom{ }
25358 \end_layout
25359
25360 \end_inset
25361
25362
25363 \backslash
25364 vspace{1.5mm}
25365 \backslash
25366
25367 \backslash
25368 #1}}
25369 \end_layout
25370
25371 \begin_layout Standard
25372
25373 \family roman
25374 \series medium
25375 \begin_inset ERT
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379
25380
25381 \backslash
25382 let
25383 \backslash
25384 myMarginpar
25385 \backslash
25386 marginpar
25387 \end_layout
25388
25389 \begin_layout Plain Layout
25390
25391
25392 \backslash
25393 renewcommand{
25394 \backslash
25395 marginpar}[1]{
25396 \backslash
25397 myMarginpar{%
25398 \end_layout
25399
25400 \begin_layout Plain Layout
25401
25402    
25403 \backslash
25404 textsf{
25405 \backslash
25406 textbf{
25407 \backslash
25408 underbar{¡Atención!}}}%
25409 \end_layout
25410
25411 \begin_layout Plain Layout
25412
25413    
25414 \backslash
25415 vspace{1.5mm}
25416 \backslash
25417
25418 \backslash
25419 #1}}
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \begin_inset Marginal
25426 status open
25427
25428 \begin_layout Plain Layout
25429 Esta es una nota con una cabecera definida.
25430 \end_layout
25431
25432 \end_inset
25433
25434
25435 \family default
25436 \series default
25437
25438 \begin_inset ERT
25439 status collapsed
25440
25441 \begin_layout Plain Layout
25442
25443 [-1.5cm]
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \family roman
25450 \series medium
25451
25452 \begin_inset ERT
25453 status collapsed
25454
25455 \begin_layout Plain Layout
25456
25457
25458 \backslash
25459 renewcommand{
25460 \backslash
25461 marginpar}[1]{
25462 \backslash
25463 myMarginpar{#1}}
25464 \end_layout
25465
25466 \end_inset
25467
25468
25469 \family default
25470 \series default
25471
25472 \begin_inset Note Note
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \begin_layout Standard
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490
25491 \backslash
25492 else
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \begin_inset Note Note
25499 status open
25500
25501 \begin_layout Plain Layout
25502 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25503  
25504 \series bold
25505 marginnote
25506 \series default
25507 .
25508 \end_layout
25509
25510 \end_inset
25511
25512
25513 \end_layout
25514
25515 \begin_layout Standard
25516 Debes instalar el paquete LaTeX 
25517 \series bold
25518 marginnote
25519 \series default
25520  para ver la parte siguiente en la salida.
25521 \end_layout
25522
25523 \begin_layout Standard
25524 \begin_inset ERT
25525 status collapsed
25526
25527 \begin_layout Plain Layout
25528
25529
25530 \backslash
25531 fi
25532 \end_layout
25533
25534 \end_inset
25535
25536
25537 \end_layout
25538
25539 \begin_layout Chapter
25540 Cuadros
25541 \end_layout
25542
25543 \begin_layout Section
25544 Introducción
25545 \begin_inset Index
25546 status collapsed
25547
25548 \begin_layout Plain Layout
25549 Cuadros ! Introducción
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \begin_layout Standard
25558 Los cuadros se emplean para dar formato a bloques de texto.
25559  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25560 \begin_inset space ~
25561 \end_inset
25562
25563
25564 \begin_inset CommandInset ref
25565 LatexCommand ref
25566 reference "sec:Minipáginas"
25567
25568 \end_inset
25569
25570 , enmarcar textos, véase sección
25571 \begin_inset space ~
25572 \end_inset
25573
25574
25575 \begin_inset CommandInset ref
25576 LatexCommand ref
25577 reference "sec:Cuadros-Enmarcados"
25578
25579 \end_inset
25580
25581 , evitar la división de palabras, véase sección
25582 \begin_inset space ~
25583 \end_inset
25584
25585
25586 \begin_inset CommandInset ref
25587 LatexCommand ref
25588 reference "sec:Evitar-la-Partición"
25589
25590 \end_inset
25591
25592 , alinear texto, véase sección
25593 \begin_inset space ~
25594 \end_inset
25595
25596
25597 \begin_inset CommandInset ref
25598 LatexCommand ref
25599 reference "sub:Alineación-Vertical"
25600
25601 \end_inset
25602
25603 , o para poner color de fondo a un texto, véase sección
25604 \begin_inset space ~
25605 \end_inset
25606
25607
25608 \begin_inset CommandInset ref
25609 LatexCommand ref
25610 reference "sec:Cuadros-Coloreados"
25611
25612 \end_inset
25613
25614 .
25615 \end_layout
25616
25617 \begin_layout Standard
25618 Se insertan con el menú 
25619 \family sans
25620 Insertar\SpecialChar \menuseparator
25621 Cuadro
25622 \family default
25623  o con el botón 
25624 \begin_inset Graphics
25625         filename ../../images/box-insert.png
25626         scale 85
25627
25628 \end_inset
25629
25630 .
25631  Surge un recuadro gris con la etiqueta 
25632 \family sans
25633 Cuadro (Minipágina)
25634 \family default
25635
25636 \begin_inset Graphics
25637         filename clipart/CuadroMinipagQt4.png
25638         scale 75
25639         keepAspectRatio
25640
25641 \end_inset
25642
25643 .
25644  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25645  Sale un diálogo en el que 
25646 \family sans
25647 Cuadro
25648 \family default
25649
25650 \begin_inset space ~
25651 \end_inset
25652
25653
25654 \family sans
25655 interior
25656 \family default
25657  permite escoger los tipos 
25658 \family sans
25659 Párrafo
25660 \family default
25661  y 
25662 \family sans
25663 Minipágina
25664 \family default
25665 .
25666  
25667 \family sans
25668 Minipágina
25669 \family default
25670  es el predeterminado para nuevos cuadros y se explica en la sección
25671 \begin_inset space ~
25672 \end_inset
25673
25674
25675 \begin_inset CommandInset ref
25676 LatexCommand ref
25677 reference "sec:Minipáginas"
25678
25679 \end_inset
25680
25681 ; el tipo 
25682 \family sans
25683 Párrafo
25684 \family default
25685  se describe en la sección
25686 \begin_inset space ~
25687 \end_inset
25688
25689
25690 \begin_inset CommandInset ref
25691 LatexCommand ref
25692 reference "sec:Cuadros-de-Párrafo"
25693
25694 \end_inset
25695
25696 .
25697 \end_layout
25698
25699 \begin_layout Standard
25700 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25701  flotantes o las notas al pie.
25702 \end_layout
25703
25704 \begin_layout Standard
25705 \begin_inset Note Greyedout
25706 status open
25707
25708 \begin_layout Plain Layout
25709
25710 \series bold
25711 Nota:
25712 \series default
25713  Los cuadros no deben ser el ítem en un entorno 
25714 \family sans
25715 Enumeración*
25716 \family default
25717  o 
25718 \family sans
25719 Descripción
25720 \family default
25721 .
25722 \end_layout
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 \begin_inset Note Greyedout
25731 status open
25732
25733 \begin_layout Plain Layout
25734
25735 \series bold
25736 Nota:
25737 \series default
25738  Por razones desconocidas sólo se puede poner el tipo 
25739 \family sans
25740 Cuadro
25741 \begin_inset space ~
25742 \end_inset
25743
25744 interior
25745 \family default
25746  en 
25747 \family sans
25748 Ninguno
25749 \family default
25750  cuando se emplea un cuadro enmarcado.
25751  Los cuadros sin ningún tipo de 
25752 \family sans
25753 Cuadro
25754 \begin_inset space ~
25755 \end_inset
25756
25757 interior
25758 \family default
25759  y sin marcos se explican en la sección
25760 \begin_inset space ~
25761 \end_inset
25762
25763
25764 \begin_inset CommandInset ref
25765 LatexCommand ref
25766 reference "sec:Evitar-la-Partición"
25767
25768 \end_inset
25769
25770 .
25771 \end_layout
25772
25773 \end_inset
25774
25775
25776 \end_layout
25777
25778 \begin_layout Section
25779 Diálogo de cuadros
25780 \begin_inset CommandInset label
25781 LatexCommand label
25782 name "sec:Diálogo-Cuadros"
25783
25784 \end_inset
25785
25786
25787 \begin_inset Index
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 Cuadros ! Configuración
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Subsection
25800 Tamaño
25801 \begin_inset Index
25802 status collapsed
25803
25804 \begin_layout Plain Layout
25805 Cuadros ! Tamaño
25806 \end_layout
25807
25808 \end_inset
25809
25810
25811 \end_layout
25812
25813 \begin_layout Standard
25814 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25815 \family sans
25816 Ancho
25817 \family default
25818  y 
25819 \family sans
25820 Alto
25821 \family default
25822 .
25823  Las unidades disponibles para la geometría se describen en la tabla
25824 \begin_inset space ~
25825 \end_inset
25826
25827
25828 \begin_inset CommandInset ref
25829 LatexCommand ref
25830 reference "tab:Unidades"
25831
25832 \end_inset
25833
25834 .
25835  El campo 
25836 \family sans
25837 Alto
25838 \family default
25839  ofrece los siguientes tamaños adicionales:
25840 \end_layout
25841
25842 \begin_layout Description
25843 Profundidad Este es el texto plano «alto».
25844  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25845  cuadro:
25846 \begin_inset Newline newline
25847 \end_inset
25848
25849
25850 \begin_inset Newline newline
25851 \end_inset
25852
25853
25854 \begin_inset Newline newline
25855 \end_inset
25856
25857
25858 \begin_inset Box Boxed
25859 position "c"
25860 hor_pos "c"
25861 has_inner_box 1
25862 inner_pos "c"
25863 use_parbox 0
25864 width "12col%"
25865 special "none"
25866 height "1in"
25867 height_special "depth"
25868 status open
25869
25870 \begin_layout Plain Layout
25871 \align center
25872 Cuadro con altura establecida en 1
25873 \begin_inset space \thinspace{}
25874 \end_inset
25875
25876 Profundidad
25877 \end_layout
25878
25879 \end_inset
25880
25881
25882 \begin_inset Newline newline
25883 \end_inset
25884
25885
25886 \begin_inset Newline newline
25887 \end_inset
25888
25889
25890 \end_layout
25891
25892 \begin_layout Description
25893 Alto Es la altura del texto que está dentro del cuadro.
25894  Un valor de, p.
25895 \begin_inset space \thinspace{}
25896 \end_inset
25897
25898 e.
25899 \begin_inset space ~
25900 \end_inset
25901
25902 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25903  
25904 \begin_inset Box Boxed
25905 position "c"
25906 hor_pos "c"
25907 has_inner_box 1
25908 inner_pos "c"
25909 use_parbox 0
25910 width "20col%"
25911 special "none"
25912 height "2in"
25913 height_special "height"
25914 status open
25915
25916 \begin_layout Plain Layout
25917 \align center
25918 Cuadro con altura puesta en 2
25919 \begin_inset space \thinspace{}
25920 \end_inset
25921
25922 Alto
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Description
25931 Alto
25932 \begin_inset space ~
25933 \end_inset
25934
25935 total Esto es el Alto
25936 \begin_inset space \thinspace{}
25937 \end_inset
25938
25939 +
25940 \begin_inset space \thinspace{}
25941 \end_inset
25942
25943 Profundidad: 
25944 \begin_inset Box Boxed
25945 position "c"
25946 hor_pos "c"
25947 has_inner_box 1
25948 inner_pos "c"
25949 use_parbox 0
25950 width "20col%"
25951 special "none"
25952 height "1in"
25953 height_special "totalheight"
25954 status open
25955
25956 \begin_layout Plain Layout
25957 \align center
25958 Cuadro con altura puesta a 1
25959 \begin_inset space \thinspace{}
25960 \end_inset
25961
25962 Alto
25963 \begin_inset space ~
25964 \end_inset
25965
25966 total
25967 \end_layout
25968
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \begin_layout Description
25975 Ancho Esto determina al ancho del cuadro como altura: 
25976 \begin_inset Box Boxed
25977 position "c"
25978 hor_pos "c"
25979 has_inner_box 1
25980 inner_pos "c"
25981 use_parbox 0
25982 width "12col%"
25983 special "none"
25984 height "1in"
25985 height_special "width"
25986 status open
25987
25988 \begin_layout Plain Layout
25989 \align center
25990 Cuadro con altura puesta en 1
25991 \begin_inset space \thinspace{}
25992 \end_inset
25993
25994 Ancho
25995 \end_layout
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Subsection
26003 Alineación
26004 \begin_inset Index
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 Cuadros ! Alineación
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 Si has elegido un 
26018 \family sans
26019 Cuadro
26020 \begin_inset space ~
26021 \end_inset
26022
26023 interior
26024 \family default
26025 , la alineación vertical del cuadro puede ser:
26026 \end_layout
26027
26028 \begin_layout Description
26029 Superior Ejemplo de línea de texto.
26030  
26031 \begin_inset Box Boxed
26032 position "t"
26033 hor_pos "c"
26034 has_inner_box 1
26035 inner_pos "c"
26036 use_parbox 0
26037 width "12col%"
26038 special "none"
26039 height "1in"
26040 height_special "totalheight"
26041 status collapsed
26042
26043 \begin_layout Plain Layout
26044 \align center
26045 Cuadro alineado arriba.
26046 \end_layout
26047
26048 \end_inset
26049
26050  Ejemplo de línea de texto.
26051 \end_layout
26052
26053 \begin_layout Description
26054 Medio Ejemplo de línea de texto.
26055  
26056 \begin_inset Box Boxed
26057 position "c"
26058 hor_pos "c"
26059 has_inner_box 1
26060 inner_pos "c"
26061 use_parbox 0
26062 width "12col%"
26063 special "none"
26064 height "1in"
26065 height_special "totalheight"
26066 status collapsed
26067
26068 \begin_layout Plain Layout
26069 \align center
26070 Cuadro alineado en medio.
26071 \end_layout
26072
26073 \end_inset
26074
26075  Ejemplo de línea de texto.
26076 \end_layout
26077
26078 \begin_layout Description
26079 Inferior Ejemplo de línea de texto.
26080  
26081 \begin_inset Box Boxed
26082 position "b"
26083 hor_pos "c"
26084 has_inner_box 1
26085 inner_pos "c"
26086 use_parbox 0
26087 width "12col%"
26088 special "none"
26089 height "1in"
26090 height_special "totalheight"
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094 \align center
26095 Cuadro alineado abajo.
26096 \end_layout
26097
26098 \end_inset
26099
26100  Ejemplo de línea de texto.
26101 \end_layout
26102
26103 \begin_layout Standard
26104 \begin_inset Note Greyedout
26105 status open
26106
26107 \begin_layout Plain Layout
26108
26109 \series bold
26110 Nota:
26111 \series default
26112  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26113  en una línea y, p.
26114 \begin_inset space \thinspace{}
26115 \end_inset
26116
26117 e., uno de ellos tiene sombreado y el otro no.
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \begin_layout Standard
26126 La alineación horizontal del cuadro puede establecerse en el diálogo de
26127  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26128 \end_layout
26129
26130 \begin_layout Standard
26131 \begin_inset VSpace bigskip
26132 \end_inset
26133
26134 Si has escogido un 
26135 \family sans
26136 Cuadro
26137 \begin_inset space ~
26138 \end_inset
26139
26140 interior
26141 \family default
26142 , el contenido puede alinearse verticalmente a:
26143 \end_layout
26144
26145 \begin_layout Description
26146 Superior Ejemplo de línea de texto.
26147  
26148 \begin_inset Box Boxed
26149 position "c"
26150 hor_pos "c"
26151 has_inner_box 1
26152 inner_pos "t"
26153 use_parbox 0
26154 width "12col%"
26155 special "none"
26156 height "1.5in"
26157 height_special "totalheight"
26158 status collapsed
26159
26160 \begin_layout Plain Layout
26161 \align center
26162 Cuadro con texto alineado arriba.
26163 \end_layout
26164
26165 \end_inset
26166
26167  Ejemplo de línea de texto.
26168 \end_layout
26169
26170 \begin_layout Description
26171 Medio Ejemplo de línea de texto.
26172  
26173 \begin_inset Box Boxed
26174 position "c"
26175 hor_pos "c"
26176 has_inner_box 1
26177 inner_pos "c"
26178 use_parbox 0
26179 width "12col%"
26180 special "none"
26181 height "1.5in"
26182 height_special "totalheight"
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186 \align center
26187 Cuadro con texto alineado en medio.
26188 \end_layout
26189
26190 \end_inset
26191
26192  Ejemplo de línea de texto.
26193 \end_layout
26194
26195 \begin_layout Description
26196 Inferior Ejemplo de línea de texto.
26197  
26198 \begin_inset Box Boxed
26199 position "c"
26200 hor_pos "c"
26201 has_inner_box 1
26202 inner_pos "b"
26203 use_parbox 0
26204 width "12col%"
26205 special "none"
26206 height "1.5in"
26207 height_special "totalheight"
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211 \align center
26212 Cuadro con texto alineado abajo.
26213 \end_layout
26214
26215 \end_inset
26216
26217  Ejemplo de línea de texto.
26218 \end_layout
26219
26220 \begin_layout Description
26221 Estirado Ejemplo de línea de texto.
26222  
26223 \begin_inset Box Boxed
26224 position "c"
26225 hor_pos "c"
26226 has_inner_box 1
26227 inner_pos "s"
26228 use_parbox 0
26229 width "12col%"
26230 special "none"
26231 height "1.5in"
26232 height_special "totalheight"
26233 status collapsed
26234
26235 \begin_layout Plain Layout
26236 \align center
26237 Este texto
26238 \end_layout
26239
26240 \begin_layout Plain Layout
26241 \align center
26242 está
26243 \end_layout
26244
26245 \begin_layout Plain Layout
26246 \align center
26247 estirado.
26248 \end_layout
26249
26250 \end_inset
26251
26252  Ejemplo de línea de texto.
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Para estirar el contenido debe tener más de un párrafo.
26257  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26258 \end_layout
26259
26260 \begin_layout Standard
26261 \begin_inset VSpace bigskip
26262 \end_inset
26263
26264 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26265  LyX cuando hayas escogido un 
26266 \family sans
26267 Cuadro
26268 \begin_inset space ~
26269 \end_inset
26270
26271 interior
26272 \family default
26273 .
26274 \end_layout
26275
26276 \begin_layout Standard
26277 \align center
26278 \begin_inset Box Boxed
26279 position "c"
26280 hor_pos "c"
26281 has_inner_box 1
26282 inner_pos "s"
26283 use_parbox 0
26284 width "15col%"
26285 special "none"
26286 height "1.25in"
26287 height_special "totalheight"
26288 status collapsed
26289
26290 \begin_layout Plain Layout
26291 \align left
26292 Cuadro
26293 \end_layout
26294
26295 \begin_layout Plain Layout
26296 \align center
26297 con texto
26298 \end_layout
26299
26300 \begin_layout Plain Layout
26301 \align right
26302 estirado
26303 \end_layout
26304
26305 \end_inset
26306
26307
26308 \end_layout
26309
26310 \begin_layout Standard
26311 Si no has establecido un 
26312 \family sans
26313 Cuadro
26314 \begin_inset space ~
26315 \end_inset
26316
26317 interior
26318 \family default
26319 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26320  cuadro.
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \align center
26325 \begin_inset Box Boxed
26326 position "c"
26327 hor_pos "s"
26328 has_inner_box 0
26329 inner_pos "s"
26330 use_parbox 0
26331 width "90col%"
26332 special "none"
26333 height "1.25in"
26334 height_special "totalheight"
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338 \align left
26339 Texto estirado horizontalmente.
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Subsection
26348 Cuadros enmarcados
26349 \begin_inset CommandInset label
26350 LatexCommand label
26351 name "sec:Cuadros-Enmarcados"
26352
26353 \end_inset
26354
26355
26356 \begin_inset Index
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360 Cuadros ! Marcos
26361 \end_layout
26362
26363 \end_inset
26364
26365
26366 \end_layout
26367
26368 \begin_layout Standard
26369 El estilo de marco del cuadro se puede determinar en la lista desplegable
26370  
26371 \family sans
26372 Tipo
26373 \family default
26374  del diálogo de cuadros.
26375  Son posibles los siguientes marcos:
26376 \end_layout
26377
26378 \begin_layout Description
26379 Marco
26380 \begin_inset space ~
26381 \end_inset
26382
26383 sencillo Dibuja un marco rectangular alrededor del cuadro.
26384  El grosor del marco depende de 
26385 \series bold
26386
26387 \backslash
26388 fboxrule
26389 \series default
26390 .
26391  
26392 \begin_inset Box Boxed
26393 position "c"
26394 hor_pos "c"
26395 has_inner_box 1
26396 inner_pos "c"
26397 use_parbox 0
26398 width "25col%"
26399 special "none"
26400 height "1in"
26401 height_special "totalheight"
26402 status open
26403
26404 \begin_layout Plain Layout
26405 \align center
26406 Cuadro rectangular
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Description
26415 Marco
26416 \begin_inset space ~
26417 \end_inset
26418
26419 sencillo
26420 \begin_inset space ~
26421 \end_inset
26422
26423 con
26424 \begin_inset space ~
26425 \end_inset
26426
26427 salto
26428 \begin_inset space ~
26429 \end_inset
26430
26431 de
26432 \begin_inset space ~
26433 \end_inset
26434
26435 página Si usas la decoración 
26436 \family sans
26437 marco sencillo rectangular
26438 \family default
26439  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26440  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26441  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26442  propio y 
26443 \series bold
26444
26445 \backslash
26446 fboxrule
26447 \series default
26448  y 
26449 \series bold
26450
26451 \backslash
26452 fboxsep
26453 \series default
26454  no funcionan.
26455  El grosor del marco tiene el tamaño de 
26456 \series bold
26457
26458 \backslash
26459 FrameRule
26460 \series default
26461 .
26462 \begin_inset Box Framed
26463 position "t"
26464 hor_pos "c"
26465 has_inner_box 0
26466 inner_pos "t"
26467 use_parbox 0
26468 width "100col%"
26469 special "none"
26470 height "1in"
26471 height_special "totalheight"
26472 status collapsed
26473
26474 \begin_layout Plain Layout
26475 Cuadro que permite saltos de página
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \begin_layout Description
26484 Marco
26485 \begin_inset space ~
26486 \end_inset
26487
26488 ovalado,
26489 \begin_inset space ~
26490 \end_inset
26491
26492 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26493 \begin_inset space \thinspace{}
26494 \end_inset
26495
26496 pt.
26497  
26498 \begin_inset Box ovalbox
26499 position "c"
26500 hor_pos "c"
26501 has_inner_box 1
26502 inner_pos "c"
26503 use_parbox 0
26504 width "25col%"
26505 special "none"
26506 height "1in"
26507 height_special "totalheight"
26508 status open
26509
26510 \begin_layout Plain Layout
26511 \align center
26512 Marco ovalado, fino
26513 \end_layout
26514
26515 \end_inset
26516
26517
26518 \end_layout
26519
26520 \begin_layout Description
26521 Marco
26522 \begin_inset space ~
26523 \end_inset
26524
26525 ovalado,
26526 \begin_inset space ~
26527 \end_inset
26528
26529 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26530 \begin_inset space \thinspace{}
26531 \end_inset
26532
26533 pt.
26534  
26535 \begin_inset Box Ovalbox
26536 position "c"
26537 hor_pos "c"
26538 has_inner_box 1
26539 inner_pos "c"
26540 use_parbox 0
26541 width "30col%"
26542 special "none"
26543 height "1in"
26544 height_special "totalheight"
26545 status open
26546
26547 \begin_layout Plain Layout
26548 \align center
26549 Cuadro ovalado, grueso
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Description
26558 Marco
26559 \begin_inset space ~
26560 \end_inset
26561
26562 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26563  El grosor de la línea tiene el tamaño dado por 
26564 \series bold
26565
26566 \backslash
26567 fboxrule
26568 \series default
26569 , la sombra tiene una anchura de 4
26570 \begin_inset space \thinspace{}
26571 \end_inset
26572
26573 pt.
26574  
26575 \begin_inset Box Shadowbox
26576 position "c"
26577 hor_pos "c"
26578 has_inner_box 1
26579 inner_pos "c"
26580 use_parbox 0
26581 width "20col%"
26582 special "none"
26583 height "1in"
26584 height_special "totalheight"
26585 status open
26586
26587 \begin_layout Plain Layout
26588 \align center
26589 Marco sombrado
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \begin_layout Description
26598 Fondo
26599 \begin_inset space ~
26600 \end_inset
26601
26602 sombreado Dibuja un cuadro con fondo de color rojo.
26603  A diferencia de los cuadros coloreados,
26604 \begin_inset Foot
26605 status open
26606
26607 \begin_layout Plain Layout
26608 véase sec.
26609  
26610 \begin_inset CommandInset ref
26611 LatexCommand ref
26612 reference "sec:Cuadros-Coloreados"
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \end_inset
26620
26621  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26622 \begin_inset Box Shaded
26623 position "t"
26624 hor_pos "c"
26625 has_inner_box 0
26626 inner_pos "t"
26627 use_parbox 0
26628 width "50col%"
26629 special "none"
26630 height "1in"
26631 height_special "totalheight"
26632 status open
26633
26634 \begin_layout Plain Layout
26635 Cuadro con fondo sombreado
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Description
26644 Marco
26645 \begin_inset space ~
26646 \end_inset
26647
26648 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26649  El grosor de la línea interior es 0.75
26650 \begin_inset space \thinspace{}
26651 \end_inset
26652
26653
26654 \series bold
26655
26656 \backslash
26657 fboxrule
26658 \series default
26659 , el de la línea exterior es 1.5
26660 \begin_inset space \thinspace{}
26661 \end_inset
26662
26663
26664 \series bold
26665
26666 \backslash
26667 fboxrule
26668 \series default
26669 .
26670  La distancia entre líneas es 1.5
26671 \begin_inset space \thinspace{}
26672 \end_inset
26673
26674
26675 \series bold
26676
26677 \backslash
26678 fboxrule
26679 \series default
26680
26681 \begin_inset space \thinspace{}
26682 \end_inset
26683
26684 +
26685 \begin_inset space \thinspace{}
26686 \end_inset
26687
26688 0.5
26689 \begin_inset space \thinspace{}
26690 \end_inset
26691
26692 pt.
26693  
26694 \begin_inset Box Doublebox
26695 position "c"
26696 hor_pos "c"
26697 has_inner_box 1
26698 inner_pos "c"
26699 use_parbox 0
26700 width "20col%"
26701 special "none"
26702 height "1in"
26703 height_special "totalheight"
26704 status open
26705
26706 \begin_layout Plain Layout
26707 \align center
26708 Marco doble
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Standard
26717 \begin_inset VSpace bigskip
26718 \end_inset
26719
26720 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26721  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26722  LaTeX 
26723 \series bold
26724 fancybox
26725 \series default
26726
26727 \begin_inset Index
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731 LaTeX-paquetes ! fancybox
26732 \end_layout
26733
26734 \end_inset
26735
26736 .
26737 \end_layout
26738
26739 \begin_layout Section
26740 Personalización de cuadros
26741 \begin_inset Index
26742 status open
26743
26744 \begin_layout Plain Layout
26745 Cuadros ! Personalizar
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Standard
26754 El valor predeterminado por 
26755 \series bold
26756
26757 \backslash
26758 fboxrule
26759 \series default
26760  es 0.4
26761 \begin_inset space \thinspace{}
26762 \end_inset
26763
26764 pt.
26765  Puede cambiarse con el siguiente comando en código TeX, p.
26766 \begin_inset space \thinspace{}
26767 \end_inset
26768
26769 e.
26770 \begin_inset space ~
26771 \end_inset
26772
26773 a
26774 \begin_inset space ~
26775 \end_inset
26776
26777 2
26778 \begin_inset space \thinspace{}
26779 \end_inset
26780
26781 pt:
26782 \end_layout
26783
26784 \begin_layout Standard
26785
26786 \series bold
26787
26788 \backslash
26789 setlength{
26790 \backslash
26791 fboxrule}{2pt}
26792 \end_layout
26793
26794 \begin_layout Standard
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800
26801 \backslash
26802 setlength{
26803 \backslash
26804 fboxrule}{2pt}
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \begin_inset Box Boxed
26811 position "c"
26812 hor_pos "c"
26813 has_inner_box 1
26814 inner_pos "c"
26815 use_parbox 0
26816 width "25col%"
26817 special "none"
26818 height "1in"
26819 height_special "totalheight"
26820 status open
26821
26822 \begin_layout Plain Layout
26823 \align center
26824 Cuadro rectangular con 
26825 \series bold
26826
26827 \backslash
26828 fboxrule
26829 \series default
26830
26831 \begin_inset space \thinspace{}
26832 \end_inset
26833
26834 =
26835 \begin_inset space \thinspace{}
26836 \end_inset
26837
26838 2
26839 \begin_inset space \thinspace{}
26840 \end_inset
26841
26842 pt
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 setlength{
26856 \backslash
26857 fboxrule}{0.4pt}
26858 \end_layout
26859
26860 \end_inset
26861
26862
26863 \end_layout
26864
26865 \begin_layout Standard
26866 \begin_inset VSpace bigskip
26867 \end_inset
26868
26869 El espacio entre el marco y el contenido del cuadro es 3
26870 \begin_inset space \thinspace{}
26871 \end_inset
26872
26873 pt por omisión para todos los estilos.
26874  Se puede cambiar mediante la longitud 
26875 \series bold
26876
26877 \backslash
26878 fboxsep
26879 \series default
26880 .
26881  Por ejemplo el comando
26882 \end_layout
26883
26884 \begin_layout Standard
26885
26886 \series bold
26887
26888 \backslash
26889 setlength{
26890 \backslash
26891 fboxsep}{10pt}
26892 \end_layout
26893
26894 \begin_layout Standard
26895 determina un valor de 10
26896 \begin_inset space \thinspace{}
26897 \end_inset
26898
26899 pt, como en el siguiente cuadro:
26900 \end_layout
26901
26902 \begin_layout Standard
26903 \begin_inset ERT
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907
26908
26909 \backslash
26910 setlength{
26911 \backslash
26912 fboxsep}{10pt}
26913 \end_layout
26914
26915 \end_inset
26916
26917
26918 \begin_inset Box Boxed
26919 position "c"
26920 hor_pos "c"
26921 has_inner_box 1
26922 inner_pos "c"
26923 use_parbox 0
26924 width "25col%"
26925 special "none"
26926 height "1in"
26927 height_special "totalheight"
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \align center
26932 Cuadro rectangular con 
26933 \series bold
26934
26935 \backslash
26936 fboxsep
26937 \series default
26938
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 =
26943 \begin_inset space \thinspace{}
26944 \end_inset
26945
26946 10
26947 \begin_inset space \thinspace{}
26948 \end_inset
26949
26950 pt
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \begin_inset ERT
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960
26961
26962 \backslash
26963 setlength{
26964 \backslash
26965 fboxsep}{3pt}
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Standard
26974 \begin_inset VSpace bigskip
26975 \end_inset
26976
26977 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26978  el comando 
26979 \series bold
26980
26981 \backslash
26982 cornersize
26983 \series default
26984 .
26985  El comando
26986 \end_layout
26987
26988 \begin_layout Standard
26989
26990 \series bold
26991
26992 \backslash
26993 cornersize*{1cm}
26994 \end_layout
26995
26996 \begin_layout Standard
26997 establece un diámetro de 1
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 cm.
27002  El comando
27003 \end_layout
27004
27005 \begin_layout Standard
27006
27007 \series bold
27008
27009 \backslash
27010 cornersize{num}
27011 \end_layout
27012
27013 \begin_layout Standard
27014 fija el diámetro en 
27015 \family sans
27016 num
27017 \begin_inset space \thinspace{}
27018 \end_inset
27019
27020 ×
27021 \begin_inset space \thinspace{}
27022 \end_inset
27023
27024 mínimo
27025 \family default
27026  
27027 \family sans
27028 (ancho y alto del cuadro)
27029 \family default
27030 .
27031  Por omisión es 
27032 \series bold
27033
27034 \backslash
27035 cornersize{0.5}
27036 \series default
27037 .
27038 \end_layout
27039
27040 \begin_layout Standard
27041 \begin_inset ERT
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045
27046
27047 \backslash
27048 cornersize*{1.5cm}
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \begin_inset Box Ovalbox
27055 position "c"
27056 hor_pos "c"
27057 has_inner_box 1
27058 inner_pos "c"
27059 use_parbox 0
27060 width "28col%"
27061 special "none"
27062 height "1in"
27063 height_special "totalheight"
27064 status open
27065
27066 \begin_layout Plain Layout
27067 \align center
27068 Cuadro ovalado con 
27069 \series bold
27070
27071 \backslash
27072 cornersize
27073 \series default
27074
27075 \begin_inset space \thinspace{}
27076 \end_inset
27077
27078 =
27079 \begin_inset space \thinspace{}
27080 \end_inset
27081
27082 1.5
27083 \begin_inset space \thinspace{}
27084 \end_inset
27085
27086 cm
27087 \end_layout
27088
27089 \end_inset
27090
27091
27092 \begin_inset ERT
27093 status collapsed
27094
27095 \begin_layout Plain Layout
27096
27097
27098 \backslash
27099 cornersize{0.5}
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \begin_layout Standard
27108 \begin_inset VSpace bigskip
27109 \end_inset
27110
27111 El tamaño de la sombra se puede ajustar cambiando la longitud 
27112 \series bold
27113
27114 \backslash
27115 shadowsize
27116 \series default
27117 .
27118  Este comando la ajusta a 2
27119 \begin_inset space \thinspace{}
27120 \end_inset
27121
27122 pt en el cuadro siguiente:
27123 \end_layout
27124
27125 \begin_layout Standard
27126
27127 \series bold
27128
27129 \backslash
27130 setlength{
27131 \backslash
27132 shadowsize}{2pt}
27133 \end_layout
27134
27135 \begin_layout Standard
27136 \begin_inset ERT
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140
27141
27142 \backslash
27143 setlength{
27144 \backslash
27145 shadowsize}{2pt}
27146 \end_layout
27147
27148 \end_inset
27149
27150
27151 \begin_inset Box Shadowbox
27152 position "c"
27153 hor_pos "c"
27154 has_inner_box 1
27155 inner_pos "c"
27156 use_parbox 0
27157 width "28col%"
27158 special "none"
27159 height "1in"
27160 height_special "totalheight"
27161 status open
27162
27163 \begin_layout Plain Layout
27164 \align center
27165 Cuadro sombreado con 
27166 \series bold
27167
27168 \backslash
27169 shadowsize
27170 \series default
27171
27172 \begin_inset space \thinspace{}
27173 \end_inset
27174
27175 =
27176 \begin_inset space \thinspace{}
27177 \end_inset
27178
27179 2
27180 \begin_inset space \thinspace{}
27181 \end_inset
27182
27183 pt
27184 \end_layout
27185
27186 \end_inset
27187
27188
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 setlength{
27197 \backslash
27198 shadowsize}{4pt}
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \end_layout
27205
27206 \begin_layout Standard
27207 \begin_inset VSpace bigskip
27208 \end_inset
27209
27210
27211 \end_layout
27212
27213 \begin_layout Standard
27214 Por omisión, el tamaño 
27215 \series bold
27216
27217 \backslash
27218 FrameRule
27219 \series default
27220  es 0,4
27221 \begin_inset space \thinspace{}
27222 \end_inset
27223
27224 pt.
27225  El espacio por omisión entre el contenido de la nota y el marco es 9
27226 \begin_inset space \thinspace{}
27227 \end_inset
27228
27229 pt; puede cambiarse con el valor de 
27230 \series bold
27231
27232 \backslash
27233 FrameSep
27234 \series default
27235 .
27236  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27237  en código TeX
27238 \end_layout
27239
27240 \begin_layout Standard
27241
27242 \series bold
27243
27244 \backslash
27245 setlength{
27246 \backslash
27247 FrameRule}{5pt}
27248 \begin_inset Newline newline
27249 \end_inset
27250
27251
27252 \backslash
27253 setlength{
27254 \backslash
27255 FrameSep}{0.5cm}
27256 \end_layout
27257
27258 \begin_layout Standard
27259 \begin_inset ERT
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263
27264
27265 \backslash
27266 setlength{
27267 \backslash
27268 FrameRule}{5pt}
27269 \end_layout
27270
27271 \begin_layout Plain Layout
27272
27273
27274 \backslash
27275 setlength{
27276 \backslash
27277 FrameSep}{0.5cm}
27278 \end_layout
27279
27280 \end_inset
27281
27282
27283 \begin_inset Box Framed
27284 position "t"
27285 hor_pos "c"
27286 has_inner_box 0
27287 inner_pos "t"
27288 use_parbox 0
27289 width "100col%"
27290 special "none"
27291 height "1in"
27292 height_special "totalheight"
27293 status open
27294
27295 \begin_layout Plain Layout
27296 Texto en un 
27297 \family sans
27298 marco
27299 \begin_inset space ~
27300 \end_inset
27301
27302 sencillo
27303 \begin_inset space ~
27304 \end_inset
27305
27306 con
27307 \begin_inset space ~
27308 \end_inset
27309
27310 salto
27311 \begin_inset space ~
27312 \end_inset
27313
27314 de
27315 \begin_inset space ~
27316 \end_inset
27317
27318 página
27319 \family default
27320 .
27321 \end_layout
27322
27323 \end_inset
27324
27325
27326 \begin_inset ERT
27327 status collapsed
27328
27329 \begin_layout Plain Layout
27330
27331
27332 \backslash
27333 setlength{
27334 \backslash
27335 FrameRule}{0.4pt}
27336 \end_layout
27337
27338 \begin_layout Plain Layout
27339
27340
27341 \backslash
27342 setlength{
27343 \backslash
27344 FrameSep}{9pt}
27345 \end_layout
27346
27347 \end_inset
27348
27349
27350 \end_layout
27351
27352 \begin_layout Standard
27353 \begin_inset VSpace bigskip
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \begin_layout Standard
27360 Para los cuadros con 
27361 \family sans
27362 fondo
27363 \begin_inset space ~
27364 \end_inset
27365
27366 sombreado
27367 \family default
27368  el espacio por omisión entre el contenido y el marco es 3
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 pt; se puede cambiar con el valor de 
27373 \series bold
27374
27375 \backslash
27376 fboxsep
27377 \series default
27378 .
27379  El color rojo predeterminado se puede cambiar en el sitio con el comando
27380  
27381 \series bold
27382
27383 \backslash
27384 definecolor{shadebox}
27385 \series default
27386  o globalmente con el menú 
27387 \family sans
27388 Herramientas
27389 \family default
27390 \SpecialChar \menuseparator
27391
27392 \family sans
27393 Preferencias
27394 \family default
27395 \SpecialChar \menuseparator
27396
27397 \family sans
27398 Colores
27399 \family default
27400 \SpecialChar \menuseparator
27401
27402 \family sans
27403 cuadro
27404 \begin_inset space ~
27405 \end_inset
27406
27407 sombreado
27408 \family default
27409 .
27410  El esquema del comando 
27411 \series bold
27412
27413 \backslash
27414 definecolor
27415 \series default
27416  se explica en la sección
27417 \begin_inset space ~
27418 \end_inset
27419
27420
27421 \begin_inset CommandInset ref
27422 LatexCommand ref
27423 reference "sec:Tablas-Coloreadas"
27424
27425 \end_inset
27426
27427 .
27428 \begin_inset Foot
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432 El comando 
27433 \series bold
27434
27435 \backslash
27436 definecolor
27437 \series default
27438  requiere el paquete LaTeX 
27439 \series bold
27440 color
27441 \series default
27442  en el preámbulo, véase la sección
27443 \begin_inset space ~
27444 \end_inset
27445
27446
27447 \begin_inset CommandInset ref
27448 LatexCommand ref
27449 reference "sec:Cuadros-Coloreados"
27450
27451 \end_inset
27452
27453 .
27454 \end_layout
27455
27456 \end_inset
27457
27458  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27459 \end_layout
27460
27461 \begin_layout Standard
27462
27463 \series bold
27464
27465 \backslash
27466 setlength{
27467 \backslash
27468 fboxsep}{0.5cm}
27469 \series default
27470
27471 \begin_inset Newline newline
27472 \end_inset
27473
27474
27475 \series bold
27476
27477 \backslash
27478 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset ERT
27483 status open
27484
27485 \begin_layout Plain Layout
27486
27487
27488 \backslash
27489 setlength{
27490 \backslash
27491 fboxsep}{0.5cm}
27492 \end_layout
27493
27494 \begin_layout Plain Layout
27495
27496
27497 \backslash
27498 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27499 \end_layout
27500
27501 \end_inset
27502
27503
27504 \begin_inset Box Shaded
27505 position "t"
27506 hor_pos "c"
27507 has_inner_box 0
27508 inner_pos "t"
27509 use_parbox 0
27510 width "100col%"
27511 special "none"
27512 height "1in"
27513 height_special "totalheight"
27514 status open
27515
27516 \begin_layout Plain Layout
27517
27518 \color yellow
27519 Texto amarillo en un cuadro con 
27520 \family sans
27521 fondo sombreado 
27522 \family default
27523  en color verde oscuro.
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \begin_inset ERT
27530 status open
27531
27532 \begin_layout Plain Layout
27533
27534
27535 \backslash
27536 setlength{
27537 \backslash
27538 fboxsep}{3pt}
27539 \end_layout
27540
27541 \begin_layout Plain Layout
27542
27543
27544 \backslash
27545 definecolor{shadecolor}{rgb}{1,0,0}
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 \begin_inset VSpace bigskip
27555 \end_inset
27556
27557 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27558  a los comandos.
27559 \end_layout
27560
27561 \begin_layout Section
27562 Minipáginas
27563 \begin_inset CommandInset label
27564 LatexCommand label
27565 name "sec:Minipáginas"
27566
27567 \end_inset
27568
27569
27570 \begin_inset Index
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 Cuadros ! Minipáginas
27575 \end_layout
27576
27577 \end_inset
27578
27579
27580 \end_layout
27581
27582 \begin_layout Standard
27583 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27584  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27585 \end_layout
27586
27587 \begin_layout Standard
27588 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27589 \end_layout
27590
27591 \begin_layout Standard
27592 A continuación hay dos ejemplos de minipáginas adosadas.
27593  Su anchura está puesta en 45
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 % y separadas por un relleno horizontal, insertado vía el menú 
27598 \family sans
27599 Insertar\SpecialChar \menuseparator
27600 Formato\SpecialChar \menuseparator
27601 Relleno
27602 \begin_inset space ~
27603 \end_inset
27604
27605 horizontal
27606 \family default
27607 .
27608 \end_layout
27609
27610 \begin_layout Standard
27611 \begin_inset Box Frameless
27612 position "t"
27613 hor_pos "c"
27614 has_inner_box 1
27615 inner_pos "c"
27616 use_parbox 0
27617 width "45col%"
27618 special "none"
27619 height "1in"
27620 height_special "totalheight"
27621 status open
27622
27623 \begin_layout Plain Layout
27624
27625 \lang german
27626 Dies ist ein deutscher Text.
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 \begin_inset Foot
27640 status collapsed
27641
27642 \begin_layout Plain Layout
27643
27644 \lang german
27645 Dies ist eine deutsche Fußnote.
27646 \end_layout
27647
27648 \end_inset
27649
27650 .
27651  Dies ist ein deutscher Text.
27652  Dies ist ein deutscher Text.
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \begin_inset space \hfill{}
27659 \end_inset
27660
27661
27662 \begin_inset Box Frameless
27663 position "t"
27664 hor_pos "c"
27665 has_inner_box 1
27666 inner_pos "c"
27667 use_parbox 0
27668 width "45col%"
27669 special "none"
27670 height "1in"
27671 height_special "totalheight"
27672 status open
27673
27674 \begin_layout Plain Layout
27675 This is an English Text.
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 \begin_inset Foot
27692 status collapsed
27693
27694 \begin_layout Plain Layout
27695 This is an English footnote.
27696 \end_layout
27697
27698 \end_inset
27699
27700  This is an English Text.
27701  
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \end_layout
27708
27709 \begin_layout Standard
27710 \begin_inset VSpace bigskip
27711 \end_inset
27712
27713 Otra aplicación de los cuadros son las notas a pie en tablas.
27714  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27715  al final de la página actual.
27716  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27717  en la parte inferior, ordenadas con letras.
27718  La ordenación de las notas al pie se restablece en cada minipágina pero
27719  no fuera de las minipáginas.
27720 \end_layout
27721
27722 \begin_layout Standard
27723 La nota al pie en esta tabla no aparece: 
27724 \begin_inset Tabular
27725 <lyxtabular version="3" rows="3" columns="4">
27726 <features>
27727 <column alignment="center" valignment="top" width="0pt">
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 <row>
27732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27733 \begin_inset Text
27734
27735 \begin_layout Plain Layout
27736 1
27737 \end_layout
27738
27739 \end_inset
27740 </cell>
27741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27742 \begin_inset Text
27743
27744 \begin_layout Plain Layout
27745 2
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 3
27755 \begin_inset Foot
27756 status open
27757
27758 \begin_layout Plain Layout
27759 Nota al pie en una tabla.
27760 \end_layout
27761
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773 4
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 </row>
27779 <row>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 a
27785 \end_layout
27786
27787 \end_inset
27788 </cell>
27789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 b
27794 \end_layout
27795
27796 \end_inset
27797 </cell>
27798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27799 \begin_inset Text
27800
27801 \begin_layout Plain Layout
27802 c
27803 \end_layout
27804
27805 \end_inset
27806 </cell>
27807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27808 \begin_inset Text
27809
27810 \begin_layout Plain Layout
27811 d
27812 \end_layout
27813
27814 \end_inset
27815 </cell>
27816 </row>
27817 <row>
27818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27819 \begin_inset Text
27820
27821 \begin_layout Plain Layout
27822 e
27823 \end_layout
27824
27825 \end_inset
27826 </cell>
27827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27828 \begin_inset Text
27829
27830 \begin_layout Plain Layout
27831 f
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 g
27841 \end_layout
27842
27843 \end_inset
27844 </cell>
27845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27846 \begin_inset Text
27847
27848 \begin_layout Plain Layout
27849 h
27850 \end_layout
27851
27852 \end_inset
27853 </cell>
27854 </row>
27855 </lyxtabular>
27856
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \begin_layout Standard
27863 \align center
27864 \begin_inset Box Frameless
27865 position "t"
27866 hor_pos "c"
27867 has_inner_box 1
27868 inner_pos "c"
27869 use_parbox 0
27870 width "30col%"
27871 special "none"
27872 height "1in"
27873 height_special "totalheight"
27874 status open
27875
27876 \begin_layout Plain Layout
27877 \align center
27878 \begin_inset Tabular
27879 <lyxtabular version="3" rows="3" columns="4">
27880 <features>
27881 <column alignment="center" valignment="top" width="0pt">
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 <row>
27886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 1
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 2
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 3
27909 \begin_inset Foot
27910 status open
27911
27912 \begin_layout Plain Layout
27913 Nota al pie en una tabla..
27914 \end_layout
27915
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27924 \begin_inset Text
27925
27926 \begin_layout Plain Layout
27927 4
27928 \end_layout
27929
27930 \end_inset
27931 </cell>
27932 </row>
27933 <row>
27934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 a
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27944 \begin_inset Text
27945
27946 \begin_layout Plain Layout
27947 b
27948 \end_layout
27949
27950 \end_inset
27951 </cell>
27952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27953 \begin_inset Text
27954
27955 \begin_layout Plain Layout
27956 c
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 d
27966 \end_layout
27967
27968 \end_inset
27969 </cell>
27970 </row>
27971 <row>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 e
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 f
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 g
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 h
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 </row>
28009 </lyxtabular>
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \end_inset
28017
28018
28019 \end_layout
28020
28021 \begin_layout Standard
28022 \begin_inset VSpace bigskip
28023 \end_inset
28024
28025 La configuración global de párrafos se ignora en las minipáginas.
28026  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28027  pongas p.
28028 \begin_inset space \thinspace{}
28029 \end_inset
28030
28031 e.
28032 \begin_inset space ~
28033 \end_inset
28034
28035
28036 \family sans
28037 Salto
28038 \begin_inset space ~
28039 \end_inset
28040
28041 medio
28042 \family default
28043  en la configuración del documento.
28044 \end_layout
28045
28046 \begin_layout Standard
28047 Las minipáginas también sirven para poner un color de fondo para partes
28048  de texto, véase sección
28049 \begin_inset space ~
28050 \end_inset
28051
28052
28053 \begin_inset CommandInset ref
28054 LatexCommand ref
28055 reference "sub:Color-en-Párrafos"
28056
28057 \end_inset
28058
28059 .
28060 \end_layout
28061
28062 \begin_layout Standard
28063 \begin_inset Note Greyedout
28064 status open
28065
28066 \begin_layout Plain Layout
28067
28068 \series bold
28069 Nota:
28070 \series default
28071  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28072  tener minipáginas en tablas, flotantes, y otros cuadros.
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \end_layout
28079
28080 \begin_layout Section
28081 Cuadros de párrafo
28082 \begin_inset CommandInset label
28083 LatexCommand label
28084 name "sec:Cuadros-de-Párrafo"
28085
28086 \end_inset
28087
28088
28089 \begin_inset Index
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093 Cuadros ! de párrafo
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \begin_layout Standard
28102 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28103  de que no pueden contener notas al pie.
28104   La diferencia principal es que las minipáginas no son verdaderos cuadros
28105  sino entornos de LaTeX.
28106 \end_layout
28107
28108 \begin_layout Standard
28109 \align center
28110 \begin_inset Box Frameless
28111 position "t"
28112 hor_pos "c"
28113 has_inner_box 1
28114 inner_pos "t"
28115 use_parbox 1
28116 width "33col%"
28117 special "none"
28118 height "1in"
28119 height_special "totalheight"
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 Texto en un cuadro de párrafo.
28124  Texto en un cuadro de párrafo.
28125  Esta nota no aparece:
28126 \begin_inset Foot
28127 status open
28128
28129 \begin_layout Plain Layout
28130 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Section
28144 Cuadros para palabras y caracteres
28145 \begin_inset Index
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149 Cuadros ! para palabras y caracteres
28150 \end_layout
28151
28152 \end_inset
28153
28154
28155 \end_layout
28156
28157 \begin_layout Subsection
28158 Evitar la partición de palabras
28159 \begin_inset CommandInset label
28160 LatexCommand label
28161 name "sec:Evitar-la-Partición"
28162
28163 \end_inset
28164
28165
28166 \begin_inset Index
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170 Cuadros ! para evitar la partición de palabras
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Standard
28179 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28180  con guión.
28181 \begin_inset Newline newline
28182 \end_inset
28183
28184 He aquí un ejemplo:
28185 \end_layout
28186
28187 \begin_layout Standard
28188 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28189 palabra».
28190 \end_layout
28191
28192 \begin_layout Standard
28193 Para evitar su división usa el comando
28194 \end_layout
28195
28196 \begin_layout Standard
28197
28198 \series bold
28199
28200 \backslash
28201 mbox{
28202 \end_layout
28203
28204 \begin_layout Standard
28205 en código TeX antes de la palabra.
28206  Tras ella inserta una llave de cierre «
28207 \series bold
28208 }
28209 \series default
28210 » en código TeX.
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Este es el resultado:
28215 \end_layout
28216
28217 \begin_layout Standard
28218 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28219 \begin_inset ERT
28220 status collapsed
28221
28222 \begin_layout Plain Layout
28223
28224
28225 \backslash
28226 mbox{
28227 \end_layout
28228
28229 \end_inset
28230
28231 «estalarguísimapalabra».
28232 \begin_inset ERT
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236
28237 }
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Standard
28246 Como alternativa puedes poner el comando «
28247 \series bold
28248
28249 \backslash
28250 -
28251 \series default
28252 » en código TeX directamente antes de la palabra:
28253 \end_layout
28254
28255 \begin_layout Standard
28256 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28257 \begin_inset ERT
28258 status collapsed
28259
28260 \begin_layout Plain Layout
28261
28262
28263 \backslash
28264 -
28265 \end_layout
28266
28267 \end_inset
28268
28269 estalarguísimapalabra».
28270 \end_layout
28271
28272 \begin_layout Standard
28273 Por supuesto, la palabra sobresale del margen.
28274  Para evitarlo añade, con el menú 
28275 \family sans
28276 Insertar\SpecialChar \menuseparator
28277 Formato\SpecialChar \menuseparator
28278 Salto
28279 \begin_inset space ~
28280 \end_inset
28281
28282 de
28283 \begin_inset space ~
28284 \end_inset
28285
28286
28287 \family default
28288 línea (atajo 
28289 \family sans
28290 Ctrl-Retorno
28291 \family default
28292 ), un salto de línea antes de la palabra:
28293 \end_layout
28294
28295 \begin_layout Standard
28296 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28297 \begin_inset Newline newline
28298 \end_inset
28299
28300
28301 \begin_inset ERT
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305
28306
28307 \backslash
28308 mbox{
28309 \end_layout
28310
28311 \end_inset
28312
28313 «estalarguísimapalabra».
28314 \begin_inset ERT
28315 status collapsed
28316
28317 \begin_layout Plain Layout
28318
28319 }
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \begin_layout Subsection
28328 Alineación vertical
28329 \begin_inset CommandInset label
28330 LatexCommand label
28331 name "sub:Alineación-Vertical"
28332
28333 \end_inset
28334
28335
28336 \begin_inset Index
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Cuadros ! para alineación vertical
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 Con ayuda del comando 
28350 \series bold
28351
28352 \backslash
28353 raisebox
28354 \series default
28355  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28356  
28357 \series bold
28358
28359 \backslash
28360 raisebox
28361 \series default
28362  se utiliza según el esquema:
28363 \end_layout
28364
28365 \begin_layout Standard
28366
28367 \series bold
28368
28369 \backslash
28370 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28371 \end_layout
28372
28373 \begin_layout Standard
28374 La elevación puede ser un valor positivo para subir el cuadro o negativo
28375  para bajarlo.
28376 \end_layout
28377
28378 \begin_layout Standard
28379 Para alinear una palabra, p.
28380 \begin_inset space \thinspace{}
28381 \end_inset
28382
28383 e
28384 \begin_inset space ~
28385 \end_inset
28386
28387 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28388  en la línea de base, inserta el comando
28389 \end_layout
28390
28391 \begin_layout Standard
28392
28393 \series bold
28394
28395 \backslash
28396 raisebox{
28397 \backslash
28398 depth}{
28399 \end_layout
28400
28401 \begin_layout Standard
28402 en código TeX antes de la palabra.
28403  Detrás de la palabra inserta una llave de cierre «
28404 \series bold
28405 }
28406 \series default
28407 » en código TeX.
28408 \begin_inset Newline newline
28409 \end_inset
28410
28411 Este es el resultado:
28412 \end_layout
28413
28414 \begin_layout Standard
28415 Esto es una línea de texto con la palabra 
28416 \begin_inset ERT
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420
28421
28422 \backslash
28423 raisebox{
28424 \backslash
28425 depth}{
28426 \end_layout
28427
28428 \end_inset
28429
28430 «prevención»
28431 \begin_inset ERT
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435
28436 }
28437 \end_layout
28438
28439 \end_inset
28440
28441  elevada.
28442 \end_layout
28443
28444 \begin_layout Standard
28445 \begin_inset VSpace bigskip
28446 \end_inset
28447
28448 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Esto es una línea de texto con la palabra 
28453 \begin_inset ERT
28454 status collapsed
28455
28456 \begin_layout Plain Layout
28457
28458
28459 \backslash
28460 raisebox{-
28461 \backslash
28462 depth}{
28463 \end_layout
28464
28465 \end_inset
28466
28467 «prevención»
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473 }
28474 \end_layout
28475
28476 \end_inset
28477
28478  como palabra más baja.
28479 \begin_inset Newline newline
28480 \end_inset
28481
28482 Esto es una línea de texto con la palabra 
28483 \begin_inset ERT
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487
28488
28489 \backslash
28490 raisebox{0.5cm}{
28491 \end_layout
28492
28493 \end_inset
28494
28495 «testigo»
28496 \begin_inset ERT
28497 status collapsed
28498
28499 \begin_layout Plain Layout
28500
28501 }
28502 \end_layout
28503
28504 \end_inset
28505
28506  como palabra más alta.
28507 \end_layout
28508
28509 \begin_layout Standard
28510 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28511  Por ejemplo
28512 \end_layout
28513
28514 \begin_layout Standard
28515
28516 \series bold
28517
28518 \backslash
28519 raisebox{-
28520 \backslash
28521 depth}[0pt]{
28522 \end_layout
28523
28524 \begin_layout Standard
28525 Esto es una línea de texto con la palabra 
28526 \begin_inset ERT
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530
28531
28532 \backslash
28533 raisebox{-
28534 \backslash
28535 depth}[0pt]{
28536 \end_layout
28537
28538 \end_inset
28539
28540 «prevención»
28541 \begin_inset ERT
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545
28546 }
28547 \end_layout
28548
28549 \end_inset
28550
28551  como palabra más baja.
28552 \begin_inset Newline newline
28553 \end_inset
28554
28555 Esto es una línea de texto con la palabra 
28556 \begin_inset ERT
28557 status collapsed
28558
28559 \begin_layout Plain Layout
28560
28561
28562 \backslash
28563 raisebox{0.5cm}[0pt]{
28564 \end_layout
28565
28566 \end_inset
28567
28568 «testigo»
28569 \begin_inset ERT
28570 status collapsed
28571
28572 \begin_layout Plain Layout
28573
28574 }
28575 \end_layout
28576
28577 \end_inset
28578
28579  como palabra más alta.
28580 \end_layout
28581
28582 \begin_layout Section
28583 Cuadros coloreados
28584 \begin_inset CommandInset label
28585 LatexCommand label
28586 name "sec:Cuadros-Coloreados"
28587
28588 \end_inset
28589
28590
28591 \begin_inset Index
28592 status collapsed
28593
28594 \begin_layout Plain Layout
28595 Cuadros ! Color
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \begin_layout Subsection
28604 Color en texto
28605 \begin_inset Index
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 Color ! en texto
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \end_layout
28616
28617 \begin_layout Standard
28618 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28619  Esto requiere cargar el paquete LaTeX 
28620 \series bold
28621 color
28622 \series default
28623
28624 \begin_inset Index
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 LaTeX-paquetes ! color
28629 \end_layout
28630
28631 \end_inset
28632
28633  en el preámbulo del documento con
28634 \end_layout
28635
28636 \begin_layout Standard
28637
28638 \series bold
28639
28640 \backslash
28641 @ifundef\SpecialChar \textcompwordmark{}
28642 ined{textcolor}
28643 \begin_inset Newline newline
28644 \end_inset
28645
28646
28647 \begin_inset ERT
28648 status collapsed
28649
28650 \begin_layout Plain Layout
28651
28652
28653 \backslash
28654 hphantom{ }
28655 \end_layout
28656
28657 \end_inset
28658
28659 {
28660 \backslash
28661 usepackage{color}}{}
28662 \end_layout
28663
28664 \begin_layout Standard
28665 LyX cargará automáticamente el paquete 
28666 \series bold
28667 color
28668 \series default
28669  cuando colorees texto.
28670 \begin_inset Foot
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674 Para evitar cargarlo dos veces se usa el comando 
28675 \series bold
28676
28677 \backslash
28678 @ifundef\SpecialChar \textcompwordmark{}
28679 ined
28680 \series default
28681 .
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 \begin_inset VSpace medskip
28691 \end_inset
28692
28693 Los cuadros coloreados se crean con el comando 
28694 \series bold
28695
28696 \backslash
28697 colorbox
28698 \series default
28699 , de acuerdo con el siguiente esquema:
28700 \end_layout
28701
28702 \begin_layout Standard
28703
28704 \series bold
28705
28706 \backslash
28707 colorbox{color}{contenido del cuadro}
28708 \end_layout
28709
28710 \begin_layout Standard
28711 El contenido también puede ser un cuadro y los cuadros coloreados también
28712  pueden estar en otros cuadros.
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Los siguientes colores están predefinidos:
28717 \begin_inset Newline newline
28718 \end_inset
28719
28720
28721 \family sans
28722 red
28723 \family default
28724
28725 \family sans
28726 green
28727 \family default
28728
28729 \family sans
28730 yellow, blue
28731 \family default
28732
28733 \family sans
28734 cyan
28735 \family default
28736 \series bold
28737 ,
28738 \series default
28739  
28740 \family sans
28741 magenta, black
28742 \family default
28743
28744 \family sans
28745 white
28746 \family default
28747 .
28748 \begin_inset Newline newline
28749 \end_inset
28750
28751 También puedes definir tus propios colores según se explica en la sección
28752 \begin_inset space ~
28753 \end_inset
28754
28755
28756 \begin_inset CommandInset ref
28757 LatexCommand ref
28758 reference "sec:Tablas-Coloreadas"
28759
28760 \end_inset
28761
28762 .
28763 \end_layout
28764
28765 \begin_layout Standard
28766 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28767 \end_layout
28768
28769 \begin_layout Standard
28770
28771 \series bold
28772
28773 \backslash
28774 colorbox{red}{
28775 \end_layout
28776
28777 \begin_layout Standard
28778 en código TeX antes de la palabra.
28779  Tras la palabra inserta una llave de cierre «
28780 \series bold
28781 }
28782 \series default
28783 » en código TeX.
28784 \begin_inset Newline newline
28785 \end_inset
28786
28787 Este es el resultado:
28788 \end_layout
28789
28790 \begin_layout Standard
28791 Línea en la que la palabra 
28792 \begin_inset ERT
28793 status collapsed
28794
28795 \begin_layout Plain Layout
28796
28797
28798 \backslash
28799 colorbox{red}{
28800 \end_layout
28801
28802 \end_inset
28803
28804 «¡Atención!»
28805 \begin_inset ERT
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809
28810 }
28811 \end_layout
28812
28813 \end_inset
28814
28815  tiene fondo rojo.
28816 \end_layout
28817
28818 \begin_layout Standard
28819 \begin_inset VSpace bigskip
28820 \end_inset
28821
28822 Si quieres un marco de distinto color, puedes emplear el comando 
28823 \series bold
28824
28825 \backslash
28826 fcolorbox
28827 \series default
28828  con el esquema siguiente:
28829 \end_layout
28830
28831 \begin_layout Standard
28832
28833 \series bold
28834
28835 \backslash
28836 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28837 \end_layout
28838
28839 \begin_layout Standard
28840
28841 \series bold
28842
28843 \backslash
28844 fcolorbox
28845 \series default
28846  es una extensión de 
28847 \series bold
28848
28849 \backslash
28850 colorbox
28851 \series default
28852 .
28853  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28854  con las longitudes 
28855 \series bold
28856
28857 \backslash
28858 fboxrule
28859 \series default
28860  y 
28861 \series bold
28862
28863 \backslash
28864 fboxsep
28865 \series default
28866 , respectivamente, como se describe en la sección
28867 \begin_inset space ~
28868 \end_inset
28869
28870
28871 \begin_inset CommandInset ref
28872 LatexCommand ref
28873 reference "sec:Cuadros-Enmarcados"
28874
28875 \end_inset
28876
28877 .
28878 \end_layout
28879
28880 \begin_layout Standard
28881 Para el ejemplo siguiente se ha utilizado el comando
28882 \end_layout
28883
28884 \begin_layout Standard
28885
28886 \series bold
28887
28888 \backslash
28889 fcolorbox{cyan}{magenta}{
28890 \end_layout
28891
28892 \begin_layout Standard
28893 Este es un ejemplo en el que se ha puesto un grosor de 1
28894 \begin_inset space \thinspace{}
28895 \end_inset
28896
28897 mm para la línea del marco:
28898 \begin_inset Newline newline
28899 \end_inset
28900
28901
28902 \begin_inset ERT
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906
28907
28908 \backslash
28909 fboxrule 1mm 
28910 \backslash
28911 fboxsep 1mm
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \begin_inset ERT
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921
28922
28923 \backslash
28924 fcolorbox{cyan}{magenta}{
28925 \end_layout
28926
28927 \end_inset
28928
28929 Texto en un marco coloreado y enmarcado.
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935 }
28936 \end_layout
28937
28938 \end_inset
28939
28940
28941 \end_layout
28942
28943 \begin_layout Standard
28944 \begin_inset VSpace bigskip
28945 \end_inset
28946
28947 Por supuesto también puedes colorear el texto en un marco coloreado:
28948 \begin_inset Newline newline
28949 \end_inset
28950
28951
28952 \begin_inset ERT
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956
28957
28958 \backslash
28959 fcolorbox{cyan}{magenta}{
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \color yellow
28966 Texto coloreado en un marco sombreado y coloreado.
28967 \color none
28968
28969 \begin_inset ERT
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973
28974 }
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \begin_inset ERT
28981 status collapsed
28982
28983 \begin_layout Plain Layout
28984
28985
28986 \backslash
28987 fboxrule 0.4pt 
28988 \backslash
28989 fboxsep 3pt
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000 \begin_inset VSpace medskip
29001 \end_inset
29002
29003
29004 \end_layout
29005
29006 \begin_layout Standard
29007 \begin_inset Note Greyedout
29008 status open
29009
29010 \begin_layout Plain Layout
29011
29012 \series bold
29013 Nota:
29014 \series default
29015  El texto en cuadros coloreados no puede tener saltos de línea.
29016  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29017  coloreado como se describe a continuación.
29018 \end_layout
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Subsection
29026 Color en párrafos
29027 \begin_inset CommandInset label
29028 LatexCommand label
29029 name "sub:Color-en-Párrafos"
29030
29031 \end_inset
29032
29033
29034 \begin_inset Index
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038 Color ! en párrafos
29039 \end_layout
29040
29041 \end_inset
29042
29043
29044 \end_layout
29045
29046 \begin_layout Standard
29047 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29048  Antes de la minipágina inserta el comando 
29049 \series bold
29050
29051 \backslash
29052 colorbox
29053 \end_layout
29054
29055 \begin_layout Standard
29056
29057 \series bold
29058
29059 \backslash
29060 colorbox{color}{
29061 \end_layout
29062
29063 \begin_layout Standard
29064 en código TeX.
29065  Detrás de la minipágina inserta una llave de cierre «
29066 \series bold
29067 }
29068 \series default
29069 » en código TeX.
29070 \end_layout
29071
29072 \begin_layout Standard
29073 \begin_inset ERT
29074 status collapsed
29075
29076 \begin_layout Plain Layout
29077
29078
29079 \backslash
29080 colorbox{grisclaro}{
29081 \end_layout
29082
29083 \end_inset
29084
29085
29086 \begin_inset Box Frameless
29087 position "t"
29088 hor_pos "c"
29089 has_inner_box 1
29090 inner_pos "t"
29091 use_parbox 0
29092 width "100col%"
29093 special "none"
29094 height "1in"
29095 height_special "totalheight"
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099 Texto con color de fondo.
29100  Texto con color de fondo.
29101 \end_layout
29102
29103 \begin_layout Plain Layout
29104 \begin_inset VSpace defskip
29105 \end_inset
29106
29107 El texto puede tener notas al pie
29108 \begin_inset Foot
29109 status open
29110
29111 \begin_layout Plain Layout
29112 Otro ejemplo de nota
29113 \end_layout
29114
29115 \end_inset
29116
29117  y puede incluir tablas y figuras.
29118 \end_layout
29119
29120 \begin_layout Plain Layout
29121 \align center
29122 \begin_inset Tabular
29123 <lyxtabular version="3" rows="3" columns="3">
29124 <features>
29125 <column alignment="center" valignment="top" width="0">
29126 <column alignment="center" valignment="top" width="0">
29127 <column alignment="center" valignment="top" width="0">
29128 <row>
29129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29130 \begin_inset Text
29131
29132 \begin_layout Plain Layout
29133 a
29134 \end_layout
29135
29136 \end_inset
29137 </cell>
29138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29139 \begin_inset Text
29140
29141 \begin_layout Plain Layout
29142 !
29143 \end_layout
29144
29145 \end_inset
29146 </cell>
29147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29148 \begin_inset Text
29149
29150 \begin_layout Plain Layout
29151 3
29152 \end_layout
29153
29154 \end_inset
29155 </cell>
29156 </row>
29157 <row>
29158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29159 \begin_inset Text
29160
29161 \begin_layout Plain Layout
29162 <
29163 \end_layout
29164
29165 \end_inset
29166 </cell>
29167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29168 \begin_inset Text
29169
29170 \begin_layout Plain Layout
29171 b2
29172 \begin_inset Quotes erd
29173 \end_inset
29174
29175 |
29176 \end_layout
29177
29178 \end_inset
29179 </cell>
29180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29181 \begin_inset Text
29182
29183 \begin_layout Plain Layout
29184 >
29185 \end_layout
29186
29187 \end_inset
29188 </cell>
29189 </row>
29190 <row>
29191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29192 \begin_inset Text
29193
29194 \begin_layout Plain Layout
29195 1
29196 \end_layout
29197
29198 \end_inset
29199 </cell>
29200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29201 \begin_inset Text
29202
29203 \begin_layout Plain Layout
29204 §
29205 \end_layout
29206
29207 \end_inset
29208 </cell>
29209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29210 \begin_inset Text
29211
29212 \begin_layout Plain Layout
29213 c
29214 \end_layout
29215
29216 \end_inset
29217 </cell>
29218 </row>
29219 </lyxtabular>
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \begin_inset ERT
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233
29234 }
29235 \end_layout
29236
29237 \end_inset
29238
29239
29240 \end_layout
29241
29242 \begin_layout Section
29243 Cuadros rotados y escalados
29244 \end_layout
29245
29246 \begin_layout Standard
29247 Para poder usar los comandos descritos en esta sección hay que cargar el
29248  paquete LaTeX 
29249 \series bold
29250 graphicx
29251 \series default
29252
29253 \begin_inset Index
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257 LaTeX-paquetes ! graphicx
29258 \end_layout
29259
29260 \end_inset
29261
29262  en el preámbulo del documento, con el comando
29263 \end_layout
29264
29265 \begin_layout Standard
29266
29267 \series bold
29268
29269 \backslash
29270 @ifundefined{rotatebox}
29271 \begin_inset Newline newline
29272 \end_inset
29273
29274
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280
29281 \backslash
29282 hphantom{ }
29283 \end_layout
29284
29285 \end_inset
29286
29287 {
29288 \backslash
29289 usepackage{graphicx}}{}
29290 \end_layout
29291
29292 \begin_layout Standard
29293 \begin_inset Note Greyedout
29294 status open
29295
29296 \begin_layout Plain Layout
29297
29298 \series bold
29299 Nota: 
29300 \series default
29301 Algunos visores DVI no pueden mostrar material rotado o escalado.
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 \begin_inset Note Greyedout
29311 status open
29312
29313 \begin_layout Plain Layout
29314
29315 \series bold
29316 Nota:
29317 \series default
29318  Los cuadros rotados o escalados no pueden contener flotantes.
29319 \end_layout
29320
29321 \end_inset
29322
29323
29324 \end_layout
29325
29326 \begin_layout Subsection
29327 Cuadros rotados
29328 \begin_inset Index
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 Cuadros ! Rotar
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \begin_inset Index
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342 Material rotado
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \begin_inset Index
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352 Figuras ! Rotar
29353 \end_layout
29354
29355 \end_inset
29356
29357
29358 \begin_inset Index
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362 Tablas ! Rotar
29363 \end_layout
29364
29365 \end_inset
29366
29367
29368 \end_layout
29369
29370 \begin_layout Standard
29371 Para rotar material debes ponerlo en un cuadro rotado.
29372  Los cuadros rotados se crean con el comando 
29373 \series bold
29374
29375 \backslash
29376 rotatebox
29377 \series default
29378  en código TeX, según el esquema:
29379 \end_layout
29380
29381 \begin_layout Standard
29382
29383 \series bold
29384
29385 \backslash
29386 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29387 \end_layout
29388
29389 \begin_layout Standard
29390 El origen de rotación se especifica en la forma 
29391 \series bold
29392 origin=position
29393 \series default
29394 .
29395  Son posibles las posiciones siguientes: 
29396 \emph on
29397 c
29398 \emph default
29399  (center), 
29400 \emph on
29401 l
29402 \emph default
29403  (left), 
29404 \emph on
29405 r
29406 \emph default
29407  (right), 
29408 \emph on
29409 b
29410 \emph default
29411  (bottom), 
29412 \emph on
29413 t
29414 \emph default
29415  (top), así como combinaciones adecuadas de las posiciones básicas.
29416  Por ejemplo, 
29417 \emph on
29418 lt
29419 \emph default
29420  significa que el origen de rotación es la esquina superior izquierda del
29421  cuadro.
29422  Si no se especifica origen de rotación se usará la posición 
29423 \emph on
29424 l
29425 \emph default
29426 .
29427  El ángulo de rotación es un número de grados, y puede ser negativo.
29428  El sentido de giro es contrario al de las agujas del reloj.
29429 \end_layout
29430
29431 \begin_layout Standard
29432 En el siguiente ejemplo se ha insertado el comando 
29433 \series bold
29434
29435 \backslash
29436 rotatebox[origin=c]{60}{ 
29437 \series default
29438 como código TeX delante del texto «con rotación»; después del texto, el
29439  cuadro se ha cerrado con llave de cierre en código TeX.
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Esta línea contiene texto 
29444 \begin_inset ERT
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448
29449
29450 \backslash
29451 rotatebox[origin=c]{60}{
29452 \end_layout
29453
29454 \end_inset
29455
29456 con rotación
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462 }
29463 \end_layout
29464
29465 \end_inset
29466
29467 .
29468 \end_layout
29469
29470 \begin_layout Standard
29471 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29472  línea:
29473 \end_layout
29474
29475 \begin_layout Standard
29476 En esta línea hay texto enmarcado 
29477 \begin_inset ERT
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481
29482
29483 \backslash
29484 rotatebox[origin=r]{-60}{
29485 \end_layout
29486
29487 \end_inset
29488
29489
29490 \begin_inset Box Doublebox
29491 position "c"
29492 hor_pos "c"
29493 has_inner_box 0
29494 inner_pos "c"
29495 use_parbox 0
29496 width "1in"
29497 special "width"
29498 height "1in"
29499 height_special "totalheight"
29500 status open
29501
29502 \begin_layout Plain Layout
29503 con rotación
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \begin_inset ERT
29510 status collapsed
29511
29512 \begin_layout Plain Layout
29513
29514 }
29515 \end_layout
29516
29517 \end_inset
29518
29519  y 
29520 \begin_inset ERT
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525
29526 \backslash
29527 rotatebox[origin=lb]{60}{
29528 \end_layout
29529
29530 \end_inset
29531
29532
29533 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29534 \end_inset
29535
29536
29537 \begin_inset ERT
29538 status collapsed
29539
29540 \begin_layout Plain Layout
29541
29542 }
29543 \end_layout
29544
29545 \end_inset
29546
29547  una ecuación.
29548 \end_layout
29549
29550 \begin_layout Standard
29551 O una imagen o una tabla:
29552 \end_layout
29553
29554 \begin_layout Standard
29555 Aquí hay una imagen girada 
29556 \begin_inset ERT
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560
29561
29562 \backslash
29563 rotatebox[origin=lb]{90}{
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \begin_inset Graphics
29570         filename ../clipart/platypus.eps
29571         lyxscale 50
29572         width 25col%
29573
29574 \end_inset
29575
29576
29577 \begin_inset ERT
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581
29582 }
29583 \end_layout
29584
29585 \end_inset
29586
29587  y una tabla girada 
29588 \begin_inset ERT
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592
29593
29594 \backslash
29595 rotatebox[origin=l]{-90}{
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \begin_inset Tabular
29602 <lyxtabular version="3" rows="2" columns="2">
29603 <features>
29604 <column alignment="center" valignment="top" width="0">
29605 <column alignment="center" valignment="top" width="0">
29606 <row>
29607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29608 \begin_inset Text
29609
29610 \begin_layout Plain Layout
29611 q
29612 \end_layout
29613
29614 \end_inset
29615 </cell>
29616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29617 \begin_inset Text
29618
29619 \begin_layout Plain Layout
29620 w
29621 \end_layout
29622
29623 \end_inset
29624 </cell>
29625 </row>
29626 <row>
29627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29628 \begin_inset Text
29629
29630 \begin_layout Plain Layout
29631 e
29632 \end_layout
29633
29634 \end_inset
29635 </cell>
29636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29637 \begin_inset Text
29638
29639 \begin_layout Plain Layout
29640 r
29641 \end_layout
29642
29643 \end_inset
29644 </cell>
29645 </row>
29646 </lyxtabular>
29647
29648 \end_inset
29649
29650
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656 }
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Subsection
29665 Cuadros escalados
29666 \begin_inset Index
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Cuadros ! Escalar
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \begin_inset Index
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Material escalado
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \begin_inset Index
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690 Figuras ! Escalar
29691 \end_layout
29692
29693 \end_inset
29694
29695
29696 \begin_inset Index
29697 status collapsed
29698
29699 \begin_layout Plain Layout
29700 Tablas ! Escalar
29701 \end_layout
29702
29703 \end_inset
29704
29705
29706 \end_layout
29707
29708 \begin_layout Standard
29709 Para escalar material se pueden usar los comandos 
29710 \series bold
29711
29712 \backslash
29713 scalebox
29714 \series default
29715  y 
29716 \series bold
29717
29718 \backslash
29719 resizebox 
29720 \series default
29721 en código TeX.
29722 \end_layout
29723
29724 \begin_layout Standard
29725
29726 \series bold
29727
29728 \backslash
29729 scalebox
29730 \series default
29731  se usa con el esquema siguiente:
29732 \end_layout
29733
29734 \begin_layout Standard
29735
29736 \series bold
29737
29738 \backslash
29739 scalebox{horizontal}[vertical]{contenido del cuadro}
29740 \end_layout
29741
29742 \begin_layout Standard
29743 Horizontal y vertical son los factores de escala correspondientes.
29744  Si no se especifica factor vertical, su valor será el mismo que el factor
29745  de escala horizontal.
29746  
29747 \end_layout
29748
29749 \begin_layout Standard
29750 Por ejemplo, el comando 
29751 \series bold
29752
29753 \backslash
29754 scalebox{2}{Hola} 
29755 \series default
29756 crea un 
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762
29763 \backslash
29764 scalebox{2}{
29765 \end_layout
29766
29767 \end_inset
29768
29769 Hola
29770 \begin_inset ERT
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774
29775 }
29776 \end_layout
29777
29778 \end_inset
29779
29780  de doble tamaño que el texto normal del documento.
29781 \end_layout
29782
29783 \begin_layout Standard
29784 El comando 
29785 \series bold
29786
29787 \backslash
29788 scalebox{2}[1]{Hola} 
29789 \series default
29790 distorsiona el 
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796
29797 \backslash
29798 scalebox{2}[1]{
29799 \end_layout
29800
29801 \end_inset
29802
29803 Hola
29804 \begin_inset ERT
29805 status collapsed
29806
29807 \begin_layout Plain Layout
29808
29809 }
29810 \end_layout
29811
29812 \end_inset
29813
29814 .
29815 \end_layout
29816
29817 \begin_layout Standard
29818 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29819  Por eso el comando 
29820 \series bold
29821
29822 \backslash
29823 scalebox{-1}[1]{Hola} 
29824 \series default
29825 puede usarse para reflejar un texto: 
29826 \begin_inset ERT
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830
29831
29832 \backslash
29833 scalebox{-1}[1]{
29834 \end_layout
29835
29836 \end_inset
29837
29838 Hola
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844 }
29845 \end_layout
29846
29847 \end_inset
29848
29849 .
29850 \end_layout
29851
29852 \begin_layout Standard
29853
29854 \series bold
29855
29856 \backslash
29857 scalebox{1}[-1]{Hola} 
29858 \series default
29859 refleja el 
29860 \begin_inset ERT
29861 status collapsed
29862
29863 \begin_layout Plain Layout
29864
29865
29866 \backslash
29867 scalebox{1}[-1]{
29868 \end_layout
29869
29870 \end_inset
29871
29872 Hola
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878 }
29879 \end_layout
29880
29881 \end_inset
29882
29883  sobre la base.
29884 \end_layout
29885
29886 \begin_layout Standard
29887 El comando 
29888 \series bold
29889
29890 \backslash
29891 scalebox{-1}[1]{contenido del cuadro} 
29892 \series default
29893 puede sustituirse por 
29894 \series bold
29895
29896 \begin_inset Newline newline
29897 \end_inset
29898
29899
29900 \backslash
29901 reflectbox{contenido del cuadro}
29902 \begin_inset VSpace defskip
29903 \end_inset
29904
29905
29906 \end_layout
29907
29908 \begin_layout Standard
29909 El comando 
29910 \series bold
29911
29912 \backslash
29913 resizebox
29914 \series default
29915  sirve para escalar el cuadro a una altura y anchura definidas, según el
29916  esquema:
29917 \end_layout
29918
29919 \begin_layout Standard
29920
29921 \series bold
29922
29923 \backslash
29924 resizebox{anchura}{altura}{contenido del cuadro}
29925 \end_layout
29926
29927 \begin_layout Standard
29928 Si uno de los argumentos del comando es un signo de exclamación, 
29929 \series bold
29930 !
29931 \series default
29932 , la escala se produce de forma que se mantiene la relación de las dimensiones
29933  originales del contenido del cuadro.
29934  
29935 \end_layout
29936
29937 \begin_layout Standard
29938 El comando 
29939 \series bold
29940
29941 \backslash
29942 resizebox{2cm}{1cm}{Hola}
29943 \series default
29944  genera: 
29945 \begin_inset ERT
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950
29951 \backslash
29952 resizebox{2cm}{1cm}{
29953 \end_layout
29954
29955 \end_inset
29956
29957 Hola
29958 \begin_inset ERT
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962
29963 }
29964 \end_layout
29965
29966 \end_inset
29967
29968
29969 \begin_inset Newline newline
29970 \end_inset
29971
29972 El comando 
29973 \series bold
29974
29975 \backslash
29976 resizebox{2cm}{!}{Hola}
29977 \series default
29978  genera: 
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984
29985 \backslash
29986 resizebox{2cm}{!}{
29987 \end_layout
29988
29989 \end_inset
29990
29991 Hola
29992 \begin_inset ERT
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996
29997 }
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 \begin_inset VSpace defskip
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 \begin_inset Note Greyedout
30014 status open
30015
30016 \begin_layout Plain Layout
30017
30018 \series bold
30019 Nota: 
30020 \series default
30021 Si los argumentos de 
30022 \series bold
30023
30024 \backslash
30025 scalebox
30026 \series default
30027  o 
30028 \series bold
30029
30030 \backslash
30031 resizebox
30032 \series default
30033  son cero, no se generan errores de LaTeX al exportar el documento, pero
30034  puede suceder que la salida no se muestre o que sea incompleta.
30035  
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \begin_inset VSpace defskip
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Los cuadros se pueden combinar en cualquier orden.
30049  Por ejemplo, el comando
30050 \series bold
30051
30052 \begin_inset Newline newline
30053 \end_inset
30054
30055
30056 \backslash
30057 rotatebox[origin=c]{-45}{
30058 \backslash
30059 resizebox{2cm}{!}{
30060 \backslash
30061 reflectbox{Hola}}}
30062 \begin_inset Newline newline
30063 \end_inset
30064
30065
30066 \series default
30067 genera:
30068 \end_layout
30069
30070 \begin_layout Standard
30071 \noindent
30072 \align center
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 rotatebox[origin=c]{-45}{
30081 \backslash
30082 resizebox{2cm}{!}{
30083 \backslash
30084 reflectbox{
30085 \end_layout
30086
30087 \end_inset
30088
30089 Hola
30090 \begin_inset ERT
30091 status collapsed
30092
30093 \begin_layout Plain Layout
30094
30095 }}}
30096 \end_layout
30097
30098 \end_inset
30099
30100
30101 \end_layout
30102
30103 \begin_layout Standard
30104 \noindent
30105 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30106 \end_layout
30107
30108 \begin_layout Standard
30109 \noindent
30110
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \align center
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120
30121 \backslash
30122 rotatebox[origin=c]{-30}{
30123 \backslash
30124 resizebox{2cm}{!}{
30125 \backslash
30126 reflectbox{
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \begin_inset Graphics
30133         filename ../clipart/platypus.eps
30134         lyxscale 50
30135         width 25col%
30136
30137 \end_inset
30138
30139
30140 \begin_inset ERT
30141 status collapsed
30142
30143 \begin_layout Plain Layout
30144
30145 }}}
30146 \end_layout
30147
30148 \end_inset
30149
30150
30151 \begin_inset ERT
30152 status collapsed
30153
30154 \begin_layout Plain Layout
30155
30156
30157 \backslash
30158 rotatebox[origin=c]{-45}{
30159 \backslash
30160 resizebox{2cm}{!}{
30161 \backslash
30162 reflectbox{
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Tabular
30169 <lyxtabular version="3" rows="2" columns="2">
30170 <features>
30171 <column alignment="center" valignment="top" width="0">
30172 <column alignment="center" valignment="top" width="0">
30173 <row>
30174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30175 \begin_inset Text
30176
30177 \begin_layout Plain Layout
30178 q
30179 \end_layout
30180
30181 \end_inset
30182 </cell>
30183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187 w
30188 \end_layout
30189
30190 \end_inset
30191 </cell>
30192 </row>
30193 <row>
30194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198 e
30199 \end_layout
30200
30201 \end_inset
30202 </cell>
30203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30204 \begin_inset Text
30205
30206 \begin_layout Plain Layout
30207 r
30208 \end_layout
30209
30210 \end_inset
30211 </cell>
30212 </row>
30213 </lyxtabular>
30214
30215 \end_inset
30216
30217
30218 \begin_inset ERT
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222
30223 }}}
30224 \end_layout
30225
30226 \end_inset
30227
30228
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 rotatebox[origin=c]{-45}{
30237 \backslash
30238 resizebox{2cm}{!}{
30239 \backslash
30240 reflectbox{
30241 \end_layout
30242
30243 \end_inset
30244
30245
30246 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30247 \end_inset
30248
30249
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255 }}}
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264 Si se usa el estilo global 
30265 \series bold
30266 fleqn
30267 \series default
30268  para las ecuaciones del documento,
30269 \begin_inset Foot
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273 Si «fleqn» se añade a las opciones de clase del documento.
30274 \end_layout
30275
30276 \end_inset
30277
30278  también pueden escalarse las ecuaciones en estilo presentación.
30279 \end_layout
30280
30281 \begin_layout Chapter
30282 Archivo
30283 \begin_inset Index
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287 Archivo, insertar
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296 Con el menú 
30297 \family sans
30298 Insertar\SpecialChar \menuseparator
30299 Archivo 
30300 \family default
30301 se pueden insertar archivos externos en un documento.
30302  Estos pueden ser:
30303 \end_layout
30304
30305 \begin_layout Description
30306 Documento
30307 \begin_inset space ~
30308 \end_inset
30309
30310 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30311 \end_layout
30312
30313 \begin_layout Description
30314 Texto
30315 \begin_inset space ~
30316 \end_inset
30317
30318 simple
30319 \begin_inset space ~
30320 \end_inset
30321
30322 como
30323 \begin_inset space ~
30324 \end_inset
30325
30326 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30327  como un nuevo párrafo.
30328 \end_layout
30329
30330 \begin_layout Description
30331 Texto
30332 \begin_inset space ~
30333 \end_inset
30334
30335 simple
30336 \begin_inset space ~
30337 \end_inset
30338
30339 como
30340 \begin_inset space ~
30341 \end_inset
30342
30343 párrafos Un documento de texto; cada línea del texto se inserta tal como
30344  está, formando un solo párrafo.
30345  Las líneas vacías generan un nuevo párrafo en tu documento.
30346 \end_layout
30347
30348 \begin_layout Description
30349 Material
30350 \begin_inset space ~
30351 \end_inset
30352
30353 externo Archivos en diversos formatos.
30354 \end_layout
30355
30356 \begin_layout Description
30357 Documento
30358 \begin_inset space ~
30359 \end_inset
30360
30361 hijo Documentos LyX, LaTeX o texto simple.
30362 \end_layout
30363
30364 \begin_layout Section
30365 Material externo
30366 \begin_inset Index
30367 status collapsed
30368
30369 \begin_layout Plain Layout
30370 Material externo
30371 \end_layout
30372
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \begin_layout Standard
30379 Esta característica te permite insertar archivos en tu documento sin convertirlo
30380 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30381  las necesarias conversiones.
30382  Esto es parecido a la inserción de imágenes en diversos formatos en los
30383  documentos LyX.
30384  
30385 \lang english
30386 When you have enabled Instant Preview in LyX's preferences under 
30387 \family sans
30388 Look
30389 \begin_inset space ~
30390 \end_inset
30391
30392 and
30393 \begin_inset space ~
30394 \end_inset
30395
30396 feel\SpecialChar \menuseparator
30397 Graphics
30398 \family default
30399 , the external material types Dia and Xfig is directly shown in LyX.
30400 \end_layout
30401
30402 \begin_layout Standard
30403 El material externo se puede insertar mediante el diálogo que surge a partir
30404  del menú 
30405 \family sans
30406 Insertar\SpecialChar \menuseparator
30407 Archivo\SpecialChar \menuseparator
30408 Material
30409 \begin_inset space ~
30410 \end_inset
30411
30412 externo
30413 \family default
30414 .
30415  Actualmente se permiten los siguientes tipos de archivo (
30416 \family sans
30417 Plantillas
30418 \family default
30419 ):
30420 \end_layout
30421
30422 \begin_layout Description
30423 Diagrama
30424 \begin_inset space ~
30425 \end_inset
30426
30427 de
30428 \begin_inset space ~
30429 \end_inset
30430
30431 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30432  con el programa 
30433 \series bold
30434
30435 \begin_inset CommandInset href
30436 LatexCommand href
30437 name "XBoard"
30438 target "http://en.wikipedia.org/wiki/XBoard"
30439
30440 \end_inset
30441
30442
30443 \series default
30444 .
30445 \end_layout
30446
30447 \begin_layout Description
30448
30449 \lang english
30450 Dia This template supports diagrams created with the program 
30451 \series bold
30452
30453 \begin_inset CommandInset href
30454 LatexCommand href
30455 name "Dia"
30456 target "http://en.wikipedia.org/wiki/Dia_(software)"
30457
30458 \end_inset
30459
30460
30461 \series default
30462 .
30463 \end_layout
30464
30465 \begin_layout Description
30466 Fecha Esta inserta la fecha en el formato 
30467 \emph on
30468 Día-Mes-Año.
30469
30470 \emph default
30471  A continuación hay una fecha insertada como material externo: 
30472 \begin_inset External
30473         template Date
30474         filename ...
30475
30476 \end_inset
30477
30478
30479 \begin_inset space ~
30480 \end_inset
30481
30482
30483 \lang english
30484
30485 \begin_inset Note Note
30486 status open
30487
30488 \begin_layout Plain Layout
30489
30490 \lang english
30491 Remove the protected space when bug 4398 is fixed!
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \lang spanish
30498
30499 \begin_inset Newline newline
30500 \end_inset
30501
30502 La fecha no se muestra en LyX, sólo en la salida.
30503  Hay otros dos métodos de insertar una fecha, con el menú 
30504 \family sans
30505 Insertar\SpecialChar \menuseparator
30506 Fecha
30507 \family default
30508  y con el comando LaTeX 
30509 \series bold
30510
30511 \backslash
30512 today
30513 \series default
30514  en código TeX.
30515  Los distintos métodos se comparan en la tabla
30516 \begin_inset space ~
30517 \end_inset
30518
30519
30520 \begin_inset CommandInset ref
30521 LatexCommand ref
30522 reference "tab:Comparación-de"
30523
30524 \end_inset
30525
30526 .
30527 \end_layout
30528
30529 \begin_layout Description
30530 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30531 \begin_inset Newline linebreak
30532 \end_inset
30533
30534
30535 \series bold
30536
30537 \begin_inset CommandInset href
30538 LatexCommand href
30539 name "LilyPond"
30540 target "http://en.wikipedia.org/wiki/LilyPond"
30541
30542 \end_inset
30543
30544
30545 \series default
30546 .
30547 \end_layout
30548
30549 \begin_layout Description
30550 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30551  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30552  la opción 
30553 \emph on
30554 pages
30555 \emph default
30556  en el campo 
30557 \family sans
30558 Opción
30559 \family default
30560  de la pestaña 
30561 \family sans
30562 Opciones de LaTeX y LyX
30563 \family default
30564 , según la descripción de la plantilla en el diálogo.
30565  Si no se usa la opción 
30566 \emph on
30567 pages
30568 \emph default
30569 , sólo se inserta la primera página del PDF.
30570 \end_layout
30571
30572 \begin_layout Description
30573 RasterImage Sirve para insertar imágenes bitmap.
30574  Casi todos los formatos populares de imágenes están soportados.
30575  Las imágenes se pueden tratar en el diálogo 
30576 \family sans
30577 Material Externo
30578 \family default
30579  como las que habitualmente se incluyen mediante el diálogo 
30580 \family sans
30581 Gráficos
30582 \family default
30583 , tal como se explica en la sección
30584 \begin_inset space ~
30585 \end_inset
30586
30587
30588 \begin_inset CommandInset ref
30589 LatexCommand ref
30590 reference "sec:Diálogo-Gráficos"
30591
30592 \end_inset
30593
30594 .
30595  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30596  PDF y EPS no están soportadas.
30597 \end_layout
30598
30599 \begin_layout Description
30600 XFig Esta plantilla soporta imágenes creadas con el programa 
30601 \series bold
30602
30603 \begin_inset CommandInset href
30604 LatexCommand href
30605 name "Xfig"
30606 target "http://en.wikipedia.org/wiki/Xfig"
30607
30608 \end_inset
30609
30610
30611 \series default
30612 .
30613 \end_layout
30614
30615 \begin_layout Standard
30616 \begin_inset Float table
30617 placement h
30618 wide false
30619 sideways false
30620 status open
30621
30622 \begin_layout Plain Layout
30623 \begin_inset Caption
30624
30625 \begin_layout Plain Layout
30626 \begin_inset CommandInset label
30627 LatexCommand label
30628 name "tab:Comparación-de"
30629
30630 \end_inset
30631
30632 Comparación de los métodos de inserción de fecha.
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Plain Layout
30641 \align center
30642 \begin_inset Tabular
30643 <lyxtabular version="3" rows="4" columns="4">
30644 <features>
30645 <column alignment="center" valignment="top" width="0">
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 <row>
30650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30651 \begin_inset Text
30652
30653 \begin_layout Plain Layout
30654 Documento
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30660 \begin_inset Text
30661
30662 \begin_layout Plain Layout
30663
30664 \family sans
30665 Material externo\SpecialChar \menuseparator
30666 Fecha
30667 \end_layout
30668
30669 \end_inset
30670 </cell>
30671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30672 \begin_inset Text
30673
30674 \begin_layout Plain Layout
30675
30676 \family sans
30677 Insertar\SpecialChar \menuseparator
30678 Fecha
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30684 \begin_inset Text
30685
30686 \begin_layout Plain Layout
30687 comando 
30688 \series bold
30689
30690 \backslash
30691 today
30692 \end_layout
30693
30694 \end_inset
30695 </cell>
30696 </row>
30697 <row>
30698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702 LyX
30703 \end_layout
30704
30705 \end_inset
30706 </cell>
30707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30708 \begin_inset Text
30709
30710 \begin_layout Plain Layout
30711 como cuadro
30712 \end_layout
30713
30714 \end_inset
30715 </cell>
30716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720 como fecha
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30726 \begin_inset Text
30727
30728 \begin_layout Plain Layout
30729 como cuadro código TeX
30730 \end_layout
30731
30732 \end_inset
30733 </cell>
30734 </row>
30735 <row>
30736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30737 \begin_inset Text
30738
30739 \begin_layout Plain Layout
30740 LaTeX
30741 \end_layout
30742
30743 \end_inset
30744 </cell>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749 como fecha
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30755 \begin_inset Text
30756
30757 \begin_layout Plain Layout
30758 como fecha
30759 \end_layout
30760
30761 \end_inset
30762 </cell>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767 como comando
30768 \end_layout
30769
30770 \end_inset
30771 </cell>
30772 </row>
30773 <row>
30774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30775 \begin_inset Text
30776
30777 \begin_layout Plain Layout
30778 DVI, PDF, PS
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 como fecha
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 como fecha
30797 \end_layout
30798
30799 \end_inset
30800 </cell>
30801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30802 \begin_inset Text
30803
30804 \begin_layout Plain Layout
30805 como fecha
30806 \end_layout
30807
30808 \end_inset
30809 </cell>
30810 </row>
30811 </lyxtabular>
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Standard
30824 Si utilizas la opción 
30825 \family sans
30826 Borrador
30827 \family default
30828  en la solapa 
30829 \family sans
30830 Archivo
30831 \family default
30832  del diálogo 
30833 \family sans
30834 Material Externo
30835 \family default
30836 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30837 \family sans
30838
30839 \begin_inset Newline newline
30840 \end_inset
30841
30842
30843 \family default
30844 El material externo se muestra en LyX como un cuadro del tipo:
30845 \family sans
30846  
30847 \family default
30848
30849 \begin_inset Graphics
30850         filename clipart/MaterialExternoQt4.png
30851         scale 80
30852
30853 \end_inset
30854
30855  o como imagen, dependiendo de si se marca la opción 
30856 \family sans
30857 Mostrar en LyX 
30858 \family default
30859 de la pestaña 
30860 \family sans
30861 Opciones de LaTeX y LyX
30862 \family default
30863  del diálogo
30864 \family sans
30865 .
30866 \end_layout
30867
30868 \begin_layout Standard
30869 En el manual 
30870 \emph on
30871 Personalización
30872 \emph default
30873  se explica cómo definir tus propias plantillas.
30874 \end_layout
30875
30876 \begin_layout Section
30877 Documento hijo
30878 \begin_inset CommandInset label
30879 LatexCommand label
30880 name "sec:Documento-Hijo"
30881
30882 \end_inset
30883
30884
30885 \begin_inset Index
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889 Documento hijo
30890 \end_layout
30891
30892 \end_inset
30893
30894
30895 \end_layout
30896
30897 \begin_layout Standard
30898 Los documentos hijos se emplean en el caso de tener un documento extenso
30899  compuesto por varias partes o secciones más grandes.
30900  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30901  en varios archivos que pueden ser revisados por separado.
30902  Estos archivos se conocen como documentos hijos, y el llamado documento
30903  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30904  
30905 \end_layout
30906
30907 \begin_layout Standard
30908 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30909  cuadros del tipo: 
30910 \begin_inset Graphics
30911         filename clipart/DocumentoHijoQt4.png
30912         scale 80
30913
30914 \end_inset
30915
30916 .
30917  Para incluir documentos hijos en un documento maestro utiliza el menú 
30918 \family sans
30919 Insertar
30920 \family default
30921 \SpecialChar \menuseparator
30922
30923 \family sans
30924 Archivo
30925 \family default
30926 \SpecialChar \menuseparator
30927
30928 \family sans
30929 Documento
30930 \begin_inset space ~
30931 \end_inset
30932
30933 hijo
30934 \family default
30935 .
30936  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30937 \end_layout
30938
30939 \begin_layout Description
30940 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30941  Al pulsar el botón 
30942 \family sans
30943 Cargar
30944 \family default
30945  en el diálogo 
30946 \family sans
30947 Documento hijo
30948 \family default
30949 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30950  la ventana de LyX y así puedes modificarlos si quieres.
30951 \end_layout
30952
30953 \begin_layout Standard
30954 Aquí hay un archivo insertado con el método 
30955 \family sans
30956 Incluir
30957 \family default
30958
30959 \begin_inset CommandInset include
30960 LatexCommand include
30961 filename "DocumentoPostizo1.lyx"
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \begin_layout Standard
30969 La numeración de secciones tiene en cuenta las secciones de los archivos
30970  incluidos en el orden en que están insertados en el documento maestro.
30971  El documento incluido de ejemplo tiene una subsección que se numera como
30972  subsección de la presente sección.
30973  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30974 \begin_inset space ~
30975 \end_inset
30976
30977
30978 \begin_inset CommandInset ref
30979 LatexCommand ref
30980 reference "sub:Subsección-Externa-1"
30981
30982 \end_inset
30983
30984 .
30985 \end_layout
30986
30987 \begin_layout Standard
30988 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30989  del documento maestro.
30990  Los documentos incluidos se insertan comenzando una página nueva y acabando
30991  con un salto de página.
30992 \end_layout
30993
30994 \begin_layout Standard
30995 Con el comando LaTeX 
30996 \series bold
30997
30998 \backslash
30999 includeonly
31000 \series default
31001  puedes determinar qué documentos hijos serán procesados al generar la salida.
31002  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31003  un extenso documento y quieres ahorrar tiempo de compilación.
31004  
31005 \series bold
31006
31007 \backslash
31008 includeonly 
31009 \series default
31010 se inserta en el preámbulo del documento maestro, poniendo como argumento
31011  una lista de los nombres de archivo separados con comas, p.
31012 \begin_inset space \thinspace{}
31013 \end_inset
31014
31015 e.
31016  la orden:
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 includeonly{capítulo1,capítulo5}
31025 \end_layout
31026
31027 \begin_layout Standard
31028 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31029 » (o «capítulo1.tex») y «capítulo5.lyx».
31030 \end_layout
31031
31032 \begin_layout Standard
31033 \begin_inset Note Greyedout
31034 status open
31035
31036 \begin_layout Plain Layout
31037
31038 \series bold
31039 Nota:
31040 \series default
31041  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31042  a la del documento maestro, recibirás una advertencia al exportar/ver el
31043  documento, ya que esto podría dar resultados inesperados.
31044 \end_layout
31045
31046 \end_inset
31047
31048
31049 \end_layout
31050
31051 \begin_layout Description
31052 Entrada Este método es muy parecido al método 
31053 \family sans
31054 Incluir
31055 \family default
31056 .
31057  Las diferencias son:
31058 \end_layout
31059
31060 \begin_deeper
31061 \begin_layout Itemize
31062 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31063  un salto de página.
31064 \end_layout
31065
31066 \begin_layout Itemize
31067 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31068 \family sans
31069 Vista
31070 \begin_inset space ~
31071 \end_inset
31072
31073 preliminar
31074 \begin_inset space ~
31075 \end_inset
31076
31077 inmediata 
31078 \family default
31079 está activada en el diálogo 
31080 \family sans
31081 Herramientas\SpecialChar \menuseparator
31082 Preferencias
31083 \family default
31084 , apartado 
31085 \family sans
31086 Apariencia\SpecialChar \menuseparator
31087 Gráficos
31088 \family default
31089 .
31090 \end_layout
31091
31092 \begin_layout Itemize
31093 No se puede utilizar el comando LaTeX 
31094 \series bold
31095
31096 \backslash
31097 includeonly
31098 \series default
31099 .
31100 \end_layout
31101
31102 \end_deeper
31103 \begin_layout Standard
31104 Aquí hay un documento hijo insertado con el método 
31105 \family sans
31106 Entrada
31107 \family default
31108 :
31109 \end_layout
31110
31111 \begin_layout Standard
31112 \begin_inset CommandInset include
31113 LatexCommand input
31114 filename "DocumentoPostizo2.lyx"
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Description
31122 Literal Con este método se puede incluir todo archivo de texto.
31123  El archivo aparece en la salida con su código fuente, y si contiene comandos
31124  no se ejecutan.
31125  Con la opción 
31126 \family sans
31127 Marcar espacios en la salida
31128 \family default
31129  cada espacio en el código fuente se muestra en la salida con el carácter
31130  «
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 textvisiblespace
31139 \end_layout
31140
31141 \end_inset
31142
31143 ».
31144  La diferencia con el método de inserción mediante el menú 
31145 \family sans
31146 Insertar
31147 \family default
31148 \SpecialChar \menuseparator
31149
31150 \family sans
31151 Archivo
31152 \family default
31153 \SpecialChar \menuseparator
31154
31155 \family sans
31156 Texto
31157 \begin_inset space ~
31158 \end_inset
31159
31160 simple
31161 \family default
31162  es que en este caso el contenido del archivo se ve en LyX, mientras que
31163  en modo 
31164 \family sans
31165 Literal 
31166 \family default
31167 no se muestra el contenido, sino un recuadro con el nombre.
31168
31169 \family sans
31170  
31171 \end_layout
31172
31173 \begin_layout Standard
31174 Aquí se inserta un documento hijo en modo Literal:
31175 \begin_inset CommandInset include
31176 LatexCommand verbatiminput
31177 filename "DocumentoTextoPostizo.txt"
31178
31179 \end_inset
31180
31181
31182 \begin_inset VSpace bigskip
31183 \end_inset
31184
31185
31186 \end_layout
31187
31188 \begin_layout Standard
31189 Aquí se inserta un documento hijo en modo Literal con la opción 
31190 \family sans
31191 Marcar espacios en la salida
31192 \family default
31193 :
31194 \begin_inset CommandInset include
31195 LatexCommand verbatiminput*
31196 filename "DocumentoTextoPostizo.txt"
31197
31198 \end_inset
31199
31200
31201 \begin_inset VSpace bigskip
31202 \end_inset
31203
31204
31205 \end_layout
31206
31207 \begin_layout Standard
31208 \begin_inset Note Greyedout
31209 status open
31210
31211 \begin_layout Plain Layout
31212
31213 \series bold
31214 Nota:
31215 \series default
31216  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31217  incluidos en modo 
31218 \family sans
31219 literal
31220 \family default
31221  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31222  archivo de texto.
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \end_layout
31229
31230 \begin_layout Description
31231 Listado
31232 \begin_inset space ~
31233 \end_inset
31234
31235 de
31236 \begin_inset space ~
31237 \end_inset
31238
31239 programa Este tipo se describe en el capítulo
31240 \begin_inset space ~
31241 \end_inset
31242
31243
31244 \begin_inset CommandInset ref
31245 LatexCommand ref
31246 reference "cha:Listado-de-programa"
31247
31248 \end_inset
31249
31250 .
31251 \end_layout
31252
31253 \begin_layout Standard
31254 \begin_inset Note Greyedout
31255 status open
31256
31257 \begin_layout Plain Layout
31258
31259 \series bold
31260 Nota:
31261 \series default
31262  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31263  problemas en LaTeX.
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Chapter
31272 Listado de programa
31273 \begin_inset CommandInset label
31274 LatexCommand label
31275 name "cha:Listado-de-programa"
31276
31277 \end_inset
31278
31279
31280 \begin_inset Index
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284 Listado de programa
31285 \end_layout
31286
31287 \end_inset
31288
31289
31290 \begin_inset Index
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294 Código de programa
31295 \end_layout
31296
31297 \end_inset
31298
31299
31300 \begin_inset Index
31301 status collapsed
31302
31303 \begin_layout Plain Layout
31304 Flotantes ! Listado de programa
31305 \end_layout
31306
31307 \end_inset
31308
31309
31310 \end_layout
31311
31312 \begin_layout Standard
31313 Para incluir y tipografiar código de programación puedes usar la opción
31314  de menú disponible en 
31315 \family sans
31316 Insertar\SpecialChar \menuseparator
31317 Listado
31318 \begin_inset space ~
31319 \end_inset
31320
31321 de
31322 \begin_inset space ~
31323 \end_inset
31324
31325 programa.
31326  
31327 \family default
31328 El paquete LaTeX 
31329 \series bold
31330 listings
31331 \series default
31332
31333 \begin_inset Index
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337 LaTeX-paquetes ! listings
31338 \end_layout
31339
31340 \end_inset
31341
31342  provee un mecanismo potente y flexible para insertar código fuente en tu
31343  documento.
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Al hacer clic-derecho sobre un recuadro de listado surge una ventana de
31348  diálogo en la que puedes establecer el formato del mismo.
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31353  La opción de ubicación 
31354 \family sans
31355 Listado
31356 \begin_inset space ~
31357 \end_inset
31358
31359 en
31360 \begin_inset space ~
31361 \end_inset
31362
31363 línea
31364 \family default
31365  lo imprime en la línea, como este ejemplo: 
31366 \begin_inset listings
31367 lstparams "language={C++}"
31368 inline true
31369 status open
31370
31371 \begin_layout Plain Layout
31372
31373 int a=5;
31374 \end_layout
31375
31376 \end_inset
31377
31378
31379 \family sans
31380
31381 \begin_inset Newline newline
31382 \end_inset
31383
31384
31385 \family default
31386 La opción 
31387 \family sans
31388 Flotante
31389 \family default
31390  crea un listado flotante cuya colocación se puede especificar mediante
31391  las opciones «
31392 \family sans
31393 h
31394 \family default
31395 », «
31396 \family sans
31397 t
31398 \family default
31399 », «
31400 \family sans
31401 b
31402 \family default
31403 » y «
31404 \family sans
31405 p
31406 \family default
31407 », correspondientes a las opciones de colocación de flotantes descritas
31408  en la sección
31409 \family sans
31410
31411 \begin_inset space ~
31412 \end_inset
31413
31414
31415 \begin_inset CommandInset ref
31416 LatexCommand ref
31417 reference "sec:Colocación-de-Flotantes"
31418
31419 \end_inset
31420
31421
31422 \family default
31423 .
31424  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31425  p.
31426 \family sans
31427
31428 \begin_inset space \thinspace{}
31429 \end_inset
31430
31431
31432 \family default
31433 e.
31434 \begin_inset space ~
31435 \end_inset
31436
31437 «
31438 \family sans
31439 htbp
31440 \family default
31441 ».
31442  La opción «
31443 \family sans
31444 h
31445 \family default
31446 » a veces no tiene efecto, pero no necesitas usar la opción 
31447 \family sans
31448 Flotante
31449 \family default
31450  en ese caso puesto que los listados de programa no flotantes también pueden
31451  tener leyendas y ser referenciadas.
31452 \end_layout
31453
31454 \begin_layout Standard
31455 Se puede añadir una leyenda a un listado de programa con el menú 
31456 \family sans
31457 Insertar\SpecialChar \menuseparator
31458 Leyenda
31459 \family default
31460
31461 \begin_inset Foot
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465 Para traducir la etiqueta 
31466 \begin_inset Quotes eld
31467 \end_inset
31468
31469 Listado
31470 \begin_inset Quotes erd
31471 \end_inset
31472
31473  de la leyenda, se añade al preámbulo del documento el comando 
31474 \series bold
31475
31476 \backslash
31477 renewcommand{
31478 \backslash
31479 lstlistingname}{Listado}
31480 \series default
31481 .
31482  (
31483 \emph on
31484 N.
31485 \begin_inset space \thinspace{}
31486 \end_inset
31487
31488 del t.
31489 \emph default
31490 )
31491 \end_layout
31492
31493 \end_inset
31494
31495 .
31496  Los listados de programa se pueden referenciar como los flotantes: Listado
31497 \begin_inset space ~
31498 \end_inset
31499
31500
31501 \begin_inset CommandInset ref
31502 LatexCommand ref
31503 reference "lst:Ejemplo-de-listado-de-programa"
31504
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \begin_layout Standard
31511 \begin_inset listings
31512 lstparams "language=Python"
31513 inline false
31514 status open
31515
31516 \begin_layout Plain Layout
31517
31518 \begin_inset Caption
31519
31520 \begin_layout Plain Layout
31521 \begin_inset CommandInset label
31522 LatexCommand label
31523 name "lst:Ejemplo-de-listado-de-programa"
31524
31525 \end_inset
31526
31527 Ejemplo de listado de programa flotante
31528 \end_layout
31529
31530 \end_inset
31531
31532 # Ejemplo de listado flotante
31533 \end_layout
31534
31535 \begin_layout Plain Layout
31536
31537 def func(param):
31538 \end_layout
31539
31540 \begin_layout Plain Layout
31541
31542     'this is a python function'
31543 \end_layout
31544
31545 \begin_layout Plain Layout
31546
31547     pass
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Standard
31556 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31557  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31558  y tipografiadas de manera especial en la salida.
31559  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31560  negrita.
31561 \end_layout
31562
31563 \begin_layout Standard
31564 \begin_inset Note Greyedout
31565 status open
31566
31567 \begin_layout Plain Layout
31568
31569 \series bold
31570 Nota:
31571 \series default
31572  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31573  debe probablemente a que dicha fuente no suministra negritas.
31574  En este caso selecciona una fuente distinta en el menú 
31575 \family sans
31576 Documento
31577 \family default
31578 \SpecialChar \menuseparator
31579
31580 \family sans
31581 Configuración
31582 \family default
31583 \SpecialChar \menuseparator
31584
31585 \family sans
31586 Fuentes.
31587  
31588 \family default
31589 (Las fuentes 
31590 \emph on
31591 LuxiMono, BeraMono
31592 \emph default
31593  y 
31594 \emph on
31595 Courier 
31596 \emph default
31597 suministran negritas.)
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \end_layout
31604
31605 \begin_layout Standard
31606 En la sección 
31607 \family sans
31608 Numeración
31609 \begin_inset space ~
31610 \end_inset
31611
31612 de
31613 \begin_inset space ~
31614 \end_inset
31615
31616 líneas
31617 \family default
31618  del diálogo puedes elegir el estilo de numeración de las líneas.
31619  En el campo 
31620 \family sans
31621 Paso 
31622 \family default
31623 puedes insertar un número para determinar qué líneas se numeran.
31624  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31625  
31626 \end_layout
31627
31628 \begin_layout Standard
31629 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31630  en la salida.
31631  La opción 
31632 \family sans
31633 Tabla
31634 \begin_inset space ~
31635 \end_inset
31636
31637 de
31638 \begin_inset space ~
31639 \end_inset
31640
31641 caracteres
31642 \begin_inset space ~
31643 \end_inset
31644
31645 extendida
31646 \family default
31647  debería emplearse si se usan en el código caracteres nacionales como la
31648  diéresis alemana.
31649 \begin_inset Newline newline
31650 \end_inset
31651
31652 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31653  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31654  y «Espacio como símbolo», rango de líneas 3-8:
31655 \begin_inset listings
31656 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31657 inline false
31658 status open
31659
31660 \begin_layout Plain Layout
31661
31662 def func(param):
31663 \end_layout
31664
31665 \begin_layout Plain Layout
31666
31667     'this is a python function'
31668 \end_layout
31669
31670 \begin_layout Plain Layout
31671
31672     pass
31673 \end_layout
31674
31675 \begin_layout Plain Layout
31676
31677 def func(param):
31678 \end_layout
31679
31680 \begin_layout Plain Layout
31681
31682 'This is a German word: Tschüß'
31683 \end_layout
31684
31685 \begin_layout Plain Layout
31686
31687 pass
31688 \end_layout
31689
31690 \begin_layout Plain Layout
31691
31692 def func(param):
31693 \end_layout
31694
31695 \begin_layout Plain Layout
31696
31697 'this is a python function'
31698 \end_layout
31699
31700 \begin_layout Plain Layout
31701
31702 pass
31703 \end_layout
31704
31705 \end_inset
31706
31707
31708 \end_layout
31709
31710 \begin_layout Standard
31711 \begin_inset Note Greyedout
31712 status open
31713
31714 \begin_layout Plain Layout
31715
31716 \series bold
31717 Nota:
31718 \series default
31719  Debido a un error en el paquete 
31720 \series bold
31721 listings
31722 \series default
31723  la numeración de líneas cambia en una línea por cada listado previo.
31724  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31725  3 y 6.
31726 \end_layout
31727
31728 \end_inset
31729
31730
31731 \end_layout
31732
31733 \begin_layout Standard
31734 \begin_inset VSpace bigskip
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \begin_layout Standard
31741 También es posible imprimir como listado de programa líneas de un archivo.
31742  Para hacer esto, usa el menú 
31743 \family sans
31744 Insertar\SpecialChar \menuseparator
31745 Archivo\SpecialChar \menuseparator
31746 Documento
31747 \begin_inset space ~
31748 \end_inset
31749
31750 hijo 
31751 \family default
31752 y elige el tipo 
31753 \family sans
31754 Listado de programa
31755 \family default
31756 .
31757 \begin_inset Foot
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761 Los restantes tipos de documento hijo se describen en la sección
31762 \begin_inset space ~
31763 \end_inset
31764
31765
31766 \begin_inset CommandInset ref
31767 LatexCommand ref
31768 reference "sec:Documento-Hijo"
31769
31770 \end_inset
31771
31772 .
31773 \end_layout
31774
31775 \end_inset
31776
31777  En el diálogo de documento hijo puedes especificar los parámetros del listado
31778  en el cuadro de texto.
31779  Para ver una lista de los parámetros disponibles teclea una interrogación
31780  «?» en el cuadro.
31781 \end_layout
31782
31783 \begin_layout Standard
31784 Para referenciar un documento hijo tipo listado, escribe el texto de la
31785  etiqueta en el campo correspondiente del diálogo de documento hijo.
31786  Después se puede referenciar la etiqueta con el menú 
31787 \family sans
31788 Insertar\SpecialChar \menuseparator
31789 Referencia cruzada.
31790 \end_layout
31791
31792 \begin_layout Standard
31793 A continuación hay un ejemplo, Listado
31794 \begin_inset space ~
31795 \end_inset
31796
31797
31798 \begin_inset CommandInset ref
31799 LatexCommand ref
31800 reference "lst:archivo-listado"
31801
31802 \end_inset
31803
31804 , de inserción de líneas de un archivo; en él se incluye el rango de las
31805  líneas 10
31806 \begin_inset space \thinspace{}
31807 \end_inset
31808
31809 -
31810 \begin_inset space \thinspace{}
31811 \end_inset
31812
31813 15 de este archivo LyX.
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset CommandInset include
31818 LatexCommand lstinputlisting
31819 filename "EmbeddedObjects.lyx"
31820 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31821
31822 \end_inset
31823
31824
31825 \begin_inset VSpace bigskip
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Standard
31832 Las preferencias globales se pueden establecer en el diálogo 
31833 \family sans
31834 Documento\SpecialChar \menuseparator
31835 Configuración\SpecialChar \menuseparator
31836 Diseño
31837 \begin_inset space ~
31838 \end_inset
31839
31840 del
31841 \begin_inset space ~
31842 \end_inset
31843
31844 texto.
31845  
31846 \family default
31847 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31848  «?» en el campo de texto.
31849 \end_layout
31850
31851 \begin_layout Standard
31852 Para más información sobre el paquete 
31853 \series bold
31854 listings
31855 \series default
31856 , consulta su documentación
31857 \begin_inset space ~
31858 \end_inset
31859
31860
31861 \begin_inset CommandInset citation
31862 LatexCommand cite
31863 key "listings"
31864
31865 \end_inset
31866
31867 .
31868 \end_layout
31869
31870 \begin_layout Standard
31871 \begin_inset Newpage newpage
31872 \end_inset
31873
31874
31875 \end_layout
31876
31877 \begin_layout Chapter
31878 \start_of_appendix
31879 Unidades disponibles en LyX
31880 \begin_inset Index
31881 status collapsed
31882
31883 \begin_layout Plain Layout
31884 Unidades
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \begin_inset CommandInset label
31891 LatexCommand label
31892 name "cha:Unidades-disponibles-en"
31893
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900 Para comprender las unidades utilizadas en este manual, el cuadro
31901 \begin_inset space ~
31902 \end_inset
31903
31904
31905 \begin_inset CommandInset ref
31906 LatexCommand ref
31907 reference "tab:Unidades"
31908
31909 \end_inset
31910
31911  describe todas las unidades disponibles en LyX.
31912 \end_layout
31913
31914 \begin_layout Standard
31915 \begin_inset Float table
31916 placement h
31917 wide false
31918 sideways false
31919 status open
31920
31921 \begin_layout Plain Layout
31922 \begin_inset Caption
31923
31924 \begin_layout Plain Layout
31925 \begin_inset CommandInset label
31926 LatexCommand label
31927 name "tab:Unidades"
31928
31929 \end_inset
31930
31931 Unidades
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \end_layout
31938
31939 \begin_layout Plain Layout
31940 \begin_inset VSpace medskip
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \begin_layout Plain Layout
31947 \align center
31948 \begin_inset Tabular
31949 <lyxtabular version="3" rows="20" columns="2">
31950 <features>
31951 <column alignment="center" valignment="top" width="0">
31952 <column alignment="center" valignment="top" width="0">
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958 unidad
31959 \end_layout
31960
31961 \end_inset
31962 </cell>
31963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31964 \begin_inset Text
31965
31966 \begin_layout Plain Layout
31967 nombre/descripción
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 </row>
31973 <row>
31974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31975 \begin_inset Text
31976
31977 \begin_layout Plain Layout
31978 mm
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 milímetro
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 </row>
31993 <row>
31994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Plain Layout
31998 cm
31999 \end_layout
32000
32001 \end_inset
32002 </cell>
32003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32004 \begin_inset Text
32005
32006 \begin_layout Plain Layout
32007 centímetro
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 </row>
32013 <row>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018 in
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 pulgada
32028 \end_layout
32029
32030 \end_inset
32031 </cell>
32032 </row>
32033 <row>
32034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32035 \begin_inset Text
32036
32037 \begin_layout Plain Layout
32038 pt
32039 \end_layout
32040
32041 \end_inset
32042 </cell>
32043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32044 \begin_inset Text
32045
32046 \begin_layout Plain Layout
32047 punto (72.27
32048 \begin_inset space \thinspace{}
32049 \end_inset
32050
32051 pt = 1
32052 \begin_inset space \thinspace{}
32053 \end_inset
32054
32055 in)
32056 \end_layout
32057
32058 \end_inset
32059 </cell>
32060 </row>
32061 <row>
32062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32063 \begin_inset Text
32064
32065 \begin_layout Plain Layout
32066 pc
32067 \end_layout
32068
32069 \end_inset
32070 </cell>
32071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32072 \begin_inset Text
32073
32074 \begin_layout Plain Layout
32075 pica (1
32076 \begin_inset space \thinspace{}
32077 \end_inset
32078
32079 pc = 12
32080 \begin_inset space \thinspace{}
32081 \end_inset
32082
32083 pt)
32084 \end_layout
32085
32086 \end_inset
32087 </cell>
32088 </row>
32089 <row>
32090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32091 \begin_inset Text
32092
32093 \begin_layout Plain Layout
32094 sp
32095 \end_layout
32096
32097 \end_inset
32098 </cell>
32099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32100 \begin_inset Text
32101
32102 \begin_layout Plain Layout
32103 punto escalado (65536
32104 \begin_inset space \thinspace{}
32105 \end_inset
32106
32107 sp = 1
32108 \begin_inset space \thinspace{}
32109 \end_inset
32110
32111 pt)
32112 \end_layout
32113
32114 \end_inset
32115 </cell>
32116 </row>
32117 <row>
32118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32119 \begin_inset Text
32120
32121 \begin_layout Plain Layout
32122 bp
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32128 \begin_inset Text
32129
32130 \begin_layout Plain Layout
32131 punto grande (72
32132 \begin_inset space \thinspace{}
32133 \end_inset
32134
32135 bp = 1
32136 \begin_inset space \thinspace{}
32137 \end_inset
32138
32139 in)
32140 \end_layout
32141
32142 \end_inset
32143 </cell>
32144 </row>
32145 <row>
32146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32147 \begin_inset Text
32148
32149 \begin_layout Plain Layout
32150 dd
32151 \end_layout
32152
32153 \end_inset
32154 </cell>
32155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32156 \begin_inset Text
32157
32158 \begin_layout Plain Layout
32159 didot (1
32160 \begin_inset space \thinspace{}
32161 \end_inset
32162
32163 dd 
32164 \begin_inset Formula $\approx$
32165 \end_inset
32166
32167  0.376
32168 \begin_inset space \thinspace{}
32169 \end_inset
32170
32171 mm)
32172 \end_layout
32173
32174 \end_inset
32175 </cell>
32176 </row>
32177 <row>
32178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32179 \begin_inset Text
32180
32181 \begin_layout Plain Layout
32182 cc
32183 \end_layout
32184
32185 \end_inset
32186 </cell>
32187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32188 \begin_inset Text
32189
32190 \begin_layout Plain Layout
32191 cicero (1
32192 \begin_inset space \thinspace{}
32193 \end_inset
32194
32195 cc = 12
32196 \begin_inset space \thinspace{}
32197 \end_inset
32198
32199 dd)
32200 \end_layout
32201
32202 \end_inset
32203 </cell>
32204 </row>
32205 <row>
32206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32207 \begin_inset Text
32208
32209 \begin_layout Plain Layout
32210 Scale%
32211 \end_layout
32212
32213 \end_inset
32214 </cell>
32215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32216 \begin_inset Text
32217
32218 \begin_layout Plain Layout
32219 % de anchura original de la imagen
32220 \end_layout
32221
32222 \end_inset
32223 </cell>
32224 </row>
32225 <row>
32226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32227 \begin_inset Text
32228
32229 \begin_layout Plain Layout
32230 text%
32231 \end_layout
32232
32233 \end_inset
32234 </cell>
32235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32236 \begin_inset Text
32237
32238 \begin_layout Plain Layout
32239 % de anchura de texto
32240 \end_layout
32241
32242 \end_inset
32243 </cell>
32244 </row>
32245 <row>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250 col%
32251 \end_layout
32252
32253 \end_inset
32254 </cell>
32255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 % de anchura de columna
32260 \end_layout
32261
32262 \end_inset
32263 </cell>
32264 </row>
32265 <row>
32266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32267 \begin_inset Text
32268
32269 \begin_layout Plain Layout
32270 page%
32271 \end_layout
32272
32273 \end_inset
32274 </cell>
32275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32276 \begin_inset Text
32277
32278 \begin_layout Plain Layout
32279 % de anchura de página
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 <row>
32286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32287 \begin_inset Text
32288
32289 \begin_layout Plain Layout
32290 line%
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299 % de anchura de línea
32300 \end_layout
32301
32302 \end_inset
32303 </cell>
32304 </row>
32305 <row>
32306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32307 \begin_inset Text
32308
32309 \begin_layout Plain Layout
32310 theight%
32311 \end_layout
32312
32313 \end_inset
32314 </cell>
32315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319 % de altura de texto
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 </row>
32325 <row>
32326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330 pheight%
32331 \end_layout
32332
32333 \end_inset
32334 </cell>
32335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32336 \begin_inset Text
32337
32338 \begin_layout Plain Layout
32339 % de altura de página
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 </row>
32345 <row>
32346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 ex
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32356 \begin_inset Text
32357
32358 \begin_layout Plain Layout
32359 altura de la letra 
32360 \emph on
32361 x
32362 \emph default
32363  en la fuente actual
32364 \end_layout
32365
32366 \end_inset
32367 </cell>
32368 </row>
32369 <row>
32370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32371 \begin_inset Text
32372
32373 \begin_layout Plain Layout
32374 em
32375 \end_layout
32376
32377 \end_inset
32378 </cell>
32379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32380 \begin_inset Text
32381
32382 \begin_layout Plain Layout
32383 anchura de la letra 
32384 \emph on
32385 M
32386 \emph default
32387  en la fuente actual
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 </row>
32393 <row>
32394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32395 \begin_inset Text
32396
32397 \begin_layout Plain Layout
32398 mu
32399 \end_layout
32400
32401 \end_inset
32402 </cell>
32403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32404 \begin_inset Text
32405
32406 \begin_layout Plain Layout
32407 unidad matemática (1
32408 \begin_inset space \thinspace{}
32409 \end_inset
32410
32411 mu = 1/18
32412 \begin_inset space \thinspace{}
32413 \end_inset
32414
32415 em)
32416 \end_layout
32417
32418 \end_inset
32419 </cell>
32420 </row>
32421 </lyxtabular>
32422
32423 \end_inset
32424
32425
32426 \end_layout
32427
32428 \end_inset
32429
32430
32431 \end_layout
32432
32433 \begin_layout Chapter
32434 Formatos de archivos de salida con gráficos
32435 \begin_inset CommandInset label
32436 LatexCommand label
32437 name "cha:Formatos-de-Archivos-de-Salida"
32438
32439 \end_inset
32440
32441
32442 \end_layout
32443
32444 \begin_layout Section
32445 DVI
32446 \begin_inset Index
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450 Formatos de archivo ! DVI
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \begin_inset Index
32457 status collapsed
32458
32459 \begin_layout Plain Layout
32460 DVI|see
32461 \begin_inset ERT
32462 status collapsed
32463
32464 \begin_layout Plain Layout
32465
32466 {
32467 \end_layout
32468
32469 \end_inset
32470
32471 Formatos de archivo
32472 \begin_inset ERT
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476
32477 }
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Standard
32491 Este tipo de archivo tiene la extensión «
32492 \family typewriter
32493 .dvi
32494 \family default
32495 ».
32496  Se denomina «device-independent» (DVI), porque es completamente portable;
32497  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32498  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32499  Los DVI se usan para vistas preliminares rápidas y como preparación para
32500  otros formatos de salida como PostScript.
32501 \end_layout
32502
32503 \begin_layout Standard
32504 \begin_inset Note Greyedout
32505 status open
32506
32507 \begin_layout Plain Layout
32508
32509 \series bold
32510 Nota:
32511 \series default
32512  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32513 \end_layout
32514
32515 \end_inset
32516
32517  Por tanto no debes olvidar esto si mueves archivos 
32518 \family typewriter
32519 .dvi
32520 \family default
32521  a otro ordenador.
32522  Esta característica también puede retardar la visualización del archivo,
32523  porque el visor DVI tiene que convertir la imagen en segundo plano para
32524  hacerla visible al deslizar el visor.
32525  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32526 \end_layout
32527
32528 \begin_layout Standard
32529 Un documento se exporta a DVI con el menú 
32530 \family sans
32531 Archivo\SpecialChar \menuseparator
32532 Exportar\SpecialChar \menuseparator
32533 DVI
32534 \family default
32535 .
32536  Puedes ver la salida del documento en DVI con el menú 
32537 \family sans
32538 Ver\SpecialChar \menuseparator
32539 DVI 
32540 \family default
32541 o con el botón
32542 \begin_inset space ~
32543 \end_inset
32544
32545
32546 \begin_inset Graphics
32547         filename ../../images/buffer-view_dvi.png
32548         scale 85
32549
32550 \end_inset
32551
32552 .
32553 \end_layout
32554
32555 \begin_layout Section
32556 PostScript
32557 \begin_inset CommandInset label
32558 LatexCommand label
32559 name "sec:PostScript"
32560
32561 \end_inset
32562
32563
32564 \begin_inset Index
32565 status collapsed
32566
32567 \begin_layout Plain Layout
32568 Formatos de archivo ! PostScript
32569 \end_layout
32570
32571 \end_inset
32572
32573
32574 \begin_inset Index
32575 status collapsed
32576
32577 \begin_layout Plain Layout
32578 PostScript|see
32579 \begin_inset ERT
32580 status collapsed
32581
32582 \begin_layout Plain Layout
32583
32584 {
32585 \end_layout
32586
32587 \end_inset
32588
32589 Formatos de archivo
32590 \begin_inset ERT
32591 status collapsed
32592
32593 \begin_layout Plain Layout
32594
32595 }
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Standard
32609 Este tipo de archivo tiene la extensión «
32610 \family typewriter
32611 .ps
32612 \family default
32613 ».
32614  PostScript fue desarrollado por la compañía 
32615 \family typewriter
32616 Adobe
32617 \family default
32618  como lenguaje para impresoras.
32619  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32620  PostScript puede considerarse como un «lenguaje de programación»; con él
32621  puedes calcular y dibujar imágenes y diagramas.
32622 \begin_inset Foot
32623 status collapsed
32624
32625 \begin_layout Plain Layout
32626 Si estás interesado en este tema acude al paquete LaTeX 
32627 \series bold
32628 PSTricks
32629 \series default
32630  
32631 \begin_inset CommandInset citation
32632 LatexCommand cite
32633 key "pstricks"
32634
32635 \end_inset
32636
32637 .
32638 \end_layout
32639
32640 \end_inset
32641
32642  Por esto los archivos suelen ser más grandes que los PDF.
32643 \end_layout
32644
32645 \begin_layout Standard
32646 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32647 d PostScript» (EPS, extensión «
32648 \family typewriter
32649 .eps
32650 \family default
32651 »).
32652  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32653  en segundo plano para convertir las imágenes a EPS.
32654  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32655  cada vez que veas o exportes el documento.
32656  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32657  puedes evitar el problema insertando las imágenes directamente en EPS.
32658 \end_layout
32659
32660 \begin_layout Standard
32661 El documento se puede exportar a PostScript con el menú 
32662 \family sans
32663 Archivo\SpecialChar \menuseparator
32664 Exportar\SpecialChar \menuseparator
32665 Postscript
32666 \family default
32667 .
32668  Se puede ver la salida en PostScript con el menú 
32669 \family sans
32670 Ver\SpecialChar \menuseparator
32671 Postscript 
32672 \family default
32673 o con el botón
32674 \begin_inset space ~
32675 \end_inset
32676
32677
32678 \begin_inset Graphics
32679         filename ../../images/buffer-view_ps.png
32680
32681 \end_inset
32682
32683 .
32684 \end_layout
32685
32686 \begin_layout Section
32687 PDF
32688 \begin_inset Index
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692 Formatos de archivo ! PDF
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \begin_inset Index
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 PDF
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 Este tipo de archivo tiene la extensión «
32712 \family typewriter
32713 .pdf
32714 \family default
32715 ».
32716  El formato «Portable Document Format» (PDF) fue desarrollado por 
32717 \family typewriter
32718 Adobe
32719 \family default
32720  como derivado de PostScript.
32721  Es más comprimido y utiliza muchos menos comandos que PostScript.
32722  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32723  operativo y la salida impresa se muestra exactamente igual.
32724 \end_layout
32725
32726 \begin_layout Standard
32727 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32728  Photographic Experts Group» (JPG, extensión «
32729 \family typewriter
32730 .jpg
32731 \family default
32732 » o «
32733 \family typewriter
32734 .jpeg
32735 \family default
32736 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32737 \family typewriter
32738 .png
32739 \family default
32740 »).
32741  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32742  en segundo plano a alguno de los anteriores.
32743  Pero como se ha comentado en la sección sobre PostScript, la conversión
32744  de gráficos ralentiza el trabajo.
32745  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32746  mencionados.
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Un documento se puede exportar a PDF con el menú 
32751 \family sans
32752 Archivo\SpecialChar \menuseparator
32753 Exportar
32754 \family default
32755  en tres modos diferentes:
32756 \end_layout
32757
32758 \begin_layout Description
32759 PDF
32760 \begin_inset space ~
32761 \end_inset
32762
32763 (ps2pdf) Este utiliza el programa 
32764 \family typewriter
32765 ps2pdf
32766 \family default
32767  que crea un PDF a partir de una versión PostScript del archivo.
32768  La versión PostScript es producida por el programa 
32769 \family typewriter
32770 dvips
32771 \family default
32772  que usa una versión DVI como paso intermedio.
32773  Así que este modo de exportación consta de tres conversiones.
32774 \end_layout
32775
32776 \begin_layout Description
32777 PDF
32778 \begin_inset space ~
32779 \end_inset
32780
32781 (dvipdfm) Este utiliza el programa 
32782 \family typewriter
32783 dvipdfm
32784 \family default
32785  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32786  PDF.
32787 \end_layout
32788
32789 \begin_layout Description
32790 PDF
32791 \begin_inset space ~
32792 \end_inset
32793
32794 (pdflatex) Este utiliza el programa 
32795 \family typewriter
32796 pdftex
32797 \family default
32798  que convierte directamente el archivo a PDF.
32799 \end_layout
32800
32801 \begin_layout Standard
32802 Se recomienda usar 
32803 \family sans
32804 PDF
32805 \begin_inset space ~
32806 \end_inset
32807
32808 (pdflatex)
32809 \family default
32810  porque 
32811 \family typewriter
32812 pdftex
32813 \family default
32814  soporta todas las características de las versiones actuales de PDF, es
32815  rápido y estable.
32816  El programa 
32817 \family typewriter
32818 dvipdfm
32819 \family default
32820  ya no se desarrolla y está un poco obsoleto.
32821 \end_layout
32822
32823 \begin_layout Standard
32824 La salida en formato PDF se puede ver con el menú 
32825 \family sans
32826 Ver 
32827 \family default
32828 o con el botón
32829 \begin_inset space ~
32830 \end_inset
32831
32832
32833 \begin_inset Graphics
32834         filename ../../images/buffer-view_pdf2.png
32835         scale 85
32836
32837 \end_inset
32838
32839  (que usa 
32840 \family sans
32841 PDF
32842 \begin_inset space ~
32843 \end_inset
32844
32845 (pdflatex)
32846 \family default
32847 ).
32848 \end_layout
32849
32850 \begin_layout Chapter
32851 Explicación de la ecuación
32852 \begin_inset space ~
32853 \end_inset
32854
32855
32856 \begin_inset CommandInset ref
32857 LatexCommand eqref
32858 reference "eq:Wgn"
32859
32860 \end_inset
32861
32862
32863 \begin_inset CommandInset label
32864 LatexCommand label
32865 name "cha:Explicación-de-la-Ecuación"
32866
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \begin_layout Standard
32873 La anchura total de 
32874 \emph on
32875 n
32876 \emph default
32877  celdas de una tabla 
32878 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32879 \end_inset
32880
32881  puede calcularse con
32882 \end_layout
32883
32884 \begin_layout Standard
32885 \begin_inset Formula \begin{equation}
32886 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}
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Standard
32894 donde 
32895 \begin_inset Formula $W_{g\, n}$
32896 \end_inset
32897
32898  es el ancho dado de todas las celdas.
32899  
32900 \series bold
32901
32902 \backslash
32903 tabcolsep
32904 \series default
32905  es la longitud LaTeX entre el texto y el borde de la celda, 6
32906 \begin_inset space \thinspace{}
32907 \end_inset
32908
32909 pt por omisión.
32910  
32911 \series bold
32912
32913 \backslash
32914 arrayrulewidth
32915 \series default
32916  es el grosor de línea del borde, 0.4
32917 \begin_inset space \thinspace{}
32918 \end_inset
32919
32920 pt por omisión.
32921 \end_layout
32922
32923 \begin_layout Standard
32924 Procediendo como en la ecuación
32925 \begin_inset space ~
32926 \end_inset
32927
32928
32929 \begin_inset CommandInset ref
32930 LatexCommand eqref
32931 reference "eq:Wtot_n"
32932
32933 \end_inset
32934
32935 , el ancho total de una multicolumna, 
32936 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32937 \end_inset
32938
32939  es
32940 \end_layout
32941
32942 \begin_layout Standard
32943 \begin_inset Formula \begin{equation}
32944 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 Igualando las ecuaciones
32953 \begin_inset space ~
32954 \end_inset
32955
32956
32957 \begin_inset CommandInset ref
32958 LatexCommand eqref
32959 reference "eq:Wtot_n"
32960
32961 \end_inset
32962
32963  y 
32964 \begin_inset CommandInset ref
32965 LatexCommand eqref
32966 reference "eq:Wtot_mult"
32967
32968 \end_inset
32969
32970  podemos calcular el ancho dado necesario 
32971 \begin_inset Formula $W_{g\, n}$
32972 \end_inset
32973
32974  cuando se expanden 
32975 \emph on
32976 n
32977 \emph default
32978  columnas, de forma que cada una de ellas tiene una anchura total  
32979 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32980 \end_inset
32981
32982 :
32983 \end_layout
32984
32985 \begin_layout Standard
32986 \begin_inset Formula \begin{equation}
32987 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32988
32989 \end_inset
32990
32991
32992 \end_layout
32993
32994 \begin_layout Bibliography
32995 \begin_inset CommandInset bibitem
32996 LatexCommand bibitem
32997 key "latexcompanion"
32998
32999 \end_inset
33000
33001 Frank Mittelbach and Michel Goossens: 
33002 \emph on
33003 The LaTeX Companion Second Edition.
33004
33005 \emph default
33006  Addison-Wesley, 2004
33007 \end_layout
33008
33009 \begin_layout Bibliography
33010 \begin_inset CommandInset bibitem
33011 LatexCommand bibitem
33012 key "latexguide"
33013
33014 \end_inset
33015
33016 Helmut Kopka and Patrick W.
33017  Daly: 
33018 \emph on
33019 A Guide to LaTeX Fourth Edition.
33020
33021 \emph default
33022  Addison-Wesley, 2003
33023 \end_layout
33024
33025 \begin_layout Bibliography
33026 \begin_inset CommandInset bibitem
33027 LatexCommand bibitem
33028 key "latexbook"
33029
33030 \end_inset
33031
33032 Leslie Lamport: 
33033 \emph on
33034 LaTeX: A Document Preparation System.
33035
33036 \emph default
33037  Addison-Wesley, second edition, 1994
33038 \end_layout
33039
33040 \begin_layout Bibliography
33041 \begin_inset CommandInset bibitem
33042 LatexCommand bibitem
33043 key "booktabs"
33044
33045 \end_inset
33046
33047 Documentación del paquete LaTeX 
33048 \series bold
33049
33050 \begin_inset CommandInset href
33051 LatexCommand href
33052 name "booktabs"
33053 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33054
33055 \end_inset
33056
33057
33058 \series default
33059
33060 \begin_inset Index
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064 LaTeX-paquetes ! booktabs
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \begin_layout Bibliography
33073 \begin_inset CommandInset bibitem
33074 LatexCommand bibitem
33075 key "caption"
33076
33077 \end_inset
33078
33079 Documentación del paquete LaTeX 
33080 \series bold
33081
33082 \begin_inset CommandInset href
33083 LatexCommand href
33084 name "caption"
33085 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33086
33087 \end_inset
33088
33089
33090 \series default
33091
33092 \begin_inset Index
33093 status collapsed
33094
33095 \begin_layout Plain Layout
33096 LaTeX-paquetes ! caption
33097 \end_layout
33098
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \begin_layout Bibliography
33105 \begin_inset CommandInset bibitem
33106 LatexCommand bibitem
33107 key "endfloat"
33108
33109 \end_inset
33110
33111 Documentación del paquete LaTeX 
33112 \series bold
33113
33114 \begin_inset CommandInset href
33115 LatexCommand href
33116 name "endfloat"
33117 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33118
33119 \end_inset
33120
33121
33122 \series default
33123
33124 \begin_inset Index
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128 LaTeX-paquetes ! endfloat
33129 \end_layout
33130
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \begin_layout Bibliography
33137 \begin_inset CommandInset bibitem
33138 LatexCommand bibitem
33139 key "wrapfig"
33140
33141 \end_inset
33142
33143 Documentación del paquete LaTeX 
33144 \series bold
33145
33146 \begin_inset CommandInset href
33147 LatexCommand href
33148 name "wrapfig"
33149 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33150
33151 \end_inset
33152
33153
33154 \series default
33155
33156 \begin_inset Index
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160 LaTeX-paquetes ! wrapfig
33161 \begin_inset ERT
33162 status collapsed
33163
33164 \begin_layout Plain Layout
33165
33166
33167 \backslash
33168 vspace{4mm}
33169 \end_layout
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Bibliography
33182 \begin_inset CommandInset bibitem
33183 LatexCommand bibitem
33184 key "footmisc"
33185
33186 \end_inset
33187
33188 Documentación del paquete LaTeX 
33189 \series bold
33190
33191 \begin_inset CommandInset href
33192 LatexCommand href
33193 name "footmisc"
33194 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33195
33196 \end_inset
33197
33198
33199 \series default
33200
33201 \begin_inset Index
33202 status collapsed
33203
33204 \begin_layout Plain Layout
33205 LaTeX-paquetes ! footmisc
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Bibliography
33214 \begin_inset CommandInset bibitem
33215 LatexCommand bibitem
33216 key "hypcap"
33217
33218 \end_inset
33219
33220 Documentación del paquete LaTeX 
33221 \series bold
33222
33223 \begin_inset CommandInset href
33224 LatexCommand href
33225 name "hypcap"
33226 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33227
33228 \end_inset
33229
33230
33231 \series default
33232
33233 \begin_inset Index
33234 status collapsed
33235
33236 \begin_layout Plain Layout
33237 LaTeX-paquetes ! hyperref
33238 \end_layout
33239
33240 \end_inset
33241
33242
33243 \end_layout
33244
33245 \begin_layout Bibliography
33246 \begin_inset CommandInset bibitem
33247 LatexCommand bibitem
33248 key "hyperref"
33249
33250 \end_inset
33251
33252 Documentación del paquete LaTeX 
33253 \series bold
33254
33255 \begin_inset CommandInset href
33256 LatexCommand href
33257 name "hyperref"
33258 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33259
33260 \end_inset
33261
33262
33263 \series default
33264
33265 \begin_inset Index
33266 status collapsed
33267
33268 \begin_layout Plain Layout
33269 LaTeX-paquetes ! hyperref
33270 \end_layout
33271
33272 \end_inset
33273
33274
33275 \end_layout
33276
33277 \begin_layout Bibliography
33278 \begin_inset CommandInset bibitem
33279 LatexCommand bibitem
33280 key "koma-script"
33281
33282 \end_inset
33283
33284 Documentación del paquete LaTeX 
33285 \series bold
33286
33287 \begin_inset CommandInset href
33288 LatexCommand href
33289 name "koma-script"
33290 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33291
33292 \end_inset
33293
33294
33295 \series default
33296
33297 \begin_inset Index
33298 status collapsed
33299
33300 \begin_layout Plain Layout
33301 LaTeX-paquetes ! koma-script
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \begin_layout Bibliography
33310 \begin_inset CommandInset bibitem
33311 LatexCommand bibitem
33312 key "listings"
33313
33314 \end_inset
33315
33316 Documentación del paquete LaTeX 
33317 \series bold
33318
33319 \begin_inset CommandInset href
33320 LatexCommand href
33321 name "listings"
33322 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33323
33324 \end_inset
33325
33326
33327 \series default
33328
33329 \begin_inset Index
33330 status collapsed
33331
33332 \begin_layout Plain Layout
33333 LaTeX-paquetes ! listings
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Bibliography
33342 \begin_inset CommandInset bibitem
33343 LatexCommand bibitem
33344 key "marginnote"
33345
33346 \end_inset
33347
33348 Documentación del paquete LaTeX 
33349 \series bold
33350
33351 \begin_inset CommandInset href
33352 LatexCommand href
33353 name "marginnote"
33354 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33355
33356 \end_inset
33357
33358
33359 \series default
33360
33361 \begin_inset Index
33362 status collapsed
33363
33364 \begin_layout Plain Layout
33365 LaTeX-paquetes ! marginnote
33366 \end_layout
33367
33368 \end_inset
33369
33370
33371 \end_layout
33372
33373 \begin_layout Bibliography
33374 \begin_inset CommandInset bibitem
33375 LatexCommand bibitem
33376 key "pstricks"
33377
33378 \end_inset
33379
33380 Página web del paquete LaTeX 
33381 \series bold
33382
33383 \begin_inset CommandInset href
33384 LatexCommand href
33385 name "PSTricks"
33386 target "http://tug.org/PSTricks/"
33387
33388 \end_inset
33389
33390
33391 \series default
33392
33393 \begin_inset Index
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 LaTeX-paquetes ! PSTricks
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \begin_layout Bibliography
33406 \begin_inset CommandInset bibitem
33407 LatexCommand bibitem
33408 key "sidecap"
33409
33410 \end_inset
33411
33412 Documentación del paquete LaTeX 
33413 \series bold
33414
33415 \begin_inset CommandInset href
33416 LatexCommand href
33417 name "sidecap"
33418 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33419
33420 \end_inset
33421
33422
33423 \series default
33424
33425 \begin_inset Index
33426 status collapsed
33427
33428 \begin_layout Plain Layout
33429 LaTeX-paquetes ! sidecap
33430 \end_layout
33431
33432 \end_inset
33433
33434
33435 \end_layout
33436
33437 \begin_layout Bibliography
33438 \begin_inset CommandInset bibitem
33439 LatexCommand bibitem
33440 key "NewInLyX16"
33441
33442 \end_inset
33443
33444
33445 \begin_inset CommandInset href
33446 LatexCommand href
33447 name "Página wiki"
33448 target "http://wiki.lyx.org/LyX/NewInLyX16"
33449
33450 \end_inset
33451
33452  sobre características nuevas para la versión 
33453 \family sans
33454 LyX
33455 \begin_inset space ~
33456 \end_inset
33457
33458 1.6.0
33459 \family default
33460 .
33461 \end_layout
33462
33463 \begin_layout Standard
33464 \begin_inset CommandInset index_print
33465 LatexCommand printindex
33466
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \begin_layout Standard
33473 \begin_inset FloatList figure
33474
33475 \end_inset
33476
33477
33478 \end_layout
33479
33480 \begin_layout Standard
33481 \begin_inset FloatList table
33482
33483 \end_inset
33484
33485
33486 \end_layout
33487
33488 \begin_layout Standard
33489 \begin_inset ERT
33490 status open
33491
33492 \begin_layout Plain Layout
33493
33494
33495 \backslash
33496 listof{algorithm}{Lista de algoritmos}
33497 \end_layout
33498
33499 \end_inset
33500
33501
33502 \begin_inset Note Note
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506 Véase la sección
33507 \begin_inset space ~
33508 \end_inset
33509
33510
33511 \begin_inset CommandInset ref
33512 LatexCommand ref
33513 reference "sub:Algoritmos-Flotantes"
33514
33515 \end_inset
33516
33517  para una descripción.
33518 \end_layout
33519
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \end_body
33526 \end_document