]> git.lyx.org Git - features.git/blob - lib/doc/es/EmbeddedObjects.lyx
ef91dd55dc80e002fff204c8859f9697a6706b73
[features.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.1svn 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 Garcia"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
202 \papersize default
203 \use_geometry false
204 \use_amsmath 2
205 \use_esint 0
206 \cite_engine basic
207 \use_bibtopic false
208 \paperorientation portrait
209 \secnumdepth 3
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language english
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle default
217 \bullet 1 1 34 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \author "" 
223 \author "" 
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
230  en LyX
231 \end_layout
232
233 \begin_layout Author
234 por el Equipo LyX
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
241  de Documentación de LyX: 
242 \begin_inset CommandInset href
243 LatexCommand href
244 name "lyx-docs@lists.lyx.org"
245 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
246 type "mailto:"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Autor original: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Note Note
267 status collapsed
268
269 \begin_layout Plain Layout
270 Traducción de: Ignacio García
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Newline newline
277 \end_inset
278
279
280 \begin_inset Newline newline
281 \end_inset
282
283
284 \family sans
285 Versión 1.6svn
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset CommandInset toc
290 LatexCommand tableofcontents
291
292 \end_inset
293
294
295 \end_layout
296
297 \begin_layout Standard
298 \begin_inset Note Note
299 status open
300
301 \begin_layout Plain Layout
302 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
303  estar instalados los paquetes LaTeX 
304 \series bold
305 arydshln
306 \series default
307
308 \series bold
309 colortbl
310 \series default
311
312 \series bold
313 marginnote
314 \series default
315  y 
316 \series bold
317 sidecap
318 \series default
319 .
320  Si no están instalados, también podrás exportar el documento, pero las
321  secciones en que dichos paquetes son necesarios no aparecen en la salida.
322 \end_layout
323
324 \begin_layout Plain Layout
325 La última versión en PDF de este documento puede encontrarse aquí:
326 \series bold
327
328 \begin_inset Newline newline
329 \end_inset
330
331 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
332 \end_layout
333
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Chapter
340 Figuras
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Figuras
346 \end_layout
347
348 \end_inset
349
350
351 \begin_inset Index
352 status collapsed
353
354 \begin_layout Plain Layout
355 Gráficos|see
356 \begin_inset ERT
357 status collapsed
358
359 \begin_layout Plain Layout
360
361 {
362 \end_layout
363
364 \end_inset
365
366 Figuras
367 \begin_inset ERT
368 status collapsed
369
370 \begin_layout Plain Layout
371
372 }
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Section
386 Diálogo de gráficos
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Diálogo-Gráficos"
390
391 \end_inset
392
393
394 \begin_inset Index
395 status collapsed
396
397 \begin_layout Plain Layout
398 Figuras ! Diálogo de gráficos
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Standard
407 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
408  texto que desees y haz clic en el icono 
409 \begin_inset Graphics
410         filename ../../images/dialog-show-new-inset_graphics.png
411         scale 85
412
413 \end_inset
414
415  o en el menú 
416 \family sans
417 Insertar\SpecialChar \menuseparator
418 Imagen
419 \family default
420 .
421  Aparecerá un diálogo para escoger el archivo a cargar.
422  La imagen aparecerá en el archivo de salida exactamente en la misma posición
423  en la que la has colocado.
424 \end_layout
425
426 \begin_layout Standard
427 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic sobre
428  una imagen.
429  Este diálogo tiene tres pestañas:
430 \end_layout
431
432 \begin_layout Description
433 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
434  presentación en LyX y en la salida.
435  En el apéndice
436 \begin_inset space ~
437 \end_inset
438
439
440 \begin_inset CommandInset ref
441 LatexCommand ref
442 reference "cha:Unidades-disponibles-en"
443
444 \end_inset
445
446  se detallan las unidades disponibles para el tamaño del gráfico.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figuras ! Rotar
456 \end_layout
457
458 \end_inset
459
460 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
461  un ángulo y un origen de rotación.
462  La imagen también gira en LyX.
463 \begin_inset Newline newline
464 \end_inset
465
466
467 \begin_inset Index
468 status collapsed
469
470 \begin_layout Plain Layout
471 Figuras ! Escalar
472 \end_layout
473
474 \end_inset
475
476 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
477  la altura y la anchura.
478  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
479  automáticamente.
480  Si fijas ambas dimensiones
481 \family sans
482 ,
483 \family default
484  la imagen se adaptará a ellas, posiblemente distorsionada.
485  Para evitar distorsión en la imagen marca la opción 
486 \family sans
487 Mantener
488 \begin_inset space ~
489 \end_inset
490
491 proporción
492 \family default
493 .
494  En ese caso la imagen será escalada de forma que su anchura y su altura
495  no excedan de las dimensiones especificadas.
496 \begin_inset Newline newline
497 \end_inset
498
499 Las imágenes se pueden abrir con un programa de tu elección pulsando el
500  botón 
501 \family sans
502 Editar
503 \family default
504 .
505  Los programas visor y editor para cada formato de imagen se pueden establecer
506  en la configuración de los formatos de archivo de las preferencias de LyX.
507 \end_layout
508
509 \begin_layout Description
510 Recorte Alternativamente al escalado, es posible establecer las coordenadas
511  de la imagen para ajustar su altura y anchura en la salida.
512  Además, las coordenadas se pueden calcular automáticamente pinchando el
513  botón 
514 \family sans
515 Obtener
516 \begin_inset space ~
517 \end_inset
518
519 de
520 \begin_inset space ~
521 \end_inset
522
523 archivo
524 \family default
525 .
526  El botón 
527 \family sans
528 Recortar
529 \begin_inset space ~
530 \end_inset
531
532 al
533 \begin_inset space ~
534 \end_inset
535
536 cuadro
537 \begin_inset space ~
538 \end_inset
539
540 delimitador
541 \family default
542  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
543 as.
544  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
545 \end_layout
546
547 \begin_layout Description
548 Opciones
549 \begin_inset space ~
550 \end_inset
551
552 de
553 \begin_inset space ~
554 \end_inset
555
556 LaTeX
557 \begin_inset space ~
558 \end_inset
559
560 y
561 \begin_inset space ~
562 \end_inset
563
564 LyX En esta solapa puedes modificar la apariencia de la imagen en LyX, y
565  poner la imagen como subfigura de una figura flotante con su propio título.
566  Las subfiguras se explican en la sección
567 \begin_inset space ~
568 \end_inset
569
570
571 \begin_inset CommandInset ref
572 LatexCommand ref
573 reference "sec:Figuras-Flotantes"
574
575 \end_inset
576
577 .
578 \begin_inset Newline newline
579 \end_inset
580
581 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
582 \begin_inset Newline newline
583 \end_inset
584
585 La opción 
586 \family sans
587 Modo
588 \begin_inset space ~
589 \end_inset
590
591 borrador
592 \family default
593  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
594 \begin_inset Newline newline
595 \end_inset
596
597 La opción 
598 \family sans
599 No
600 \begin_inset space ~
601 \end_inset
602
603 descomprimir
604 \begin_inset space ~
605 \end_inset
606
607 al
608 \begin_inset space ~
609 \end_inset
610
611 exportar
612 \family default
613  sólo afecta a los gráficos EPS comprimidos, p.
614 \begin_inset space \thinspace{}
615 \end_inset
616
617 e.
618 \begin_inset space ~
619 \end_inset
620
621
622 \emph on
623 x.eps.gz
624 \emph default
625 .
626  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
627  puesto que LaTeX puede manejarlas como están.
628 \begin_inset Newline newline
629 \end_inset
630
631 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
632  utiliza PostScript como formato de salida, véase apéndice
633 \begin_inset space ~
634 \end_inset
635
636
637 \begin_inset CommandInset ref
638 LatexCommand ref
639 reference "sec:PostScript"
640
641 \end_inset
642
643 .
644  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
645  o en consola de Windows:
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 gzip x.eps
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657
658 \series bold
659 zgrep %%Bounding x.eps.gz > x.eps.bb
660 \series default
661
662 \begin_inset Newline newline
663 \end_inset
664
665 El segundo comando crea un archivo de cuadro delimitador «x.eps.bb» que necesita
666  LaTeX para gráficos comprimidos.
667 \begin_inset Newline newline
668 \end_inset
669
670 El campo 
671 \family sans
672 Iniciar
673 \begin_inset space ~
674 \end_inset
675
676 nombre
677 \begin_inset space ~
678 \end_inset
679
680 de
681 \begin_inset space ~
682 \end_inset
683
684 grupo
685 \family default
686  permite definir o unir un conjunto de ajustes de imagen.
687  
688 \begin_inset Index
689 status open
690
691 \begin_layout Plain Layout
692 Figuras ! Agrupación de ajustes
693 \end_layout
694
695 \end_inset
696
697  Las imágenes incluidas en un grupo comparten sus características, de modo
698  que al modificar las de una imagen del grupo se modifican igualmente las
699  de las demás imágenes del grupo.
700  Así, por ejemplo, puedes cambiar el tamaño de un grupo de imágenes sin
701  necesidad de hacerlo individualmente para cada una de ellas.
702  También se pude unir un grupo existente usando el menú contextual de la
703  imagen marcando el nombre del grupo.
704  
705 \end_layout
706
707 \begin_layout Standard
708 \begin_inset VSpace bigskip
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Esto es un ejemplo de imagen en formato EPS
716 \begin_inset Foot
717 status collapsed
718
719 \begin_layout Plain Layout
720 Los formatos de imagen se explica en el sección
721 \begin_inset space ~
722 \end_inset
723
724
725 \begin_inset CommandInset ref
726 LatexCommand ref
727 reference "sec:Formatos-de-imagen"
728
729 \end_inset
730
731 .
732 \end_layout
733
734 \end_inset
735
736  en un párrafo separado centrado horizontalmente:
737 \end_layout
738
739 \begin_layout Standard
740 \align center
741 \begin_inset Graphics
742         filename ../clipart/mobius.eps
743         scale 70
744         clip
745         rotateOrigin center
746
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Standard
753 Esta es la misma imagen pero en modo borrador:
754 \end_layout
755
756 \begin_layout Standard
757 \align center
758 \begin_inset Graphics
759         filename ../clipart/mobius.eps
760         scale 70
761         draft
762         rotateOrigin center
763
764 \end_inset
765
766
767 \begin_inset Newpage newpage
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Section
774 Figuras flotantes
775 \begin_inset CommandInset label
776 LatexCommand label
777 name "sec:Figuras-Flotantes"
778
779 \end_inset
780
781
782 \begin_inset Index
783 status collapsed
784
785 \begin_layout Plain Layout
786 Flotantes ! Figuras
787 \end_layout
788
789 \end_inset
790
791
792 \begin_inset Index
793 status collapsed
794
795 \begin_layout Plain Layout
796 Figuras ! Flotantes
797 \end_layout
798
799 \end_inset
800
801
802 \end_layout
803
804 \begin_layout Standard
805 Para información general sobre flotantes, echa una ojeada a la sección
806 \begin_inset space ~
807 \end_inset
808
809
810 \begin_inset CommandInset ref
811 LatexCommand ref
812 reference "sec:Introducción-Flotantes"
813
814 \end_inset
815
816 .
817 \end_layout
818
819 \begin_layout Standard
820 El botón 
821 \begin_inset Graphics
822         filename ../../images/float-insert_figure.png
823         scale 85
824
825 \end_inset
826
827  y el menú 
828 \family sans
829 Insertar\SpecialChar \menuseparator
830 Flotante\SpecialChar \menuseparator
831 Figura
832 \family default
833  insertan un flotante con la etiqueta «Figura #:» (# es el número actual).
834  La imagen se puede insertar sobre la leyenda, como en la figura
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:kill-plat"
842
843 \end_inset
844
845 , o bajo ella, como en la figura
846 \begin_inset space ~
847 \end_inset
848
849
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "fig:escher"
853
854 \end_inset
855
856 .
857  Más información sobre ubicación de leyendas en la sección
858 \begin_inset space ~
859 \end_inset
860
861
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "sec:Colocación-de-leyendas"
865
866 \end_inset
867
868 .
869 \end_layout
870
871 \begin_layout Standard
872 \begin_inset Float figure
873 wide false
874 sideways false
875 status open
876
877 \begin_layout Plain Layout
878 \align center
879 \begin_inset Graphics
880         filename ../clipart/platypus.eps
881         width 50col%
882         rotateOrigin center
883
884 \end_inset
885
886
887 \end_layout
888
889 \begin_layout Plain Layout
890 \begin_inset Caption
891
892 \begin_layout Plain Layout
893 \begin_inset CommandInset label
894 LatexCommand label
895 name "fig:kill-plat"
896
897 \end_inset
898
899 Un platypus muy distorsionado en un flotante.
900 \end_layout
901
902 \end_inset
903
904
905 \end_layout
906
907 \end_inset
908
909
910 \end_layout
911
912 \begin_layout Standard
913 \begin_inset Float figure
914 wide false
915 sideways false
916 status open
917
918 \begin_layout Plain Layout
919 \begin_inset Caption
920
921 \begin_layout Plain Layout
922 \begin_inset CommandInset label
923 LatexCommand label
924 name "fig:escher"
925
926 \end_inset
927
928 M.C.
929  Escher en ácido.
930 \end_layout
931
932 \end_inset
933
934
935 \end_layout
936
937 \begin_layout Plain Layout
938 \align center
939 \begin_inset Graphics
940         filename ../clipart/escher-lsd.eps
941         scale 80
942         rotateOrigin center
943
944 \end_inset
945
946
947 \end_layout
948
949 \end_inset
950
951
952 \end_layout
953
954 \begin_layout Standard
955 \begin_inset Index
956 status collapsed
957
958 \begin_layout Plain Layout
959 Referencias ! a figuras
960 \end_layout
961
962 \end_inset
963
964 Las figuras
965 \begin_inset space ~
966 \end_inset
967
968
969 \begin_inset CommandInset ref
970 LatexCommand ref
971 reference "fig:kill-plat"
972
973 \end_inset
974
975  y 
976 \begin_inset CommandInset ref
977 LatexCommand ref
978 reference "fig:escher"
979
980 \end_inset
981
982  son ejemplos de figuras con referencias cruzadas.
983  Las figuras pueden tener referencias cruzadas en el documento mediante
984  referencia a su etiqueta.
985  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
986 \family sans
987 Insertar\SpecialChar \menuseparator
988 Etiqueta
989 \family default
990  o el botón 
991 \begin_inset Graphics
992         filename ../../images/label-insert.png
993         scale 85
994
995 \end_inset
996
997 .
998  Ahora puedes referirte a la etiqueta usando el menú 
999 \family sans
1000 Insertar\SpecialChar \menuseparator
1001 Referencia
1002 \begin_inset space ~
1003 \end_inset
1004
1005 cruzada
1006 \family default
1007  o el botón 
1008 \begin_inset Graphics
1009         filename ../../images/dialog-show-new-inset_ref.png
1010         scale 85
1011
1012 \end_inset
1013
1014 .
1015  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1016  como «la figura de arriba», porque como LaTeX recolocará los flotantes
1017  en el documento final, podría no quedar «arriba» precisamente.
1018 \begin_inset Newline newline
1019 \end_inset
1020
1021 Las referencias se explican con detalle en la sección
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "sec:Referencias-a-Flotantes"
1029
1030 \end_inset
1031
1032 .
1033 \end_layout
1034
1035 \begin_layout Standard
1036 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1037  en alguna ocasión queramos poner dos imágenes cada una con su leyenda.
1038  Esto se puede hacer insertando imágenes flotantes dentro de un flotante
1039  existente.
1040  La figura
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "fig:Dos-imágenes-distorsionadas"
1048
1049 \end_inset
1050
1051  es un ejemplo de figura flotante con dos imágenes adosadas.
1052  También se pueden poner una sobre otra.
1053  Las subfiguras son
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "fig:Estructura-indefinible"
1061
1062 \end_inset
1063
1064  y
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:Platypus"
1072
1073 \end_inset
1074
1075 .
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status open
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Estructura-indefinible"
1101
1102 \end_inset
1103
1104 Estructura indefinible
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename ../clipart/escher-lsd.eps
1115         width 45col%
1116         groupId distorsionadas
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \end_inset
1124
1125
1126 \begin_inset space \hfill{}
1127 \end_inset
1128
1129
1130 \begin_inset Float figure
1131 wide false
1132 sideways false
1133 status open
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Caption
1137
1138 \begin_layout Plain Layout
1139 \begin_inset CommandInset label
1140 LatexCommand label
1141 name "fig:Platypus"
1142
1143 \end_inset
1144
1145 Platypus
1146 \end_layout
1147
1148 \end_inset
1149
1150
1151 \end_layout
1152
1153 \begin_layout Plain Layout
1154 \begin_inset Graphics
1155         filename ../clipart/platypus.eps
1156         width 45col%
1157         groupId distorsionadas
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \begin_inset space \hfill{}
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \begin_layout Plain Layout
1174 \begin_inset Caption
1175
1176 \begin_layout Plain Layout
1177 \begin_inset CommandInset label
1178 LatexCommand label
1179 name "fig:Dos-imágenes-distorsionadas"
1180
1181 \end_inset
1182
1183 Dos imágenes distorsionadas.
1184  Ambas están en el grupo llamado «distorsionadas».
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \begin_inset Newpage newpage
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \begin_layout Section
1202 Formatos de imagen
1203 \begin_inset CommandInset label
1204 LatexCommand label
1205 name "sec:Formatos-de-imagen"
1206
1207 \end_inset
1208
1209
1210 \begin_inset Index
1211 status collapsed
1212
1213 \begin_layout Plain Layout
1214 Formatos de imagen
1215 \end_layout
1216
1217 \end_inset
1218
1219
1220 \begin_inset Index
1221 status collapsed
1222
1223 \begin_layout Plain Layout
1224 Figuras ! Formatos de imagen
1225 \end_layout
1226
1227 \end_inset
1228
1229
1230 \end_layout
1231
1232 \begin_layout Standard
1233 Puedes insertar imágenes en cualquier formato.
1234  Pero como se explica en el apéndice
1235 \begin_inset space ~
1236 \end_inset
1237
1238
1239 \begin_inset CommandInset ref
1240 LatexCommand ref
1241 reference "cha:Formatos-de-Archivos-de-Salida"
1242
1243 \end_inset
1244
1245 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1246  de archivo de imagen.
1247  Por eso LyX usa el programa 
1248 \family sans
1249 Imagemagick
1250 \family default
1251  en segundo plano para convertir imágenes al formato adecuado.
1252  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1253  los formatos de imagen admitidos en el formato de archivo de salida.
1254  Los formatos de salida se explican en el apéndice
1255 \begin_inset space ~
1256 \end_inset
1257
1258
1259 \begin_inset CommandInset ref
1260 LatexCommand ref
1261 reference "cha:Formatos-de-Archivos-de-Salida"
1262
1263 \end_inset
1264
1265 .
1266 \end_layout
1267
1268 \begin_layout Standard
1269 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1270 \end_layout
1271
1272 \begin_layout Description
1273 Imágenes
1274 \begin_inset space ~
1275 \end_inset
1276
1277 mapa
1278 \begin_inset space ~
1279 \end_inset
1280
1281 de
1282 \begin_inset space ~
1283 \end_inset
1284
1285 bits
1286 \begin_inset space ~
1287 \end_inset
1288
1289 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1290  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1291  de zoom.
1292  Formatos de imágenes en bitmap bien conocidos son «Graphics Interchange
1293  Format» (GIF, extensión «.gif»)
1294 \begin_inset Index
1295 status collapsed
1296
1297 \begin_layout Plain Layout
1298 GIF|see
1299 \begin_inset ERT
1300 status collapsed
1301
1302 \begin_layout Plain Layout
1303
1304 {
1305 \end_layout
1306
1307 \end_inset
1308
1309 Formatos de imagen
1310 \begin_inset ERT
1311 status collapsed
1312
1313 \begin_layout Plain Layout
1314
1315 }
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325 , «Portable Network Graphics» (PNG, extensión «.png»)
1326 \begin_inset Index
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 PNG|see
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 {
1337 \end_layout
1338
1339 \end_inset
1340
1341 Formatos de imagen
1342 \begin_inset ERT
1343 status collapsed
1344
1345 \begin_layout Plain Layout
1346
1347 }
1348 \end_layout
1349
1350 \end_inset
1351
1352
1353 \end_layout
1354
1355 \end_inset
1356
1357 , y «Joint Photographic Experts Group» (JPG, extensión «.jpg» o «.jpeg»)
1358 \begin_inset Index
1359 status collapsed
1360
1361 \begin_layout Plain Layout
1362 JPG|see
1363 \begin_inset ERT
1364 status collapsed
1365
1366 \begin_layout Plain Layout
1367
1368 {
1369 \end_layout
1370
1371 \end_inset
1372
1373 Formatos de imagen
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 }
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \end_inset
1388
1389 .
1390 \end_layout
1391
1392 \begin_layout Description
1393 Imágenes
1394 \begin_inset space ~
1395 \end_inset
1396
1397 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1398 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1399  La posibilidad de escalado hace falta para crear presentaciones, porque
1400  éstas siempre son escaladas por el proyector.
1401  El escalado también es útil en los documentos en línea para permitir el
1402  zoom en diagramas.
1403 \begin_inset Newline newline
1404 \end_inset
1405
1406 Formatos de imagen escalables pueden ser «Scalable Vector Graphics» (SVG,
1407  extensión «.svg»)
1408 \begin_inset Index
1409 status collapsed
1410
1411 \begin_layout Plain Layout
1412 SVG|see
1413 \begin_inset ERT
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417
1418 {
1419 \end_layout
1420
1421 \end_inset
1422
1423 Formatos de imagen
1424 \begin_inset ERT
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428
1429 }
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438
1439 , «Encapsulated PostScript» (EPS, extensión «.eps»)
1440 \begin_inset Index
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 EPS|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Formatos de imagen
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471 , «Portable Document Format» (PDF, extensión «.pdf»)
1472 \begin_inset Index
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 PDF|see
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 {
1483 \end_layout
1484
1485 \end_inset
1486
1487 Formatos de imagen
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 }
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \end_inset
1502
1503 , y «Windows Metafile» (WMF, extensión «.wmf»)
1504 \begin_inset Index
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 WMF|see
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 {
1515 \end_layout
1516
1517 \end_inset
1518
1519 Formatos de imagen
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 }
1526 \end_layout
1527
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534
1535 .
1536  Escribimos «pueden ser» porque se puede convertir cualquier imagen bitmap
1537  a PDF o EPS y el resultado será todavía una imagen bitmap.
1538  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1539  a la imagen original.
1540 \begin_inset Foot
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544 En el caso de PDF, además se comprime la imagen original.
1545 \end_layout
1546
1547 \end_inset
1548
1549  Por ejemplo, los archivos PDF generados por 
1550 \family sans
1551 Adobe Photoshop
1552 \family default
1553  son imágenes bitmap.
1554 \end_layout
1555
1556 \begin_layout Standard
1557 Normalmente no es posible convertir una imagen bitmap a escalable pero sí
1558  al contrario.
1559  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1560  archivos de salida PDF y PostScript, respectivamente.
1561  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1562  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1563 \begin_inset Formula $\to$
1564 \end_inset
1565
1566  PDF/EPS.
1567 \end_layout
1568
1569 \begin_layout Chapter
1570 Tablas
1571 \begin_inset Index
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 Tablas
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \begin_layout Section
1584 Introducción
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 Tablas ! Introducción
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \begin_layout Standard
1598 Puede insertarse una tabla mediante el botón 
1599 \begin_inset Graphics
1600         filename ../../images/tabular-insert.png
1601         scale 85
1602
1603 \end_inset
1604
1605  o el menú 
1606 \family sans
1607 Insertar\SpecialChar \menuseparator
1608 Tabla
1609 \family default
1610 .
1611  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1612  el número de filas y de columnas de la tabla.
1613  Si usas el menú aparece un diálogo en el que se pide el número de filas
1614  y columnas.
1615  
1616 \begin_inset Newline newline
1617 \end_inset
1618
1619 Por omisión, la tabla tiene líneas que enmarcan cada celda y la primera
1620  fila aparece separada por una línea doble: la línea inferior de la primera
1621  fila y la línea superior de la segunda fila.
1622  Ejemplo de tabla:
1623 \end_layout
1624
1625 \begin_layout Standard
1626 \align center
1627 \begin_inset Tabular
1628 <lyxtabular version="3" rows="4" columns="4">
1629 <features>
1630 <column alignment="center" valignment="top" width="0">
1631 <column alignment="center" valignment="top" width="0pt">
1632 <column alignment="center" valignment="top" width="0in">
1633 <column alignment="center" valignment="top" width="0pt">
1634 <row>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1645 \begin_inset Text
1646
1647 \begin_layout Plain Layout
1648
1649 \family roman
1650 \series medium
1651 \shape up
1652 \size normal
1653 \emph off
1654 \bar no
1655 \noun off
1656 \color none
1657 1
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666 2
1667 \end_layout
1668
1669 \end_inset
1670 </cell>
1671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1672 \begin_inset Text
1673
1674 \begin_layout Plain Layout
1675 3
1676 \end_layout
1677
1678 \end_inset
1679 </cell>
1680 </row>
1681 <row>
1682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1683 \begin_inset Text
1684
1685 \begin_layout Plain Layout
1686
1687 \family roman
1688 \series medium
1689 \shape up
1690 \size normal
1691 \emph off
1692 \bar no
1693 \noun off
1694 \color none
1695 A
1696 \end_layout
1697
1698 \end_inset
1699 </cell>
1700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1701 \begin_inset Text
1702
1703 \begin_layout Plain Layout
1704
1705 \end_layout
1706
1707 \end_inset
1708 </cell>
1709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1710 \begin_inset Text
1711
1712 \begin_layout Plain Layout
1713
1714 \end_layout
1715
1716 \end_inset
1717 </cell>
1718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1719 \begin_inset Text
1720
1721 \begin_layout Plain Layout
1722
1723 \end_layout
1724
1725 \end_inset
1726 </cell>
1727 </row>
1728 <row>
1729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1730 \begin_inset Text
1731
1732 \begin_layout Plain Layout
1733
1734 \family roman
1735 \series medium
1736 \shape up
1737 \size normal
1738 \emph off
1739 \bar no
1740 \noun off
1741 \color none
1742 B
1743 \end_layout
1744
1745 \end_inset
1746 </cell>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Plain Layout
1751
1752 \end_layout
1753
1754 \end_inset
1755 </cell>
1756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1757 \begin_inset Text
1758
1759 \begin_layout Plain Layout
1760
1761 \size normal
1762 \noun off
1763 \color none
1764  
1765 \end_layout
1766
1767 \end_inset
1768 </cell>
1769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1770 \begin_inset Text
1771
1772 \begin_layout Plain Layout
1773
1774 \end_layout
1775
1776 \end_inset
1777 </cell>
1778 </row>
1779 <row>
1780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1781 \begin_inset Text
1782
1783 \begin_layout Plain Layout
1784
1785 \family roman
1786 \series medium
1787 \shape up
1788 \size normal
1789 \emph off
1790 \bar no
1791 \noun off
1792 \color none
1793 C
1794 \end_layout
1795
1796 \end_inset
1797 </cell>
1798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1799 \begin_inset Text
1800
1801 \begin_layout Plain Layout
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1808 \begin_inset Text
1809
1810 \begin_layout Plain Layout
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1817 \begin_inset Text
1818
1819 \begin_layout Plain Layout
1820
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 </row>
1826 </lyxtabular>
1827
1828 \end_inset
1829
1830
1831 \end_layout
1832
1833 \begin_layout Section
1834 Diálogo de tablas
1835 \begin_inset Index
1836 status collapsed
1837
1838 \begin_layout Plain Layout
1839 Tablas ! Diálogo
1840 \end_layout
1841
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \begin_layout Standard
1848 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1849  pinchar sobre ella con el botón derecho del ratón.
1850  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1851  encuentra el cursor.
1852  La mayoría de opciones también trabajan sobre una selección de celdas,
1853  de filas o de columnas.
1854  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1855  su 
1856 \emph on
1857 contenido
1858 \emph default
1859 .
1860  En el cuadro de diálogo aparecen las siguientes solapas:
1861 \end_layout
1862
1863 \begin_layout Description
1864
1865 \family sans
1866 Configuración
1867 \begin_inset space ~
1868 \end_inset
1869
1870 de
1871 \begin_inset space ~
1872 \end_inset
1873
1874 la
1875 \begin_inset space ~
1876 \end_inset
1877
1878 tabla
1879 \family default
1880  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1881  actual.
1882  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1883  Una anchura determinada permite tener saltos de línea y distintos párrafos
1884  de texto, véase sección 
1885 \begin_inset space ~
1886 \end_inset
1887
1888
1889 \begin_inset CommandInset ref
1890 LatexCommand ref
1891 reference "sub:Líneas-Múltiples-en"
1892
1893 \end_inset
1894
1895 .
1896  Si no estableces anchura, la columna será tan ancha como el contenido de
1897  la celda más ancha.
1898 \begin_inset Newline newline
1899 \end_inset
1900
1901 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1902  véase sección
1903 \begin_inset space ~
1904 \end_inset
1905
1906
1907 \begin_inset CommandInset ref
1908 LatexCommand ref
1909 reference "sub:Multicolumnas"
1910
1911 \end_inset
1912
1913 .
1914 \begin_inset Newline newline
1915 \end_inset
1916
1917 Las casillas de giro rotan la celda actual, una selección o toda la tabla
1918  90º en el sentido de las agujas del reloj.
1919  La rotación no se ve en LyX, sí en la salida.
1920 \begin_inset Newline newline
1921 \end_inset
1922
1923
1924 \begin_inset Note Greyedout
1925 status open
1926
1927 \begin_layout Plain Layout
1928
1929 \series bold
1930 Nota:
1931 \series default
1932  no todos los visores DVI pueden mostrar rotaciones.
1933 \end_layout
1934
1935 \end_inset
1936
1937
1938 \begin_inset Newline newline
1939 \end_inset
1940
1941 También es posible introducir argumentos LaTeX necesarios para formatos
1942  especiales, véanse las secciones
1943 \begin_inset space ~
1944 \end_inset
1945
1946
1947 \begin_inset CommandInset ref
1948 LatexCommand ref
1949 reference "sub:Cálculos-en-Multicolumnas"
1950
1951 \end_inset
1952
1953  y
1954 \begin_inset space ~
1955 \end_inset
1956
1957
1958 \begin_inset CommandInset ref
1959 LatexCommand ref
1960 reference "sec:Tablas-Coloreadas"
1961
1962 \end_inset
1963
1964 .
1965 \end_layout
1966
1967 \begin_layout Description
1968
1969 \family sans
1970 Bordes
1971 \family default
1972  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
1973 \end_layout
1974
1975 \begin_layout Description
1976
1977 \family sans
1978 Tabla
1979 \begin_inset space ~
1980 \end_inset
1981
1982 larga
1983 \family default
1984  Para hacer 
1985 \emph on
1986 tablas largas
1987 \emph default
1988  que pueden extenderse por varias páginas.
1989  La sección
1990 \begin_inset space ~
1991 \end_inset
1992
1993
1994 \begin_inset CommandInset ref
1995 LatexCommand ref
1996 reference "sec:Tablas-Largas"
1997
1998 \end_inset
1999
2000  describe su uso en detalle.
2001 \end_layout
2002
2003 \begin_layout Standard
2004 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2005  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2006  aparecerá inmediatamente en el diálogo.
2007 \end_layout
2008
2009 \begin_layout Section
2010 Barra de herramientas de tabla
2011 \begin_inset Index
2012 status collapsed
2013
2014 \begin_layout Plain Layout
2015 Tablas ! Barra de herramientas
2016 \end_layout
2017
2018 \end_inset
2019
2020
2021 \end_layout
2022
2023 \begin_layout Standard
2024 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2025  para cambiar las tablas de manera más rápida.
2026  Normalmente debería aparecer en la parte inferior de la ventana principal
2027  de LyX cuando el cursor está dentro de una tabla.
2028  En cualquier momento se puede presentar esta barra pinchando con el botón
2029  derecho del ratón en cualquier punto de la barra principal de menú.
2030 \end_layout
2031
2032 \begin_layout Standard
2033 La barra de herramientas tiene los siguientes iconos:
2034 \end_layout
2035
2036 \begin_layout Labeling
2037 \labelwidthstring 00.00.0000
2038 \begin_inset Graphics
2039         filename ../../images/tabular-feature_append-row.png
2040
2041 \end_inset
2042
2043  añade una fila bajo la celda actual o selección
2044 \end_layout
2045
2046 \begin_layout Labeling
2047 \labelwidthstring 00.00.0000
2048 \begin_inset Graphics
2049         filename ../../images/tabular-feature_append-column.png
2050
2051 \end_inset
2052
2053  añade una columna a la derecha de la celda actual o selección
2054 \end_layout
2055
2056 \begin_layout Labeling
2057 \labelwidthstring 00.00.0000
2058 \begin_inset Graphics
2059         filename ../../images/tabular-feature_delete-row.png
2060
2061 \end_inset
2062
2063  borra la fila actual o selección
2064 \end_layout
2065
2066 \begin_layout Labeling
2067 \labelwidthstring 00.00.0000
2068 \begin_inset Graphics
2069         filename ../../images/tabular-feature_delete-column.png
2070
2071 \end_inset
2072
2073  borra la columna actual o selección
2074 \end_layout
2075
2076 \begin_layout Labeling
2077 \labelwidthstring 00.00.0000
2078 \begin_inset Graphics
2079         filename ../../images/tabular-feature_toggle-line-top.png
2080
2081 \end_inset
2082
2083  añade una línea sobre la celda/fila actual o la selección
2084 \end_layout
2085
2086 \begin_layout Labeling
2087 \labelwidthstring 00.00.0000
2088 \begin_inset Graphics
2089         filename ../../images/tabular-feature_toggle-line-bottom.png
2090
2091 \end_inset
2092
2093  añade una línea bajo la celda/fila actual o la selección
2094 \end_layout
2095
2096 \begin_layout Labeling
2097 \labelwidthstring 00.00.0000
2098 \begin_inset Graphics
2099         filename ../../images/tabular-feature_toggle-line-left.png
2100
2101 \end_inset
2102
2103  añade una línea a la izquierda de la celda/fila actual o la selección
2104 \end_layout
2105
2106 \begin_layout Labeling
2107 \labelwidthstring 00.00.0000
2108 \begin_inset Graphics
2109         filename ../../images/tabular-feature_toggle-line-right.png
2110
2111 \end_inset
2112
2113  añade una línea a la derecha de la celda/fila actual o la selección
2114 \end_layout
2115
2116 \begin_layout Labeling
2117 \labelwidthstring 00.00.0000
2118 \begin_inset Graphics
2119         filename ../../images/tabular-feature_set-all-lines.png
2120
2121 \end_inset
2122
2123  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2124  actual no es multicolumna esto afecta también a la fila y a la columna)
2125 \end_layout
2126
2127 \begin_layout Labeling
2128 \labelwidthstring 00.00.0000
2129 \begin_inset Graphics
2130         filename ../../images/tabular-feature_unset-all-lines.png
2131
2132 \end_inset
2133
2134  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2135  actual no es multicolumna esto afecta también a la fila y a la columna)
2136 \end_layout
2137
2138 \begin_layout Labeling
2139 \labelwidthstring 00.00.0000
2140 \begin_inset Graphics
2141         filename ../../images/tabular-feature_align-left.png
2142
2143 \end_inset
2144
2145  alinea a la izquierda el contenido de la celda/columna
2146 \end_layout
2147
2148 \begin_layout Labeling
2149 \labelwidthstring 00.00.0000
2150 \begin_inset Graphics
2151         filename ../../images/tabular-feature_align-center.png
2152
2153 \end_inset
2154
2155  centra el contenido de la celda/columna horizontalmente
2156 \end_layout
2157
2158 \begin_layout Labeling
2159 \labelwidthstring 00.00.0000
2160 \begin_inset Graphics
2161         filename ../../images/tabular-feature_align-right.png
2162
2163 \end_inset
2164
2165  alinea a la derecha el contenido de la celda/columna
2166 \end_layout
2167
2168 \begin_layout Labeling
2169 \labelwidthstring 00.00.0000
2170 \begin_inset Graphics
2171         filename ../../images/tabular-feature_valign-top.png
2172
2173 \end_inset
2174
2175  alinea arriba el contenido de la celda
2176 \end_layout
2177
2178 \begin_layout Labeling
2179 \labelwidthstring 00.00.0000
2180 \begin_inset Graphics
2181         filename ../../images/tabular-feature_valign-middle.png
2182
2183 \end_inset
2184
2185  centra verticalmente el contenido de la celda
2186 \end_layout
2187
2188 \begin_layout Labeling
2189 \labelwidthstring 00.00.0000
2190 \begin_inset Graphics
2191         filename ../../images/tabular-feature_valign-bottom.png
2192
2193 \end_inset
2194
2195  alinea abajo el contenido de la celda
2196 \end_layout
2197
2198 \begin_layout Labeling
2199 \labelwidthstring 00.00.0000
2200 \begin_inset Graphics
2201         filename ../../images/tabular-feature_set-rotate-cell.png
2202
2203 \end_inset
2204
2205  gira la celda o selección 90° como las agujas de reloj
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../../images/tabular-feature_set-rotate-tabular.png
2212
2213 \end_inset
2214
2215  gira toda la tabla 90° como agujas del reloj
2216 \end_layout
2217
2218 \begin_layout Labeling
2219 \labelwidthstring 00.00.0000
2220 \begin_inset Graphics
2221         filename ../../images/tabular-feature_multicolumn.png
2222
2223 \end_inset
2224
2225  establece la celda actual o selección como multicolumna
2226 \end_layout
2227
2228 \begin_layout Standard
2229 \begin_inset Note Greyedout
2230 status open
2231
2232 \begin_layout Plain Layout
2233
2234 \series bold
2235 Nota:
2236 \series default
2237  En la salida se emplea la alineación vertical de la primera celda de una
2238  fila para todas las celdas restantes de la fila.
2239 \end_layout
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Section
2247 Menú Editar Tabla
2248 \begin_inset Index
2249 status collapsed
2250
2251 \begin_layout Plain Layout
2252 Tablas ! Editar
2253 \end_layout
2254
2255 \end_inset
2256
2257
2258 \end_layout
2259
2260 \begin_layout Standard
2261 Además del diálogo y la barra de herramientas, el menú 
2262 \family sans
2263 Editar\SpecialChar \menuseparator
2264 Tabla
2265 \family default
2266  permite añadir y borrar bordes para la fila/columna actual y establecer
2267  la selección como multicolumna.
2268  El menú sólo está disponible si el cursor está en la tabla.
2269 \end_layout
2270
2271 \begin_layout Section
2272 Tablas flotantes
2273 \begin_inset CommandInset label
2274 LatexCommand label
2275 name "sec:Tablas-Flotantes"
2276
2277 \end_inset
2278
2279
2280 \begin_inset Index
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Flotantes ! Tablas
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Index
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294 Tablas ! Flotantes
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \begin_layout Standard
2303 Para una explicación general sobre flotantes, echa un vistazo a la sección
2304 \begin_inset space ~
2305 \end_inset
2306
2307
2308 \begin_inset CommandInset ref
2309 LatexCommand ref
2310 reference "sec:Introducción-Flotantes"
2311
2312 \end_inset
2313
2314 .
2315 \end_layout
2316
2317 \begin_layout Standard
2318 \begin_inset Float table
2319 placement h
2320 wide false
2321 sideways false
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 \begin_inset Caption
2326
2327 \begin_layout Plain Layout
2328 \begin_inset CommandInset label
2329 LatexCommand label
2330 name "tab:una tabla flotante"
2331
2332 \end_inset
2333
2334 Una tabla flotante.
2335 \end_layout
2336
2337 \end_inset
2338
2339
2340 \end_layout
2341
2342 \begin_layout Plain Layout
2343 \align center
2344 \begin_inset Tabular
2345 <lyxtabular version="3" rows="3" columns="3">
2346 <features>
2347 <column alignment="center" valignment="top" width="0pt">
2348 <column alignment="center" valignment="top" width="0pt">
2349 <column alignment="center" valignment="top" width="0pt">
2350 <row>
2351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355
2356 \family roman
2357 \series medium
2358 \shape up
2359 \size normal
2360 \emph off
2361 \bar no
2362 \noun off
2363 \color none
2364 1
2365 \end_layout
2366
2367 \end_inset
2368 </cell>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \family roman
2375 \series medium
2376 \shape up
2377 \size normal
2378 \emph off
2379 \bar no
2380 \noun off
2381 \color none
2382 2
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391
2392 \family roman
2393 \series medium
2394 \shape up
2395 \size normal
2396 \emph off
2397 \bar no
2398 \noun off
2399 \color none
2400 3
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 <row>
2407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2408 \begin_inset Text
2409
2410 \begin_layout Plain Layout
2411
2412 \family roman
2413 \series medium
2414 \shape up
2415 \size normal
2416 \emph off
2417 \bar no
2418 \noun off
2419 \color none
2420 Pepe
2421 \end_layout
2422
2423 \end_inset
2424 </cell>
2425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2426 \begin_inset Text
2427
2428 \begin_layout Plain Layout
2429
2430 \family roman
2431 \series medium
2432 \shape up
2433 \size normal
2434 \emph off
2435 \bar no
2436 \noun off
2437 \color none
2438 Mari
2439 \end_layout
2440
2441 \end_inset
2442 </cell>
2443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2444 \begin_inset Text
2445
2446 \begin_layout Plain Layout
2447
2448 \family roman
2449 \series medium
2450 \shape up
2451 \size normal
2452 \emph off
2453 \bar no
2454 \noun off
2455 \color none
2456 Teo
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \family roman
2469 \series medium
2470 \shape up
2471 \size normal
2472 \emph off
2473 \bar no
2474 \noun off
2475 \color none
2476 \begin_inset Formula $\int x^{2}dx$
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2485 \begin_inset Text
2486
2487 \begin_layout Plain Layout
2488
2489 \family roman
2490 \series medium
2491 \shape up
2492 \size normal
2493 \emph off
2494 \bar no
2495 \noun off
2496 \color none
2497 \begin_inset Formula $\left[\begin{array}{cc}
2498 a & b\\
2499 c & d\end{array}\right]$
2500 \end_inset
2501
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2508 \begin_inset Text
2509
2510 \begin_layout Plain Layout
2511
2512 \family roman
2513 \series medium
2514 \shape up
2515 \size normal
2516 \emph off
2517 \bar no
2518 \noun off
2519 \color none
2520 \begin_inset Formula $1+1=2$
2521 \end_inset
2522
2523
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 </row>
2529 </lyxtabular>
2530
2531 \end_inset
2532
2533
2534 \end_layout
2535
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \begin_layout Standard
2542 Las tablas flotantes pueden insertarse con el menú 
2543 \family sans
2544 Insertar\SpecialChar \menuseparator
2545 Flotante\SpecialChar \menuseparator
2546 Tabla
2547 \family default
2548  o con el botón 
2549 \begin_inset Graphics
2550         filename ../../images/float-insert_table.png
2551         scale 85
2552
2553 \end_inset
2554
2555 .
2556 \end_layout
2557
2558 \begin_layout Standard
2559 El flotante se muestra como un cuadro desplegable con la etiqueta «Tabla
2560 \begin_inset space ~
2561 \end_inset
2562
2563 #:» (# es el número actual).
2564  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2565  Para insertar una tabla en el flotante se sitúa el cursor al final del
2566  texto del encabezado y se pulsa 
2567 \family sans
2568 Retorno
2569 \family default
2570 .
2571  La leyenda se imprime encima de la tabla.
2572 \end_layout
2573
2574 \begin_layout Standard
2575 La tabla
2576 \begin_inset space ~
2577 \end_inset
2578
2579
2580 \begin_inset CommandInset ref
2581 LatexCommand ref
2582 reference "tab:una tabla flotante"
2583
2584 \end_inset
2585
2586  es un ejemplo de tabla flotante.
2587 \end_layout
2588
2589 \begin_layout Standard
2590 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2591  no es soportado en las clases estándar de LaTeX.
2592  Esto significa que si estás usando las clases de documento 
2593 \family sans
2594 article
2595 \family default
2596
2597 \family sans
2598 book
2599 \family default
2600
2601 \family sans
2602 letter
2603 \family default
2604  o 
2605 \family sans
2606 report
2607 \family default
2608  no habrá espacio entre la leyenda y la tabla.
2609  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2610  del documento la siguiente opción al comando del paquete LaTeX 
2611 \series bold
2612 caption
2613 \series default
2614
2615 \begin_inset Index
2616 status collapsed
2617
2618 \begin_layout Plain Layout
2619 LaTeX-paquetes ! caption
2620 \end_layout
2621
2622 \end_inset
2623
2624 :
2625 \begin_inset Foot
2626 status collapsed
2627
2628 \begin_layout Plain Layout
2629 Para más información ve a la sección
2630 \begin_inset space ~
2631 \end_inset
2632
2633
2634 \begin_inset CommandInset ref
2635 LatexCommand ref
2636 reference "sec:Colocación-de-leyendas"
2637
2638 \end_inset
2639
2640 .
2641 \end_layout
2642
2643 \end_inset
2644
2645
2646 \end_layout
2647
2648 \begin_layout Standard
2649
2650 \series bold
2651 tableposition=top
2652 \end_layout
2653
2654 \begin_layout Standard
2655 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2656  
2657 \series bold
2658 caption
2659 \series default
2660  como se describe en la sección
2661 \begin_inset space ~
2662 \end_inset
2663
2664
2665 \begin_inset CommandInset ref
2666 LatexCommand ref
2667 reference "sec:Formato-de-leyendas"
2668
2669 \end_inset
2670
2671 .
2672  
2673 \end_layout
2674
2675 \begin_layout Standard
2676 \begin_inset Index
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 Referencias ! a tablas
2681 \end_layout
2682
2683 \end_inset
2684
2685 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2686  etiqueta.
2687  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2688 \family sans
2689 Insertar\SpecialChar \menuseparator
2690 Etiqueta
2691 \family default
2692  o con el botón 
2693 \begin_inset Graphics
2694         filename ../../images/label-insert.png
2695         scale 85
2696
2697 \end_inset
2698
2699 .
2700  Ahora puedes referenciar la etiqueta con el menú 
2701 \family sans
2702 Insertar\SpecialChar \menuseparator
2703 Referencia
2704 \begin_inset space ~
2705 \end_inset
2706
2707 cruzada
2708 \family default
2709  o con el botón 
2710 \begin_inset Graphics
2711         filename ../../images/dialog-show-new-inset_ref.png
2712         scale 85
2713
2714 \end_inset
2715
2716 .
2717 \begin_inset Newline newline
2718 \end_inset
2719
2720 Las referencias se explican con detalle en la sección
2721 \begin_inset space ~
2722 \end_inset
2723
2724
2725 \begin_inset CommandInset ref
2726 LatexCommand ref
2727 reference "sec:Referencias-a-Flotantes"
2728
2729 \end_inset
2730
2731 .
2732 \end_layout
2733
2734 \begin_layout Section
2735 Tablas largas
2736 \begin_inset CommandInset label
2737 LatexCommand label
2738 name "sec:Tablas-Largas"
2739
2740 \end_inset
2741
2742
2743 \begin_inset Index
2744 status collapsed
2745
2746 \begin_layout Plain Layout
2747 Tablas largas
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \begin_inset Index
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 Tablas ! Largas
2758 \end_layout
2759
2760 \end_inset
2761
2762
2763 \end_layout
2764
2765 \begin_layout Standard
2766 Si la tabla es demasiado larga para una página, puedes usar la opción 
2767 \family sans
2768 Usar
2769 \begin_inset space ~
2770 \end_inset
2771
2772 tabla
2773 \begin_inset space ~
2774 \end_inset
2775
2776 larga
2777 \family default
2778  en la solapa 
2779 \family sans
2780 Tabla
2781 \begin_inset space ~
2782 \end_inset
2783
2784 larga
2785 \family default
2786  del diálogo de tablas, para repartir automáticamente la tabla en varias
2787  páginas.
2788  Al hacerlo se habilitan las siguientes opciones:
2789 \end_layout
2790
2791 \begin_layout Description
2792
2793 \family sans
2794 Encabezado:
2795 \family default
2796  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2797  definida, se definen como filas de encabezado para todas las páginas de
2798  la tabla, excepto para la primera página si 
2799 \family sans
2800 Primer
2801 \begin_inset space ~
2802 \end_inset
2803
2804 encabezado
2805 \family default
2806  está definido.
2807  Este se denomina encabezado principal.
2808 \end_layout
2809
2810 \begin_layout Description
2811
2812 \family sans
2813 Primer
2814 \begin_inset space ~
2815 \end_inset
2816
2817 encabezado:
2818 \family default
2819  La fila actual y superiores, que no tienen ninguna opción especial definida,
2820  se definen como filas cabeceras de la primera página de la tabla.
2821 \end_layout
2822
2823 \begin_layout Description
2824
2825 \family sans
2826 Pie:
2827 \family default
2828  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2829  definida, se definen como filas de pie de todas las páginas de la tabla,
2830  excepto para la última página si se define 
2831 \family sans
2832 Último
2833 \begin_inset space ~
2834 \end_inset
2835
2836 pie.
2837 \end_layout
2838
2839 \begin_layout Description
2840
2841 \family sans
2842 Último
2843 \begin_inset space ~
2844 \end_inset
2845
2846 pie: L
2847 \family default
2848 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2849  se definen como filas de pie de la última página de la tabla.
2850 \end_layout
2851
2852 \begin_layout Description
2853 Leyenda: La primera fila se reajusta como columna simple.
2854  Ahora puedes insertar ahí la leyenda de la tabla con el menú 
2855 \family sans
2856 Insertar\SpecialChar \menuseparator
2857 Leyenda
2858 \family default
2859 .
2860  Más detalles sobre leyendas en tablas largas en la sec.
2861 \begin_inset space \thinspace{}
2862 \end_inset
2863
2864
2865 \begin_inset CommandInset ref
2866 LatexCommand ref
2867 reference "sub:Leyendas-en-Tablas"
2868
2869 \end_inset
2870
2871 .
2872 \end_layout
2873
2874 \begin_layout Standard
2875 También se puede especificar en qué fila se ha de cortar la tabla.
2876  Si se establece más de una opción en la misma fila, habría que tener en
2877  cuenta que sólo la primera de ellas se usa en la fila dada.
2878  Las otras quedarán definidas como 
2879 \emph on
2880 vacías
2881 \emph default
2882 .
2883  En este contexto, primera significa primero en este orden: 
2884 \family sans
2885 Encabezado, Primer
2886 \begin_inset space ~
2887 \end_inset
2888
2889 encabezado
2890 \family default
2891
2892 \family sans
2893 Pie, Último
2894 \begin_inset space ~
2895 \end_inset
2896
2897 pie
2898 \family default
2899 .
2900  La siguiente tabla muestra cómo funciona:
2901 \end_layout
2902
2903 \begin_layout Standard
2904
2905 \end_layout
2906
2907 \begin_layout Standard
2908 \align center
2909 \begin_inset Tabular
2910 <lyxtabular version="3" rows="69" columns="3">
2911 <features islongtable="true">
2912 <column alignment="left" valignment="top" width="0cm">
2913 <column alignment="left" valignment="top" width="0pt">
2914 <column alignment="right" valignment="top" width="0pt">
2915 <row endfirsthead="true">
2916 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920
2921 \series bold
2922 Ejemplo de lista telefónica (ignore los nombres)
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2937 \begin_inset Text
2938
2939 \begin_layout Plain Layout
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row endfirsthead="true">
2947 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \series bold
2953 NOMBRE
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \series bold
2973 TEL.
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row endhead="true">
2980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \series bold
2986 Ejemplo de lista telefónica
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row endhead="true">
3011 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \series bold
3017 NOMBRE
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \series bold
3037 TEL.
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 </row>
3043 <row endfoot="true">
3044 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048  continúa en la página siguiente
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3054 \begin_inset Text
3055
3056 \begin_layout Plain Layout
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 <row>
3073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077
3078 \series bold
3079 Annovi
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 Silvia
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 111
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 </row>
3103 <row>
3104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3105 \begin_inset Text
3106
3107 \begin_layout Plain Layout
3108
3109 \series bold
3110 Bertoli
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119 Stefano
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 111
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 </row>
3134 <row>
3135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139
3140 \series bold
3141 Bozzi
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 <cell alignment="center" valignment="top" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150 Walter
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159 111
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 </row>
3165 <row>
3166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170
3171 \series bold
3172 Cachia
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 <cell alignment="center" valignment="top" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181 Maria
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 111
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 </row>
3196 <row>
3197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \series bold
3203 Cachia
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 <cell alignment="center" valignment="top" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212 Maurizio
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221 111
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 </row>
3227 <row>
3228 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 Cinquemani
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 <cell alignment="center" valignment="top" usebox="none">
3240 \begin_inset Text
3241
3242 \begin_layout Plain Layout
3243 Giusi
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 111
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \series bold
3265 Colin
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 <cell alignment="center" valignment="top" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274 Bernard
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 111
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 <row>
3290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294
3295 \series bold
3296 Concli
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305 Gianfranco
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 111
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 </row>
3320 <row>
3321 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325
3326 \series bold
3327 Dal Bosco
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 <cell alignment="center" valignment="top" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336 Carolina
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 111
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 </row>
3351 <row>
3352 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356
3357 \series bold
3358 Dalpiaz
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Annamaria
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 111
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 </row>
3382 <row>
3383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387
3388 \series bold
3389 Feliciello
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 <cell alignment="center" valignment="top" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398 Domenico
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 111
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 </row>
3413 <row>
3414 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418
3419 \series bold
3420 Focarelli
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 Paola
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 111
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 </row>
3444 <row>
3445 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449
3450 \series bold
3451 Galletti
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 <cell alignment="center" valignment="top" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460 Oreste
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 111
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 </row>
3475 <row>
3476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480
3481 \series bold
3482 Gasparini
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 <cell alignment="center" valignment="top" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491 Franca
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 111
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row>
3507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Rizzardi
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell alignment="center" valignment="top" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522 Paola
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 111
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row>
3538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 Lassini
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 Giancarlo
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 111
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 </row>
3568 <row>
3569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 Malfatti
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 Luciano
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 111
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Malfatti
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Valeriano
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Meneguzzo
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Roberto
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Mezzadra
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Roberto
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Pirpamer
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Erich
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Pochiesa
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Paolo
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111, 222
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Radina
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Claudio
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Stuffer
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Oskar
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Tacchelli
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Ugo
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Tezzele
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Margit
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Unterkalmsteiner
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Frieda
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Vieider
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Hilde
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Vigna
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Jürgen
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Weber
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Maurizio
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Winkler
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Franz
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038  
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \end_layout
4049
4050 \end_inset
4051 </cell>
4052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4053 \begin_inset Text
4054
4055 \begin_layout Plain Layout
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 </row>
4062 <row>
4063 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067
4068 \series bold
4069 Annovi
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 <cell alignment="center" valignment="top" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Silvia
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 555
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 </row>
4093 <row>
4094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098
4099 \series bold
4100 Bertoli
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 <cell alignment="center" valignment="top" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109 Stefano
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118 555
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 </row>
4124 <row>
4125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4126 \begin_inset Text
4127
4128 \begin_layout Plain Layout
4129
4130 \series bold
4131 Bozzi
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 <cell alignment="center" valignment="top" usebox="none">
4137 \begin_inset Text
4138
4139 \begin_layout Plain Layout
4140 Walter
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 555
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 </row>
4155 <row>
4156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160
4161 \series bold
4162 Cachia
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 <cell alignment="center" valignment="top" usebox="none">
4168 \begin_inset Text
4169
4170 \begin_layout Plain Layout
4171 Maria
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 555
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 <row>
4187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191
4192 \series bold
4193 Cachia
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 <cell alignment="center" valignment="top" usebox="none">
4199 \begin_inset Text
4200
4201 \begin_layout Plain Layout
4202 Maurizio
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 555
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 </row>
4217 <row>
4218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4219 \begin_inset Text
4220
4221 \begin_layout Plain Layout
4222
4223 \series bold
4224 Cinquemani
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Plain Layout
4233 Giusi
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 555
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \series bold
4255 Colin
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 Bernard
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 555
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 </row>
4279 <row>
4280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284
4285 \series bold
4286 Concli
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 <cell alignment="center" valignment="top" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295 Gianfranco
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 555
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 </row>
4310 <row>
4311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315
4316 \series bold
4317 Dal Bosco
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 <cell alignment="center" valignment="top" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326 Carolina
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 555
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 </row>
4341 <row>
4342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346
4347 \series bold
4348 Dalpiaz
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 Annamaria
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 555
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 </row>
4372 <row>
4373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377
4378 \series bold
4379 Feliciello
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 <cell alignment="center" valignment="top" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388 Domenico
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 555
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408
4409 \series bold
4410 Focarelli
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 Paola
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 555
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439
4440 \series bold
4441 Galletti
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 <cell alignment="center" valignment="top" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450 Oreste
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 555
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 </row>
4465 <row>
4466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470
4471 \series bold
4472 Gasparini
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 <cell alignment="center" valignment="top" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481 Franca
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 555
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 </row>
4496 <row>
4497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501
4502 \series bold
4503 Rizzardi
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 Paola
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 555
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \series bold
4534 Lassini
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 Giancarlo
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 555
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563
4564 \series bold
4565 Malfatti
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell alignment="center" valignment="top" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 Luciano
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 555
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Malfatti
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Valeriano
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Meneguzzo
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Roberto
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Mezzadra
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Roberto
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Pirpamer
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Erich
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Pochiesa
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Paolo
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555, 222
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Radina
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Claudio
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Stuffer
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Oskar
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Tacchelli
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Ugo
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Tezzele
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Margit
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Unterkalmsteiner
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Frieda
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Vieider
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Hilde
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Vigna
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Jürgen
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 999
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Weber
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Maurizio
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Winkler
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Franz
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row endlastfoot="true">
5024 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 fin
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \end_layout
5039
5040 \end_inset
5041 </cell>
5042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5043 \begin_inset Text
5044
5045 \begin_layout Plain Layout
5046
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 </row>
5052 </lyxtabular>
5053
5054 \end_inset
5055
5056
5057 \begin_inset ERT
5058 status 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
5954 \lang english
5955 This is not needed when none of your longtables have a caption and you add
5956  the following code to the document preamble:
5957 \end_layout
5958
5959 \begin_layout Plain Layout
5960
5961 \series bold
5962
5963 \backslash
5964 let
5965 \backslash
5966 myEnd
5967 \backslash
5968 endlongtable
5969 \begin_inset Newline newline
5970 \end_inset
5971
5972
5973 \backslash
5974 renewcommand{
5975 \backslash
5976 endlongtable}{
5977 \backslash
5978 myEnd
5979 \backslash
5980 addtocounter{table}{-1}}
5981 \end_layout
5982
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \begin_layout Standard
5989 \begin_inset Note Greyedout
5990 status open
5991
5992 \begin_layout Plain Layout
5993
5994 \series bold
5995 Nota
5996 \begin_inset space ~
5997 \end_inset
5998
5999 2:
6000 \series default
6001  Si utilizas 
6002 \series bold
6003 hyperref
6004 \series default
6005
6006 \begin_inset Index
6007 status collapsed
6008
6009 \begin_layout Plain Layout
6010 LaTeX-paquetes ! hyperref
6011 \end_layout
6012
6013 \end_inset
6014
6015  en las 
6016 \family sans
6017 Propiedades PDF 
6018 \family default
6019 del diálogo 
6020 \family sans
6021 Configuración del documento 
6022 \family default
6023 para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6024  llevan siempre al principio del documento.
6025 \end_layout
6026
6027 \end_inset
6028
6029
6030 \end_layout
6031
6032 \begin_layout Subsubsection
6033 Referencias a tablas largas
6034 \begin_inset Index
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038 Tablas largas ! Referencias a
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Standard
6047 \begin_inset Tabular
6048 <lyxtabular version="3" rows="6" columns="5">
6049 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6054 <column alignment="center" valignment="top" width="0">
6055 <row caption="true">
6056 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 \begin_inset Caption
6061
6062 \begin_layout Plain Layout
6063 Tabla larga referenciada
6064 \begin_inset CommandInset label
6065 LatexCommand label
6066 name "tab:RefEjemplo"
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6081 \begin_inset Text
6082
6083 \begin_layout Plain Layout
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6108 \begin_inset Text
6109
6110 \begin_layout Plain Layout
6111
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 </row>
6117 <row>
6118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6119 \begin_inset Text
6120
6121 \begin_layout Plain Layout
6122 1
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 2
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 3
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 4
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 5
6159 \end_layout
6160
6161 \end_inset
6162 </cell>
6163 </row>
6164 <row>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 asd
6170 \end_layout
6171
6172 \end_inset
6173 </cell>
6174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 s
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 s
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 s
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 asd
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 </row>
6211 <row>
6212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 asd
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225 s
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234 s
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243 s
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 asd
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 asd
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 s
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 s
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 s
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 asd
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 asd
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 sad
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 asd
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 asd
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 asd
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 </lyxtabular>
6353
6354 \end_inset
6355
6356
6357 \end_layout
6358
6359 \begin_layout Standard
6360 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6361  
6362 \end_layout
6363
6364 \begin_layout Standard
6365 Esto es una referencia a la tabla
6366 \begin_inset space ~
6367 \end_inset
6368
6369
6370 \begin_inset CommandInset ref
6371 LatexCommand ref
6372 reference "tab:RefEjemplo"
6373
6374 \end_inset
6375
6376 .
6377 \end_layout
6378
6379 \begin_layout Standard
6380 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6381  del documento mediante el paquete LaTeX 
6382 \series bold
6383 caption
6384 \series default
6385
6386 \begin_inset Index
6387 status collapsed
6388
6389 \begin_layout Plain Layout
6390 LaTeX-paquetes ! caption
6391 \end_layout
6392
6393 \end_inset
6394
6395 , véase sección
6396 \begin_inset space ~
6397 \end_inset
6398
6399
6400 \begin_inset CommandInset ref
6401 LatexCommand ref
6402 reference "sec:Formato-de-leyendas"
6403
6404 \end_inset
6405
6406 .
6407 \end_layout
6408
6409 \begin_layout Subsubsection
6410 Anchura de la leyenda
6411 \begin_inset Index
6412 status collapsed
6413
6414 \begin_layout Plain Layout
6415 Tablas largas ! Anchura de la leyenda
6416 \end_layout
6417
6418 \end_inset
6419
6420
6421 \end_layout
6422
6423 \begin_layout Standard
6424 La anchura máxima se define por la longitud 
6425 \series bold
6426
6427 \backslash
6428 LTcapwidth
6429 \series default
6430 .
6431  Por omisión es 4
6432 \begin_inset space \thinspace{}
6433 \end_inset
6434
6435 in (4
6436 \begin_inset space ~
6437 \end_inset
6438
6439 pulgadas).
6440  Para cambiarla añade el siguiente comando al preámbulo o en código TeX
6441  en el documento antes de la tabla larga a la que afecta
6442 \end_layout
6443
6444 \begin_layout Standard
6445
6446 \series bold
6447
6448 \backslash
6449 setlength{
6450 \backslash
6451 LTcapwidth}{anchura}
6452 \end_layout
6453
6454 \begin_layout Standard
6455 donde la anchura puede ser una de las unidades listadas en el apéndice
6456 \begin_inset space ~
6457 \end_inset
6458
6459
6460 \begin_inset CommandInset ref
6461 LatexCommand ref
6462 reference "cha:Unidades-disponibles-en"
6463
6464 \end_inset
6465
6466 .
6467 \end_layout
6468
6469 \begin_layout Standard
6470 Las tablas siguientes muestran la diferencia:
6471 \end_layout
6472
6473 \begin_layout Standard
6474 \begin_inset Tabular
6475 <lyxtabular version="3" rows="6" columns="5">
6476 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6481 <column alignment="center" valignment="top" width="0">
6482 <row caption="true">
6483 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 \begin_inset Caption
6488
6489 \begin_layout Plain Layout
6490 Leyenda larga completa con anchura predeterminada leyenda larga completa
6491  con anchura predeterminada
6492 \begin_inset OptArg
6493 status open
6494
6495 \begin_layout Plain Layout
6496 Leyenda con anchura predeterminada
6497 \end_layout
6498
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \end_inset
6505
6506
6507 \end_layout
6508
6509 \end_inset
6510 </cell>
6511 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6512 \begin_inset Text
6513
6514 \begin_layout Plain Layout
6515
6516 \end_layout
6517
6518 \end_inset
6519 </cell>
6520 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6521 \begin_inset Text
6522
6523 \begin_layout Plain Layout
6524
6525 \end_layout
6526
6527 \end_inset
6528 </cell>
6529 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 <row>
6549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553 1
6554 \end_layout
6555
6556 \end_inset
6557 </cell>
6558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6559 \begin_inset Text
6560
6561 \begin_layout Plain Layout
6562 2
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 3
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580 4
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 5
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 </row>
6595 <row>
6596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6597 \begin_inset Text
6598
6599 \begin_layout Plain Layout
6600 asd
6601 \end_layout
6602
6603 \end_inset
6604 </cell>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 s
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 s
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 s
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 asd
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 <row>
6643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 asd
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 s
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 s
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 s
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 asd
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 </row>
6689 <row>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 asd
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 s
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 s
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 asd
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 </row>
6736 <row>
6737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 sad
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 asd
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 asd
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 </row>
6783 </lyxtabular>
6784
6785 \end_inset
6786
6787
6788 \end_layout
6789
6790 \begin_layout Standard
6791 \begin_inset ERT
6792 status collapsed
6793
6794 \begin_layout Plain Layout
6795
6796
6797 \backslash
6798 setlength{
6799 \backslash
6800 LTcapwidth}{5cm}
6801 \end_layout
6802
6803 \end_inset
6804
6805
6806 \begin_inset Tabular
6807 <lyxtabular version="3" rows="6" columns="5">
6808 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6813 <column alignment="center" valignment="top" width="0">
6814 <row caption="true">
6815 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 \begin_inset Caption
6820
6821 \begin_layout Plain Layout
6822 Leyenda larga completa con anchura de 5
6823 \begin_inset space \thinspace{}
6824 \end_inset
6825
6826 cm leyenda larga completa con anchura de 5
6827 \begin_inset space \thinspace{}
6828 \end_inset
6829
6830 cm leyenda larga completa con anchura de 5
6831 \begin_inset space \thinspace{}
6832 \end_inset
6833
6834 cm
6835 \begin_inset OptArg
6836 status open
6837
6838 \begin_layout Plain Layout
6839 Leyenda con anchura
6840 \begin_inset space \thinspace{}
6841 \end_inset
6842
6843 =
6844 \begin_inset space \thinspace{}
6845 \end_inset
6846
6847 5
6848 \begin_inset space \thinspace{}
6849 \end_inset
6850
6851 cm
6852 \end_layout
6853
6854 \end_inset
6855
6856
6857 \end_layout
6858
6859 \end_inset
6860
6861
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 </row>
6903 <row>
6904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6905 \begin_inset Text
6906
6907 \begin_layout Plain Layout
6908 1
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917 2
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 3
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935 4
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944 5
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 asd
6956 \end_layout
6957
6958 \end_inset
6959 </cell>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 s
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 s
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 s
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 asd
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 </row>
6997 <row>
6998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 asd
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 s
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 asd
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 </row>
7044 <row>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 asd
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 s
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 s
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 asd
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 </row>
7091 <row>
7092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 asd
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 sad
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 asd
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 asd
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 </row>
7138 </lyxtabular>
7139
7140 \end_inset
7141
7142
7143 \begin_inset ERT
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147
7148
7149 \backslash
7150 setlength{
7151 \backslash
7152 LTcapwidth}{4in}
7153 \end_layout
7154
7155 \end_inset
7156
7157
7158 \end_layout
7159
7160 \begin_layout Standard
7161 \begin_inset Note Greyedout
7162 status collapsed
7163
7164 \begin_layout Plain Layout
7165
7166 \series bold
7167 Nota: 
7168 \series default
7169 Si se usa el paquete LaTeX 
7170 \series bold
7171 caption
7172 \series default
7173
7174 \begin_inset Index
7175 status collapsed
7176
7177 \begin_layout Plain Layout
7178 LaTeX-paquetes ! caption
7179 \end_layout
7180
7181 \end_inset
7182
7183 , como en este documento, se usa la anchura de toda la página para el pie
7184  si utilizas el valor por omisión de 4
7185 \begin_inset space \thinspace{}
7186 \end_inset
7187
7188 in para 
7189 \series bold
7190
7191 \backslash
7192 LTcapwidth
7193 \series default
7194 .
7195  En este caso, para conseguir exactamente un pie de 4
7196 \begin_inset space \thinspace{}
7197 \end_inset
7198
7199 in, puedes poner un valor ligeramente diferente de 4.0
7200 \begin_inset space \thinspace{}
7201 \end_inset
7202
7203 in, p.
7204 \begin_inset space \thinspace{}
7205 \end_inset
7206
7207 e.
7208  3.99
7209 \begin_inset space \thinspace{}
7210 \end_inset
7211
7212 in, o el comando de LaTeX 
7213 \series bold
7214
7215 \backslash
7216 captionsetup{width=valor}
7217 \series default
7218 , suministrado por el paquete 
7219 \series bold
7220 caption
7221 \series default
7222 .
7223 \end_layout
7224
7225 \end_inset
7226
7227
7228 \end_layout
7229
7230 \begin_layout Subsubsection
7231 Leyendas distintas para cada página
7232 \begin_inset Index
7233 status collapsed
7234
7235 \begin_layout Plain Layout
7236 Tablas largas ! Leyendas distintas para cada página
7237 \end_layout
7238
7239 \end_inset
7240
7241
7242 \end_layout
7243
7244 \begin_layout Standard
7245 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7246  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7247  como primer encabezado.
7248  La leyenda para las restantes páginas se inserta sin título breve en una
7249  fila postiza de leyenda marcada como primer encabezado.
7250  Si este encabezado no ha de incluir el número de tabla, usa el comando
7251 \end_layout
7252
7253 \begin_layout Standard
7254
7255 \series bold
7256
7257 \backslash
7258 caption*{texto de la leyenda}
7259 \end_layout
7260
7261 \begin_layout Standard
7262 en vez del recuadro de leyenda de LyX.
7263  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7264  La tabla
7265 \begin_inset space ~
7266 \end_inset
7267
7268
7269 \begin_inset CommandInset ref
7270 LatexCommand ref
7271 reference "tab:DifLeyendas"
7272
7273 \end_inset
7274
7275  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7276  no incluye número de tabla.
7277 \end_layout
7278
7279 \begin_layout Standard
7280 \align center
7281 \begin_inset Tabular
7282 <lyxtabular version="3" rows="60" columns="3">
7283 <features islongtable="true">
7284 <column alignment="left" valignment="top" width="0cm">
7285 <column alignment="left" valignment="top" width="0pt">
7286 <column alignment="right" valignment="top" width="0pt">
7287 <row endfirsthead="true" caption="true">
7288 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 \begin_inset Caption
7293
7294 \begin_layout Plain Layout
7295 Ejemplo de lista telefónica
7296 \begin_inset CommandInset label
7297 LatexCommand label
7298 name "tab:DifLeyendas"
7299
7300 \end_inset
7301
7302
7303 \begin_inset OptArg
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307 Ejemplo de lista telefónica
7308 \end_layout
7309
7310 \end_inset
7311
7312
7313 \end_layout
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \end_inset
7321 </cell>
7322 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7323 \begin_inset Text
7324
7325 \begin_layout Plain Layout
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 </row>
7341 <row endfirsthead="true">
7342 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7343 \begin_inset Text
7344
7345 \begin_layout Plain Layout
7346
7347 \series bold
7348 Ejemplo de lista telefónica (ignore los nombres)
7349 \end_layout
7350
7351 \end_inset
7352 </cell>
7353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7354 \begin_inset Text
7355
7356 \begin_layout Plain Layout
7357
7358 \end_layout
7359
7360 \end_inset
7361 </cell>
7362 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366
7367 \end_layout
7368
7369 \end_inset
7370 </cell>
7371 </row>
7372 <row endfirsthead="true">
7373 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7374 \begin_inset Text
7375
7376 \begin_layout Plain Layout
7377
7378 \series bold
7379 NOMBRE
7380 \end_layout
7381
7382 \end_inset
7383 </cell>
7384 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7385 \begin_inset Text
7386
7387 \begin_layout Plain Layout
7388
7389 \end_layout
7390
7391 \end_inset
7392 </cell>
7393 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397
7398 \series bold
7399 TEL.
7400 \end_layout
7401
7402 \end_inset
7403 </cell>
7404 </row>
7405 <row endhead="true" caption="true">
7406 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 \begin_inset ERT
7411 status open
7412
7413 \begin_layout Plain Layout
7414
7415
7416 \backslash
7417 caption*{continúa Ejemplo de lista telefónica}
7418 \backslash
7419
7420 \backslash
7421 %
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row endhead="true">
7451 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \series bold
7457 Ejemplo de lista telefónica
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row endhead="true">
7482 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \series bold
7488 NOMBRE
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \series bold
7508 TEL.
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 </row>
7514 <row endfoot="true">
7515 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 continúa en página siguiente
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 </row>
7543 <row>
7544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548
7549 \series bold
7550 Annovi
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 Silvia
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568 111
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 </row>
7574 <row>
7575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579
7580 \series bold
7581 Bertoli
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590 Stefano
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7596 \begin_inset Text
7597
7598 \begin_layout Plain Layout
7599 111
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 </row>
7605 <row>
7606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610
7611 \series bold
7612 Bozzi
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 Walter
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 111
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row>
7637 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \series bold
7643 Cachia
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 Maria
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 111
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 <row>
7668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7669 \begin_inset Text
7670
7671 \begin_layout Plain Layout
7672
7673 \series bold
7674 Cachia
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7680 \begin_inset Text
7681
7682 \begin_layout Plain Layout
7683 Maurizio
7684 \end_layout
7685
7686 \end_inset
7687 </cell>
7688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7689 \begin_inset Text
7690
7691 \begin_layout Plain Layout
7692 111
7693 \end_layout
7694
7695 \end_inset
7696 </cell>
7697 </row>
7698 <row>
7699 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703
7704 \series bold
7705 Cinquemani
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714 Giusi
7715 \end_layout
7716
7717 \end_inset
7718 </cell>
7719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7720 \begin_inset Text
7721
7722 \begin_layout Plain Layout
7723 111
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 </row>
7729 <row>
7730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7731 \begin_inset Text
7732
7733 \begin_layout Plain Layout
7734
7735 \series bold
7736 Colin
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 Bernard
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754 111
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 </row>
7760 <row>
7761 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765
7766 \series bold
7767 Concli
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7773 \begin_inset Text
7774
7775 \begin_layout Plain Layout
7776 Gianfranco
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 111
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \series bold
7798 Dal Bosco
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 Carolina
7808 \end_layout
7809
7810 \end_inset
7811 </cell>
7812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7813 \begin_inset Text
7814
7815 \begin_layout Plain Layout
7816 111
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \series bold
7829 Dalpiaz
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 Annamaria
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 111
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 <row>
7854 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858
7859 \series bold
7860 Feliciello
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869 Domenico
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878 111
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row>
7885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Focarelli
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900 Paola
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909 111
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 Galletti
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 Oreste
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940 111
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \series bold
7953 Gasparini
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 Franca
7963 \end_layout
7964
7965 \end_inset
7966 </cell>
7967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7968 \begin_inset Text
7969
7970 \begin_layout Plain Layout
7971 111
7972 \end_layout
7973
7974 \end_inset
7975 </cell>
7976 </row>
7977 <row>
7978 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \series bold
7984 Rizzardi
7985 \series default
7986
7987 \begin_inset Foot
7988 status open
7989
7990 \begin_layout Plain Layout
7991 Ejemplo de nota al pie
7992 \end_layout
7993
7994 \end_inset
7995
7996
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 Paola
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 111
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Lassini
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Giancarlo
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 111
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 Malfatti
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 Luciano
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 111
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Malfatti
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 Valeriano
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 111
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 </row>
8113 <row>
8114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \series bold
8120 Meneguzzo
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129 Roberto
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 111
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row>
8145 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \series bold
8151 Mezzadra
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160 Roberto
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 111
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 </row>
8175 <row>
8176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180
8181 \series bold
8182 Pirpamer
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191 Erich
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 111
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 </row>
8206 <row>
8207 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211
8212 \series bold
8213 Pochiesa
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222 Paolo
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 111, 222
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \series bold
8244 Radina
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 Claudio
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 111
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 </row>
8268 <row>
8269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273
8274 \series bold
8275 Stuffer
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284 Oskar
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 111
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 </row>
8299 <row>
8300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304
8305 \series bold
8306 Tacchelli
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 Ugo
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 111
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 </row>
8330 <row>
8331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335
8336 \series bold
8337 Tezzele
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346 Margit
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 111
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 <row>
8362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366
8367 \series bold
8368 Unterkalmsteiner
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 Frieda
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 111
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 </row>
8392 <row>
8393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397
8398 \series bold
8399 Vieider
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408 Hilde
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 111
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \series bold
8430 Vigna
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 Jürgen
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 111
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \series bold
8461 Weber
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 Maurizio
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 111
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \series bold
8492 Winkler
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 Franz
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 111
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521  
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \series bold
8552 Annovi
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 Silvia
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 555
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 </row>
8576 <row>
8577 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581
8582 \series bold
8583 Bertoli
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 Stefano
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 555
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \series bold
8614 Bozzi
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Walter
8624 \end_layout
8625
8626 \end_inset
8627 </cell>
8628 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8629 \begin_inset Text
8630
8631 \begin_layout Plain Layout
8632 555
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 </row>
8638 <row>
8639 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643
8644 \series bold
8645 Cachia
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Maria
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 555
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 <row>
8670 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674
8675 \series bold
8676 Cachia
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685 Maurizio
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 555
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \series bold
8707 Cinquemani
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 Giusi
8717 \end_layout
8718
8719 \end_inset
8720 </cell>
8721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725 555
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 </row>
8731 <row>
8732 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736
8737 \series bold
8738 Colin
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747 Bernard
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756 555
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 </row>
8762 <row>
8763 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767
8768 \series bold
8769 Concli
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Gianfranco
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Plain Layout
8787 555
8788 \end_layout
8789
8790 \end_inset
8791 </cell>
8792 </row>
8793 <row>
8794 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798
8799 \series bold
8800 Dal Bosco
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809 Carolina
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8815 \begin_inset Text
8816
8817 \begin_layout Plain Layout
8818 555
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \series bold
8831 Dalpiaz
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 Annamaria
8841 \end_layout
8842
8843 \end_inset
8844 </cell>
8845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849 555
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 </row>
8855 <row>
8856 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860
8861 \series bold
8862 Feliciello
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871 Domenico
8872 \end_layout
8873
8874 \end_inset
8875 </cell>
8876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8877 \begin_inset Text
8878
8879 \begin_layout Plain Layout
8880 555
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 </row>
8886 <row>
8887 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891
8892 \series bold
8893 Focarelli
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Paola
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 555
8912 \end_layout
8913
8914 \end_inset
8915 </cell>
8916 </row>
8917 <row>
8918 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922
8923 \series bold
8924 Galletti
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933 Oreste
8934 \end_layout
8935
8936 \end_inset
8937 </cell>
8938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8939 \begin_inset Text
8940
8941 \begin_layout Plain Layout
8942 555
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 <row>
8949 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955 Gasparini
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964 Franca
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 555
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984
8985 \series bold
8986 Rizzardi
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Paola
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 555
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017 Lassini
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026 Giancarlo
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 555
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 </row>
9041 <row>
9042 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046
9047 \series bold
9048 Malfatti
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057 Luciano
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066 555
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077
9078 \series bold
9079 Malfatti
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 Valeriano
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 555
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 </row>
9103 <row>
9104 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9105 \begin_inset Text
9106
9107 \begin_layout Plain Layout
9108
9109 \series bold
9110 Meneguzzo
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 Roberto
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 555
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 </row>
9134 <row>
9135 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139
9140 \series bold
9141 Mezzadra
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9147 \begin_inset Text
9148
9149 \begin_layout Plain Layout
9150 Roberto
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 555
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 </row>
9165 <row endlastfoot="true">
9166 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 </lyxtabular>
9195
9196 \end_inset
9197
9198
9199 \end_layout
9200
9201 \begin_layout Section
9202 Particularidades de las tablas largas
9203 \end_layout
9204
9205 \begin_layout Subsection
9206 Cálculos
9207 \begin_inset Index
9208 status collapsed
9209
9210 \begin_layout Plain Layout
9211 Tablas largas ! Cálculos
9212 \end_layout
9213
9214 \end_inset
9215
9216
9217 \end_layout
9218
9219 \begin_layout Standard
9220 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9221  utilizando los denominados «trozos», que son partes de la tabla presentes
9222  en la memoria de LaTeX.
9223  El valor predeterminado está establecido a sólo 20 filas.
9224  Si estás usando tablas largas con muchas páginas, la generación del documento
9225  puede hacerse muy lenta.
9226  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9227  el siguiente comando en el preámbulo del documento:
9228 \end_layout
9229
9230 \begin_layout Standard
9231
9232 \series bold
9233
9234 \backslash
9235 setcounter{LTchunksize}{100}
9236 \end_layout
9237
9238 \begin_layout Subsection
9239 Flotantes y tablas largas
9240 \begin_inset Index
9241 status collapsed
9242
9243 \begin_layout Plain Layout
9244 Tablas largas ! Flotantes
9245 \end_layout
9246
9247 \end_inset
9248
9249
9250 \end_layout
9251
9252 \begin_layout Standard
9253 Podría haber problemas si un flotante aparece en la misma página donde comienza
9254  una tabla larga.
9255  Para evitarlo, añade el comando 
9256 \series bold
9257
9258 \backslash
9259 clearpage
9260 \series default
9261  en código TeX antes de la tabla.
9262 \end_layout
9263
9264 \begin_layout Subsection
9265 Saltos de página forzados
9266 \begin_inset Index
9267 status collapsed
9268
9269 \begin_layout Plain Layout
9270 Tablas largas ! Saltos de página forzados
9271 \end_layout
9272
9273 \end_inset
9274
9275
9276 \end_layout
9277
9278 \begin_layout Standard
9279 Por omisión, las tablas sólo se cortan entre filas.
9280  Si tienes una celda con líneas múltiples y necesitas un salto de página
9281  dentro de la celda, inserta el comando de nueva línea «
9282 \series bold
9283
9284 \backslash
9285
9286 \backslash
9287
9288 \series default
9289 » en código TeX en el punto en que quieras cortar.
9290  Antes del comando «
9291 \series bold
9292
9293 \backslash
9294
9295 \backslash
9296
9297 \series default
9298 » debes insertar en código TeX tantos caracteres «
9299 \series bold
9300 &
9301 \series default
9302 » como columnas siguientes de la tabla.
9303  
9304 \series bold
9305 &
9306 \series default
9307  es el carácter para separar celdas.
9308  Escribe en código TeX después de cada 
9309 \series bold
9310 &
9311 \series default
9312  el contenido de la celda siguiente correspondiente y borra el contenido
9313  de esas celdas.
9314 \begin_inset Newline newline
9315 \end_inset
9316
9317 Detrás del comando 
9318 \series bold
9319
9320 \backslash
9321
9322 \backslash
9323
9324 \series default
9325 , inserta tantos 
9326 \series bold
9327 &
9328 \series default
9329  como columnas haya delante de la actual.
9330  En la tabla
9331 \begin_inset space ~
9332 \end_inset
9333
9334
9335 \begin_inset CommandInset ref
9336 LatexCommand ref
9337 reference "tab:Saltos de Página Forzados"
9338
9339 \end_inset
9340
9341  la celda que debería cortarse está en la segunda columna seguida de otra
9342  columna.
9343  Por eso el siguiente comando se inserta en la celda en código TeX detrás
9344  de «
9345 \emph on
9346 Castelchiodato,
9347 \emph default
9348 »:
9349 \end_layout
9350
9351 \begin_layout Standard
9352
9353 \series bold
9354 & 111
9355 \backslash
9356
9357 \backslash
9358  
9359 \backslash
9360 newpage
9361 \begin_inset Newline newline
9362 \end_inset
9363
9364 &
9365 \end_layout
9366
9367 \begin_layout Standard
9368 El «111» en la tercera columna de la fila se ha borrado.
9369  
9370 \series bold
9371 \lang english
9372
9373 \backslash
9374 newpage
9375 \series default
9376  is only needed when a page break should definitively occur at this position,
9377  otherwise it is only a possibility to break.
9378
9379 \lang spanish
9380  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9381  superior pero quisieras una línea horizontal donde se corta la celda, usa
9382  este comando alternativo:
9383 \end_layout
9384
9385 \begin_layout Standard
9386
9387 \series bold
9388 & 111
9389 \backslash
9390
9391 \backslash
9392
9393 \begin_inset Newline newline
9394 \end_inset
9395
9396
9397 \backslash
9398 hline &
9399 \end_layout
9400
9401 \begin_layout Standard
9402 Cuando la celda a cortar está en la última columna, el comando
9403 \end_layout
9404
9405 \begin_layout Standard
9406
9407 \series bold
9408
9409 \backslash
9410 setlength{
9411 \backslash
9412 parfillskip}{0pt}
9413 \end_layout
9414
9415 \begin_layout Standard
9416 debe insertarse en código TeX al principio de la celda.
9417  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9418  aparecerá con toda su anchura.
9419 \end_layout
9420
9421 \begin_layout Standard
9422 \align center
9423 \begin_inset Tabular
9424 <lyxtabular version="3" rows="39" columns="3">
9425 <features islongtable="true">
9426 <column alignment="left" valignment="top" width="0cm">
9427 <column alignment="left" valignment="top" width="3cm">
9428 <column alignment="right" valignment="top" width="0pt">
9429 <row endfirsthead="true" caption="true">
9430 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434 \begin_inset Caption
9435
9436 \begin_layout Plain Layout
9437 Tabla con salto de página forzado en celda
9438 \begin_inset CommandInset label
9439 LatexCommand label
9440 name "tab:Saltos de Página Forzados"
9441
9442 \end_inset
9443
9444
9445 \begin_inset OptArg
9446 status collapsed
9447
9448 \begin_layout Plain Layout
9449 Tabla con salto de página forzado en celda
9450 \end_layout
9451
9452 \end_inset
9453
9454
9455 \end_layout
9456
9457 \end_inset
9458
9459
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9474 \begin_inset Text
9475
9476 \begin_layout Plain Layout
9477
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 </row>
9483 <row endfirsthead="true">
9484 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \series bold
9490 Ejemplo de lista telefónica (ignore los nombres)
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9496 \begin_inset Text
9497
9498 \begin_layout Plain Layout
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9505 \begin_inset Text
9506
9507 \begin_layout Plain Layout
9508
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 </row>
9514 <row endfirsthead="true">
9515 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9516 \begin_inset Text
9517
9518 \begin_layout Plain Layout
9519
9520 \series bold
9521 NOMBRE
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9527 \begin_inset Text
9528
9529 \begin_layout Plain Layout
9530
9531 \end_layout
9532
9533 \end_inset
9534 </cell>
9535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9536 \begin_inset Text
9537
9538 \begin_layout Plain Layout
9539
9540 \series bold
9541 TEL.
9542 \end_layout
9543
9544 \end_inset
9545 </cell>
9546 </row>
9547 <row endhead="true" caption="true">
9548 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset ERT
9553 status collapsed
9554
9555 \begin_layout Plain Layout
9556
9557
9558 \backslash
9559 caption*{continúa Tabla con salto de página forzado en celda}
9560 \backslash
9561
9562 \backslash
9563 %
9564 \end_layout
9565
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 </row>
9592 <row endhead="true">
9593 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597  
9598 \series bold
9599 Ejemplo de lista telefónica
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row endhead="true">
9624 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \series bold
9630 NOMBRE
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \series bold
9650 TEL.
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row endfoot="true">
9657 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 continúa en página siguiente
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row>
9686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \series bold
9692 Annovi
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 Silvia
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 111
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 </row>
9716 <row>
9717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \series bold
9723 Bertoli
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732 Stefano
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741 111
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 </row>
9747 <row>
9748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \series bold
9754 Bozzi
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 Walter
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772 111
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 </row>
9778 <row>
9779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \series bold
9785 Cachia
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 Maria
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 111
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 </row>
9809 <row>
9810 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \series bold
9816 Cachia
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825 Maurizio
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 111
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 </row>
9840 <row>
9841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845
9846 \series bold
9847 Cinquemani
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 Giusi
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 111
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 </row>
9871 <row>
9872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876
9877 \series bold
9878 Colin
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 Bernard
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 111
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 </row>
9902 <row>
9903 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907
9908 \series bold
9909 Concli
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 Gianfranco
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 111
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 <row>
9934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938
9939 \series bold
9940 Dal Bosco
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Carolina
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 111
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 </row>
9964 <row>
9965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969
9970 \series bold
9971 Dalpiaz
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Annamaria
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 111
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \series bold
10002 Feliciello
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 Domenico
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 111
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 </row>
10026 <row>
10027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031
10032 \series bold
10033 Focarelli
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 Paola
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 111
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \series bold
10064 Galletti
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 Oreste
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 111
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 <row>
10089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \series bold
10095 Gasparini
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 Franca
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 111
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 </row>
10119 <row>
10120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \series bold
10126 Lassini
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 Giancarlo, 11.
10136  Fürst von Montecompatri, 11.
10137  Fürst von Sulmona und Vivaro, 10.
10138  Fürst von Rossano, 5.
10139  Herzog von Canemorte, 11.
10140  Herzog von Palombara, 5.
10141  Herzog von Castelchiodato,
10142 \begin_inset ERT
10143 status open
10144
10145 \begin_layout Plain Layout
10146
10147 & 111
10148 \backslash
10149
10150 \backslash
10151  
10152 \backslash
10153 newpage
10154 \end_layout
10155
10156 \begin_layout Plain Layout
10157
10158 &
10159 \end_layout
10160
10161 \end_inset
10162
10163  11.
10164  Herzog von Poggionativo, 11.
10165  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10166  Graf von Valinfreda, 11.
10167  Baron von Cropalati, 11.
10168  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 Malfatti
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 Luciano
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 111
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 </row>
10214 <row>
10215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219
10220 \series bold
10221 Malfatti
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 Valeriano
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239 111
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 <row>
10246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250
10251 \series bold
10252 Meneguzzo
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Roberto
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 111
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \series bold
10283 Mezzadra
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 Roberto
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 111
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 </row>
10307 <row>
10308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312
10313 \series bold
10314 Pirpamer
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 Erich
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332 111
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 <row>
10339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \series bold
10345 Pochiesa
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 Paolo
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 111, 222
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 </row>
10369 <row>
10370 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374
10375 \series bold
10376 Radina
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 Claudio
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394 111
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 </row>
10400 <row>
10401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405
10406 \series bold
10407 Rizzardi
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 Paolo
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 111
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 </row>
10431 <row>
10432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436
10437 \series bold
10438 Stuffer
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Oskar
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 111
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 </row>
10462 <row>
10463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467
10468 \series bold
10469 Tacchelli
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 Ugo
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 111
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 <row>
10494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498
10499 \series bold
10500 Tezzele
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 Margit
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518 111
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 </row>
10524 <row>
10525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529
10530 \series bold
10531 Unterkalmsteiner
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540 Frieda
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 111
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 </row>
10555 <row>
10556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10557 \begin_inset Text
10558
10559 \begin_layout Plain Layout
10560
10561 \series bold
10562 Vieider
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 Hilde
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580 111
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \series bold
10593 Vigna
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 Jürgen
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 111
10612 \end_layout
10613
10614 \end_inset
10615 </cell>
10616 </row>
10617 <row>
10618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622
10623 \series bold
10624 Weber
10625 \end_layout
10626
10627 \end_inset
10628 </cell>
10629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10630 \begin_inset Text
10631
10632 \begin_layout Plain Layout
10633 Maurizio
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642 111
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \series bold
10655 Winkler
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 Franz
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 111
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row endlastfoot="true">
10680 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 </row>
10708 </lyxtabular>
10709
10710 \end_inset
10711
10712
10713 \end_layout
10714
10715 \begin_layout Section
10716 Líneas múltiples en columnas y filas
10717 \end_layout
10718
10719 \begin_layout Subsection
10720 Líneas múltiples en celdas
10721 \begin_inset CommandInset label
10722 LatexCommand label
10723 name "sub:Líneas-Múltiples-en"
10724
10725 \end_inset
10726
10727
10728 \begin_inset Index
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732 Lineas@Líneas múltiples en celdas
10733 \end_layout
10734
10735 \end_inset
10736
10737
10738 \begin_inset Index
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742 Tablas ! Saltos de línea
10743 \end_layout
10744
10745 \end_inset
10746
10747
10748 \end_layout
10749
10750 \begin_layout Standard
10751 \noindent
10752 \begin_inset Float table
10753 placement H
10754 wide false
10755 sideways false
10756 status open
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Caption
10760
10761 \begin_layout Plain Layout
10762 \begin_inset CommandInset label
10763 LatexCommand label
10764 name "tab:Tabla-con-múltiples"
10765
10766 \end_inset
10767
10768 Tabla con líneas múltiples en celda
10769 \end_layout
10770
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \begin_layout Plain Layout
10777 \align center
10778 \begin_inset Tabular
10779 <lyxtabular version="3" rows="3" columns="3">
10780 <features>
10781 <column alignment="center" valignment="middle" width="2.5cm">
10782 <column alignment="center" valignment="middle" width="0">
10783 <column alignment="center" valignment="middle" width="0">
10784 <row>
10785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 líneas
10790 \begin_inset Newline linebreak
10791 \end_inset
10792
10793 múltiples
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 b
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 c
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 </row>
10817 <row>
10818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 d
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 e
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 f
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 </row>
10846 <row>
10847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 g
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 h
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 i
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 </row>
10875 </lyxtabular>
10876
10877 \end_inset
10878
10879
10880 \end_layout
10881
10882 \end_inset
10883
10884
10885 \end_layout
10886
10887 \begin_layout Standard
10888 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10889  párrafos con varias líneas y guionado.
10890 \end_layout
10891
10892 \begin_layout Standard
10893 Para generar la tabla
10894 \begin_inset space ~
10895 \end_inset
10896
10897
10898 \begin_inset CommandInset ref
10899 LatexCommand ref
10900 reference "tab:Tabla-con-múltiples"
10901
10902 \end_inset
10903
10904 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
10905  En el diálogo que surge establece una anchura de 2.5
10906 \begin_inset space \thinspace{}
10907 \end_inset
10908
10909 cm y escoge centro en alineación vertical y horizontal.
10910  La alineación vertical se utiliza para todas las celdas de la fila.
10911  Como nuestro texto es menor de 2.5
10912 \begin_inset space \thinspace{}
10913 \end_inset
10914
10915 cm, sólo aparece una línea.
10916  Para poner dos añadimos un salto de línea justificado, (atajo 
10917 \family sans
10918 Ctrl-Mayúsculas-Retorno
10919 \family default
10920 ).
10921  Si el texto es más ancho que la celda será automáticamente dividido en
10922  líneas.
10923 \end_layout
10924
10925 \begin_layout Standard
10926 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
10927  con guión si es la primera entrada.
10928  Por eso hay que insertar algo para que dicha palabra no sea la primera
10929  entrada: añade un espacio horizontal de 0
10930 \begin_inset space \thinspace{}
10931 \end_inset
10932
10933 pt delante de la palabra.
10934  Como el espacio es 0 la salida no cambia.
10935  El cuadro
10936 \begin_inset space ~
10937 \end_inset
10938
10939
10940 \begin_inset CommandInset ref
10941 LatexCommand ref
10942 reference "tab:Tabla-con-y"
10943
10944 \end_inset
10945
10946  muestra el efecto.
10947 \end_layout
10948
10949 \begin_layout Standard
10950 \begin_inset Float table
10951 placement b
10952 wide false
10953 sideways false
10954 status open
10955
10956 \begin_layout Plain Layout
10957 \begin_inset Caption
10958
10959 \begin_layout Plain Layout
10960 \begin_inset CommandInset label
10961 LatexCommand label
10962 name "tab:Tabla-con-y"
10963
10964 \end_inset
10965
10966 Tablas con y sin guión
10967 \end_layout
10968
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \begin_layout Plain Layout
10975 \begin_inset space \hfill{}
10976 \end_inset
10977
10978
10979 \begin_inset Tabular
10980 <lyxtabular version="3" rows="3" columns="3">
10981 <features>
10982 <column alignment="center" valignment="middle" width="2.5cm">
10983 <column alignment="center" valignment="middle" width="0">
10984 <column alignment="center" valignment="middle" width="0">
10985 <row>
10986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10987 \begin_inset Text
10988
10989 \begin_layout Plain Layout
10990 celdaconpalabramuylarga
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 b
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 c
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 d
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 e
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 f
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 <row>
11044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 g
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 h
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 i
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 </lyxtabular>
11073
11074 \end_inset
11075
11076
11077 \begin_inset space \hfill{}
11078 \end_inset
11079
11080
11081 \begin_inset Tabular
11082 <lyxtabular version="3" rows="3" columns="3">
11083 <features>
11084 <column alignment="center" valignment="middle" width="2.5cm">
11085 <column alignment="center" valignment="middle" width="0">
11086 <column alignment="center" valignment="middle" width="0">
11087 <row>
11088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 \begin_inset space \hspace{}
11093 \length 0pt
11094 \end_inset
11095
11096 celdaconpalabramuylarga
11097 \end_layout
11098
11099 \end_inset
11100 </cell>
11101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 b
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 c
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 d
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 e
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 f
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 </row>
11149 <row>
11150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 g
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 h
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 i
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 </lyxtabular>
11179
11180 \end_inset
11181
11182
11183 \begin_inset space \hfill{}
11184 \end_inset
11185
11186
11187 \end_layout
11188
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \begin_layout Subsection
11195 Multicolumnas
11196 \begin_inset CommandInset label
11197 LatexCommand label
11198 name "sub:Multicolumnas"
11199
11200 \end_inset
11201
11202
11203 \begin_inset Index
11204 status collapsed
11205
11206 \begin_layout Plain Layout
11207 Multicolumnas
11208 \end_layout
11209
11210 \end_inset
11211
11212
11213 \begin_inset Index
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217 Tablas ! Multicolumnas
11218 \end_layout
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Subsubsection
11226 Fundamentos de multicolumna
11227 \end_layout
11228
11229 \begin_layout Standard
11230 Para extender una celda sobre varias columnas, se marcan las celdas que
11231  se desee combinar y se usa el botón 
11232 \begin_inset Graphics
11233         filename ../../images/tabular-feature_multicolumn.png
11234         scale 85
11235
11236 \end_inset
11237
11238 , el menú 
11239 \family sans
11240 Editar\SpecialChar \menuseparator
11241 Tabla\SpecialChar \menuseparator
11242 Multicolumna
11243 \family default
11244 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11245  bajo la solapa 
11246 \family sans
11247 Configuración
11248 \family default
11249 , la casilla Multicolumna.
11250 \end_layout
11251
11252 \begin_layout Standard
11253 Las multicolumnas tienen su propia configuración de celdas.
11254  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11255  multicolumna.
11256  Aquí hay un ejemplo con una multicolumna en la primera fila y otra en la
11257  última fila sin borde superior:
11258 \end_layout
11259
11260 \begin_layout Standard
11261 \align center
11262 \begin_inset Tabular
11263 <lyxtabular version="3" rows="3" columns="4">
11264 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11265 <column alignment="center" valignment="top" width="0pt">
11266 <column alignment="center" valignment="middle" width="0">
11267 <column alignment="center" valignment="top" width="0in">
11268 <column alignment="center" valignment="top" width="0pt">
11269 <row>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 abc
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 def ghi
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 jkl
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 </row>
11307 <row>
11308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312
11313 \family roman
11314 \series medium
11315 \shape up
11316 \size normal
11317 \emph off
11318 \bar no
11319 \noun off
11320 \color none
11321 A
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 B
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339 C
11340 \end_layout
11341
11342 \end_inset
11343 </cell>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 D
11349 \end_layout
11350
11351 \end_inset
11352 </cell>
11353 </row>
11354 <row>
11355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 1
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 2
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 3
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 4
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 </lyxtabular>
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \begin_layout Subsubsection
11400 Cálculos en multicolumnas
11401 \begin_inset CommandInset label
11402 LatexCommand label
11403 name "sub:Cálculos-en-Multicolumnas"
11404
11405 \end_inset
11406
11407
11408 \begin_inset Index
11409 status collapsed
11410
11411 \begin_layout Plain Layout
11412 Multicolumnas ! Cálculos
11413 \end_layout
11414
11415 \end_inset
11416
11417
11418 \end_layout
11419
11420 \begin_layout Standard
11421 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11422  la anchura de celda de las columnas combinadas en la celda multicolumna.
11423 \end_layout
11424
11425 \begin_layout Standard
11426 \begin_inset Float table
11427 placement h
11428 wide false
11429 sideways false
11430 status open
11431
11432 \begin_layout Plain Layout
11433 \begin_inset Caption
11434
11435 \begin_layout Plain Layout
11436 \begin_inset CommandInset label
11437 LatexCommand label
11438 name "tab:Tabla-con-centrado"
11439
11440 \end_inset
11441
11442 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11443 te la mitad de anchura que la celda multicolumna
11444 \begin_inset OptArg
11445 status collapsed
11446
11447 \begin_layout Plain Layout
11448 Tabla multicolumna perfecta
11449 \end_layout
11450
11451 \end_inset
11452
11453
11454 \end_layout
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Plain Layout
11462 \align center
11463 \begin_inset Tabular
11464 <lyxtabular version="3" rows="3" columns="3">
11465 <features>
11466 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11467 <column alignment="center" valignment="middle" width="0">
11468 <column alignment="center" valignment="top" width="0">
11469 <row>
11470 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 multicolumna línea múltiple
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 c
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 </row>
11498 <row>
11499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 d
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 e
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 f
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 </row>
11527 <row>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 g
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11538 \begin_inset Text
11539
11540 \begin_layout Plain Layout
11541 h
11542 \end_layout
11543
11544 \end_inset
11545 </cell>
11546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 i
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 </row>
11556 </lyxtabular>
11557
11558 \end_inset
11559
11560
11561 \end_layout
11562
11563 \end_inset
11564
11565
11566 \end_layout
11567
11568 \begin_layout Standard
11569 Por ejemplo, para crear la tabla
11570 \begin_inset space ~
11571 \end_inset
11572
11573
11574 \begin_inset CommandInset ref
11575 LatexCommand ref
11576 reference "tab:Tabla-con-centrado"
11577
11578 \end_inset
11579
11580 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11581  clic-derecha.
11582  En el diálogo marca 
11583 \emph on
11584 multicolumna
11585 \emph default
11586
11587 \emph on
11588 alineación centro
11589 \emph default
11590  y una anchura de 2.5
11591 \begin_inset space \thinspace{}
11592 \end_inset
11593
11594 cm.
11595  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11596  de la celda multicolumna, así que deberías ajustar 1.25
11597 \begin_inset space \thinspace{}
11598 \end_inset
11599
11600 cm para la primera columna.
11601  La segunda columna tendrá entonces automáticamente 1.25
11602 \begin_inset space \thinspace{}
11603 \end_inset
11604
11605 cm de anchura.
11606  Para la tabla
11607 \begin_inset space ~
11608 \end_inset
11609
11610
11611 \begin_inset CommandInset ref
11612 LatexCommand ref
11613 reference "tab:Tabla-sin-mitad"
11614
11615 \end_inset
11616
11617  se ha procedido de la siguiente manera:
11618 \end_layout
11619
11620 \begin_layout Standard
11621 \begin_inset Float table
11622 wide false
11623 sideways false
11624 status open
11625
11626 \begin_layout Plain Layout
11627 \begin_inset Caption
11628
11629 \begin_layout Plain Layout
11630 \begin_inset CommandInset label
11631 LatexCommand label
11632 name "tab:Tabla-sin-mitad"
11633
11634 \end_inset
11635
11636 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11637  anchura que la celda multicolumna
11638 \begin_inset OptArg
11639 status open
11640
11641 \begin_layout Plain Layout
11642 Tabla multicolumna imperfecta
11643 \end_layout
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Plain Layout
11656 \align center
11657 \begin_inset Tabular
11658 <lyxtabular version="3" rows="3" columns="3">
11659 <features>
11660 <column alignment="center" valignment="top" width="1.25cm">
11661 <column alignment="center" valignment="top" width="0">
11662 <column alignment="center" valignment="top" width="0">
11663 <row>
11664 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 multicolumna línea múltiple
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 c
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 </row>
11692 <row>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 d
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 e
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715 f
11716 \end_layout
11717
11718 \end_inset
11719 </cell>
11720 </row>
11721 <row>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 g
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 h
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11741 \begin_inset Text
11742
11743 \begin_layout Plain Layout
11744 i
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 </lyxtabular>
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \end_inset
11758
11759
11760 \end_layout
11761
11762 \begin_layout Standard
11763 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11764 a, es un poco mayor.
11765  La razón es que la anchura dada para una celda 
11766 \begin_inset Formula $W_{g}$
11767 \end_inset
11768
11769  no es su anchura total 
11770 \begin_inset Formula $W_{\mathrm{tot}}$
11771 \end_inset
11772
11773  porque una celda es siempre algo mayor que la anchura dada.
11774  El apéndice
11775 \begin_inset space ~
11776 \end_inset
11777
11778
11779 \begin_inset CommandInset ref
11780 LatexCommand eqref
11781 reference "cha:Explicación-de-la-Ecuación"
11782
11783 \end_inset
11784
11785  lo explica con detalle.
11786 \end_layout
11787
11788 \begin_layout Standard
11789 La anchura dada necesaria, 
11790 \begin_inset Formula $W_{g\, n}$
11791 \end_inset
11792
11793  para combinar 
11794 \emph on
11795 n
11796 \emph default
11797  columnas puede calcularse de manera que cada columna tenga una anchura
11798  total de 
11799 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11800 \end_inset
11801
11802 :
11803 \begin_inset Formula \begin{equation}
11804 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11805
11806 \end_inset
11807
11808
11809 \end_layout
11810
11811 \begin_layout Standard
11812 En nuestro caso tenemos 
11813 \begin_inset Formula $n=2$
11814 \end_inset
11815
11816
11817 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11818 \end_inset
11819
11820
11821 \begin_inset space \thinspace{}
11822 \end_inset
11823
11824 cm y los valores predeterminados para longitudes, así la ecuación
11825 \begin_inset space ~
11826 \end_inset
11827
11828
11829 \begin_inset CommandInset ref
11830 LatexCommand ref
11831 reference "eq:Wgn"
11832
11833 \end_inset
11834
11835  queda
11836 \begin_inset Formula \begin{equation}
11837 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \begin_layout Standard
11845 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11846  
11847 \series bold
11848 calc
11849 \series default
11850  con la línea
11851 \begin_inset Index
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 LaTeX-paquetes ! calc
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \end_layout
11862
11863 \begin_layout Standard
11864
11865 \series bold
11866
11867 \backslash
11868 usepackage{calc}
11869 \end_layout
11870
11871 \begin_layout Standard
11872 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11873  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11874  He aquí un repaso de los argumentos:
11875 \end_layout
11876
11877 \begin_layout Itemize
11878
11879 \series bold
11880 p{ancho}
11881 \series default
11882  crea celdas con anchura fija, el texto alineado arriba
11883 \end_layout
11884
11885 \begin_layout Itemize
11886
11887 \series bold
11888 m{ancho}
11889 \series default
11890  crea celdas con anchura fija, el texto con alineación vertical centrada
11891  
11892 \end_layout
11893
11894 \begin_layout Itemize
11895
11896 \series bold
11897 b{ancho}
11898 \series default
11899  crea celdas con anchura fija, el texto alineado abajo
11900 \end_layout
11901
11902 \begin_layout Standard
11903 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
11904  en el diálogo se ignoran.
11905 \end_layout
11906
11907 \begin_layout Standard
11908 \begin_inset Note Greyedout
11909 status open
11910
11911 \begin_layout Plain Layout
11912
11913 \series bold
11914 Nota:
11915 \series default
11916  Debido a un error, LyX muestra de todas formas estas propiedades.
11917 \end_layout
11918
11919 \end_inset
11920
11921  
11922 \end_layout
11923
11924 \begin_layout Standard
11925 El comando 
11926 \series bold
11927
11928 \backslash
11929 centering
11930 \series default
11931  centra horizontalmente el texto.
11932  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
11933  columna extendida:
11934 \end_layout
11935
11936 \begin_layout Standard
11937
11938 \series bold
11939 >{
11940 \backslash
11941 centering}m{1.25cm-6.2pt}
11942 \end_layout
11943
11944 \begin_layout Standard
11945 El comando 
11946 \series bold
11947 >{ }
11948 \series default
11949  significa que los comandos entre llaves se aplican antes de crear la celda.
11950 \end_layout
11951
11952 \begin_layout Standard
11953 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
11954 , aún está alineado a la izquierda.
11955  Esto se debe a que LyX sólo aplica alineado a columnas simples.
11956  Así que para multicolumnas hemos de usar el argumento de LaTeX
11957 \end_layout
11958
11959 \begin_layout Standard
11960
11961 \series bold
11962 >{
11963 \backslash
11964 centering}m{2.5cm}
11965 \end_layout
11966
11967 \begin_layout Subsection
11968 Multifilas
11969 \begin_inset Index
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973 Multifilas
11974 \end_layout
11975
11976 \end_inset
11977
11978
11979 \begin_inset Index
11980 status collapsed
11981
11982 \begin_layout Plain Layout
11983 Tablas ! Multifilas
11984 \end_layout
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Standard
11992 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
11993  hace falta un poco de código TeX.
11994  Hay que cargar el paquete de LaTeX 
11995 \series bold
11996 multirow
11997 \series default
11998
11999 \begin_inset Index
12000 status collapsed
12001
12002 \begin_layout Plain Layout
12003 LaTeX-paquetes ! multirow
12004 \end_layout
12005
12006 \end_inset
12007
12008  en el preámbulo del documento con el comando
12009 \end_layout
12010
12011 \begin_layout Standard
12012
12013 \series bold
12014
12015 \backslash
12016 usepackage{multirow}
12017 \end_layout
12018
12019 \begin_layout Standard
12020 Las multifilas se crean con el comando
12021 \end_layout
12022
12023 \begin_layout Standard
12024
12025 \series bold
12026
12027 \backslash
12028 multirow{número de filas}{ancho de celda}{entrada de celda}
12029 \end_layout
12030
12031 \begin_layout Standard
12032 Para crear la siguiente tabla:
12033 \end_layout
12034
12035 \begin_layout Standard
12036 \align center
12037 \begin_inset ERT
12038 status collapsed
12039
12040 \begin_layout Plain Layout
12041
12042
12043 \backslash
12044 renewcommand{
12045 \backslash
12046 multirowsetup}{
12047 \backslash
12048 centering}
12049 \end_layout
12050
12051 \end_inset
12052
12053
12054 \begin_inset Tabular
12055 <lyxtabular version="3" rows="3" columns="3">
12056 <features>
12057 <column alignment="center" valignment="top" width="0">
12058 <column alignment="center" valignment="top" width="0">
12059 <column alignment="center" valignment="top" width="0">
12060 <row>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 a
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 b
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12080 \begin_inset Text
12081
12082 \begin_layout Plain Layout
12083 c
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 <row>
12090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094 \begin_inset ERT
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098
12099
12100 \backslash
12101 multirow{2}{2.5cm}{
12102 \end_layout
12103
12104 \end_inset
12105
12106 entrada multifila
12107 \begin_inset ERT
12108 status collapsed
12109
12110 \begin_layout Plain Layout
12111
12112 }
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12123 \begin_inset Text
12124
12125 \begin_layout Plain Layout
12126 e
12127 \end_layout
12128
12129 \end_inset
12130 </cell>
12131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12132 \begin_inset Text
12133
12134 \begin_layout Plain Layout
12135 f
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 h
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12161 \begin_inset Text
12162
12163 \begin_layout Plain Layout
12164 i
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 </lyxtabular>
12171
12172 \end_inset
12173
12174
12175 \begin_inset ERT
12176 status collapsed
12177
12178 \begin_layout Plain Layout
12179
12180
12181 \backslash
12182 renewcommand{
12183 \backslash
12184 multirowsetup}{
12185 \backslash
12186 raggedright}
12187 \end_layout
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Standard
12195 crea una tabla 3×3.
12196  Para quitar la línea sobre la última celda en la primera columna, se marca
12197  la celda como multicolumna y se quita el borde superior.
12198  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12199  ahí el comando
12200 \end_layout
12201
12202 \begin_layout Standard
12203
12204 \series bold
12205
12206 \backslash
12207 multirow{2}{2.5cm}{
12208 \end_layout
12209
12210 \begin_layout Standard
12211 en código TeX.
12212  Según los parámetros del comando la multifila se expande a dos filas y
12213  tiene de ancho 2.5
12214 \begin_inset space \thinspace{}
12215 \end_inset
12216
12217 cm.
12218  El contenido de la celda multifila sigue fuera del cuadro de código TeX
12219  y el comando finaliza con llave derecha 
12220 \series bold
12221 }
12222 \series default
12223  en otro cuadro de código TeX tras el texto.
12224 \end_layout
12225
12226 \begin_layout Standard
12227
12228 \series bold
12229
12230 \backslash
12231 multirow
12232 \series default
12233  alinea su contenido a la izquierda por omisión.
12234  Para cambiarlo renombra el comando 
12235 \series bold
12236
12237 \backslash
12238 multirowsetup
12239 \series default
12240  con el comando
12241 \end_layout
12242
12243 \begin_layout Standard
12244
12245 \series bold
12246
12247 \backslash
12248 renewcommand{
12249 \backslash
12250 multirowsetup}{
12251 \backslash
12252 centering}
12253 \end_layout
12254
12255 \begin_layout Standard
12256 en el preámbulo del documento.
12257  Entonces se centran todas las entradas de celdas multifila en el documento.
12258  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12259  en código TeX justo antes de la tabla en lugar de en el preámbulo.
12260  Si el texto debe estar alineado a la derecha, reemplaza 
12261 \series bold
12262
12263 \backslash
12264 centering
12265 \series default
12266  por 
12267 \series bold
12268
12269 \backslash
12270 raggedleft
12271 \series default
12272 .
12273  Para volver a alineado a la izquierda usa 
12274 \series bold
12275
12276 \backslash
12277 raggedright
12278 \series default
12279 .
12280 \end_layout
12281
12282 \begin_layout Section
12283 Tablas formales
12284 \begin_inset CommandInset label
12285 LatexCommand label
12286 name "sec:Tablas-Formales"
12287
12288 \end_inset
12289
12290
12291 \begin_inset Index
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295 Tablas Formales
12296 \end_layout
12297
12298 \end_inset
12299
12300
12301 \begin_inset Index
12302 status collapsed
12303
12304 \begin_layout Plain Layout
12305 Tablas ! Estilo formal
12306 \end_layout
12307
12308 \end_inset
12309
12310  
12311 \end_layout
12312
12313 \begin_layout Standard
12314 En los libros, las tablas se suelen presentar en un formato como el de la
12315  tabla 
12316 \begin_inset space ~
12317 \end_inset
12318
12319
12320 \begin_inset CommandInset ref
12321 LatexCommand ref
12322 reference "tab:Ejemplo-tabla-formal"
12323
12324 \end_inset
12325
12326 .
12327  Se denominan tablas 
12328 \emph on
12329 formales
12330 \emph default
12331 .
12332  Para hacer tablas con este diseño, elige 
12333 \family sans
12334 Estilo
12335 \family default
12336
12337 \begin_inset space ~
12338 \end_inset
12339
12340
12341 \family sans
12342 Formal
12343 \family default
12344  en la solapa 
12345 \family sans
12346 Bordes
12347 \family default
12348  del cuadro de diálogo de tablas.
12349 \end_layout
12350
12351 \begin_layout Standard
12352 \begin_inset Float table
12353 placement h
12354 wide false
12355 sideways false
12356 status open
12357
12358 \begin_layout Plain Layout
12359 \begin_inset Caption
12360
12361 \begin_layout Plain Layout
12362 \begin_inset CommandInset label
12363 LatexCommand label
12364 name "tab:Ejemplo-tabla-formal"
12365
12366 \end_inset
12367
12368 Ejemplo de tabla formal
12369 \end_layout
12370
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \begin_layout Plain Layout
12377 \align center
12378 \begin_inset Tabular
12379 <lyxtabular version="3" rows="8" columns="4">
12380 <features booktabs="true">
12381 <column alignment="center" valignment="top" width="0">
12382 <column alignment="center" valignment="top" width="0">
12383 <column alignment="center" valignment="top" width="0">
12384 <column alignment="center" valignment="top" width="0">
12385 <row>
12386 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12387 \begin_inset Text
12388
12389 \begin_layout Plain Layout
12390 System
12391 \end_layout
12392
12393 \end_inset
12394 </cell>
12395 <cell alignment="center" valignment="top" topline="true" usebox="none">
12396 \begin_inset Text
12397
12398 \begin_layout Plain Layout
12399 Medipix
12400 \begin_inset space \thinspace{}
12401 \end_inset
12402
12403 1
12404 \end_layout
12405
12406 \end_inset
12407 </cell>
12408 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12409 \begin_inset Text
12410
12411 \begin_layout Plain Layout
12412 Medipix
12413 \begin_inset space \thinspace{}
12414 \end_inset
12415
12416 2
12417 \end_layout
12418
12419 \end_inset
12420 </cell>
12421 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12422 \begin_inset Text
12423
12424 \begin_layout Plain Layout
12425
12426 \end_layout
12427
12428 \end_inset
12429 </cell>
12430 </row>
12431 <row>
12432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12433 \begin_inset Text
12434
12435 \begin_layout Plain Layout
12436 \begin_inset ERT
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440
12441
12442 \backslash
12443 cmidrule(r){2-2}
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \begin_inset ERT
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453
12454
12455 \backslash
12456 cmidrule(l){3-4}
12457 \end_layout
12458
12459 \end_inset
12460
12461 Detector thickness [µm]
12462 \end_layout
12463
12464 \end_inset
12465 </cell>
12466 <cell alignment="center" valignment="top" usebox="none">
12467 \begin_inset Text
12468
12469 \begin_layout Plain Layout
12470 300
12471 \end_layout
12472
12473 \end_inset
12474 </cell>
12475 <cell alignment="center" valignment="top" usebox="none">
12476 \begin_inset Text
12477
12478 \begin_layout Plain Layout
12479 300
12480 \end_layout
12481
12482 \end_inset
12483 </cell>
12484 <cell alignment="center" valignment="top" usebox="none">
12485 \begin_inset Text
12486
12487 \begin_layout Plain Layout
12488 700
12489 \end_layout
12490
12491 \end_inset
12492 </cell>
12493 </row>
12494 <row>
12495 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 Edge angle [°]
12500 \end_layout
12501
12502 \end_inset
12503 </cell>
12504 <cell alignment="center" valignment="top" topline="true" usebox="none">
12505 \begin_inset Text
12506
12507 \begin_layout Plain Layout
12508 3.55
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517 2.71
12518 \end_layout
12519
12520 \end_inset
12521 </cell>
12522 <cell alignment="center" valignment="top" topline="true" usebox="none">
12523 \begin_inset Text
12524
12525 \begin_layout Plain Layout
12526 7.99
12527 \end_layout
12528
12529 \end_inset
12530 </cell>
12531 </row>
12532 <row topspace="default">
12533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12534 \begin_inset Text
12535
12536 \begin_layout Plain Layout
12537 Spatial resolution [µm]
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell alignment="center" valignment="top" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 4.26
12547 \end_layout
12548
12549 \end_inset
12550 </cell>
12551 <cell alignment="center" valignment="top" usebox="none">
12552 \begin_inset Text
12553
12554 \begin_layout Plain Layout
12555 10.17
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 10.56
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row topspace="default">
12571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 MTF at 
12576 \begin_inset Formula $f_{\mathrm{max}}$
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 0.53
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 <cell alignment="center" valignment="top" usebox="none">
12594 \begin_inset Text
12595
12596 \begin_layout Plain Layout
12597 0.37
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 <cell alignment="center" valignment="top" usebox="none">
12603 \begin_inset Text
12604
12605 \begin_layout Plain Layout
12606 0.39
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 </row>
12612 <row topspace="default">
12613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 \begin_inset ERT
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621
12622
12623 \backslash
12624 cmidrule(l{10pt}){1-1}
12625 \end_layout
12626
12627 \end_inset
12628
12629 LSF-spatial resolution
12630 \end_layout
12631
12632 \end_inset
12633 </cell>
12634 <cell alignment="center" valignment="top" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 in µm
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 129.7
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 52.75
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 <cell alignment="center" valignment="top" usebox="none">
12691 \begin_inset Text
12692
12693 \begin_layout Plain Layout
12694 50.78
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 </row>
12700 <row>
12701 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 in % of pixel size
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 76.3
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12720 \begin_inset Text
12721
12722 \begin_layout Plain Layout
12723 95.9
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 92.3
12733 \end_layout
12734
12735 \end_inset
12736 </cell>
12737 </row>
12738 </lyxtabular>
12739
12740 \end_inset
12741
12742
12743 \end_layout
12744
12745 \end_inset
12746
12747
12748 \end_layout
12749
12750 \begin_layout Standard
12751 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12752  correspondientes que se encuentran en la solapa 
12753 \family sans
12754 Bordes 
12755 \family default
12756 del diálogo
12757 \family sans
12758  Configuración
12759 \begin_inset space ~
12760 \end_inset
12761
12762 de
12763 \begin_inset space ~
12764 \end_inset
12765
12766 la
12767 \begin_inset space ~
12768 \end_inset
12769
12770 tabla
12771 \family default
12772 , como se explica en la sección
12773 \begin_inset space ~
12774 \end_inset
12775
12776
12777 \begin_inset CommandInset ref
12778 LatexCommand ref
12779 reference "sub:Espacio-adicional"
12780
12781 \end_inset
12782
12783
12784 \end_layout
12785
12786 \begin_layout Standard
12787 A diferencia de las tablas normales, las tablas formales no tienen líneas
12788  verticales.
12789  Las líneas horizontales se pueden poner o no como en las tablas normales,
12790  pero en la salida se mostrarán con distinto grosor:
12791 \begin_inset Newline newline
12792 \end_inset
12793
12794 Las líneas primera y última tienen un grosor predeterminado de 0.08
12795 \begin_inset space \thinspace{}
12796 \end_inset
12797
12798 em, las demás tienen un grosor predeterminado de 0.05
12799 \begin_inset space \thinspace{}
12800 \end_inset
12801
12802 em.
12803 \end_layout
12804
12805 \begin_layout Standard
12806 Estos valores predeterminados se pueden cambiar
12807 \series bold
12808  
12809 \series default
12810 con las líneas de preámbulo:
12811 \end_layout
12812
12813 \begin_layout Standard
12814
12815 \series bold
12816
12817 \backslash
12818 let
12819 \backslash
12820 mytoprule
12821 \backslash
12822 toprule
12823 \begin_inset Newline newline
12824 \end_inset
12825
12826
12827 \backslash
12828 renewcommand{
12829 \backslash
12830 toprule}{
12831 \backslash
12832 mytoprule[grosor]}
12833 \end_layout
12834
12835 \begin_layout Standard
12836 Este ejemplo es para la primera línea, la denominada 
12837 \series bold
12838 toprule
12839 \series default
12840 .
12841  Si quieres cambiar el grosor de la última línea, reemplaza 
12842 \series bold
12843 toprule
12844 \series default
12845  por 
12846 \series bold
12847 bottomrule
12848 \series default
12849 .
12850  Y para cambiar el grosor de las demás líneas cambia 
12851 \series bold
12852 toprule
12853 \series default
12854  por 
12855 \series bold
12856 midrule
12857 \series default
12858 .
12859  Puedes usar cualquiera de las unidades listadas en el apéndice
12860 \begin_inset space ~
12861 \end_inset
12862
12863
12864 \begin_inset CommandInset ref
12865 LatexCommand ref
12866 reference "cha:Unidades-disponibles-en"
12867
12868 \end_inset
12869
12870  para establecer el grosor.
12871 \end_layout
12872
12873 \begin_layout Standard
12874 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12875  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12876  LyX empleará internamente el comando 
12877 \series bold
12878
12879 \backslash
12880 cmidrule
12881 \series default
12882  para dibujar la línea.
12883  El esquema completo es
12884 \end_layout
12885
12886 \begin_layout Standard
12887
12888 \series bold
12889
12890 \backslash
12891 cmidrule[grosor](recorte){inicol-fincol}
12892 \end_layout
12893
12894 \begin_layout Standard
12895 Por el momento, LyX no soporta las opciones de 
12896 \series bold
12897
12898 \backslash
12899 cmidrule
12900 \series default
12901 , así que para usarlas hay que emplear código TeX.
12902  Las líneas 
12903 \series bold
12904
12905 \backslash
12906 cmidrule
12907 \series default
12908  se pueden insertar manualmente con el comando en código TeX como primera
12909  entrada de la primera celda de una fila.
12910  En la salida se dibujará la línea sobre dicha fila.
12911 \end_layout
12912
12913 \begin_layout Standard
12914 El grosor predeterminado es 0.03
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 em.
12919  
12920 \series bold
12921 inicol
12922 \series default
12923  es el número de la columna en la que comienza la línea y 
12924 \series bold
12925 fincol
12926 \series default
12927  es el número de la columna en la que acaba la línea.
12928  El valor 
12929 \series bold
12930 fincol
12931 \series default
12932  debe especificarse siempre, aunque la línea se extienda sobre una sola
12933  columna.
12934  El parámetro opcional 
12935 \series bold
12936 recorte
12937 \series default
12938  debe ser 
12939 \emph on
12940 l{recorte}
12941 \emph default
12942  o 
12943 \emph on
12944 r{recorte}
12945 \emph default
12946 , donde 
12947 \emph on
12948 recorte
12949 \emph default
12950  también es opcional.
12951  Por ejemplo, el parámetro 
12952 \emph on
12953 l{2pt}
12954 \emph default
12955  significa que la línea se recorta 2
12956 \begin_inset space \thinspace{}
12957 \end_inset
12958
12959 pt por su izquierda.
12960  Si no se especifica el tamaño  las líneas se recortan por omisión en 0.5
12961 \begin_inset space \thinspace{}
12962 \end_inset
12963
12964 em.
12965
12966 \series bold
12967  
12968 \end_layout
12969
12970 \begin_layout Standard
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 \begin_inset VSpace bigskip
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Standard
12982 La tabla
12983 \begin_inset space ~
12984 \end_inset
12985
12986
12987 \begin_inset CommandInset ref
12988 LatexCommand ref
12989 reference "tab:Ejemplo-tabla-formal"
12990
12991 \end_inset
12992
12993  se ha creado con los comandos
12994 \end_layout
12995
12996 \begin_layout Standard
12997
12998 \series bold
12999
13000 \backslash
13001 cmidrule(r){2-2}
13002 \backslash
13003 cmidrule(l){3-4}
13004 \end_layout
13005
13006 \begin_layout Standard
13007 en la segunda fila, 
13008 \series bold
13009
13010 \backslash
13011 midrule
13012 \series default
13013  en la tercera, y
13014 \end_layout
13015
13016 \begin_layout Standard
13017
13018 \series bold
13019
13020 \backslash
13021 cmidrule(l{10pt}){1-1}
13022 \end_layout
13023
13024 \begin_layout Standard
13025 en la sexta fila.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 \begin_inset VSpace bigskip
13030 \end_inset
13031
13032
13033 \end_layout
13034
13035 \begin_layout Standard
13036 Quizá quieras superponer líneas 
13037 \series bold
13038
13039 \backslash
13040 cmidrules
13041 \series default
13042  como en la tabla
13043 \begin_inset space ~
13044 \end_inset
13045
13046
13047 \begin_inset CommandInset ref
13048 LatexCommand ref
13049 reference "tab:Tabla-formal-especial"
13050
13051 \end_inset
13052
13053 .
13054  Esto se consigue con el comando en código TeX
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 morecmidrules
13063 \end_layout
13064
13065 \begin_layout Standard
13066 El comando que se ha utilizado para la segunda fila de la tabla
13067 \begin_inset space ~
13068 \end_inset
13069
13070
13071 \begin_inset CommandInset ref
13072 LatexCommand ref
13073 reference "tab:Tabla-formal-especial"
13074
13075 \end_inset
13076
13077  es
13078 \end_layout
13079
13080 \begin_layout Standard
13081
13082 \series bold
13083
13084 \backslash
13085 cmidrule(r){2-2}
13086 \backslash
13087 cmidrule(l){3-4}
13088 \backslash
13089 morecmidrules
13090 \backslash
13091 cmidrule{2-4}
13092 \end_layout
13093
13094 \begin_layout Standard
13095 El comando para la sexta fila es
13096 \end_layout
13097
13098 \begin_layout Standard
13099
13100 \series bold
13101
13102 \backslash
13103 midrule
13104 \backslash
13105 morecmidrules
13106 \backslash
13107 cmidrule{3-4}
13108 \series default
13109
13110 \begin_inset VSpace bigskip
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \begin_layout Standard
13117 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13118  el siguiente comando para dibujar líneas que se extienden sobre todas las
13119  columnas
13120 \end_layout
13121
13122 \begin_layout Standard
13123
13124 \series bold
13125
13126 \backslash
13127 specialrule{anchura}{espacio superior}{espacio inferior}
13128 \end_layout
13129
13130 \begin_layout Standard
13131 Para más información sobre estas características especiales, acude al manual
13132  del paquete LaTeX 
13133 \series bold
13134 booktabs
13135 \series default
13136
13137 \begin_inset CommandInset citation
13138 LatexCommand cite
13139 key "booktabs"
13140
13141 \end_inset
13142
13143 .
13144 \begin_inset Index
13145 status collapsed
13146
13147 \begin_layout Plain Layout
13148 LaTeX-paquetes ! booktabs
13149 \end_layout
13150
13151 \end_inset
13152
13153  
13154 \begin_inset VSpace bigskip
13155 \end_inset
13156
13157
13158 \end_layout
13159
13160 \begin_layout Standard
13161 \begin_inset Float table
13162 placement h
13163 wide false
13164 sideways false
13165 status open
13166
13167 \begin_layout Plain Layout
13168 \begin_inset Caption
13169
13170 \begin_layout Plain Layout
13171 \begin_inset CommandInset label
13172 LatexCommand label
13173 name "tab:Tabla-formal-especial"
13174
13175 \end_inset
13176
13177 Tabla formal especial
13178 \end_layout
13179
13180 \end_inset
13181
13182
13183 \end_layout
13184
13185 \begin_layout Plain Layout
13186 \align center
13187 \begin_inset Tabular
13188 <lyxtabular version="3" rows="8" columns="4">
13189 <features booktabs="true">
13190 <column alignment="center" valignment="top" width="0">
13191 <column alignment="center" valignment="top" width="0">
13192 <column alignment="center" valignment="top" width="0">
13193 <column alignment="center" valignment="top" width="0">
13194 <row>
13195 <cell alignment="center" valignment="top" topline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Plain Layout
13199 System
13200 \end_layout
13201
13202 \end_inset
13203 </cell>
13204 <cell alignment="center" valignment="top" topline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 Medipix
13209 \begin_inset space \thinspace{}
13210 \end_inset
13211
13212 1
13213 \end_layout
13214
13215 \end_inset
13216 </cell>
13217 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13218 \begin_inset Text
13219
13220 \begin_layout Plain Layout
13221 Medipix
13222 \begin_inset space \thinspace{}
13223 \end_inset
13224
13225 2
13226 \end_layout
13227
13228 \end_inset
13229 </cell>
13230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13231 \begin_inset Text
13232
13233 \begin_layout Plain Layout
13234
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 </row>
13240 <row>
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249
13250
13251 \backslash
13252 cmidrule(r){2-2}
13253 \end_layout
13254
13255 \end_inset
13256
13257
13258 \begin_inset ERT
13259 status collapsed
13260
13261 \begin_layout Plain Layout
13262
13263
13264 \backslash
13265 cmidrule(l){3-4}
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \begin_inset ERT
13272 status collapsed
13273
13274 \begin_layout Plain Layout
13275
13276
13277 \backslash
13278 morecmidrules 
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \begin_inset ERT
13285 status collapsed
13286
13287 \begin_layout Plain Layout
13288
13289
13290 \backslash
13291 cmidrule{2-4}
13292 \end_layout
13293
13294 \end_inset
13295
13296 Detector thickness [µm]
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 <cell alignment="center" valignment="top" usebox="none">
13302 \begin_inset Text
13303
13304 \begin_layout Plain Layout
13305 300
13306 \end_layout
13307
13308 \end_inset
13309 </cell>
13310 <cell alignment="center" valignment="top" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 300
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 700
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 </row>
13329 <row>
13330 <cell alignment="center" valignment="top" topline="true" usebox="none">
13331 \begin_inset Text
13332
13333 \begin_layout Plain Layout
13334 Edge angle [°]
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Plain Layout
13343 3.55
13344 \end_layout
13345
13346 \end_inset
13347 </cell>
13348 <cell alignment="center" valignment="top" topline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 2.71
13353 \end_layout
13354
13355 \end_inset
13356 </cell>
13357 <cell alignment="center" valignment="top" topline="true" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 7.99
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 </row>
13367 <row topspace="default">
13368 <cell alignment="center" valignment="top" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 Spatial resolution [µm]
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 4.26
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell alignment="center" valignment="top" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 10.17
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 10.56
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row topspace="default">
13406 <cell alignment="center" valignment="top" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 MTF at 
13411 \begin_inset Formula $f_{\mathrm{max}}$
13412 \end_inset
13413
13414
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 0.53
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 0.37
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 0.39
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row>
13448 <cell alignment="center" valignment="top" topline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 \begin_inset ERT
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456
13457
13458 \backslash
13459 morecmidrules 
13460 \end_layout
13461
13462 \end_inset
13463
13464
13465 \begin_inset ERT
13466 status collapsed
13467
13468 \begin_layout Plain Layout
13469
13470
13471 \backslash
13472 cmidrule{3-4}
13473 \end_layout
13474
13475 \end_inset
13476
13477 LSF-spatial resolution
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 <cell alignment="center" valignment="top" topline="true" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495
13496 \end_layout
13497
13498 \end_inset
13499 </cell>
13500 <cell alignment="center" valignment="top" topline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \end_layout
13506
13507 \end_inset
13508 </cell>
13509 </row>
13510 <row>
13511 <cell alignment="center" valignment="top" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 in µm
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 <cell alignment="center" valignment="top" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 129.7
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 52.75
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 <cell alignment="center" valignment="top" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 50.78
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 </row>
13548 <row>
13549 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13550 \begin_inset Text
13551
13552 \begin_layout Plain Layout
13553 in % of pixel size
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562 76.3
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 95.9
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580 92.3
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 </row>
13586 </lyxtabular>
13587
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Section
13599 Alineación vertical de tablas
13600 \begin_inset Index
13601 status collapsed
13602
13603 \begin_layout Plain Layout
13604 Tablas ! Alineación vertical
13605 \end_layout
13606
13607 \end_inset
13608
13609
13610 \end_layout
13611
13612 \begin_layout Standard
13613 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13614  en un cuadro.
13615  Entonces el cuadro se puede alinear verticalmente como se describe en la
13616  sección
13617 \begin_inset space ~
13618 \end_inset
13619
13620
13621 \begin_inset CommandInset ref
13622 LatexCommand ref
13623 reference "sec:Diálogo-Cuadros"
13624
13625 \end_inset
13626
13627 .
13628  
13629 \end_layout
13630
13631 \begin_layout Standard
13632 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13633 \begin_inset Foot
13634 status collapsed
13635
13636 \begin_layout Plain Layout
13637 Las minipáginas se describen en la sección
13638 \begin_inset space ~
13639 \end_inset
13640
13641
13642 \begin_inset CommandInset ref
13643 LatexCommand ref
13644 reference "sec:Minipáginas"
13645
13646 \end_inset
13647
13648 .
13649 \end_layout
13650
13651 \end_inset
13652
13653  que tiene una anchura del 15
13654 \begin_inset space \thinspace{}
13655 \end_inset
13656
13657 % de columna:
13658 \end_layout
13659
13660 \begin_layout Itemize
13661 test 
13662 \begin_inset Box Frameless
13663 position "t"
13664 hor_pos "c"
13665 has_inner_box 1
13666 inner_pos "c"
13667 use_parbox 0
13668 width "15col%"
13669 special "none"
13670 height "1in"
13671 height_special "totalheight"
13672 status collapsed
13673
13674 \begin_layout Plain Layout
13675 \begin_inset Tabular
13676 <lyxtabular version="3" rows="3" columns="3">
13677 <features>
13678 <column alignment="center" valignment="top" width="0">
13679 <column alignment="center" valignment="top" width="0">
13680 <column alignment="center" valignment="top" width="0">
13681 <row>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 a
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 d
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13701 \begin_inset Text
13702
13703 \begin_layout Plain Layout
13704 g
13705 \end_layout
13706
13707 \end_inset
13708 </cell>
13709 </row>
13710 <row>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Plain Layout
13715 b
13716 \end_layout
13717
13718 \end_inset
13719 </cell>
13720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13721 \begin_inset Text
13722
13723 \begin_layout Plain Layout
13724 e
13725 \end_layout
13726
13727 \end_inset
13728 </cell>
13729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13730 \begin_inset Text
13731
13732 \begin_layout Plain Layout
13733 h
13734 \end_layout
13735
13736 \end_inset
13737 </cell>
13738 </row>
13739 <row>
13740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 c
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 f
13754 \end_layout
13755
13756 \end_inset
13757 </cell>
13758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13759 \begin_inset Text
13760
13761 \begin_layout Plain Layout
13762 i
13763 \end_layout
13764
13765 \end_inset
13766 </cell>
13767 </row>
13768 </lyxtabular>
13769
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \end_inset
13776
13777  test 
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783
13784 \backslash
13785 raisebox{0.85
13786 \backslash
13787 baselineskip}{
13788 \end_layout
13789
13790 \end_inset
13791
13792
13793 \begin_inset Box Frameless
13794 position "t"
13795 hor_pos "c"
13796 has_inner_box 1
13797 inner_pos "c"
13798 use_parbox 0
13799 width "15col%"
13800 special "none"
13801 height "1in"
13802 height_special "totalheight"
13803 status collapsed
13804
13805 \begin_layout Plain Layout
13806 \begin_inset Tabular
13807 <lyxtabular version="3" rows="3" columns="3">
13808 <features>
13809 <column alignment="center" valignment="top" width="0">
13810 <column alignment="center" valignment="top" width="0">
13811 <column alignment="center" valignment="top" width="0">
13812 <row>
13813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 a
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 d
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 g
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 <row>
13842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 b
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 e
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 h
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 </row>
13870 <row>
13871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13872 \begin_inset Text
13873
13874 \begin_layout Plain Layout
13875 c
13876 \end_layout
13877
13878 \end_inset
13879 </cell>
13880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13881 \begin_inset Text
13882
13883 \begin_layout Plain Layout
13884 f
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13890 \begin_inset Text
13891
13892 \begin_layout Plain Layout
13893 i
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 </row>
13899 </lyxtabular>
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \begin_inset ERT
13910 status collapsed
13911
13912 \begin_layout Plain Layout
13913
13914 }
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \begin_layout Itemize
13923 test 
13924 \begin_inset Box Frameless
13925 position "c"
13926 hor_pos "c"
13927 has_inner_box 1
13928 inner_pos "c"
13929 use_parbox 0
13930 width "15col%"
13931 special "none"
13932 height "1in"
13933 height_special "totalheight"
13934 status collapsed
13935
13936 \begin_layout Plain Layout
13937 \begin_inset Tabular
13938 <lyxtabular version="3" rows="3" columns="3">
13939 <features>
13940 <column alignment="center" valignment="top" width="0">
13941 <column alignment="center" valignment="top" width="0">
13942 <column alignment="center" valignment="top" width="0">
13943 <row>
13944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 a
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 d
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 g
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 <row>
13973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13974 \begin_inset Text
13975
13976 \begin_layout Plain Layout
13977 b
13978 \end_layout
13979
13980 \end_inset
13981 </cell>
13982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13983 \begin_inset Text
13984
13985 \begin_layout Plain Layout
13986 e
13987 \end_layout
13988
13989 \end_inset
13990 </cell>
13991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 h
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 </row>
14001 <row>
14002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006 c
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 f
14016 \end_layout
14017
14018 \end_inset
14019 </cell>
14020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024 i
14025 \end_layout
14026
14027 \end_inset
14028 </cell>
14029 </row>
14030 </lyxtabular>
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Itemize
14043 test 
14044 \begin_inset Box Frameless
14045 position "b"
14046 hor_pos "c"
14047 has_inner_box 1
14048 inner_pos "c"
14049 use_parbox 0
14050 width "15col%"
14051 special "none"
14052 height "1in"
14053 height_special "totalheight"
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 \begin_inset Tabular
14058 <lyxtabular version="3" rows="3" columns="3">
14059 <features>
14060 <column alignment="center" valignment="top" width="0">
14061 <column alignment="center" valignment="top" width="0">
14062 <column alignment="center" valignment="top" width="0">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 a
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 d
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 g
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 <row>
14093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 b
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 e
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 h
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 </row>
14121 <row>
14122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 c
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 f
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 i
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 </row>
14150 </lyxtabular>
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \end_inset
14158
14159  test 
14160 \begin_inset ERT
14161 status collapsed
14162
14163 \begin_layout Plain Layout
14164
14165
14166 \backslash
14167 raisebox{-0.32
14168 \backslash
14169 baselineskip}{
14170 \end_layout
14171
14172 \end_inset
14173
14174
14175 \begin_inset Box Frameless
14176 position "b"
14177 hor_pos "c"
14178 has_inner_box 1
14179 inner_pos "c"
14180 use_parbox 0
14181 width "15col%"
14182 special "none"
14183 height "1in"
14184 height_special "totalheight"
14185 status collapsed
14186
14187 \begin_layout Plain Layout
14188 \begin_inset Tabular
14189 <lyxtabular version="3" rows="3" columns="3">
14190 <features>
14191 <column alignment="center" valignment="top" width="0">
14192 <column alignment="center" valignment="top" width="0">
14193 <column alignment="center" valignment="top" width="0">
14194 <row>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 a
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 d
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 g
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 </row>
14223 <row>
14224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14225 \begin_inset Text
14226
14227 \begin_layout Plain Layout
14228 b
14229 \end_layout
14230
14231 \end_inset
14232 </cell>
14233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14234 \begin_inset Text
14235
14236 \begin_layout Plain Layout
14237 e
14238 \end_layout
14239
14240 \end_inset
14241 </cell>
14242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 h
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 </row>
14252 <row>
14253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14254 \begin_inset Text
14255
14256 \begin_layout Plain Layout
14257 c
14258 \end_layout
14259
14260 \end_inset
14261 </cell>
14262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14263 \begin_inset Text
14264
14265 \begin_layout Plain Layout
14266 f
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275 i
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 </row>
14281 </lyxtabular>
14282
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \begin_inset ERT
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295
14296 }
14297 \end_layout
14298
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Como ves, los contenidos de la primera y última filas no se alinean correctament
14306 e con la línea de texto donde está la tabla.
14307  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14308  un cuadro elevado («raisebox»
14309 \begin_inset Foot
14310 status collapsed
14311
14312 \begin_layout Plain Layout
14313 El uso del comando 
14314 \series bold
14315
14316 \backslash
14317 raisebox
14318 \series default
14319  se explica en la sección
14320 \begin_inset space ~
14321 \end_inset
14322
14323
14324 \begin_inset CommandInset ref
14325 LatexCommand ref
14326 reference "sub:Alineación-Vertical"
14327
14328 \end_inset
14329
14330 .
14331 \end_layout
14332
14333 \end_inset
14334
14335 ).
14336  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14337  usando el comando en código TeX
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 raisebox{0.85
14346 \backslash
14347 baselineskip}{
14348 \end_layout
14349
14350 \begin_layout Standard
14351 antes del cuadro.
14352  Tras él, se pone la llave de cierre 
14353 \series bold
14354 }
14355 \series default
14356  también en código TeX.
14357  Para la segunda tabla en el tercer ítem se usa el comando 
14358 \end_layout
14359
14360 \begin_layout Standard
14361
14362 \series bold
14363
14364 \backslash
14365 raisebox{-0.32
14366 \backslash
14367 baselineskip}{
14368 \end_layout
14369
14370 \begin_layout Standard
14371 \begin_inset Note Greyedout
14372 status open
14373
14374 \begin_layout Plain Layout
14375
14376 \series bold
14377 Not
14378 \series default
14379 a: La alineación del contenido de la fila con la línea del texto adyacente
14380  no es exacta.
14381  El factor necesario del comando 
14382 \series bold
14383
14384 \backslash
14385 raisebox
14386 \series default
14387  para este alineamiento depende de la fuente del documento, del tamaño de
14388  la fuente y del grosor de línea de la tabla.
14389 \end_layout
14390
14391 \end_inset
14392
14393
14394 \end_layout
14395
14396 \begin_layout Section
14397 Tablas coloreadas
14398 \begin_inset CommandInset label
14399 LatexCommand label
14400 name "sec:Tablas-Coloreadas"
14401
14402 \end_inset
14403
14404
14405 \begin_inset Index
14406 status collapsed
14407
14408 \begin_layout Plain Layout
14409 Tablas ! Coloreadas
14410 \end_layout
14411
14412 \end_inset
14413
14414
14415 \end_layout
14416
14417 \begin_layout Subsection
14418 Celdas coloreadas
14419 \begin_inset Index
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423 Tablas coloreadas ! Celdas
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \begin_inset Index
14430 status collapsed
14431
14432 \begin_layout Plain Layout
14433 Color ! en celdas de tablas
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \begin_layout Standard
14442 \begin_inset Float table
14443 placement h
14444 wide false
14445 sideways false
14446 status open
14447
14448 \begin_layout Plain Layout
14449 \begin_inset Caption
14450
14451 \begin_layout Plain Layout
14452 \begin_inset CommandInset label
14453 LatexCommand label
14454 name "tab:Tabla-coloreada-sin"
14455
14456 \end_inset
14457
14458 Tabla coloreada sin usar el paquete 
14459 \series bold
14460 colortbl
14461 \series default
14462
14463 \begin_inset OptArg
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467 Tabla sin colortbl
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Plain Layout
14481 \align center
14482 \begin_inset Tabular
14483 <lyxtabular version="3" rows="3" columns="3">
14484 <features>
14485 <column alignment="center" valignment="top" width="0">
14486 <column alignment="center" valignment="top" width="0">
14487 <column alignment="center" valignment="top" width="0">
14488 <row>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493
14494 \color green
14495 a
14496 \end_layout
14497
14498 \end_inset
14499 </cell>
14500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504
14505 \color red
14506 b
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515
14516 \color red
14517 c
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row>
14524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528
14529 \color green
14530 d
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539
14540 \color blue
14541 e
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550
14551 \color blue
14552 f
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 </row>
14558 <row>
14559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563
14564 \color green
14565 g
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \color blue
14576 h
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585
14586 \color blue
14587 i
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 </row>
14593 </lyxtabular>
14594
14595 \end_inset
14596
14597
14598 \end_layout
14599
14600 \end_inset
14601
14602
14603 \end_layout
14604
14605 \begin_layout Standard
14606 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14607  el menú 
14608 \family sans
14609 Editar\SpecialChar \menuseparator
14610 Estilo
14611 \begin_inset space ~
14612 \end_inset
14613
14614 del
14615 \begin_inset space ~
14616 \end_inset
14617
14618 Texto
14619 \family default
14620 .
14621  Esto se ha hecho en la tabla
14622 \begin_inset space ~
14623 \end_inset
14624
14625
14626 \begin_inset CommandInset ref
14627 LatexCommand ref
14628 reference "tab:Tabla-coloreada-sin"
14629
14630 \end_inset
14631
14632 .
14633  En cualquier otro caso hay que usar el paquete LaTeX 
14634 \series bold
14635 colortbl
14636 \series default
14637 .
14638 \begin_inset Index
14639 status collapsed
14640
14641 \begin_layout Plain Layout
14642 LaTeX-paquetes ! colortbl
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \begin_layout Standard
14651 \begin_inset ERT
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655
14656
14657 \backslash
14658 ifcolortbl
14659 \end_layout
14660
14661 \end_inset
14662
14663
14664 \begin_inset Note Note
14665 status open
14666
14667 \begin_layout Plain Layout
14668 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14669  LaTeX 
14670 \series bold
14671 colortbl
14672 \series default
14673 .
14674 \end_layout
14675
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \begin_layout Standard
14682 Para crear tablas coloreadas, 
14683 \series bold
14684 colortbl
14685 \series default
14686  debe cargarse en el preámbulo con la línea
14687 \end_layout
14688
14689 \begin_layout Standard
14690
14691 \series bold
14692
14693 \backslash
14694 usepackage{colortbl}
14695 \end_layout
14696
14697 \begin_layout Standard
14698 El color de una columna se define con el comando
14699 \end_layout
14700
14701 \begin_layout Standard
14702
14703 \series bold
14704
14705 \backslash
14706 columncolor{nombre del color}
14707 \end_layout
14708
14709 \begin_layout Standard
14710 dentro del comando 
14711 \series bold
14712 >{ }
14713 \series default
14714 .
14715  Más sobre el comando 
14716 \series bold
14717 >{}
14718 \series default
14719  se explica en la sección
14720 \begin_inset space ~
14721 \end_inset
14722
14723
14724 \begin_inset CommandInset ref
14725 LatexCommand ref
14726 reference "sub:Cálculos-en-Multicolumnas"
14727
14728 \end_inset
14729
14730 .
14731 \end_layout
14732
14733 \begin_layout Standard
14734 Los siguientes nombres de color están predefinidos:
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \family sans
14740 red
14741 \family default
14742
14743 \family sans
14744 green
14745 \family default
14746
14747 \family sans
14748 yellow, blue
14749 \family default
14750
14751 \family sans
14752 cyan
14753 \family default
14754 \series bold
14755 ,
14756 \series default
14757  
14758 \family sans
14759 magenta, black
14760 \family default
14761
14762 \family sans
14763 white
14764 \end_layout
14765
14766 \begin_layout Standard
14767 \begin_inset VSpace medskip
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Puedes definir tus propios colores con el comando
14775 \end_layout
14776
14777 \begin_layout Standard
14778
14779 \series bold
14780
14781 \backslash
14782 definecolor{nombre del color}{modelo de color}{valores de color}
14783 \end_layout
14784
14785 \begin_layout Standard
14786 El modelo de color puede ser
14787 \end_layout
14788
14789 \begin_layout Labeling
14790 \labelwidthstring 00.00.0000
14791 cmyk: cyan, magenta, yellow, black
14792 \end_layout
14793
14794 \begin_layout Labeling
14795 \labelwidthstring 00.00.0000
14796 rgb: red, green, blue
14797 \end_layout
14798
14799 \begin_layout Labeling
14800 \labelwidthstring 00.00.0000
14801 gray: gray
14802 \end_layout
14803
14804 \begin_layout Standard
14805 y los valores de color son números separados por comas entre 0 y 1 que describen
14806  el factor para el color correspondiente del modelo de color.
14807 \end_layout
14808
14809 \begin_layout Standard
14810 Por ejemplo, puedes definir el color
14811 \series bold
14812  
14813 \series default
14814 «
14815 \emph on
14816 verde oscuro
14817 \emph default
14818 » en el preámbulo con
14819 \end_layout
14820
14821 \begin_layout Standard
14822
14823 \series bold
14824
14825 \backslash
14826 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14827 \end_layout
14828
14829 \begin_layout Standard
14830 y el color «
14831 \emph on
14832 gris claro
14833 \emph default
14834 » con
14835 \end_layout
14836
14837 \begin_layout Standard
14838
14839 \series bold
14840
14841 \backslash
14842 definecolor{grisclaro}{gray}{0.8}
14843 \end_layout
14844
14845 \begin_layout Standard
14846 \begin_inset VSpace medskip
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Standard
14853 Las líneas se colorean con el comando
14854 \end_layout
14855
14856 \begin_layout Standard
14857
14858 \series bold
14859
14860 \backslash
14861 rowcolor{nombre del color}
14862 \end_layout
14863
14864 \begin_layout Standard
14865 y las celdas se colorean con el comando
14866 \end_layout
14867
14868 \begin_layout Standard
14869
14870 \series bold
14871
14872 \backslash
14873 cellcolor{nombre del color}
14874 \end_layout
14875
14876 \begin_layout Standard
14877 Ambos comandos se insertan al principio de una celda en código TeX.
14878 \end_layout
14879
14880 \begin_layout Standard
14881 Para colorear caracteres en la tabla marca las celdas y usa el menú 
14882 \family sans
14883 Editar\SpecialChar \menuseparator
14884 Estilo
14885 \begin_inset space ~
14886 \end_inset
14887
14888 del
14889 \begin_inset space ~
14890 \end_inset
14891
14892 Texto
14893 \family default
14894 .
14895  Si una celda contiene código TeX marca sólo los caracteres, si no el código
14896  TeX en color puede ocasionar errores de LaTeX.
14897 \end_layout
14898
14899 \begin_layout Standard
14900 \begin_inset VSpace bigskip
14901 \end_inset
14902
14903
14904 \end_layout
14905
14906 \begin_layout Standard
14907 Para crear la tabla
14908 \begin_inset space ~
14909 \end_inset
14910
14911
14912 \begin_inset CommandInset ref
14913 LatexCommand ref
14914 reference "tab:Tabla-coloreada-con"
14915
14916 \end_inset
14917
14918  haz lo siguiente: el color de la primera columna debe ser 
14919 \emph on
14920 verde oscuro
14921 \emph default
14922 , entonces inserta
14923 \end_layout
14924
14925 \begin_layout Standard
14926
14927 \series bold
14928 >{
14929 \backslash
14930 columncolor{verdeoscuro}
14931 \backslash
14932 centering}c
14933 \end_layout
14934
14935 \begin_layout Standard
14936 como argumento LaTeX para esta columna.
14937  La primera fila debe ser azul, por tanto inserta el comando en código TeX
14938 \end_layout
14939
14940 \begin_layout Standard
14941
14942 \series bold
14943
14944 \backslash
14945 rowcolow{cyan}
14946 \end_layout
14947
14948 \begin_layout Standard
14949 en la primera celda de esta fila.
14950  Observa que esto sobreescribe el color de la columna para la primera celda.
14951  La última celda de la última fila se colorea magenta insertando el comando
14952  en código TeX
14953 \end_layout
14954
14955 \begin_layout Standard
14956
14957 \series bold
14958
14959 \backslash
14960 cellcolor{magenta}
14961 \end_layout
14962
14963 \begin_layout Standard
14964 Ahora podrían colorearse los caracteres usando el menú 
14965 \family sans
14966 Editar\SpecialChar \menuseparator
14967 Estilo
14968 \begin_inset space ~
14969 \end_inset
14970
14971 del
14972 \begin_inset space ~
14973 \end_inset
14974
14975 Texto
14976 \family default
14977 .
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset Float table
14982 placement h
14983 wide false
14984 sideways false
14985 status open
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Caption
14989
14990 \begin_layout Plain Layout
14991 \begin_inset CommandInset label
14992 LatexCommand label
14993 name "tab:Tabla-coloreada-con"
14994
14995 \end_inset
14996
14997 Tabla coloreada con el paquete 
14998 \series bold
14999 colortbl
15000 \series default
15001
15002 \begin_inset OptArg
15003 status open
15004
15005 \begin_layout Plain Layout
15006 Tabla con 
15007 \series bold
15008 colortbl
15009 \end_layout
15010
15011 \end_inset
15012
15013
15014 \end_layout
15015
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Plain Layout
15022 \align center
15023 \begin_inset Tabular
15024 <lyxtabular version="3" rows="3" columns="3">
15025 <features>
15026 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15027 <column alignment="center" valignment="top" width="0">
15028 <column alignment="center" valignment="top" width="0">
15029 <row>
15030 <cell alignment="center" valignment="top" usebox="none">
15031 \begin_inset Text
15032
15033 \begin_layout Plain Layout
15034 \begin_inset ERT
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038
15039
15040 \backslash
15041 rowcolor{cyan}
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \color magenta
15048 a
15049 \end_layout
15050
15051 \end_inset
15052 </cell>
15053 <cell alignment="center" valignment="top" usebox="none">
15054 \begin_inset Text
15055
15056 \begin_layout Plain Layout
15057
15058 \color red
15059 b
15060 \end_layout
15061
15062 \end_inset
15063 </cell>
15064 <cell alignment="center" valignment="top" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \color red
15070 c
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 </row>
15076 <row>
15077 <cell alignment="center" valignment="top" usebox="none">
15078 \begin_inset Text
15079
15080 \begin_layout Plain Layout
15081
15082 \color yellow
15083 d
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 <cell alignment="center" valignment="top" usebox="none">
15089 \begin_inset Text
15090
15091 \begin_layout Plain Layout
15092
15093 \color blue
15094 e
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \color blue
15105 f
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 </row>
15111 <row>
15112 <cell alignment="center" valignment="top" usebox="none">
15113 \begin_inset Text
15114
15115 \begin_layout Plain Layout
15116
15117 \color yellow
15118 g
15119 \end_layout
15120
15121 \end_inset
15122 </cell>
15123 <cell alignment="center" valignment="top" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \color blue
15129 h
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset ERT
15139 status collapsed
15140
15141 \begin_layout Plain Layout
15142
15143
15144 \backslash
15145 cellcolor{magenta}
15146 \end_layout
15147
15148 \end_inset
15149
15150
15151 \color green
15152 i
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 </row>
15158 </lyxtabular>
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \begin_layout Standard
15171 \begin_inset ERT
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175
15176
15177 \backslash
15178 else
15179 \end_layout
15180
15181 \end_inset
15182
15183
15184 \begin_inset Note Note
15185 status open
15186
15187 \begin_layout Plain Layout
15188 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15189  
15190 \series bold
15191 colortbl
15192 \series default
15193 .
15194 \end_layout
15195
15196 \end_inset
15197
15198
15199 \end_layout
15200
15201 \begin_layout Standard
15202 Debes instalar el paquete LaTeX 
15203 \series bold
15204 colortbl
15205 \series default
15206  para ver la parte siguiente en la salida.
15207 \end_layout
15208
15209 \begin_layout Standard
15210 \begin_inset ERT
15211 status collapsed
15212
15213 \begin_layout Plain Layout
15214
15215
15216 \backslash
15217 fi
15218 \end_layout
15219
15220 \end_inset
15221
15222
15223 \end_layout
15224
15225 \begin_layout Subsection
15226 Líneas coloreadas
15227 \begin_inset Index
15228 status collapsed
15229
15230 \begin_layout Plain Layout
15231 Tablas coloreadas ! Líneas
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \begin_inset Index
15238 status collapsed
15239
15240 \begin_layout Plain Layout
15241 Color ! en bordes de tabla
15242 \end_layout
15243
15244 \end_inset
15245
15246
15247 \end_layout
15248
15249 \begin_layout Standard
15250 Como se describe en la sección
15251 \begin_inset space ~
15252 \end_inset
15253
15254
15255 \begin_inset CommandInset ref
15256 LatexCommand ref
15257 reference "sub:Grosor-de-Líneas"
15258
15259 \end_inset
15260
15261 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15262  
15263 \series bold
15264
15265 \backslash
15266 arrayrulewidth
15267 \series default
15268 .
15269  Se ha puesto 1.5
15270 \begin_inset space \thinspace{}
15271 \end_inset
15272
15273 pt para todas las tablas de esta sección.
15274 \begin_inset ERT
15275 status collapsed
15276
15277 \begin_layout Plain Layout
15278
15279
15280 \backslash
15281 setlength{
15282 \backslash
15283 arrayrulewidth}{1.5pt}
15284 \end_layout
15285
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \begin_layout Standard
15292 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15293  el preámbulo del documento el siguiente formato de columna, de acuerdo
15294  a lo descrito en la sección
15295 \begin_inset space ~
15296 \end_inset
15297
15298
15299 \begin_inset CommandInset ref
15300 LatexCommand ref
15301 reference "sub:Formato-Personalizado"
15302
15303 \end_inset
15304
15305 :
15306 \end_layout
15307
15308 \begin_layout Standard
15309
15310 \series bold
15311
15312 \backslash
15313 newcolumntype{W}{!{
15314 \backslash
15315 color{green}
15316 \backslash
15317 vline}}
15318 \end_layout
15319
15320 \begin_layout Standard
15321 Para la tabla
15322 \begin_inset space ~
15323 \end_inset
15324
15325
15326 \begin_inset CommandInset ref
15327 LatexCommand ref
15328 reference "tab:Tabla-con-verticales-coloreadas"
15329
15330 \end_inset
15331
15332  se usó el argumento LaTeX
15333 \series bold
15334  WcW
15335 \series default
15336  para la última columna y
15337 \series bold
15338  Wc
15339 \series default
15340  para las demás.
15341 \end_layout
15342
15343 \begin_layout Standard
15344 Si quieres tener varios colores, define más formatos de columna.
15345 \end_layout
15346
15347 \begin_layout Standard
15348 \begin_inset Float table
15349 placement h
15350 wide false
15351 sideways false
15352 status open
15353
15354 \begin_layout Plain Layout
15355 \begin_inset Caption
15356
15357 \begin_layout Plain Layout
15358 \begin_inset CommandInset label
15359 LatexCommand label
15360 name "tab:Tabla-con-verticales-coloreadas"
15361
15362 \end_inset
15363
15364 Tabla con líneas verticales coloreadas
15365 \end_layout
15366
15367 \end_inset
15368
15369
15370 \end_layout
15371
15372 \begin_layout Plain Layout
15373 \align center
15374 \begin_inset Tabular
15375 <lyxtabular version="3" rows="3" columns="3">
15376 <features>
15377 <column alignment="center" valignment="top" width="0" special="Wc">
15378 <column alignment="center" valignment="top" width="0" special="Wc">
15379 <column alignment="center" valignment="top" width="0" special="WcW">
15380 <row>
15381 <cell alignment="center" valignment="top" topline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 sd
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" topline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" topline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 </row>
15409 <row>
15410 <cell alignment="center" valignment="top" topline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 <cell alignment="center" valignment="top" topline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 sd
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" topline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 </row>
15438 <row>
15439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 sd
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 </lyxtabular>
15468
15469 \end_inset
15470
15471
15472 \end_layout
15473
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \begin_layout Standard
15480 \begin_inset VSpace bigskip
15481 \end_inset
15482
15483 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15484 \begin_inset space ~
15485 \end_inset
15486
15487
15488 \begin_inset CommandInset ref
15489 LatexCommand ref
15490 reference "tab:Tabla-con-horizontales-coloreadas"
15491
15492 \end_inset
15493
15494 , inserta estos comandos en código TeX antes de la tabla o del flotante:
15495 \end_layout
15496
15497 \begin_layout Standard
15498
15499 \series bold
15500
15501 \backslash
15502 let
15503 \backslash
15504 myHlineC
15505 \backslash
15506 hline
15507 \begin_inset Newline newline
15508 \end_inset
15509
15510
15511 \backslash
15512 renewcommand{
15513 \backslash
15514 hline}
15515 \begin_inset Newline newline
15516 \end_inset
15517
15518
15519 \begin_inset ERT
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523
15524
15525 \backslash
15526 hphantom{ }
15527 \end_layout
15528
15529 \end_inset
15530
15531 {
15532 \backslash
15533 arrayrulecolor{red}
15534 \backslash
15535 myHlineC
15536 \backslash
15537 arrayrulecolor{black}}
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset ERT
15542 status collapsed
15543
15544 \begin_layout Plain Layout
15545
15546
15547 \backslash
15548 let
15549 \backslash
15550 myHlineC
15551 \backslash
15552 hline
15553 \end_layout
15554
15555 \begin_layout Plain Layout
15556
15557
15558 \backslash
15559 renewcommand{
15560 \backslash
15561 hline}
15562 \end_layout
15563
15564 \begin_layout Plain Layout
15565
15566  {
15567 \backslash
15568 arrayrulecolor{red}
15569 \backslash
15570 myHlineC
15571 \backslash
15572 arrayrulecolor{black}}
15573 \end_layout
15574
15575 \end_inset
15576
15577
15578 \begin_inset Float table
15579 placement h
15580 wide false
15581 sideways false
15582 status open
15583
15584 \begin_layout Plain Layout
15585 \begin_inset Caption
15586
15587 \begin_layout Plain Layout
15588 \begin_inset CommandInset label
15589 LatexCommand label
15590 name "tab:Tabla-con-horizontales-coloreadas"
15591
15592 \end_inset
15593
15594 Tabla con líneas horizontales coloreadas
15595 \end_layout
15596
15597 \end_inset
15598
15599
15600 \end_layout
15601
15602 \begin_layout Plain Layout
15603 \align center
15604 \begin_inset Tabular
15605 <lyxtabular version="3" rows="3" columns="3">
15606 <features>
15607 <column alignment="center" valignment="top" width="0">
15608 <column alignment="center" valignment="top" width="0">
15609 <column alignment="center" valignment="top" width="0">
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 sd
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15621 \begin_inset Text
15622
15623 \begin_layout Plain Layout
15624
15625 \end_layout
15626
15627 \end_inset
15628 </cell>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 </row>
15639 <row>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 sd
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 </row>
15668 <row>
15669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691 sd
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 </lyxtabular>
15698
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705
15706
15707 \end_layout
15708
15709 \begin_layout Standard
15710 Para volver al color de línea negro predeterminado inserta este comando
15711  en código TeX detrás de la tabla o el flotante:
15712 \end_layout
15713
15714 \begin_layout Standard
15715
15716 \series bold
15717
15718 \backslash
15719 renewcommand{
15720 \backslash
15721 hline}{
15722 \backslash
15723 myHlineC}
15724 \end_layout
15725
15726 \begin_layout Standard
15727 La tabla
15728 \begin_inset space ~
15729 \end_inset
15730
15731
15732 \begin_inset CommandInset ref
15733 LatexCommand ref
15734 reference "tab:Tabla-con-líneas-coloreadas"
15735
15736 \end_inset
15737
15738  es un ejemplo con líneas verticales y horizontales coloreadas.
15739 \end_layout
15740
15741 \begin_layout Standard
15742 \begin_inset Float table
15743 placement h
15744 wide false
15745 sideways false
15746 status open
15747
15748 \begin_layout Plain Layout
15749 \begin_inset Caption
15750
15751 \begin_layout Plain Layout
15752 \begin_inset CommandInset label
15753 LatexCommand label
15754 name "tab:Tabla-con-líneas-coloreadas"
15755
15756 \end_inset
15757
15758 Tabla con líneas coloreadas
15759 \end_layout
15760
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \begin_layout Plain Layout
15767 \align center
15768 \begin_inset Tabular
15769 <lyxtabular version="3" rows="3" columns="3">
15770 <features>
15771 <column alignment="center" valignment="top" width="0" special="Wc">
15772 <column alignment="center" valignment="top" width="0" special="Wc">
15773 <column alignment="center" valignment="top" width="0" special="WcW">
15774 <row>
15775 <cell alignment="center" valignment="top" topline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 sd
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" topline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 sd
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 </row>
15832 <row>
15833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855 sd
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 </lyxtabular>
15862
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Standard
15874 \begin_inset ERT
15875 status collapsed
15876
15877 \begin_layout Plain Layout
15878
15879
15880 \backslash
15881 renewcommand{
15882 \backslash
15883 hline}{
15884 \backslash
15885 myHlineC}
15886 \end_layout
15887
15888 \end_inset
15889
15890
15891 \end_layout
15892
15893 \begin_layout Standard
15894 \begin_inset ERT
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898
15899
15900 \backslash
15901 setlength{
15902 \backslash
15903 arrayrulewidth}{0.4pt}
15904 \end_layout
15905
15906 \end_inset
15907
15908
15909 \end_layout
15910
15911 \begin_layout Section
15912 Personalización de tablas
15913 \begin_inset Index
15914 status collapsed
15915
15916 \begin_layout Plain Layout
15917 Personalización de tablas
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \begin_inset Index
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927 Tablas ! Personalización
15928 \end_layout
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \begin_layout Subsection
15936 Espacio adicional en filas
15937 \begin_inset CommandInset label
15938 LatexCommand label
15939 name "sub:Espacio-adicional"
15940
15941 \end_inset
15942
15943
15944 \begin_inset Index
15945 status collapsed
15946
15947 \begin_layout Plain Layout
15948 Personalización de tablas ! Espacio adicional en filas
15949 \end_layout
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 Es posible añadir espacio vertical a las filas de una tabla en la solapa
15958  
15959 \family sans
15960 Bordes,
15961 \family default
15962  del diálogo de configuración de tablas.
15963  En el marco 
15964 \family sans
15965 Espacio
15966 \begin_inset space ~
15967 \end_inset
15968
15969 adicional
15970 \family default
15971  dispones de tres posibilidades:
15972 \end_layout
15973
15974 \begin_layout Description
15975 Superior
15976 \begin_inset space ~
15977 \end_inset
15978
15979 de
15980 \begin_inset space ~
15981 \end_inset
15982
15983 la
15984 \begin_inset space ~
15985 \end_inset
15986
15987 fila añade espacio sobre los caracteres de la fila.
15988  Si la tabla es de estilo formal
15989 \begin_inset Foot
15990 status collapsed
15991
15992 \begin_layout Plain Layout
15993 Las tablas formales se explican en la sección
15994 \begin_inset space ~
15995 \end_inset
15996
15997
15998 \begin_inset CommandInset ref
15999 LatexCommand ref
16000 reference "sec:Tablas-Formales"
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \end_inset
16008
16009  LyX insertará 0.5
16010 \begin_inset space \thinspace{}
16011 \end_inset
16012
16013 em por omisión.
16014  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16015  verticales, como se ve en la tabla siguiente:
16016 \begin_inset VSpace medskip
16017 \end_inset
16018
16019
16020 \begin_inset Newline newline
16021 \end_inset
16022
16023
16024 \begin_inset space \hspace*{}
16025 \length 0pt
16026 \end_inset
16027
16028
16029 \begin_inset space \hfill{}
16030 \end_inset
16031
16032
16033 \begin_inset Tabular
16034 <lyxtabular version="3" rows="3" columns="1">
16035 <features>
16036 <column alignment="center" valignment="top" width="0">
16037 <row>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 A
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row topspace="3mm">
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 3
16054 \begin_inset space \thinspace{}
16055 \end_inset
16056
16057 mm sobre la fila
16058 \end_layout
16059
16060 \end_inset
16061 </cell>
16062 </row>
16063 <row>
16064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16065 \begin_inset Text
16066
16067 \begin_layout Plain Layout
16068 C
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 </row>
16074 </lyxtabular>
16075
16076 \end_inset
16077
16078
16079 \begin_inset space \hfill{}
16080 \end_inset
16081
16082
16083 \begin_inset space \hspace*{}
16084 \length 0pt
16085 \end_inset
16086
16087
16088 \begin_inset VSpace medskip
16089 \end_inset
16090
16091
16092 \begin_inset Newline newline
16093 \end_inset
16094
16095 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16096  sin líneas verticales.
16097 \end_layout
16098
16099 \begin_layout Description
16100 Inferior
16101 \begin_inset space ~
16102 \end_inset
16103
16104 de
16105 \begin_inset space ~
16106 \end_inset
16107
16108 la
16109 \begin_inset space ~
16110 \end_inset
16111
16112 fila añade espacio bajo los caracteres de la fila.
16113  Si la tabla es formal LyX inserta por omisión 0.5
16114 \begin_inset space \thinspace{}
16115 \end_inset
16116
16117 em; si la tabla es normal inserta 2
16118 \begin_inset space \thinspace{}
16119 \end_inset
16120
16121 pt.
16122  
16123 \end_layout
16124
16125 \begin_layout Description
16126 Entre
16127 \begin_inset space ~
16128 \end_inset
16129
16130 las
16131 \begin_inset space ~
16132 \end_inset
16133
16134 filas añade espacio entre la fila actual y la siguiente.
16135  Si la tabla es formal LyX inserta 0.5
16136 \begin_inset space \thinspace{}
16137 \end_inset
16138
16139 em por omisión.
16140  En tablas normales, el espacio adicional destruirá las líneas verticales
16141  de la tabla, como se ve en la siguiente:
16142 \begin_inset VSpace medskip
16143 \end_inset
16144
16145
16146 \begin_inset Newline newline
16147 \end_inset
16148
16149
16150 \begin_inset space \hspace*{}
16151 \length 0pt
16152 \end_inset
16153
16154
16155 \begin_inset space \hfill{}
16156 \end_inset
16157
16158
16159 \begin_inset Tabular
16160 <lyxtabular version="3" rows="3" columns="1">
16161 <features>
16162 <column alignment="center" valignment="top" width="0">
16163 <row>
16164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 A
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row interlinespace="3mm">
16175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 \begin_inset Formula $\downarrow$
16180 \end_inset
16181
16182  3
16183 \begin_inset space \thinspace{}
16184 \end_inset
16185
16186 mm entre las filas
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 \begin_inset Formula $\uparrow$
16198 \end_inset
16199
16200  3
16201 \begin_inset space \thinspace{}
16202 \end_inset
16203
16204 mm entre las filas 
16205 \begin_inset Formula $\uparrow$
16206 \end_inset
16207
16208
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 </lyxtabular>
16215
16216 \end_inset
16217
16218
16219 \begin_inset space \hfill{}
16220 \end_inset
16221
16222
16223 \begin_inset space \hspace*{}
16224 \length 0pt
16225 \end_inset
16226
16227
16228 \begin_inset VSpace medskip
16229 \end_inset
16230
16231
16232 \begin_inset Newline newline
16233 \end_inset
16234
16235 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16236  para tablas sin líneas verticales.
16237 \end_layout
16238
16239 \begin_layout Standard
16240 \begin_inset VSpace bigskip
16241 \end_inset
16242
16243 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16244  utiliza los siguientes comandos en el preámbulo:
16245 \end_layout
16246
16247 \begin_layout Standard
16248
16249 \series bold
16250
16251 \backslash
16252 @ifundefined{extrarowheight}
16253 \begin_inset Newline newline
16254 \end_inset
16255
16256
16257 \begin_inset ERT
16258 status collapsed
16259
16260 \begin_layout Plain Layout
16261
16262
16263 \backslash
16264 hphantom{ }
16265 \end_layout
16266
16267 \end_inset
16268
16269 {
16270 \backslash
16271 usepackage{array}}{}
16272 \begin_inset Newline newline
16273 \end_inset
16274
16275
16276 \backslash
16277 setlength{
16278 \backslash
16279 extrarowheight}{altura}
16280 \end_layout
16281
16282 \begin_layout Standard
16283 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16284  centrado en vertical.
16285  (Lyx cargará automáticamente el paquete 
16286 \series bold
16287 array
16288 \series default
16289  cuando uses formatos de tabla autodefinidos.
16290  Para evitar que sea cargado dos veces se pone al principio el comando 
16291 \series bold
16292
16293 \backslash
16294 @ifundefined
16295 \series default
16296 .)
16297 \end_layout
16298
16299 \begin_layout Standard
16300
16301 \end_layout
16302
16303 \begin_layout Subsection
16304 Alineación especial de celdas
16305 \begin_inset Index
16306 status collapsed
16307
16308 \begin_layout Plain Layout
16309 Personalización de tablas ! Alineación especial de celdas
16310 \end_layout
16311
16312 \end_inset
16313
16314
16315 \end_layout
16316
16317 \begin_layout Standard
16318 A veces mejora la presentación si las entradas en las celdas de una columna
16319  se alinean con un carácter determinado, p.
16320 \begin_inset space \thinspace{}
16321 \end_inset
16322
16323 e.
16324 \begin_inset space ~
16325 \end_inset
16326
16327 el separador decimal, como en la tabla
16328 \begin_inset space ~
16329 \end_inset
16330
16331
16332 \begin_inset CommandInset ref
16333 LatexCommand ref
16334 reference "tab:Tabla-con-celdas-de"
16335
16336 \end_inset
16337
16338 .
16339 \end_layout
16340
16341 \begin_layout Standard
16342 \begin_inset Float table
16343 wide false
16344 sideways false
16345 status open
16346
16347 \begin_layout Plain Layout
16348 \begin_inset Caption
16349
16350 \begin_layout Plain Layout
16351 \begin_inset CommandInset label
16352 LatexCommand label
16353 name "tab:Tabla-con-celdas-de"
16354
16355 \end_inset
16356
16357 Tabla con celdas alineadas con el separador decimal.
16358 \end_layout
16359
16360 \end_inset
16361
16362
16363 \end_layout
16364
16365 \begin_layout Plain Layout
16366 \align center
16367 \begin_inset Tabular
16368 <lyxtabular version="3" rows="4" columns="2">
16369 <features>
16370 <column alignment="right" valignment="top" width="0">
16371 <column alignment="left" valignment="top" width="0" special="@{}l">
16372 <row>
16373 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 leyenda
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 </row>
16392 <row>
16393 <cell alignment="center" valignment="top" usebox="none">
16394 \begin_inset Text
16395
16396 \begin_layout Plain Layout
16397 12.
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 6
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 </row>
16412 <row>
16413 <cell alignment="center" valignment="top" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 0.
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 68
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 </row>
16432 <row>
16433 <cell alignment="center" valignment="top" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 -123.
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 0
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 </lyxtabular>
16453
16454 \end_inset
16455
16456
16457 \end_layout
16458
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \begin_layout Standard
16465 Esta es una tabla 4×2.
16466  La leyenda es una multicolumna centrada.
16467  La primera columna está alineada a la derecha y contiene el punto decimal
16468  y los dígitos anteriores.
16469  La segunda columna está alineada a la izquierda y contiene los dígitos
16470  posteriores al punto decimal.
16471  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16472  argumento LaTeX para la segunda columna:
16473 \end_layout
16474
16475 \begin_layout Standard
16476
16477 \series bold
16478 @{}l
16479 \end_layout
16480
16481 \begin_layout Standard
16482 La tabla
16483 \begin_inset space ~
16484 \end_inset
16485
16486
16487 \begin_inset CommandInset ref
16488 LatexCommand ref
16489 reference "tab:Varias-alineaciones"
16490
16491 \end_inset
16492
16493  muestra varios ejemplos de alineación.
16494  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16495 o más pequeño al comienzo de la última columna para conseguir el espacio
16496  adecuado alrededor del signo.
16497 \end_layout
16498
16499 \begin_layout Standard
16500 \begin_inset Float table
16501 wide false
16502 sideways false
16503 status open
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Caption
16507
16508 \begin_layout Plain Layout
16509 \begin_inset CommandInset label
16510 LatexCommand label
16511 name "tab:Varias-alineaciones"
16512
16513 \end_inset
16514
16515 Tabla con varias alineaciones.
16516 \end_layout
16517
16518 \end_inset
16519
16520
16521 \end_layout
16522
16523 \begin_layout Plain Layout
16524 \align center
16525 \begin_inset Tabular
16526 <lyxtabular version="3" rows="4" columns="6">
16527 <features>
16528 <column alignment="right" valignment="top" width="0">
16529 <column alignment="left" valignment="top" width="0" special="@{}l">
16530 <column alignment="right" valignment="top" width="0">
16531 <column alignment="left" valignment="top" width="0" special="@{}l">
16532 <column alignment="right" valignment="top" width="0">
16533 <column alignment="left" valignment="top" width="0" special="@{}l">
16534 <row>
16535 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 unidades
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16545 \begin_inset Text
16546
16547 \begin_layout Plain Layout
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 exponentes
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 relaciones
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="center" valignment="top" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 12×
16596 \end_layout
16597
16598 \end_inset
16599 </cell>
16600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 24
16605 \begin_inset space \thinspace{}
16606 \end_inset
16607
16608 bottles
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 \begin_inset Formula $10\cdot$
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 \begin_inset Formula $10^{\mbox{-}17}$
16630 \end_inset
16631
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\Gamma(t)\propto$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Formula $\:\Upsilon(t)$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 1024×
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 768
16677 \begin_inset space \thinspace{}
16678 \end_inset
16679
16680 Pixels
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 \begin_inset Formula $5.78\cdot$
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $10^{7}$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 \begin_inset Formula $A\ne$
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 <cell alignment="center" valignment="top" usebox="none">
16722 \begin_inset Text
16723
16724 \begin_layout Plain Layout
16725 \begin_inset Formula $\: B_{\mathrm{red}}$
16726 \end_inset
16727
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 32×
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 6
16749 \begin_inset space \thinspace{}
16750 \end_inset
16751
16752 cm
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 -
16762 \begin_inset Formula $33.5\cdot$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $10^{4}$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 \begin_inset Formula $\sin(\alpha)\ge$
16787 \end_inset
16788
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Formula $\:\sin(\beta)$
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 </row>
16807 </lyxtabular>
16808
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815
16816
16817 \end_layout
16818
16819 \begin_layout Standard
16820 \begin_inset VSpace bigskip
16821 \end_inset
16822
16823 También hay un paquete LaTeX, 
16824 \series bold
16825 dcolumn
16826 \series default
16827
16828 \begin_inset Index
16829 status collapsed
16830
16831 \begin_layout Plain Layout
16832 LaTeX-paquetes ! dcolumn
16833 \end_layout
16834
16835 \end_inset
16836
16837 , que permite alinear el contenido de las celdas.
16838  Pero desgraciadamente trata las entradas de celda en modo matemático y
16839  no permite fórmulas en celdas: la primera columna de la tabla
16840 \begin_inset space ~
16841 \end_inset
16842
16843
16844 \begin_inset CommandInset ref
16845 LatexCommand ref
16846 reference "tab:Varias-alineaciones"
16847
16848 \end_inset
16849
16850  se verá con 
16851 \series bold
16852 dcolumn
16853 \series default
16854  como la primera columna en la tabla
16855 \begin_inset space ~
16856 \end_inset
16857
16858
16859 \begin_inset CommandInset ref
16860 LatexCommand ref
16861 reference "tab:Alineaciones-con-el"
16862
16863 \end_inset
16864
16865  y sólo con algunos trucos se consigue lo que se espera.
16866  La alineación de la segunda y tercera columnas de la tabla
16867 \begin_inset space ~
16868 \end_inset
16869
16870
16871 \begin_inset CommandInset ref
16872 LatexCommand ref
16873 reference "tab:Varias-alineaciones"
16874
16875 \end_inset
16876
16877  no es posible con 
16878 \series bold
16879 dcolumn
16880 \series default
16881 .
16882 \end_layout
16883
16884 \begin_layout Standard
16885 \begin_inset Float table
16886 placement h
16887 wide false
16888 sideways false
16889 status open
16890
16891 \begin_layout Plain Layout
16892 \begin_inset Caption
16893
16894 \begin_layout Plain Layout
16895 \begin_inset CommandInset label
16896 LatexCommand label
16897 name "tab:Alineaciones-con-el"
16898
16899 \end_inset
16900
16901
16902 \begin_inset OptArg
16903 status open
16904
16905 \begin_layout Plain Layout
16906 Tabla alineada con 
16907 \series bold
16908 dcolumn
16909 \end_layout
16910
16911 \end_inset
16912
16913 Alineaciones con el paquete LaTeX 
16914 \series bold
16915 dcolumn
16916 \series default
16917 .
16918  Se han tenido que usar unos trucos para la alineación de las columnas en
16919  la salida.
16920 \end_layout
16921
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \begin_layout Plain Layout
16928 \align center
16929 \begin_inset Tabular
16930 <lyxtabular version="3" rows="4" columns="3">
16931 <features>
16932 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16933 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16934 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16935 <row>
16936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 unidades
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 unidades
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 unidades
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 <row>
16965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 12x24
16970 \begin_inset space \thinspace{}
16971 \end_inset
16972
16973 bottles
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 12x24
16983 \begin_inset space \thinspace{}
16984 \end_inset
16985
16986
16987 \begin_inset Formula $\mbox{bottles}$
16988 \end_inset
16989
16990
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 12
17000 \begin_inset ERT
17001 status collapsed
17002
17003 \begin_layout Plain Layout
17004
17005
17006 \backslash
17007 times
17008 \end_layout
17009
17010 \end_inset
17011
17012 24~
17013 \begin_inset Formula $\mbox{bottles}$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 1024x768
17028 \begin_inset space \thinspace{}
17029 \end_inset
17030
17031 Pixels
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 1024x768
17041 \begin_inset space \thinspace{}
17042 \end_inset
17043
17044
17045 \begin_inset Formula $\mbox{Pixels}$
17046 \end_inset
17047
17048
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 1024
17058 \begin_inset ERT
17059 status collapsed
17060
17061 \begin_layout Plain Layout
17062
17063
17064 \backslash
17065 times
17066 \end_layout
17067
17068 \end_inset
17069
17070 768~
17071 \begin_inset Formula $\mbox{Pixels}$
17072 \end_inset
17073
17074  
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 </row>
17080 <row>
17081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 32x6
17086 \begin_inset space \thinspace{}
17087 \end_inset
17088
17089 cm
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 32x6
17099 \begin_inset space \thinspace{}
17100 \end_inset
17101
17102
17103 \begin_inset Formula $\mbox{cm}$
17104 \end_inset
17105
17106
17107 \end_layout
17108
17109 \end_inset
17110 </cell>
17111 <cell alignment="center" valignment="top" usebox="none">
17112 \begin_inset Text
17113
17114 \begin_layout Plain Layout
17115 32
17116 \begin_inset ERT
17117 status collapsed
17118
17119 \begin_layout Plain Layout
17120
17121
17122 \backslash
17123 times
17124 \end_layout
17125
17126 \end_inset
17127
17128 6~
17129 \begin_inset Formula $\mbox{cm}$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 </lyxtabular>
17139
17140 \end_inset
17141
17142
17143 \end_layout
17144
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \begin_layout Subsection
17151 Formato personalizado de celda/columna
17152 \begin_inset CommandInset label
17153 LatexCommand label
17154 name "sub:Formato-Personalizado"
17155
17156 \end_inset
17157
17158
17159 \begin_inset Index
17160 status collapsed
17161
17162 \begin_layout Plain Layout
17163 Personalización de tablas ! Formato de celda/columna
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \begin_layout Standard
17172 El cálculo de la anchura necesaria para columnas extendidas descrito en
17173  la sección
17174 \begin_inset space ~
17175 \end_inset
17176
17177
17178 \begin_inset CommandInset ref
17179 LatexCommand ref
17180 reference "sub:Cálculos-en-Multicolumnas"
17181
17182 \end_inset
17183
17184  es muy pesado si tienes varias tablas con multicolumnas.
17185  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17186 mna aplicable a todas las tablas del documento.
17187  El formato se define con el comando
17188 \end_layout
17189
17190 \begin_layout Standard
17191
17192 \series bold
17193
17194 \backslash
17195 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17196 \end_layout
17197
17198 \begin_layout Standard
17199 El nombre de formato puede ser una sola letra.
17200  Las letras 
17201 \emph on
17202 b, c, l, m, p
17203 \emph default
17204  y 
17205 \emph on
17206 r
17207 \emph default
17208  están predefinidas y no pueden usarse.
17209  Pero se permiten todas las mayúsculas.
17210 \end_layout
17211
17212 \begin_layout Standard
17213 \begin_inset VSpace medskip
17214 \end_inset
17215
17216
17217 \end_layout
17218
17219 \begin_layout Standard
17220 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17221  fija puedes definir el formato de celda
17222 \end_layout
17223
17224 \begin_layout Standard
17225
17226 \series bold
17227
17228 \backslash
17229 newcolumntype{M}[1]{>{
17230 \backslash
17231 centering
17232 \backslash
17233 hspace{0pt}}m{#1}}
17234 \end_layout
17235
17236 \begin_layout Standard
17237 donde 
17238 \series bold
17239
17240 \backslash
17241 hspace{0pt}
17242 \series default
17243  evita el problema de partir con guión la primera palabra, como se describe
17244  en la sección
17245 \begin_inset space ~
17246 \end_inset
17247
17248
17249 \begin_inset CommandInset ref
17250 LatexCommand ref
17251 reference "sub:Líneas-Múltiples-en"
17252
17253 \end_inset
17254
17255 .
17256  Ahora puedes introducir simplemente
17257 \end_layout
17258
17259 \begin_layout Standard
17260
17261 \series bold
17262 M{ancho}
17263 \end_layout
17264
17265 \begin_layout Standard
17266 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17267 \end_layout
17268
17269 \begin_layout Standard
17270 \begin_inset VSpace bigskip
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \begin_layout Standard
17277 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17278 \end_layout
17279
17280 \begin_layout Standard
17281
17282 \series bold
17283
17284 \backslash
17285 newcolumntype{S}[2]{>{
17286 \backslash
17287 centering
17288 \backslash
17289 hspace{0pt}}
17290 \begin_inset Newline newline
17291 \end_inset
17292
17293
17294 \begin_inset ERT
17295 status collapsed
17296
17297 \begin_layout Plain Layout
17298
17299
17300 \backslash
17301 phantom{
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \backslash
17308 newcolumntype
17309 \begin_inset ERT
17310 status collapsed
17311
17312 \begin_layout Plain Layout
17313
17314 }
17315 \end_layout
17316
17317 \end_inset
17318
17319 m{(#1+(2
17320 \backslash
17321 tabcolsep+
17322 \backslash
17323 arrayrulewidth)*(1-#2))/#2}}
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Este formato usa la ecuación 
17328 \begin_inset CommandInset ref
17329 LatexCommand eqref
17330 reference "eq:Wgn"
17331
17332 \end_inset
17333
17334  para calcular la anchura necesaria para que cada celda extendida tenga
17335  la misma anchura.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Ahora puedes introducir
17340 \end_layout
17341
17342 \begin_layout Standard
17343
17344 \series bold
17345 S{ancho de la celda multicolumna}{número de columnas extendidas}
17346 \end_layout
17347
17348 \begin_layout Standard
17349 como argumento LaTeX de la columna.
17350 \end_layout
17351
17352 \begin_layout Standard
17353 \begin_inset VSpace bigskip
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \begin_layout Standard
17360 Para columnas coloreadas puedes definir
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 newcolumntype{K}[1]{>{
17369 \backslash
17370 columncolor{#1}
17371 \backslash
17372 hspace{0pt}}c}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 La «c» al final crea una columna con anchura flexible cuyo texto está centrado
17377  horizontalmente.
17378  Ahora puedes introducir
17379 \end_layout
17380
17381 \begin_layout Standard
17382
17383 \series bold
17384 K{nombre del color}
17385 \end_layout
17386
17387 \begin_layout Standard
17388 como argumento LaTeX.
17389 \end_layout
17390
17391 \begin_layout Standard
17392 \begin_inset VSpace bigskip
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \begin_layout Standard
17399 Para crear la tabla
17400 \begin_inset space ~
17401 \end_inset
17402
17403
17404 \begin_inset CommandInset ref
17405 LatexCommand ref
17406 reference "tab:Tabla-con-formatos-definidos-por"
17407
17408 \end_inset
17409
17410  usa los argumentos LaTeX
17411 \end_layout
17412
17413 \begin_layout Standard
17414
17415 \series bold
17416 M{2.5cm}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 para la primera columna y la multicolumna,
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \series bold
17426 K{red}
17427 \end_layout
17428
17429 \begin_layout Standard
17430 para la última columna y
17431 \end_layout
17432
17433 \begin_layout Standard
17434
17435 \series bold
17436 S{2.5cm}{2}
17437 \end_layout
17438
17439 \begin_layout Standard
17440 para las celdas en la segunda columna.
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \begin_inset Float table
17445 placement h
17446 wide false
17447 sideways false
17448 status open
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Caption
17452
17453 \begin_layout Plain Layout
17454 \begin_inset CommandInset label
17455 LatexCommand label
17456 name "tab:Tabla-con-formatos-definidos-por"
17457
17458 \end_inset
17459
17460 Tabla con formatos definidos por el usuario
17461 \end_layout
17462
17463 \end_inset
17464
17465
17466 \end_layout
17467
17468 \begin_layout Plain Layout
17469 \align center
17470 \begin_inset Tabular
17471 <lyxtabular version="3" rows="3" columns="4">
17472 <features>
17473 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17474 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17475 <column alignment="center" valignment="middle" width="0">
17476 <column alignment="center" valignment="middle" width="0" special="K{red}">
17477 <row>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 palabramuylargaenceldadetabla
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 multicolumna línea múltiple
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \end_layout
17502
17503 \end_inset
17504 </cell>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509 c
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 d
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 e
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 f
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 g
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 <row>
17554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558 h
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 i
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 j
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 k
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 </lyxtabular>
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599
17600
17601 \end_layout
17602
17603 \begin_layout Subsection
17604 Grosor de líneas
17605 \begin_inset CommandInset label
17606 LatexCommand label
17607 name "sub:Grosor-de-Líneas"
17608
17609 \end_inset
17610
17611
17612 \begin_inset Index
17613 status collapsed
17614
17615 \begin_layout Plain Layout
17616 Personalización de tablas ! Grosor de línea
17617 \end_layout
17618
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \begin_layout Standard
17625 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17626  
17627 \series bold
17628
17629 \backslash
17630 arrayrulewidth
17631 \series default
17632 .
17633  Por ejemplo, para poner un grosor de línea de 1.5
17634 \begin_inset space \thinspace{}
17635 \end_inset
17636
17637 pt, como en la tabla
17638 \begin_inset space ~
17639 \end_inset
17640
17641
17642 \begin_inset CommandInset ref
17643 LatexCommand ref
17644 reference "tab:Tabla-con-líneas"
17645
17646 \end_inset
17647
17648 , inserta el comando
17649 \end_layout
17650
17651 \begin_layout Standard
17652
17653 \series bold
17654
17655 \backslash
17656 setlength{
17657 \backslash
17658 arrayrulewidth}{1.5pt}
17659 \end_layout
17660
17661 \begin_layout Standard
17662 en código TeX antes de la tabla o flotante.
17663  Este cambio es válido para todas las siguientes tablas.
17664  Para volver al valor predeterminado, define 
17665 \series bold
17666
17667 \backslash
17668 arrayrulewidth
17669 \series default
17670  a 0.4
17671 \begin_inset space \thinspace{}
17672 \end_inset
17673
17674 pt en código TeX detrás de la tabla o flotante.
17675 \end_layout
17676
17677 \begin_layout Standard
17678 \begin_inset ERT
17679 status collapsed
17680
17681 \begin_layout Plain Layout
17682
17683
17684 \backslash
17685 setlength{
17686 \backslash
17687 arrayrulewidth}{1.5pt}
17688 \end_layout
17689
17690 \end_inset
17691
17692
17693 \begin_inset Float table
17694 wide false
17695 sideways false
17696 status open
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Caption
17700
17701 \begin_layout Plain Layout
17702 \begin_inset CommandInset label
17703 LatexCommand label
17704 name "tab:Tabla-con-líneas"
17705
17706 \end_inset
17707
17708 Tabla con líneas de grosor 1.5
17709 \begin_inset space \thinspace{}
17710 \end_inset
17711
17712 pt
17713 \end_layout
17714
17715 \end_inset
17716
17717
17718 \end_layout
17719
17720 \begin_layout Plain Layout
17721 \align center
17722 \begin_inset Tabular
17723 <lyxtabular version="3" rows="3" columns="3">
17724 <features>
17725 <column alignment="center" valignment="top" width="0">
17726 <column alignment="center" valignment="top" width="0">
17727 <column alignment="center" valignment="top" width="0">
17728 <row>
17729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 sd
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 </row>
17757 <row>
17758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17759 \begin_inset Text
17760
17761 \begin_layout Plain Layout
17762
17763 \end_layout
17764
17765 \end_inset
17766 </cell>
17767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771 sd
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 </row>
17786 <row>
17787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17788 \begin_inset Text
17789
17790 \begin_layout Plain Layout
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 sd
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 </row>
17815 </lyxtabular>
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \end_inset
17823
17824
17825 \begin_inset ERT
17826 status collapsed
17827
17828 \begin_layout Plain Layout
17829
17830
17831 \backslash
17832 setlength{
17833 \backslash
17834 arrayrulewidth}{0.4pt}
17835 \end_layout
17836
17837 \end_inset
17838
17839
17840 \end_layout
17841
17842 \begin_layout Standard
17843 \begin_inset VSpace bigskip
17844 \end_inset
17845
17846 Para definir un grosor de 1.5
17847 \begin_inset space \thinspace{}
17848 \end_inset
17849
17850 pt sólo para líneas horizontales, como en la tabla
17851 \begin_inset space ~
17852 \end_inset
17853
17854
17855 \begin_inset CommandInset ref
17856 LatexCommand ref
17857 reference "tab:Tabla-con-horizontales"
17858
17859 \end_inset
17860
17861 , inserta estos comandos en código TeX antes de la tabla o flotante:
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867
17868 \backslash
17869 let
17870 \backslash
17871 myHline
17872 \backslash
17873 hline
17874 \begin_inset Newline newline
17875 \end_inset
17876
17877
17878 \backslash
17879 renewcommand{
17880 \backslash
17881 hline}
17882 \begin_inset Newline newline
17883 \end_inset
17884
17885  {
17886 \backslash
17887 noalign{
17888 \backslash
17889 global
17890 \backslash
17891 arrayrulewidth 1.5pt}
17892 \begin_inset Newline newline
17893 \end_inset
17894
17895   
17896 \backslash
17897 myHline
17898 \backslash
17899 noalign{
17900 \backslash
17901 global
17902 \backslash
17903 arrayrulewidth 0.4pt}}
17904 \end_layout
17905
17906 \begin_layout Standard
17907 Para volver al grosor predeterminado, inserta este comando en código TeX
17908  detrás de la tabla o flotante:
17909 \end_layout
17910
17911 \begin_layout Standard
17912
17913 \series bold
17914
17915 \backslash
17916 renewcommand{
17917 \backslash
17918 hline}{
17919 \backslash
17920 myHline}
17921 \end_layout
17922
17923 \begin_layout Standard
17924 \begin_inset ERT
17925 status collapsed
17926
17927 \begin_layout Plain Layout
17928
17929
17930 \backslash
17931 let
17932 \backslash
17933 myHline
17934 \backslash
17935 hline
17936 \end_layout
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 renewcommand{
17943 \backslash
17944 hline}
17945 \end_layout
17946
17947 \begin_layout Plain Layout
17948
17949  {
17950 \backslash
17951 noalign{
17952 \backslash
17953 global
17954 \backslash
17955 arrayrulewidth 1.5pt}
17956 \end_layout
17957
17958 \begin_layout Plain Layout
17959
17960   
17961 \backslash
17962 myHline
17963 \backslash
17964 noalign{
17965 \backslash
17966 global
17967 \backslash
17968 arrayrulewidth 0.4pt}}
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \begin_inset Float table
17975 wide false
17976 sideways false
17977 status open
17978
17979 \begin_layout Plain Layout
17980 \begin_inset Caption
17981
17982 \begin_layout Plain Layout
17983 \begin_inset CommandInset label
17984 LatexCommand label
17985 name "tab:Tabla-con-horizontales"
17986
17987 \end_inset
17988
17989 Tabla con líneas horizontales de 1.5
17990 \begin_inset space \thinspace{}
17991 \end_inset
17992
17993 pt
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Plain Layout
18002 \align center
18003 \begin_inset Tabular
18004 <lyxtabular version="3" rows="3" columns="3">
18005 <features>
18006 <column alignment="center" valignment="top" width="0">
18007 <column alignment="center" valignment="top" width="0">
18008 <column alignment="center" valignment="top" width="0">
18009 <row>
18010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 sd
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 </row>
18038 <row>
18039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18040 \begin_inset Text
18041
18042 \begin_layout Plain Layout
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052 sd
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061
18062 \end_layout
18063
18064 \end_inset
18065 </cell>
18066 </row>
18067 <row>
18068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18069 \begin_inset Text
18070
18071 \begin_layout Plain Layout
18072
18073 \end_layout
18074
18075 \end_inset
18076 </cell>
18077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \end_layout
18083
18084 \end_inset
18085 </cell>
18086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18087 \begin_inset Text
18088
18089 \begin_layout Plain Layout
18090 sd
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 </row>
18096 </lyxtabular>
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \begin_inset ERT
18107 status collapsed
18108
18109 \begin_layout Plain Layout
18110
18111
18112 \backslash
18113 renewcommand{
18114 \backslash
18115 hline}{
18116 \backslash
18117 myHline}
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Standard
18126 \begin_inset VSpace bigskip
18127 \end_inset
18128
18129 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18130  siguiente formato de columna en el preámbulo del documento, de acuerdo
18131  con lo descrito en la sección
18132 \begin_inset space ~
18133 \end_inset
18134
18135
18136 \begin_inset CommandInset ref
18137 LatexCommand ref
18138 reference "sub:Formato-Personalizado"
18139
18140 \end_inset
18141
18142 :
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 newcolumntype{V}{!{
18151 \backslash
18152 vrule width 1.5pt}}
18153 \end_layout
18154
18155 \begin_layout Standard
18156 Para la tabla
18157 \begin_inset space ~
18158 \end_inset
18159
18160
18161 \begin_inset CommandInset ref
18162 LatexCommand ref
18163 reference "tab:Tabla-con-verticales"
18164
18165 \end_inset
18166
18167  se usó el argumento LaTeX
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173 VcV
18174 \end_layout
18175
18176 \begin_layout Standard
18177 para la última columna y
18178 \end_layout
18179
18180 \begin_layout Standard
18181
18182 \series bold
18183 Vc
18184 \end_layout
18185
18186 \begin_layout Standard
18187 para las otras.
18188 \end_layout
18189
18190 \begin_layout Standard
18191 \begin_inset Float table
18192 wide false
18193 sideways false
18194 status open
18195
18196 \begin_layout Plain Layout
18197 \begin_inset Caption
18198
18199 \begin_layout Plain Layout
18200 \begin_inset CommandInset label
18201 LatexCommand label
18202 name "tab:Tabla-con-verticales"
18203
18204 \end_inset
18205
18206 Tabla con líneas verticales de 1.5
18207 \begin_inset space \thinspace{}
18208 \end_inset
18209
18210 pt de grosor
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \begin_layout Plain Layout
18219 \align center
18220 \begin_inset Tabular
18221 <lyxtabular version="3" rows="3" columns="3">
18222 <features>
18223 <column alignment="center" valignment="top" width="0" special="Vc">
18224 <column alignment="center" valignment="top" width="0" special="Vc">
18225 <column alignment="center" valignment="top" width="0" special="VcV">
18226 <row>
18227 <cell alignment="center" valignment="top" topline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 sd
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 <cell alignment="center" valignment="top" topline="true" usebox="none">
18237 \begin_inset Text
18238
18239 \begin_layout Plain Layout
18240
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" topline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 </row>
18255 <row>
18256 <cell alignment="center" valignment="top" topline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 <cell alignment="center" valignment="top" topline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269 sd
18270 \end_layout
18271
18272 \end_inset
18273 </cell>
18274 <cell alignment="center" valignment="top" topline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 <row>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307 sd
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 </row>
18313 </lyxtabular>
18314
18315 \end_inset
18316
18317
18318 \end_layout
18319
18320 \end_inset
18321
18322
18323 \end_layout
18324
18325 \begin_layout Subsection
18326 Líneas de trazos
18327 \begin_inset Index
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331 Personalización de tablas ! Líneas de trazos
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \begin_layout Standard
18340 \begin_inset ERT
18341 status collapsed
18342
18343 \begin_layout Plain Layout
18344
18345
18346 \backslash
18347 ifarydshln
18348 \end_layout
18349
18350 \end_inset
18351
18352
18353 \begin_inset Note Note
18354 status open
18355
18356 \begin_layout Plain Layout
18357 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18358  LaTeX 
18359 \series bold
18360 arydshln
18361 \series default
18362 .
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Standard
18371 \begin_inset Float table
18372 placement H
18373 wide false
18374 sideways false
18375 status open
18376
18377 \begin_layout Plain Layout
18378 \begin_inset Caption
18379
18380 \begin_layout Plain Layout
18381 \begin_inset CommandInset label
18382 LatexCommand label
18383 name "tab:Tabla-con-trazos"
18384
18385 \end_inset
18386
18387 Tabla con líneas de trazos
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Plain Layout
18396 \align center
18397 \begin_inset Tabular
18398 <lyxtabular version="3" rows="5" columns="5">
18399 <features>
18400 <column alignment="center" valignment="top" width="0">
18401 <column alignment="center" valignment="top" width="0">
18402 <column alignment="center" valignment="top" width="0" special=":c">
18403 <column alignment="center" valignment="top" width="0">
18404 <column alignment="center" valignment="top" width="0">
18405 <row>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 a
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 b
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 c
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 d
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 e
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 </row>
18452 <row>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 f
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 g
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 h
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 i
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 j
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 <row>
18500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 \begin_inset ERT
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508
18509
18510 \backslash
18511 hdashline 
18512 \end_layout
18513
18514 \end_inset
18515
18516 k
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 l
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 m
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 n
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 o
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 <row>
18559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563 \begin_inset ERT
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567
18568
18569 \backslash
18570 cdashline{4-5}
18571 \end_layout
18572
18573 \end_inset
18574
18575 p
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 q
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 r
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 s
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 t
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 u
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 v
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 w
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 x
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 </row>
18664 </lyxtabular>
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 En principio LyX no soporta líneas de trazos, hay que usar código TeX.
18678  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18679 \series bold
18680 arydshln
18681 \series default
18682
18683 \begin_inset Index
18684 status collapsed
18685
18686 \begin_layout Plain Layout
18687 LaTeX-paquetes ! arydshln
18688 \end_layout
18689
18690 \end_inset
18691
18692  
18693 \end_layout
18694
18695 \begin_layout Standard
18696
18697 \series bold
18698
18699 \backslash
18700 usepackage{arydshln}
18701 \end_layout
18702
18703 \begin_layout Standard
18704 Para hacer una línea vertical a trazos, introduce dos puntos «
18705 \series bold
18706 :
18707 \series default
18708 » junto con el carácter para alineación horizontal como argumento LaTeX
18709  en el diálogo de celda de tabla.
18710 \end_layout
18711
18712 \begin_layout Standard
18713 Para una línea de trazos horizontal añade el comando
18714 \end_layout
18715
18716 \begin_layout Standard
18717
18718 \series bold
18719
18720 \backslash
18721 hdashline
18722 \end_layout
18723
18724 \begin_layout Standard
18725 en código TeX como primer elemento de la primera celda en la fila.
18726 \end_layout
18727
18728 \begin_layout Standard
18729 Para líneas de trazos en multicolumna usa el comando
18730 \end_layout
18731
18732 \begin_layout Standard
18733
18734 \series bold
18735
18736 \backslash
18737 cdashline{número de líneas}
18738 \end_layout
18739
18740 \begin_layout Standard
18741 en código TeX como primer elemento de la primera celda en la fila.
18742  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18743  4 y quieres una línea de trazos por encima, añade el comando
18744 \end_layout
18745
18746 \begin_layout Standard
18747
18748 \series bold
18749
18750 \backslash
18751 cdashline{2-4}
18752 \end_layout
18753
18754 \begin_layout Standard
18755 como primer elemento de la primera celda en la fila de la multicolumna.
18756 \end_layout
18757
18758 \begin_layout Standard
18759 \begin_inset VSpace bigskip
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \begin_layout Standard
18766 La tabla
18767 \begin_inset space ~
18768 \end_inset
18769
18770
18771 \begin_inset CommandInset ref
18772 LatexCommand ref
18773 reference "tab:Tabla-con-trazos"
18774
18775 \end_inset
18776
18777  se ha hecho usando «
18778 \series bold
18779 :c
18780 \series default
18781 » como argumento LaTeX de la tercera columna.
18782  El comando en código TeX 
18783 \series bold
18784
18785 \backslash
18786 hdashline
18787 \series default
18788  se ha insertado en la primera celda de la tercera fila y el comando en
18789  código TeX
18790 \begin_inset Newline newline
18791 \end_inset
18792
18793
18794 \series bold
18795
18796 \backslash
18797 cdashline{4-5}
18798 \series default
18799  en la primera celda de la cuarta fila.
18800 \end_layout
18801
18802 \begin_layout Standard
18803 \begin_inset Note Greyedout
18804 status open
18805
18806 \begin_layout Plain Layout
18807
18808 \series bold
18809 Nota:
18810 \series default
18811  Aparentemente el paquete LaTeX 
18812 \series bold
18813 arydshln
18814 \series default
18815  no es compatible con el paquete LaTeX 
18816 \series bold
18817 colortbl
18818 \series default
18819
18820 \begin_inset Index
18821 status collapsed
18822
18823 \begin_layout Plain Layout
18824 LaTeX-paquetes ! colortbl
18825 \end_layout
18826
18827 \end_inset
18828
18829  que se usa para tablas coloreadas en la sección
18830 \begin_inset space ~
18831 \end_inset
18832
18833
18834 \begin_inset CommandInset ref
18835 LatexCommand ref
18836 reference "sec:Tablas-Coloreadas"
18837
18838 \end_inset
18839
18840 .
18841  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
18842 \end_layout
18843
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \begin_layout Standard
18850 \begin_inset ERT
18851 status collapsed
18852
18853 \begin_layout Plain Layout
18854
18855
18856 \backslash
18857 else
18858 \end_layout
18859
18860 \end_inset
18861
18862
18863 \begin_inset Note Note
18864 status open
18865
18866 \begin_layout Plain Layout
18867 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
18868  
18869 \series bold
18870 arydshln
18871 \series default
18872 .
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Standard
18881 Debes instalar el paquete LaTeX 
18882 \series bold
18883 arydshln
18884 \series default
18885  para ver la parte siguiente en la salida.
18886 \end_layout
18887
18888 \begin_layout Standard
18889 \begin_inset ERT
18890 status collapsed
18891
18892 \begin_layout Plain Layout
18893
18894
18895 \backslash
18896 fi
18897 \end_layout
18898
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \begin_layout Chapter
18905 Flotantes
18906 \begin_inset Index
18907 status collapsed
18908
18909 \begin_layout Plain Layout
18910 Flotantes
18911 \end_layout
18912
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \begin_layout Section
18919 Introducción
18920 \begin_inset CommandInset label
18921 LatexCommand label
18922 name "sec:Introducción-Flotantes"
18923
18924 \end_inset
18925
18926
18927 \begin_inset Index
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931 Flotantes ! Introducción
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Standard
18940 Un flotante es un bloque de texto asociado con algún tipo de etiqueta que
18941  no tiene posición fija.
18942  Puede «flotar» adelante o atrás una o dos páginas, donde encaje mejor.
18943  Las 
18944 \family sans
18945 Notas
18946 \begin_inset space ~
18947 \end_inset
18948
18949 al
18950 \begin_inset space ~
18951 \end_inset
18952
18953 pie
18954 \family default
18955  y 
18956 \family sans
18957 Notas
18958 \begin_inset space ~
18959 \end_inset
18960
18961 al
18962 \begin_inset space ~
18963 \end_inset
18964
18965 margen
18966 \family default
18967  también son flotantes, porque pueden flotar a la página siguiente cuando
18968  hay demasiadas notas en la página.
18969 \end_layout
18970
18971 \begin_layout Standard
18972 Los flotantes permiten composiciones de alta calidad.
18973  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
18974  impedir espacios en blanco y páginas sin texto.
18975  Como el flotante destruye a menudo el contexto entre texto e imagen o tabla,
18976  cada flotante puede ser referenciado en el texto.
18977  Por lo tanto los flotantes están numerados.
18978  Las referencias se describen en la sección
18979 \begin_inset space ~
18980 \end_inset
18981
18982
18983 \begin_inset CommandInset ref
18984 LatexCommand ref
18985 reference "sec:Referencias-a-Flotantes"
18986
18987 \end_inset
18988
18989 .
18990 \end_layout
18991
18992 \begin_layout Standard
18993 Para insertar un flotante, usa el menú 
18994 \family sans
18995 Insertar\SpecialChar \menuseparator
18996 Flotante
18997 \family default
18998 .
18999  Esto inserta una 
19000 \family sans
19001 Leyenda,
19002 \family default
19003  un cuadro con una etiqueta.
19004  La etiqueta se traducirá automáticamente al idioma del documento.
19005  Tras la etiqueta puedes insertar el texto de la leyenda.
19006  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19007  separado dentro del flotante.
19008  La colocación de leyendas se describe en la sección
19009 \begin_inset space ~
19010 \end_inset
19011
19012
19013 \begin_inset CommandInset ref
19014 LatexCommand ref
19015 reference "sec:Colocación-de-leyendas"
19016
19017 \end_inset
19018
19019 .
19020  Para mantener legible el documento LyX, puedes abrir y cerrar el flotante
19021  con clic-izquierdo sobre él.
19022  Un cuadro cerrado se muestra así: 
19023 \begin_inset Graphics
19024         filename clipart/flotanteQt4.png
19025         scale 70
19026
19027 \end_inset
19028
19029  ---un cuadro gris con etiqueta en rojo---.
19030 \end_layout
19031
19032 \begin_layout Standard
19033 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19034  errores de LaTeX si el texto circundante se formatea de modo especial.
19035 \end_layout
19036
19037 \begin_layout Standard
19038 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19039  y pinchando el botón correspondiente de la barra de herramientas para un
19040  flotante nuevo.
19041 \end_layout
19042
19043 \begin_layout Section
19044 Tipos de flotantes
19045 \end_layout
19046
19047 \begin_layout Standard
19048 Además de los flotantes de imagen y de tabla que se describen en la sección
19049 \begin_inset space ~
19050 \end_inset
19051
19052
19053 \begin_inset CommandInset ref
19054 LatexCommand ref
19055 reference "sec:Figuras-Flotantes"
19056
19057 \end_inset
19058
19059  y 
19060 \begin_inset CommandInset ref
19061 LatexCommand ref
19062 reference "sec:Tablas-Flotantes"
19063
19064 \end_inset
19065
19066 , respectivamente, LyX ofrece los tipos 
19067 \series bold
19068 Algoritmo
19069 \series default
19070  y 
19071 \series bold
19072 Envoltorio
19073 \series default
19074 .
19075 \end_layout
19076
19077 \begin_layout Subsection
19078 Algoritmos flotantes
19079 \begin_inset Index
19080 status collapsed
19081
19082 \begin_layout Plain Layout
19083 Flotantes ! Algoritmos
19084 \end_layout
19085
19086 \end_inset
19087
19088
19089 \begin_inset CommandInset label
19090 LatexCommand label
19091 name "sub:Algoritmos-Flotantes"
19092
19093 \end_inset
19094
19095
19096 \end_layout
19097
19098 \begin_layout Standard
19099 \begin_inset Float algorithm
19100 placement h
19101 wide false
19102 sideways false
19103 status open
19104
19105 \begin_layout Plain Layout
19106 \begin_inset Caption
19107
19108 \begin_layout Plain Layout
19109 \begin_inset CommandInset label
19110 LatexCommand label
19111 name "alg:Ejemplo-de-Algoritmo-flotante"
19112
19113 \end_inset
19114
19115 Ejemplo de algoritmo flotante
19116 \end_layout
19117
19118 \end_inset
19119
19120
19121 \end_layout
19122
19123 \begin_layout LyX-Code
19124 for I in 1..N loop
19125 \begin_inset Newline newline
19126 \end_inset
19127
19128  Sum:= Sum + A(I); /*comment*/
19129 \begin_inset Newline newline
19130 \end_inset
19131
19132 end loop
19133 \begin_inset VSpace -4mm
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140
19141
19142 \end_layout
19143
19144 \begin_layout Standard
19145 Este tipo de flotante se inserta con el menú 
19146 \family sans
19147 Insertar\SpecialChar \menuseparator
19148 Flotante\SpecialChar \menuseparator
19149 Algoritmo
19150 \family default
19151 .
19152  Se usa para códigos y descripciones de algoritmos.
19153  Un posible entorno para algoritmos es 
19154 \family sans
19155 Código-LyX
19156 \family default
19157 , descrito en la 
19158 \emph on
19159 Guía del usuario
19160 \emph default
19161  de LyX.
19162  El algoritmo
19163 \begin_inset space ~
19164 \end_inset
19165
19166
19167 \begin_inset CommandInset ref
19168 LatexCommand ref
19169 reference "alg:Ejemplo-de-Algoritmo-flotante"
19170
19171 \end_inset
19172
19173  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19174  vertical de -4
19175 \begin_inset space \thinspace{}
19176 \end_inset
19177
19178 mm al final para tener la línea inferior exactamente bajo la última línea
19179  de texto.
19180 \end_layout
19181
19182 \begin_layout Standard
19183 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19184  Hay que hacerlo manualmente añadiendo al preámbulo del documento la línea:
19185 \end_layout
19186
19187 \begin_layout Standard
19188
19189 \series bold
19190
19191 \backslash
19192 floatname{algorithm}{nombre}
19193 \end_layout
19194
19195 \begin_layout Standard
19196 donde 
19197 \family sans
19198 nombre
19199 \family default
19200  es la palabra «
19201 \emph on
19202 algorithm
19203 \emph default
19204 » en el lenguaje deseado.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 En estos casos, para insertar la lista de algoritmos no puedes usar el menú
19209  
19210 \family sans
19211 Insertar\SpecialChar \menuseparator
19212 Lista/IG\SpecialChar \menuseparator
19213 Lista de algoritmos
19214 \family default
19215  como en documentos en inglés.
19216  Para documentos en otro idioma usa en su lugar el comando en código TeX:
19217 \end_layout
19218
19219 \begin_layout Standard
19220
19221 \series bold
19222
19223 \backslash
19224 listof{algorithm}{nombre}
19225 \end_layout
19226
19227 \begin_layout Standard
19228 donde 
19229 \family sans
19230 nombre
19231 \family default
19232  es «
19233 \emph on
19234 List of algorithms
19235 \emph default
19236 » en tu idioma.
19237 \end_layout
19238
19239 \begin_layout Standard
19240 Los algoritmos flotantes no se numeran por omisión según el esquema habitual
19241  para tablas e imágenes flotantes en muchas clases de documento, «capítulo.algori
19242 tmo».
19243  Para numerarlos con ese esquema, añade este comando en el preámbulo del
19244  documento:
19245 \end_layout
19246
19247 \begin_layout Standard
19248
19249 \series bold
19250
19251 \backslash
19252 numberwithin{algorithm}{chapter}
19253 \end_layout
19254
19255 \begin_layout Standard
19256 Para poder usar el comando 
19257 \series bold
19258
19259 \backslash
19260 numberwithin
19261 \series default
19262 , marca la opción 
19263 \family sans
19264 Usar
19265 \begin_inset space ~
19266 \end_inset
19267
19268 el
19269 \begin_inset space ~
19270 \end_inset
19271
19272 paquete
19273 \begin_inset space ~
19274 \end_inset
19275
19276 AMS
19277 \family default
19278  en el menú 
19279 \family sans
19280 Documento\SpecialChar \menuseparator
19281 Configuración\SpecialChar \menuseparator
19282 Ecuaciones
19283 \family default
19284 .
19285 \end_layout
19286
19287 \begin_layout Subsection
19288 Flotantes envueltos
19289 \begin_inset Index
19290 status collapsed
19291
19292 \begin_layout Plain Layout
19293 Flotantes ! Envoltorio
19294 \end_layout
19295
19296 \end_inset
19297
19298
19299 \end_layout
19300
19301 \begin_layout Standard
19302 \begin_inset Wrap figure
19303 lines 0
19304 placement l
19305 overhang 1cm
19306 width "40col%"
19307 status open
19308
19309 \begin_layout Plain Layout
19310 \begin_inset Graphics
19311         filename ../clipart/mobius.eps
19312         width 40col%
19313         rotateOrigin center
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Plain Layout
19321 \begin_inset Caption
19322
19323 \begin_layout Plain Layout
19324 \begin_inset CommandInset label
19325 LatexCommand label
19326 name "fig:Envoltorio-de-figura"
19327
19328 \end_inset
19329
19330 Figura envuelta en el texto
19331 \end_layout
19332
19333 \end_inset
19334
19335
19336 \end_layout
19337
19338 \end_inset
19339
19340  Este tipo de flotante se usa para adosar una figura o una tabla al texto,
19341  de modo que ocupe sólo una parte del ancho de columna.
19342  Se inserta con el menú 
19343 \family sans
19344 Insertar\SpecialChar \menuseparator
19345 Flotante\SpecialChar \menuseparator
19346 Figura
19347 \begin_inset space ~
19348 \end_inset
19349
19350 envuelta
19351 \family default
19352  o 
19353 \family sans
19354 Tabla
19355 \begin_inset space ~
19356 \end_inset
19357
19358 envuelta
19359 \family default
19360  si está instalado el paquete LaTeX 
19361 \series bold
19362 wrapfig
19363 \series default
19364
19365 \begin_inset Index
19366 status collapsed
19367
19368 \begin_layout Plain Layout
19369 LaTeX-paquetes ! wrapfig
19370 \begin_inset ERT
19371 status collapsed
19372
19373 \begin_layout Plain Layout
19374
19375
19376 \backslash
19377 vspace{4mm}
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386
19387 .
19388 \begin_inset Foot
19389 status collapsed
19390
19391 \begin_layout Plain Layout
19392 La instalación de paquetes LaTeX se explica en el manual 
19393 \emph on
19394 Configuración de LaTeX
19395 \emph default
19396 .
19397 \end_layout
19398
19399 \end_inset
19400
19401  Los parámetros del flotante se pueden modificar en el diálogo que se muestra
19402  con clic-derecha sobre el cuadro del flotante.
19403  Son obligatorios la 
19404 \family sans
19405 Ubicación
19406 \family default
19407  y la 
19408 \family sans
19409 Anchura
19410 \family default
19411 .
19412  Son opcionales 
19413 \family sans
19414 Extensión al margen
19415 \family default
19416 , que especifica la anchura de invasión del margen, y 
19417 \family sans
19418 Extender
19419 \begin_inset space ~
19420 \end_inset
19421
19422 a
19423 \begin_inset space ~
19424 \end_inset
19425
19426 líneas
19427 \family default
19428 :, que indica cuántas líneas de texto necesitará aproximadamente el flotante.
19429  Como suele ser difícil estimar el número de líneas, lo mejor es usar esta
19430  opción sólo si encuentras problemas en la colocación del flotante.
19431  Además puedes decidir si permitir que LaTeX deje flotar el flotante dentro
19432  del párrafo o en los párrafos adyacentes.
19433  La figura
19434 \begin_inset space ~
19435 \end_inset
19436
19437
19438 \begin_inset CommandInset ref
19439 LatexCommand ref
19440 reference "fig:Envoltorio-de-figura"
19441
19442 \end_inset
19443
19444  es un ejemplo de envoltorio con una anchura de columna del 40
19445 \begin_inset space \thinspace{}
19446 \end_inset
19447
19448 %, ubicado a la izquierda y 1
19449 \begin_inset space \thinspace{}
19450 \end_inset
19451
19452 cm de invasión de margen.
19453 \begin_inset Foot
19454 status collapsed
19455
19456 \begin_layout Plain Layout
19457 Consulta las unidades disponibles en el apéndice
19458 \begin_inset space ~
19459 \end_inset
19460
19461
19462 \begin_inset CommandInset ref
19463 LatexCommand ref
19464 reference "cha:Unidades-disponibles-en"
19465
19466 \end_inset
19467
19468 .
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \end_layout
19475
19476 \begin_layout Standard
19477 \begin_inset Note Greyedout
19478 status open
19479
19480 \begin_layout Plain Layout
19481
19482 \series bold
19483 Nota:
19484 \series default
19485  ¡Los flotantes envueltos son frágiles! P.
19486 \begin_inset space \thinspace{}
19487 \end_inset
19488
19489 e.
19490 \begin_inset space ~
19491 \end_inset
19492
19493 si una figura está demasiado cerca de la parte inferior de la página se
19494  pueden perder cosas en el proceso de salida: el flotante puede no aparecer
19495  o situarse junto a otro texto.
19496 \end_layout
19497
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 En general:
19505 \end_layout
19506
19507 \begin_layout Itemize
19508 Los flotantes envueltos no deberían situarse en párrafos que van sobre un
19509  salto de página.
19510  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19511  esté casi listo y puedas prever los saltos de página.
19512 \end_layout
19513
19514 \begin_layout Itemize
19515 Los flotantes envueltos deberían situarse, bien en un párrafo propio antes
19516  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19517 \end_layout
19518
19519 \begin_layout Itemize
19520 Los flotantes envueltos en párrafos consecutivos pueden dar problemas, así
19521  que asegura que hay un párrafo de texto entre ellos.
19522 \end_layout
19523
19524 \begin_layout Itemize
19525 Los flotantes envueltos no están permitidos en cabeceras de sección o tablas.
19526 \end_layout
19527
19528 \begin_layout Section
19529 Numeración de flotantes
19530 \begin_inset Index
19531 status collapsed
19532
19533 \begin_layout Plain Layout
19534 Flotantes ! Numeración
19535 \end_layout
19536
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \begin_layout Standard
19543 En general, los flotantes se numeran independientemente de las secciones
19544  en las que se encuentran o según el esquema «capítulo.número» o «sección.número»,
19545  dependiendo de la clase de documento utilizada.
19546 \end_layout
19547
19548 \begin_layout Standard
19549 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19550  comando en el preámbulo del documento:
19551 \end_layout
19552
19553 \begin_layout Standard
19554
19555 \series bold
19556
19557 \backslash
19558 renewcommand{
19559 \backslash
19560 thetable}{
19561 \backslash
19562 roman{table}}
19563 \end_layout
19564
19565 \begin_layout Standard
19566
19567 \series bold
19568
19569 \backslash
19570 thetable 
19571 \series default
19572 es el comando que imprime el número de la tabla, para figuras flotantes
19573  el comando sería 
19574 \series bold
19575
19576 \backslash
19577 thefigure
19578 \series default
19579 .
19580  El comando 
19581 \series bold
19582
19583 \backslash
19584 roman
19585 \series default
19586  imprime el número de tabla en números romanos en minúscula.
19587 \end_layout
19588
19589 \begin_layout Standard
19590 Para cambiar el esquema de numeración, por ejemplo a «subsección.número»,
19591  usa este comando en el preámbulo:
19592 \end_layout
19593
19594 \begin_layout Standard
19595
19596 \series bold
19597
19598 \backslash
19599 numberwithin{table}{subsection}
19600 \end_layout
19601
19602 \begin_layout Standard
19603 Para poder usar el comando 
19604 \series bold
19605
19606 \backslash
19607 numberwithin
19608 \series default
19609 , debes marcar la opción 
19610 \family sans
19611 Usar
19612 \begin_inset space ~
19613 \end_inset
19614
19615 el
19616 \begin_inset space ~
19617 \end_inset
19618
19619 paquete
19620 \begin_inset space ~
19621 \end_inset
19622
19623 AMS 
19624 \family default
19625 en el apartado 
19626 \family sans
19627 Ecuaciones 
19628 \family default
19629 de las preferencias del documento.
19630 \end_layout
19631
19632 \begin_layout Standard
19633 Puedes ver más detalles y notas importantes sobre comandos de numeración
19634  en la sección
19635 \begin_inset space ~
19636 \end_inset
19637
19638
19639 \begin_inset CommandInset ref
19640 LatexCommand ref
19641 reference "sub:Numeración-de-Notas-al-Pie"
19642
19643 \end_inset
19644
19645 .
19646 \end_layout
19647
19648 \begin_layout Section
19649 Referencias a flotantes
19650 \begin_inset CommandInset label
19651 LatexCommand label
19652 name "sec:Referencias-a-Flotantes"
19653
19654 \end_inset
19655
19656
19657 \begin_inset Index
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661 Flotantes ! Referencias
19662 \end_layout
19663
19664 \end_inset
19665
19666
19667 \begin_inset Index
19668 status collapsed
19669
19670 \begin_layout Plain Layout
19671 Referencias
19672 \end_layout
19673
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \begin_layout Standard
19680 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19681  menú 
19682 \family sans
19683 Insertar\SpecialChar \menuseparator
19684 Etiqueta
19685 \family default
19686  o el botón 
19687 \begin_inset Graphics
19688         filename ../../images/label-insert.png
19689         scale 85
19690
19691 \end_inset
19692
19693 .
19694  Aparece una ventana esperando la introducción del texto de la etiqueta
19695  y se inserta un cuadro gris como este: 
19696 \begin_inset Graphics
19697         filename clipart/etiquetaQt4.png
19698         scale 85
19699
19700 \end_inset
19701
19702 .
19703  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19704  El prefijo depende del tipo de flotante, p.
19705 \begin_inset space \thinspace{}
19706 \end_inset
19707
19708 e.
19709 \begin_inset space ~
19710 \end_inset
19711
19712 para figuras el prefijo será «
19713 \family sans
19714 fig:
19715 \family default
19716 ».
19717 \end_layout
19718
19719 \begin_layout Standard
19720 La etiqueta se usa como ancla y el nombre para la referencia.
19721  Puedes referenciar la etiqueta usando el menú 
19722 \family sans
19723 Insertar\SpecialChar \menuseparator
19724 Referencia
19725 \family default
19726
19727 \begin_inset space ~
19728 \end_inset
19729
19730
19731 \family sans
19732 cruzada
19733 \family default
19734  o el botón 
19735 \begin_inset Graphics
19736         filename ../../images/dialog-show-new-inset_ref.png
19737         scale 85
19738
19739 \end_inset
19740
19741 .
19742  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
19743  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
19744  trabajando de la lista desplegable de la parte superior del diálogo.
19745  Puedes ordenar las etiquetas alfabéticamente y elegir una.
19746  Se inserta un cuadro gris como este: 
19747 \begin_inset Graphics
19748         filename clipart/referenciaQt4.png
19749         scale 85
19750
19751 \end_inset
19752
19753 .
19754  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
19755 \end_layout
19756
19757 \begin_layout Standard
19758 Se recomienda poner un espacio protegido entre el nombre de la referencia
19759  cruzada y su número para evitar saltos de línea entre ellos.
19760  Si una referencia cruzada corresponde a una etiqueta inexistente verás
19761  dos interrogaciones en la salida.
19762 \end_layout
19763
19764 \begin_layout Standard
19765 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
19766  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
19767  al texto de la etiqueta nueva, no te ocupes por eso.
19768 \end_layout
19769
19770 \begin_layout Standard
19771 El botón 
19772 \family sans
19773 Ir
19774 \begin_inset space ~
19775 \end_inset
19776
19777 a
19778 \begin_inset space ~
19779 \end_inset
19780
19781 la
19782 \begin_inset space ~
19783 \end_inset
19784
19785 etiqueta
19786 \family default
19787  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
19788  y el texto del botón cambia a 
19789 \family sans
19790 Volver
19791 \family default
19792 , con el que se puede retornar a la referencia.
19793  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
19794  la etiqueta pero sin opción de volver.
19795 \end_layout
19796
19797 \begin_layout Subsection
19798 Formatos de referencia cruzada
19799 \begin_inset CommandInset label
19800 LatexCommand label
19801 name "sub:Formatos-referencia-cruzada"
19802
19803 \end_inset
19804
19805
19806 \begin_inset Index
19807 status collapsed
19808
19809 \begin_layout Plain Layout
19810 Referencias ! Formatos
19811 \end_layout
19812
19813 \end_inset
19814
19815
19816 \end_layout
19817
19818 \begin_layout Standard
19819 Hay seis variedades de referencias cruzadas:
19820 \end_layout
19821
19822 \begin_layout Description
19823 <referencia>: imprime el número flotante, esta es la opción predeterminada:
19824  
19825 \begin_inset CommandInset ref
19826 LatexCommand ref
19827 reference "fig:Dos-imágenes-distorsionadas"
19828
19829 \end_inset
19830
19831
19832 \end_layout
19833
19834 \begin_layout Description
19835 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
19836  habitual para referirse a fórmulas, especialmente si se omite el nombre
19837  «Ecuación»: 
19838 \begin_inset CommandInset ref
19839 LatexCommand eqref
19840 reference "eq:Wgn"
19841
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \begin_layout Description
19848 <página>: imprime el número de página: Página
19849 \begin_inset space ~
19850 \end_inset
19851
19852
19853 \begin_inset CommandInset ref
19854 LatexCommand pageref
19855 reference "fig:Dos-imágenes-distorsionadas"
19856
19857 \end_inset
19858
19859
19860 \end_layout
19861
19862 \begin_layout Description
19863 en
19864 \begin_inset space ~
19865 \end_inset
19866
19867 página
19868 \begin_inset space ~
19869 \end_inset
19870
19871 <página>: imprime el texto «en la página» y el número de página: 
19872 \begin_inset CommandInset ref
19873 LatexCommand vpageref
19874 reference "fig:Dos-imágenes-distorsionadas"
19875
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \begin_layout Description
19882 <referencia>
19883 \begin_inset space ~
19884 \end_inset
19885
19886 en
19887 \begin_inset space ~
19888 \end_inset
19889
19890 página
19891 \begin_inset space ~
19892 \end_inset
19893
19894 <página>: imprime el número flotante, el texto «en la página» y el número
19895  de página: 
19896 \begin_inset CommandInset ref
19897 LatexCommand vref
19898 reference "fig:Dos-imágenes-distorsionadas"
19899
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \begin_layout Description
19906 Referencia
19907 \begin_inset space ~
19908 \end_inset
19909
19910 con
19911 \begin_inset space ~
19912 \end_inset
19913
19914 formato: imprime un formato personalizado.
19915  
19916 \begin_inset Note Greyedout
19917 status open
19918
19919 \begin_layout Plain Layout
19920
19921 \series bold
19922 Nota:
19923 \series default
19924  Esta característica sólo está disponible si está instalado el paquete LaTeX
19925  
19926 \series bold
19927 prettyref
19928 \series default
19929 .
19930 \end_layout
19931
19932 \end_inset
19933
19934
19935 \end_layout
19936
19937 \begin_layout Standard
19938 Ten en cuenta que el estilo <página>
19939 \begin_inset space \thinspace{}
19940 \end_inset
19941
19942  no imprime el número si la etiqueta está en la misma página, en la anterior
19943  o en la siguiente.
19944  En su lugar verás p.
19945 \begin_inset space \thinspace{}
19946 \end_inset
19947
19948 e.
19949 \begin_inset space ~
19950 \end_inset
19951
19952 el texto «
19953 \family sans
19954 en esta página
19955 \family default
19956 ».
19957 \end_layout
19958
19959 \begin_layout Standard
19960 El número y página actual de la parte del documento referida es automáticamente
19961  calculado por LaTeX en la salida.
19962  Las variedades se ajustan en el campo 
19963 \family sans
19964 Formato
19965 \family default
19966  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
19967 \end_layout
19968
19969 \begin_layout Subsection
19970 Designación automática de referencias
19971 \begin_inset Index
19972 status collapsed
19973
19974 \begin_layout Plain Layout
19975 Referencias ! Designación automática
19976 \end_layout
19977
19978 \end_inset
19979
19980
19981 \end_layout
19982
19983 \begin_layout Standard
19984 El paquete LaTeX 
19985 \series bold
19986 hyperref
19987 \series default
19988
19989 \begin_inset Index
19990 status collapsed
19991
19992 \begin_layout Plain Layout
19993 LaTeX-paquetes ! hyperref
19994 \end_layout
19995
19996 \end_inset
19997
19998 , que se habilita en 
19999 \family sans
20000 Propiedades PDF
20001 \family default
20002  del diálogo 
20003 \family sans
20004 Documento\SpecialChar \menuseparator
20005 Configuración
20006 \family default
20007 , dispone de una característica muy útil que permite incluir automáticamente
20008  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20009  de texto como 
20010 \emph on
20011 sección
20012 \emph default
20013 ).
20014  Así, p.
20015 \begin_inset space \thinspace{}
20016 \end_inset
20017
20018 e., no tendrás que escribir la palabra «Figura» delante de cada referencia
20019  a una figura.
20020  Para usar esta característica habilita el soporte para 
20021 \series bold
20022 hyperref
20023 \series default
20024  e inserta la siguiente línea en el preámbulo LaTeX:
20025 \end_layout
20026
20027 \begin_layout Standard
20028
20029 \series bold
20030
20031 \backslash
20032 AtBeginDocument{
20033 \backslash
20034 renewcommand{
20035 \backslash
20036 ref}[1]{
20037 \backslash
20038 mbox{
20039 \backslash
20040 autoref{#1}}}}
20041 \end_layout
20042
20043 \begin_layout Standard
20044 Si prefieres otros nombres para las referencias distintos de los predeterminados
20045 , por ejemplo «sec.» en lugar de «sección», puedes redefinir el nombre insertando
20046  lo siguiente en el preámbulo:
20047 \end_layout
20048
20049 \begin_layout Standard
20050
20051 \series bold
20052
20053 \backslash
20054 addto
20055 \backslash
20056 extrasenglish{
20057 \backslash
20058 renewcommand{
20059 \backslash
20060 sectionautorefname}
20061 \begin_inset Newline newline
20062 \end_inset
20063
20064
20065 \begin_inset ERT
20066 status collapsed
20067
20068 \begin_layout Plain Layout
20069
20070
20071 \backslash
20072 hphantom{ }
20073 \end_layout
20074
20075 \end_inset
20076
20077 {sec.
20078 \backslash
20079 negthinspace}}
20080 \end_layout
20081
20082 \begin_layout Standard
20083 Si estás usando un idioma de documento distinto del inglés, reemplaza
20084 \begin_inset Newline newline
20085 \end_inset
20086
20087  
20088 \series bold
20089
20090 \backslash
20091 extrasenglish
20092 \series default
20093  por
20094 \series bold
20095  
20096 \backslash
20097 extras***
20098 \series default
20099 , donde *** es el nombre del idioma utilizado.
20100 \end_layout
20101
20102 \begin_layout Standard
20103 Para obtener nombres automáticos pero no para determinados tipos de referencias,
20104  por ejemplo no para ecuaciones, usa este código de preámbulo:
20105 \end_layout
20106
20107 \begin_layout Standard
20108
20109 \series bold
20110
20111 \backslash
20112 newlength{
20113 \backslash
20114 abc}
20115 \begin_inset Newline newline
20116 \end_inset
20117
20118
20119 \backslash
20120 settowidth{
20121 \backslash
20122 abc}{
20123 \backslash
20124 space}
20125 \begin_inset Newline newline
20126 \end_inset
20127
20128
20129 \backslash
20130 addto
20131 \backslash
20132 extrasenglish{
20133 \backslash
20134 renewcommand{
20135 \backslash
20136 equationautorefname}
20137 \begin_inset Newline newline
20138 \end_inset
20139
20140
20141 \begin_inset ERT
20142 status collapsed
20143
20144 \begin_layout Plain Layout
20145
20146
20147 \backslash
20148 hphantom{ }
20149 \end_layout
20150
20151 \end_inset
20152
20153 {
20154 \backslash
20155 hspace{-
20156 \backslash
20157 abc}}
20158 \end_layout
20159
20160 \begin_layout Standard
20161 En la documentación de 
20162 \series bold
20163 hyperref
20164 \series default
20165  
20166 \begin_inset CommandInset citation
20167 LatexCommand cite
20168 key "hyperref"
20169
20170 \end_inset
20171
20172  puedes encontrar más información.
20173
20174 \series bold
20175  
20176 \end_layout
20177
20178 \begin_layout Standard
20179 \begin_inset Note Greyedout
20180 status open
20181
20182 \begin_layout Plain Layout
20183
20184 \series bold
20185 Nota:
20186 \series default
20187  La designación automática de referencias no puede usarse en el estilo 
20188 \family sans
20189 Referencia
20190 \begin_inset space ~
20191 \end_inset
20192
20193 con
20194 \begin_inset space ~
20195 \end_inset
20196
20197 formato
20198 \family default
20199 , descrita en la sección
20200 \begin_inset space ~
20201 \end_inset
20202
20203
20204 \begin_inset CommandInset ref
20205 LatexCommand ref
20206 reference "sub:Formatos-referencia-cruzada"
20207
20208 \end_inset
20209
20210 .
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Standard
20219 El manual 
20220 \emph on
20221 Ecuaciones
20222 \emph default
20223  es un ejemplo de documento en el que se ha utilizado designación automática
20224  de referencias.
20225 \end_layout
20226
20227 \begin_layout Subsection
20228 Colocación de referencias
20229 \begin_inset CommandInset label
20230 LatexCommand label
20231 name "sub:Colocación-de-Referencias"
20232
20233 \end_inset
20234
20235
20236 \begin_inset Index
20237 status collapsed
20238
20239 \begin_layout Plain Layout
20240 Referencias ! Colocación
20241 \end_layout
20242
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \begin_layout Standard
20249 Si usas 
20250 \series bold
20251 hyperref
20252 \series default
20253
20254 \begin_inset Index
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258 LaTeX-paquetes ! hyperref
20259 \end_layout
20260
20261 \end_inset
20262
20263 , en las 
20264 \family sans
20265 Preferencias PDF 
20266 \family default
20267 del diálogo 
20268 \family sans
20269 Documento\SpecialChar \menuseparator
20270 Configuración
20271 \family default
20272 , para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20273  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20274  La leyenda será la primera parte del texto en pantalla, de forma que para
20275  ver la imagen debes deslizar.
20276  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20277  Usando el paquete 
20278 \series bold
20279 hypcap
20280 \series default
20281
20282 \begin_inset Index
20283 status collapsed
20284
20285 \begin_layout Plain Layout
20286 LaTeX-paquetes ! hypcap
20287 \end_layout
20288
20289 \end_inset
20290
20291 , que forma parte del paquete LaTeX 
20292 \series bold
20293 oberdiek
20294 \series default
20295
20296 \begin_inset Index
20297 status collapsed
20298
20299 \begin_layout Plain Layout
20300 LaTeX-paquetes ! oberdiek
20301 \end_layout
20302
20303 \end_inset
20304
20305 , el ancla de enlace se sitúa al comienzo de un flotante.
20306  Para usar esta característica para figuras flotantes carga 
20307 \series bold
20308 hypcap
20309 \series default
20310  en el preámbulo con
20311 \end_layout
20312
20313 \begin_layout Standard
20314
20315 \series bold
20316
20317 \backslash
20318 usepackage[figure]{hypcap}
20319 \end_layout
20320
20321 \begin_layout Standard
20322 Puedes usar 
20323 \series bold
20324 hypcap
20325 \series default
20326  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20327  Más información en el manual de 
20328 \series bold
20329 hypcap
20330 \series default
20331  
20332 \begin_inset CommandInset citation
20333 LatexCommand cite
20334 key "hypcap"
20335
20336 \end_inset
20337
20338 .
20339 \end_layout
20340
20341 \begin_layout Standard
20342 \begin_inset Note Greyedout
20343 status open
20344
20345 \begin_layout Plain Layout
20346
20347 \series bold
20348 Nota:
20349 \series default
20350  
20351 \series bold
20352 hypcap
20353 \series default
20354  no funciona para las referencias a subfiguras.
20355 \end_layout
20356
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \begin_layout Section
20363 Colocación de flotantes
20364 \begin_inset CommandInset label
20365 LatexCommand label
20366 name "sec:Colocación-de-Flotantes"
20367
20368 \end_inset
20369
20370
20371 \begin_inset Index
20372 status collapsed
20373
20374 \begin_layout Plain Layout
20375 Flotantes ! Colocación
20376 \end_layout
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Standard
20384 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20385  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20386  los flotantes.
20387 \begin_inset Newline newline
20388 \end_inset
20389
20390 La opción 
20391 \family sans
20392 Extender
20393 \begin_inset space ~
20394 \end_inset
20395
20396 columnas
20397 \family default
20398  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20399  abarcará ambas columnas en lugar de una sola.
20400 \begin_inset Newline newline
20401 \end_inset
20402
20403 La opción 
20404 \family sans
20405 Girar
20406 \begin_inset space ~
20407 \end_inset
20408
20409 a
20410 \begin_inset space ~
20411 \end_inset
20412
20413 un
20414 \begin_inset space ~
20415 \end_inset
20416
20417 lado
20418 \family default
20419  sirve para girar flotantes, véase sección
20420 \begin_inset space ~
20421 \end_inset
20422
20423
20424 \begin_inset CommandInset ref
20425 LatexCommand ref
20426 reference "sec:Rotación-de-Flotantes"
20427
20428 \end_inset
20429
20430 .
20431  
20432 \end_layout
20433
20434 \begin_layout Standard
20435 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20436  la posición de un flotante si desmarcas la opción 
20437 \family sans
20438 Usar
20439 \begin_inset space ~
20440 \end_inset
20441
20442 ubicación
20443 \begin_inset space ~
20444 \end_inset
20445
20446 predeterminada
20447 \family default
20448 :
20449 \end_layout
20450
20451 \begin_layout Description
20452
20453 \family sans
20454 \series bold
20455 Aquí
20456 \begin_inset space ~
20457 \end_inset
20458
20459 si
20460 \begin_inset space ~
20461 \end_inset
20462
20463 es
20464 \begin_inset space ~
20465 \end_inset
20466
20467 posible
20468 \family default
20469 \series default
20470  intenta situar el flotante en la posición en la que se inserta
20471 \end_layout
20472
20473 \begin_layout Description
20474
20475 \family sans
20476 \series bold
20477 Principio
20478 \begin_inset space ~
20479 \end_inset
20480
20481 de
20482 \begin_inset space ~
20483 \end_inset
20484
20485 página
20486 \family default
20487 \series default
20488  intenta situar el flotante al principio de la página actual
20489 \end_layout
20490
20491 \begin_layout Description
20492
20493 \family sans
20494 \series bold
20495 Fin
20496 \begin_inset space ~
20497 \end_inset
20498
20499 de
20500 \begin_inset space ~
20501 \end_inset
20502
20503 página
20504 \family default
20505 \series default
20506  intenta situar el flotante al final de la página actual
20507 \end_layout
20508
20509 \begin_layout Description
20510
20511 \family sans
20512 \series bold
20513 Página
20514 \begin_inset space ~
20515 \end_inset
20516
20517 de
20518 \begin_inset space ~
20519 \end_inset
20520
20521 flotantes
20522 \family default
20523 \series default
20524  intenta situar el flotante en una página propia 
20525 \end_layout
20526
20527 \begin_layout Standard
20528 LaTeX usa 
20529 \emph on
20530 siempre
20531 \emph default
20532  ese orden de opciones.
20533  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20534  lugar 
20535 \family sans
20536 Aquí
20537 \begin_inset space ~
20538 \end_inset
20539
20540 si
20541 \begin_inset space ~
20542 \end_inset
20543
20544 es
20545 \begin_inset space ~
20546 \end_inset
20547
20548 posible
20549 \family default
20550 , luego 
20551 \family sans
20552 Principio
20553 \begin_inset space ~
20554 \end_inset
20555
20556 de
20557 \begin_inset space ~
20558 \end_inset
20559
20560 página
20561 \family default
20562 , y después las otras.
20563  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20564  pero en dicho orden.
20565  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20566  pero intenta poner el flotante en la página siguiente.
20567 \end_layout
20568
20569 \begin_layout Standard
20570 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20571 \end_layout
20572
20573 \begin_layout Labeling
20574 \labelwidthstring 00.00.0000
20575
20576 \family sans
20577 Principio
20578 \begin_inset space ~
20579 \end_inset
20580
20581 de
20582 \begin_inset space ~
20583 \end_inset
20584
20585 página:
20586 \family default
20587  sólo si el flotante ocupa menos del 70
20588 \begin_inset space \thinspace{}
20589 \end_inset
20590
20591 % de la página puede ubicarse al principio de página (
20592 \series bold
20593
20594 \backslash
20595 topfraction
20596 \series default
20597 )
20598 \end_layout
20599
20600 \begin_layout Labeling
20601 \labelwidthstring 00.00.0000
20602
20603 \family sans
20604 Fin
20605 \begin_inset space ~
20606 \end_inset
20607
20608 de
20609 \begin_inset space ~
20610 \end_inset
20611
20612 página:
20613 \family default
20614  sólo si el flotante ocupa menos del 30
20615 \begin_inset space \thinspace{}
20616 \end_inset
20617
20618 % de la página puede ubicarse al fin de página.
20619  (
20620 \series bold
20621
20622 \backslash
20623 bottomfraction
20624 \series default
20625 )
20626 \end_layout
20627
20628 \begin_layout Labeling
20629 \labelwidthstring 00.00.0000
20630
20631 \family sans
20632 Página
20633 \begin_inset space ~
20634 \end_inset
20635
20636 de
20637 \begin_inset space ~
20638 \end_inset
20639
20640 flotantes:
20641 \family default
20642  sólo si más del 50
20643 \begin_inset space \thinspace{}
20644 \end_inset
20645
20646 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20647  página.
20648  (
20649 \series bold
20650
20651 \backslash
20652 floatpagefraction
20653 \series default
20654 )
20655 \end_layout
20656
20657 \begin_layout Standard
20658 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20659  
20660 \family sans
20661 Ignorar
20662 \begin_inset space ~
20663 \end_inset
20664
20665 reglas
20666 \begin_inset space ~
20667 \end_inset
20668
20669 de
20670 \begin_inset space ~
20671 \end_inset
20672
20673 LaTeX
20674 \family default
20675 .
20676 \begin_inset Newline newline
20677 \end_inset
20678
20679 También puedes redefinir las reglas con los comandos LaTeX que van entre
20680  paréntesis tras la descripción de las reglas anteriores.
20681  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20682  la regla 
20683 \family sans
20684 Fin
20685 \family default
20686
20687 \begin_inset space ~
20688 \end_inset
20689
20690
20691 \family sans
20692 de
20693 \family default
20694
20695 \begin_inset space ~
20696 \end_inset
20697
20698
20699 \family sans
20700 página
20701 \family default
20702  al 50
20703 \begin_inset space \thinspace{}
20704 \end_inset
20705
20706 %, añade esta línea en el preámbulo:
20707 \end_layout
20708
20709 \begin_layout Standard
20710
20711 \series bold
20712
20713 \backslash
20714 renewcommand{
20715 \backslash
20716 bottomfraction}{0.5}
20717 \end_layout
20718
20719 \begin_layout Standard
20720 En determinados casos podrías necesitar ubicar un flotante exactamente en
20721  la posición en la que se inserta.
20722  Para esto puedes usar la opción 
20723 \family sans
20724 Aquí
20725 \begin_inset space ~
20726 \end_inset
20727
20728 definitivamente
20729 \family default
20730 .
20731  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20732  porque el flotante ya no podrá «flotar» y si haces cambios al documento
20733  se podría estropear el diseño de la página.
20734 \end_layout
20735
20736 \begin_layout Standard
20737 No hay opciones de ubicación para envoltorios flotantes porque siempre están
20738  rodeados por texto de un párrafo determinado.
20739 \begin_inset VSpace bigskip
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \begin_layout Standard
20746 A veces surge el problema de que un flotante se sitúa al principio de la
20747  página mientras que su sección correspondiente empieza en mitad de la página,
20748  así que el lector podría creer que el flotante forma parte de la sección
20749  anterior.
20750  Para evitarlo puede emplearse el comando LaTeX 
20751 \series bold
20752
20753 \backslash
20754 suppressfloats
20755 \series default
20756 , que suprime la ubicación de un flotante dado en la página donde se inserta
20757  y además puede servir para evitar que el flotante se coloque antes del
20758  inicio de sección.
20759  Para ello, añade estos comandos al preámbulo:
20760 \end_layout
20761
20762 \begin_layout Standard
20763
20764 \series bold
20765
20766 \backslash
20767 let
20768 \backslash
20769 mySection
20770 \backslash
20771 section
20772 \begin_inset Newline newline
20773 \end_inset
20774
20775
20776 \backslash
20777 renewcommand{
20778 \backslash
20779 section}{
20780 \backslash
20781 suppressfloats[t]
20782 \backslash
20783 mySection}
20784 \end_layout
20785
20786 \begin_layout Standard
20787 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
20788  subsecciones.
20789  No es recomendable para partes pequeñas de texto como subsubsecciones porque
20790  LaTeX podría tener problemas para encontrar una ubicación adecuada.
20791 \end_layout
20792
20793 \begin_layout Standard
20794 \begin_inset VSpace bigskip
20795 \end_inset
20796
20797 En ciertos casos se quieren tener todas las figuras/tablas al final del
20798  documento.
20799  Para estos casos está el paquete LaTeX 
20800 \series bold
20801 endfloat
20802 \series default
20803
20804 \begin_inset Index
20805 status collapsed
20806
20807 \begin_layout Plain Layout
20808 LaTeX-paquetes ! endfloat
20809 \end_layout
20810
20811 \end_inset
20812
20813 .
20814  Pone todas las figuras y tablas flotantes al final del documento en secciones
20815  propias.
20816  En la posición original del flotante se inserta una indicación como «
20817 \family sans
20818 [Figure
20819 \begin_inset space ~
20820 \end_inset
20821
20822 3.2 about here.]
20823 \family default
20824 ».
20825  El paquete 
20826 \series bold
20827 endfloat
20828 \series default
20829  se carga en el preámbulo con la línea
20830 \end_layout
20831
20832 \begin_layout Standard
20833
20834 \series bold
20835
20836 \backslash
20837 usepackage[options]{endfloat}
20838 \end_layout
20839
20840 \begin_layout Standard
20841 Hay varias opciones para diseñar las secciones figura/tabla creadas.
20842  Para más información véase la documentación de 
20843 \begin_inset CommandInset citation
20844 LatexCommand cite
20845 key "endfloat"
20846
20847 \end_inset
20848
20849 .
20850 \begin_inset Newline newline
20851 \end_inset
20852
20853
20854 \begin_inset Note Greyedout
20855 status open
20856
20857 \begin_layout Plain Layout
20858
20859 \series bold
20860 Nota: endfloat
20861 \series default
20862  no traduce automáticamente la indicación, hay que hacerlo manualmente,
20863  véase sección
20864 \begin_inset space ~
20865 \end_inset
20866
20867 4 en 
20868 \begin_inset CommandInset citation
20869 LatexCommand cite
20870 key "endfloat"
20871
20872 \end_inset
20873
20874 .
20875 \end_layout
20876
20877 \end_inset
20878
20879
20880 \begin_inset Newline newline
20881 \end_inset
20882
20883
20884 \begin_inset Note Greyedout
20885 status open
20886
20887 \begin_layout Plain Layout
20888
20889 \series bold
20890 Nota:
20891 \series default
20892  Actualmente hay un error en 
20893 \series bold
20894 endfloat
20895 \series default
20896  cuando la leyenda contiene el carácter alemán «ß».
20897  Usa en ese caso el comando «
20898 \series bold
20899
20900 \backslash
20901 ss
20902 \series default
20903 » en código TeX en vez de «ß».
20904 \end_layout
20905
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \begin_layout Standard
20912 \begin_inset VSpace bigskip
20913 \end_inset
20914
20915 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
20916 \begin_inset CommandInset citation
20917 LatexCommand cite
20918 key "latexcompanion,latexguide,latexbook"
20919
20920 \end_inset
20921
20922 .
20923 \end_layout
20924
20925 \begin_layout Section
20926 Rotación de flotantes
20927 \begin_inset CommandInset label
20928 LatexCommand label
20929 name "sec:Rotación-de-Flotantes"
20930
20931 \end_inset
20932
20933
20934 \begin_inset Index
20935 status collapsed
20936
20937 \begin_layout Plain Layout
20938 Flotantes ! Rotación
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \end_layout
20945
20946 \begin_layout Standard
20947 Podrías necesitar girar flotantes, especialmente con tablas grandes.
20948  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
20949  la opción 
20950 \family sans
20951 Girar
20952 \begin_inset space ~
20953 \end_inset
20954
20955 a
20956 \begin_inset space ~
20957 \end_inset
20958
20959 un
20960 \begin_inset space ~
20961 \end_inset
20962
20963 lado
20964 \family default
20965 .
20966 \end_layout
20967
20968 \begin_layout Standard
20969 Los flotantes girados son puestos siempre en su propia página (o columna
20970  si el documento es de dos columnas).
20971  Se les puede permitir abarcar varias columnas con la opción de configuración
20972  
20973 \family sans
20974 Extender
20975 \begin_inset space ~
20976 \end_inset
20977
20978 columnas
20979 \family default
20980 .
20981  Se rotan de forma que puedes leerlos desde el margen externo.
20982  Para forzar determinada dirección de rotación para todas las páginas, puedes
20983  añadir una de las opciones 
20984 \series bold
20985 figuresleft
20986 \series default
20987  o 
20988 \series bold
20989 figuresright
20990 \series default
20991  a las opciones de clase del documento.
20992 \end_layout
20993
20994 \begin_layout Standard
20995 Los flotantes girados se refieren igual que los normales, y el formato de
20996  la leyenda también es el mismo: un ejemplo es la tabla
20997 \begin_inset space ~
20998 \end_inset
20999
21000
21001 \begin_inset CommandInset ref
21002 LatexCommand ref
21003 reference "tab:Tabla-girada"
21004
21005 \end_inset
21006
21007 .
21008 \end_layout
21009
21010 \begin_layout Standard
21011 \begin_inset Note Greyedout
21012 status open
21013
21014 \begin_layout Plain Layout
21015
21016 \series bold
21017 Nota:
21018 \series default
21019  No todos los visores DVI pueden mostrar tablas giradas.
21020 \end_layout
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \begin_layout Standard
21028 \begin_inset Float table
21029 wide false
21030 sideways true
21031 status open
21032
21033 \begin_layout Plain Layout
21034 \begin_inset Caption
21035
21036 \begin_layout Plain Layout
21037 \begin_inset CommandInset label
21038 LatexCommand label
21039 name "tab:Tabla-girada"
21040
21041 \end_inset
21042
21043 Tabla girada
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Plain Layout
21052 \align center
21053 \begin_inset Tabular
21054 <lyxtabular version="3" rows="1" columns="5">
21055 <features>
21056 <column alignment="center" valignment="top" width="0">
21057 <column alignment="center" valignment="top" width="0">
21058 <column alignment="center" valignment="top" width="0">
21059 <column alignment="center" valignment="top" width="0">
21060 <column alignment="center" valignment="top" width="0">
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 test
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 b
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 c
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 d
21094 \end_layout
21095
21096 \end_inset
21097 </cell>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102 e
21103 \end_layout
21104
21105 \end_inset
21106 </cell>
21107 </row>
21108 </lyxtabular>
21109
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \begin_layout Section
21121 Flotantes adosados
21122 \begin_inset Index
21123 status collapsed
21124
21125 \begin_layout Plain Layout
21126 Flotantes ! Adosados
21127 \end_layout
21128
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \begin_layout Standard
21135 Para colocar flotantes unos junto a otros, como en la figura
21136 \begin_inset space ~
21137 \end_inset
21138
21139
21140 \begin_inset CommandInset ref
21141 LatexCommand ref
21142 reference "fig:Flotante-izquierda"
21143
21144 \end_inset
21145
21146  y 
21147 \begin_inset CommandInset ref
21148 LatexCommand ref
21149 reference "fig:Flotante-derecha"
21150
21151 \end_inset
21152
21153 , se pone 
21154 \emph on
21155 un
21156 \emph default
21157  solo flotante.
21158  En él se insertan dos cuadros tipo minipágina.
21159 \begin_inset Foot
21160 status collapsed
21161
21162 \begin_layout Plain Layout
21163 Las minipáginas se explican en la sección
21164 \begin_inset space ~
21165 \end_inset
21166
21167
21168 \begin_inset CommandInset ref
21169 LatexCommand ref
21170 reference "sec:Minipáginas"
21171
21172 \end_inset
21173
21174 .
21175 \end_layout
21176
21177 \end_inset
21178
21179  La anchura de la columna se establece en 45-50
21180 \begin_inset space \thinspace{}
21181 \end_inset
21182
21183 % y la alineación en 
21184 \family sans
21185 Inferior
21186 \family default
21187  para cada minipágina.
21188  Las minipáginas contienen la imagen y su título, de igual forma que en
21189  los flotantes.
21190  La única diferencia es que el 
21191 \family sans
21192 Ancho
21193 \begin_inset space ~
21194 \end_inset
21195
21196 de
21197 \begin_inset space ~
21198 \end_inset
21199
21200 columna
21201 \begin_inset space ~
21202 \end_inset
21203
21204 %
21205 \family default
21206  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21207 \end_layout
21208
21209 \begin_layout Standard
21210 \begin_inset Float figure
21211 placement h
21212 wide false
21213 sideways false
21214 status open
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Box Frameless
21218 position "b"
21219 hor_pos "c"
21220 has_inner_box 1
21221 inner_pos "t"
21222 use_parbox 0
21223 width "45col%"
21224 special "none"
21225 height "1in"
21226 height_special "totalheight"
21227 status open
21228
21229 \begin_layout Plain Layout
21230 \align center
21231 \begin_inset Graphics
21232         filename ../clipart/mobius.eps
21233         lyxscale 50
21234         width 100col%
21235         scaleBeforeRotation
21236
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Caption
21244
21245 \begin_layout Plain Layout
21246 \begin_inset CommandInset label
21247 LatexCommand label
21248 name "fig:Flotante-izquierda"
21249
21250 \end_inset
21251
21252 Flotante en el lado izquierdo.
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \begin_inset space \hfill{}
21264 \end_inset
21265
21266
21267 \begin_inset Box Frameless
21268 position "b"
21269 hor_pos "c"
21270 has_inner_box 1
21271 inner_pos "t"
21272 use_parbox 0
21273 width "45col%"
21274 special "none"
21275 height "1in"
21276 height_special "totalheight"
21277 status open
21278
21279 \begin_layout Plain Layout
21280 \align center
21281 \begin_inset Graphics
21282         filename ../clipart/platypus.eps
21283         lyxscale 50
21284         width 100col%
21285         scaleBeforeRotation
21286
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Caption
21294
21295 \begin_layout Plain Layout
21296 \begin_inset CommandInset label
21297 LatexCommand label
21298 name "fig:Flotante-derecha"
21299
21300 \end_inset
21301
21302 Flotante en el lado derecho.
21303 \end_layout
21304
21305 \end_inset
21306
21307
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \end_inset
21316
21317
21318 \end_layout
21319
21320 \begin_layout Section
21321 Formato de las leyendas
21322 \begin_inset Index
21323 status collapsed
21324
21325 \begin_layout Plain Layout
21326 Leyendas ! Formato
21327 \end_layout
21328
21329 \end_inset
21330
21331
21332 \begin_inset Index
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336 Flotantes ! Formato de las leyendas
21337 \end_layout
21338
21339 \end_inset
21340
21341
21342 \begin_inset CommandInset label
21343 LatexCommand label
21344 name "sec:Formato-de-leyendas"
21345
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \begin_layout Standard
21352 El entorno 
21353 \family sans
21354 Leyenda
21355 \family default
21356  es el predeterminado para los 
21357 \family sans
21358 Flotantes
21359 \family default
21360 .
21361  En LyX las leyendas se muestran como etiqueta, p.
21362 \begin_inset space \thinspace{}
21363 \end_inset
21364
21365 e.
21366 \begin_inset space ~
21367 \end_inset
21368
21369 «
21370 \family sans
21371 Figura #
21372 \family default
21373 :» seguida por el texto.
21374  «#» es el número real de referencia.
21375  Por omisión la etiqueta y el número usan la misma fuente que el texto de
21376  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21377  del texto.
21378  El entorno leyenda no es apropiado para todos los tipos de documento.
21379  
21380 \end_layout
21381
21382 \begin_layout Standard
21383 Para cambiar el formato predeterminado carga el paquete LaTeX 
21384 \series bold
21385 caption
21386 \series default
21387
21388 \begin_inset Index
21389 status collapsed
21390
21391 \begin_layout Plain Layout
21392 LaTeX-paquetes ! caption
21393 \end_layout
21394
21395 \end_inset
21396
21397  en el preámbulo del documento con la línea:
21398 \end_layout
21399
21400 \begin_layout Standard
21401
21402 \series bold
21403
21404 \backslash
21405 usepackage[definición de formato]{caption}
21406 \end_layout
21407
21408 \begin_layout Standard
21409 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21410  las leyendas de tabla siempre sobre ella como en este documento, usa el
21411  comando:
21412 \end_layout
21413
21414 \begin_layout Standard
21415
21416 \series bold
21417
21418 \backslash
21419 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21420 \end_layout
21421
21422 \begin_layout Standard
21423 También puedes definir distintos formatos de leyenda para los distintos
21424  tipos de flotantes.
21425  En ese caso carga el paquete 
21426 \series bold
21427 caption
21428 \series default
21429  sin opciones específicas y define los distintos formatos con ayuda del
21430  comando
21431 \end_layout
21432
21433 \begin_layout Standard
21434
21435 \series bold
21436
21437 \backslash
21438 captionsetup[tipo de flotante]{definición de formato}
21439 \end_layout
21440
21441 \begin_layout Standard
21442 en el preámbulo del documento.
21443  Por ejemplo las leyendas de la Figura
21444 \begin_inset space ~
21445 \end_inset
21446
21447
21448 \begin_inset CommandInset ref
21449 LatexCommand ref
21450 reference "fig:Esto-es-una-fig"
21451
21452 \end_inset
21453
21454  y la tabla
21455 \begin_inset space ~
21456 \end_inset
21457
21458
21459 \begin_inset CommandInset ref
21460 LatexCommand ref
21461 reference "tab:Esto-es-una-tab"
21462
21463 \end_inset
21464
21465  pueden crearse usando los siguientes comandos en el preámbulo:
21466 \end_layout
21467
21468 \begin_layout Standard
21469
21470 \series bold
21471
21472 \backslash
21473 usepackage[tableposition=top]{caption}
21474 \series default
21475
21476 \begin_inset Newline newline
21477 \end_inset
21478
21479
21480 \series bold
21481
21482 \backslash
21483 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21484 \begin_inset Newline newline
21485 \end_inset
21486
21487
21488 \begin_inset ERT
21489 status collapsed
21490
21491 \begin_layout Plain Layout
21492
21493
21494 \backslash
21495 hphantom{
21496 \backslash
21497
21498 \backslash
21499 captionsetup[figure]
21500 \backslash
21501 {}
21502 \end_layout
21503
21504 \end_inset
21505
21506  labelsep=period}
21507 \begin_inset Newline newline
21508 \end_inset
21509
21510
21511 \backslash
21512 captionsetup[table]{labelfont={bf,sf}}
21513 \end_layout
21514
21515 \begin_layout Standard
21516 \begin_inset Note Greyedout
21517 status open
21518
21519 \begin_layout Plain Layout
21520
21521 \series bold
21522 Nota: 
21523 \series default
21524 La opción 
21525 \series bold
21526 tableposition=top
21527 \series default
21528  no tiene efecto si se usa una clase de documento 
21529 \series bold
21530 koma-script
21531 \series default
21532 .
21533  En este caso debe utilizarse la opción de clase de documento 
21534 \series bold
21535 tablecaptionabove
21536 \series default
21537 .
21538  
21539 \end_layout
21540
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \begin_layout Standard
21547 Para más información sobre el paquete 
21548 \series bold
21549 caption
21550 \series default
21551  acude a su documentación 
21552 \begin_inset CommandInset citation
21553 LatexCommand cite
21554 key "caption"
21555
21556 \end_inset
21557
21558 .
21559 \end_layout
21560
21561 \begin_layout Standard
21562 Para cambiar el nombre de la etiqueta de «Figura» a «Imagen», p.
21563 \begin_inset space \thinspace{}
21564 \end_inset
21565
21566 e., usa el siguiente comando de preámbulo:
21567 \end_layout
21568
21569 \begin_layout Standard
21570
21571 \series bold
21572
21573 \backslash
21574 renewcommand{
21575 \backslash
21576 fnum@figure}{Imagen~
21577 \backslash
21578 thefigure}
21579 \end_layout
21580
21581 \begin_layout Standard
21582 donde 
21583 \series bold
21584
21585 \backslash
21586 thefigure
21587 \series default
21588  inserta el número de figura y «~» genera un espacio protegido.
21589
21590 \series bold
21591  
21592 \end_layout
21593
21594 \begin_layout Standard
21595 \begin_inset VSpace bigskip
21596 \end_inset
21597
21598 Si estás usando la clase de documento 
21599 \series bold
21600 koma-script
21601 \series default
21602
21603 \begin_inset Index
21604 status collapsed
21605
21606 \begin_layout Plain Layout
21607 LaTeX-paquetes ! koma-script
21608 \end_layout
21609
21610 \end_inset
21611
21612  (
21613 \family sans
21614 article (koma-script)
21615 \family default
21616
21617 \family sans
21618 book (koma-script)
21619 \family default
21620
21621 \family sans
21622 letter (koma-script)
21623 \family default
21624 , o 
21625 \family sans
21626 report (koma-script)
21627 \family default
21628
21629 \begin_inset space \thinspace{}
21630 \end_inset
21631
21632 ), puedes emplear en vez del paquete 
21633 \series bold
21634 caption
21635 \series default
21636  el comando 
21637 \series bold
21638
21639 \backslash
21640 setkomafont
21641 \series default
21642  incluido en 
21643 \series bold
21644 koma-script
21645 \series default
21646 .
21647  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21648  comando en el preámbulo del documento:
21649 \end_layout
21650
21651 \begin_layout Standard
21652
21653 \series bold
21654
21655 \backslash
21656 setkomafont{captionlabel}{
21657 \backslash
21658 bfseries}
21659 \end_layout
21660
21661 \begin_layout Standard
21662 Más información sobre 
21663 \series bold
21664
21665 \backslash
21666 setkomafont
21667 \series default
21668  en la documentación de 
21669 \series bold
21670 koma-script
21671 \series default
21672  
21673 \begin_inset CommandInset citation
21674 LatexCommand cite
21675 key "koma-script"
21676
21677 \end_inset
21678
21679 .
21680 \end_layout
21681
21682 \begin_layout Standard
21683 \begin_inset ERT
21684 status open
21685
21686 \begin_layout Plain Layout
21687
21688
21689 \backslash
21690 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21691 }
21692 \end_layout
21693
21694 \end_inset
21695
21696
21697 \begin_inset Note Note
21698 status open
21699
21700 \begin_layout Plain Layout
21701 El formato de la leyenda se ha cambiado sólo para este ejemplo.
21702 \end_layout
21703
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \begin_layout Standard
21710 \begin_inset Float figure
21711 placement !p
21712 wide false
21713 sideways false
21714 status open
21715
21716 \begin_layout Plain Layout
21717 \align center
21718 \begin_inset Graphics
21719         filename ../clipart/mobius.eps
21720         lyxscale 50
21721         scale 50
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \begin_layout Plain Layout
21729 \begin_inset Caption
21730
21731 \begin_layout Plain Layout
21732 \begin_inset CommandInset label
21733 LatexCommand label
21734 name "fig:Esto-es-una-fig"
21735
21736 \end_inset
21737
21738
21739 \begin_inset OptArg
21740 status collapsed
21741
21742 \begin_layout Plain Layout
21743 Figura con leyenda muy larga
21744 \end_layout
21745
21746 \end_inset
21747
21748 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
21749  mostrar el formato diferente.
21750  Aquí se usa una leyenda personalizada.
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \end_inset
21759
21760
21761 \end_layout
21762
21763 \begin_layout Standard
21764 \begin_inset ERT
21765 status open
21766
21767 \begin_layout Plain Layout
21768
21769
21770 \backslash
21771 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21772 on}
21773 \end_layout
21774
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \begin_layout Standard
21781 \begin_inset Float table
21782 placement !p
21783 wide false
21784 sideways false
21785 status collapsed
21786
21787 \begin_layout Plain Layout
21788 \begin_inset Caption
21789
21790 \begin_layout Plain Layout
21791 \begin_inset CommandInset label
21792 LatexCommand label
21793 name "tab:Esto-es-una-tab"
21794
21795 \end_inset
21796
21797
21798 \begin_inset OptArg
21799 status collapsed
21800
21801 \begin_layout Plain Layout
21802 Tabla con leyenda muy larga
21803 \end_layout
21804
21805 \end_inset
21806
21807 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
21808  el formato diferente.
21809  Aquí se usa el formato de leyenda estándar para las tablas.
21810 \end_layout
21811
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Plain Layout
21818 \align center
21819 \begin_inset Tabular
21820 <lyxtabular version="3" rows="1" columns="5">
21821 <features>
21822 <column alignment="center" valignment="top" width="0">
21823 <column alignment="center" valignment="top" width="0">
21824 <column alignment="center" valignment="top" width="0">
21825 <column alignment="center" valignment="top" width="0">
21826 <column alignment="center" valignment="top" width="0">
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 a
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 b
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850 c
21851 \end_layout
21852
21853 \end_inset
21854 </cell>
21855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859 d
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 e
21869 \end_layout
21870
21871 \end_inset
21872 </cell>
21873 </row>
21874 </lyxtabular>
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Section
21887 Colocación de leyendas
21888 \begin_inset Index
21889 status collapsed
21890
21891 \begin_layout Plain Layout
21892 Leyendas ! Colocación
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \begin_inset Index
21899 status collapsed
21900
21901 \begin_layout Plain Layout
21902 Flotantes ! Colocación de leyendas
21903 \end_layout
21904
21905 \end_inset
21906
21907
21908 \begin_inset CommandInset label
21909 LatexCommand label
21910 name "sec:Colocación-de-leyendas"
21911
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \begin_layout Standard
21918 La norma habitual para colocar las leyendas es:
21919 \end_layout
21920
21921 \begin_layout Description
21922 Figura: La leyenda al pie de la figura
21923 \end_layout
21924
21925 \begin_layout Description
21926 Tabla: La leyenda sobre la tabla
21927 \end_layout
21928
21929 \begin_layout Standard
21930 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
21931  la tabla.
21932  Esto implica que si usas las clases de documento 
21933 \family sans
21934 article
21935 \family default
21936
21937 \family sans
21938 book
21939 \family default
21940
21941 \family sans
21942 letter
21943 \family default
21944 , o 
21945 \family sans
21946 report
21947 \family default
21948  no habrá espacio entre la leyenda y la tabla.
21949  Para insertar el espacio adecuado añade la siguiente opción al comando
21950  del paquete LaTeX 
21951 \series bold
21952 caption
21953 \series default
21954  en el preámbulo del documento:
21955 \begin_inset Foot
21956 status collapsed
21957
21958 \begin_layout Plain Layout
21959 Véase la sección
21960 \begin_inset space ~
21961 \end_inset
21962
21963
21964 \begin_inset CommandInset ref
21965 LatexCommand ref
21966 reference "sec:Formato-de-leyendas"
21967
21968 \end_inset
21969
21970  para más información sobre el paquete 
21971 \series bold
21972 caption
21973 \series default
21974 .
21975 \end_layout
21976
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \begin_layout Standard
21983
21984 \series bold
21985 tableposition=top
21986 \end_layout
21987
21988 \begin_layout Standard
21989 Si estás usando la clase 
21990 \series bold
21991 koma-script
21992 \series default
21993
21994 \begin_inset Index
21995 status collapsed
21996
21997 \begin_layout Plain Layout
21998 LaTeX-paquetes ! koma-script
21999 \end_layout
22000
22001 \end_inset
22002
22003  (
22004 \family sans
22005 article (koma-script)
22006 \family default
22007
22008 \family sans
22009 book (koma-script)
22010 \family default
22011
22012 \family sans
22013 letter (koma-script)
22014 \family default
22015 , o 
22016 \family sans
22017 report (koma-script)
22018 \family default
22019
22020 \begin_inset space \thinspace{}
22021 \end_inset
22022
22023 ), en vez de 
22024 \series bold
22025 caption
22026 \series default
22027  puedes poner la opción 
22028 \series bold
22029 tablecaptionabove
22030 \series default
22031  de la clase de documento.
22032 \end_layout
22033
22034 \begin_layout Standard
22035 \begin_inset VSpace bigskip
22036 \end_inset
22037
22038 También es posible poner la leyenda junto a una figura o tabla.
22039  Para conseguirlo hay que cargar el paquete LaTeX 
22040 \series bold
22041 sidecap
22042 \series default
22043
22044 \begin_inset Index
22045 status collapsed
22046
22047 \begin_layout Plain Layout
22048 LaTeX-paquetes ! sidecap
22049 \end_layout
22050
22051 \end_inset
22052
22053  añadiendo en el preámbulo del documento la línea
22054 \end_layout
22055
22056 \begin_layout Standard
22057
22058 \series bold
22059
22060 \backslash
22061 usepackage[option]{sidecap}
22062 \end_layout
22063
22064 \begin_layout Standard
22065 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22066  de la página ---a la derecha en páginas impares, a la izquierda en las
22067  pares---.
22068  Puedes cambiar la colocación al margen interno con la opción 
22069 \series bold
22070 innercaption
22071 \series default
22072 .
22073  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22074  opciones 
22075 \series bold
22076 rightcaption
22077 \series default
22078  o 
22079 \series bold
22080 leftcaption
22081 \series default
22082 , respectivamente.
22083 \end_layout
22084
22085 \begin_layout Standard
22086 \begin_inset ERT
22087 status collapsed
22088
22089 \begin_layout Plain Layout
22090
22091
22092 \backslash
22093 ifsidecap
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \begin_inset Note Note
22100 status open
22101
22102 \begin_layout Plain Layout
22103 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22104  LaTeX 
22105 \series bold
22106 sidecap
22107 \series default
22108 .
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22118  estos comandos al preámbulo del documento:
22119 \end_layout
22120
22121 \begin_layout Standard
22122
22123 \lyxline
22124
22125 \end_layout
22126
22127 \begin_layout Standard
22128
22129 \series bold
22130
22131 \backslash
22132 newcommand{
22133 \backslash
22134 TabBesBeg}{%
22135 \begin_inset Newline newline
22136 \end_inset
22137
22138
22139 \begin_inset ERT
22140 status collapsed
22141
22142 \begin_layout Plain Layout
22143
22144
22145 \backslash
22146 hphantom{ }
22147 \end_layout
22148
22149 \end_inset
22150
22151
22152 \backslash
22153 let
22154 \backslash
22155 MyTable
22156 \backslash
22157 table
22158 \begin_inset Newline newline
22159 \end_inset
22160
22161
22162 \begin_inset ERT
22163 status collapsed
22164
22165 \begin_layout Plain Layout
22166
22167
22168 \backslash
22169 hphantom{ }
22170 \end_layout
22171
22172 \end_inset
22173
22174
22175 \backslash
22176 let
22177 \backslash
22178 MyEndtable
22179 \backslash
22180 endtable
22181 \begin_inset Newline newline
22182 \end_inset
22183
22184
22185 \begin_inset ERT
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189
22190
22191 \backslash
22192 hphantom{ }
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \backslash
22199 renewenvironment{table}{
22200 \backslash
22201 begin{SCtable}}{
22202 \backslash
22203 end{SCtable}}}
22204 \end_layout
22205
22206 \begin_layout Standard
22207
22208 \series bold
22209
22210 \backslash
22211 newcommand{
22212 \backslash
22213 TabBesEnd}{%
22214 \begin_inset Newline newline
22215 \end_inset
22216
22217
22218 \begin_inset ERT
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222
22223
22224 \backslash
22225 hphantom{ }
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \backslash
22232 let
22233 \backslash
22234 table
22235 \backslash
22236 MyTable
22237 \begin_inset Newline newline
22238 \end_inset
22239
22240
22241 \begin_inset ERT
22242 status collapsed
22243
22244 \begin_layout Plain Layout
22245
22246
22247 \backslash
22248 hphantom{ }
22249 \end_layout
22250
22251 \end_inset
22252
22253
22254 \backslash
22255 let
22256 \backslash
22257 endtable
22258 \backslash
22259 MyEndtable
22260 \end_layout
22261
22262 \begin_layout Standard
22263
22264 \series bold
22265
22266 \backslash
22267 newcommand{
22268 \backslash
22269 FigBesBeg}{%
22270 \begin_inset Newline newline
22271 \end_inset
22272
22273
22274 \begin_inset ERT
22275 status collapsed
22276
22277 \begin_layout Plain Layout
22278
22279
22280 \backslash
22281 hphantom{ }
22282 \end_layout
22283
22284 \end_inset
22285
22286
22287 \backslash
22288 let
22289 \backslash
22290 MyFigure
22291 \backslash
22292 figure
22293 \begin_inset Newline newline
22294 \end_inset
22295
22296
22297 \begin_inset ERT
22298 status collapsed
22299
22300 \begin_layout Plain Layout
22301
22302
22303 \backslash
22304 hphantom{ }
22305 \end_layout
22306
22307 \end_inset
22308
22309
22310 \backslash
22311 let
22312 \backslash
22313 MyEndfigure
22314 \backslash
22315 endfigure
22316 \begin_inset Newline newline
22317 \end_inset
22318
22319
22320 \begin_inset ERT
22321 status collapsed
22322
22323 \begin_layout Plain Layout
22324
22325
22326 \backslash
22327 hphantom{ }
22328 \end_layout
22329
22330 \end_inset
22331
22332
22333 \backslash
22334 renewenvironment{figure}{
22335 \backslash
22336 begin{SCfigure}}{
22337 \backslash
22338 end{SCfigure}}}
22339 \end_layout
22340
22341 \begin_layout Standard
22342
22343 \series bold
22344
22345 \backslash
22346 newcommand{
22347 \backslash
22348 FigBesEnd}{%
22349 \begin_inset Newline newline
22350 \end_inset
22351
22352
22353 \begin_inset ERT
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358
22359 \backslash
22360 hphantom{ }
22361 \end_layout
22362
22363 \end_inset
22364
22365
22366 \backslash
22367 let
22368 \backslash
22369 figure
22370 \backslash
22371 MyFigure
22372 \begin_inset Newline newline
22373 \end_inset
22374
22375
22376 \begin_inset ERT
22377 status collapsed
22378
22379 \begin_layout Plain Layout
22380
22381
22382 \backslash
22383 hphantom{ }
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \backslash
22390 let
22391 \backslash
22392 endfigure
22393 \backslash
22394 MyEndfigure}
22395 \end_layout
22396
22397 \begin_layout Standard
22398
22399 \lyxline
22400
22401 \end_layout
22402
22403 \begin_layout Standard
22404 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22405  en un lado.
22406  Para figuras flotantes usa el comando
22407 \end_layout
22408
22409 \begin_layout Standard
22410
22411 \series bold
22412
22413 \backslash
22414 FigBesBeg
22415 \end_layout
22416
22417 \begin_layout Standard
22418 en código TeX antes del flotante.
22419  Detrás del flotante inserta
22420 \end_layout
22421
22422 \begin_layout Standard
22423
22424 \series bold
22425
22426 \backslash
22427 FigBesEnd
22428 \end_layout
22429
22430 \begin_layout Standard
22431 en código TeX para volver a la definición original de flotantes.
22432 \end_layout
22433
22434 \begin_layout Standard
22435 Para tablas flotantes usa los comandos correspondientes
22436 \end_layout
22437
22438 \begin_layout Standard
22439
22440 \series bold
22441
22442 \backslash
22443 TabBesBeg
22444 \series default
22445  y 
22446 \series bold
22447
22448 \backslash
22449 TabBesEnd
22450 \end_layout
22451
22452 \begin_layout Standard
22453 La figura
22454 \begin_inset space ~
22455 \end_inset
22456
22457
22458 \begin_inset CommandInset ref
22459 LatexCommand ref
22460 reference "fig:encab-al-lado"
22461
22462 \end_inset
22463
22464  y la tabla
22465 \begin_inset space ~
22466 \end_inset
22467
22468
22469 \begin_inset CommandInset ref
22470 LatexCommand ref
22471 reference "tab:encab-al-lado"
22472
22473 \end_inset
22474
22475  son ejemplos en los que el título se sitúa al lado.
22476 \end_layout
22477
22478 \begin_layout Standard
22479 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22480  en tablas flotantes y debajo en las figuras flotantes.
22481  Para cambiarlo, puedes usar el comando
22482 \end_layout
22483
22484 \begin_layout Standard
22485
22486 \series bold
22487
22488 \backslash
22489 sidecaptionvpos{tipo de flotante}{colocación}
22490 \end_layout
22491
22492 \begin_layout Standard
22493 en el preámbulo o en código TeX antes del flotante.
22494  El tipo de flotante es 
22495 \family sans
22496 figure
22497 \family default
22498  o 
22499 \family sans
22500 table
22501 \family default
22502 , la colocación puede ser «
22503 \family sans
22504 t
22505 \family default
22506 » por «top» (arriba), «
22507 \family sans
22508 c
22509 \family default
22510 » por «center» (centro), o «
22511 \family sans
22512 b
22513 \family default
22514 » por «bottom» (abajo).
22515  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22516  usa el comando
22517 \end_layout
22518
22519 \begin_layout Standard
22520
22521 \series bold
22522
22523 \backslash
22524 sidecaptionvpos{figure}{c}
22525 \end_layout
22526
22527 \begin_layout Standard
22528 Esto se ha hecho en la figura
22529 \begin_inset space ~
22530 \end_inset
22531
22532
22533 \begin_inset CommandInset ref
22534 LatexCommand ref
22535 reference "fig:encab-al-lado-de-fig"
22536
22537 \end_inset
22538
22539 .
22540 \end_layout
22541
22542 \begin_layout Standard
22543 \begin_inset VSpace medskip
22544 \end_inset
22545
22546 Más información sobre el paquete 
22547 \series bold
22548 sidecap
22549 \series default
22550  en su documentación 
22551 \begin_inset CommandInset citation
22552 LatexCommand cite
22553 key "sidecap"
22554
22555 \end_inset
22556
22557 .
22558 \end_layout
22559
22560 \begin_layout Standard
22561 \begin_inset Note Greyedout
22562 status open
22563
22564 \begin_layout Plain Layout
22565
22566 \series bold
22567 Nota:
22568 \series default
22569  El paquete LaTeX 
22570 \series bold
22571 hypcap
22572 \series default
22573
22574 \begin_inset Index
22575 status collapsed
22576
22577 \begin_layout Plain Layout
22578 LaTeX-paquetes ! hypcap
22579 \end_layout
22580
22581 \end_inset
22582
22583 , descrito en la sección
22584 \begin_inset space ~
22585 \end_inset
22586
22587
22588 \begin_inset CommandInset ref
22589 LatexCommand ref
22590 reference "sub:Colocación-de-Referencias"
22591
22592 \end_inset
22593
22594 , no afecta a flotantes con la leyenda al lado.
22595 \end_layout
22596
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \begin_layout Standard
22603 \begin_inset ERT
22604 status collapsed
22605
22606 \begin_layout Plain Layout
22607
22608
22609 \backslash
22610 FigBesBeg 
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \begin_layout Standard
22619 \begin_inset Float figure
22620 wide false
22621 sideways false
22622 status open
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Graphics
22626         filename ../clipart/escher-lsd.eps
22627         scale 75
22628
22629 \end_inset
22630
22631
22632 \end_layout
22633
22634 \begin_layout Plain Layout
22635 \begin_inset Caption
22636
22637 \begin_layout Plain Layout
22638 \begin_inset CommandInset label
22639 LatexCommand label
22640 name "fig:encab-al-lado"
22641
22642 \end_inset
22643
22644 Leyenda al lado de una figura.
22645 \end_layout
22646
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \begin_layout Standard
22658 \begin_inset ERT
22659 status collapsed
22660
22661 \begin_layout Plain Layout
22662
22663
22664 \backslash
22665 TabBesBeg 
22666 \end_layout
22667
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \begin_layout Standard
22674 \begin_inset Float table
22675 wide false
22676 sideways false
22677 status open
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Caption
22681
22682 \begin_layout Plain Layout
22683 \begin_inset CommandInset label
22684 LatexCommand label
22685 name "tab:encab-al-lado"
22686
22687 \end_inset
22688
22689 Leyenda al lado de una tabla.
22690 \end_layout
22691
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Tabular
22699 <lyxtabular version="3" rows="4" columns="5">
22700 <features>
22701 <column alignment="center" valignment="top" width="0">
22702 <column alignment="center" valignment="top" width="0">
22703 <column alignment="center" valignment="top" width="0">
22704 <column alignment="center" valignment="top" width="0">
22705 <column alignment="center" valignment="top" width="0">
22706 <row>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 a
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22717 \begin_inset Text
22718
22719 \begin_layout Plain Layout
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 b
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 c
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 <row>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 d
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 e
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 <row>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 f
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 g
22824 \end_layout
22825
22826 \end_inset
22827 </cell>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 h
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 </row>
22847 <row>
22848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 i
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 j
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 </lyxtabular>
22895
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Standard
22907 \begin_inset ERT
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911
22912
22913 \backslash
22914 TabBesEnd
22915 \end_layout
22916
22917 \end_inset
22918
22919
22920 \end_layout
22921
22922 \begin_layout Standard
22923 \begin_inset ERT
22924 status collapsed
22925
22926 \begin_layout Plain Layout
22927
22928
22929 \backslash
22930 sidecaptionvpos{figure}{c}
22931 \end_layout
22932
22933 \end_inset
22934
22935
22936 \begin_inset Float figure
22937 wide false
22938 sideways false
22939 status open
22940
22941 \begin_layout Plain Layout
22942 \begin_inset Graphics
22943         filename ../clipart/escher-lsd.eps
22944         scale 75
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \begin_layout Plain Layout
22952 \begin_inset Caption
22953
22954 \begin_layout Plain Layout
22955 \begin_inset CommandInset label
22956 LatexCommand label
22957 name "fig:encab-al-lado-de-fig"
22958
22959 \end_inset
22960
22961 Leyenda centrada verticalmente junto a una figura.
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \begin_layout Standard
22975 \begin_inset ERT
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979
22980
22981 \backslash
22982 FigBesEnd
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 \begin_inset ERT
22992 status collapsed
22993
22994 \begin_layout Plain Layout
22995
22996
22997 \backslash
22998 else
22999 \end_layout
23000
23001 \end_inset
23002
23003
23004 \begin_inset Note Note
23005 status open
23006
23007 \begin_layout Plain Layout
23008 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23009  
23010 \series bold
23011 sidecap
23012 \series default
23013 .
23014 \end_layout
23015
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \begin_layout Standard
23022 Debes instalar el paquete LaTeX 
23023 \series bold
23024 sidecap
23025 \series default
23026  para ver la parte siguiente en la salida.
23027 \end_layout
23028
23029 \begin_layout Standard
23030 \begin_inset ERT
23031 status collapsed
23032
23033 \begin_layout Plain Layout
23034
23035
23036 \backslash
23037 fi
23038 \end_layout
23039
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \begin_layout Section
23046 Lista de flotantes
23047 \begin_inset Index
23048 status collapsed
23049
23050 \begin_layout Plain Layout
23051 Flotantes ! Lista de
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Standard
23060 Igual que en el índice general se listan las secciones del documento, hay
23061  listas para todos los tipos de flotantes, como las figuras.
23062  Se pueden insertar mediante los submenús 
23063 \family sans
23064 Insertar\SpecialChar \menuseparator
23065 Lista / IG
23066 \family default
23067 .
23068 \end_layout
23069
23070 \begin_layout Standard
23071 Las entradas de la lista son los títulos del flotante o su título corto,
23072  el número de flotante, y el número de la página del documento en la que
23073  aparecen.
23074 \end_layout
23075
23076 \begin_layout Standard
23077 Puedes encontrar las listas de figuras y tablas al final de este documento.
23078 \end_layout
23079
23080 \begin_layout Chapter
23081 Notas
23082 \end_layout
23083
23084 \begin_layout Section
23085 Notas en LyX
23086 \begin_inset Index
23087 status collapsed
23088
23089 \begin_layout Plain Layout
23090 Notas ! en LyX
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Standard
23099 Las notas se insertan con el botón 
23100 \begin_inset Graphics
23101         filename ../../images/note-insert.png
23102         scale 85
23103
23104 \end_inset
23105
23106  o con el menú 
23107 \family sans
23108 Insertar\SpecialChar \menuseparator
23109 Nota
23110 \family default
23111 .
23112  Hay cinco tipos de notas:
23113 \end_layout
23114
23115 \begin_layout Description
23116 Nota
23117 \begin_inset space ~
23118 \end_inset
23119
23120 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23121  Su cuadro se muestra como este:
23122 \begin_inset Newline newline
23123 \end_inset
23124
23125
23126 \begin_inset Newline newline
23127 \end_inset
23128
23129
23130 \begin_inset Graphics
23131         filename clipart/NotaLyXImagenQt4.png
23132         display false
23133         scale 75
23134
23135 \end_inset
23136
23137  
23138 \begin_inset Note Note
23139 status collapsed
23140
23141 \begin_layout Plain Layout
23142 Este es un texto en un recuadro que no se muestra en la salida.
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Description
23151 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23152  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23153 \family sans
23154 Archivo\SpecialChar \menuseparator
23155 Exportar\SpecialChar \menuseparator
23156 LaTeX (pdflatex) / (plain)
23157 \family default
23158 .
23159  Su recuadro se ve así:
23160 \begin_inset Newline newline
23161 \end_inset
23162
23163
23164 \begin_inset Newline newline
23165 \end_inset
23166
23167
23168 \begin_inset Graphics
23169         filename clipart/ComentNotaImagenQt4.png
23170         display false
23171         scale 75
23172
23173 \end_inset
23174
23175  
23176 \begin_inset Note Comment
23177 status collapsed
23178
23179 \begin_layout Plain Layout
23180 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \begin_layout Description
23189 Resaltado
23190 \begin_inset space ~
23191 \end_inset
23192
23193 en
23194 \begin_inset space ~
23195 \end_inset
23196
23197 gris Esta nota aparece en la salida como texto resaltado en gris.
23198  Su recuadro se parece a este:
23199 \begin_inset Newline newline
23200 \end_inset
23201
23202
23203 \begin_inset Newline newline
23204 \end_inset
23205
23206
23207 \begin_inset Graphics
23208         filename clipart/GrisNotaImagenQt4.png
23209         display false
23210         scale 75
23211
23212 \end_inset
23213
23214
23215 \begin_inset Newline newline
23216 \end_inset
23217
23218
23219 \begin_inset ERT
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223
23224
23225 \backslash
23226 renewenvironment{lyxgreyedout}
23227 \end_layout
23228
23229 \begin_layout Plain Layout
23230
23231 {
23232 \backslash
23233 textcolor[gray]{0.8}
23234 \backslash
23235 bgroup}{
23236 \backslash
23237 egroup}
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \begin_inset Note Greyedout
23244 status open
23245
23246 \begin_layout Plain Layout
23247 Este es el texto
23248 \begin_inset Foot
23249 status open
23250
23251 \begin_layout Plain Layout
23252 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23253 \end_layout
23254
23255 \end_inset
23256
23257  de un comentario que se muestra resaltado en gris.
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \begin_inset ERT
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267
23268
23269 \backslash
23270 renewenvironment{lyxgreyedout}
23271 \end_layout
23272
23273 \begin_layout Plain Layout
23274
23275 {
23276 \backslash
23277 textcolor{blue}
23278 \backslash
23279 bgroup}{
23280 \backslash
23281 egroup}
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \begin_inset Note Note
23288 status collapsed
23289
23290 \begin_layout Plain Layout
23291 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23292  original de LyX, ya que en el preámbulo de este documento se han redefinido
23293  estas notas para que salgan en azul, como se indica más adelante.
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \begin_inset Newline newline
23300 \end_inset
23301
23302
23303 \begin_inset Newline newline
23304 \end_inset
23305
23306 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23307  está un poco sangrada, y por otra parte pueden tener notas al pie.
23308 \end_layout
23309
23310 \begin_layout Standard
23311 \begin_inset VSpace bigskip
23312 \end_inset
23313
23314 Si usas el botón de la barra de herramientas 
23315 \begin_inset Graphics
23316         filename ../../images/note-insert.png
23317         scale 85
23318
23319 \end_inset
23320
23321  para insertar notas, se inserta una 
23322 \family sans
23323 Nota
23324 \begin_inset space ~
23325 \end_inset
23326
23327 LyX
23328 \family default
23329 .
23330  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23331  recuadro.
23332  
23333 \family roman
23334 \series medium
23335 \bar no
23336 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23337  botón de herramienta 
23338 \family sans
23339 \series default
23340 \bar default
23341 Nota
23342 \family default
23343 .
23344  Para cambiar una nota a texto, pulsa la tecla 
23345 \family sans
23346 Retroceso
23347 \family default
23348  cuando el cursor está en la primera posición de una nota, o la tecla 
23349 \family sans
23350 Supr
23351 \family default
23352  cuando el cursor está en la última posición de la nota, respectivamente.
23353 \end_layout
23354
23355 \begin_layout Standard
23356 \begin_inset VSpace bigskip
23357 \end_inset
23358
23359 Se puede cambiar el color del 
23360 \family sans
23361 Resaltado en gris
23362 \family default
23363  poniendo en el preámbulo el comando:
23364 \end_layout
23365
23366 \begin_layout Standard
23367
23368 \series bold
23369
23370 \backslash
23371 renewenvironment{lyxgreyedout}
23372 \begin_inset Newline newline
23373 \end_inset
23374
23375
23376 \begin_inset ERT
23377 status collapsed
23378
23379 \begin_layout Plain Layout
23380
23381
23382 \backslash
23383 hphantom{ }
23384 \end_layout
23385
23386 \end_inset
23387
23388 {
23389 \backslash
23390 textcolor{color}
23391 \backslash
23392 bgroup}{
23393 \backslash
23394 egroup}
23395 \end_layout
23396
23397 \begin_layout Standard
23398 Los colores disponibles y el método para definir nuestros propios colores
23399  se explica en la sección
23400 \begin_inset space ~
23401 \end_inset
23402
23403
23404 \begin_inset CommandInset ref
23405 LatexCommand ref
23406 reference "sec:Tablas-Coloreadas"
23407
23408 \end_inset
23409
23410 .
23411 \end_layout
23412
23413 \begin_layout Standard
23414 Las notas en azul en este documento se han hecho con notas del tipo 
23415 \family sans
23416 Resaltado en gris
23417 \family default
23418  pero definiendo el color del texto en azul.
23419 \end_layout
23420
23421 \begin_layout Section
23422 Notas al pie
23423 \begin_inset CommandInset label
23424 LatexCommand label
23425 name "sec:Notas-al-pie"
23426
23427 \end_inset
23428
23429
23430 \begin_inset Index
23431 status collapsed
23432
23433 \begin_layout Plain Layout
23434 Notas ! al pie
23435 \end_layout
23436
23437 \end_inset
23438
23439
23440 \begin_inset Index
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 Notas al pie
23445 \end_layout
23446
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \begin_layout Standard
23453 Las notas al pie se insertan con el botón 
23454 \begin_inset Graphics
23455         filename ../../images/footnote-insert.png
23456         scale 85
23457
23458 \end_inset
23459
23460  o el menú 
23461 \family sans
23462 Insertar\SpecialChar \menuseparator
23463 Nota
23464 \begin_inset space ~
23465 \end_inset
23466
23467 al
23468 \begin_inset space ~
23469 \end_inset
23470
23471 pie
23472 \family default
23473 .
23474  
23475 \family roman
23476 \series medium
23477 \bar no
23478 Aparece un recuadro como este:
23479 \family default
23480 \series default
23481 \bar default
23482  
23483 \begin_inset Graphics
23484         filename clipart/notapieQt4.png
23485         scale 80
23486
23487 \end_inset
23488
23489  
23490 \family roman
23491 \series medium
23492 \bar no
23493 donde puedes introducir el texto.
23494  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
23495  sobre el
23496 \family default
23497 \series default
23498 \bar default
23499  
23500 \family roman
23501 \series medium
23502 \bar no
23503 botón
23504 \family default
23505 \series default
23506 \bar default
23507 .
23508  Para cambiar una nota al pie a texto, pulsa la tecla 
23509 \family sans
23510 Retroceso
23511 \family default
23512  cuando el cursor está en la primera posición de la nota al pie, o la tecla
23513  
23514 \family sans
23515 Supr
23516 \family default
23517  cuando el cursor está en la última posición de la nota, respectivamente.
23518 \end_layout
23519
23520 \begin_layout Standard
23521 Aquí hay un ejemplo de nota al pie:
23522 \family roman
23523 \series medium
23524 \bar no
23525
23526 \begin_inset Foot
23527 status open
23528
23529 \begin_layout Plain Layout
23530 \begin_inset CommandInset label
23531 LatexCommand label
23532 name "pie:Esto-es-una"
23533
23534 \end_inset
23535
23536 Ejemplo de nota al pie.
23537 \end_layout
23538
23539 \end_inset
23540
23541
23542 \family default
23543 \series default
23544 \bar default
23545
23546 \begin_inset ERT
23547 status collapsed
23548
23549 \begin_layout Plain Layout
23550
23551
23552 \backslash
23553 newcounter{MyRepeatFoot}
23554 \end_layout
23555
23556 \begin_layout Plain Layout
23557
23558
23559 \backslash
23560 setcounter{MyRepeatFoot}{
23561 \backslash
23562 thefootnote}
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Standard
23571 En la salida, el pie se muestra como número voladito en el lugar del texto
23572  donde se coloca el recuadro.
23573  El texto se coloca al final de la página actual.
23574  Los números de las notas son calculados por LaTeX, y son consecutivos.
23575  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
23576 \end_layout
23577
23578 \begin_layout Standard
23579 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
23580  en la nota y pon una referencia cruzada a esa etiqueta en el texto como
23581  se describe en la sección
23582 \begin_inset space ~
23583 \end_inset
23584
23585
23586 \begin_inset CommandInset ref
23587 LatexCommand ref
23588 reference "sec:Referencias-a-Flotantes"
23589
23590 \end_inset
23591
23592 .
23593 \begin_inset Newline newline
23594 \end_inset
23595
23596 Esto es una referencia cruzada a la Nota al pie
23597 \begin_inset space ~
23598 \end_inset
23599
23600
23601 \begin_inset CommandInset ref
23602 LatexCommand ref
23603 reference "pie:Esto-es-una"
23604
23605 \end_inset
23606
23607 .
23608 \begin_inset Newline newline
23609 \end_inset
23610
23611
23612 \begin_inset Note Greyedout
23613 status open
23614
23615 \begin_layout Plain Layout
23616
23617 \series bold
23618 Nota:
23619 \series default
23620  LyX no suministra prefijos para etiquetas en notas al pie, así que has
23621  de insertar un prefijo, p.
23622 \begin_inset space \thinspace{}
23623 \end_inset
23624
23625 e.
23626 \begin_inset space ~
23627 \end_inset
23628
23629 «
23630 \family sans
23631 pie:
23632 \family default
23633 » manualmente cuando quieras usar el estilo 
23634 \family sans
23635 Referencia
23636 \begin_inset space ~
23637 \end_inset
23638
23639 con
23640 \begin_inset space ~
23641 \end_inset
23642
23643 formato
23644 \family default
23645 .
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 \begin_inset VSpace defskip
23655 \end_inset
23656
23657 Para poner notas al pie en tablas, tienes que usar minipáginas, véase sección
23658 \begin_inset space ~
23659 \end_inset
23660
23661
23662 \begin_inset CommandInset ref
23663 LatexCommand ref
23664 reference "sec:Minipáginas"
23665
23666 \end_inset
23667
23668 .
23669  Los pies en tablas largas en la sección
23670 \begin_inset space ~
23671 \end_inset
23672
23673
23674 \begin_inset CommandInset ref
23675 LatexCommand ref
23676 reference "sub:Notas-al-pie-en-Tablas-Largas"
23677
23678 \end_inset
23679
23680 .
23681 \end_layout
23682
23683 \begin_layout Standard
23684 \begin_inset VSpace defskip
23685 \end_inset
23686
23687 Para crear sólo una marca para una nota al pie, puedes usar el comando 
23688 \series bold
23689
23690 \backslash
23691 footnotemark[número]
23692 \series default
23693  en código TeX.
23694  Esto se emplea si tienes la misma anotación varias veces en el texto pero
23695  no quieres imprimir el pie cada vez.
23696 \begin_inset Newline newline
23697 \end_inset
23698
23699 Como no sabes el número del pie que se repite mientras escribes el texto,
23700  tienes que guardarlo.
23701  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
23702  en código TeX detrás de Nota
23703 \begin_inset space ~
23704 \end_inset
23705
23706 al
23707 \begin_inset space ~
23708 \end_inset
23709
23710 pie
23711 \begin_inset space ~
23712 \end_inset
23713
23714
23715 \begin_inset CommandInset ref
23716 LatexCommand ref
23717 reference "pie:Esto-es-una"
23718
23719 \end_inset
23720
23721  para guardar el número de pie:
23722 \end_layout
23723
23724 \begin_layout Standard
23725
23726 \series bold
23727
23728 \backslash
23729 newcounter{MyRepeatFoot}
23730 \begin_inset Newline newline
23731 \end_inset
23732
23733
23734 \backslash
23735 setcounter{MyRepeatFoot}{
23736 \backslash
23737 thefootnote}
23738 \end_layout
23739
23740 \begin_layout Standard
23741 La marca de pie se crea entonces con el comando:
23742 \end_layout
23743
23744 \begin_layout Standard
23745
23746 \series bold
23747
23748 \backslash
23749 footnotemark[
23750 \backslash
23751 theMyRepeatFoot]
23752 \end_layout
23753
23754 \begin_layout Standard
23755 Aquí hay un ejemplo de marca de pie:
23756 \family roman
23757 \series medium
23758 \bar no
23759
23760 \begin_inset ERT
23761 status collapsed
23762
23763 \begin_layout Plain Layout
23764
23765
23766 \backslash
23767 footnotemark[
23768 \backslash
23769 theMyRepeatFoot]
23770 \end_layout
23771
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \begin_layout Subsection
23778 Numeración de notas al pie
23779 \begin_inset CommandInset label
23780 LatexCommand label
23781 name "sub:Numeración-de-Notas-al-Pie"
23782
23783 \end_inset
23784
23785
23786 \begin_inset Index
23787 status collapsed
23788
23789 \begin_layout Plain Layout
23790 Notas al pie ! Numeración
23791 \end_layout
23792
23793 \end_inset
23794
23795
23796 \end_layout
23797
23798 \begin_layout Standard
23799 Para reiniciar el número de pie a 1 en cada sección añade
23800 \family roman
23801  en el preámbulo el comando:
23802 \end_layout
23803
23804 \begin_layout Standard
23805
23806 \series bold
23807
23808 \backslash
23809 @addtoreset{footnote}{section}
23810 \end_layout
23811
23812 \begin_layout Standard
23813 \begin_inset VSpace bigskip
23814 \end_inset
23815
23816 El siguiente comando en el preámbulo cambia el estilo de numeración del
23817  pie a números romanos en minúsculas:
23818 \end_layout
23819
23820 \begin_layout Standard
23821
23822 \series bold
23823
23824 \backslash
23825 renewcommand{
23826 \backslash
23827 thefootnote}{
23828 \backslash
23829 roman{footnote}}
23830 \end_layout
23831
23832 \begin_layout Standard
23833 \begin_inset ERT
23834 status collapsed
23835
23836 \begin_layout Plain Layout
23837
23838
23839 \backslash
23840 renewcommand{
23841 \backslash
23842 thefootnote}{
23843 \backslash
23844 roman{footnote}}
23845 \end_layout
23846
23847 \end_inset
23848
23849  Nota al pie en números romanos:
23850 \begin_inset Foot
23851 status open
23852
23853 \begin_layout Plain Layout
23854 Ejemplo de nota al pie en números romanos.
23855 \end_layout
23856
23857 \end_inset
23858
23859
23860 \begin_inset ERT
23861 status collapsed
23862
23863 \begin_layout Plain Layout
23864
23865
23866 \backslash
23867 renewcommand{
23868 \backslash
23869 thefootnote}{
23870 \backslash
23871 arabic{footnote}}
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
23881  
23882 \series bold
23883
23884 \backslash
23885 roman
23886 \series default
23887  por 
23888 \series bold
23889
23890 \backslash
23891 Roman
23892 \series default
23893 .
23894  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
23895 \series bold
23896
23897 \backslash
23898 Alph
23899 \series default
23900  o 
23901 \series bold
23902
23903 \backslash
23904 alph
23905 \series default
23906 , respectivamente.
23907  Para ordenar las notas al pie con símbolos usa 
23908 \series bold
23909
23910 \backslash
23911 fnsymbol
23912 \series default
23913 .
23914 \end_layout
23915
23916 \begin_layout Standard
23917 \begin_inset Note Greyedout
23918 status open
23919
23920 \begin_layout Plain Layout
23921
23922 \series bold
23923 Nota:
23924 \series default
23925  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
23926  simples.
23927 \end_layout
23928
23929 \end_inset
23930
23931
23932 \begin_inset Newline newline
23933 \end_inset
23934
23935
23936 \begin_inset Note Greyedout
23937 status open
23938
23939 \begin_layout Plain Layout
23940
23941 \series bold
23942 Nota:
23943 \series default
23944  sólo puedes ordenar hasta 9 pies con símbolos.
23945 \end_layout
23946
23947 \end_inset
23948
23949
23950 \end_layout
23951
23952 \begin_layout Standard
23953 Para volver al estilo de numeración predeterminado cuando has cambiado a
23954  otro estilo, usa 
23955 \series bold
23956
23957 \backslash
23958 arabic
23959 \series default
23960  en vez de 
23961 \series bold
23962
23963 \backslash
23964 roman
23965 \series default
23966  en el comando anterior.
23967 \begin_inset ERT
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971
23972
23973 \backslash
23974 renewcommand{
23975 \backslash
23976 thefootnote}{
23977 \backslash
23978 arabic{footnote}}
23979 \end_layout
23980
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \begin_layout Standard
23987 \begin_inset VSpace bigskip
23988 \end_inset
23989
23990
23991 \end_layout
23992
23993 \begin_layout Standard
23994 Si quieres numerar notas al pie en el esquema «capítulo.nota», añade el siguiente
23995  comando al preámbulo del documento:
23996 \end_layout
23997
23998 \begin_layout Standard
23999
24000 \series bold
24001
24002 \backslash
24003 numberwithin{footnote}{chapter}
24004 \end_layout
24005
24006 \begin_layout Standard
24007 Para poder usar el comando 
24008 \series bold
24009
24010 \backslash
24011 numberwithin
24012 \series default
24013 , marca la opción 
24014 \family sans
24015 Usar
24016 \family default
24017
24018 \begin_inset space ~
24019 \end_inset
24020
24021
24022 \family sans
24023 el
24024 \family default
24025
24026 \begin_inset space ~
24027 \end_inset
24028
24029
24030 \family sans
24031 paquete
24032 \family default
24033
24034 \begin_inset space ~
24035 \end_inset
24036
24037
24038 \family sans
24039 AMS
24040 \family default
24041  en la solapa 
24042 \family sans
24043 Ecuaciones
24044 \family default
24045  de la configuración del documento.
24046 \end_layout
24047
24048 \begin_layout Standard
24049 \begin_inset ERT
24050 status collapsed
24051
24052 \begin_layout Plain Layout
24053
24054
24055 \backslash
24056 numberwithin{footnote}{chapter}
24057 \end_layout
24058
24059 \end_inset
24060
24061 Esto es otro ejemplo de nota al pie:
24062 \series bold
24063
24064 \begin_inset Foot
24065 status open
24066
24067 \begin_layout Plain Layout
24068 Nota al pie numerada en el esquema 
24069 \begin_inset Quotes eld
24070 \end_inset
24071
24072 capítulo.nota
24073 \begin_inset Quotes erd
24074 \end_inset
24075
24076 .
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \series default
24083
24084 \begin_inset ERT
24085 status collapsed
24086
24087 \begin_layout Plain Layout
24088
24089
24090 \backslash
24091 renewcommand{
24092 \backslash
24093 thefootnote}{
24094 \backslash
24095 arabic{footnote}}
24096 \end_layout
24097
24098 \end_inset
24099
24100
24101 \end_layout
24102
24103 \begin_layout Standard
24104 \begin_inset Note Greyedout
24105 status open
24106
24107 \begin_layout Plain Layout
24108
24109 \series bold
24110 Nota: 
24111 \backslash
24112 numberwithin 
24113 \series default
24114 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24115  previas para obtener números no arábigos se sobreescriben.
24116 \end_layout
24117
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \begin_layout Standard
24124 Así, para obtener por ejemplo el esquema «capítulo.
24125 \backslash
24126 Roman{footnote}», usa este comando en vez de 
24127 \series bold
24128
24129 \backslash
24130 numberwithin
24131 \series default
24132 :
24133 \end_layout
24134
24135 \begin_layout Standard
24136
24137 \series bold
24138
24139 \backslash
24140 renewcommand{
24141 \backslash
24142 thefootnote}{
24143 \backslash
24144 thechapter.
24145 \backslash
24146 Roman{footnote}}
24147 \end_layout
24148
24149 \begin_layout Subsection
24150 Colocación de notas al pie
24151 \begin_inset Index
24152 status collapsed
24153
24154 \begin_layout Plain Layout
24155 Notas al pie ! Colocación
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
24165  entre ellas al final de la página.
24166  Para hacerlas más legibles puedes añadir 1.5
24167 \begin_inset space \thinspace{}
24168 \end_inset
24169
24170 mm, p.
24171 \begin_inset space \thinspace{}
24172 \end_inset
24173
24174 e., con el comando siguiente en el preámbulo:
24175 \end_layout
24176
24177 \begin_layout Standard
24178
24179 \series bold
24180
24181 \backslash
24182 let
24183 \backslash
24184 myFoot
24185 \backslash
24186 footnote
24187 \begin_inset Newline newline
24188 \end_inset
24189
24190
24191 \backslash
24192 renewcommand{
24193 \backslash
24194 footnote}[1]{
24195 \backslash
24196 myFoot{#1
24197 \backslash
24198 vspace{1.5mm}}}
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset VSpace bigskip
24203 \end_inset
24204
24205 En documentos a dos columnas la nota al pie aparece al final de cada columna,
24206  véase la figura
24207 \begin_inset space ~
24208 \end_inset
24209
24210
24211 \begin_inset CommandInset ref
24212 LatexCommand ref
24213 reference "fig:Colocación-standard-del-pie"
24214
24215 \end_inset
24216
24217 .
24218  Si las notas debieran mostrarse sólo al final de la columna derecha, como
24219  en la figura
24220 \begin_inset space ~
24221 \end_inset
24222
24223
24224 \begin_inset CommandInset ref
24225 LatexCommand ref
24226 reference "fig:Colocación-del-pie-en"
24227
24228 \end_inset
24229
24230 , usa el paquete LaTeX 
24231 \series bold
24232 ftnright
24233 \series default
24234
24235 \begin_inset Index
24236 status collapsed
24237
24238 \begin_layout Plain Layout
24239 LaTeX-paquetes ! ftnright
24240 \end_layout
24241
24242 \end_inset
24243
24244  con este comando en el preámbulo:
24245 \end_layout
24246
24247 \begin_layout Standard
24248
24249 \series bold
24250
24251 \backslash
24252 usepackage{ftnright}
24253 \end_layout
24254
24255 \begin_layout Standard
24256 \begin_inset Float figure
24257 placement !h
24258 wide false
24259 sideways false
24260 status open
24261
24262 \begin_layout Plain Layout
24263 \begin_inset ERT
24264 status collapsed
24265
24266 \begin_layout Plain Layout
24267
24268
24269 \backslash
24270 framebox{
24271 \end_layout
24272
24273 \end_inset
24274
24275
24276 \begin_inset Graphics
24277         filename ../clipart/without_fntright.pdf
24278         width 100col%
24279
24280 \end_inset
24281
24282
24283 \begin_inset ERT
24284 status collapsed
24285
24286 \begin_layout Plain Layout
24287
24288 }
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \begin_layout Plain Layout
24297 \begin_inset Caption
24298
24299 \begin_layout Plain Layout
24300 \begin_inset CommandInset label
24301 LatexCommand label
24302 name "fig:Colocación-standard-del-pie"
24303
24304 \end_inset
24305
24306 Colocación estándar de notas al pie en documentos a dos columnas.
24307 \end_layout
24308
24309 \end_inset
24310
24311
24312 \end_layout
24313
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \begin_layout Standard
24320 \begin_inset Float figure
24321 placement !h
24322 wide false
24323 sideways false
24324 status open
24325
24326 \begin_layout Plain Layout
24327 \begin_inset ERT
24328 status collapsed
24329
24330 \begin_layout Plain Layout
24331
24332
24333 \backslash
24334 framebox{
24335 \end_layout
24336
24337 \end_inset
24338
24339
24340 \begin_inset Graphics
24341         filename ../clipart/with_fntright.pdf
24342         width 100col%
24343
24344 \end_inset
24345
24346
24347 \begin_inset ERT
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351
24352 }
24353 \end_layout
24354
24355 \end_inset
24356
24357
24358 \end_layout
24359
24360 \begin_layout Plain Layout
24361 \begin_inset Caption
24362
24363 \begin_layout Plain Layout
24364 \begin_inset CommandInset label
24365 LatexCommand label
24366 name "fig:Colocación-del-pie-en"
24367
24368 \end_inset
24369
24370 Colocación de la nota al pie en documentos a dos columnas cuando se usa
24371  el paquete LaTeX 
24372 \series bold
24373 ftnright
24374 \series default
24375 .
24376 \end_layout
24377
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \begin_layout Standard
24389 \begin_inset VSpace bigskip
24390 \end_inset
24391
24392 En alguna literatura científica es habitual reunir las notas para imprimirlas
24393  en un párrafo separado al final de la sección, como en la figura
24394 \begin_inset space ~
24395 \end_inset
24396
24397
24398 \begin_inset CommandInset ref
24399 LatexCommand ref
24400 reference "fig:Notas-al-pie-al-final"
24401
24402 \end_inset
24403
24404 .
24405  Para reunir las notas al final
24406 \begin_inset Index
24407 status collapsed
24408
24409 \begin_layout Plain Layout
24410 Notas ! al final
24411 \end_layout
24412
24413 \end_inset
24414
24415  en vez de al pie, carga el paquete LaTeX 
24416 \series bold
24417 endnotes
24418 \series default
24419
24420 \begin_inset Index
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424 LaTeX-paquetes ! endnotes
24425 \end_layout
24426
24427 \end_inset
24428
24429  con las siguientes líneas en el preámbulo:
24430 \end_layout
24431
24432 \begin_layout Standard
24433
24434 \series bold
24435
24436 \backslash
24437 usepackage{endnotes}
24438 \begin_inset Newline newline
24439 \end_inset
24440
24441
24442 \backslash
24443 let
24444 \backslash
24445 footnote
24446 \backslash
24447 endnote
24448 \end_layout
24449
24450 \begin_layout Standard
24451 Para insertar la colección de notas, escribe el comando
24452 \end_layout
24453
24454 \begin_layout Standard
24455
24456 \series bold
24457
24458 \backslash
24459 theendnotes
24460 \end_layout
24461
24462 \begin_layout Standard
24463 en código TeX al final de una sección o capítulo.
24464 \end_layout
24465
24466 \begin_layout Standard
24467 \begin_inset Float figure
24468 wide false
24469 sideways false
24470 status open
24471
24472 \begin_layout Plain Layout
24473 \align center
24474 \begin_inset ERT
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478
24479
24480 \backslash
24481 framebox{
24482 \end_layout
24483
24484 \end_inset
24485
24486
24487 \begin_inset Graphics
24488         filename ../clipart/endnotes.pdf
24489
24490 \end_inset
24491
24492
24493 \begin_inset ERT
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497
24498 }
24499 \end_layout
24500
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Caption
24508
24509 \begin_layout Plain Layout
24510 \begin_inset CommandInset label
24511 LatexCommand label
24512 name "fig:Notas-al-pie-al-final"
24513
24514 \end_inset
24515
24516 Notas al final: notas impresas en párrafo separado al final de la sección
24517  o del capítulo.
24518 \end_layout
24519
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \end_inset
24526
24527
24528 \end_layout
24529
24530 \begin_layout Standard
24531 \begin_inset VSpace medskip
24532 \end_inset
24533
24534 La cabecera de párrafo para las notas finales no se traduce automáticamente
24535  al lenguaje del documento, hay que hacerlo manualmente.
24536   El siguiente comando de preámbulo traduce el nombre en inglés «Notes»
24537  al español «Notas»:
24538 \end_layout
24539
24540 \begin_layout Standard
24541
24542 \series bold
24543
24544 \backslash
24545 renewcommand{
24546 \backslash
24547 notesname}{Notas}
24548 \end_layout
24549
24550 \begin_layout Standard
24551 \begin_inset VSpace medskip
24552 \end_inset
24553
24554 La numeración de notas finales puede cambiarse como la de las notas al pie,
24555  como se describe en la sección
24556 \begin_inset space ~
24557 \end_inset
24558
24559
24560 \begin_inset CommandInset ref
24561 LatexCommand ref
24562 reference "sub:Numeración-de-Notas-al-Pie"
24563
24564 \end_inset
24565
24566 ; sólo hay que reemplazar el comando 
24567 \series bold
24568
24569 \backslash
24570 thefootnote
24571 \series default
24572  por 
24573 \series bold
24574
24575 \backslash
24576 theendnote
24577 \series default
24578 .
24579  Para restablecer la numeración usa el comando 
24580 \series bold
24581
24582 \backslash
24583 @addtoreset
24584 \series default
24585  como se describe en la sección
24586 \begin_inset space ~
24587 \end_inset
24588
24589
24590 \begin_inset CommandInset ref
24591 LatexCommand ref
24592 reference "sub:Numeración-de-Notas-al-Pie"
24593
24594 \end_inset
24595
24596  y sustituye el parámetro de comando 
24597 \series bold
24598 footnote
24599 \series default
24600  por 
24601 \series bold
24602 endnote
24603 \series default
24604 .
24605 \end_layout
24606
24607 \begin_layout Standard
24608 Para crear sólo una marca para una nota final, usa el comando 
24609 \series bold
24610
24611 \backslash
24612 endnotemark[número]
24613 \series default
24614  similar al comando 
24615 \series bold
24616
24617 \backslash
24618 footnotemark
24619 \series default
24620 , descrito en la sección
24621 \begin_inset space ~
24622 \end_inset
24623
24624
24625 \begin_inset CommandInset ref
24626 LatexCommand ref
24627 reference "sec:Notas-al-pie"
24628
24629 \end_inset
24630
24631 .
24632 \end_layout
24633
24634 \begin_layout Standard
24635 \begin_inset VSpace bigskip
24636 \end_inset
24637
24638 Las notas al pie también pueden colocarse al margen de la página y la alineación
24639  del texto del pie también puede cambiarse, véase el paquete LaTeX 
24640 \series bold
24641 footmisc
24642 \series default
24643
24644 \begin_inset Index
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 LaTeX-paquetes ! footmisc
24649 \end_layout
24650
24651 \end_inset
24652
24653  
24654 \begin_inset CommandInset citation
24655 LatexCommand cite
24656 key "footmisc"
24657
24658 \end_inset
24659
24660  para más información.
24661 \end_layout
24662
24663 \begin_layout Standard
24664 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
24665  
24666 \begin_inset CommandInset citation
24667 LatexCommand cite
24668 key "latexcompanion,latexguide,latexbook"
24669
24670 \end_inset
24671
24672 .
24673 \end_layout
24674
24675 \begin_layout Section
24676 Notas al margen
24677 \begin_inset Index
24678 status collapsed
24679
24680 \begin_layout Plain Layout
24681 Notas ! al margen
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \end_layout
24688
24689 \begin_layout Standard
24690 Las notas al margen se ven y se comportan en LyX como notas al pie.
24691  Se insertan con el menú 
24692 \family sans
24693 Insertar\SpecialChar \menuseparator
24694 Nota
24695 \begin_inset space ~
24696 \end_inset
24697
24698 al
24699 \begin_inset space ~
24700 \end_inset
24701
24702 margen
24703 \family default
24704  o con el botón 
24705 \begin_inset Graphics
24706         filename ../../images/marginalnote-insert.png
24707         scale 85
24708
24709 \end_inset
24710
24711 .
24712  Aparece un cuadro gris con la etiqueta 
24713 \family roman
24714 \series medium
24715 «margen» en rojo y un marco en el que puedes escribir el texto de la nota.
24716 \end_layout
24717
24718 \begin_layout Standard
24719 Al lado hay un ejemplo de nota al margen.
24720
24721 \family roman
24722 \series medium
24723  
24724 \begin_inset Marginal
24725 status open
24726
24727 \begin_layout Plain Layout
24728 Esto es una nota al margen.
24729 \end_layout
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Standard
24737 Estas notas salen en el margen derecho en documentos a una cara.
24738  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
24739  en páginas pares, derecho en páginas impares---.
24740  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
24741  a la derecha si la nota aparece en el margen izquierdo---.
24742  La primera línea de la nota se sitúa en la posición de la línea del texto
24743  en la que se inserta en el documento.
24744 \end_layout
24745
24746 \begin_layout Standard
24747 \begin_inset VSpace bigskip
24748 \end_inset
24749
24750 Para colocar la nota en el margen interno añade el comando
24751 \end_layout
24752
24753 \begin_layout Standard
24754
24755 \series bold
24756
24757 \backslash
24758 reversemarginpar
24759 \end_layout
24760
24761 \begin_layout Standard
24762 en código TeX antes de la nota.
24763  La nueva colocación es válida para todas las siguientes notas al margen.
24764  
24765 \begin_inset ERT
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769
24770
24771 \backslash
24772 reversemarginpar 
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \begin_inset Marginal
24779 status open
24780
24781 \begin_layout Plain Layout
24782 Esto es una nota en el margen interno.
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \series bold
24789
24790 \begin_inset Newline newline
24791 \end_inset
24792
24793
24794 \series default
24795
24796 \begin_inset Note Greyedout
24797 status open
24798
24799 \begin_layout Plain Layout
24800
24801 \series bold
24802 Nota:
24803 \series default
24804  A veces no hay espacio suficiente en el margen interno, por lo que la nota
24805  no se mostrará correctamente en la salida.
24806 \end_layout
24807
24808 \end_inset
24809
24810
24811 \end_layout
24812
24813 \begin_layout Standard
24814 Para volver a la ubicación predeterminada inserta en código TeX el comando
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 normalmarginpar 
24823 \end_layout
24824
24825 \end_inset
24826
24827
24828 \end_layout
24829
24830 \begin_layout Standard
24831
24832 \series bold
24833
24834 \backslash
24835 normalmarginpar
24836 \end_layout
24837
24838 \begin_layout Standard
24839 \begin_inset Note Greyedout
24840 status open
24841
24842 \begin_layout Plain Layout
24843
24844 \series bold
24845 Nota:
24846 \series default
24847  El comando se ignora si en el mismo párrafo está también presente el comando
24848  
24849 \series bold
24850
24851 \backslash
24852 reversemarginpar
24853 \series default
24854 .
24855 \end_layout
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \begin_layout Standard
24863 \begin_inset VSpace bigskip
24864 \end_inset
24865
24866
24867 \family roman
24868 \series medium
24869
24870 \begin_inset Marginal
24871 status open
24872
24873 \begin_layout Plain Layout
24874 PalabraMuyLargaAlMargen no partida con guión.
24875 \end_layout
24876
24877 \end_inset
24878
24879
24880 \family default
24881 \series default
24882  Como en el caso descrito en la sección
24883 \begin_inset space ~
24884 \end_inset
24885
24886
24887 \begin_inset CommandInset ref
24888 LatexCommand ref
24889 reference "sub:Líneas-Múltiples-en"
24890
24891 \end_inset
24892
24893 , una palabra larga no puede partirse con guión cuando es la primera en
24894  la nota al margen.
24895  Para evitar esto, inserta un espacio horizontal de 0
24896 \begin_inset space \thinspace{}
24897 \end_inset
24898
24899 pt antes de la palabra
24900 \family roman
24901 \series medium
24902 .
24903  
24904 \begin_inset Marginal
24905 status open
24906
24907 \begin_layout Plain Layout
24908 \begin_inset ERT
24909 status collapsed
24910
24911 \begin_layout Plain Layout
24912
24913
24914 \backslash
24915 hspace{0pt}
24916 \end_layout
24917
24918 \end_inset
24919
24920 PalabraMuyLargaAlMargen partida con guión.
24921 \end_layout
24922
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \begin_layout Standard
24929 \begin_inset VSpace bigskip
24930 \end_inset
24931
24932
24933 \end_layout
24934
24935 \begin_layout Standard
24936 \begin_inset Note Greyedout
24937 status open
24938
24939 \begin_layout Plain Layout
24940
24941 \series bold
24942 Nota:
24943 \series default
24944  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
24945  notas al pie.
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \end_layout
24952
24953 \begin_layout Standard
24954 \begin_inset VSpace bigskip
24955 \end_inset
24956
24957
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \begin_inset ERT
24962 status collapsed
24963
24964 \begin_layout Plain Layout
24965
24966
24967 \backslash
24968 ifmarginnote
24969 \end_layout
24970
24971 \end_inset
24972
24973
24974 \begin_inset Note Note
24975 status open
24976
24977 \begin_layout Plain Layout
24978 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
24979  LaTeX 
24980 \series bold
24981 marginnote
24982 \series default
24983 .
24984 \end_layout
24985
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \begin_layout Standard
24992 Esta restricción se puede salvar con el paquete LaTeX 
24993 \series bold
24994 marginnote
24995 \series default
24996
24997 \begin_inset Index
24998 status collapsed
24999
25000 \begin_layout Plain Layout
25001 LaTeX-paquetes ! marginnote
25002 \end_layout
25003
25004 \end_inset
25005
25006 .
25007  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25008  notas al margen es redefinido para usar el comando proporcionado por el
25009  paquete 
25010 \series bold
25011 marginnote
25012 \series default
25013 :
25014 \end_layout
25015
25016 \begin_layout Standard
25017
25018 \series bold
25019
25020 \backslash
25021 usepackage{marginnote}
25022 \begin_inset Newline newline
25023 \end_inset
25024
25025
25026 \backslash
25027 let
25028 \backslash
25029 marginpar
25030 \backslash
25031 marginnote
25032 \end_layout
25033
25034 \begin_layout Standard
25035 Esto se ha utilizado en el presente documento porque 
25036 \series bold
25037 marginnote
25038 \series default
25039  tiene una característica adicional útil: Puedes establecer un desplazamiento
25040  vertical a la nota.
25041  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25042  diseño de la página.
25043  En LyX, el desplazamiento se escribe directamente tras la nota al margen,
25044  en código TeX
25045 \end_layout
25046
25047 \begin_layout Standard
25048
25049 \series bold
25050 [desplazamiento]
25051 \end_layout
25052
25053 \begin_layout Standard
25054 donde desplazamiento es una longitud en una de las unidades de la tabla
25055 \begin_inset space ~
25056 \end_inset
25057
25058
25059 \begin_inset CommandInset ref
25060 LatexCommand ref
25061 reference "tab:Unidades"
25062
25063 \end_inset
25064
25065 .
25066  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25067  abajo.
25068  
25069 \family roman
25070 \series medium
25071 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25072 \begin_inset space \thinspace{}
25073 \end_inset
25074
25075 cm arriba con el comando en código TeX 
25076 \begin_inset Quotes eld
25077 \end_inset
25078
25079
25080 \family default
25081 \series bold
25082 [-1.5cm]
25083 \family roman
25084 \series medium
25085
25086 \begin_inset Quotes erd
25087 \end_inset
25088
25089
25090 \begin_inset Marginal
25091 status collapsed
25092
25093 \begin_layout Plain Layout
25094 Esta nota está 1.5
25095 \begin_inset space \thinspace{}
25096 \end_inset
25097
25098 cm por encima de su posición original.
25099 \end_layout
25100
25101 \end_inset
25102
25103
25104 \family default
25105 \series default
25106
25107 \begin_inset ERT
25108 status collapsed
25109
25110 \begin_layout Plain Layout
25111
25112 [-1.5cm]
25113 \end_layout
25114
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \begin_layout Standard
25121 \begin_inset VSpace medskip
25122 \end_inset
25123
25124 Con 
25125 \series bold
25126 marginnote
25127 \series default
25128  también puedes cambiar la alineación del texto en el margen.
25129  Por ejemplo los comandos
25130 \end_layout
25131
25132 \begin_layout Standard
25133
25134 \series bold
25135
25136 \backslash
25137 renewcommand*{
25138 \backslash
25139 raggedleftmarginnote}{
25140 \backslash
25141 centering}
25142 \begin_inset Newline newline
25143 \end_inset
25144
25145
25146 \backslash
25147 renewcommand*{
25148 \backslash
25149 raggedrightmarginnote}{
25150 \backslash
25151 centering}
25152 \end_layout
25153
25154 \begin_layout Standard
25155 producen alineación centrada.
25156  
25157 \series bold
25158
25159 \backslash
25160 raggedleftmarginnote
25161 \series default
25162  identifica las notas que aparecen al lado izquierdo.
25163 \family roman
25164 \series medium
25165
25166 \begin_inset ERT
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170
25171
25172 \backslash
25173 renewcommand*{
25174 \backslash
25175 raggedleftmarginnote}{
25176 \backslash
25177 centering}
25178 \end_layout
25179
25180 \begin_layout Plain Layout
25181
25182
25183 \backslash
25184 renewcommand*{
25185 \backslash
25186 raggedrightmarginnote}{
25187 \backslash
25188 centering}
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \begin_inset Marginal
25195 status open
25196
25197 \begin_layout Plain Layout
25198 El texto de esta nota está centrado.
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \family default
25205 \series default
25206  El valor predeterminado es 
25207 \end_layout
25208
25209 \begin_layout Standard
25210
25211 \series bold
25212
25213 \backslash
25214 renewcommand*{
25215 \backslash
25216 raggedleftmarginnote}{
25217 \backslash
25218 raggedleft}
25219 \begin_inset Newline newline
25220 \end_inset
25221
25222
25223 \backslash
25224 renewcommand*{
25225 \backslash
25226 raggedrightmarginnote}{
25227 \backslash
25228 raggedright}
25229 \family roman
25230 \series medium
25231
25232 \begin_inset ERT
25233 status collapsed
25234
25235 \begin_layout Plain Layout
25236
25237
25238 \backslash
25239 renewcommand*{
25240 \backslash
25241 raggedleftmarginnote}{
25242 \backslash
25243 raggedleft}
25244 \end_layout
25245
25246 \begin_layout Plain Layout
25247
25248
25249 \backslash
25250 renewcommand*{
25251 \backslash
25252 raggedrightmarginnote}{
25253 \backslash
25254 raggedright}
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \begin_layout Standard
25263 \begin_inset VSpace medskip
25264 \end_inset
25265
25266 Para otras características de 
25267 \series bold
25268 marginnote
25269 \series default
25270  mira en su documentación 
25271 \begin_inset CommandInset citation
25272 LatexCommand cite
25273 key "marginnote"
25274
25275 \end_inset
25276
25277 .
25278 \end_layout
25279
25280 \begin_layout Standard
25281 \begin_inset VSpace bigskip
25282 \end_inset
25283
25284 El diseño de las notas al margen puede ser redefinido.
25285  Por ejemplo, para crear una cabecera para todas las notas con el texto
25286  
25287 \begin_inset Quotes eld
25288 \end_inset
25289
25290
25291 \series bold
25292 \bar under
25293 ¡
25294 \family sans
25295 Atención
25296 \family default
25297 !
25298 \series default
25299 \bar default
25300
25301 \begin_inset Quotes erd
25302 \end_inset
25303
25304 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
25305 \end_layout
25306
25307 \begin_layout Standard
25308
25309 \series bold
25310
25311 \backslash
25312 let
25313 \backslash
25314 myMarginpar
25315 \backslash
25316 marginpar
25317 \begin_inset Newline newline
25318 \end_inset
25319
25320
25321 \backslash
25322 renewcommand{
25323 \backslash
25324 marginpar}[1]{
25325 \backslash
25326 myMarginpar{%
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330
25331 \begin_inset ERT
25332 status collapsed
25333
25334 \begin_layout Plain Layout
25335
25336
25337 \backslash
25338 hphantom{ }
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \backslash
25345 hspace{0pt}
25346 \backslash
25347 textsf{
25348 \backslash
25349 textbf{
25350 \backslash
25351 underbar{¡Atención!}}}%
25352 \begin_inset Newline newline
25353 \end_inset
25354
25355
25356 \begin_inset ERT
25357 status collapsed
25358
25359 \begin_layout Plain Layout
25360
25361
25362 \backslash
25363 hphantom{ }
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \backslash
25370 vspace{1.5mm}
25371 \backslash
25372
25373 \backslash
25374 #1}}
25375 \end_layout
25376
25377 \begin_layout Standard
25378
25379 \family roman
25380 \series medium
25381 \begin_inset ERT
25382 status collapsed
25383
25384 \begin_layout Plain Layout
25385
25386
25387 \backslash
25388 let
25389 \backslash
25390 myMarginpar
25391 \backslash
25392 marginpar
25393 \end_layout
25394
25395 \begin_layout Plain Layout
25396
25397
25398 \backslash
25399 renewcommand{
25400 \backslash
25401 marginpar}[1]{
25402 \backslash
25403 myMarginpar{%
25404 \end_layout
25405
25406 \begin_layout Plain Layout
25407
25408    
25409 \backslash
25410 textsf{
25411 \backslash
25412 textbf{
25413 \backslash
25414 underbar{¡Atención!}}}%
25415 \end_layout
25416
25417 \begin_layout Plain Layout
25418
25419    
25420 \backslash
25421 vspace{1.5mm}
25422 \backslash
25423
25424 \backslash
25425 #1}}
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \begin_inset Marginal
25432 status open
25433
25434 \begin_layout Plain Layout
25435 Esta es una nota con una cabecera definida.
25436 \end_layout
25437
25438 \end_inset
25439
25440
25441 \family default
25442 \series default
25443
25444 \begin_inset ERT
25445 status collapsed
25446
25447 \begin_layout Plain Layout
25448
25449 [-1.5cm]
25450 \end_layout
25451
25452 \end_inset
25453
25454
25455 \family roman
25456 \series medium
25457
25458 \begin_inset ERT
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462
25463
25464 \backslash
25465 renewcommand{
25466 \backslash
25467 marginpar}[1]{
25468 \backslash
25469 myMarginpar{#1}}
25470 \end_layout
25471
25472 \end_inset
25473
25474
25475 \family default
25476 \series default
25477
25478 \begin_inset Note Note
25479 status collapsed
25480
25481 \begin_layout Plain Layout
25482 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \begin_layout Standard
25491 \begin_inset ERT
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495
25496
25497 \backslash
25498 else
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \begin_inset Note Note
25505 status open
25506
25507 \begin_layout Plain Layout
25508 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
25509  
25510 \series bold
25511 marginnote
25512 \series default
25513 .
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \begin_layout Standard
25522 Debes instalar el paquete LaTeX 
25523 \series bold
25524 marginnote
25525 \series default
25526  para ver la parte siguiente en la salida.
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \begin_inset ERT
25531 status collapsed
25532
25533 \begin_layout Plain Layout
25534
25535
25536 \backslash
25537 fi
25538 \end_layout
25539
25540 \end_inset
25541
25542
25543 \end_layout
25544
25545 \begin_layout Chapter
25546 Cuadros
25547 \end_layout
25548
25549 \begin_layout Section
25550 Introducción
25551 \begin_inset Index
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 Cuadros ! Introducción
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 Los cuadros se emplean para dar formato a bloques de texto.
25565  Se pueden usar para escribir documentos con varios lenguajes, véase sección
25566 \begin_inset space ~
25567 \end_inset
25568
25569
25570 \begin_inset CommandInset ref
25571 LatexCommand ref
25572 reference "sec:Minipáginas"
25573
25574 \end_inset
25575
25576 , enmarcar textos, véase sección
25577 \begin_inset space ~
25578 \end_inset
25579
25580
25581 \begin_inset CommandInset ref
25582 LatexCommand ref
25583 reference "sec:Cuadros-Enmarcados"
25584
25585 \end_inset
25586
25587 , evitar la división de palabras, véase sección
25588 \begin_inset space ~
25589 \end_inset
25590
25591
25592 \begin_inset CommandInset ref
25593 LatexCommand ref
25594 reference "sec:Evitar-la-Partición"
25595
25596 \end_inset
25597
25598 , alinear texto, véase sección
25599 \begin_inset space ~
25600 \end_inset
25601
25602
25603 \begin_inset CommandInset ref
25604 LatexCommand ref
25605 reference "sub:Alineación-Vertical"
25606
25607 \end_inset
25608
25609 , o para poner color de fondo a un texto, véase sección
25610 \begin_inset space ~
25611 \end_inset
25612
25613
25614 \begin_inset CommandInset ref
25615 LatexCommand ref
25616 reference "sec:Cuadros-Coloreados"
25617
25618 \end_inset
25619
25620 .
25621 \end_layout
25622
25623 \begin_layout Standard
25624 Se insertan con el menú 
25625 \family sans
25626 Insertar\SpecialChar \menuseparator
25627 Cuadro
25628 \family default
25629  o con el botón 
25630 \begin_inset Graphics
25631         filename ../../images/box-insert.png
25632         scale 85
25633
25634 \end_inset
25635
25636 .
25637  Surge un recuadro gris con la etiqueta 
25638 \family sans
25639 Cuadro (Minipágina)
25640 \family default
25641
25642 \begin_inset Graphics
25643         filename clipart/CuadroMinipagQt4.png
25644         scale 75
25645         keepAspectRatio
25646
25647 \end_inset
25648
25649 .
25650  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
25651  Sale un diálogo en el que 
25652 \family sans
25653 Cuadro
25654 \family default
25655
25656 \begin_inset space ~
25657 \end_inset
25658
25659
25660 \family sans
25661 interior
25662 \family default
25663  permite escoger los tipos 
25664 \family sans
25665 Párrafo
25666 \family default
25667  y 
25668 \family sans
25669 Minipágina
25670 \family default
25671 .
25672  
25673 \family sans
25674 Minipágina
25675 \family default
25676  es el predeterminado para nuevos cuadros y se explica en la sección
25677 \begin_inset space ~
25678 \end_inset
25679
25680
25681 \begin_inset CommandInset ref
25682 LatexCommand ref
25683 reference "sec:Minipáginas"
25684
25685 \end_inset
25686
25687 ; el tipo 
25688 \family sans
25689 Párrafo
25690 \family default
25691  se describe en la sección
25692 \begin_inset space ~
25693 \end_inset
25694
25695
25696 \begin_inset CommandInset ref
25697 LatexCommand ref
25698 reference "sec:Cuadros-de-Párrafo"
25699
25700 \end_inset
25701
25702 .
25703 \end_layout
25704
25705 \begin_layout Standard
25706 Los cuadros no se numeran y por tanto no se pueden referenciar como los
25707  flotantes o las notas al pie.
25708 \end_layout
25709
25710 \begin_layout Standard
25711 \begin_inset Note Greyedout
25712 status open
25713
25714 \begin_layout Plain Layout
25715
25716 \series bold
25717 Nota:
25718 \series default
25719  Los cuadros no deben ser el ítem en un entorno 
25720 \family sans
25721 Enumeración*
25722 \family default
25723  o 
25724 \family sans
25725 Descripción
25726 \family default
25727 .
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \begin_inset Note Greyedout
25737 status open
25738
25739 \begin_layout Plain Layout
25740
25741 \series bold
25742 Nota:
25743 \series default
25744  Por razones desconocidas sólo se puede poner el tipo 
25745 \family sans
25746 Cuadro
25747 \begin_inset space ~
25748 \end_inset
25749
25750 interior
25751 \family default
25752  en 
25753 \family sans
25754 Ninguno
25755 \family default
25756  cuando se emplea un cuadro enmarcado.
25757  Los cuadros sin ningún tipo de 
25758 \family sans
25759 Cuadro
25760 \begin_inset space ~
25761 \end_inset
25762
25763 interior
25764 \family default
25765  y sin marcos se explican en la sección
25766 \begin_inset space ~
25767 \end_inset
25768
25769
25770 \begin_inset CommandInset ref
25771 LatexCommand ref
25772 reference "sec:Evitar-la-Partición"
25773
25774 \end_inset
25775
25776 .
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \begin_layout Section
25785 Diálogo de cuadros
25786 \begin_inset CommandInset label
25787 LatexCommand label
25788 name "sec:Diálogo-Cuadros"
25789
25790 \end_inset
25791
25792
25793 \begin_inset Index
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 Cuadros ! Configuración
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \begin_layout Subsection
25806 Tamaño
25807 \begin_inset Index
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811 Cuadros ! Tamaño
25812 \end_layout
25813
25814 \end_inset
25815
25816
25817 \end_layout
25818
25819 \begin_layout Standard
25820 En el diálogo puedes ajustar la geometría del cuadro en los campos 
25821 \family sans
25822 Ancho
25823 \family default
25824  y 
25825 \family sans
25826 Alto
25827 \family default
25828 .
25829  Las unidades disponibles para la geometría se describen en la tabla
25830 \begin_inset space ~
25831 \end_inset
25832
25833
25834 \begin_inset CommandInset ref
25835 LatexCommand ref
25836 reference "tab:Unidades"
25837
25838 \end_inset
25839
25840 .
25841  El campo 
25842 \family sans
25843 Alto
25844 \family default
25845  ofrece los siguientes tamaños adicionales:
25846 \end_layout
25847
25848 \begin_layout Description
25849 Profundidad Este es el texto plano «alto».
25850  Ignora la profundidad total cuando hay múltiples líneas de texto en el
25851  cuadro:
25852 \begin_inset Newline newline
25853 \end_inset
25854
25855
25856 \begin_inset Newline newline
25857 \end_inset
25858
25859
25860 \begin_inset Newline newline
25861 \end_inset
25862
25863
25864 \begin_inset Box Boxed
25865 position "c"
25866 hor_pos "c"
25867 has_inner_box 1
25868 inner_pos "c"
25869 use_parbox 0
25870 width "12col%"
25871 special "none"
25872 height "1in"
25873 height_special "depth"
25874 status open
25875
25876 \begin_layout Plain Layout
25877 \align center
25878 Cuadro con altura establecida en 1
25879 \begin_inset space \thinspace{}
25880 \end_inset
25881
25882 Profundidad
25883 \end_layout
25884
25885 \end_inset
25886
25887
25888 \begin_inset Newline newline
25889 \end_inset
25890
25891
25892 \begin_inset Newline newline
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \begin_layout Description
25899 Alto Es la altura del texto que está dentro del cuadro.
25900  Un valor de, p.
25901 \begin_inset space \thinspace{}
25902 \end_inset
25903
25904 e.
25905 \begin_inset space ~
25906 \end_inset
25907
25908 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
25909  
25910 \begin_inset Box Boxed
25911 position "c"
25912 hor_pos "c"
25913 has_inner_box 1
25914 inner_pos "c"
25915 use_parbox 0
25916 width "20col%"
25917 special "none"
25918 height "2in"
25919 height_special "height"
25920 status open
25921
25922 \begin_layout Plain Layout
25923 \align center
25924 Cuadro con altura puesta en 2
25925 \begin_inset space \thinspace{}
25926 \end_inset
25927
25928 Alto
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Description
25937 Alto
25938 \begin_inset space ~
25939 \end_inset
25940
25941 total Esto es el Alto
25942 \begin_inset space \thinspace{}
25943 \end_inset
25944
25945 +
25946 \begin_inset space \thinspace{}
25947 \end_inset
25948
25949 Profundidad: 
25950 \begin_inset Box Boxed
25951 position "c"
25952 hor_pos "c"
25953 has_inner_box 1
25954 inner_pos "c"
25955 use_parbox 0
25956 width "20col%"
25957 special "none"
25958 height "1in"
25959 height_special "totalheight"
25960 status open
25961
25962 \begin_layout Plain Layout
25963 \align center
25964 Cuadro con altura puesta a 1
25965 \begin_inset space \thinspace{}
25966 \end_inset
25967
25968 Alto
25969 \begin_inset space ~
25970 \end_inset
25971
25972 total
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \begin_layout Description
25981 Ancho Esto determina al ancho del cuadro como altura: 
25982 \begin_inset Box Boxed
25983 position "c"
25984 hor_pos "c"
25985 has_inner_box 1
25986 inner_pos "c"
25987 use_parbox 0
25988 width "12col%"
25989 special "none"
25990 height "1in"
25991 height_special "width"
25992 status open
25993
25994 \begin_layout Plain Layout
25995 \align center
25996 Cuadro con altura puesta en 1
25997 \begin_inset space \thinspace{}
25998 \end_inset
25999
26000 Ancho
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \begin_layout Subsection
26009 Alineación
26010 \begin_inset Index
26011 status collapsed
26012
26013 \begin_layout Plain Layout
26014 Cuadros ! Alineación
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \begin_layout Standard
26023 Si has elegido un 
26024 \family sans
26025 Cuadro
26026 \begin_inset space ~
26027 \end_inset
26028
26029 interior
26030 \family default
26031 , la alineación vertical del cuadro puede ser:
26032 \end_layout
26033
26034 \begin_layout Description
26035 Superior Ejemplo de línea de texto.
26036  
26037 \begin_inset Box Boxed
26038 position "t"
26039 hor_pos "c"
26040 has_inner_box 1
26041 inner_pos "c"
26042 use_parbox 0
26043 width "12col%"
26044 special "none"
26045 height "1in"
26046 height_special "totalheight"
26047 status collapsed
26048
26049 \begin_layout Plain Layout
26050 \align center
26051 Cuadro alineado arriba.
26052 \end_layout
26053
26054 \end_inset
26055
26056  Ejemplo de línea de texto.
26057 \end_layout
26058
26059 \begin_layout Description
26060 Medio Ejemplo de línea de texto.
26061  
26062 \begin_inset Box Boxed
26063 position "c"
26064 hor_pos "c"
26065 has_inner_box 1
26066 inner_pos "c"
26067 use_parbox 0
26068 width "12col%"
26069 special "none"
26070 height "1in"
26071 height_special "totalheight"
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075 \align center
26076 Cuadro alineado en medio.
26077 \end_layout
26078
26079 \end_inset
26080
26081  Ejemplo de línea de texto.
26082 \end_layout
26083
26084 \begin_layout Description
26085 Inferior Ejemplo de línea de texto.
26086  
26087 \begin_inset Box Boxed
26088 position "b"
26089 hor_pos "c"
26090 has_inner_box 1
26091 inner_pos "c"
26092 use_parbox 0
26093 width "12col%"
26094 special "none"
26095 height "1in"
26096 height_special "totalheight"
26097 status collapsed
26098
26099 \begin_layout Plain Layout
26100 \align center
26101 Cuadro alineado abajo.
26102 \end_layout
26103
26104 \end_inset
26105
26106  Ejemplo de línea de texto.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 \begin_inset Note Greyedout
26111 status open
26112
26113 \begin_layout Plain Layout
26114
26115 \series bold
26116 Nota:
26117 \series default
26118  La alineación vertical puede desaparecer en la salida si hay dos cuadros
26119  en una línea y, p.
26120 \begin_inset space \thinspace{}
26121 \end_inset
26122
26123 e., uno de ellos tiene sombreado y el otro no.
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Standard
26132 La alineación horizontal del cuadro puede establecerse en el diálogo de
26133  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
26134 \end_layout
26135
26136 \begin_layout Standard
26137 \begin_inset VSpace bigskip
26138 \end_inset
26139
26140 Si has escogido un 
26141 \family sans
26142 Cuadro
26143 \begin_inset space ~
26144 \end_inset
26145
26146 interior
26147 \family default
26148 , el contenido puede alinearse verticalmente a:
26149 \end_layout
26150
26151 \begin_layout Description
26152 Superior Ejemplo de línea de texto.
26153  
26154 \begin_inset Box Boxed
26155 position "c"
26156 hor_pos "c"
26157 has_inner_box 1
26158 inner_pos "t"
26159 use_parbox 0
26160 width "12col%"
26161 special "none"
26162 height "1.5in"
26163 height_special "totalheight"
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 \align center
26168 Cuadro con texto alineado arriba.
26169 \end_layout
26170
26171 \end_inset
26172
26173  Ejemplo de línea de texto.
26174 \end_layout
26175
26176 \begin_layout Description
26177 Medio Ejemplo de línea de texto.
26178  
26179 \begin_inset Box Boxed
26180 position "c"
26181 hor_pos "c"
26182 has_inner_box 1
26183 inner_pos "c"
26184 use_parbox 0
26185 width "12col%"
26186 special "none"
26187 height "1.5in"
26188 height_special "totalheight"
26189 status collapsed
26190
26191 \begin_layout Plain Layout
26192 \align center
26193 Cuadro con texto alineado en medio.
26194 \end_layout
26195
26196 \end_inset
26197
26198  Ejemplo de línea de texto.
26199 \end_layout
26200
26201 \begin_layout Description
26202 Inferior Ejemplo de línea de texto.
26203  
26204 \begin_inset Box Boxed
26205 position "c"
26206 hor_pos "c"
26207 has_inner_box 1
26208 inner_pos "b"
26209 use_parbox 0
26210 width "12col%"
26211 special "none"
26212 height "1.5in"
26213 height_special "totalheight"
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217 \align center
26218 Cuadro con texto alineado abajo.
26219 \end_layout
26220
26221 \end_inset
26222
26223  Ejemplo de línea de texto.
26224 \end_layout
26225
26226 \begin_layout Description
26227 Estirado Ejemplo de línea de texto.
26228  
26229 \begin_inset Box Boxed
26230 position "c"
26231 hor_pos "c"
26232 has_inner_box 1
26233 inner_pos "s"
26234 use_parbox 0
26235 width "12col%"
26236 special "none"
26237 height "1.5in"
26238 height_special "totalheight"
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242 \align center
26243 Este texto
26244 \end_layout
26245
26246 \begin_layout Plain Layout
26247 \align center
26248 está
26249 \end_layout
26250
26251 \begin_layout Plain Layout
26252 \align center
26253 estirado.
26254 \end_layout
26255
26256 \end_inset
26257
26258  Ejemplo de línea de texto.
26259 \end_layout
26260
26261 \begin_layout Standard
26262 Para estirar el contenido debe tener más de un párrafo.
26263  En el ejemplo anterior cada línea de texto está en un párrafo propio.
26264 \end_layout
26265
26266 \begin_layout Standard
26267 \begin_inset VSpace bigskip
26268 \end_inset
26269
26270 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
26271  LyX cuando hayas escogido un 
26272 \family sans
26273 Cuadro
26274 \begin_inset space ~
26275 \end_inset
26276
26277 interior
26278 \family default
26279 .
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \align center
26284 \begin_inset Box Boxed
26285 position "c"
26286 hor_pos "c"
26287 has_inner_box 1
26288 inner_pos "s"
26289 use_parbox 0
26290 width "15col%"
26291 special "none"
26292 height "1.25in"
26293 height_special "totalheight"
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297 \align left
26298 Cuadro
26299 \end_layout
26300
26301 \begin_layout Plain Layout
26302 \align center
26303 con texto
26304 \end_layout
26305
26306 \begin_layout Plain Layout
26307 \align right
26308 estirado
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \end_layout
26315
26316 \begin_layout Standard
26317 Si no has establecido un 
26318 \family sans
26319 Cuadro
26320 \begin_inset space ~
26321 \end_inset
26322
26323 interior
26324 \family default
26325 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
26326  cuadro.
26327 \end_layout
26328
26329 \begin_layout Standard
26330 \align center
26331 \begin_inset Box Boxed
26332 position "c"
26333 hor_pos "s"
26334 has_inner_box 0
26335 inner_pos "s"
26336 use_parbox 0
26337 width "90col%"
26338 special "none"
26339 height "1.25in"
26340 height_special "totalheight"
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344 \align left
26345 Texto estirado horizontalmente.
26346 \end_layout
26347
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \begin_layout Subsection
26354 Cuadros enmarcados
26355 \begin_inset CommandInset label
26356 LatexCommand label
26357 name "sec:Cuadros-Enmarcados"
26358
26359 \end_inset
26360
26361
26362 \begin_inset Index
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366 Cuadros ! Marcos
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \begin_layout Standard
26375 El estilo de marco del cuadro se puede determinar en la lista desplegable
26376  
26377 \family sans
26378 Tipo
26379 \family default
26380  del diálogo de cuadros.
26381  Son posibles los siguientes marcos:
26382 \end_layout
26383
26384 \begin_layout Description
26385 Marco
26386 \begin_inset space ~
26387 \end_inset
26388
26389 sencillo Dibuja un marco rectangular alrededor del cuadro.
26390  El grosor del marco depende de 
26391 \series bold
26392
26393 \backslash
26394 fboxrule
26395 \series default
26396 .
26397  
26398 \begin_inset Box Boxed
26399 position "c"
26400 hor_pos "c"
26401 has_inner_box 1
26402 inner_pos "c"
26403 use_parbox 0
26404 width "25col%"
26405 special "none"
26406 height "1in"
26407 height_special "totalheight"
26408 status open
26409
26410 \begin_layout Plain Layout
26411 \align center
26412 Cuadro rectangular
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \begin_layout Description
26421 Marco
26422 \begin_inset space ~
26423 \end_inset
26424
26425 sencillo
26426 \begin_inset space ~
26427 \end_inset
26428
26429 con
26430 \begin_inset space ~
26431 \end_inset
26432
26433 salto
26434 \begin_inset space ~
26435 \end_inset
26436
26437 de
26438 \begin_inset space ~
26439 \end_inset
26440
26441 página Si usas la decoración 
26442 \family sans
26443 marco sencillo rectangular
26444 \family default
26445  sin cuadro interior, puedes permitir saltos de página dentro del cuadro.
26446  Ten en cuenta que en ese caso, al contrario que otros cuadros enmarcados,
26447  el marco usa siempre todo el ancho de columna, el cuadro va en un párrafo
26448  propio y 
26449 \series bold
26450
26451 \backslash
26452 fboxrule
26453 \series default
26454  y 
26455 \series bold
26456
26457 \backslash
26458 fboxsep
26459 \series default
26460  no funcionan.
26461  El grosor del marco tiene el tamaño de 
26462 \series bold
26463
26464 \backslash
26465 FrameRule
26466 \series default
26467 .
26468 \begin_inset Box Framed
26469 position "t"
26470 hor_pos "c"
26471 has_inner_box 0
26472 inner_pos "t"
26473 use_parbox 0
26474 width "100col%"
26475 special "none"
26476 height "1in"
26477 height_special "totalheight"
26478 status collapsed
26479
26480 \begin_layout Plain Layout
26481 Cuadro que permite saltos de página
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \begin_layout Description
26490 Marco
26491 \begin_inset space ~
26492 \end_inset
26493
26494 ovalado,
26495 \begin_inset space ~
26496 \end_inset
26497
26498 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
26499 \begin_inset space \thinspace{}
26500 \end_inset
26501
26502 pt.
26503  
26504 \begin_inset Box ovalbox
26505 position "c"
26506 hor_pos "c"
26507 has_inner_box 1
26508 inner_pos "c"
26509 use_parbox 0
26510 width "25col%"
26511 special "none"
26512 height "1in"
26513 height_special "totalheight"
26514 status open
26515
26516 \begin_layout Plain Layout
26517 \align center
26518 Marco ovalado, fino
26519 \end_layout
26520
26521 \end_inset
26522
26523
26524 \end_layout
26525
26526 \begin_layout Description
26527 Marco
26528 \begin_inset space ~
26529 \end_inset
26530
26531 ovalado,
26532 \begin_inset space ~
26533 \end_inset
26534
26535 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
26536 \begin_inset space \thinspace{}
26537 \end_inset
26538
26539 pt.
26540  
26541 \begin_inset Box Ovalbox
26542 position "c"
26543 hor_pos "c"
26544 has_inner_box 1
26545 inner_pos "c"
26546 use_parbox 0
26547 width "30col%"
26548 special "none"
26549 height "1in"
26550 height_special "totalheight"
26551 status open
26552
26553 \begin_layout Plain Layout
26554 \align center
26555 Cuadro ovalado, grueso
26556 \end_layout
26557
26558 \end_inset
26559
26560
26561 \end_layout
26562
26563 \begin_layout Description
26564 Marco
26565 \begin_inset space ~
26566 \end_inset
26567
26568 sombreado Dibuja un cuadro rectangular con sombra alrededor del cuadro.
26569  El grosor de la línea tiene el tamaño dado por 
26570 \series bold
26571
26572 \backslash
26573 fboxrule
26574 \series default
26575 , la sombra tiene una anchura de 4
26576 \begin_inset space \thinspace{}
26577 \end_inset
26578
26579 pt.
26580  
26581 \begin_inset Box Shadowbox
26582 position "c"
26583 hor_pos "c"
26584 has_inner_box 1
26585 inner_pos "c"
26586 use_parbox 0
26587 width "20col%"
26588 special "none"
26589 height "1in"
26590 height_special "totalheight"
26591 status open
26592
26593 \begin_layout Plain Layout
26594 \align center
26595 Marco sombrado
26596 \end_layout
26597
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \begin_layout Description
26604 Fondo
26605 \begin_inset space ~
26606 \end_inset
26607
26608 sombreado Dibuja un cuadro con fondo de color rojo.
26609  A diferencia de los cuadros coloreados,
26610 \begin_inset Foot
26611 status open
26612
26613 \begin_layout Plain Layout
26614 véase sec.
26615  
26616 \begin_inset CommandInset ref
26617 LatexCommand ref
26618 reference "sec:Cuadros-Coloreados"
26619
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626
26627  siempre usa el ancho total de columna y el cuadro va en su propio párrafo.
26628 \begin_inset Box Shaded
26629 position "t"
26630 hor_pos "c"
26631 has_inner_box 0
26632 inner_pos "t"
26633 use_parbox 0
26634 width "50col%"
26635 special "none"
26636 height "1in"
26637 height_special "totalheight"
26638 status open
26639
26640 \begin_layout Plain Layout
26641 Cuadro con fondo sombreado
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Description
26650 Marco
26651 \begin_inset space ~
26652 \end_inset
26653
26654 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
26655  El grosor de la línea interior es 0.75
26656 \begin_inset space \thinspace{}
26657 \end_inset
26658
26659
26660 \series bold
26661
26662 \backslash
26663 fboxrule
26664 \series default
26665 , el de la línea exterior es 1.5
26666 \begin_inset space \thinspace{}
26667 \end_inset
26668
26669
26670 \series bold
26671
26672 \backslash
26673 fboxrule
26674 \series default
26675 .
26676  La distancia entre líneas es 1.5
26677 \begin_inset space \thinspace{}
26678 \end_inset
26679
26680
26681 \series bold
26682
26683 \backslash
26684 fboxrule
26685 \series default
26686
26687 \begin_inset space \thinspace{}
26688 \end_inset
26689
26690 +
26691 \begin_inset space \thinspace{}
26692 \end_inset
26693
26694 0.5
26695 \begin_inset space \thinspace{}
26696 \end_inset
26697
26698 pt.
26699  
26700 \begin_inset Box Doublebox
26701 position "c"
26702 hor_pos "c"
26703 has_inner_box 1
26704 inner_pos "c"
26705 use_parbox 0
26706 width "20col%"
26707 special "none"
26708 height "1in"
26709 height_special "totalheight"
26710 status open
26711
26712 \begin_layout Plain Layout
26713 \align center
26714 Marco doble
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \begin_layout Standard
26723 \begin_inset VSpace bigskip
26724 \end_inset
26725
26726 La etiqueta del cuadro en LyX reflejará el estilo de marco elegido.
26727  Para poder utilizar los distintos marcos, debe estar instalado el paquete
26728  LaTeX 
26729 \series bold
26730 fancybox
26731 \series default
26732
26733 \begin_inset Index
26734 status collapsed
26735
26736 \begin_layout Plain Layout
26737 LaTeX-paquetes ! fancybox
26738 \end_layout
26739
26740 \end_inset
26741
26742 .
26743 \end_layout
26744
26745 \begin_layout Section
26746 Personalización de cuadros
26747 \begin_inset Index
26748 status open
26749
26750 \begin_layout Plain Layout
26751 Cuadros ! Personalizar
26752 \end_layout
26753
26754 \end_inset
26755
26756
26757 \end_layout
26758
26759 \begin_layout Standard
26760 El valor predeterminado por 
26761 \series bold
26762
26763 \backslash
26764 fboxrule
26765 \series default
26766  es 0.4
26767 \begin_inset space \thinspace{}
26768 \end_inset
26769
26770 pt.
26771  Puede cambiarse con el siguiente comando en código TeX, p.
26772 \begin_inset space \thinspace{}
26773 \end_inset
26774
26775 e.
26776 \begin_inset space ~
26777 \end_inset
26778
26779 a
26780 \begin_inset space ~
26781 \end_inset
26782
26783 2
26784 \begin_inset space \thinspace{}
26785 \end_inset
26786
26787 pt:
26788 \end_layout
26789
26790 \begin_layout Standard
26791
26792 \series bold
26793
26794 \backslash
26795 setlength{
26796 \backslash
26797 fboxrule}{2pt}
26798 \end_layout
26799
26800 \begin_layout Standard
26801 \begin_inset ERT
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805
26806
26807 \backslash
26808 setlength{
26809 \backslash
26810 fboxrule}{2pt}
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \begin_inset Box Boxed
26817 position "c"
26818 hor_pos "c"
26819 has_inner_box 1
26820 inner_pos "c"
26821 use_parbox 0
26822 width "25col%"
26823 special "none"
26824 height "1in"
26825 height_special "totalheight"
26826 status open
26827
26828 \begin_layout Plain Layout
26829 \align center
26830 Cuadro rectangular con 
26831 \series bold
26832
26833 \backslash
26834 fboxrule
26835 \series default
26836
26837 \begin_inset space \thinspace{}
26838 \end_inset
26839
26840 =
26841 \begin_inset space \thinspace{}
26842 \end_inset
26843
26844 2
26845 \begin_inset space \thinspace{}
26846 \end_inset
26847
26848 pt
26849 \end_layout
26850
26851 \end_inset
26852
26853
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 setlength{
26862 \backslash
26863 fboxrule}{0.4pt}
26864 \end_layout
26865
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \begin_layout Standard
26872 \begin_inset VSpace bigskip
26873 \end_inset
26874
26875 El espacio entre el marco y el contenido del cuadro es 3
26876 \begin_inset space \thinspace{}
26877 \end_inset
26878
26879 pt por omisión para todos los estilos.
26880  Se puede cambiar mediante la longitud 
26881 \series bold
26882
26883 \backslash
26884 fboxsep
26885 \series default
26886 .
26887  Por ejemplo el comando
26888 \end_layout
26889
26890 \begin_layout Standard
26891
26892 \series bold
26893
26894 \backslash
26895 setlength{
26896 \backslash
26897 fboxsep}{10pt}
26898 \end_layout
26899
26900 \begin_layout Standard
26901 determina un valor de 10
26902 \begin_inset space \thinspace{}
26903 \end_inset
26904
26905 pt, como en el siguiente cuadro:
26906 \end_layout
26907
26908 \begin_layout Standard
26909 \begin_inset ERT
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913
26914
26915 \backslash
26916 setlength{
26917 \backslash
26918 fboxsep}{10pt}
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \begin_inset Box Boxed
26925 position "c"
26926 hor_pos "c"
26927 has_inner_box 1
26928 inner_pos "c"
26929 use_parbox 0
26930 width "25col%"
26931 special "none"
26932 height "1in"
26933 height_special "totalheight"
26934 status open
26935
26936 \begin_layout Plain Layout
26937 \align center
26938 Cuadro rectangular con 
26939 \series bold
26940
26941 \backslash
26942 fboxsep
26943 \series default
26944
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948 =
26949 \begin_inset space \thinspace{}
26950 \end_inset
26951
26952 10
26953 \begin_inset space \thinspace{}
26954 \end_inset
26955
26956 pt
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \begin_inset ERT
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966
26967
26968 \backslash
26969 setlength{
26970 \backslash
26971 fboxsep}{3pt}
26972 \end_layout
26973
26974 \end_inset
26975
26976
26977 \end_layout
26978
26979 \begin_layout Standard
26980 \begin_inset VSpace bigskip
26981 \end_inset
26982
26983 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
26984  el comando 
26985 \series bold
26986
26987 \backslash
26988 cornersize
26989 \series default
26990 .
26991  El comando
26992 \end_layout
26993
26994 \begin_layout Standard
26995
26996 \series bold
26997
26998 \backslash
26999 cornersize*{1cm}
27000 \end_layout
27001
27002 \begin_layout Standard
27003 establece un diámetro de 1
27004 \begin_inset space \thinspace{}
27005 \end_inset
27006
27007 cm.
27008  El comando
27009 \end_layout
27010
27011 \begin_layout Standard
27012
27013 \series bold
27014
27015 \backslash
27016 cornersize{num}
27017 \end_layout
27018
27019 \begin_layout Standard
27020 fija el diámetro en 
27021 \family sans
27022 num
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 ×
27027 \begin_inset space \thinspace{}
27028 \end_inset
27029
27030 mínimo
27031 \family default
27032  
27033 \family sans
27034 (ancho y alto del cuadro)
27035 \family default
27036 .
27037  Por omisión es 
27038 \series bold
27039
27040 \backslash
27041 cornersize{0.5}
27042 \series default
27043 .
27044 \end_layout
27045
27046 \begin_layout Standard
27047 \begin_inset ERT
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051
27052
27053 \backslash
27054 cornersize*{1.5cm}
27055 \end_layout
27056
27057 \end_inset
27058
27059
27060 \begin_inset Box Ovalbox
27061 position "c"
27062 hor_pos "c"
27063 has_inner_box 1
27064 inner_pos "c"
27065 use_parbox 0
27066 width "28col%"
27067 special "none"
27068 height "1in"
27069 height_special "totalheight"
27070 status open
27071
27072 \begin_layout Plain Layout
27073 \align center
27074 Cuadro ovalado con 
27075 \series bold
27076
27077 \backslash
27078 cornersize
27079 \series default
27080
27081 \begin_inset space \thinspace{}
27082 \end_inset
27083
27084 =
27085 \begin_inset space \thinspace{}
27086 \end_inset
27087
27088 1.5
27089 \begin_inset space \thinspace{}
27090 \end_inset
27091
27092 cm
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \begin_inset ERT
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102
27103
27104 \backslash
27105 cornersize{0.5}
27106 \end_layout
27107
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \begin_layout Standard
27114 \begin_inset VSpace bigskip
27115 \end_inset
27116
27117 El tamaño de la sombra se puede ajustar cambiando la longitud 
27118 \series bold
27119
27120 \backslash
27121 shadowsize
27122 \series default
27123 .
27124  Este comando la ajusta a 2
27125 \begin_inset space \thinspace{}
27126 \end_inset
27127
27128 pt en el cuadro siguiente:
27129 \end_layout
27130
27131 \begin_layout Standard
27132
27133 \series bold
27134
27135 \backslash
27136 setlength{
27137 \backslash
27138 shadowsize}{2pt}
27139 \end_layout
27140
27141 \begin_layout Standard
27142 \begin_inset ERT
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146
27147
27148 \backslash
27149 setlength{
27150 \backslash
27151 shadowsize}{2pt}
27152 \end_layout
27153
27154 \end_inset
27155
27156
27157 \begin_inset Box Shadowbox
27158 position "c"
27159 hor_pos "c"
27160 has_inner_box 1
27161 inner_pos "c"
27162 use_parbox 0
27163 width "28col%"
27164 special "none"
27165 height "1in"
27166 height_special "totalheight"
27167 status open
27168
27169 \begin_layout Plain Layout
27170 \align center
27171 Cuadro sombreado con 
27172 \series bold
27173
27174 \backslash
27175 shadowsize
27176 \series default
27177
27178 \begin_inset space \thinspace{}
27179 \end_inset
27180
27181 =
27182 \begin_inset space \thinspace{}
27183 \end_inset
27184
27185 2
27186 \begin_inset space \thinspace{}
27187 \end_inset
27188
27189 pt
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \begin_inset ERT
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199
27200
27201 \backslash
27202 setlength{
27203 \backslash
27204 shadowsize}{4pt}
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Standard
27213 \begin_inset VSpace bigskip
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 Por omisión, el tamaño 
27221 \series bold
27222
27223 \backslash
27224 FrameRule
27225 \series default
27226  es 0,4
27227 \begin_inset space \thinspace{}
27228 \end_inset
27229
27230 pt.
27231  El espacio por omisión entre el contenido de la nota y el marco es 9
27232 \begin_inset space \thinspace{}
27233 \end_inset
27234
27235 pt; puede cambiarse con el valor de 
27236 \series bold
27237
27238 \backslash
27239 FrameSep
27240 \series default
27241 .
27242  Por ejemplo, el marco del cuadro siguiente se establece con los comandos
27243  en código TeX
27244 \end_layout
27245
27246 \begin_layout Standard
27247
27248 \series bold
27249
27250 \backslash
27251 setlength{
27252 \backslash
27253 FrameRule}{5pt}
27254 \begin_inset Newline newline
27255 \end_inset
27256
27257
27258 \backslash
27259 setlength{
27260 \backslash
27261 FrameSep}{0.5cm}
27262 \end_layout
27263
27264 \begin_layout Standard
27265 \begin_inset ERT
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269
27270
27271 \backslash
27272 setlength{
27273 \backslash
27274 FrameRule}{5pt}
27275 \end_layout
27276
27277 \begin_layout Plain Layout
27278
27279
27280 \backslash
27281 setlength{
27282 \backslash
27283 FrameSep}{0.5cm}
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \begin_inset Box Framed
27290 position "t"
27291 hor_pos "c"
27292 has_inner_box 0
27293 inner_pos "t"
27294 use_parbox 0
27295 width "100col%"
27296 special "none"
27297 height "1in"
27298 height_special "totalheight"
27299 status open
27300
27301 \begin_layout Plain Layout
27302 Texto en un 
27303 \family sans
27304 marco
27305 \begin_inset space ~
27306 \end_inset
27307
27308 sencillo
27309 \begin_inset space ~
27310 \end_inset
27311
27312 con
27313 \begin_inset space ~
27314 \end_inset
27315
27316 salto
27317 \begin_inset space ~
27318 \end_inset
27319
27320 de
27321 \begin_inset space ~
27322 \end_inset
27323
27324 página
27325 \family default
27326 .
27327 \end_layout
27328
27329 \end_inset
27330
27331
27332 \begin_inset ERT
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337
27338 \backslash
27339 setlength{
27340 \backslash
27341 FrameRule}{0.4pt}
27342 \end_layout
27343
27344 \begin_layout Plain Layout
27345
27346
27347 \backslash
27348 setlength{
27349 \backslash
27350 FrameSep}{9pt}
27351 \end_layout
27352
27353 \end_inset
27354
27355
27356 \end_layout
27357
27358 \begin_layout Standard
27359 \begin_inset VSpace bigskip
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \begin_layout Standard
27366 Para los cuadros con 
27367 \family sans
27368 fondo
27369 \begin_inset space ~
27370 \end_inset
27371
27372 sombreado
27373 \family default
27374  el espacio por omisión entre el contenido y el marco es 3
27375 \begin_inset space \thinspace{}
27376 \end_inset
27377
27378 pt; se puede cambiar con el valor de 
27379 \series bold
27380
27381 \backslash
27382 fboxsep
27383 \series default
27384 .
27385  El color rojo predeterminado se puede cambiar en el sitio con el comando
27386  
27387 \series bold
27388
27389 \backslash
27390 definecolor{shadebox}
27391 \series default
27392  o globalmente con el menú 
27393 \family sans
27394 Herramientas
27395 \family default
27396 \SpecialChar \menuseparator
27397
27398 \family sans
27399 Preferencias
27400 \family default
27401 \SpecialChar \menuseparator
27402
27403 \family sans
27404 Colores
27405 \family default
27406 \SpecialChar \menuseparator
27407
27408 \family sans
27409 cuadro
27410 \begin_inset space ~
27411 \end_inset
27412
27413 sombreado
27414 \family default
27415 .
27416  El esquema del comando 
27417 \series bold
27418
27419 \backslash
27420 definecolor
27421 \series default
27422  se explica en la sección
27423 \begin_inset space ~
27424 \end_inset
27425
27426
27427 \begin_inset CommandInset ref
27428 LatexCommand ref
27429 reference "sec:Tablas-Coloreadas"
27430
27431 \end_inset
27432
27433 .
27434 \begin_inset Foot
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 El comando 
27439 \series bold
27440
27441 \backslash
27442 definecolor
27443 \series default
27444  requiere el paquete LaTeX 
27445 \series bold
27446 color
27447 \series default
27448  en el preámbulo, véase la sección
27449 \begin_inset space ~
27450 \end_inset
27451
27452
27453 \begin_inset CommandInset ref
27454 LatexCommand ref
27455 reference "sec:Cuadros-Coloreados"
27456
27457 \end_inset
27458
27459 .
27460 \end_layout
27461
27462 \end_inset
27463
27464  Por ejemplo, la nota siguiente se define con los comandos en código TeX
27465 \end_layout
27466
27467 \begin_layout Standard
27468
27469 \series bold
27470
27471 \backslash
27472 setlength{
27473 \backslash
27474 fboxsep}{0.5cm}
27475 \series default
27476
27477 \begin_inset Newline newline
27478 \end_inset
27479
27480
27481 \series bold
27482
27483 \backslash
27484 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27485 \end_layout
27486
27487 \begin_layout Standard
27488 \begin_inset ERT
27489 status open
27490
27491 \begin_layout Plain Layout
27492
27493
27494 \backslash
27495 setlength{
27496 \backslash
27497 fboxsep}{0.5cm}
27498 \end_layout
27499
27500 \begin_layout Plain Layout
27501
27502
27503 \backslash
27504 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27505 \end_layout
27506
27507 \end_inset
27508
27509
27510 \begin_inset Box Shaded
27511 position "t"
27512 hor_pos "c"
27513 has_inner_box 0
27514 inner_pos "t"
27515 use_parbox 0
27516 width "100col%"
27517 special "none"
27518 height "1in"
27519 height_special "totalheight"
27520 status open
27521
27522 \begin_layout Plain Layout
27523
27524 \color yellow
27525 Texto amarillo en un cuadro con 
27526 \family sans
27527 fondo sombreado 
27528 \family default
27529  en color verde oscuro.
27530 \end_layout
27531
27532 \end_inset
27533
27534
27535 \begin_inset ERT
27536 status open
27537
27538 \begin_layout Plain Layout
27539
27540
27541 \backslash
27542 setlength{
27543 \backslash
27544 fboxsep}{3pt}
27545 \end_layout
27546
27547 \begin_layout Plain Layout
27548
27549
27550 \backslash
27551 definecolor{shadecolor}{rgb}{1,0,0}
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 \begin_inset VSpace bigskip
27561 \end_inset
27562
27563 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
27564  a los comandos.
27565 \end_layout
27566
27567 \begin_layout Section
27568 Minipáginas
27569 \begin_inset CommandInset label
27570 LatexCommand label
27571 name "sec:Minipáginas"
27572
27573 \end_inset
27574
27575
27576 \begin_inset Index
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580 Cuadros ! Minipáginas
27581 \end_layout
27582
27583 \end_inset
27584
27585
27586 \end_layout
27587
27588 \begin_layout Standard
27589 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
27590  por tanto pueden tener, por ejemplo, sus propias notas al pie.
27591 \end_layout
27592
27593 \begin_layout Standard
27594 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
27595 \end_layout
27596
27597 \begin_layout Standard
27598 A continuación hay dos ejemplos de minipáginas adosadas.
27599  Su anchura está puesta en 45
27600 \begin_inset space \thinspace{}
27601 \end_inset
27602
27603 % y separadas por un relleno horizontal, insertado vía el menú 
27604 \family sans
27605 Insertar\SpecialChar \menuseparator
27606 Formato\SpecialChar \menuseparator
27607 Relleno
27608 \begin_inset space ~
27609 \end_inset
27610
27611 horizontal
27612 \family default
27613 .
27614 \end_layout
27615
27616 \begin_layout Standard
27617 \begin_inset Box Frameless
27618 position "t"
27619 hor_pos "c"
27620 has_inner_box 1
27621 inner_pos "c"
27622 use_parbox 0
27623 width "45col%"
27624 special "none"
27625 height "1in"
27626 height_special "totalheight"
27627 status open
27628
27629 \begin_layout Plain Layout
27630
27631 \lang german
27632 Dies ist ein deutscher Text.
27633  Dies ist ein deutscher Text.
27634  Dies ist ein deutscher Text.
27635  Dies ist ein deutscher Text.
27636  Dies ist ein deutscher Text.
27637  Dies ist ein deutscher Text.
27638  Dies ist ein deutscher Text.
27639  Dies ist ein deutscher Text.
27640  Dies ist ein deutscher Text.
27641  Dies ist ein deutscher Text.
27642  Dies ist ein deutscher Text.
27643  Dies ist ein deutscher Text.
27644  Dies ist ein deutscher Text
27645 \begin_inset Foot
27646 status collapsed
27647
27648 \begin_layout Plain Layout
27649
27650 \lang german
27651 Dies ist eine deutsche Fußnote.
27652 \end_layout
27653
27654 \end_inset
27655
27656 .
27657  Dies ist ein deutscher Text.
27658  Dies ist ein deutscher Text.
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \begin_inset space \hfill{}
27665 \end_inset
27666
27667
27668 \begin_inset Box Frameless
27669 position "t"
27670 hor_pos "c"
27671 has_inner_box 1
27672 inner_pos "c"
27673 use_parbox 0
27674 width "45col%"
27675 special "none"
27676 height "1in"
27677 height_special "totalheight"
27678 status open
27679
27680 \begin_layout Plain Layout
27681 This is an English Text.
27682  This is an English Text.
27683  This is an English Text.
27684  This is an English Text.
27685  This is an English Text.
27686  This is an English Text.
27687  This is an English Text.
27688  This is an English Text.
27689  This is an English Text.
27690  This is an English Text.
27691  This is an English Text.
27692  This is an English Text.
27693  This is an English Text.
27694  This is an English Text.
27695  This is an English Text.
27696  This is an English Text.
27697 \begin_inset Foot
27698 status collapsed
27699
27700 \begin_layout Plain Layout
27701 This is an English footnote.
27702 \end_layout
27703
27704 \end_inset
27705
27706  This is an English Text.
27707  
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Standard
27716 \begin_inset VSpace bigskip
27717 \end_inset
27718
27719 Otra aplicación de los cuadros son las notas a pie en tablas.
27720  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
27721  al final de la página actual.
27722  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
27723  en la parte inferior, ordenadas con letras.
27724  La ordenación de las notas al pie se restablece en cada minipágina pero
27725  no fuera de las minipáginas.
27726 \end_layout
27727
27728 \begin_layout Standard
27729 La nota al pie en esta tabla no aparece: 
27730 \begin_inset Tabular
27731 <lyxtabular version="3" rows="3" columns="4">
27732 <features>
27733 <column alignment="center" valignment="top" width="0pt">
27734 <column alignment="center" valignment="top" width="0pt">
27735 <column alignment="center" valignment="top" width="0pt">
27736 <column alignment="center" valignment="top" width="0pt">
27737 <row>
27738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27739 \begin_inset Text
27740
27741 \begin_layout Plain Layout
27742 1
27743 \end_layout
27744
27745 \end_inset
27746 </cell>
27747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27748 \begin_inset Text
27749
27750 \begin_layout Plain Layout
27751 2
27752 \end_layout
27753
27754 \end_inset
27755 </cell>
27756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27757 \begin_inset Text
27758
27759 \begin_layout Plain Layout
27760 3
27761 \begin_inset Foot
27762 status open
27763
27764 \begin_layout Plain Layout
27765 Nota al pie en una tabla.
27766 \end_layout
27767
27768 \end_inset
27769
27770
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27776 \begin_inset Text
27777
27778 \begin_layout Plain Layout
27779 4
27780 \end_layout
27781
27782 \end_inset
27783 </cell>
27784 </row>
27785 <row>
27786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790 a
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27796 \begin_inset Text
27797
27798 \begin_layout Plain Layout
27799 b
27800 \end_layout
27801
27802 \end_inset
27803 </cell>
27804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27805 \begin_inset Text
27806
27807 \begin_layout Plain Layout
27808 c
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27814 \begin_inset Text
27815
27816 \begin_layout Plain Layout
27817 d
27818 \end_layout
27819
27820 \end_inset
27821 </cell>
27822 </row>
27823 <row>
27824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27825 \begin_inset Text
27826
27827 \begin_layout Plain Layout
27828 e
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27834 \begin_inset Text
27835
27836 \begin_layout Plain Layout
27837 f
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27843 \begin_inset Text
27844
27845 \begin_layout Plain Layout
27846 g
27847 \end_layout
27848
27849 \end_inset
27850 </cell>
27851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27852 \begin_inset Text
27853
27854 \begin_layout Plain Layout
27855 h
27856 \end_layout
27857
27858 \end_inset
27859 </cell>
27860 </row>
27861 </lyxtabular>
27862
27863 \end_inset
27864
27865
27866 \end_layout
27867
27868 \begin_layout Standard
27869 \align center
27870 \begin_inset Box Frameless
27871 position "t"
27872 hor_pos "c"
27873 has_inner_box 1
27874 inner_pos "c"
27875 use_parbox 0
27876 width "30col%"
27877 special "none"
27878 height "1in"
27879 height_special "totalheight"
27880 status open
27881
27882 \begin_layout Plain Layout
27883 \align center
27884 \begin_inset Tabular
27885 <lyxtabular version="3" rows="3" columns="4">
27886 <features>
27887 <column alignment="center" valignment="top" width="0pt">
27888 <column alignment="center" valignment="top" width="0pt">
27889 <column alignment="center" valignment="top" width="0pt">
27890 <column alignment="center" valignment="top" width="0pt">
27891 <row>
27892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27893 \begin_inset Text
27894
27895 \begin_layout Plain Layout
27896 1
27897 \end_layout
27898
27899 \end_inset
27900 </cell>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 2
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914 3
27915 \begin_inset Foot
27916 status open
27917
27918 \begin_layout Plain Layout
27919 Nota al pie en una tabla..
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 4
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 </row>
27939 <row>
27940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 a
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 b
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 c
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 d
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 </row>
27977 <row>
27978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Plain Layout
27982 e
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 f
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Plain Layout
28000 g
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Plain Layout
28009 h
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 </row>
28015 </lyxtabular>
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \begin_inset VSpace bigskip
28029 \end_inset
28030
28031 La configuración global de párrafos se ignora en las minipáginas.
28032  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28033  pongas p.
28034 \begin_inset space \thinspace{}
28035 \end_inset
28036
28037 e.
28038 \begin_inset space ~
28039 \end_inset
28040
28041
28042 \family sans
28043 Salto
28044 \begin_inset space ~
28045 \end_inset
28046
28047 medio
28048 \family default
28049  en la configuración del documento.
28050 \end_layout
28051
28052 \begin_layout Standard
28053 Las minipáginas también sirven para poner un color de fondo para partes
28054  de texto, véase sección
28055 \begin_inset space ~
28056 \end_inset
28057
28058
28059 \begin_inset CommandInset ref
28060 LatexCommand ref
28061 reference "sub:Color-en-Párrafos"
28062
28063 \end_inset
28064
28065 .
28066 \end_layout
28067
28068 \begin_layout Standard
28069 \begin_inset Note Greyedout
28070 status open
28071
28072 \begin_layout Plain Layout
28073
28074 \series bold
28075 Nota:
28076 \series default
28077  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28078  tener minipáginas en tablas, flotantes, y otros cuadros.
28079 \end_layout
28080
28081 \end_inset
28082
28083
28084 \end_layout
28085
28086 \begin_layout Section
28087 Cuadros de párrafo
28088 \begin_inset CommandInset label
28089 LatexCommand label
28090 name "sec:Cuadros-de-Párrafo"
28091
28092 \end_inset
28093
28094
28095 \begin_inset Index
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099 Cuadros ! de párrafo
28100 \end_layout
28101
28102 \end_inset
28103
28104
28105 \end_layout
28106
28107 \begin_layout Standard
28108 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28109  de que no pueden contener notas al pie.
28110   La diferencia principal es que las minipáginas no son verdaderos cuadros
28111  sino entornos de LaTeX.
28112 \end_layout
28113
28114 \begin_layout Standard
28115 \align center
28116 \begin_inset Box Frameless
28117 position "t"
28118 hor_pos "c"
28119 has_inner_box 1
28120 inner_pos "t"
28121 use_parbox 1
28122 width "33col%"
28123 special "none"
28124 height "1in"
28125 height_special "totalheight"
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129 Texto en un cuadro de párrafo.
28130  Texto en un cuadro de párrafo.
28131  Esta nota no aparece:
28132 \begin_inset Foot
28133 status open
28134
28135 \begin_layout Plain Layout
28136 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \end_inset
28145
28146
28147 \end_layout
28148
28149 \begin_layout Section
28150 Cuadros para palabras y caracteres
28151 \begin_inset Index
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Cuadros ! para palabras y caracteres
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Subsection
28164 Evitar la partición de palabras
28165 \begin_inset CommandInset label
28166 LatexCommand label
28167 name "sec:Evitar-la-Partición"
28168
28169 \end_inset
28170
28171
28172 \begin_inset Index
28173 status collapsed
28174
28175 \begin_layout Plain Layout
28176 Cuadros ! para evitar la partición de palabras
28177 \end_layout
28178
28179 \end_inset
28180
28181
28182 \end_layout
28183
28184 \begin_layout Standard
28185 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28186  con guión.
28187 \begin_inset Newline newline
28188 \end_inset
28189
28190 He aquí un ejemplo:
28191 \end_layout
28192
28193 \begin_layout Standard
28194 Esta línea es un ejemplo para mostrar cómo evitar la división de «estalarguísima
28195 palabra».
28196 \end_layout
28197
28198 \begin_layout Standard
28199 Para evitar su división usa el comando
28200 \end_layout
28201
28202 \begin_layout Standard
28203
28204 \series bold
28205
28206 \backslash
28207 mbox{
28208 \end_layout
28209
28210 \begin_layout Standard
28211 en código TeX antes de la palabra.
28212  Tras ella inserta una llave de cierre «
28213 \series bold
28214 }
28215 \series default
28216 » en código TeX.
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Este es el resultado:
28221 \end_layout
28222
28223 \begin_layout Standard
28224 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28225 \begin_inset ERT
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229
28230
28231 \backslash
28232 mbox{
28233 \end_layout
28234
28235 \end_inset
28236
28237 «estalarguísimapalabra».
28238 \begin_inset ERT
28239 status collapsed
28240
28241 \begin_layout Plain Layout
28242
28243 }
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \begin_layout Standard
28252 Como alternativa puedes poner el comando «
28253 \series bold
28254
28255 \backslash
28256 -
28257 \series default
28258 » en código TeX directamente antes de la palabra:
28259 \end_layout
28260
28261 \begin_layout Standard
28262 Esta línea es un ejemplo para mostrar cómo prevenir la división de «
28263 \begin_inset ERT
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267
28268
28269 \backslash
28270 -
28271 \end_layout
28272
28273 \end_inset
28274
28275 estalarguísimapalabra».
28276 \end_layout
28277
28278 \begin_layout Standard
28279 Por supuesto, la palabra sobresale del margen.
28280  Para evitarlo añade, con el menú 
28281 \family sans
28282 Insertar\SpecialChar \menuseparator
28283 Formato\SpecialChar \menuseparator
28284 Salto
28285 \begin_inset space ~
28286 \end_inset
28287
28288 de
28289 \begin_inset space ~
28290 \end_inset
28291
28292
28293 \family default
28294 línea (atajo 
28295 \family sans
28296 Ctrl-Retorno
28297 \family default
28298 ), un salto de línea antes de la palabra:
28299 \end_layout
28300
28301 \begin_layout Standard
28302 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28303 \begin_inset Newline newline
28304 \end_inset
28305
28306
28307 \begin_inset ERT
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311
28312
28313 \backslash
28314 mbox{
28315 \end_layout
28316
28317 \end_inset
28318
28319 «estalarguísimapalabra».
28320 \begin_inset ERT
28321 status collapsed
28322
28323 \begin_layout Plain Layout
28324
28325 }
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Subsection
28334 Alineación vertical
28335 \begin_inset CommandInset label
28336 LatexCommand label
28337 name "sub:Alineación-Vertical"
28338
28339 \end_inset
28340
28341
28342 \begin_inset Index
28343 status collapsed
28344
28345 \begin_layout Plain Layout
28346 Cuadros ! para alineación vertical
28347 \end_layout
28348
28349 \end_inset
28350
28351
28352 \end_layout
28353
28354 \begin_layout Standard
28355 Con ayuda del comando 
28356 \series bold
28357
28358 \backslash
28359 raisebox
28360 \series default
28361  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28362  
28363 \series bold
28364
28365 \backslash
28366 raisebox
28367 \series default
28368  se utiliza según el esquema:
28369 \end_layout
28370
28371 \begin_layout Standard
28372
28373 \series bold
28374
28375 \backslash
28376 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28377 \end_layout
28378
28379 \begin_layout Standard
28380 La elevación puede ser un valor positivo para subir el cuadro o negativo
28381  para bajarlo.
28382 \end_layout
28383
28384 \begin_layout Standard
28385 Para alinear una palabra, p.
28386 \begin_inset space \thinspace{}
28387 \end_inset
28388
28389 e
28390 \begin_inset space ~
28391 \end_inset
28392
28393 «prevención» para que la parte inferior de la letra más «profunda» «p» esté
28394  en la línea de base, inserta el comando
28395 \end_layout
28396
28397 \begin_layout Standard
28398
28399 \series bold
28400
28401 \backslash
28402 raisebox{
28403 \backslash
28404 depth}{
28405 \end_layout
28406
28407 \begin_layout Standard
28408 en código TeX antes de la palabra.
28409  Detrás de la palabra inserta una llave de cierre «
28410 \series bold
28411 }
28412 \series default
28413 » en código TeX.
28414 \begin_inset Newline newline
28415 \end_inset
28416
28417 Este es el resultado:
28418 \end_layout
28419
28420 \begin_layout Standard
28421 Esto es una línea de texto con la palabra 
28422 \begin_inset ERT
28423 status collapsed
28424
28425 \begin_layout Plain Layout
28426
28427
28428 \backslash
28429 raisebox{
28430 \backslash
28431 depth}{
28432 \end_layout
28433
28434 \end_inset
28435
28436 «prevención»
28437 \begin_inset ERT
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441
28442 }
28443 \end_layout
28444
28445 \end_inset
28446
28447  elevada.
28448 \end_layout
28449
28450 \begin_layout Standard
28451 \begin_inset VSpace bigskip
28452 \end_inset
28453
28454 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
28455 \end_layout
28456
28457 \begin_layout Standard
28458 Esto es una línea de texto con la palabra 
28459 \begin_inset ERT
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463
28464
28465 \backslash
28466 raisebox{-
28467 \backslash
28468 depth}{
28469 \end_layout
28470
28471 \end_inset
28472
28473 «prevención»
28474 \begin_inset ERT
28475 status collapsed
28476
28477 \begin_layout Plain Layout
28478
28479 }
28480 \end_layout
28481
28482 \end_inset
28483
28484  como palabra más baja.
28485 \begin_inset Newline newline
28486 \end_inset
28487
28488 Esto es una línea de texto con la palabra 
28489 \begin_inset ERT
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493
28494
28495 \backslash
28496 raisebox{0.5cm}{
28497 \end_layout
28498
28499 \end_inset
28500
28501 «testigo»
28502 \begin_inset ERT
28503 status collapsed
28504
28505 \begin_layout Plain Layout
28506
28507 }
28508 \end_layout
28509
28510 \end_inset
28511
28512  como palabra más alta.
28513 \end_layout
28514
28515 \begin_layout Standard
28516 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
28517  Por ejemplo
28518 \end_layout
28519
28520 \begin_layout Standard
28521
28522 \series bold
28523
28524 \backslash
28525 raisebox{-
28526 \backslash
28527 depth}[0pt]{
28528 \end_layout
28529
28530 \begin_layout Standard
28531 Esto es una línea de texto con la palabra 
28532 \begin_inset ERT
28533 status collapsed
28534
28535 \begin_layout Plain Layout
28536
28537
28538 \backslash
28539 raisebox{-
28540 \backslash
28541 depth}[0pt]{
28542 \end_layout
28543
28544 \end_inset
28545
28546 «prevención»
28547 \begin_inset ERT
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551
28552 }
28553 \end_layout
28554
28555 \end_inset
28556
28557  como palabra más baja.
28558 \begin_inset Newline newline
28559 \end_inset
28560
28561 Esto es una línea de texto con la palabra 
28562 \begin_inset ERT
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566
28567
28568 \backslash
28569 raisebox{0.5cm}[0pt]{
28570 \end_layout
28571
28572 \end_inset
28573
28574 «testigo»
28575 \begin_inset ERT
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579
28580 }
28581 \end_layout
28582
28583 \end_inset
28584
28585  como palabra más alta.
28586 \end_layout
28587
28588 \begin_layout Section
28589 Cuadros coloreados
28590 \begin_inset CommandInset label
28591 LatexCommand label
28592 name "sec:Cuadros-Coloreados"
28593
28594 \end_inset
28595
28596
28597 \begin_inset Index
28598 status collapsed
28599
28600 \begin_layout Plain Layout
28601 Cuadros ! Color
28602 \end_layout
28603
28604 \end_inset
28605
28606
28607 \end_layout
28608
28609 \begin_layout Subsection
28610 Color en texto
28611 \begin_inset Index
28612 status collapsed
28613
28614 \begin_layout Plain Layout
28615 Color ! en texto
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \begin_layout Standard
28624 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
28625  Esto requiere cargar el paquete LaTeX 
28626 \series bold
28627 color
28628 \series default
28629
28630 \begin_inset Index
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634 LaTeX-paquetes ! color
28635 \end_layout
28636
28637 \end_inset
28638
28639  en el preámbulo del documento con
28640 \end_layout
28641
28642 \begin_layout Standard
28643
28644 \series bold
28645
28646 \backslash
28647 @ifundef\SpecialChar \textcompwordmark{}
28648 ined{textcolor}
28649 \begin_inset Newline newline
28650 \end_inset
28651
28652
28653 \begin_inset ERT
28654 status collapsed
28655
28656 \begin_layout Plain Layout
28657
28658
28659 \backslash
28660 hphantom{ }
28661 \end_layout
28662
28663 \end_inset
28664
28665 {
28666 \backslash
28667 usepackage{color}}{}
28668 \end_layout
28669
28670 \begin_layout Standard
28671 LyX cargará automáticamente el paquete 
28672 \series bold
28673 color
28674 \series default
28675  cuando colorees texto.
28676 \begin_inset Foot
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680 Para evitar cargarlo dos veces se usa el comando 
28681 \series bold
28682
28683 \backslash
28684 @ifundef\SpecialChar \textcompwordmark{}
28685 ined
28686 \series default
28687 .
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 \begin_inset VSpace medskip
28697 \end_inset
28698
28699 Los cuadros coloreados se crean con el comando 
28700 \series bold
28701
28702 \backslash
28703 colorbox
28704 \series default
28705 , de acuerdo con el siguiente esquema:
28706 \end_layout
28707
28708 \begin_layout Standard
28709
28710 \series bold
28711
28712 \backslash
28713 colorbox{color}{contenido del cuadro}
28714 \end_layout
28715
28716 \begin_layout Standard
28717 El contenido también puede ser un cuadro y los cuadros coloreados también
28718  pueden estar en otros cuadros.
28719 \end_layout
28720
28721 \begin_layout Standard
28722 Los siguientes colores están predefinidos:
28723 \begin_inset Newline newline
28724 \end_inset
28725
28726
28727 \family sans
28728 red
28729 \family default
28730
28731 \family sans
28732 green
28733 \family default
28734
28735 \family sans
28736 yellow, blue
28737 \family default
28738
28739 \family sans
28740 cyan
28741 \family default
28742 \series bold
28743 ,
28744 \series default
28745  
28746 \family sans
28747 magenta, black
28748 \family default
28749
28750 \family sans
28751 white
28752 \family default
28753 .
28754 \begin_inset Newline newline
28755 \end_inset
28756
28757 También puedes definir tus propios colores según se explica en la sección
28758 \begin_inset space ~
28759 \end_inset
28760
28761
28762 \begin_inset CommandInset ref
28763 LatexCommand ref
28764 reference "sec:Tablas-Coloreadas"
28765
28766 \end_inset
28767
28768 .
28769 \end_layout
28770
28771 \begin_layout Standard
28772 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
28773 \end_layout
28774
28775 \begin_layout Standard
28776
28777 \series bold
28778
28779 \backslash
28780 colorbox{red}{
28781 \end_layout
28782
28783 \begin_layout Standard
28784 en código TeX antes de la palabra.
28785  Tras la palabra inserta una llave de cierre «
28786 \series bold
28787 }
28788 \series default
28789 » en código TeX.
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793 Este es el resultado:
28794 \end_layout
28795
28796 \begin_layout Standard
28797 Línea en la que la palabra 
28798 \begin_inset ERT
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802
28803
28804 \backslash
28805 colorbox{red}{
28806 \end_layout
28807
28808 \end_inset
28809
28810 «¡Atención!»
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815
28816 }
28817 \end_layout
28818
28819 \end_inset
28820
28821  tiene fondo rojo.
28822 \end_layout
28823
28824 \begin_layout Standard
28825 \begin_inset VSpace bigskip
28826 \end_inset
28827
28828 Si quieres un marco de distinto color, puedes emplear el comando 
28829 \series bold
28830
28831 \backslash
28832 fcolorbox
28833 \series default
28834  con el esquema siguiente:
28835 \end_layout
28836
28837 \begin_layout Standard
28838
28839 \series bold
28840
28841 \backslash
28842 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
28843 \end_layout
28844
28845 \begin_layout Standard
28846
28847 \series bold
28848
28849 \backslash
28850 fcolorbox
28851 \series default
28852  es una extensión de 
28853 \series bold
28854
28855 \backslash
28856 colorbox
28857 \series default
28858 .
28859  El grosor del marco y el espacio entre él y el contenido se puede ajustar
28860  con las longitudes 
28861 \series bold
28862
28863 \backslash
28864 fboxrule
28865 \series default
28866  y 
28867 \series bold
28868
28869 \backslash
28870 fboxsep
28871 \series default
28872 , respectivamente, como se describe en la sección
28873 \begin_inset space ~
28874 \end_inset
28875
28876
28877 \begin_inset CommandInset ref
28878 LatexCommand ref
28879 reference "sec:Cuadros-Enmarcados"
28880
28881 \end_inset
28882
28883 .
28884 \end_layout
28885
28886 \begin_layout Standard
28887 Para el ejemplo siguiente se ha utilizado el comando
28888 \end_layout
28889
28890 \begin_layout Standard
28891
28892 \series bold
28893
28894 \backslash
28895 fcolorbox{cyan}{magenta}{
28896 \end_layout
28897
28898 \begin_layout Standard
28899 Este es un ejemplo en el que se ha puesto un grosor de 1
28900 \begin_inset space \thinspace{}
28901 \end_inset
28902
28903 mm para la línea del marco:
28904 \begin_inset Newline newline
28905 \end_inset
28906
28907
28908 \begin_inset ERT
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912
28913
28914 \backslash
28915 fboxrule 1mm 
28916 \backslash
28917 fboxsep 1mm
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \begin_inset ERT
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927
28928
28929 \backslash
28930 fcolorbox{cyan}{magenta}{
28931 \end_layout
28932
28933 \end_inset
28934
28935 Texto en un marco coloreado y enmarcado.
28936 \begin_inset ERT
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940
28941 }
28942 \end_layout
28943
28944 \end_inset
28945
28946
28947 \end_layout
28948
28949 \begin_layout Standard
28950 \begin_inset VSpace bigskip
28951 \end_inset
28952
28953 Por supuesto también puedes colorear el texto en un marco coloreado:
28954 \begin_inset Newline newline
28955 \end_inset
28956
28957
28958 \begin_inset ERT
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962
28963
28964 \backslash
28965 fcolorbox{cyan}{magenta}{
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \color yellow
28972 Texto coloreado en un marco sombreado y coloreado.
28973 \color none
28974
28975 \begin_inset ERT
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979
28980 }
28981 \end_layout
28982
28983 \end_inset
28984
28985
28986 \begin_inset ERT
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990
28991
28992 \backslash
28993 fboxrule 0.4pt 
28994 \backslash
28995 fboxsep 3pt
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \begin_layout Standard
29004
29005 \series bold
29006 \begin_inset VSpace medskip
29007 \end_inset
29008
29009
29010 \end_layout
29011
29012 \begin_layout Standard
29013 \begin_inset Note Greyedout
29014 status open
29015
29016 \begin_layout Plain Layout
29017
29018 \series bold
29019 Nota:
29020 \series default
29021  El texto en cuadros coloreados no puede tener saltos de línea.
29022  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29023  coloreado como se describe a continuación.
29024 \end_layout
29025
29026 \end_inset
29027
29028
29029 \end_layout
29030
29031 \begin_layout Subsection
29032 Color en párrafos
29033 \begin_inset CommandInset label
29034 LatexCommand label
29035 name "sub:Color-en-Párrafos"
29036
29037 \end_inset
29038
29039
29040 \begin_inset Index
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 Color ! en párrafos
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \end_layout
29051
29052 \begin_layout Standard
29053 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29054  Antes de la minipágina inserta el comando 
29055 \series bold
29056
29057 \backslash
29058 colorbox
29059 \end_layout
29060
29061 \begin_layout Standard
29062
29063 \series bold
29064
29065 \backslash
29066 colorbox{color}{
29067 \end_layout
29068
29069 \begin_layout Standard
29070 en código TeX.
29071  Detrás de la minipágina inserta una llave de cierre «
29072 \series bold
29073 }
29074 \series default
29075 » en código TeX.
29076 \end_layout
29077
29078 \begin_layout Standard
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084
29085 \backslash
29086 colorbox{grisclaro}{
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \begin_inset Box Frameless
29093 position "t"
29094 hor_pos "c"
29095 has_inner_box 1
29096 inner_pos "t"
29097 use_parbox 0
29098 width "100col%"
29099 special "none"
29100 height "1in"
29101 height_special "totalheight"
29102 status collapsed
29103
29104 \begin_layout Plain Layout
29105 Texto con color de fondo.
29106  Texto con color de fondo.
29107 \end_layout
29108
29109 \begin_layout Plain Layout
29110 \begin_inset VSpace defskip
29111 \end_inset
29112
29113 El texto puede tener notas al pie
29114 \begin_inset Foot
29115 status open
29116
29117 \begin_layout Plain Layout
29118 Otro ejemplo de nota
29119 \end_layout
29120
29121 \end_inset
29122
29123  y puede incluir tablas y figuras.
29124 \end_layout
29125
29126 \begin_layout Plain Layout
29127 \align center
29128 \begin_inset Tabular
29129 <lyxtabular version="3" rows="3" columns="3">
29130 <features>
29131 <column alignment="center" valignment="top" width="0">
29132 <column alignment="center" valignment="top" width="0">
29133 <column alignment="center" valignment="top" width="0">
29134 <row>
29135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29136 \begin_inset Text
29137
29138 \begin_layout Plain Layout
29139 a
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Plain Layout
29148 !
29149 \end_layout
29150
29151 \end_inset
29152 </cell>
29153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29154 \begin_inset Text
29155
29156 \begin_layout Plain Layout
29157 3
29158 \end_layout
29159
29160 \end_inset
29161 </cell>
29162 </row>
29163 <row>
29164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29165 \begin_inset Text
29166
29167 \begin_layout Plain Layout
29168 <
29169 \end_layout
29170
29171 \end_inset
29172 </cell>
29173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29174 \begin_inset Text
29175
29176 \begin_layout Plain Layout
29177 b2
29178 \begin_inset Quotes erd
29179 \end_inset
29180
29181 |
29182 \end_layout
29183
29184 \end_inset
29185 </cell>
29186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29187 \begin_inset Text
29188
29189 \begin_layout Plain Layout
29190 >
29191 \end_layout
29192
29193 \end_inset
29194 </cell>
29195 </row>
29196 <row>
29197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29198 \begin_inset Text
29199
29200 \begin_layout Plain Layout
29201 1
29202 \end_layout
29203
29204 \end_inset
29205 </cell>
29206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29207 \begin_inset Text
29208
29209 \begin_layout Plain Layout
29210 §
29211 \end_layout
29212
29213 \end_inset
29214 </cell>
29215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29216 \begin_inset Text
29217
29218 \begin_layout Plain Layout
29219 c
29220 \end_layout
29221
29222 \end_inset
29223 </cell>
29224 </row>
29225 </lyxtabular>
29226
29227 \end_inset
29228
29229
29230 \end_layout
29231
29232 \end_inset
29233
29234
29235 \begin_inset ERT
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239
29240 }
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Section
29249 Cuadros rotados y escalados
29250 \end_layout
29251
29252 \begin_layout Standard
29253 Para poder usar los comandos descritos en esta sección hay que cargar el
29254  paquete LaTeX 
29255 \series bold
29256 graphicx
29257 \series default
29258
29259 \begin_inset Index
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263 LaTeX-paquetes ! graphicx
29264 \end_layout
29265
29266 \end_inset
29267
29268  en el preámbulo del documento, con el comando
29269 \end_layout
29270
29271 \begin_layout Standard
29272
29273 \series bold
29274
29275 \backslash
29276 @ifundefined{rotatebox}
29277 \begin_inset Newline newline
29278 \end_inset
29279
29280
29281 \begin_inset ERT
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285
29286
29287 \backslash
29288 hphantom{ }
29289 \end_layout
29290
29291 \end_inset
29292
29293 {
29294 \backslash
29295 usepackage{graphicx}}{}
29296 \end_layout
29297
29298 \begin_layout Standard
29299 \begin_inset Note Greyedout
29300 status open
29301
29302 \begin_layout Plain Layout
29303
29304 \series bold
29305 Nota: 
29306 \series default
29307 Algunos visores DVI no pueden mostrar material rotado o escalado.
29308 \end_layout
29309
29310 \end_inset
29311
29312
29313 \end_layout
29314
29315 \begin_layout Standard
29316 \begin_inset Note Greyedout
29317 status open
29318
29319 \begin_layout Plain Layout
29320
29321 \series bold
29322 Nota:
29323 \series default
29324  Los cuadros rotados o escalados no pueden contener flotantes.
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Subsection
29333 Cuadros rotados
29334 \begin_inset Index
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338 Cuadros ! Rotar
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \begin_inset Index
29345 status collapsed
29346
29347 \begin_layout Plain Layout
29348 Material rotado
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \begin_inset Index
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358 Figuras ! Rotar
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \begin_inset Index
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 Tablas ! Rotar
29369 \end_layout
29370
29371 \end_inset
29372
29373
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Para rotar material debes ponerlo en un cuadro rotado.
29378  Los cuadros rotados se crean con el comando 
29379 \series bold
29380
29381 \backslash
29382 rotatebox
29383 \series default
29384  en código TeX, según el esquema:
29385 \end_layout
29386
29387 \begin_layout Standard
29388
29389 \series bold
29390
29391 \backslash
29392 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
29393 \end_layout
29394
29395 \begin_layout Standard
29396 El origen de rotación se especifica en la forma 
29397 \series bold
29398 origin=position
29399 \series default
29400 .
29401  Son posibles las posiciones siguientes: 
29402 \emph on
29403 c
29404 \emph default
29405  (center), 
29406 \emph on
29407 l
29408 \emph default
29409  (left), 
29410 \emph on
29411 r
29412 \emph default
29413  (right), 
29414 \emph on
29415 b
29416 \emph default
29417  (bottom), 
29418 \emph on
29419 t
29420 \emph default
29421  (top), así como combinaciones adecuadas de las posiciones básicas.
29422  Por ejemplo, 
29423 \emph on
29424 lt
29425 \emph default
29426  significa que el origen de rotación es la esquina superior izquierda del
29427  cuadro.
29428  Si no se especifica origen de rotación se usará la posición 
29429 \emph on
29430 l
29431 \emph default
29432 .
29433  El ángulo de rotación es un número de grados, y puede ser negativo.
29434  El sentido de giro es contrario al de las agujas del reloj.
29435 \end_layout
29436
29437 \begin_layout Standard
29438 En el siguiente ejemplo se ha insertado el comando 
29439 \series bold
29440
29441 \backslash
29442 rotatebox[origin=c]{60}{ 
29443 \series default
29444 como código TeX delante del texto «con rotación»; después del texto, el
29445  cuadro se ha cerrado con llave de cierre en código TeX.
29446 \end_layout
29447
29448 \begin_layout Standard
29449 Esta línea contiene texto 
29450 \begin_inset ERT
29451 status collapsed
29452
29453 \begin_layout Plain Layout
29454
29455
29456 \backslash
29457 rotatebox[origin=c]{60}{
29458 \end_layout
29459
29460 \end_inset
29461
29462 con rotación
29463 \begin_inset ERT
29464 status collapsed
29465
29466 \begin_layout Plain Layout
29467
29468 }
29469 \end_layout
29470
29471 \end_inset
29472
29473 .
29474 \end_layout
29475
29476 \begin_layout Standard
29477 El contenido del cuadro puede ser también otro cuadro o una ecuación en
29478  línea:
29479 \end_layout
29480
29481 \begin_layout Standard
29482 En esta línea hay texto enmarcado 
29483 \begin_inset ERT
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487
29488
29489 \backslash
29490 rotatebox[origin=r]{-60}{
29491 \end_layout
29492
29493 \end_inset
29494
29495
29496 \begin_inset Box Doublebox
29497 position "c"
29498 hor_pos "c"
29499 has_inner_box 0
29500 inner_pos "c"
29501 use_parbox 0
29502 width "1in"
29503 special "width"
29504 height "1in"
29505 height_special "totalheight"
29506 status open
29507
29508 \begin_layout Plain Layout
29509 con rotación
29510 \end_layout
29511
29512 \end_inset
29513
29514
29515 \begin_inset ERT
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519
29520 }
29521 \end_layout
29522
29523 \end_inset
29524
29525  y 
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531
29532 \backslash
29533 rotatebox[origin=lb]{60}{
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29540 \end_inset
29541
29542
29543 \begin_inset ERT
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547
29548 }
29549 \end_layout
29550
29551 \end_inset
29552
29553  una ecuación.
29554 \end_layout
29555
29556 \begin_layout Standard
29557 O una imagen o una tabla:
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Aquí hay una imagen girada 
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567
29568 \backslash
29569 rotatebox[origin=lb]{90}{
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \begin_inset Graphics
29576         filename ../clipart/platypus.eps
29577         lyxscale 50
29578         width 25col%
29579
29580 \end_inset
29581
29582
29583 \begin_inset ERT
29584 status collapsed
29585
29586 \begin_layout Plain Layout
29587
29588 }
29589 \end_layout
29590
29591 \end_inset
29592
29593  y una tabla girada 
29594 \begin_inset ERT
29595 status collapsed
29596
29597 \begin_layout Plain Layout
29598
29599
29600 \backslash
29601 rotatebox[origin=l]{-90}{
29602 \end_layout
29603
29604 \end_inset
29605
29606
29607 \begin_inset Tabular
29608 <lyxtabular version="3" rows="2" columns="2">
29609 <features>
29610 <column alignment="center" valignment="top" width="0">
29611 <column alignment="center" valignment="top" width="0">
29612 <row>
29613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29614 \begin_inset Text
29615
29616 \begin_layout Plain Layout
29617 q
29618 \end_layout
29619
29620 \end_inset
29621 </cell>
29622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29623 \begin_inset Text
29624
29625 \begin_layout Plain Layout
29626 w
29627 \end_layout
29628
29629 \end_inset
29630 </cell>
29631 </row>
29632 <row>
29633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29634 \begin_inset Text
29635
29636 \begin_layout Plain Layout
29637 e
29638 \end_layout
29639
29640 \end_inset
29641 </cell>
29642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29643 \begin_inset Text
29644
29645 \begin_layout Plain Layout
29646 r
29647 \end_layout
29648
29649 \end_inset
29650 </cell>
29651 </row>
29652 </lyxtabular>
29653
29654 \end_inset
29655
29656
29657 \begin_inset ERT
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661
29662 }
29663 \end_layout
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Subsection
29671 Cuadros escalados
29672 \begin_inset Index
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676 Cuadros ! Escalar
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \begin_inset Index
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686 Material escalado
29687 \end_layout
29688
29689 \end_inset
29690
29691
29692 \begin_inset Index
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696 Figuras ! Escalar
29697 \end_layout
29698
29699 \end_inset
29700
29701
29702 \begin_inset Index
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706 Tablas ! Escalar
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \end_layout
29713
29714 \begin_layout Standard
29715 Para escalar material se pueden usar los comandos 
29716 \series bold
29717
29718 \backslash
29719 scalebox
29720 \series default
29721  y 
29722 \series bold
29723
29724 \backslash
29725 resizebox 
29726 \series default
29727 en código TeX.
29728 \end_layout
29729
29730 \begin_layout Standard
29731
29732 \series bold
29733
29734 \backslash
29735 scalebox
29736 \series default
29737  se usa con el esquema siguiente:
29738 \end_layout
29739
29740 \begin_layout Standard
29741
29742 \series bold
29743
29744 \backslash
29745 scalebox{horizontal}[vertical]{contenido del cuadro}
29746 \end_layout
29747
29748 \begin_layout Standard
29749 Horizontal y vertical son los factores de escala correspondientes.
29750  Si no se especifica factor vertical, su valor será el mismo que el factor
29751  de escala horizontal.
29752  
29753 \end_layout
29754
29755 \begin_layout Standard
29756 Por ejemplo, el comando 
29757 \series bold
29758
29759 \backslash
29760 scalebox{2}{Hola} 
29761 \series default
29762 crea un 
29763 \begin_inset ERT
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767
29768
29769 \backslash
29770 scalebox{2}{
29771 \end_layout
29772
29773 \end_inset
29774
29775 Hola
29776 \begin_inset ERT
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780
29781 }
29782 \end_layout
29783
29784 \end_inset
29785
29786  de doble tamaño que el texto normal del documento.
29787 \end_layout
29788
29789 \begin_layout Standard
29790 El comando 
29791 \series bold
29792
29793 \backslash
29794 scalebox{2}[1]{Hola} 
29795 \series default
29796 distorsiona el 
29797 \begin_inset ERT
29798 status collapsed
29799
29800 \begin_layout Plain Layout
29801
29802
29803 \backslash
29804 scalebox{2}[1]{
29805 \end_layout
29806
29807 \end_inset
29808
29809 Hola
29810 \begin_inset ERT
29811 status collapsed
29812
29813 \begin_layout Plain Layout
29814
29815 }
29816 \end_layout
29817
29818 \end_inset
29819
29820 .
29821 \end_layout
29822
29823 \begin_layout Standard
29824 Si un factor de escala es negativo el contenido del cuadro es reflejado.
29825  Por eso el comando 
29826 \series bold
29827
29828 \backslash
29829 scalebox{-1}[1]{Hola} 
29830 \series default
29831 puede usarse para reflejar un texto: 
29832 \begin_inset ERT
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837
29838 \backslash
29839 scalebox{-1}[1]{
29840 \end_layout
29841
29842 \end_inset
29843
29844 Hola
29845 \begin_inset ERT
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849
29850 }
29851 \end_layout
29852
29853 \end_inset
29854
29855 .
29856 \end_layout
29857
29858 \begin_layout Standard
29859
29860 \series bold
29861
29862 \backslash
29863 scalebox{1}[-1]{Hola} 
29864 \series default
29865 refleja el 
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871
29872 \backslash
29873 scalebox{1}[-1]{
29874 \end_layout
29875
29876 \end_inset
29877
29878 Hola
29879 \begin_inset ERT
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883
29884 }
29885 \end_layout
29886
29887 \end_inset
29888
29889  sobre la base.
29890 \end_layout
29891
29892 \begin_layout Standard
29893 El comando 
29894 \series bold
29895
29896 \backslash
29897 scalebox{-1}[1]{contenido del cuadro} 
29898 \series default
29899 puede sustituirse por 
29900 \series bold
29901
29902 \begin_inset Newline newline
29903 \end_inset
29904
29905
29906 \backslash
29907 reflectbox{contenido del cuadro}
29908 \begin_inset VSpace defskip
29909 \end_inset
29910
29911
29912 \end_layout
29913
29914 \begin_layout Standard
29915 El comando 
29916 \series bold
29917
29918 \backslash
29919 resizebox
29920 \series default
29921  sirve para escalar el cuadro a una altura y anchura definidas, según el
29922  esquema:
29923 \end_layout
29924
29925 \begin_layout Standard
29926
29927 \series bold
29928
29929 \backslash
29930 resizebox{anchura}{altura}{contenido del cuadro}
29931 \end_layout
29932
29933 \begin_layout Standard
29934 Si uno de los argumentos del comando es un signo de exclamación, 
29935 \series bold
29936 !
29937 \series default
29938 , la escala se produce de forma que se mantiene la relación de las dimensiones
29939  originales del contenido del cuadro.
29940  
29941 \end_layout
29942
29943 \begin_layout Standard
29944 El comando 
29945 \series bold
29946
29947 \backslash
29948 resizebox{2cm}{1cm}{Hola}
29949 \series default
29950  genera: 
29951 \begin_inset ERT
29952 status collapsed
29953
29954 \begin_layout Plain Layout
29955
29956
29957 \backslash
29958 resizebox{2cm}{1cm}{
29959 \end_layout
29960
29961 \end_inset
29962
29963 Hola
29964 \begin_inset ERT
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968
29969 }
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \begin_inset Newline newline
29976 \end_inset
29977
29978 El comando 
29979 \series bold
29980
29981 \backslash
29982 resizebox{2cm}{!}{Hola}
29983 \series default
29984  genera: 
29985 \begin_inset ERT
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989
29990
29991 \backslash
29992 resizebox{2cm}{!}{
29993 \end_layout
29994
29995 \end_inset
29996
29997 Hola
29998 \begin_inset ERT
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002
30003 }
30004 \end_layout
30005
30006 \end_inset
30007
30008
30009 \end_layout
30010
30011 \begin_layout Standard
30012 \begin_inset VSpace defskip
30013 \end_inset
30014
30015
30016 \end_layout
30017
30018 \begin_layout Standard
30019 \begin_inset Note Greyedout
30020 status open
30021
30022 \begin_layout Plain Layout
30023
30024 \series bold
30025 Nota: 
30026 \series default
30027 Si los argumentos de 
30028 \series bold
30029
30030 \backslash
30031 scalebox
30032 \series default
30033  o 
30034 \series bold
30035
30036 \backslash
30037 resizebox
30038 \series default
30039  son cero, no se generan errores de LaTeX al exportar el documento, pero
30040  puede suceder que la salida no se muestre o que sea incompleta.
30041  
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \begin_inset VSpace defskip
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Los cuadros se pueden combinar en cualquier orden.
30055  Por ejemplo, el comando
30056 \series bold
30057
30058 \begin_inset Newline newline
30059 \end_inset
30060
30061
30062 \backslash
30063 rotatebox[origin=c]{-45}{
30064 \backslash
30065 resizebox{2cm}{!}{
30066 \backslash
30067 reflectbox{Hola}}}
30068 \begin_inset Newline newline
30069 \end_inset
30070
30071
30072 \series default
30073 genera:
30074 \end_layout
30075
30076 \begin_layout Standard
30077 \noindent
30078 \align center
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 rotatebox[origin=c]{-45}{
30087 \backslash
30088 resizebox{2cm}{!}{
30089 \backslash
30090 reflectbox{
30091 \end_layout
30092
30093 \end_inset
30094
30095 Hola
30096 \begin_inset ERT
30097 status collapsed
30098
30099 \begin_layout Plain Layout
30100
30101 }}}
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \noindent
30111 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30112 \end_layout
30113
30114 \begin_layout Standard
30115 \noindent
30116
30117 \end_layout
30118
30119 \begin_layout Standard
30120 \align center
30121 \begin_inset ERT
30122 status collapsed
30123
30124 \begin_layout Plain Layout
30125
30126
30127 \backslash
30128 rotatebox[origin=c]{-30}{
30129 \backslash
30130 resizebox{2cm}{!}{
30131 \backslash
30132 reflectbox{
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset Graphics
30139         filename ../clipart/platypus.eps
30140         lyxscale 50
30141         width 25col%
30142
30143 \end_inset
30144
30145
30146 \begin_inset ERT
30147 status collapsed
30148
30149 \begin_layout Plain Layout
30150
30151 }}}
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \begin_inset ERT
30158 status collapsed
30159
30160 \begin_layout Plain Layout
30161
30162
30163 \backslash
30164 rotatebox[origin=c]{-45}{
30165 \backslash
30166 resizebox{2cm}{!}{
30167 \backslash
30168 reflectbox{
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \begin_inset Tabular
30175 <lyxtabular version="3" rows="2" columns="2">
30176 <features>
30177 <column alignment="center" valignment="top" width="0">
30178 <column alignment="center" valignment="top" width="0">
30179 <row>
30180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30181 \begin_inset Text
30182
30183 \begin_layout Plain Layout
30184 q
30185 \end_layout
30186
30187 \end_inset
30188 </cell>
30189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30190 \begin_inset Text
30191
30192 \begin_layout Plain Layout
30193 w
30194 \end_layout
30195
30196 \end_inset
30197 </cell>
30198 </row>
30199 <row>
30200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30201 \begin_inset Text
30202
30203 \begin_layout Plain Layout
30204 e
30205 \end_layout
30206
30207 \end_inset
30208 </cell>
30209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30210 \begin_inset Text
30211
30212 \begin_layout Plain Layout
30213 r
30214 \end_layout
30215
30216 \end_inset
30217 </cell>
30218 </row>
30219 </lyxtabular>
30220
30221 \end_inset
30222
30223
30224 \begin_inset ERT
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228
30229 }}}
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \begin_inset ERT
30236 status collapsed
30237
30238 \begin_layout Plain Layout
30239
30240
30241 \backslash
30242 rotatebox[origin=c]{-45}{
30243 \backslash
30244 resizebox{2cm}{!}{
30245 \backslash
30246 reflectbox{
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30253 \end_inset
30254
30255
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261 }}}
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 Si se usa el estilo global 
30271 \series bold
30272 fleqn
30273 \series default
30274  para las ecuaciones del documento,
30275 \begin_inset Foot
30276 status collapsed
30277
30278 \begin_layout Plain Layout
30279 Si «fleqn» se añade a las opciones de clase del documento.
30280 \end_layout
30281
30282 \end_inset
30283
30284  también pueden escalarse las ecuaciones en estilo presentación.
30285 \end_layout
30286
30287 \begin_layout Chapter
30288 Archivo
30289 \begin_inset Index
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 Archivo, insertar
30294 \end_layout
30295
30296 \end_inset
30297
30298
30299 \end_layout
30300
30301 \begin_layout Standard
30302 Con el menú 
30303 \family sans
30304 Insertar\SpecialChar \menuseparator
30305 Archivo 
30306 \family default
30307 se pueden insertar archivos externos en un documento.
30308  Estos pueden ser:
30309 \end_layout
30310
30311 \begin_layout Description
30312 Documento
30313 \begin_inset space ~
30314 \end_inset
30315
30316 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30317 \end_layout
30318
30319 \begin_layout Description
30320 Texto
30321 \begin_inset space ~
30322 \end_inset
30323
30324 simple
30325 \begin_inset space ~
30326 \end_inset
30327
30328 como
30329 \begin_inset space ~
30330 \end_inset
30331
30332 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30333  como un nuevo párrafo.
30334 \end_layout
30335
30336 \begin_layout Description
30337 Texto
30338 \begin_inset space ~
30339 \end_inset
30340
30341 simple
30342 \begin_inset space ~
30343 \end_inset
30344
30345 como
30346 \begin_inset space ~
30347 \end_inset
30348
30349 párrafos Un documento de texto; cada línea del texto se inserta tal como
30350  está, formando un solo párrafo.
30351  Las líneas vacías generan un nuevo párrafo en tu documento.
30352 \end_layout
30353
30354 \begin_layout Description
30355 Material
30356 \begin_inset space ~
30357 \end_inset
30358
30359 externo Archivos en diversos formatos.
30360 \end_layout
30361
30362 \begin_layout Description
30363 Documento
30364 \begin_inset space ~
30365 \end_inset
30366
30367 hijo Documentos LyX, LaTeX o texto simple.
30368 \end_layout
30369
30370 \begin_layout Section
30371 Material externo
30372 \begin_inset Index
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Material externo
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \end_layout
30383
30384 \begin_layout Standard
30385 Esta característica te permite insertar archivos en tu documento sin convertirlo
30386 s previamente a un formato legible en la salida, ya que LyX se ocupa de
30387  las necesarias conversiones.
30388  Esto es parecido a la inserción de imágenes en diversos formatos en los
30389  documentos LyX.
30390 \end_layout
30391
30392 \begin_layout Standard
30393 El material externo se puede insertar mediante el diálogo que surge a partir
30394  del menú 
30395 \family sans
30396 Insertar\SpecialChar \menuseparator
30397 Archivo\SpecialChar \menuseparator
30398 Material
30399 \begin_inset space ~
30400 \end_inset
30401
30402 externo
30403 \family default
30404 .
30405  Actualmente se permiten los siguientes tipos de archivo (
30406 \family sans
30407 Plantillas
30408 \family default
30409 ):
30410 \end_layout
30411
30412 \begin_layout Description
30413 Diagrama
30414 \begin_inset space ~
30415 \end_inset
30416
30417 de
30418 \begin_inset space ~
30419 \end_inset
30420
30421 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
30422  con el programa 
30423 \series bold
30424
30425 \begin_inset CommandInset href
30426 LatexCommand href
30427 name "XBoard"
30428 target "http://en.wikipedia.org/wiki/XBoard"
30429
30430 \end_inset
30431
30432
30433 \series default
30434 .
30435 \end_layout
30436
30437 \begin_layout Description
30438 Fecha Esta inserta la fecha en el formato 
30439 \emph on
30440 Día-Mes-Año.
30441
30442 \emph default
30443  A continuación hay una fecha insertada como material externo: 
30444 \begin_inset External
30445         template Date
30446         filename ...
30447
30448 \end_inset
30449
30450
30451 \lang english
30452
30453 \begin_inset space ~
30454 \end_inset
30455
30456
30457 \begin_inset Note Note
30458 status open
30459
30460 \begin_layout Plain Layout
30461
30462 \lang english
30463 Remove the protected space when bug 4398 is fixed!
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \lang spanish
30470
30471 \begin_inset Newline newline
30472 \end_inset
30473
30474 La fecha no se muestra en LyX, sólo en la salida.
30475  Hay otros dos métodos de insertar una fecha, con el menú 
30476 \family sans
30477 Insertar\SpecialChar \menuseparator
30478 Fecha
30479 \family default
30480  y con el comando LaTeX 
30481 \series bold
30482
30483 \backslash
30484 today
30485 \series default
30486  en código TeX.
30487  Los distintos métodos se comparan en la tabla
30488 \begin_inset space ~
30489 \end_inset
30490
30491
30492 \begin_inset CommandInset ref
30493 LatexCommand ref
30494 reference "tab:Comparación-de"
30495
30496 \end_inset
30497
30498 .
30499 \end_layout
30500
30501 \begin_layout Description
30502 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
30503 \begin_inset Newline linebreak
30504 \end_inset
30505
30506
30507 \series bold
30508
30509 \begin_inset CommandInset href
30510 LatexCommand href
30511 name "LilyPond"
30512 target "http://en.wikipedia.org/wiki/LilyPond"
30513
30514 \end_inset
30515
30516
30517 \series default
30518 .
30519 \end_layout
30520
30521 \begin_layout Description
30522 PDFPages Con esta plantilla puedes insertar documentos PDF en tu documento.
30523  Para insertar algunas o todas las páginas de un documento PDF, utiliza
30524  la opción 
30525 \emph on
30526 pages
30527 \emph default
30528  en el campo 
30529 \family sans
30530 Opción
30531 \family default
30532  de la pestaña 
30533 \family sans
30534 Opciones de LaTeX y LyX
30535 \family default
30536 , según la descripción de la plantilla en el diálogo.
30537  Si no se usa la opción 
30538 \emph on
30539 pages
30540 \emph default
30541 , sólo se inserta la primera página del PDF.
30542 \end_layout
30543
30544 \begin_layout Description
30545 RasterImage Sirve para insertar imágenes bitmap.
30546  Casi todos los formatos populares de imágenes están soportados.
30547  Las imágenes se pueden tratar en el diálogo 
30548 \family sans
30549 Material Externo
30550 \family default
30551  como las que habitualmente se incluyen mediante el diálogo 
30552 \family sans
30553 Gráficos
30554 \family default
30555 , tal como se explica en la sección
30556 \begin_inset space ~
30557 \end_inset
30558
30559
30560 \begin_inset CommandInset ref
30561 LatexCommand ref
30562 reference "sec:Diálogo-Gráficos"
30563
30564 \end_inset
30565
30566 .
30567  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
30568  PDF y EPS no están soportadas.
30569 \end_layout
30570
30571 \begin_layout Description
30572 XFig Esta plantilla soporta imágenes creadas con el programa 
30573 \series bold
30574
30575 \begin_inset CommandInset href
30576 LatexCommand href
30577 name "Xfig"
30578 target "http://en.wikipedia.org/wiki/Xfig"
30579
30580 \end_inset
30581
30582
30583 \series default
30584 .
30585 \end_layout
30586
30587 \begin_layout Standard
30588 \begin_inset Float table
30589 placement h
30590 wide false
30591 sideways false
30592 status open
30593
30594 \begin_layout Plain Layout
30595 \begin_inset Caption
30596
30597 \begin_layout Plain Layout
30598 \begin_inset CommandInset label
30599 LatexCommand label
30600 name "tab:Comparación-de"
30601
30602 \end_inset
30603
30604 Comparación de los métodos de inserción de fecha.
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \end_layout
30611
30612 \begin_layout Plain Layout
30613 \align center
30614 \begin_inset Tabular
30615 <lyxtabular version="3" rows="4" columns="4">
30616 <features>
30617 <column alignment="center" valignment="top" width="0">
30618 <column alignment="center" valignment="top" width="0">
30619 <column alignment="center" valignment="top" width="0">
30620 <column alignment="center" valignment="top" width="0">
30621 <row>
30622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30623 \begin_inset Text
30624
30625 \begin_layout Plain Layout
30626 Documento
30627 \end_layout
30628
30629 \end_inset
30630 </cell>
30631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635
30636 \family sans
30637 Material externo\SpecialChar \menuseparator
30638 Fecha
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30644 \begin_inset Text
30645
30646 \begin_layout Plain Layout
30647
30648 \family sans
30649 Insertar\SpecialChar \menuseparator
30650 Fecha
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659 comando 
30660 \series bold
30661
30662 \backslash
30663 today
30664 \end_layout
30665
30666 \end_inset
30667 </cell>
30668 </row>
30669 <row>
30670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30671 \begin_inset Text
30672
30673 \begin_layout Plain Layout
30674 LyX
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30680 \begin_inset Text
30681
30682 \begin_layout Plain Layout
30683 como cuadro
30684 \end_layout
30685
30686 \end_inset
30687 </cell>
30688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30689 \begin_inset Text
30690
30691 \begin_layout Plain Layout
30692 como fecha
30693 \end_layout
30694
30695 \end_inset
30696 </cell>
30697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30698 \begin_inset Text
30699
30700 \begin_layout Plain Layout
30701 como cuadro código TeX
30702 \end_layout
30703
30704 \end_inset
30705 </cell>
30706 </row>
30707 <row>
30708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30709 \begin_inset Text
30710
30711 \begin_layout Plain Layout
30712 LaTeX
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721 como fecha
30722 \end_layout
30723
30724 \end_inset
30725 </cell>
30726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30727 \begin_inset Text
30728
30729 \begin_layout Plain Layout
30730 como fecha
30731 \end_layout
30732
30733 \end_inset
30734 </cell>
30735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30736 \begin_inset Text
30737
30738 \begin_layout Plain Layout
30739 como comando
30740 \end_layout
30741
30742 \end_inset
30743 </cell>
30744 </row>
30745 <row>
30746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30747 \begin_inset Text
30748
30749 \begin_layout Plain Layout
30750 DVI, PDF, PS
30751 \end_layout
30752
30753 \end_inset
30754 </cell>
30755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30756 \begin_inset Text
30757
30758 \begin_layout Plain Layout
30759 como fecha
30760 \end_layout
30761
30762 \end_inset
30763 </cell>
30764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30765 \begin_inset Text
30766
30767 \begin_layout Plain Layout
30768 como fecha
30769 \end_layout
30770
30771 \end_inset
30772 </cell>
30773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777 como fecha
30778 \end_layout
30779
30780 \end_inset
30781 </cell>
30782 </row>
30783 </lyxtabular>
30784
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 Si utilizas la opción 
30797 \family sans
30798 Borrador
30799 \family default
30800  en la solapa 
30801 \family sans
30802 Archivo
30803 \family default
30804  del diálogo 
30805 \family sans
30806 Material Externo
30807 \family default
30808 , en el documento de salida sólo se muestra la ruta al archivo insertado.
30809 \family sans
30810
30811 \begin_inset Newline newline
30812 \end_inset
30813
30814
30815 \family default
30816 El material externo se muestra en LyX como un cuadro del tipo:
30817 \family sans
30818  
30819 \family default
30820
30821 \begin_inset Graphics
30822         filename clipart/MaterialExternoQt4.png
30823         scale 80
30824
30825 \end_inset
30826
30827  o como imagen, dependiendo de si se marca la opción 
30828 \family sans
30829 Mostrar en LyX 
30830 \family default
30831 de la pestaña 
30832 \family sans
30833 Opciones de LaTeX y LyX
30834 \family default
30835  del diálogo
30836 \family sans
30837 .
30838 \end_layout
30839
30840 \begin_layout Standard
30841 En el manual 
30842 \emph on
30843 Personalización
30844 \emph default
30845  se explica cómo definir tus propias plantillas.
30846 \end_layout
30847
30848 \begin_layout Section
30849 Documento hijo
30850 \begin_inset CommandInset label
30851 LatexCommand label
30852 name "sec:Documento-Hijo"
30853
30854 \end_inset
30855
30856
30857 \begin_inset Index
30858 status collapsed
30859
30860 \begin_layout Plain Layout
30861 Documento hijo
30862 \end_layout
30863
30864 \end_inset
30865
30866
30867 \end_layout
30868
30869 \begin_layout Standard
30870 Los documentos hijos se emplean en el caso de tener un documento extenso
30871  compuesto por varias partes o secciones más grandes.
30872  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
30873  en varios archivos que pueden ser revisados por separado.
30874  Estos archivos se conocen como documentos hijos, y el llamado documento
30875  maestro los conecta con el fin de imprimirlos como un todo o por partes.
30876  
30877 \end_layout
30878
30879 \begin_layout Standard
30880 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
30881  cuadros del tipo: 
30882 \begin_inset Graphics
30883         filename clipart/DocumentoHijoQt4.png
30884         scale 80
30885
30886 \end_inset
30887
30888 .
30889  Para incluir documentos hijos en un documento maestro utiliza el menú 
30890 \family sans
30891 Insertar
30892 \family default
30893 \SpecialChar \menuseparator
30894
30895 \family sans
30896 Archivo
30897 \family default
30898 \SpecialChar \menuseparator
30899
30900 \family sans
30901 Documento
30902 \begin_inset space ~
30903 \end_inset
30904
30905 hijo
30906 \family default
30907 .
30908  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
30909 \end_layout
30910
30911 \begin_layout Description
30912 Incluir Puedes incluir documentos LyX y documentos LaTeX.
30913  Al pulsar el botón 
30914 \family sans
30915 Cargar
30916 \family default
30917  en el diálogo 
30918 \family sans
30919 Documento hijo
30920 \family default
30921 , los documentos incluidos se abrirán en una nueva solapa de archivo en
30922  la ventana de LyX y así puedes modificarlos si quieres.
30923 \end_layout
30924
30925 \begin_layout Standard
30926 Aquí hay un archivo insertado con el método 
30927 \family sans
30928 Incluir
30929 \family default
30930
30931 \begin_inset CommandInset include
30932 LatexCommand include
30933 filename "DocumentoPostizo1.lyx"
30934
30935 \end_inset
30936
30937
30938 \end_layout
30939
30940 \begin_layout Standard
30941 La numeración de secciones tiene en cuenta las secciones de los archivos
30942  incluidos en el orden en que están insertados en el documento maestro.
30943  El documento incluido de ejemplo tiene una subsección que se numera como
30944  subsección de la presente sección.
30945  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
30946 \begin_inset space ~
30947 \end_inset
30948
30949
30950 \begin_inset CommandInset ref
30951 LatexCommand ref
30952 reference "sub:Subsección-Externa-1"
30953
30954 \end_inset
30955
30956 .
30957 \end_layout
30958
30959 \begin_layout Standard
30960 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
30961  del documento maestro.
30962  Los documentos incluidos se insertan comenzando una página nueva y acabando
30963  con un salto de página.
30964 \end_layout
30965
30966 \begin_layout Standard
30967 Con el comando LaTeX 
30968 \series bold
30969
30970 \backslash
30971 includeonly
30972 \series default
30973  puedes determinar qué documentos hijos serán procesados al generar la salida.
30974  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
30975  un extenso documento y quieres ahorrar tiempo de compilación.
30976  
30977 \series bold
30978
30979 \backslash
30980 includeonly 
30981 \series default
30982 se inserta en el preámbulo del documento maestro, poniendo como argumento
30983  una lista de los nombres de archivo separados con comas, p.
30984 \begin_inset space \thinspace{}
30985 \end_inset
30986
30987 e.
30988  la orden:
30989 \end_layout
30990
30991 \begin_layout Standard
30992
30993 \series bold
30994
30995 \backslash
30996 includeonly{capítulo1,capítulo5}
30997 \end_layout
30998
30999 \begin_layout Standard
31000 hará que sólo se procesen los archivos incluidos cuyos nombres son «capítulo1.lyx
31001 » (o «capítulo1.tex») y «capítulo5.lyx».
31002 \end_layout
31003
31004 \begin_layout Standard
31005 \begin_inset Note Greyedout
31006 status open
31007
31008 \begin_layout Plain Layout
31009
31010 \series bold
31011 Nota:
31012 \series default
31013  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31014  a la del documento maestro, recibirás una advertencia al exportar/ver el
31015  documento, ya que esto podría dar resultados inesperados.
31016 \end_layout
31017
31018 \end_inset
31019
31020
31021 \end_layout
31022
31023 \begin_layout Description
31024 Entrada Este método es muy parecido al método 
31025 \family sans
31026 Incluir
31027 \family default
31028 .
31029  Las diferencias son:
31030 \end_layout
31031
31032 \begin_deeper
31033 \begin_layout Itemize
31034 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31035  un salto de página.
31036 \end_layout
31037
31038 \begin_layout Itemize
31039 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31040 \family sans
31041 Vista
31042 \begin_inset space ~
31043 \end_inset
31044
31045 preliminar
31046 \begin_inset space ~
31047 \end_inset
31048
31049 inmediata 
31050 \family default
31051 está activada en el diálogo 
31052 \family sans
31053 Herramientas\SpecialChar \menuseparator
31054 Preferencias
31055 \family default
31056 , apartado 
31057 \family sans
31058 Apariencia\SpecialChar \menuseparator
31059 Gráficos
31060 \family default
31061 .
31062 \end_layout
31063
31064 \begin_layout Itemize
31065 No se puede utilizar el comando LaTeX 
31066 \series bold
31067
31068 \backslash
31069 includeonly
31070 \series default
31071 .
31072 \end_layout
31073
31074 \end_deeper
31075 \begin_layout Standard
31076 Aquí hay un documento hijo insertado con el método 
31077 \family sans
31078 Entrada
31079 \family default
31080 :
31081 \end_layout
31082
31083 \begin_layout Standard
31084 \begin_inset CommandInset include
31085 LatexCommand input
31086 filename "DocumentoPostizo2.lyx"
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Description
31094 Literal Con este método se puede incluir todo archivo de texto.
31095  El archivo aparece en la salida con su código fuente, y si contiene comandos
31096  no se ejecutan.
31097  Con la opción 
31098 \family sans
31099 Marcar espacios en la salida
31100 \family default
31101  cada espacio en el código fuente se muestra en la salida con el carácter
31102  «
31103 \begin_inset ERT
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107
31108
31109 \backslash
31110 textvisiblespace
31111 \end_layout
31112
31113 \end_inset
31114
31115 ».
31116  La diferencia con el método de inserción mediante el menú 
31117 \family sans
31118 Insertar
31119 \family default
31120 \SpecialChar \menuseparator
31121
31122 \family sans
31123 Archivo
31124 \family default
31125 \SpecialChar \menuseparator
31126
31127 \family sans
31128 Texto
31129 \begin_inset space ~
31130 \end_inset
31131
31132 simple
31133 \family default
31134  es que en este caso el contenido del archivo se ve en LyX, mientras que
31135  en modo 
31136 \family sans
31137 Literal 
31138 \family default
31139 no se muestra el contenido, sino un recuadro con el nombre.
31140
31141 \family sans
31142  
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Aquí se inserta un documento hijo en modo Literal:
31147 \begin_inset CommandInset include
31148 LatexCommand verbatiminput
31149 filename "DocumentoTextoPostizo.txt"
31150
31151 \end_inset
31152
31153
31154 \begin_inset VSpace bigskip
31155 \end_inset
31156
31157
31158 \end_layout
31159
31160 \begin_layout Standard
31161 Aquí se inserta un documento hijo en modo Literal con la opción 
31162 \family sans
31163 Marcar espacios en la salida
31164 \family default
31165 :
31166 \begin_inset CommandInset include
31167 LatexCommand verbatiminput*
31168 filename "DocumentoTextoPostizo.txt"
31169
31170 \end_inset
31171
31172
31173 \begin_inset VSpace bigskip
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset Note Greyedout
31181 status open
31182
31183 \begin_layout Plain Layout
31184
31185 \series bold
31186 Nota:
31187 \series default
31188  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31189  incluidos en modo 
31190 \family sans
31191 literal
31192 \family default
31193  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31194  archivo de texto.
31195 \end_layout
31196
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \begin_layout Description
31203 Listado
31204 \begin_inset space ~
31205 \end_inset
31206
31207 de
31208 \begin_inset space ~
31209 \end_inset
31210
31211 programa Este tipo se describe en el capítulo
31212 \begin_inset space ~
31213 \end_inset
31214
31215
31216 \begin_inset CommandInset ref
31217 LatexCommand ref
31218 reference "cha:Listado-de-programa"
31219
31220 \end_inset
31221
31222 .
31223 \end_layout
31224
31225 \begin_layout Standard
31226 \begin_inset Note Greyedout
31227 status open
31228
31229 \begin_layout Plain Layout
31230
31231 \series bold
31232 Nota:
31233 \series default
31234  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31235  problemas en LaTeX.
31236 \end_layout
31237
31238 \end_inset
31239
31240
31241 \end_layout
31242
31243 \begin_layout Chapter
31244 Listado de programa
31245 \begin_inset CommandInset label
31246 LatexCommand label
31247 name "cha:Listado-de-programa"
31248
31249 \end_inset
31250
31251
31252 \begin_inset Index
31253 status collapsed
31254
31255 \begin_layout Plain Layout
31256 Listado de programa
31257 \end_layout
31258
31259 \end_inset
31260
31261
31262 \begin_inset Index
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266 Código de programa
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \begin_inset Index
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 Flotantes ! Listado de programa
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285 Para incluir y tipografiar código de programación puedes usar la opción
31286  de menú disponible en 
31287 \family sans
31288 Insertar\SpecialChar \menuseparator
31289 Listado
31290 \begin_inset space ~
31291 \end_inset
31292
31293 de
31294 \begin_inset space ~
31295 \end_inset
31296
31297 programa.
31298  
31299 \family default
31300 El paquete LaTeX 
31301 \series bold
31302 listings
31303 \series default
31304
31305 \begin_inset Index
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309 LaTeX-paquetes ! listings
31310 \end_layout
31311
31312 \end_inset
31313
31314  provee un mecanismo potente y flexible para insertar código fuente en tu
31315  documento.
31316 \end_layout
31317
31318 \begin_layout Standard
31319 Al hacer clic-derecho sobre un recuadro de listado surge una ventana de
31320  diálogo en la que puedes establecer el formato del mismo.
31321 \end_layout
31322
31323 \begin_layout Standard
31324 Por omisión, al insertar un listado de programa se inicia un párrafo nuevo.
31325  La opción de ubicación 
31326 \family sans
31327 Listado
31328 \begin_inset space ~
31329 \end_inset
31330
31331 en
31332 \begin_inset space ~
31333 \end_inset
31334
31335 línea
31336 \family default
31337  lo imprime en la línea, como este ejemplo: 
31338 \begin_inset listings
31339 lstparams "language={C++}"
31340 inline true
31341 status open
31342
31343 \begin_layout Plain Layout
31344
31345 int a=5;
31346 \end_layout
31347
31348 \end_inset
31349
31350
31351 \family sans
31352
31353 \begin_inset Newline newline
31354 \end_inset
31355
31356
31357 \family default
31358 La opción 
31359 \family sans
31360 Flotante
31361 \family default
31362  crea un listado flotante cuya colocación se puede especificar mediante
31363  las opciones «
31364 \family sans
31365 h
31366 \family default
31367 », «
31368 \family sans
31369 t
31370 \family default
31371 », «
31372 \family sans
31373 b
31374 \family default
31375 » y «
31376 \family sans
31377 p
31378 \family default
31379 », correspondientes a las opciones de colocación de flotantes descritas
31380  en la sección
31381 \family sans
31382
31383 \begin_inset space ~
31384 \end_inset
31385
31386
31387 \begin_inset CommandInset ref
31388 LatexCommand ref
31389 reference "sec:Colocación-de-Flotantes"
31390
31391 \end_inset
31392
31393
31394 \family default
31395 .
31396  Las opciones de colocación se pueden mezclar y se escriben sin separación,
31397  p.
31398 \family sans
31399
31400 \begin_inset space \thinspace{}
31401 \end_inset
31402
31403
31404 \family default
31405 e.
31406 \begin_inset space ~
31407 \end_inset
31408
31409 «
31410 \family sans
31411 htbp
31412 \family default
31413 ».
31414  La opción «
31415 \family sans
31416 h
31417 \family default
31418 » a veces no tiene efecto, pero no necesitas usar la opción 
31419 \family sans
31420 Flotante
31421 \family default
31422  en ese caso puesto que los listados de programa no flotantes también pueden
31423  tener leyendas y ser referenciadas.
31424 \end_layout
31425
31426 \begin_layout Standard
31427 Se puede añadir una leyenda a un listado de programa con el menú 
31428 \family sans
31429 Insertar\SpecialChar \menuseparator
31430 Leyenda
31431 \family default
31432
31433 \begin_inset Foot
31434 status collapsed
31435
31436 \begin_layout Plain Layout
31437 Para traducir la etiqueta 
31438 \begin_inset Quotes eld
31439 \end_inset
31440
31441 Listado
31442 \begin_inset Quotes erd
31443 \end_inset
31444
31445  de la leyenda, se añade al preámbulo del documento el comando 
31446 \series bold
31447
31448 \backslash
31449 renewcommand{
31450 \backslash
31451 lstlistingname}{Listado}
31452 \series default
31453 .
31454  (
31455 \emph on
31456 N.
31457 \begin_inset space \thinspace{}
31458 \end_inset
31459
31460 del t.
31461 \emph default
31462 )
31463 \end_layout
31464
31465 \end_inset
31466
31467 .
31468  Los listados de programa se pueden referenciar como los flotantes: Listado
31469 \begin_inset space ~
31470 \end_inset
31471
31472
31473 \begin_inset CommandInset ref
31474 LatexCommand ref
31475 reference "lst:Ejemplo-de-listado-de-programa"
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Standard
31483 \begin_inset listings
31484 lstparams "language=Python"
31485 inline false
31486 status open
31487
31488 \begin_layout Plain Layout
31489
31490 \begin_inset Caption
31491
31492 \begin_layout Plain Layout
31493 \begin_inset CommandInset label
31494 LatexCommand label
31495 name "lst:Ejemplo-de-listado-de-programa"
31496
31497 \end_inset
31498
31499 Ejemplo de listado de programa flotante
31500 \end_layout
31501
31502 \end_inset
31503
31504 # Ejemplo de listado flotante
31505 \end_layout
31506
31507 \begin_layout Plain Layout
31508
31509 def func(param):
31510 \end_layout
31511
31512 \begin_layout Plain Layout
31513
31514     'this is a python function'
31515 \end_layout
31516
31517 \begin_layout Plain Layout
31518
31519     pass
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Standard
31528 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
31529  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
31530  y tipografiadas de manera especial en la salida.
31531  En el ejemplo, la clave de Python «def» es reconocida y se imprimirá en
31532  negrita.
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \begin_inset Note Greyedout
31537 status open
31538
31539 \begin_layout Plain Layout
31540
31541 \series bold
31542 Nota:
31543 \series default
31544  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
31545  debe probablemente a que dicha fuente no suministra negritas.
31546  En este caso selecciona una fuente distinta en el menú 
31547 \family sans
31548 Documento
31549 \family default
31550 \SpecialChar \menuseparator
31551
31552 \family sans
31553 Configuración
31554 \family default
31555 \SpecialChar \menuseparator
31556
31557 \family sans
31558 Fuentes.
31559  
31560 \family default
31561 (Las fuentes 
31562 \emph on
31563 LuxiMono, BeraMono
31564 \emph default
31565  y 
31566 \emph on
31567 Courier 
31568 \emph default
31569 suministran negritas.)
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \begin_layout Standard
31578 En la sección 
31579 \family sans
31580 Numeración
31581 \begin_inset space ~
31582 \end_inset
31583
31584 de
31585 \begin_inset space ~
31586 \end_inset
31587
31588 líneas
31589 \family default
31590  del diálogo puedes elegir el estilo de numeración de las líneas.
31591  En el campo 
31592 \family sans
31593 Paso 
31594 \family default
31595 puedes insertar un número para determinar qué líneas se numeran.
31596  Por ejemplo, si pones «3», se numera sólo una de cada tres líneas.
31597  
31598 \end_layout
31599
31600 \begin_layout Standard
31601 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
31602  en la salida.
31603  La opción 
31604 \family sans
31605 Tabla
31606 \begin_inset space ~
31607 \end_inset
31608
31609 de
31610 \begin_inset space ~
31611 \end_inset
31612
31613 caracteres
31614 \begin_inset space ~
31615 \end_inset
31616
31617 extendida
31618 \family default
31619  debería emplearse si se usan en el código caracteres nacionales como la
31620  diéresis alemana.
31621 \begin_inset Newline newline
31622 \end_inset
31623
31624 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
31625  «3», lenguaje «Python», opciones de estilo «Tabla de caracteres extendida»
31626  y «Espacio como símbolo», rango de líneas 3-8:
31627 \begin_inset listings
31628 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31629 inline false
31630 status open
31631
31632 \begin_layout Plain Layout
31633
31634 def func(param):
31635 \end_layout
31636
31637 \begin_layout Plain Layout
31638
31639     'this is a python function'
31640 \end_layout
31641
31642 \begin_layout Plain Layout
31643
31644     pass
31645 \end_layout
31646
31647 \begin_layout Plain Layout
31648
31649 def func(param):
31650 \end_layout
31651
31652 \begin_layout Plain Layout
31653
31654 'This is a German word: Tschüß'
31655 \end_layout
31656
31657 \begin_layout Plain Layout
31658
31659 pass
31660 \end_layout
31661
31662 \begin_layout Plain Layout
31663
31664 def func(param):
31665 \end_layout
31666
31667 \begin_layout Plain Layout
31668
31669 'this is a python function'
31670 \end_layout
31671
31672 \begin_layout Plain Layout
31673
31674 pass
31675 \end_layout
31676
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \begin_layout Standard
31683 \begin_inset Note Greyedout
31684 status open
31685
31686 \begin_layout Plain Layout
31687
31688 \series bold
31689 Nota:
31690 \series default
31691  Debido a un error en el paquete 
31692 \series bold
31693 listings
31694 \series default
31695  la numeración de líneas cambia en una línea por cada listado previo.
31696  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
31697  3 y 6.
31698 \end_layout
31699
31700 \end_inset
31701
31702
31703 \end_layout
31704
31705 \begin_layout Standard
31706 \begin_inset VSpace bigskip
31707 \end_inset
31708
31709
31710 \end_layout
31711
31712 \begin_layout Standard
31713 También es posible imprimir como listado de programa líneas de un archivo.
31714  Para hacer esto, usa el menú 
31715 \family sans
31716 Insertar\SpecialChar \menuseparator
31717 Archivo\SpecialChar \menuseparator
31718 Documento
31719 \begin_inset space ~
31720 \end_inset
31721
31722 hijo 
31723 \family default
31724 y elige el tipo 
31725 \family sans
31726 Listado de programa
31727 \family default
31728 .
31729 \begin_inset Foot
31730 status collapsed
31731
31732 \begin_layout Plain Layout
31733 Los restantes tipos de documento hijo se describen en la sección
31734 \begin_inset space ~
31735 \end_inset
31736
31737
31738 \begin_inset CommandInset ref
31739 LatexCommand ref
31740 reference "sec:Documento-Hijo"
31741
31742 \end_inset
31743
31744 .
31745 \end_layout
31746
31747 \end_inset
31748
31749  En el diálogo de documento hijo puedes especificar los parámetros del listado
31750  en el cuadro de texto.
31751  Para ver una lista de los parámetros disponibles teclea una interrogación
31752  «?» en el cuadro.
31753 \end_layout
31754
31755 \begin_layout Standard
31756 Para referenciar un documento hijo tipo listado, escribe el texto de la
31757  etiqueta en el campo correspondiente del diálogo de documento hijo.
31758  Después se puede referenciar la etiqueta con el menú 
31759 \family sans
31760 Insertar\SpecialChar \menuseparator
31761 Referencia cruzada.
31762 \end_layout
31763
31764 \begin_layout Standard
31765 A continuación hay un ejemplo, Listado
31766 \begin_inset space ~
31767 \end_inset
31768
31769
31770 \begin_inset CommandInset ref
31771 LatexCommand ref
31772 reference "lst:archivo-listado"
31773
31774 \end_inset
31775
31776 , de inserción de líneas de un archivo; en él se incluye el rango de las
31777  líneas 10
31778 \begin_inset space \thinspace{}
31779 \end_inset
31780
31781 -
31782 \begin_inset space \thinspace{}
31783 \end_inset
31784
31785 15 de este archivo LyX.
31786 \end_layout
31787
31788 \begin_layout Standard
31789 \begin_inset CommandInset include
31790 LatexCommand lstinputlisting
31791 filename "EmbeddedObjects.lyx"
31792 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
31793
31794 \end_inset
31795
31796
31797 \begin_inset VSpace bigskip
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Las preferencias globales se pueden establecer en el diálogo 
31805 \family sans
31806 Documento\SpecialChar \menuseparator
31807 Configuración\SpecialChar \menuseparator
31808 Diseño
31809 \begin_inset space ~
31810 \end_inset
31811
31812 del
31813 \begin_inset space ~
31814 \end_inset
31815
31816 texto.
31817  
31818 \family default
31819 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
31820  «?» en el campo de texto.
31821 \end_layout
31822
31823 \begin_layout Standard
31824 Para más información sobre el paquete 
31825 \series bold
31826 listings
31827 \series default
31828 , consulta su documentación
31829 \begin_inset space ~
31830 \end_inset
31831
31832
31833 \begin_inset CommandInset citation
31834 LatexCommand cite
31835 key "listings"
31836
31837 \end_inset
31838
31839 .
31840 \end_layout
31841
31842 \begin_layout Standard
31843 \begin_inset Newpage newpage
31844 \end_inset
31845
31846
31847 \end_layout
31848
31849 \begin_layout Chapter
31850 \start_of_appendix
31851 Unidades disponibles en LyX
31852 \begin_inset Index
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856 Unidades
31857 \end_layout
31858
31859 \end_inset
31860
31861
31862 \begin_inset CommandInset label
31863 LatexCommand label
31864 name "cha:Unidades-disponibles-en"
31865
31866 \end_inset
31867
31868
31869 \end_layout
31870
31871 \begin_layout Standard
31872 Para comprender las unidades utilizadas en este manual, el cuadro
31873 \begin_inset space ~
31874 \end_inset
31875
31876
31877 \begin_inset CommandInset ref
31878 LatexCommand ref
31879 reference "tab:Unidades"
31880
31881 \end_inset
31882
31883  describe todas las unidades disponibles en LyX.
31884 \end_layout
31885
31886 \begin_layout Standard
31887 \begin_inset Float table
31888 placement h
31889 wide false
31890 sideways false
31891 status open
31892
31893 \begin_layout Plain Layout
31894 \begin_inset Caption
31895
31896 \begin_layout Plain Layout
31897 \begin_inset CommandInset label
31898 LatexCommand label
31899 name "tab:Unidades"
31900
31901 \end_inset
31902
31903 Unidades
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Plain Layout
31912 \begin_inset VSpace medskip
31913 \end_inset
31914
31915
31916 \end_layout
31917
31918 \begin_layout Plain Layout
31919 \align center
31920 \begin_inset Tabular
31921 <lyxtabular version="3" rows="20" columns="2">
31922 <features>
31923 <column alignment="center" valignment="top" width="0">
31924 <column alignment="center" valignment="top" width="0">
31925 <row>
31926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930 unidad
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31936 \begin_inset Text
31937
31938 \begin_layout Plain Layout
31939 nombre/descripción
31940 \end_layout
31941
31942 \end_inset
31943 </cell>
31944 </row>
31945 <row>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31947 \begin_inset Text
31948
31949 \begin_layout Plain Layout
31950 mm
31951 \end_layout
31952
31953 \end_inset
31954 </cell>
31955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959 milímetro
31960 \end_layout
31961
31962 \end_inset
31963 </cell>
31964 </row>
31965 <row>
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970 cm
31971 \end_layout
31972
31973 \end_inset
31974 </cell>
31975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979 centímetro
31980 \end_layout
31981
31982 \end_inset
31983 </cell>
31984 </row>
31985 <row>
31986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31987 \begin_inset Text
31988
31989 \begin_layout Plain Layout
31990 in
31991 \end_layout
31992
31993 \end_inset
31994 </cell>
31995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31996 \begin_inset Text
31997
31998 \begin_layout Plain Layout
31999 pulgada
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 </row>
32005 <row>
32006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32007 \begin_inset Text
32008
32009 \begin_layout Plain Layout
32010 pt
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 punto (72.27
32020 \begin_inset space \thinspace{}
32021 \end_inset
32022
32023 pt = 1
32024 \begin_inset space \thinspace{}
32025 \end_inset
32026
32027 in)
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 pc
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 pica (1
32048 \begin_inset space \thinspace{}
32049 \end_inset
32050
32051 pc = 12
32052 \begin_inset space \thinspace{}
32053 \end_inset
32054
32055 pt)
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 sp
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 punto escalado (65536
32076 \begin_inset space \thinspace{}
32077 \end_inset
32078
32079 sp = 1
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 bp
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 grande (72
32104 \begin_inset space \thinspace{}
32105 \end_inset
32106
32107 bp = 1
32108 \begin_inset space \thinspace{}
32109 \end_inset
32110
32111 in)
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 dd
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 didot (1
32132 \begin_inset space \thinspace{}
32133 \end_inset
32134
32135 dd 
32136 \begin_inset Formula $\approx$
32137 \end_inset
32138
32139  0.376
32140 \begin_inset space \thinspace{}
32141 \end_inset
32142
32143 mm)
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 </row>
32149 <row>
32150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154 cc
32155 \end_layout
32156
32157 \end_inset
32158 </cell>
32159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32160 \begin_inset Text
32161
32162 \begin_layout Plain Layout
32163 cicero (1
32164 \begin_inset space \thinspace{}
32165 \end_inset
32166
32167 cc = 12
32168 \begin_inset space \thinspace{}
32169 \end_inset
32170
32171 dd)
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 Scale%
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 % de anchura original de la imagen
32192 \end_layout
32193
32194 \end_inset
32195 </cell>
32196 </row>
32197 <row>
32198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32199 \begin_inset Text
32200
32201 \begin_layout Plain Layout
32202 text%
32203 \end_layout
32204
32205 \end_inset
32206 </cell>
32207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32208 \begin_inset Text
32209
32210 \begin_layout Plain Layout
32211 % de anchura de texto
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 </row>
32217 <row>
32218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32219 \begin_inset Text
32220
32221 \begin_layout Plain Layout
32222 col%
32223 \end_layout
32224
32225 \end_inset
32226 </cell>
32227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32228 \begin_inset Text
32229
32230 \begin_layout Plain Layout
32231 % de anchura de columna
32232 \end_layout
32233
32234 \end_inset
32235 </cell>
32236 </row>
32237 <row>
32238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32239 \begin_inset Text
32240
32241 \begin_layout Plain Layout
32242 page%
32243 \end_layout
32244
32245 \end_inset
32246 </cell>
32247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32248 \begin_inset Text
32249
32250 \begin_layout Plain Layout
32251 % de anchura de página
32252 \end_layout
32253
32254 \end_inset
32255 </cell>
32256 </row>
32257 <row>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 line%
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271 % de anchura de línea
32272 \end_layout
32273
32274 \end_inset
32275 </cell>
32276 </row>
32277 <row>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 theight%
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 % de altura de texto
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 </row>
32297 <row>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 pheight%
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 % de altura de página
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 </row>
32317 <row>
32318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322 ex
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 altura de la letra 
32332 \emph on
32333 x
32334 \emph default
32335  en la fuente actual
32336 \end_layout
32337
32338 \end_inset
32339 </cell>
32340 </row>
32341 <row>
32342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32343 \begin_inset Text
32344
32345 \begin_layout Plain Layout
32346 em
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32352 \begin_inset Text
32353
32354 \begin_layout Plain Layout
32355 anchura de la letra 
32356 \emph on
32357 M
32358 \emph default
32359  en la fuente actual
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 </row>
32365 <row>
32366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370 mu
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32376 \begin_inset Text
32377
32378 \begin_layout Plain Layout
32379 unidad matemática (1
32380 \begin_inset space \thinspace{}
32381 \end_inset
32382
32383 mu = 1/18
32384 \begin_inset space \thinspace{}
32385 \end_inset
32386
32387 em)
32388 \end_layout
32389
32390 \end_inset
32391 </cell>
32392 </row>
32393 </lyxtabular>
32394
32395 \end_inset
32396
32397
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Chapter
32406 Formatos de archivos de salida con gráficos
32407 \begin_inset CommandInset label
32408 LatexCommand label
32409 name "cha:Formatos-de-Archivos-de-Salida"
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \begin_layout Section
32417 DVI
32418 \begin_inset Index
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422 Formatos de archivo ! DVI
32423 \end_layout
32424
32425 \end_inset
32426
32427
32428 \begin_inset Index
32429 status collapsed
32430
32431 \begin_layout Plain Layout
32432 DVI|see
32433 \begin_inset ERT
32434 status collapsed
32435
32436 \begin_layout Plain Layout
32437
32438 {
32439 \end_layout
32440
32441 \end_inset
32442
32443 Formatos de archivo
32444 \begin_inset ERT
32445 status collapsed
32446
32447 \begin_layout Plain Layout
32448
32449 }
32450 \end_layout
32451
32452 \end_inset
32453
32454
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \begin_layout Standard
32463 Este tipo de archivo tiene la extensión «
32464 \family typewriter
32465 .dvi
32466 \family default
32467 ».
32468  Se denomina «device-independent» (DVI), porque es completamente portable;
32469  se pueden mover de una máquina a otra sin necesidad de conversión alguna.
32470  En la época en que se desarrolló este formato, esto no era un asunto baladí.
32471  Los DVI se usan para vistas preliminares rápidas y como preparación para
32472  otros formatos de salida como PostScript.
32473 \end_layout
32474
32475 \begin_layout Standard
32476 \begin_inset Note Greyedout
32477 status open
32478
32479 \begin_layout Plain Layout
32480
32481 \series bold
32482 Nota:
32483 \series default
32484  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
32485 \end_layout
32486
32487 \end_inset
32488
32489  Por tanto no debes olvidar esto si mueves archivos 
32490 \family typewriter
32491 .dvi
32492 \family default
32493  a otro ordenador.
32494  Esta característica también puede retardar la visualización del archivo,
32495  porque el visor DVI tiene que convertir la imagen en segundo plano para
32496  hacerla visible al deslizar el visor.
32497  Así pues recomendamos usar PDF para archivos con muchas imágenes.
32498 \end_layout
32499
32500 \begin_layout Standard
32501 Un documento se exporta a DVI con el menú 
32502 \family sans
32503 Archivo\SpecialChar \menuseparator
32504 Exportar\SpecialChar \menuseparator
32505 DVI
32506 \family default
32507 .
32508  Puedes ver la salida del documento en DVI con el menú 
32509 \family sans
32510 Ver\SpecialChar \menuseparator
32511 DVI 
32512 \family default
32513 o con el botón
32514 \begin_inset space ~
32515 \end_inset
32516
32517
32518 \begin_inset Graphics
32519         filename ../../images/buffer-view_dvi.png
32520         scale 85
32521
32522 \end_inset
32523
32524 .
32525 \end_layout
32526
32527 \begin_layout Section
32528 PostScript
32529 \begin_inset CommandInset label
32530 LatexCommand label
32531 name "sec:PostScript"
32532
32533 \end_inset
32534
32535
32536 \begin_inset Index
32537 status collapsed
32538
32539 \begin_layout Plain Layout
32540 Formatos de archivo ! PostScript
32541 \end_layout
32542
32543 \end_inset
32544
32545
32546 \begin_inset Index
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550 PostScript|see
32551 \begin_inset ERT
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555
32556 {
32557 \end_layout
32558
32559 \end_inset
32560
32561 Formatos de archivo
32562 \begin_inset ERT
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566
32567 }
32568 \end_layout
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \end_layout
32579
32580 \begin_layout Standard
32581 Este tipo de archivo tiene la extensión «
32582 \family typewriter
32583 .ps
32584 \family default
32585 ».
32586  PostScript fue desarrollado por la compañía 
32587 \family typewriter
32588 Adobe
32589 \family default
32590  como lenguaje para impresoras.
32591  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
32592  PostScript puede considerarse como un «lenguaje de programación»; con él
32593  puedes calcular y dibujar imágenes y diagramas.
32594 \begin_inset Foot
32595 status collapsed
32596
32597 \begin_layout Plain Layout
32598 Si estás interesado en este tema acude al paquete LaTeX 
32599 \series bold
32600 PSTricks
32601 \series default
32602  
32603 \begin_inset CommandInset citation
32604 LatexCommand cite
32605 key "pstricks"
32606
32607 \end_inset
32608
32609 .
32610 \end_layout
32611
32612 \end_inset
32613
32614  Por esto los archivos suelen ser más grandes que los PDF.
32615 \end_layout
32616
32617 \begin_layout Standard
32618 Los archivos PostScript sólo pueden contener imágenes en el formato «Encapsulate
32619 d PostScript» (EPS, extensión «
32620 \family typewriter
32621 .eps
32622 \family default
32623 »).
32624  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
32625  en segundo plano para convertir las imágenes a EPS.
32626  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
32627  cada vez que veas o exportes el documento.
32628  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
32629  puedes evitar el problema insertando las imágenes directamente en EPS.
32630 \end_layout
32631
32632 \begin_layout Standard
32633 El documento se puede exportar a PostScript con el menú 
32634 \family sans
32635 Archivo\SpecialChar \menuseparator
32636 Exportar\SpecialChar \menuseparator
32637 Postscript
32638 \family default
32639 .
32640  Se puede ver la salida en PostScript con el menú 
32641 \family sans
32642 Ver\SpecialChar \menuseparator
32643 Postscript 
32644 \family default
32645 o con el botón
32646 \begin_inset space ~
32647 \end_inset
32648
32649
32650 \begin_inset Graphics
32651         filename ../../images/buffer-view_ps.png
32652
32653 \end_inset
32654
32655 .
32656 \end_layout
32657
32658 \begin_layout Section
32659 PDF
32660 \begin_inset Index
32661 status collapsed
32662
32663 \begin_layout Plain Layout
32664 Formatos de archivo ! PDF
32665 \end_layout
32666
32667 \end_inset
32668
32669
32670 \begin_inset Index
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 PDF
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 Este tipo de archivo tiene la extensión «
32684 \family typewriter
32685 .pdf
32686 \family default
32687 ».
32688  El formato «Portable Document Format» (PDF) fue desarrollado por 
32689 \family typewriter
32690 Adobe
32691 \family default
32692  como derivado de PostScript.
32693  Es más comprimido y utiliza muchos menos comandos que PostScript.
32694  Como su nombre «portable» indica, puede ser procesado por cualquier sistema
32695  operativo y la salida impresa se muestra exactamente igual.
32696 \end_layout
32697
32698 \begin_layout Standard
32699 PDF puede contener imágenes en su propio formato PDF, en el formato «Joint
32700  Photographic Experts Group» (JPG, extensión «
32701 \family typewriter
32702 .jpg
32703 \family default
32704 » o «
32705 \family typewriter
32706 .jpeg
32707 \family default
32708 »), y en el formato «Portable Network Graphics» (PNG, extensión «
32709 \family typewriter
32710 .png
32711 \family default
32712 »).
32713  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
32714  en segundo plano a alguno de los anteriores.
32715  Pero como se ha comentado en la sección sobre PostScript, la conversión
32716  de gráficos ralentiza el trabajo.
32717  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
32718  mencionados.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 Un documento se puede exportar a PDF con el menú 
32723 \family sans
32724 Archivo\SpecialChar \menuseparator
32725 Exportar
32726 \family default
32727  en tres modos diferentes:
32728 \end_layout
32729
32730 \begin_layout Description
32731 PDF
32732 \begin_inset space ~
32733 \end_inset
32734
32735 (ps2pdf) Este utiliza el programa 
32736 \family typewriter
32737 ps2pdf
32738 \family default
32739  que crea un PDF a partir de una versión PostScript del archivo.
32740  La versión PostScript es producida por el programa 
32741 \family typewriter
32742 dvips
32743 \family default
32744  que usa una versión DVI como paso intermedio.
32745  Así que este modo de exportación consta de tres conversiones.
32746 \end_layout
32747
32748 \begin_layout Description
32749 PDF
32750 \begin_inset space ~
32751 \end_inset
32752
32753 (dvipdfm) Este utiliza el programa 
32754 \family typewriter
32755 dvipdfm
32756 \family default
32757  que convierte el archivo a DVI en segundo plano y en un segundo paso a
32758  PDF.
32759 \end_layout
32760
32761 \begin_layout Description
32762 PDF
32763 \begin_inset space ~
32764 \end_inset
32765
32766 (pdflatex) Este utiliza el programa 
32767 \family typewriter
32768 pdftex
32769 \family default
32770  que convierte directamente el archivo a PDF.
32771 \end_layout
32772
32773 \begin_layout Standard
32774 Se recomienda usar 
32775 \family sans
32776 PDF
32777 \begin_inset space ~
32778 \end_inset
32779
32780 (pdflatex)
32781 \family default
32782  porque 
32783 \family typewriter
32784 pdftex
32785 \family default
32786  soporta todas las características de las versiones actuales de PDF, es
32787  rápido y estable.
32788  El programa 
32789 \family typewriter
32790 dvipdfm
32791 \family default
32792  ya no se desarrolla y está un poco obsoleto.
32793 \end_layout
32794
32795 \begin_layout Standard
32796 La salida en formato PDF se puede ver con el menú 
32797 \family sans
32798 Ver 
32799 \family default
32800 o con el botón
32801 \begin_inset space ~
32802 \end_inset
32803
32804
32805 \begin_inset Graphics
32806         filename ../../images/buffer-view_pdf2.png
32807         scale 85
32808
32809 \end_inset
32810
32811  (que usa 
32812 \family sans
32813 PDF
32814 \begin_inset space ~
32815 \end_inset
32816
32817 (pdflatex)
32818 \family default
32819 ).
32820 \end_layout
32821
32822 \begin_layout Chapter
32823 Explicación de la ecuación
32824 \begin_inset space ~
32825 \end_inset
32826
32827
32828 \begin_inset CommandInset ref
32829 LatexCommand eqref
32830 reference "eq:Wgn"
32831
32832 \end_inset
32833
32834
32835 \begin_inset CommandInset label
32836 LatexCommand label
32837 name "cha:Explicación-de-la-Ecuación"
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \begin_layout Standard
32845 La anchura total de 
32846 \emph on
32847 n
32848 \emph default
32849  celdas de una tabla 
32850 \begin_inset Formula $W_{\mathrm{tot\, n}}$
32851 \end_inset
32852
32853  puede calcularse con
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset Formula \begin{equation}
32858 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}
32859
32860 \end_inset
32861
32862
32863 \end_layout
32864
32865 \begin_layout Standard
32866 donde 
32867 \begin_inset Formula $W_{g\, n}$
32868 \end_inset
32869
32870  es el ancho dado de todas las celdas.
32871  
32872 \series bold
32873
32874 \backslash
32875 tabcolsep
32876 \series default
32877  es la longitud LaTeX entre el texto y el borde de la celda, 6
32878 \begin_inset space \thinspace{}
32879 \end_inset
32880
32881 pt por omisión.
32882  
32883 \series bold
32884
32885 \backslash
32886 arrayrulewidth
32887 \series default
32888  es el grosor de línea del borde, 0.4
32889 \begin_inset space \thinspace{}
32890 \end_inset
32891
32892 pt por omisión.
32893 \end_layout
32894
32895 \begin_layout Standard
32896 Procediendo como en la ecuación
32897 \begin_inset space ~
32898 \end_inset
32899
32900
32901 \begin_inset CommandInset ref
32902 LatexCommand eqref
32903 reference "eq:Wtot_n"
32904
32905 \end_inset
32906
32907 , el ancho total de una multicolumna, 
32908 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
32909 \end_inset
32910
32911  es
32912 \end_layout
32913
32914 \begin_layout Standard
32915 \begin_inset Formula \begin{equation}
32916 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
32917
32918 \end_inset
32919
32920
32921 \end_layout
32922
32923 \begin_layout Standard
32924 Igualando las ecuaciones
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  y 
32936 \begin_inset CommandInset ref
32937 LatexCommand eqref
32938 reference "eq:Wtot_mult"
32939
32940 \end_inset
32941
32942  podemos calcular el ancho dado necesario 
32943 \begin_inset Formula $W_{g\, n}$
32944 \end_inset
32945
32946  cuando se expanden 
32947 \emph on
32948 n
32949 \emph default
32950  columnas, de forma que cada una de ellas tiene una anchura total  
32951 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
32952 \end_inset
32953
32954 :
32955 \end_layout
32956
32957 \begin_layout Standard
32958 \begin_inset Formula \begin{equation}
32959 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
32960
32961 \end_inset
32962
32963
32964 \end_layout
32965
32966 \begin_layout Bibliography
32967 \begin_inset CommandInset bibitem
32968 LatexCommand bibitem
32969 key "latexcompanion"
32970
32971 \end_inset
32972
32973 Frank Mittelbach and Michel Goossens: 
32974 \emph on
32975 The LaTeX Companion Second Edition.
32976
32977 \emph default
32978  Addison-Wesley, 2004
32979 \end_layout
32980
32981 \begin_layout Bibliography
32982 \begin_inset CommandInset bibitem
32983 LatexCommand bibitem
32984 key "latexguide"
32985
32986 \end_inset
32987
32988 Helmut Kopka and Patrick W.
32989  Daly: 
32990 \emph on
32991 A Guide to LaTeX Fourth Edition.
32992
32993 \emph default
32994  Addison-Wesley, 2003
32995 \end_layout
32996
32997 \begin_layout Bibliography
32998 \begin_inset CommandInset bibitem
32999 LatexCommand bibitem
33000 key "latexbook"
33001
33002 \end_inset
33003
33004 Leslie Lamport: 
33005 \emph on
33006 LaTeX: A Document Preparation System.
33007
33008 \emph default
33009  Addison-Wesley, second edition, 1994
33010 \end_layout
33011
33012 \begin_layout Bibliography
33013 \begin_inset CommandInset bibitem
33014 LatexCommand bibitem
33015 key "booktabs"
33016
33017 \end_inset
33018
33019 Documentación del paquete LaTeX 
33020 \series bold
33021
33022 \begin_inset CommandInset href
33023 LatexCommand href
33024 name "booktabs"
33025 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33026
33027 \end_inset
33028
33029
33030 \series default
33031
33032 \begin_inset Index
33033 status collapsed
33034
33035 \begin_layout Plain Layout
33036 LaTeX-paquetes ! booktabs
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \begin_layout Bibliography
33045 \begin_inset CommandInset bibitem
33046 LatexCommand bibitem
33047 key "caption"
33048
33049 \end_inset
33050
33051 Documentación del paquete LaTeX 
33052 \series bold
33053
33054 \begin_inset CommandInset href
33055 LatexCommand href
33056 name "caption"
33057 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33058
33059 \end_inset
33060
33061
33062 \series default
33063
33064 \begin_inset Index
33065 status collapsed
33066
33067 \begin_layout Plain Layout
33068 LaTeX-paquetes ! caption
33069 \end_layout
33070
33071 \end_inset
33072
33073
33074 \end_layout
33075
33076 \begin_layout Bibliography
33077 \begin_inset CommandInset bibitem
33078 LatexCommand bibitem
33079 key "endfloat"
33080
33081 \end_inset
33082
33083 Documentación del paquete LaTeX 
33084 \series bold
33085
33086 \begin_inset CommandInset href
33087 LatexCommand href
33088 name "endfloat"
33089 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33090
33091 \end_inset
33092
33093
33094 \series default
33095
33096 \begin_inset Index
33097 status collapsed
33098
33099 \begin_layout Plain Layout
33100 LaTeX-paquetes ! endfloat
33101 \end_layout
33102
33103 \end_inset
33104
33105
33106 \end_layout
33107
33108 \begin_layout Bibliography
33109 \begin_inset CommandInset bibitem
33110 LatexCommand bibitem
33111 key "wrapfig"
33112
33113 \end_inset
33114
33115 Documentación del paquete LaTeX 
33116 \series bold
33117
33118 \begin_inset CommandInset href
33119 LatexCommand href
33120 name "wrapfig"
33121 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33122
33123 \end_inset
33124
33125
33126 \series default
33127
33128 \begin_inset Index
33129 status collapsed
33130
33131 \begin_layout Plain Layout
33132 LaTeX-paquetes ! wrapfig
33133 \begin_inset ERT
33134 status collapsed
33135
33136 \begin_layout Plain Layout
33137
33138
33139 \backslash
33140 vspace{4mm}
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \end_inset
33149
33150
33151 \end_layout
33152
33153 \begin_layout Bibliography
33154 \begin_inset CommandInset bibitem
33155 LatexCommand bibitem
33156 key "footmisc"
33157
33158 \end_inset
33159
33160 Documentación del paquete LaTeX 
33161 \series bold
33162
33163 \begin_inset CommandInset href
33164 LatexCommand href
33165 name "footmisc"
33166 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33167
33168 \end_inset
33169
33170
33171 \series default
33172
33173 \begin_inset Index
33174 status collapsed
33175
33176 \begin_layout Plain Layout
33177 LaTeX-paquetes ! footmisc
33178 \end_layout
33179
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \begin_layout Bibliography
33186 \begin_inset CommandInset bibitem
33187 LatexCommand bibitem
33188 key "hypcap"
33189
33190 \end_inset
33191
33192 Documentación del paquete LaTeX 
33193 \series bold
33194
33195 \begin_inset CommandInset href
33196 LatexCommand href
33197 name "hypcap"
33198 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33199
33200 \end_inset
33201
33202
33203 \series default
33204
33205 \begin_inset Index
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209 LaTeX-paquetes ! hyperref
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Bibliography
33218 \begin_inset CommandInset bibitem
33219 LatexCommand bibitem
33220 key "hyperref"
33221
33222 \end_inset
33223
33224 Documentación del paquete LaTeX 
33225 \series bold
33226
33227 \begin_inset CommandInset href
33228 LatexCommand href
33229 name "hyperref"
33230 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33231
33232 \end_inset
33233
33234
33235 \series default
33236
33237 \begin_inset Index
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241 LaTeX-paquetes ! hyperref
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Bibliography
33250 \begin_inset CommandInset bibitem
33251 LatexCommand bibitem
33252 key "koma-script"
33253
33254 \end_inset
33255
33256 Documentación del paquete LaTeX 
33257 \series bold
33258
33259 \begin_inset CommandInset href
33260 LatexCommand href
33261 name "koma-script"
33262 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33263
33264 \end_inset
33265
33266
33267 \series default
33268
33269 \begin_inset Index
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 LaTeX-paquetes ! koma-script
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \end_layout
33280
33281 \begin_layout Bibliography
33282 \begin_inset CommandInset bibitem
33283 LatexCommand bibitem
33284 key "listings"
33285
33286 \end_inset
33287
33288 Documentación del paquete LaTeX 
33289 \series bold
33290
33291 \begin_inset CommandInset href
33292 LatexCommand href
33293 name "listings"
33294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33295
33296 \end_inset
33297
33298
33299 \series default
33300
33301 \begin_inset Index
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 LaTeX-paquetes ! listings
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Bibliography
33314 \begin_inset CommandInset bibitem
33315 LatexCommand bibitem
33316 key "marginnote"
33317
33318 \end_inset
33319
33320 Documentación del paquete LaTeX 
33321 \series bold
33322
33323 \begin_inset CommandInset href
33324 LatexCommand href
33325 name "marginnote"
33326 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33327
33328 \end_inset
33329
33330
33331 \series default
33332
33333 \begin_inset Index
33334 status collapsed
33335
33336 \begin_layout Plain Layout
33337 LaTeX-paquetes ! marginnote
33338 \end_layout
33339
33340 \end_inset
33341
33342
33343 \end_layout
33344
33345 \begin_layout Bibliography
33346 \begin_inset CommandInset bibitem
33347 LatexCommand bibitem
33348 key "pstricks"
33349
33350 \end_inset
33351
33352 Página web del paquete LaTeX 
33353 \series bold
33354
33355 \begin_inset CommandInset href
33356 LatexCommand href
33357 name "PSTricks"
33358 target "http://tug.org/PSTricks/"
33359
33360 \end_inset
33361
33362
33363 \series default
33364
33365 \begin_inset Index
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369 LaTeX-paquetes ! PSTricks
33370 \end_layout
33371
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \begin_layout Bibliography
33378 \begin_inset CommandInset bibitem
33379 LatexCommand bibitem
33380 key "sidecap"
33381
33382 \end_inset
33383
33384 Documentación del paquete LaTeX 
33385 \series bold
33386
33387 \begin_inset CommandInset href
33388 LatexCommand href
33389 name "sidecap"
33390 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33391
33392 \end_inset
33393
33394
33395 \series default
33396
33397 \begin_inset Index
33398 status collapsed
33399
33400 \begin_layout Plain Layout
33401 LaTeX-paquetes ! sidecap
33402 \end_layout
33403
33404 \end_inset
33405
33406
33407 \end_layout
33408
33409 \begin_layout Bibliography
33410 \begin_inset CommandInset bibitem
33411 LatexCommand bibitem
33412 key "NewInLyX16"
33413
33414 \end_inset
33415
33416
33417 \begin_inset CommandInset href
33418 LatexCommand href
33419 name "Página wiki"
33420 target "http://wiki.lyx.org/LyX/NewInLyX16"
33421
33422 \end_inset
33423
33424  sobre características nuevas para la versión 
33425 \family sans
33426 LyX
33427 \begin_inset space ~
33428 \end_inset
33429
33430 1.6.0
33431 \family default
33432 .
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \begin_inset CommandInset index_print
33437 LatexCommand printindex
33438
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \begin_layout Standard
33445 \begin_inset FloatList figure
33446
33447 \end_inset
33448
33449
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset FloatList table
33454
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset ERT
33462 status open
33463
33464 \begin_layout Plain Layout
33465
33466
33467 \backslash
33468 listof{algorithm}{Lista de algoritmos}
33469 \end_layout
33470
33471 \end_inset
33472
33473
33474 \begin_inset Note Note
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 Véase la sección
33479 \begin_inset space ~
33480 \end_inset
33481
33482
33483 \begin_inset CommandInset ref
33484 LatexCommand ref
33485 reference "sub:Algoritmos-Flotantes"
33486
33487 \end_inset
33488
33489  para una descripción.
33490 \end_layout
33491
33492 \end_inset
33493
33494
33495 \end_layout
33496
33497 \end_body
33498 \end_document