]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Heureka!
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 332
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 \pagenumbering{Roman}
111 \let\myTOC\tableofcontents
112 \renewcommand{\tableofcontents}{%
113  \pdfbookmark[1]{Índice general}{}
114  \myTOC
115  \cleardoublepage
116  \pagenumbering{arabic}}
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164
165 % to translate the listing label
166 % para traducir la etiqueta listing
167 \renewcommand{\lstlistingname}{Listado}
168 \end_preamble
169 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
170 \language spanish
171 \inputencoding auto
172 \font_roman default
173 \font_sans default
174 \font_typewriter default
175 \font_default_family default
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180 \graphics default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
185 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pagebackref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \cite_engine basic
204 \use_bibtopic false
205 \paperorientation portrait
206 \secnumdepth 3
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language english
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle default
214 \bullet 1 1 34 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \author "" 
220 \author "" 
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
227  en LyX
228 \end_layout
229
230 \begin_layout Author
231 por el Equipo LyX
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 \noindent
237 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
238  de Documentación de LyX: 
239 \family typewriter
240
241 \begin_inset ERT
242 status collapsed
243
244 \begin_layout Plain Layout
245
246
247 \backslash
248 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's es-ExtendedInsets manual}{
249 \end_layout
250
251 \end_inset
252
253 lyx-docs@lists.lyx.org
254 \begin_inset ERT
255 status collapsed
256
257 \begin_layout Plain Layout
258
259 }
260 \end_layout
261
262 \end_inset
263
264
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Note Note
271 status collapsed
272
273 \begin_layout Plain Layout
274 autor original: Uwe Stöhr
275 \end_layout
276
277 \end_inset
278
279
280 \begin_inset Note Note
281 status collapsed
282
283 \begin_layout Plain Layout
284 Traducción de: Ignacio García
285 \end_layout
286
287 \end_inset
288
289
290 \begin_inset Newline newline
291 \end_inset
292
293
294 \begin_inset Newline newline
295 \end_inset
296
297
298 \family sans
299 Versión 1.6svn
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset CommandInset toc
304 LatexCommand tableofcontents
305
306 \end_inset
307
308
309 \end_layout
310
311 \begin_layout Standard
312 \begin_inset Note Note
313 status open
314
315 \begin_layout Plain Layout
316 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
317  estar instalados los paquetes LaTeX 
318 \series bold
319 arydshln
320 \series default
321
322 \series bold
323 colortbl
324 \series default
325
326 \series bold
327 marginnote
328 \series default
329  y 
330 \series bold
331 sidecap
332 \series default
333 .
334  Si no están instalados, también podrás exportar el documento, pero las
335  secciones en que dichos paquetes son necesarios no aparecen en la salida.
336 \end_layout
337
338 \begin_layout Plain Layout
339 La última versión en PDF de este documento puede encontrarse aquí:
340 \series bold
341
342 \begin_inset Newline newline
343 \end_inset
344
345 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
346 \end_layout
347
348 \end_inset
349
350
351 \end_layout
352
353 \begin_layout Chapter
354 Figuras
355 \begin_inset CommandInset label
356 LatexCommand label
357 name "cha:Figuras"
358
359 \end_inset
360
361
362 \begin_inset Index
363 status collapsed
364
365 \begin_layout Plain Layout
366 Figuras
367 \end_layout
368
369 \end_inset
370
371
372 \begin_inset Index
373 status collapsed
374
375 \begin_layout Plain Layout
376 Gráficos|see
377 \begin_inset ERT
378 status collapsed
379
380 \begin_layout Plain Layout
381
382 {
383 \end_layout
384
385 \end_inset
386
387 Figuras
388 \begin_inset ERT
389 status collapsed
390
391 \begin_layout Plain Layout
392
393 }
394 \end_layout
395
396 \end_inset
397
398
399 \end_layout
400
401 \end_inset
402
403
404 \end_layout
405
406 \begin_layout Section
407 Diálogo de gráficos
408 \begin_inset CommandInset label
409 LatexCommand label
410 name "sec:Diálogo-Gráficos"
411
412 \end_inset
413
414
415 \begin_inset Index
416 status collapsed
417
418 \begin_layout Plain Layout
419 Figuras ! Diálogo de gráficos
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
429  texto que desees y haz clic en el icono 
430 \begin_inset Graphics
431         filename ../../images/dialog-show-new-inset_graphics.png
432         scale 85
433
434 \end_inset
435
436  o en el menú 
437 \family sans
438 Insertar\SpecialChar \menuseparator
439 Imagen
440 \family default
441 .
442  Aparecerá un diálogo para escoger el archivo a cargar.
443  La imagen aparecerá en el archivo de salida exactamente en la misma posición
444  en la que la has colocado.
445 \end_layout
446
447 \begin_layout Standard
448 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
449  sobre una imagen.
450  Este diálogo tiene tres pestañas:
451 \end_layout
452
453 \begin_layout Description
454 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
455  presentación en LyX y en la salida.
456  En el apéndice
457 \begin_inset Space ~
458 \end_inset
459
460
461 \begin_inset CommandInset ref
462 LatexCommand ref
463 reference "cha:Unidades-disponibles-en"
464
465 \end_inset
466
467  se detallan las unidades disponibles para el tamaño del gráfico.
468 \begin_inset Newline newline
469 \end_inset
470
471
472 \begin_inset Index
473 status collapsed
474
475 \begin_layout Plain Layout
476 Figuras ! Rotar
477 \end_layout
478
479 \end_inset
480
481 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
482  un ángulo y un origen de rotación.
483  La imagen también gira en LyX.
484 \begin_inset Newline newline
485 \end_inset
486
487
488 \begin_inset Index
489 status collapsed
490
491 \begin_layout Plain Layout
492 Figuras ! Escalar
493 \end_layout
494
495 \end_inset
496
497 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
498  la altura y la anchura.
499  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
500  automáticamente.
501  Si fijas ambas dimensiones
502 \family sans
503 ,
504 \family default
505  la imagen se adaptará a ellas, posiblemente distorsionada.
506  Para evitar distorsión en la imagen marca la opción 
507 \family sans
508 Mantener
509 \begin_inset Space ~
510 \end_inset
511
512 proporción
513 \family default
514 .
515  En ese caso la imagen será escalada de forma que su anchura y su altura
516  no excedan de las dimensiones especificadas.
517 \begin_inset Newline newline
518 \end_inset
519
520 Las imágenes se pueden abrir con un programa de tu elección pulsando el
521  botón 
522 \family sans
523 Editar
524 \family default
525 .
526  Los programas visor y editor para cada formato de imagen se pueden establecer
527  en la configuración de los formatos de archivo de las preferencias de LyX.
528 \end_layout
529
530 \begin_layout Description
531 Recorte Alternativamente al escalado, es posible establecer las coordenadas
532  de la imagen para ajustar su altura y anchura en la salida.
533  Además, las coordenadas se pueden calcular automáticamente pinchando el
534  botón 
535 \family sans
536 Obtener
537 \begin_inset Space ~
538 \end_inset
539
540 de
541 \begin_inset Space ~
542 \end_inset
543
544 archivo
545 \family default
546 .
547  El botón 
548 \family sans
549 Recortar
550 \begin_inset Space ~
551 \end_inset
552
553 al
554 \begin_inset Space ~
555 \end_inset
556
557 cuadro
558 \begin_inset Space ~
559 \end_inset
560
561 delimitador
562 \family default
563  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
564 as.
565  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
566 \end_layout
567
568 \begin_layout Description
569 Opciones
570 \begin_inset Space ~
571 \end_inset
572
573 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
574  y poner la imagen como subfigura de una figura flotante con su propio título.
575  Las subfiguras se explican en la sección
576 \begin_inset Space ~
577 \end_inset
578
579
580 \begin_inset CommandInset ref
581 LatexCommand ref
582 reference "sec:Figuras-Flotantes"
583
584 \end_inset
585
586 .
587 \begin_inset Newline newline
588 \end_inset
589
590 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
591 \begin_inset Newline newline
592 \end_inset
593
594 La opción 
595 \family sans
596 Modo
597 \begin_inset Space ~
598 \end_inset
599
600 borrador
601 \family default
602  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
603 \begin_inset Newline newline
604 \end_inset
605
606 La opción 
607 \family sans
608 No
609 \begin_inset Space ~
610 \end_inset
611
612 descomprimir
613 \begin_inset Space ~
614 \end_inset
615
616 al
617 \begin_inset Space ~
618 \end_inset
619
620 exportar
621 \family default
622  sólo afecta a los gráficos EPS comprimidos, p.
623 \begin_inset Space \thinspace{}
624 \end_inset
625
626 e.
627 \begin_inset Space ~
628 \end_inset
629
630
631 \emph on
632 x.eps.gz
633 \emph default
634 .
635  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
636  puesto que LaTeX puede manejarlas como están.
637 \begin_inset Newline newline
638 \end_inset
639
640 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
641  utiliza PostScript como formato de salida, ver apéndice
642 \begin_inset Space ~
643 \end_inset
644
645
646 \begin_inset CommandInset ref
647 LatexCommand ref
648 reference "sec:PostScript"
649
650 \end_inset
651
652 .
653  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
654  o en consola de Windows:
655 \begin_inset Newline newline
656 \end_inset
657
658
659 \series bold
660 gzip x.eps
661 \series default
662
663 \begin_inset Newline newline
664 \end_inset
665
666
667 \series bold
668 zgrep %%Bounding x.eps.gz > x.eps.bb
669 \series default
670
671 \begin_inset Newline newline
672 \end_inset
673
674 El segundo comando crea un archivo de cuadro delimitador 
675 \begin_inset Quotes eld
676 \end_inset
677
678 x.eps.bb
679 \begin_inset Quotes erd
680 \end_inset
681
682  que necesita LaTeX para gráficos comprimidos.
683 \end_layout
684
685 \begin_layout Standard
686 \begin_inset VSpace bigskip
687 \end_inset
688
689
690 \end_layout
691
692 \begin_layout Standard
693 Esto es un ejemplo de imagen en formato EPS
694 \begin_inset Foot
695 status collapsed
696
697 \begin_layout Plain Layout
698 Los formatos de imagen se explica en el sección
699 \begin_inset Space ~
700 \end_inset
701
702
703 \begin_inset CommandInset ref
704 LatexCommand ref
705 reference "sec:Formatos-de-imagen"
706
707 \end_inset
708
709 .
710 \end_layout
711
712 \end_inset
713
714  en un párrafo separado centrado horizontalmente:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename ../clipart/mobius.eps
721         display color
722         scale 70
723         clip
724         rotateOrigin center
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Standard
732 Esta es la misma imagen pero en modo borrador:
733 \end_layout
734
735 \begin_layout Standard
736 \align center
737 \begin_inset Graphics
738         filename ../clipart/mobius.eps
739         display color
740         scale 70
741         draft
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Section
750 Figuras flotantes
751 \begin_inset CommandInset label
752 LatexCommand label
753 name "sec:Figuras-Flotantes"
754
755 \end_inset
756
757
758 \begin_inset Index
759 status collapsed
760
761 \begin_layout Plain Layout
762 Flotantes ! Figuras
763 \end_layout
764
765 \end_inset
766
767
768 \begin_inset Index
769 status collapsed
770
771 \begin_layout Plain Layout
772 Figuras ! Flotantes
773 \end_layout
774
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Standard
781 Para información general sobre flotantes, echa una ojeada a la sección
782 \begin_inset Space ~
783 \end_inset
784
785
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "sec:IntroducciónFlotantes"
789
790 \end_inset
791
792 .
793 \end_layout
794
795 \begin_layout Standard
796 El botón 
797 \begin_inset Graphics
798         filename ../../images/float-insert_figure.png
799         scale 85
800
801 \end_inset
802
803  y el menú 
804 \family sans
805 Insertar\SpecialChar \menuseparator
806 Flotante\SpecialChar \menuseparator
807 Figura
808 \family default
809  insertan un flotante con la etiqueta 
810 \begin_inset Quotes eld
811 \end_inset
812
813 Figura #:
814 \begin_inset Quotes erd
815 \end_inset
816
817  (# es el número actual).
818  La imagen se puede insertar sobre el título, como en la figura
819 \begin_inset Space ~
820 \end_inset
821
822
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "fig:kill-plat"
826
827 \end_inset
828
829 , o bajo el título, como en la figura
830 \begin_inset Space ~
831 \end_inset
832
833
834 \begin_inset CommandInset ref
835 LatexCommand ref
836 reference "fig:escher"
837
838 \end_inset
839
840 .
841  Más información sobre ubicación de títulos en la sección
842 \begin_inset Space ~
843 \end_inset
844
845
846 \begin_inset CommandInset ref
847 LatexCommand ref
848 reference "sec:Colocación-de-leyendas"
849
850 \end_inset
851
852 .
853 \end_layout
854
855 \begin_layout Standard
856 \begin_inset Float figure
857 wide false
858 sideways false
859 status open
860
861 \begin_layout Plain Layout
862 \align center
863 \begin_inset Graphics
864         filename ../clipart/platypus.eps
865         display color
866         width 50col%
867         rotateOrigin center
868
869 \end_inset
870
871
872 \end_layout
873
874 \begin_layout Plain Layout
875 \begin_inset Caption
876
877 \begin_layout Plain Layout
878 \begin_inset CommandInset label
879 LatexCommand label
880 name "fig:kill-plat"
881
882 \end_inset
883
884 Un platypus muy distorsionado en un flotante.
885 \end_layout
886
887 \end_inset
888
889
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Float figure
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \begin_inset Caption
905
906 \begin_layout Plain Layout
907 \begin_inset CommandInset label
908 LatexCommand label
909 name "fig:escher"
910
911 \end_inset
912
913 M.C.
914  Escher en ácido.
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \begin_layout Plain Layout
923 \align center
924 \begin_inset Graphics
925         filename ../clipart/escher-lsd.eps
926         display color
927         scale 80
928         rotateOrigin center
929
930 \end_inset
931
932
933 \end_layout
934
935 \end_inset
936
937
938 \end_layout
939
940 \begin_layout Standard
941 \begin_inset Index
942 status collapsed
943
944 \begin_layout Plain Layout
945 Referencias ! a figuras
946 \end_layout
947
948 \end_inset
949
950 Las figuras
951 \begin_inset Space ~
952 \end_inset
953
954
955 \begin_inset CommandInset ref
956 LatexCommand ref
957 reference "fig:kill-plat"
958
959 \end_inset
960
961  y 
962 \begin_inset CommandInset ref
963 LatexCommand ref
964 reference "fig:escher"
965
966 \end_inset
967
968  son ejemplos de figuras con referencias cruzadas.
969  Las figuras pueden tener referencias cruzadas en el documento mediante
970  referencia a su etiqueta.
971  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
972 \family sans
973 Insertar\SpecialChar \menuseparator
974 Etiqueta
975 \family default
976  o el botón 
977 \begin_inset Graphics
978         filename ../../images/label-insert.png
979         scale 85
980
981 \end_inset
982
983 .
984  Ahora puedes referirte a la etiqueta usando el menú 
985 \family sans
986 Insertar\SpecialChar \menuseparator
987 Referencia
988 \begin_inset Space ~
989 \end_inset
990
991 cruzada
992 \family default
993  o el botón 
994 \begin_inset Graphics
995         filename ../../images/dialog-show-new-inset_ref.png
996         scale 85
997
998 \end_inset
999
1000 .
1001  Es importante emplear referencias a flotantes, mejor que alusiones vagas
1002  como 
1003 \begin_inset Quotes eld
1004 \end_inset
1005
1006 la figura de arriba
1007 \begin_inset Quotes erd
1008 \end_inset
1009
1010 , porque como LaTeX recolocará los flotantes en el documento final, podría
1011  no quedar 
1012 \begin_inset Quotes eld
1013 \end_inset
1014
1015 arriba
1016 \begin_inset Quotes erd
1017 \end_inset
1018
1019  precisamente.
1020 \begin_inset Newline newline
1021 \end_inset
1022
1023 Las referencias se explican con detalle en la sección
1024 \begin_inset Space ~
1025 \end_inset
1026
1027
1028 \begin_inset CommandInset ref
1029 LatexCommand ref
1030 reference "sec:Referencias-a-Flotantes"
1031
1032 \end_inset
1033
1034 .
1035 \end_layout
1036
1037 \begin_layout Standard
1038 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1039  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
1040  Esto es posible mediante la solapa 
1041 \family sans
1042 Opciones
1043 \begin_inset Space ~
1044 \end_inset
1045
1046 extra
1047 \family default
1048  del diálogo gráficos.
1049  Elige la opción 
1050 \family sans
1051 Subfigura
1052 \family default
1053  e introduce el subtítulo en la casilla 
1054 \family sans
1055 Descripción
1056 \family default
1057 .
1058  Ten en cuenta que sólo el título principal  del flotante se añade a la
1059  Lista de Figuras.
1060 \begin_inset Newline newline
1061 \end_inset
1062
1063 Las referencias a las subfiguras se explican en la sección
1064 \begin_inset Space ~
1065 \end_inset
1066
1067
1068 \begin_inset CommandInset ref
1069 LatexCommand ref
1070 reference "sub:Referencias-a-Subfiguras"
1071
1072 \end_inset
1073
1074 .
1075 \end_layout
1076
1077 \begin_layout Standard
1078 La figura
1079 \begin_inset Space ~
1080 \end_inset
1081
1082
1083 \begin_inset CommandInset ref
1084 LatexCommand ref
1085 reference "fig:Dos-imágenes-distorsionadas"
1086
1087 \end_inset
1088
1089  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1090  También se pueden poner una sobre otra.
1091 \end_layout
1092
1093 \begin_layout Standard
1094 \begin_inset Float figure
1095 wide false
1096 sideways false
1097 status collapsed
1098
1099 \begin_layout Plain Layout
1100 \begin_inset Space \hfill{}
1101 \end_inset
1102
1103
1104 \begin_inset Float figure
1105 wide false
1106 sideways false
1107 status open
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Caption
1111
1112 \begin_layout Plain Layout
1113 Estructura indefinible
1114 \end_layout
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Graphics
1123         filename ../clipart/escher-lsd.eps
1124         width 45col%
1125
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \begin_inset Space \hfill{}
1135 \end_inset
1136
1137
1138 \begin_inset Float figure
1139 wide false
1140 sideways false
1141 status open
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Caption
1145
1146 \begin_layout Plain Layout
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \begin_layout Plain Layout
1156 \begin_inset Graphics
1157         filename ../clipart/platypus.eps
1158         lyxscale 60
1159         width 45col%
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \begin_inset Space \hfill{}
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Caption
1177
1178 \begin_layout Plain Layout
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "fig:Dos-imágenes-distorsionadas"
1182
1183 \end_inset
1184
1185 Dos imágenes distorsionadas.
1186 \end_layout
1187
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \begin_layout Section
1199 Formatos de imagen
1200 \begin_inset CommandInset label
1201 LatexCommand label
1202 name "sec:Formatos-de-imagen"
1203
1204 \end_inset
1205
1206
1207 \begin_inset Index
1208 status collapsed
1209
1210 \begin_layout Plain Layout
1211 Formatos de imagen
1212 \end_layout
1213
1214 \end_inset
1215
1216
1217 \begin_inset Index
1218 status collapsed
1219
1220 \begin_layout Plain Layout
1221 Figuras ! Formatos de imagen
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \end_layout
1228
1229 \begin_layout Standard
1230 Puedes insertar imágenes en cualquier formato.
1231  Pero como se explica en el apéndice
1232 \begin_inset Space ~
1233 \end_inset
1234
1235
1236 \begin_inset CommandInset ref
1237 LatexCommand ref
1238 reference "cha:Formatos-de-Archivos-de-Salida"
1239
1240 \end_inset
1241
1242 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1243  de archivo de imagen.
1244  Por eso LyX usa el programa 
1245 \family sans
1246 Imagemagick
1247 \family default
1248  en segundo plano para convertir imágenes al formato adecuado.
1249  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1250  los formatos de imagen admitidos en el formato de archivo de salida.
1251  Los formatos de salida se explican en el apéndice
1252 \begin_inset Space ~
1253 \end_inset
1254
1255
1256 \begin_inset CommandInset ref
1257 LatexCommand ref
1258 reference "cha:Formatos-de-Archivos-de-Salida"
1259
1260 \end_inset
1261
1262 .
1263 \end_layout
1264
1265 \begin_layout Standard
1266 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1267 \end_layout
1268
1269 \begin_layout Description
1270 Imágenes
1271 \begin_inset Space ~
1272 \end_inset
1273
1274 mapa
1275 \begin_inset Space ~
1276 \end_inset
1277
1278 de
1279 \begin_inset Space ~
1280 \end_inset
1281
1282 bits
1283 \begin_inset Space ~
1284 \end_inset
1285
1286 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1287  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1288  de zoom.
1289  Formatos de imágenes en bitmap bien conocidos son 
1290 \begin_inset Quotes eld
1291 \end_inset
1292
1293 Graphics Interchange Format
1294 \begin_inset Quotes erd
1295 \end_inset
1296
1297  (GIF, extensión 
1298 \begin_inset Quotes eld
1299 \end_inset
1300
1301 .gif
1302 \begin_inset Quotes erd
1303 \end_inset
1304
1305 )
1306 \begin_inset Index
1307 status collapsed
1308
1309 \begin_layout Plain Layout
1310 GIF|see
1311 \begin_inset ERT
1312 status collapsed
1313
1314 \begin_layout Plain Layout
1315
1316 {
1317 \end_layout
1318
1319 \end_inset
1320
1321 Formatos de imagen
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 }
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \begin_inset Quotes eld
1339 \end_inset
1340
1341 Portable Network Graphics
1342 \begin_inset Quotes erd
1343 \end_inset
1344
1345  (PNG, extensión 
1346 \begin_inset Quotes eld
1347 \end_inset
1348
1349 .png
1350 \begin_inset Quotes erd
1351 \end_inset
1352
1353 )
1354 \begin_inset Index
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 PNG|see
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 {
1365 \end_layout
1366
1367 \end_inset
1368
1369 Formatos de imagen
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 }
1376 \end_layout
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385 , y 
1386 \begin_inset Quotes eld
1387 \end_inset
1388
1389 Joint Photographic Experts Group
1390 \begin_inset Quotes erd
1391 \end_inset
1392
1393  (JPG, extensión 
1394 \begin_inset Quotes eld
1395 \end_inset
1396
1397 .jpg
1398 \begin_inset Quotes erd
1399 \end_inset
1400
1401  o 
1402 \begin_inset Quotes eld
1403 \end_inset
1404
1405 .jpeg
1406 \begin_inset Quotes erd
1407 \end_inset
1408
1409 )
1410 \begin_inset Index
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 JPG|see
1415 \begin_inset ERT
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419
1420 {
1421 \end_layout
1422
1423 \end_inset
1424
1425 Formatos de imagen
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 }
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \end_layout
1438
1439 \end_inset
1440
1441 .
1442 \end_layout
1443
1444 \begin_layout Description
1445 Imágenes
1446 \begin_inset Space ~
1447 \end_inset
1448
1449 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1450 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1451  La posibilidad de escalado hace falta para crear presentaciones, porque
1452  éstas siempre son escaladas por el proyector.
1453  El escalado también es útil en los documentos en línea para permitir el
1454  zoom en diagramas.
1455 \begin_inset Newline newline
1456 \end_inset
1457
1458 Formatos de imagen escalables pueden ser 
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462 Scalable Vector Graphics
1463 \begin_inset Quotes erd
1464 \end_inset
1465
1466  (SVG, extensión 
1467 \begin_inset Quotes eld
1468 \end_inset
1469
1470 .svg
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474 )
1475 \begin_inset Index
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 SVG|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Formatos de imagen
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 Encapsulated PostScript
1511 \begin_inset Quotes erd
1512 \end_inset
1513
1514  (EPS, extensión 
1515 \begin_inset Quotes eld
1516 \end_inset
1517
1518 .eps
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522 )
1523 \begin_inset Index
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527 EPS|see
1528 \begin_inset ERT
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532
1533 {
1534 \end_layout
1535
1536 \end_inset
1537
1538 Formatos de imagen
1539 \begin_inset ERT
1540 status collapsed
1541
1542 \begin_layout Plain Layout
1543
1544 }
1545 \end_layout
1546
1547 \end_inset
1548
1549
1550 \end_layout
1551
1552 \end_inset
1553
1554
1555 \begin_inset Quotes eld
1556 \end_inset
1557
1558 Portable Document Format
1559 \begin_inset Quotes erd
1560 \end_inset
1561
1562  (PDF, extensión 
1563 \begin_inset Quotes eld
1564 \end_inset
1565
1566 .pdf
1567 \begin_inset Quotes erd
1568 \end_inset
1569
1570 )
1571 \begin_inset Index
1572 status collapsed
1573
1574 \begin_layout Plain Layout
1575 PDF|see
1576 \begin_inset ERT
1577 status collapsed
1578
1579 \begin_layout Plain Layout
1580
1581 {
1582 \end_layout
1583
1584 \end_inset
1585
1586 Formatos de imagen
1587 \begin_inset ERT
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 }
1593 \end_layout
1594
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \end_inset
1601
1602 , y 
1603 \begin_inset Quotes eld
1604 \end_inset
1605
1606 Windows Metafile
1607 \begin_inset Quotes erd
1608 \end_inset
1609
1610  (WMF, extensión 
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 .wmf
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618 )
1619 \begin_inset Index
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 WMF|see
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 {
1630 \end_layout
1631
1632 \end_inset
1633
1634 Formatos de imagen
1635 \begin_inset ERT
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639
1640 }
1641 \end_layout
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649
1650 .
1651  Escribimos 
1652 \begin_inset Quotes eld
1653 \end_inset
1654
1655 pueden ser
1656 \begin_inset Quotes erd
1657 \end_inset
1658
1659 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1660  será todavía una imagen bitmap.
1661  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1662  a la imagen original
1663 \begin_inset Foot
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 En el caso de PDF, además se comprime la imagen original.
1668 \end_layout
1669
1670 \end_inset
1671
1672 .
1673  Por ejemplo, los archivos PDF generados por 
1674 \family sans
1675 Adobe Photoshop
1676 \family default
1677  son imágenes bitmap.
1678 \end_layout
1679
1680 \begin_layout Standard
1681 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1682  viceversa.
1683  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1684  archivos de salida PDF y PostScript, respectivamente.
1685  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1686  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1687 \begin_inset Formula $\to$
1688 \end_inset
1689
1690  PDF/EPS.
1691 \end_layout
1692
1693 \begin_layout Chapter
1694 Tablas
1695 \begin_inset CommandInset label
1696 LatexCommand label
1697 name "cha:Tablas"
1698
1699 \end_inset
1700
1701
1702 \begin_inset Index
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Tablas
1707 \end_layout
1708
1709 \end_inset
1710
1711
1712 \end_layout
1713
1714 \begin_layout Section
1715 Introducción
1716 \begin_inset Index
1717 status collapsed
1718
1719 \begin_layout Plain Layout
1720 Tablas ! Introducción
1721 \end_layout
1722
1723 \end_inset
1724
1725
1726 \end_layout
1727
1728 \begin_layout Standard
1729 Puede insertarse una tabla mediante el botón
1730 \begin_inset Graphics
1731         filename ../../images/tabular-insert.png
1732         scale 85
1733
1734 \end_inset
1735
1736  o el menú 
1737 \family sans
1738 Insertar\SpecialChar \menuseparator
1739 Tabla
1740 \family default
1741 .
1742  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1743  el número de filas y de columnas de la tabla.
1744  Si usas el menú aparece un diálogo en el que se pide el número de filas
1745  y columnas.
1746  
1747 \begin_inset Newline newline
1748 \end_inset
1749
1750 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1751  fila aparece separada por una línea doble: la línea inferior de la primera
1752  fila y la línea superior de la segunda fila.
1753  Ejemplo de tabla:
1754 \end_layout
1755
1756 \begin_layout Standard
1757 \align center
1758 \begin_inset Tabular
1759 <lyxtabular version="3" rows="4" columns="4">
1760 <features>
1761 <column alignment="center" valignment="top" width="0">
1762 <column alignment="center" valignment="top" width="0pt">
1763 <column alignment="center" valignment="top" width="0in">
1764 <column alignment="center" valignment="top" width="0pt">
1765 <row>
1766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1767 \begin_inset Text
1768
1769 \begin_layout Plain Layout
1770
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Plain Layout
1779
1780 \family roman
1781 \series medium
1782 \shape up
1783 \size normal
1784 \emph off
1785 \bar no
1786 \noun off
1787 \color none
1788 1
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797 2
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 3
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 </row>
1812 <row>
1813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817
1818 \family roman
1819 \series medium
1820 \shape up
1821 \size normal
1822 \emph off
1823 \bar no
1824 \noun off
1825 \color none
1826 A
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Plain Layout
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 </row>
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \family roman
1866 \series medium
1867 \shape up
1868 \size normal
1869 \emph off
1870 \bar no
1871 \noun off
1872 \color none
1873 B
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \size normal
1893 \noun off
1894 \color none
1895  
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 </row>
1910 <row>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915
1916 \family roman
1917 \series medium
1918 \shape up
1919 \size normal
1920 \emph off
1921 \bar no
1922 \noun off
1923 \color none
1924 C
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \end_layout
1935
1936 \end_inset
1937 </cell>
1938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1939 \begin_inset Text
1940
1941 \begin_layout Plain Layout
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951
1952 \end_layout
1953
1954 \end_inset
1955 </cell>
1956 </row>
1957 </lyxtabular>
1958
1959 \end_inset
1960
1961
1962 \end_layout
1963
1964 \begin_layout Section
1965 Diálogo de tablas
1966 \begin_inset Index
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970 Tablas ! Diálogo
1971 \end_layout
1972
1973 \end_inset
1974
1975
1976 \end_layout
1977
1978 \begin_layout Standard
1979 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1980  pinchar sobre ella con el botón derecho del ratón.
1981  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1982  encuentra el cursor.
1983  La mayoría de opciones también trabajan sobre una selección de celdas,
1984  de filas o de columnas.
1985  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1986  su 
1987 \emph on
1988 contenido
1989 \emph default
1990 .
1991  En el cuadro de diálogo aparecen las siguientes solapas:
1992 \end_layout
1993
1994 \begin_layout Description
1995
1996 \family sans
1997 Configuración
1998 \begin_inset Space ~
1999 \end_inset
2000
2001 de
2002 \begin_inset Space ~
2003 \end_inset
2004
2005 la
2006 \begin_inset Space ~
2007 \end_inset
2008
2009 tabla
2010 \family default
2011  Aquí puedes establecer la alineación horizontal y la anchura de la columna
2012  actual.
2013  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
2014  Una anchura determinada permite tener saltos de línea y distintos párrafos
2015  de texto, ver sección 
2016 \begin_inset Space ~
2017 \end_inset
2018
2019
2020 \begin_inset CommandInset ref
2021 LatexCommand ref
2022 reference "sub:Líneas-Múltiples-en"
2023
2024 \end_inset
2025
2026 .
2027  Si no estableces anchura, la columna será tan ancha como el contenido de
2028  la celda más ancha.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
2033  ver sección
2034 \begin_inset Space ~
2035 \end_inset
2036
2037
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "sub:Multicolumnas"
2041
2042 \end_inset
2043
2044 .
2045 \begin_inset Newline newline
2046 \end_inset
2047
2048 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2049  90º en el sentido de las agujas del reloj.
2050  La rotación no se ve en LyX, sí en la salida.
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054
2055 \begin_inset Note Greyedout
2056 status open
2057
2058 \begin_layout Plain Layout
2059
2060 \series bold
2061 Nota:
2062 \series default
2063  no todos los visores DVI pueden mostrar rotaciones.
2064 \end_layout
2065
2066 \end_inset
2067
2068
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 También es posible introducir argumentos LaTeX necesarios para formatos
2073  especiales, ver sección
2074 \begin_inset Space ~
2075 \end_inset
2076
2077
2078 \begin_inset CommandInset ref
2079 LatexCommand ref
2080 reference "sub:Cálculos-en-Multicolumnas"
2081
2082 \end_inset
2083
2084  y 
2085 \begin_inset CommandInset ref
2086 LatexCommand ref
2087 reference "sec:Tablas-Coloreadas"
2088
2089 \end_inset
2090
2091 .
2092 \end_layout
2093
2094 \begin_layout Description
2095
2096 \family sans
2097 Bordes
2098 \family default
2099  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2100 \end_layout
2101
2102 \begin_layout Description
2103
2104 \family sans
2105 Tabla
2106 \begin_inset Space ~
2107 \end_inset
2108
2109 larga
2110 \family default
2111  Para hacer 
2112 \emph on
2113 tablas largas
2114 \emph default
2115  que pueden extenderse por varias páginas.
2116  La sección
2117 \begin_inset Space ~
2118 \end_inset
2119
2120
2121 \begin_inset CommandInset ref
2122 LatexCommand ref
2123 reference "sec:Tablas-Largas"
2124
2125 \end_inset
2126
2127  describe su uso en detalle.
2128 \end_layout
2129
2130 \begin_layout Standard
2131 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2132  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2133  aparecerá inmediatamente en el diálogo.
2134 \end_layout
2135
2136 \begin_layout Section
2137 Barra de herramientas de tabla
2138 \begin_inset Index
2139 status collapsed
2140
2141 \begin_layout Plain Layout
2142 Tablas ! Barra de herramientas
2143 \end_layout
2144
2145 \end_inset
2146
2147
2148 \end_layout
2149
2150 \begin_layout Standard
2151 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2152  para cambiar las tablas de manera más rápida.
2153  Normalmente debería aparecer en la parte inferior de la ventana principal
2154  de LyX cuando el cursor está dentro de una tabla.
2155  En cualquier momento se puede presentar esta barra pinchando con el botón
2156  derecho del ratón en cualquier punto de la barra principal de menú.
2157 \end_layout
2158
2159 \begin_layout Standard
2160 La barra de herramientas tiene los siguientes iconos:
2161 \end_layout
2162
2163 \begin_layout Labeling
2164 \labelwidthstring 00.00.0000
2165 \begin_inset Graphics
2166         filename ../../images/tabular-feature_append-row.png
2167
2168 \end_inset
2169
2170  añade una fila bajo la celda actual o selección
2171 \end_layout
2172
2173 \begin_layout Labeling
2174 \labelwidthstring 00.00.0000
2175 \begin_inset Graphics
2176         filename ../../images/tabular-feature_append-column.png
2177
2178 \end_inset
2179
2180  añade una columna a la derecha de la celda actual o selección
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../../images/tabular-feature_delete-row.png
2187
2188 \end_inset
2189
2190  borra la fila actual o selección
2191 \end_layout
2192
2193 \begin_layout Labeling
2194 \labelwidthstring 00.00.0000
2195 \begin_inset Graphics
2196         filename ../../images/tabular-feature_delete-column.png
2197
2198 \end_inset
2199
2200  borra la columna actual o selección
2201 \end_layout
2202
2203 \begin_layout Labeling
2204 \labelwidthstring 00.00.0000
2205 \begin_inset Graphics
2206         filename ../../images/tabular-feature_toggle-line-top.png
2207
2208 \end_inset
2209
2210  añade una línea sobre la celda/fila actual o la selección
2211 \end_layout
2212
2213 \begin_layout Labeling
2214 \labelwidthstring 00.00.0000
2215 \begin_inset Graphics
2216         filename ../../images/tabular-feature_toggle-line-bottom.png
2217
2218 \end_inset
2219
2220  añade una línea bajo la celda/fila actual o la selección
2221 \end_layout
2222
2223 \begin_layout Labeling
2224 \labelwidthstring 00.00.0000
2225 \begin_inset Graphics
2226         filename ../../images/tabular-feature_toggle-line-left.png
2227
2228 \end_inset
2229
2230  añade una línea a la izquierda de la celda/fila actual o la selección
2231 \end_layout
2232
2233 \begin_layout Labeling
2234 \labelwidthstring 00.00.0000
2235 \begin_inset Graphics
2236         filename ../../images/tabular-feature_toggle-line-right.png
2237
2238 \end_inset
2239
2240  añade una línea a la derecha de la celda/fila actual o la selección
2241 \end_layout
2242
2243 \begin_layout Labeling
2244 \labelwidthstring 00.00.0000
2245 \begin_inset Graphics
2246         filename ../../images/tabular-feature_set-all-lines.png
2247
2248 \end_inset
2249
2250  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2251  actual no es multicolumna esto afecta también a la fila y a la columna)
2252 \end_layout
2253
2254 \begin_layout Labeling
2255 \labelwidthstring 00.00.0000
2256 \begin_inset Graphics
2257         filename ../../images/tabular-feature_unset-all-lines.png
2258
2259 \end_inset
2260
2261  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2262  actual no es multicolumna esto afecta también a la fila y a la columna)
2263 \end_layout
2264
2265 \begin_layout Labeling
2266 \labelwidthstring 00.00.0000
2267 \begin_inset Graphics
2268         filename ../../images/tabular-feature_align-left.png
2269
2270 \end_inset
2271
2272  alinea a la izquierda el contenido de la celda/columna
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../../images/tabular-feature_align-center.png
2279
2280 \end_inset
2281
2282  centra el contenido de la celda/columna horizontalmente
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Graphics
2288         filename ../../images/tabular-feature_align-right.png
2289
2290 \end_inset
2291
2292  alinea a la derecha el contenido de la celda/columna
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297 \begin_inset Graphics
2298         filename ../../images/tabular-feature_valign-top.png
2299
2300 \end_inset
2301
2302  alinea arriba el contenido de la celda
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../../images/tabular-feature_valign-middle.png
2309
2310 \end_inset
2311
2312  centra verticalmente el contenido de la celda
2313 \end_layout
2314
2315 \begin_layout Labeling
2316 \labelwidthstring 00.00.0000
2317 \begin_inset Graphics
2318         filename ../../images/tabular-feature_valign-bottom.png
2319
2320 \end_inset
2321
2322  alinea abajo el contenido de la celda
2323 \end_layout
2324
2325 \begin_layout Labeling
2326 \labelwidthstring 00.00.0000
2327 \begin_inset Graphics
2328         filename ../../images/tabular-feature_set-rotate-cell.png
2329
2330 \end_inset
2331
2332  gira la celda o selección 90° como las agujas de reloj
2333 \end_layout
2334
2335 \begin_layout Labeling
2336 \labelwidthstring 00.00.0000
2337 \begin_inset Graphics
2338         filename ../../images/tabular-feature_set-rotate-tabular.png
2339
2340 \end_inset
2341
2342  gira toda la tabla 90° como agujas del reloj
2343 \end_layout
2344
2345 \begin_layout Labeling
2346 \labelwidthstring 00.00.0000
2347 \begin_inset Graphics
2348         filename ../../images/tabular-feature_multicolumn.png
2349
2350 \end_inset
2351
2352  establece la celda actual o selección como multicolumna
2353 \end_layout
2354
2355 \begin_layout Standard
2356 \begin_inset Note Greyedout
2357 status open
2358
2359 \begin_layout Plain Layout
2360
2361 \series bold
2362 Nota:
2363 \series default
2364  En la salida se emplea la alineación vertical de la primera celda de una
2365  fila para todas las celdas restantes de la fila.
2366 \end_layout
2367
2368 \end_inset
2369
2370
2371 \end_layout
2372
2373 \begin_layout Section
2374 Menú Editar Tabla
2375 \begin_inset Index
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Tablas ! Editar
2380 \end_layout
2381
2382 \end_inset
2383
2384
2385 \end_layout
2386
2387 \begin_layout Standard
2388 Además del diálogo y la barra de herramientas, el menú 
2389 \family sans
2390 Editar\SpecialChar \menuseparator
2391 Tabla
2392 \family default
2393  permite añadir y borrar bordes para la fila/columna actual y establecer
2394  la selección como multicolumna.
2395  El menú sólo está disponible si el cursor está en la tabla.
2396 \end_layout
2397
2398 \begin_layout Section
2399 Tablas flotantes
2400 \begin_inset CommandInset label
2401 LatexCommand label
2402 name "sec:Tablas-Flotantes"
2403
2404 \end_inset
2405
2406
2407 \begin_inset Index
2408 status collapsed
2409
2410 \begin_layout Plain Layout
2411 Flotantes ! Tablas
2412 \end_layout
2413
2414 \end_inset
2415
2416
2417 \begin_inset Index
2418 status collapsed
2419
2420 \begin_layout Plain Layout
2421 Tablas ! Flotantes
2422 \end_layout
2423
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \begin_layout Standard
2430 Para una explicación general sobre flotantes, echa un vistazo a la sección
2431 \begin_inset Space ~
2432 \end_inset
2433
2434
2435 \begin_inset CommandInset ref
2436 LatexCommand ref
2437 reference "sec:IntroducciónFlotantes"
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Standard
2445 \begin_inset Float table
2446 placement h
2447 wide false
2448 sideways false
2449 status collapsed
2450
2451 \begin_layout Plain Layout
2452 \begin_inset Caption
2453
2454 \begin_layout Plain Layout
2455 \begin_inset CommandInset label
2456 LatexCommand label
2457 name "tab:una tabla flotante"
2458
2459 \end_inset
2460
2461 Una tabla flotante.
2462 \end_layout
2463
2464 \end_inset
2465
2466
2467 \end_layout
2468
2469 \begin_layout Plain Layout
2470 \align center
2471 \begin_inset Tabular
2472 <lyxtabular version="3" rows="3" columns="3">
2473 <features>
2474 <column alignment="center" valignment="top" width="0pt">
2475 <column alignment="center" valignment="top" width="0pt">
2476 <column alignment="center" valignment="top" width="0pt">
2477 <row>
2478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Plain Layout
2482
2483 \family roman
2484 \series medium
2485 \shape up
2486 \size normal
2487 \emph off
2488 \bar no
2489 \noun off
2490 \color none
2491 1
2492 \end_layout
2493
2494 \end_inset
2495 </cell>
2496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2497 \begin_inset Text
2498
2499 \begin_layout Plain Layout
2500
2501 \family roman
2502 \series medium
2503 \shape up
2504 \size normal
2505 \emph off
2506 \bar no
2507 \noun off
2508 \color none
2509 2
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Plain Layout
2518
2519 \family roman
2520 \series medium
2521 \shape up
2522 \size normal
2523 \emph off
2524 \bar no
2525 \noun off
2526 \color none
2527 3
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 </row>
2533 <row>
2534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2535 \begin_inset Text
2536
2537 \begin_layout Plain Layout
2538
2539 \family roman
2540 \series medium
2541 \shape up
2542 \size normal
2543 \emph off
2544 \bar no
2545 \noun off
2546 \color none
2547 Pepe
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Plain Layout
2556
2557 \family roman
2558 \series medium
2559 \shape up
2560 \size normal
2561 \emph off
2562 \bar no
2563 \noun off
2564 \color none
2565 Mari
2566 \end_layout
2567
2568 \end_inset
2569 </cell>
2570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2571 \begin_inset Text
2572
2573 \begin_layout Plain Layout
2574
2575 \family roman
2576 \series medium
2577 \shape up
2578 \size normal
2579 \emph off
2580 \bar no
2581 \noun off
2582 \color none
2583 Teo
2584 \end_layout
2585
2586 \end_inset
2587 </cell>
2588 </row>
2589 <row>
2590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2591 \begin_inset Text
2592
2593 \begin_layout Plain Layout
2594
2595 \family roman
2596 \series medium
2597 \shape up
2598 \size normal
2599 \emph off
2600 \bar no
2601 \noun off
2602 \color none
2603 \begin_inset Formula $\int x^{2}dx$
2604 \end_inset
2605
2606
2607 \end_layout
2608
2609 \end_inset
2610 </cell>
2611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2612 \begin_inset Text
2613
2614 \begin_layout Plain Layout
2615
2616 \family roman
2617 \series medium
2618 \shape up
2619 \size normal
2620 \emph off
2621 \bar no
2622 \noun off
2623 \color none
2624 \begin_inset Formula $\left[\begin{array}{cc}
2625 a & b\\
2626 c & d\end{array}\right]$
2627 \end_inset
2628
2629
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2635 \begin_inset Text
2636
2637 \begin_layout Plain Layout
2638
2639 \family roman
2640 \series medium
2641 \shape up
2642 \size normal
2643 \emph off
2644 \bar no
2645 \noun off
2646 \color none
2647 \begin_inset Formula $1+1=2$
2648 \end_inset
2649
2650
2651 \end_layout
2652
2653 \end_inset
2654 </cell>
2655 </row>
2656 </lyxtabular>
2657
2658 \end_inset
2659
2660
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \end_layout
2667
2668 \begin_layout Standard
2669 Las tablas flotantes pueden insertarse con el menú 
2670 \family sans
2671 Insertar\SpecialChar \menuseparator
2672 Flotante\SpecialChar \menuseparator
2673 Tabla
2674 \family default
2675  o con el botón 
2676 \begin_inset Graphics
2677         filename ../../images/float-insert_table.png
2678         scale 85
2679
2680 \end_inset
2681
2682 .
2683 \end_layout
2684
2685 \begin_layout Standard
2686 El flotante se muestra como un cuadro desplegable con la etiqueta 
2687 \begin_inset Quotes eld
2688 \end_inset
2689
2690 Tabla
2691 \begin_inset Space ~
2692 \end_inset
2693
2694 #:
2695 \begin_inset Quotes erd
2696 \end_inset
2697
2698  (# es el número actual).
2699  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2700  Para insertar una tabla en el flotante se sitúa el cursor al final del
2701  texto del encabezado y se pulsa Intro.
2702  La leyenda se imprime encima de la tabla.
2703 \end_layout
2704
2705 \begin_layout Standard
2706 La tabla
2707 \begin_inset Space ~
2708 \end_inset
2709
2710
2711 \begin_inset CommandInset ref
2712 LatexCommand ref
2713 reference "tab:una tabla flotante"
2714
2715 \end_inset
2716
2717  es un ejemplo de tabla flotante.
2718 \end_layout
2719
2720 \begin_layout Standard
2721 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2722  no es soportado en las clases estándar de LaTeX.
2723  Esto significa que si estás usando las clases de documento 
2724 \family sans
2725 article
2726 \family default
2727
2728 \family sans
2729 book
2730 \family default
2731
2732 \family sans
2733 letter
2734 \family default
2735  o 
2736 \family sans
2737 report
2738 \family default
2739  no habrá espacio entre la leyenda y la tabla.
2740  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2741  del documento la siguiente opción al comando del paquete LaTeX 
2742 \series bold
2743 caption
2744 \series default
2745
2746 \begin_inset Index
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 LaTeX-paquetes ! caption
2751 \end_layout
2752
2753 \end_inset
2754
2755
2756 \begin_inset Foot
2757 status open
2758
2759 \begin_layout Plain Layout
2760 Para más información ve a la sección
2761 \begin_inset Space ~
2762 \end_inset
2763
2764
2765 \begin_inset CommandInset ref
2766 LatexCommand ref
2767 reference "sec:Colocación-de-leyendas"
2768
2769 \end_inset
2770
2771 .
2772 \end_layout
2773
2774 \end_inset
2775
2776 :
2777 \end_layout
2778
2779 \begin_layout Standard
2780
2781 \series bold
2782 tableposition=top
2783 \end_layout
2784
2785 \begin_layout Standard
2786 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2787  
2788 \series bold
2789 caption
2790 \series default
2791  como se describe en la sección
2792 \begin_inset Space ~
2793 \end_inset
2794
2795
2796 \begin_inset CommandInset ref
2797 LatexCommand ref
2798 reference "sec:Formato-de-leyendas"
2799
2800 \end_inset
2801
2802 .
2803  
2804 \end_layout
2805
2806 \begin_layout Standard
2807 \begin_inset Index
2808 status collapsed
2809
2810 \begin_layout Plain Layout
2811 Referencias ! a tablas
2812 \end_layout
2813
2814 \end_inset
2815
2816 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2817  etiqueta.
2818  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2819 \family sans
2820 Insertar\SpecialChar \menuseparator
2821 Etiqueta
2822 \family default
2823  o con el botón 
2824 \begin_inset Graphics
2825         filename ../../images/label-insert.png
2826         scale 85
2827
2828 \end_inset
2829
2830 .
2831  Ahora puedes referenciar la etiqueta con el menú 
2832 \family sans
2833 Insertar\SpecialChar \menuseparator
2834 Referencia
2835 \begin_inset Space ~
2836 \end_inset
2837
2838 cruzada
2839 \family default
2840  o con el botón 
2841 \begin_inset Graphics
2842         filename ../../images/dialog-show-new-inset_ref.png
2843         scale 85
2844
2845 \end_inset
2846
2847 .
2848 \begin_inset Newline newline
2849 \end_inset
2850
2851 Las referencias se explican con detalle en la sección
2852 \begin_inset Space ~
2853 \end_inset
2854
2855
2856 \begin_inset CommandInset ref
2857 LatexCommand ref
2858 reference "sec:Referencias-a-Flotantes"
2859
2860 \end_inset
2861
2862 .
2863 \end_layout
2864
2865 \begin_layout Section
2866 Tablas largas
2867 \begin_inset CommandInset label
2868 LatexCommand label
2869 name "sec:Tablas-Largas"
2870
2871 \end_inset
2872
2873
2874 \begin_inset Index
2875 status collapsed
2876
2877 \begin_layout Plain Layout
2878 Tablas largas
2879 \end_layout
2880
2881 \end_inset
2882
2883
2884 \begin_inset Index
2885 status collapsed
2886
2887 \begin_layout Plain Layout
2888 Tablas ! Largas
2889 \end_layout
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \begin_layout Standard
2897 Si la tabla es demasiado larga para una página, puedes usar la opción 
2898 \family sans
2899 Usar
2900 \begin_inset Space ~
2901 \end_inset
2902
2903 tabla
2904 \begin_inset Space ~
2905 \end_inset
2906
2907 larga
2908 \family default
2909  en la solapa 
2910 \family sans
2911 Tabla
2912 \begin_inset Space ~
2913 \end_inset
2914
2915 larga
2916 \family default
2917  del diálogo de tablas, para repartir automáticamente la tabla en varias
2918  páginas.
2919  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2920 \end_layout
2921
2922 \begin_layout Description
2923
2924 \family sans
2925 Encabezado:
2926 \family default
2927  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2928  definida, se definen como filas de encabezado para todas las páginas de
2929  la tabla, excepto para la primera página si 
2930 \family sans
2931 Primer
2932 \begin_inset Space ~
2933 \end_inset
2934
2935 encabezado
2936 \family default
2937  está definido.
2938  Este se denomina encabezado principal.
2939 \end_layout
2940
2941 \begin_layout Description
2942
2943 \family sans
2944 Primer
2945 \begin_inset Space ~
2946 \end_inset
2947
2948 encabezado:
2949 \family default
2950  La fila actual y superiores, que no tienen ninguna opción especial definida,
2951  se definen como filas cabeceras de la primera página de la tabla.
2952 \end_layout
2953
2954 \begin_layout Description
2955
2956 \family sans
2957 Pie:
2958 \family default
2959  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2960  definida, se definen como filas de pie de todas las páginas de la tabla,
2961  excepto para la última página si se define 
2962 \family sans
2963 Último
2964 \begin_inset Space ~
2965 \end_inset
2966
2967 pie.
2968 \end_layout
2969
2970 \begin_layout Description
2971
2972 \family sans
2973 Último
2974 \begin_inset Space ~
2975 \end_inset
2976
2977 pie: L
2978 \family default
2979 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2980  se definen como filas de pie de la última página de la tabla.
2981 \end_layout
2982
2983 \begin_layout Standard
2984 También se puede especificar en qué fila se ha de cortar la tabla.
2985  Si se establece más de una opción en la misma fila, habría que tener en
2986  cuenta que sólo la primera de ellas se usa en la fila dada.
2987  Las otras quedarán definidas como 
2988 \emph on
2989 vacías
2990 \emph default
2991 .
2992  En este contexto, primera significa primero en este orden: 
2993 \family sans
2994 Encabezado, Primer
2995 \begin_inset Space ~
2996 \end_inset
2997
2998 encabezado
2999 \family default
3000
3001 \family sans
3002 Pie, Último
3003 \begin_inset Space ~
3004 \end_inset
3005
3006 pie
3007 \family default
3008 .
3009  La siguiente tabla muestra cómo funciona:
3010 \end_layout
3011
3012 \begin_layout Standard
3013
3014 \end_layout
3015
3016 \begin_layout Standard
3017 \align center
3018 \begin_inset Tabular
3019 <lyxtabular version="3" rows="69" columns="3">
3020 <features islongtable="true">
3021 <column alignment="left" valignment="top" width="0cm">
3022 <column alignment="left" valignment="top" width="0pt">
3023 <column alignment="right" valignment="top" width="0pt">
3024 <row endfirsthead="true">
3025 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029
3030 \series bold
3031 Ejemplo de lista telefónica (ignore los nombres)
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row endfirsthead="true">
3056 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \series bold
3062 NOMBRE
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080
3081 \series bold
3082 TEL.
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 </row>
3088 <row endhead="true">
3089 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3090 \begin_inset Text
3091
3092 \begin_layout Plain Layout
3093
3094 \series bold
3095 Ejemplo de lista telefónica
3096 \end_layout
3097
3098 \end_inset
3099 </cell>
3100 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row endhead="true">
3120 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \series bold
3126 NOMBRE
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \series bold
3146 TEL.
3147 \end_layout
3148
3149 \end_inset
3150 </cell>
3151 </row>
3152 <row endfoot="true">
3153 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157  continúa en la página siguiente
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \series bold
3188 Annovi
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 Silvia
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206 111
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Bertoli
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Stefano
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Bozzi
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Walter
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Cachia
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Maria
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Cachia
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Maurizio
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Cinquemani
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Giusi
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Colin
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Bernard
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Concli
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Gianfranco
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Dal Bosco
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Carolina
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Dalpiaz
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Annamaria
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Feliciello
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Domenico
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Focarelli
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Paola
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Galletti
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Oreste
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Gasparini
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Franca
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Rizzardi
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Paola
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Lassini
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Giancarlo
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Malfatti
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Luciano
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Malfatti
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Valeriano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Meneguzzo
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Roberto
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Mezzadra
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Roberto
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Pirpamer
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Erich
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Pochiesa
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Paolo
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111, 222
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Radina
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Claudio
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Stuffer
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Oskar
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Tacchelli
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Ugo
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Tezzele
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Margit
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Unterkalmsteiner
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Frieda
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Vieider
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Hilde
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Vigna
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Jürgen
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Weber
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Maurizio
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Winkler
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Franz
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147  
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 </row>
4171 <row>
4172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176
4177 \series bold
4178 Annovi
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell alignment="center" valignment="top" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187 Silvia
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196 555
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Bertoli
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Stefano
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Bozzi
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Walter
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Cachia
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Maria
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Cachia
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Maurizio
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Cinquemani
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Giusi
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Colin
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Bernard
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Concli
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Gianfranco
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Dal Bosco
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Carolina
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Dalpiaz
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Annamaria
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Feliciello
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Domenico
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Focarelli
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Paola
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Galletti
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Oreste
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Gasparini
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Franca
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Rizzardi
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Paola
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Lassini
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Giancarlo
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Malfatti
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Luciano
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Malfatti
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Valeriano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Meneguzzo
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Roberto
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Mezzadra
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Roberto
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Pirpamer
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Erich
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Pochiesa
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Paolo
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555, 222
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Radina
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Claudio
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Stuffer
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Oskar
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Tacchelli
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Ugo
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Tezzele
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Margit
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Unterkalmsteiner
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Frieda
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Vieider
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Hilde
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Vigna
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Jürgen
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 999
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Weber
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Maurizio
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Winkler
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Franz
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row endlastfoot="true">
5133 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 fin
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5143 \begin_inset Text
5144
5145 \begin_layout Plain Layout
5146
5147 \end_layout
5148
5149 \end_inset
5150 </cell>
5151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5152 \begin_inset Text
5153
5154 \begin_layout Plain Layout
5155
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 </lyxtabular>
5162
5163 \end_inset
5164
5165
5166 \begin_inset ERT
5167 status open
5168
5169 \begin_layout Plain Layout
5170
5171
5172 \backslash
5173 addtocounter{table}{-1}
5174 \end_layout
5175
5176 \end_inset
5177
5178
5179 \begin_inset Note Note
5180 status collapsed
5181
5182 \begin_layout Plain Layout
5183 Para comprender el uso de este comando, lee al final de la sección
5184 \begin_inset Space ~
5185 \end_inset
5186
5187
5188 \begin_inset CommandInset ref
5189 LatexCommand ref
5190 reference "sub:Leyendas-en-Tablas"
5191
5192 \end_inset
5193
5194  la primera nota resaltada en gris.
5195  
5196 \end_layout
5197
5198 \end_inset
5199
5200
5201 \end_layout
5202
5203 \begin_layout Subsection
5204 Notas al pie en tablas largas
5205 \begin_inset CommandInset label
5206 LatexCommand label
5207 name "sub:Notas-al-pie-en-Tablas-Largas"
5208
5209 \end_inset
5210
5211
5212 \begin_inset Index
5213 status collapsed
5214
5215 \begin_layout Plain Layout
5216 Tablas largas ! Notas al pie
5217 \end_layout
5218
5219 \end_inset
5220
5221
5222 \end_layout
5223
5224 \begin_layout Standard
5225 Se pueden insertar notas al pie en cada celda de una tabla larga.
5226  Las notas se muestran en la parte inferior de la página en la que esté
5227  la celda con la nota.
5228  La tabla
5229 \begin_inset Space ~
5230 \end_inset
5231
5232
5233 \begin_inset CommandInset ref
5234 LatexCommand ref
5235 reference "tab:DifLeyendas"
5236
5237 \end_inset
5238
5239  tiene un ejemplo de nota al pie.
5240 \end_layout
5241
5242 \begin_layout Subsection
5243 Alineación de tablas largas
5244 \begin_inset Index
5245 status collapsed
5246
5247 \begin_layout Plain Layout
5248 Tablas largas ! Alineación
5249 \end_layout
5250
5251 \end_inset
5252
5253
5254 \end_layout
5255
5256 \begin_layout Standard
5257 Las tablas largas se centran por defecto.
5258  Al contrario de la alineación de filas y columnas, la alineación de una
5259  tabla no se puede cambiar por ahora en el diálogo de tablas.
5260  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5261  longitudes 
5262 \series bold
5263
5264 \backslash
5265 LTleft
5266 \series default
5267  y 
5268 \series bold
5269
5270 \backslash
5271 LTright 
5272 \series default
5273 insertando la línea siguiente como ERT antes de la correspondiente tabla
5274  larga:
5275 \end_layout
5276
5277 \begin_layout Standard
5278
5279 \series bold
5280
5281 \backslash
5282 setlength{
5283 \backslash
5284 LTleft}{valor}
5285 \end_layout
5286
5287 \begin_layout Standard
5288 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5289 \begin_inset Space ~
5290 \end_inset
5291
5292
5293 \begin_inset CommandInset ref
5294 LatexCommand ref
5295 reference "tab:Unidades"
5296
5297 \end_inset
5298
5299 .
5300  
5301 \series bold
5302
5303 \backslash
5304 LTlent 
5305 \series default
5306 controla la distancia entre el borde izquierdo de la página y la tabla.
5307  
5308 \series bold
5309
5310 \backslash
5311 LTright 
5312 \series default
5313 la distancia desde el lado derecho.
5314  El valor predeterminado para ambas longitudes es 
5315 \series bold
5316
5317 \backslash
5318 fill
5319 \series default
5320 , que en este caso es lo mismo que un relleno horizontal en LyX.
5321 \end_layout
5322
5323 \begin_layout Standard
5324 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5325 \series bold
5326
5327 \backslash
5328 LTleft
5329 \series default
5330  0 pt.
5331 \begin_inset ERT
5332 status collapsed
5333
5334 \begin_layout Plain Layout
5335
5336
5337 \backslash
5338 setlength{
5339 \backslash
5340 LTleft}{0pt}
5341 \end_layout
5342
5343 \end_inset
5344
5345
5346 \end_layout
5347
5348 \begin_layout Standard
5349 \begin_inset Tabular
5350 <lyxtabular version="3" rows="5" columns="5">
5351 <features islongtable="true">
5352 <column alignment="center" valignment="top" width="0">
5353 <column alignment="center" valignment="top" width="0">
5354 <column alignment="center" valignment="top" width="0">
5355 <column alignment="center" valignment="top" width="0">
5356 <column alignment="center" valignment="top" width="0">
5357 <row>
5358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 1
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 2
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 3
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 4
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 5
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 </row>
5404 <row>
5405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 asd
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 s
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 s
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 s
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 asd
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 </row>
5451 <row>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 asd
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 s
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 s
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 s
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 asd
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 </row>
5498 <row>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 asd
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 s
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 s
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 s
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 asd
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 </row>
5545 <row>
5546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 asd
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 asd
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 asd
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 asd
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 </lyxtabular>
5593
5594 \end_inset
5595
5596
5597 \begin_inset ERT
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601
5602
5603 \backslash
5604 setlength{
5605 \backslash
5606 LTleft}{
5607 \backslash
5608 fill}
5609 \end_layout
5610
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \begin_layout Subsection
5617 Leyendas en tablas largas
5618 \begin_inset Index
5619 status collapsed
5620
5621 \begin_layout Plain Layout
5622 Tablas largas ! Leyendas
5623 \end_layout
5624
5625 \end_inset
5626
5627
5628 \begin_inset CommandInset label
5629 LatexCommand label
5630 name "sub:Leyendas-en-Tablas"
5631
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \begin_layout Standard
5638 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5639  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5640  para tablas largas.
5641 \end_layout
5642
5643 \begin_layout Standard
5644 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5645  hay que crearlos de la sigiente forma:
5646 \end_layout
5647
5648 \begin_layout Enumerate
5649 Crea una tabla larga.
5650 \end_layout
5651
5652 \begin_layout Enumerate
5653 Marca la primera fila y deshabilita su línea superior.
5654 \end_layout
5655
5656 \begin_layout Enumerate
5657 Inserta una leyenda con el menú 
5658 \family sans
5659 Insertar\SpecialChar \menuseparator
5660 Leyenda
5661 \family default
5662  en la primera celda.
5663 \begin_inset Newline newline
5664 \end_inset
5665
5666 También puedes añadir un 
5667 \family sans
5668 título breve
5669 \family default
5670  para la leyenda .
5671 \end_layout
5672
5673 \begin_layout Enumerate
5674 Inserta un 
5675 \begin_inset Quotes eld
5676 \end_inset
5677
5678
5679 \series bold
5680
5681 \backslash
5682
5683 \backslash
5684 %
5685 \series default
5686
5687 \begin_inset Quotes erd
5688 \end_inset
5689
5690  como ERT detrás de la leyenda.
5691 \end_layout
5692
5693 \begin_layout Standard
5694 En la Lista de tablas aparecerá el título breve en vez del título completo.
5695  El 
5696 \series bold
5697
5698 \begin_inset Quotes eld
5699 \end_inset
5700
5701
5702 \backslash
5703
5704 \backslash
5705 %
5706 \series default
5707
5708 \begin_inset Quotes erd
5709 \end_inset
5710
5711  detrás de la leyenda elimina las líneas verticales entre las siguientes
5712  celdas de la fila.
5713  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5714  la tabla real comienza en la segunda fila.
5715 \end_layout
5716
5717 \begin_layout Standard
5718 He aquí una pequeña tabla larga para mostrar cómo funciona:
5719 \end_layout
5720
5721 \begin_layout Standard
5722 \begin_inset Tabular
5723 <lyxtabular version="3" rows="6" columns="5">
5724 <features islongtable="true">
5725 <column alignment="center" valignment="top" width="0">
5726 <column alignment="center" valignment="top" width="0">
5727 <column alignment="center" valignment="top" width="0">
5728 <column alignment="center" valignment="top" width="0">
5729 <column alignment="center" valignment="top" width="0">
5730 <row caption="true">
5731 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Caption
5736
5737 \begin_layout Plain Layout
5738 Tabla larga con leyenda
5739 \begin_inset OptArg
5740 status open
5741
5742 \begin_layout Plain Layout
5743 Tabla larga
5744 \end_layout
5745
5746 \end_inset
5747
5748
5749 \end_layout
5750
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 1
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 2
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 3
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 4
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 5
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 </row>
5842 <row>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 asd
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 s
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 s
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 s
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 asd
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 s
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 s
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 s
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 asd
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 asd
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 s
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 s
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 asd
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 </row>
5983 <row>
5984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 asd
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 asd
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 </row>
6030 </lyxtabular>
6031
6032 \end_inset
6033
6034
6035 \end_layout
6036
6037 \begin_layout Standard
6038 \begin_inset VSpace medskip
6039 \end_inset
6040
6041
6042 \begin_inset Note Greyedout
6043 status open
6044
6045 \begin_layout Plain Layout
6046
6047 \series bold
6048 Nota
6049 \series default
6050 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6051  leyenda en alguna de ellas.
6052  Por esto podría suceder que, p.
6053 \begin_inset Space \thinspace{}
6054 \end_inset
6055
6056 e., la tabla
6057 \begin_inset Space ~
6058 \end_inset
6059
6060 2.4 siga a la tabla
6061 \begin_inset Space ~
6062 \end_inset
6063
6064 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6065  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6066  en ERT:
6067 \end_layout
6068
6069 \begin_layout Plain Layout
6070
6071 \series bold
6072
6073 \backslash
6074 addtocounter{table}{-1}
6075 \end_layout
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \begin_layout Standard
6083 \begin_inset Note Greyedout
6084 status open
6085
6086 \begin_layout Plain Layout
6087
6088 \series bold
6089 Nota:
6090 \series default
6091  Si utilizas el paquete LaTeX 
6092 \series bold
6093 hyperref
6094 \series default
6095
6096 \begin_inset Index
6097 status collapsed
6098
6099 \begin_layout Plain Layout
6100 LaTeX-paquetes ! hyperref
6101 \end_layout
6102
6103 \end_inset
6104
6105  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6106  llevan siempre al principio del documento.
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Subsubsection
6115 Referencias a tablas largas
6116 \begin_inset Index
6117 status collapsed
6118
6119 \begin_layout Plain Layout
6120 Tablas largas ! Referencias a
6121 \end_layout
6122
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \begin_layout Standard
6129 \begin_inset Tabular
6130 <lyxtabular version="3" rows="6" columns="5">
6131 <features islongtable="true">
6132 <column alignment="center" valignment="top" width="0">
6133 <column alignment="center" valignment="top" width="0">
6134 <column alignment="center" valignment="top" width="0">
6135 <column alignment="center" valignment="top" width="0">
6136 <column alignment="center" valignment="top" width="0">
6137 <row caption="true">
6138 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 \begin_inset Caption
6143
6144 \begin_layout Plain Layout
6145 Tabla larga referenciada
6146 \begin_inset CommandInset label
6147 LatexCommand label
6148 name "tab:RefEjemplo"
6149
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \end_inset
6161 </cell>
6162 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 1
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 2
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 3
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 4
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 5
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 </row>
6246 <row>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 asd
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 s
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 s
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 asd
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 </row>
6293 <row>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 asd
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 s
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 s
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 asd
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 </row>
6340 <row>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 asd
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 s
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 s
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 asd
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 </row>
6387 <row>
6388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 asd
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 sad
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 </row>
6434 </lyxtabular>
6435
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \begin_layout Standard
6442 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6443  Observa que tienes que añadir el prefijo 
6444 \begin_inset Quotes eld
6445 \end_inset
6446
6447
6448 \emph on
6449 tab
6450 \emph default
6451 :
6452 \begin_inset Quotes erd
6453 \end_inset
6454
6455  manualmente en el campo de etiqueta.
6456  
6457 \end_layout
6458
6459 \begin_layout Standard
6460 Esto es una referencia a la tabla
6461 \begin_inset Space ~
6462 \end_inset
6463
6464
6465 \begin_inset CommandInset ref
6466 LatexCommand ref
6467 reference "tab:RefEjemplo"
6468
6469 \end_inset
6470
6471 .
6472 \end_layout
6473
6474 \begin_layout Standard
6475 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6476  del documento mediante el paquete LaTeX 
6477 \series bold
6478 caption
6479 \series default
6480
6481 \begin_inset Index
6482 status collapsed
6483
6484 \begin_layout Plain Layout
6485 LaTeX-paquetes ! caption
6486 \end_layout
6487
6488 \end_inset
6489
6490 , véase sección
6491 \begin_inset Space ~
6492 \end_inset
6493
6494  
6495 \begin_inset CommandInset ref
6496 LatexCommand ref
6497 reference "sec:Formato-de-leyendas"
6498
6499 \end_inset
6500
6501 .
6502 \end_layout
6503
6504 \begin_layout Subsubsection
6505 Anchura de la leyenda
6506 \begin_inset Index
6507 status collapsed
6508
6509 \begin_layout Plain Layout
6510 Tablas largas ! Anchura de la leyenda
6511 \end_layout
6512
6513 \end_inset
6514
6515
6516 \end_layout
6517
6518 \begin_layout Standard
6519 La anchura máxima se define por la longitud 
6520 \series bold
6521
6522 \backslash
6523 LTcapwidth
6524 \series default
6525 .
6526  Por defecto es 4
6527 \begin_inset Space \thinspace{}
6528 \end_inset
6529
6530 in (4
6531 \begin_inset Space ~
6532 \end_inset
6533
6534 pulgadas).
6535  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6536  documento antes de la tabla larga a la que afecta
6537 \end_layout
6538
6539 \begin_layout Standard
6540
6541 \series bold
6542
6543 \backslash
6544 setlength{
6545 \backslash
6546 LTcapwidth}{anchura}
6547 \end_layout
6548
6549 \begin_layout Standard
6550 donde la anchura puede ser una de las unidades listadas en el apéndice
6551 \begin_inset Space ~
6552 \end_inset
6553
6554
6555 \begin_inset CommandInset ref
6556 LatexCommand ref
6557 reference "cha:Unidades-disponibles-en"
6558
6559 \end_inset
6560
6561 .
6562 \end_layout
6563
6564 \begin_layout Standard
6565 Las tablas siguientes muestran la diferencia:
6566 \end_layout
6567
6568 \begin_layout Standard
6569 \begin_inset Tabular
6570 <lyxtabular version="3" rows="6" columns="5">
6571 <features islongtable="true">
6572 <column alignment="center" valignment="top" width="0">
6573 <column alignment="center" valignment="top" width="0">
6574 <column alignment="center" valignment="top" width="0">
6575 <column alignment="center" valignment="top" width="0">
6576 <column alignment="center" valignment="top" width="0">
6577 <row caption="true">
6578 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6579 \begin_inset Text
6580
6581 \begin_layout Plain Layout
6582 \begin_inset Caption
6583
6584 \begin_layout Plain Layout
6585 Leyenda larga completa con anchura predeterminada leyenda larga completa
6586  con anchura predeterminada
6587 \begin_inset OptArg
6588 status open
6589
6590 \begin_layout Plain Layout
6591 Leyenda con anchura predeterminada
6592 \end_layout
6593
6594 \end_inset
6595
6596
6597 \end_layout
6598
6599 \end_inset
6600
6601
6602 \end_layout
6603
6604 \end_inset
6605 </cell>
6606 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 </row>
6643 <row>
6644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 1
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 2
6658 \end_layout
6659
6660 \end_inset
6661 </cell>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 3
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 4
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 5
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 <row>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 asd
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 s
6705 \end_layout
6706
6707 \end_inset
6708 </cell>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 s
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 s
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 asd
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 </row>
6737 <row>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 asd
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 s
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 s
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 s
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 asd
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 </row>
6784 <row>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 asd
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 s
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 s
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 s
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 asd
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 </row>
6831 <row>
6832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 asd
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845 sad
6846 \end_layout
6847
6848 \end_inset
6849 </cell>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 asd
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 asd
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 </lyxtabular>
6879
6880 \end_inset
6881
6882
6883 \end_layout
6884
6885 \begin_layout Standard
6886 \begin_inset ERT
6887 status collapsed
6888
6889 \begin_layout Plain Layout
6890
6891
6892 \backslash
6893 setlength{
6894 \backslash
6895 LTcapwidth}{5cm}
6896 \end_layout
6897
6898 \end_inset
6899
6900
6901 \begin_inset Tabular
6902 <lyxtabular version="3" rows="6" columns="5">
6903 <features islongtable="true">
6904 <column alignment="center" valignment="top" width="0">
6905 <column alignment="center" valignment="top" width="0">
6906 <column alignment="center" valignment="top" width="0">
6907 <column alignment="center" valignment="top" width="0">
6908 <column alignment="center" valignment="top" width="0">
6909 <row caption="true">
6910 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6911 \begin_inset Text
6912
6913 \begin_layout Plain Layout
6914 \begin_inset Caption
6915
6916 \begin_layout Plain Layout
6917 Leyenda larga completa con anchura de 5
6918 \begin_inset Space \thinspace{}
6919 \end_inset
6920
6921 cm leyenda larga completa con anchura de 5
6922 \begin_inset Space \thinspace{}
6923 \end_inset
6924
6925 cm leyenda larga completa con anchura de 5
6926 \begin_inset Space \thinspace{}
6927 \end_inset
6928
6929 cm
6930 \begin_inset OptArg
6931 status open
6932
6933 \begin_layout Plain Layout
6934 Leyenda con anchura
6935 \begin_inset Space \thinspace{}
6936 \end_inset
6937
6938 =
6939 \begin_inset Space \thinspace{}
6940 \end_inset
6941
6942 5
6943 \begin_inset Space \thinspace{}
6944 \end_inset
6945
6946 cm
6947 \end_layout
6948
6949 \end_inset
6950
6951
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 </row>
6998 <row>
6999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003 1
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 2
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7018 \begin_inset Text
7019
7020 \begin_layout Plain Layout
7021 3
7022 \end_layout
7023
7024 \end_inset
7025 </cell>
7026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7027 \begin_inset Text
7028
7029 \begin_layout Plain Layout
7030 4
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 5
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 </row>
7045 <row>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 asd
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 s
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 s
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077 s
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 asd
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 <row>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 s
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 s
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 s
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 asd
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 <row>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 s
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 s
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 asd
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 </row>
7186 <row>
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 sad
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 asd
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 asd
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 </lyxtabular>
7234
7235 \end_inset
7236
7237
7238 \begin_inset ERT
7239 status collapsed
7240
7241 \begin_layout Plain Layout
7242
7243
7244 \backslash
7245 setlength{
7246 \backslash
7247 LTcapwidth}{4in}
7248 \end_layout
7249
7250 \end_inset
7251
7252
7253 \end_layout
7254
7255 \begin_layout Standard
7256 \begin_inset Note Greyedout
7257 status collapsed
7258
7259 \begin_layout Plain Layout
7260
7261 \series bold
7262 Nota: 
7263 \series default
7264 Si se usa el paquete LaTeX 
7265 \series bold
7266 caption
7267 \series default
7268
7269 \begin_inset Index
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 LaTeX-paquetes ! caption
7274 \end_layout
7275
7276 \end_inset
7277
7278 , como en este documento, se usa la anchura de toda la página para el pie
7279  si utilizas el valor por defecto de 4
7280 \begin_inset Space \thinspace{}
7281 \end_inset
7282
7283 in para 
7284 \series bold
7285
7286 \backslash
7287 LTcapwidth
7288 \series default
7289 .
7290  En este caso, para conseguir exactamente un pie de 4
7291 \begin_inset Space \thinspace{}
7292 \end_inset
7293
7294 in, puedes poner un valor ligeramente diferente de 4.0
7295 \begin_inset Space \thinspace{}
7296 \end_inset
7297
7298 in, p.
7299 \begin_inset Space \thinspace{}
7300 \end_inset
7301
7302 e.
7303  3.99
7304 \begin_inset Space \thinspace{}
7305 \end_inset
7306
7307 in, o el comando de LaTeX 
7308 \series bold
7309
7310 \backslash
7311 captionsetup{width=valor}
7312 \series default
7313 , suministrado por el paquete 
7314 \series bold
7315 caption
7316 \series default
7317 .
7318 \end_layout
7319
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \begin_layout Subsubsection
7326 Leyendas distintas para cada página
7327 \begin_inset Index
7328 status collapsed
7329
7330 \begin_layout Plain Layout
7331 Tablas largas ! Leyendas distintas para cada página
7332 \end_layout
7333
7334 \end_inset
7335
7336
7337 \end_layout
7338
7339 \begin_layout Standard
7340 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7341  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7342  como primer encabezado.
7343  La leyenda para las restantes páginas se inserta sin título breve en una
7344  fila postiza de leyenda marcada como primer encabezado.
7345  Si este encabezado no ha de incluir el número de tabla, usa el comando
7346 \end_layout
7347
7348 \begin_layout Standard
7349
7350 \series bold
7351
7352 \backslash
7353 caption*{texto de la leyenda}
7354 \end_layout
7355
7356 \begin_layout Standard
7357 en vez del recuadro de leyenda de LyX.
7358  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7359  La tabla
7360 \begin_inset Space ~
7361 \end_inset
7362
7363
7364 \begin_inset CommandInset ref
7365 LatexCommand ref
7366 reference "tab:DifLeyendas"
7367
7368 \end_inset
7369
7370  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7371  no incluye número de tabla.
7372 \end_layout
7373
7374 \begin_layout Standard
7375 \align center
7376 \begin_inset Tabular
7377 <lyxtabular version="3" rows="60" columns="3">
7378 <features islongtable="true">
7379 <column alignment="left" valignment="top" width="0cm">
7380 <column alignment="left" valignment="top" width="0pt">
7381 <column alignment="right" valignment="top" width="0pt">
7382 <row endfirsthead="true" caption="true">
7383 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 \begin_inset Caption
7388
7389 \begin_layout Plain Layout
7390 Ejemplo de lista telefónica
7391 \begin_inset CommandInset label
7392 LatexCommand label
7393 name "tab:DifLeyendas"
7394
7395 \end_inset
7396
7397
7398 \begin_inset OptArg
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402 Ejemplo de lista telefónica
7403 \end_layout
7404
7405 \end_inset
7406
7407
7408 \end_layout
7409
7410 \end_inset
7411
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 </row>
7436 <row endfirsthead="true">
7437 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441
7442 \series bold
7443 Ejemplo de lista telefónica (ignore los nombres)
7444 \end_layout
7445
7446 \end_inset
7447 </cell>
7448 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 </row>
7467 <row endfirsthead="true">
7468 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \series bold
7474 NOMBRE
7475 \end_layout
7476
7477 \end_inset
7478 </cell>
7479 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494 TEL.
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row endhead="true" caption="true">
7501 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 \begin_inset ERT
7506 status open
7507
7508 \begin_layout Plain Layout
7509
7510
7511 \backslash
7512 caption*{Continúa Ejemplo de lista telefónica}
7513 \backslash
7514
7515 \backslash
7516 %
7517 \end_layout
7518
7519 \end_inset
7520
7521
7522 \end_layout
7523
7524 \end_inset
7525 </cell>
7526 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row endhead="true">
7546 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \series bold
7552 Ejemplo de lista telefónica
7553 \end_layout
7554
7555 \end_inset
7556 </cell>
7557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 </row>
7576 <row endhead="true">
7577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \series bold
7583 NOMBRE
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \series bold
7603 TEL.
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 </row>
7609 <row endfoot="true">
7610 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 continúa en página siguiente
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 Annovi
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 Silvia
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 111
7664 \end_layout
7665
7666 \end_inset
7667 </cell>
7668 </row>
7669 <row>
7670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
7675 \series bold
7676 Bertoli
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685 Stefano
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 111
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 </row>
7700 <row>
7701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705
7706 \series bold
7707 Bozzi
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 Walter
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 111
7726 \end_layout
7727
7728 \end_inset
7729 </cell>
7730 </row>
7731 <row>
7732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736
7737 \series bold
7738 Cachia
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 Maria
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756 111
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 </row>
7762 <row>
7763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767
7768 \series bold
7769 Cachia
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778 Maurizio
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7784 \begin_inset Text
7785
7786 \begin_layout Plain Layout
7787 111
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 </row>
7793 <row>
7794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798
7799 \series bold
7800 Cinquemani
7801 \end_layout
7802
7803 \end_inset
7804 </cell>
7805 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809 Giusi
7810 \end_layout
7811
7812 \end_inset
7813 </cell>
7814 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7815 \begin_inset Text
7816
7817 \begin_layout Plain Layout
7818 111
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \series bold
7831 Colin
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 Bernard
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 111
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \series bold
7862 Concli
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 Gianfranco
7872 \end_layout
7873
7874 \end_inset
7875 </cell>
7876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 111
7881 \end_layout
7882
7883 \end_inset
7884 </cell>
7885 </row>
7886 <row>
7887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891
7892 \series bold
7893 Dal Bosco
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 Carolina
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 111
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \series bold
7924 Dalpiaz
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 Annamaria
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 111
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row>
7949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953
7954 \series bold
7955 Feliciello
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Domenico
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 111
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row>
7980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Focarelli
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Paola
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 111
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 Galletti
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 Oreste
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035 111
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 </row>
8041 <row>
8042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 Gasparini
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057 Franca
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 111
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 </row>
8072 <row>
8073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \series bold
8079 Rizzardi
8080 \series default
8081
8082 \begin_inset Foot
8083 status open
8084
8085 \begin_layout Plain Layout
8086 Ejemplo de nota al pie
8087 \end_layout
8088
8089 \end_inset
8090
8091
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Paola
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Lassini
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Giancarlo
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Malfatti
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Luciano
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Malfatti
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Valeriano
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Meneguzzo
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Roberto
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Mezzadra
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Roberto
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Pirpamer
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Erich
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Pochiesa
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Paolo
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111, 222
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Radina
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Claudio
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Stuffer
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Oskar
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Tacchelli
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Ugo
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Tezzele
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Margit
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Unterkalmsteiner
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Frieda
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Vieider
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Hilde
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Vigna
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 Jürgen
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 111
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \series bold
8556 Weber
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 Maurizio
8566 \end_layout
8567
8568 \end_inset
8569 </cell>
8570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574 111
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \series bold
8587 Winkler
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 Franz
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 111
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616  
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 </row>
8640 <row>
8641 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \series bold
8647 Annovi
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656 Silvia
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 555
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \series bold
8678 Bertoli
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 Stefano
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 555
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 </row>
8702 <row>
8703 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707
8708 \series bold
8709 Bozzi
8710 \end_layout
8711
8712 \end_inset
8713 </cell>
8714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718 Walter
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 555
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \series bold
8740 Cachia
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 Maria
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 555
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 <row>
8765 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769
8770 \series bold
8771 Cachia
8772 \end_layout
8773
8774 \end_inset
8775 </cell>
8776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780 Maurizio
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 555
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 </row>
8795 <row>
8796 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800
8801 \series bold
8802 Cinquemani
8803 \end_layout
8804
8805 \end_inset
8806 </cell>
8807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811 Giusi
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 555
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \series bold
8833 Colin
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 Bernard
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 555
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 </row>
8857 <row>
8858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862
8863 \series bold
8864 Concli
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873 Gianfranco
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 555
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 </row>
8888 <row>
8889 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893
8894 \series bold
8895 Dal Bosco
8896 \end_layout
8897
8898 \end_inset
8899 </cell>
8900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904 Carolina
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 555
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row>
8920 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \series bold
8926 Dalpiaz
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Annamaria
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 555
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 </row>
8950 <row>
8951 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955
8956 \series bold
8957 Feliciello
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966 Domenico
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 555
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 </row>
8981 <row>
8982 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986
8987 \series bold
8988 Focarelli
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 Paola
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 555
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019 Galletti
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 Oreste
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 555
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 </row>
9043 <row>
9044 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048
9049 \series bold
9050 Gasparini
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059 Franca
9060 \end_layout
9061
9062 \end_inset
9063 </cell>
9064 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068 555
9069 \end_layout
9070
9071 \end_inset
9072 </cell>
9073 </row>
9074 <row>
9075 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079
9080 \series bold
9081 Rizzardi
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090 Paola
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 555
9100 \end_layout
9101
9102 \end_inset
9103 </cell>
9104 </row>
9105 <row>
9106 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110
9111 \series bold
9112 Lassini
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121 Giancarlo
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 555
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \series bold
9143 Malfatti
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 Luciano
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 555
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 </row>
9167 <row>
9168 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172
9173 \series bold
9174 Malfatti
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183 Valeriano
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 555
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203
9204 \series bold
9205 Meneguzzo
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 Roberto
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 555
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \series bold
9236 Mezzadra
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Roberto
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 555
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row endlastfoot="true">
9261 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 </row>
9289 </lyxtabular>
9290
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \begin_layout Standard
9297 \begin_inset Newpage newpage
9298 \end_inset
9299
9300
9301 \end_layout
9302
9303 \begin_layout Section
9304 Particularidades de las tablas largas
9305 \end_layout
9306
9307 \begin_layout Subsection
9308 Cálculos
9309 \begin_inset Index
9310 status collapsed
9311
9312 \begin_layout Plain Layout
9313 Tablas largas ! Cálculos
9314 \end_layout
9315
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \begin_layout Standard
9322 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9323  utilizando los denominados 
9324 \begin_inset Quotes eld
9325 \end_inset
9326
9327 trozos
9328 \begin_inset Quotes erd
9329 \end_inset
9330
9331 , que son partes de la tabla presentes en la memoria de LaTeX.
9332  El valor predeterminado está establecido a sólo 20 filas.
9333  Si estás usando tablas largas con muchas páginas, la generación del documento
9334  puede hacerse muy lenta.
9335  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9336  el siguiente comando en el preámbulo del documento:
9337 \end_layout
9338
9339 \begin_layout Standard
9340
9341 \series bold
9342
9343 \backslash
9344 setcounter{LTchunksize}{100}
9345 \end_layout
9346
9347 \begin_layout Subsection
9348 Flotantes y tablas largas
9349 \begin_inset Index
9350 status collapsed
9351
9352 \begin_layout Plain Layout
9353 Tablas largas ! Flotantes
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \begin_layout Standard
9362 Podría haber problemas si un flotante aparece en la misma página donde comienza
9363  una tabla larga.
9364  Para evitarlo, añade el comando 
9365 \series bold
9366
9367 \backslash
9368 clearpage
9369 \series default
9370  como ERT antes de la tabla.
9371 \end_layout
9372
9373 \begin_layout Subsection
9374 Saltos de página forzados
9375 \begin_inset Index
9376 status collapsed
9377
9378 \begin_layout Plain Layout
9379 Tablas largas ! Saltos de página forzados
9380 \end_layout
9381
9382 \end_inset
9383
9384
9385 \end_layout
9386
9387 \begin_layout Standard
9388 Por defecto, las tablas sólo se cortan entre filas.
9389  Si tienes una celda con líneas múltiples y necesitas un salto de página
9390  dentro de la celda, inserta el comando de nueva línea 
9391 \begin_inset Quotes eld
9392 \end_inset
9393
9394
9395 \series bold
9396
9397 \backslash
9398
9399 \backslash
9400
9401 \series default
9402
9403 \begin_inset Quotes erd
9404 \end_inset
9405
9406  como ERT en el punto en que quieras cortar.
9407  Antes del comando 
9408 \begin_inset Quotes eld
9409 \end_inset
9410
9411
9412 \series bold
9413
9414 \backslash
9415
9416 \backslash
9417
9418 \series default
9419
9420 \begin_inset Quotes erd
9421 \end_inset
9422
9423  debes insertar en ERT tantos caracteres 
9424 \begin_inset Quotes eld
9425 \end_inset
9426
9427
9428 \series bold
9429 &
9430 \series default
9431
9432 \begin_inset Quotes erd
9433 \end_inset
9434
9435  como columnas siguientes de la tabla.
9436  
9437 \series bold
9438 &
9439 \series default
9440  es el carácter para separar celdas.
9441  Escribe en ERT después de cada 
9442 \series bold
9443 &
9444 \series default
9445  el contenido de la celda siguiente correspondiente y borra el contenido
9446  de esas celdas.
9447 \begin_inset Newline newline
9448 \end_inset
9449
9450 Detrás del comando 
9451 \series bold
9452
9453 \backslash
9454
9455 \backslash
9456
9457 \series default
9458 , inserta tantos 
9459 \series bold
9460 &
9461 \series default
9462  como columnas haya delante de la actual.
9463  En la tabla
9464 \begin_inset Space ~
9465 \end_inset
9466
9467
9468 \begin_inset CommandInset ref
9469 LatexCommand ref
9470 reference "tab:Saltos de Página Forzados"
9471
9472 \end_inset
9473
9474  la celda que debería cortarse está en la segunda columna seguida de otra
9475  columna.
9476  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9477  
9478 \begin_inset Quotes eld
9479 \end_inset
9480
9481
9482 \emph on
9483 Castelchiodato,
9484 \emph default
9485
9486 \begin_inset Quotes erd
9487 \end_inset
9488
9489 :
9490 \end_layout
9491
9492 \begin_layout Standard
9493
9494 \series bold
9495 & 111
9496 \backslash
9497
9498 \backslash
9499
9500 \begin_inset Newline newline
9501 \end_inset
9502
9503 &
9504 \end_layout
9505
9506 \begin_layout Standard
9507 El 
9508 \begin_inset Quotes eld
9509 \end_inset
9510
9511 111
9512 \begin_inset Quotes erd
9513 \end_inset
9514
9515  en la tercera columna de la fila se ha borrado.
9516  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9517  superior pero quisieras una línea horizontal donde se corta la celda, usa
9518  este comando alternativo:
9519 \end_layout
9520
9521 \begin_layout Standard
9522
9523 \series bold
9524 & 111
9525 \backslash
9526
9527 \backslash
9528
9529 \begin_inset Newline newline
9530 \end_inset
9531
9532
9533 \backslash
9534 hline &
9535 \end_layout
9536
9537 \begin_layout Standard
9538 Cuando la celda a cortar está en la última columna, el comando
9539 \end_layout
9540
9541 \begin_layout Standard
9542
9543 \series bold
9544
9545 \backslash
9546 setlength{
9547 \backslash
9548 parfillskip}{0pt}
9549 \end_layout
9550
9551 \begin_layout Standard
9552 debe insertarse como ERT al principio de la celda.
9553  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9554  aparecerá con toda su anchura.
9555 \end_layout
9556
9557 \begin_layout Standard
9558 \align center
9559 \begin_inset Tabular
9560 <lyxtabular version="3" rows="39" columns="3">
9561 <features islongtable="true">
9562 <column alignment="left" valignment="top" width="0cm">
9563 <column alignment="left" valignment="top" width="3cm">
9564 <column alignment="right" valignment="top" width="0pt">
9565 <row endfirsthead="true" caption="true">
9566 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 \begin_inset Caption
9571
9572 \begin_layout Plain Layout
9573 Tabla con salto de página forzado en celda
9574 \begin_inset CommandInset label
9575 LatexCommand label
9576 name "tab:Saltos de Página Forzados"
9577
9578 \end_inset
9579
9580
9581 \begin_inset OptArg
9582 status collapsed
9583
9584 \begin_layout Plain Layout
9585 Tabla con salto de página forzado en celda
9586 \end_layout
9587
9588 \end_inset
9589
9590
9591 \end_layout
9592
9593 \end_inset
9594
9595
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 </row>
9619 <row endfirsthead="true">
9620 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \series bold
9626 Ejemplo de lista telefónica (ignore los nombres)
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row endfirsthead="true">
9651 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \series bold
9657 NOMBRE
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \series bold
9677 TEL.
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row endhead="true" caption="true">
9684 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 caption*{Continúa tabla con salto de página forzado en celda}
9696 \backslash
9697
9698 \backslash
9699 %
9700 \end_layout
9701
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 </row>
9728 <row endhead="true">
9729 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733  
9734 \series bold
9735 Ejemplo de lista telefónica
9736 \end_layout
9737
9738 \end_inset
9739 </cell>
9740 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \end_layout
9746
9747 \end_inset
9748 </cell>
9749 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9750 \begin_inset Text
9751
9752 \begin_layout Plain Layout
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row endhead="true">
9760 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \series bold
9766 NOMBRE
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784
9785 \series bold
9786 TEL.
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 </row>
9792 <row endfoot="true">
9793 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9794 \begin_inset Text
9795
9796 \begin_layout Plain Layout
9797 continúa en página siguiente
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9803 \begin_inset Text
9804
9805 \begin_layout Plain Layout
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9812 \begin_inset Text
9813
9814 \begin_layout Plain Layout
9815
9816 \end_layout
9817
9818 \end_inset
9819 </cell>
9820 </row>
9821 <row>
9822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \series bold
9828 Annovi
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 Silvia
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9843 \begin_inset Text
9844
9845 \begin_layout Plain Layout
9846 111
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \series bold
9859 Bertoli
9860 \end_layout
9861
9862 \end_inset
9863 </cell>
9864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868 Stefano
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 111
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \series bold
9890 Bozzi
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 Walter
9900 \end_layout
9901
9902 \end_inset
9903 </cell>
9904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9905 \begin_inset Text
9906
9907 \begin_layout Plain Layout
9908 111
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 <row>
9915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919
9920 \series bold
9921 Cachia
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 Maria
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 111
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \series bold
9952 Cachia
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 Maurizio
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 111
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 </row>
9976 <row>
9977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981
9982 \series bold
9983 Cinquemani
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 Giusi
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 111
10002 \end_layout
10003
10004 \end_inset
10005 </cell>
10006 </row>
10007 <row>
10008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012
10013 \series bold
10014 Colin
10015 \end_layout
10016
10017 \end_inset
10018 </cell>
10019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023 Bernard
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 111
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043
10044 \series bold
10045 Concli
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054 Gianfranco
10055 \end_layout
10056
10057 \end_inset
10058 </cell>
10059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063 111
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \series bold
10076 Dal Bosco
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 Carolina
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 111
10095 \end_layout
10096
10097 \end_inset
10098 </cell>
10099 </row>
10100 <row>
10101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105
10106 \series bold
10107 Dalpiaz
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 Annamaria
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 111
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 </row>
10131 <row>
10132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136
10137 \series bold
10138 Feliciello
10139 \end_layout
10140
10141 \end_inset
10142 </cell>
10143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147 Domenico
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156 111
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \series bold
10169 Focarelli
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178 Paola
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10184 \begin_inset Text
10185
10186 \begin_layout Plain Layout
10187 111
10188 \end_layout
10189
10190 \end_inset
10191 </cell>
10192 </row>
10193 <row>
10194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198
10199 \series bold
10200 Galletti
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 Oreste
10210 \end_layout
10211
10212 \end_inset
10213 </cell>
10214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10215 \begin_inset Text
10216
10217 \begin_layout Plain Layout
10218 111
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row>
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229
10230 \series bold
10231 Gasparini
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 Franca
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 111
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260
10261 \series bold
10262 Lassini
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 Giancarlo, 11.
10272  Fürst von Montecompatri, 11.
10273  Fürst von Sulmona und Vivaro, 10.
10274  Fürst von Rossano, 5.
10275  Herzog von Canemorte, 11.
10276  Herzog von Palombara, 5.
10277  Herzog von Castelchiodato,
10278 \begin_inset ERT
10279 status open
10280
10281 \begin_layout Plain Layout
10282
10283 & 111
10284 \backslash
10285
10286 \backslash
10287
10288 \end_layout
10289
10290 \begin_layout Plain Layout
10291
10292 &
10293 \end_layout
10294
10295 \end_inset
10296
10297  11.
10298  Herzog von Poggionativo, 11.
10299  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10300  Graf von Valinfreda, 11.
10301  Baron von Cropalati, 11.
10302  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10308 \begin_inset Text
10309
10310 \begin_layout Plain Layout
10311
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 </row>
10317 <row>
10318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322
10323 \series bold
10324 Malfatti
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 Luciano
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10339 \begin_inset Text
10340
10341 \begin_layout Plain Layout
10342 111
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \series bold
10355 Malfatti
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 Valeriano
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 111
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 </row>
10379 <row>
10380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384
10385 \series bold
10386 Meneguzzo
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 Roberto
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 111
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415
10416 \series bold
10417 Mezzadra
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 Roberto
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 111
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row>
10442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \series bold
10448 Pirpamer
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 Erich
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 111
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \series bold
10479 Pochiesa
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 Paolo
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 111, 222
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row>
10504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \series bold
10510 Radina
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 Claudio
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10525 \begin_inset Text
10526
10527 \begin_layout Plain Layout
10528 111
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \series bold
10541 Rizzardi
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 Paolo
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 111
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 </row>
10565 <row>
10566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \series bold
10572 Stuffer
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 Oskar
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10587 \begin_inset Text
10588
10589 \begin_layout Plain Layout
10590 111
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 </row>
10596 <row>
10597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601
10602 \series bold
10603 Tacchelli
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 Ugo
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 111
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 </row>
10627 <row>
10628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10629 \begin_inset Text
10630
10631 \begin_layout Plain Layout
10632
10633 \series bold
10634 Tezzele
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 Margit
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10649 \begin_inset Text
10650
10651 \begin_layout Plain Layout
10652 111
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \series bold
10665 Unterkalmsteiner
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Frieda
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 111
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 </row>
10689 <row>
10690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694
10695 \series bold
10696 Vieider
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Hilde
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10711 \begin_inset Text
10712
10713 \begin_layout Plain Layout
10714 111
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \series bold
10727 Vigna
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 Jürgen
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 111
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756
10757 \series bold
10758 Weber
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 Maurizio
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 111
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 </row>
10782 <row>
10783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787
10788 \series bold
10789 Winkler
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 Franz
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 111
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 </row>
10813 <row endlastfoot="true">
10814 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 </row>
10842 </lyxtabular>
10843
10844 \end_inset
10845
10846
10847 \end_layout
10848
10849 \begin_layout Section
10850 Líneas múltiples en columnas y filas
10851 \end_layout
10852
10853 \begin_layout Subsection
10854 Líneas múltiples en celdas
10855 \begin_inset CommandInset label
10856 LatexCommand label
10857 name "sub:Líneas-Múltiples-en"
10858
10859 \end_inset
10860
10861
10862 \begin_inset Index
10863 status collapsed
10864
10865 \begin_layout Plain Layout
10866 Líneas múltiples en celdas
10867 \end_layout
10868
10869 \end_inset
10870
10871
10872 \begin_inset Index
10873 status collapsed
10874
10875 \begin_layout Plain Layout
10876 Tablas ! Saltos de línea
10877 \end_layout
10878
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \begin_layout Standard
10885 \align center
10886 \begin_inset Float table
10887 placement H
10888 wide false
10889 sideways false
10890 status open
10891
10892 \begin_layout Plain Layout
10893 \begin_inset Caption
10894
10895 \begin_layout Plain Layout
10896 \begin_inset CommandInset label
10897 LatexCommand label
10898 name "tab:Tabla-con-múltiples"
10899
10900 \end_inset
10901
10902 Tabla con líneas múltiples en celda
10903 \end_layout
10904
10905 \end_inset
10906
10907
10908 \end_layout
10909
10910 \begin_layout Plain Layout
10911 \align center
10912 \begin_inset Tabular
10913 <lyxtabular version="3" rows="3" columns="3">
10914 <features>
10915 <column alignment="center" valignment="middle" width="2.5cm">
10916 <column alignment="center" valignment="middle" width="0">
10917 <column alignment="center" valignment="middle" width="0">
10918 <row>
10919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10920 \begin_inset Text
10921
10922 \begin_layout Plain Layout
10923 líneas
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 linebreak 
10932 \end_layout
10933
10934 \end_inset
10935
10936 múltiples
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 b
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10951 \begin_inset Text
10952
10953 \begin_layout Plain Layout
10954 c
10955 \end_layout
10956
10957 \end_inset
10958 </cell>
10959 </row>
10960 <row>
10961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 d
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974 e
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 f
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row>
10990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 g
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 h
11004 \end_layout
11005
11006 \end_inset
11007 </cell>
11008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012 i
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 </row>
11018 </lyxtabular>
11019
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \end_inset
11026
11027
11028 \end_layout
11029
11030 \begin_layout Standard
11031 Al ajustar anchura fija en una columna se habilita la entrada de texto como
11032  párrafos con varias líneas y guionado.
11033 \end_layout
11034
11035 \begin_layout Standard
11036 Para generar la tabla
11037 \begin_inset Space ~
11038 \end_inset
11039
11040
11041 \begin_inset CommandInset ref
11042 LatexCommand ref
11043 reference "tab:Tabla-con-múltiples"
11044
11045 \end_inset
11046
11047 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11048  En el diálogo que surge establece una anchura de 2.5
11049 \begin_inset Space \thinspace{}
11050 \end_inset
11051
11052 cm y escoge centro en alineación vertical y horizontal.
11053  La alineación vertical se utiliza para todas las celdas de la fila.
11054  Como nuestro texto es menor de 2.5
11055 \begin_inset Space \thinspace{}
11056 \end_inset
11057
11058 cm, sólo aparece una línea.
11059  Para poner dos añadimos un salto de línea con el comando en ERT
11060 \end_layout
11061
11062 \begin_layout Standard
11063
11064 \series bold
11065
11066 \backslash
11067 linebreak
11068 \end_layout
11069
11070 \begin_layout Standard
11071 Si el texto es más ancho que la celda será automáticamente dividido en líneas.
11072 \end_layout
11073
11074 \begin_layout Standard
11075 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11076  con guión si es la primera entrada.
11077  Por eso hay que insertar algo para que dicha palabra no sea la primera
11078  entrada: añade el comando
11079 \end_layout
11080
11081 \begin_layout Standard
11082
11083 \series bold
11084
11085 \backslash
11086 hspace{0pt}
11087 \end_layout
11088
11089 \begin_layout Standard
11090 en ERT antes de la palabra.
11091  Como el espacio es 0 la salida no cambia.
11092  La tabla
11093 \begin_inset Space ~
11094 \end_inset
11095
11096
11097 \begin_inset CommandInset ref
11098 LatexCommand ref
11099 reference "tab:Tabla-con-y"
11100
11101 \end_inset
11102
11103  muestra el efecto.
11104 \end_layout
11105
11106 \begin_layout Standard
11107 \begin_inset Float table
11108 placement b
11109 wide false
11110 sideways false
11111 status open
11112
11113 \begin_layout Plain Layout
11114 \begin_inset Caption
11115
11116 \begin_layout Plain Layout
11117 \begin_inset CommandInset label
11118 LatexCommand label
11119 name "tab:Tabla-con-y"
11120
11121 \end_inset
11122
11123 Tablas con y sin guión
11124 \end_layout
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Plain Layout
11132 \begin_inset Space \hfill{}
11133 \end_inset
11134
11135
11136 \begin_inset Tabular
11137 <lyxtabular version="3" rows="3" columns="3">
11138 <features>
11139 <column alignment="center" valignment="middle" width="2.5cm">
11140 <column alignment="center" valignment="middle" width="0">
11141 <column alignment="center" valignment="middle" width="0">
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Plain Layout
11147 celdaconpalabramuylarga
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 b
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 c
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176 d
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 e
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 f
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 g
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 h
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 i
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 </row>
11229 </lyxtabular>
11230
11231 \end_inset
11232
11233
11234 \begin_inset Space \hfill{}
11235 \end_inset
11236
11237
11238 \begin_inset Tabular
11239 <lyxtabular version="3" rows="3" columns="3">
11240 <features>
11241 <column alignment="center" valignment="middle" width="2.5cm">
11242 <column alignment="center" valignment="middle" width="0">
11243 <column alignment="center" valignment="middle" width="0">
11244 <row>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 \begin_inset ERT
11250 status collapsed
11251
11252 \begin_layout Plain Layout
11253
11254
11255 \backslash
11256 hspace{0pt}
11257 \end_layout
11258
11259 \end_inset
11260
11261 celdaconpalabramuylarga
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 b
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 c
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 </row>
11285 <row>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 d
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 e
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 f
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 <row>
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319 g
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 h
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 i
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 </row>
11343 </lyxtabular>
11344
11345 \end_inset
11346
11347
11348 \begin_inset Space \hfill{}
11349 \end_inset
11350
11351
11352 \end_layout
11353
11354 \end_inset
11355
11356
11357 \end_layout
11358
11359 \begin_layout Subsection
11360 Multicolumnas
11361 \begin_inset CommandInset label
11362 LatexCommand label
11363 name "sub:Multicolumnas"
11364
11365 \end_inset
11366
11367
11368 \begin_inset Index
11369 status collapsed
11370
11371 \begin_layout Plain Layout
11372 Multicolumnas
11373 \end_layout
11374
11375 \end_inset
11376
11377
11378 \begin_inset Index
11379 status collapsed
11380
11381 \begin_layout Plain Layout
11382 Tablas ! Multicolumnas
11383 \end_layout
11384
11385 \end_inset
11386
11387
11388 \end_layout
11389
11390 \begin_layout Subsubsection
11391 Fundamentos de multicolumna
11392 \end_layout
11393
11394 \begin_layout Standard
11395 Para extender una celda sobre varias columnas, se marcan las celdas que
11396  se desee combinar y se usa el botón 
11397 \begin_inset Graphics
11398         filename ../../images/tabular-feature_multicolumn.png
11399         scale 85
11400
11401 \end_inset
11402
11403 , el menú 
11404 \family sans
11405 Editar\SpecialChar \menuseparator
11406 Tabla\SpecialChar \menuseparator
11407 Multicolumna
11408 \family default
11409 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11410  bajo la solapa 
11411 \family sans
11412 Configuración
11413 \family default
11414 , la casilla Multicolumna.
11415 \end_layout
11416
11417 \begin_layout Standard
11418 Las multicolumnas tienen su propia configuración de celdas.
11419  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11420  multicolumna.
11421  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11422  otra en la última fila sin borde superior:
11423 \end_layout
11424
11425 \begin_layout Standard
11426 \align center
11427 \begin_inset Tabular
11428 <lyxtabular version="3" rows="3" columns="4">
11429 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11430 <column alignment="center" valignment="top" width="0pt">
11431 <column alignment="center" valignment="middle" width="0">
11432 <column alignment="center" valignment="top" width="0in">
11433 <column alignment="center" valignment="top" width="0pt">
11434 <row>
11435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 abc
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 def ghi
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 jkl
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 </row>
11472 <row>
11473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477
11478 \family roman
11479 \series medium
11480 \shape up
11481 \size normal
11482 \emph off
11483 \bar no
11484 \noun off
11485 \color none
11486 A
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 B
11496 \end_layout
11497
11498 \end_inset
11499 </cell>
11500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11501 \begin_inset Text
11502
11503 \begin_layout Plain Layout
11504 C
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 D
11514 \end_layout
11515
11516 \end_inset
11517 </cell>
11518 </row>
11519 <row>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 1
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 2
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542 3
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 4
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 </row>
11557 </lyxtabular>
11558
11559 \end_inset
11560
11561
11562 \end_layout
11563
11564 \begin_layout Subsubsection
11565 Cálculos en multicolumnas
11566 \begin_inset CommandInset label
11567 LatexCommand label
11568 name "sub:Cálculos-en-Multicolumnas"
11569
11570 \end_inset
11571
11572
11573 \begin_inset Index
11574 status collapsed
11575
11576 \begin_layout Plain Layout
11577 Multicolumnas ! Cálculos
11578 \end_layout
11579
11580 \end_inset
11581
11582
11583 \end_layout
11584
11585 \begin_layout Standard
11586 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11587  la anchura de celda de las columnas combinadas en la celda multicolumna.
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \begin_inset Float table
11592 wide false
11593 sideways false
11594 status open
11595
11596 \begin_layout Plain Layout
11597 \begin_inset Caption
11598
11599 \begin_layout Plain Layout
11600 \begin_inset CommandInset label
11601 LatexCommand label
11602 name "tab:Tabla-con-centrado"
11603
11604 \end_inset
11605
11606 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11607 te la mitad de anchura que la celda multicolumna
11608 \begin_inset OptArg
11609 status collapsed
11610
11611 \begin_layout Plain Layout
11612 Tabla multicolumna perfecta
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \end_layout
11619
11620 \end_inset
11621
11622
11623 \end_layout
11624
11625 \begin_layout Plain Layout
11626 \align center
11627 \begin_inset Tabular
11628 <lyxtabular version="3" rows="3" columns="3">
11629 <features>
11630 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11631 <column alignment="center" valignment="middle" width="0">
11632 <column alignment="center" valignment="top" width="0">
11633 <row>
11634 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 multicolumna línea múltiple
11639 \end_layout
11640
11641 \end_inset
11642 </cell>
11643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 c
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 </row>
11662 <row>
11663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 d
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 e
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 f
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 </row>
11691 <row>
11692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 g
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 h
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 i
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 </row>
11720 </lyxtabular>
11721
11722 \end_inset
11723
11724
11725 \end_layout
11726
11727 \end_inset
11728
11729
11730 \end_layout
11731
11732 \begin_layout Standard
11733 Por ejemplo, para crear la tabla
11734 \begin_inset Space ~
11735 \end_inset
11736
11737
11738 \begin_inset CommandInset ref
11739 LatexCommand ref
11740 reference "tab:Tabla-con-centrado"
11741
11742 \end_inset
11743
11744 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11745  clic-derecha.
11746  En el diálogo marca 
11747 \emph on
11748 multicolumna
11749 \emph default
11750
11751 \emph on
11752 alineación centro
11753 \emph default
11754  y una anchura de 2.5
11755 \begin_inset Space \thinspace{}
11756 \end_inset
11757
11758 cm.
11759  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11760  de la celda multicolumna, así que deberías ajustar 1.25
11761 \begin_inset Space \thinspace{}
11762 \end_inset
11763
11764 cm para la primera columna.
11765  La segunda columna tendrá entonces automáticamente 1.25
11766 \begin_inset Space \thinspace{}
11767 \end_inset
11768
11769 cm de anchura.
11770  Para la tabla
11771 \begin_inset Space ~
11772 \end_inset
11773
11774
11775 \begin_inset CommandInset ref
11776 LatexCommand ref
11777 reference "tab:Tabla-sin-mitad"
11778
11779 \end_inset
11780
11781  se ha procedido de la siguiente manera:
11782 \end_layout
11783
11784 \begin_layout Standard
11785 \begin_inset Float table
11786 wide false
11787 sideways false
11788 status open
11789
11790 \begin_layout Plain Layout
11791 \begin_inset Caption
11792
11793 \begin_layout Plain Layout
11794 \begin_inset CommandInset label
11795 LatexCommand label
11796 name "tab:Tabla-sin-mitad"
11797
11798 \end_inset
11799
11800 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11801  anchura que la celda multicolumna
11802 \begin_inset OptArg
11803 status open
11804
11805 \begin_layout Plain Layout
11806 Tabla multicolumna imperfecta
11807 \end_layout
11808
11809 \end_inset
11810
11811
11812 \end_layout
11813
11814 \end_inset
11815
11816
11817 \end_layout
11818
11819 \begin_layout Plain Layout
11820 \align center
11821 \begin_inset Tabular
11822 <lyxtabular version="3" rows="3" columns="3">
11823 <features>
11824 <column alignment="center" valignment="top" width="1.25cm">
11825 <column alignment="center" valignment="top" width="0">
11826 <column alignment="center" valignment="top" width="0">
11827 <row>
11828 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 multicolumna línea múltiple
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 c
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 </row>
11856 <row>
11857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11858 \begin_inset Text
11859
11860 \begin_layout Plain Layout
11861 d
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 e
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 f
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 </row>
11885 <row>
11886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11887 \begin_inset Text
11888
11889 \begin_layout Plain Layout
11890 g
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899 h
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 i
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 </lyxtabular>
11915
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \begin_layout Standard
11927 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11928 a, es un poco mayor.
11929  La razón es que la anchura dada para una celda 
11930 \begin_inset Formula $W_{g}$
11931 \end_inset
11932
11933  no es su anchura total 
11934 \begin_inset Formula $W_{\mathrm{tot}}$
11935 \end_inset
11936
11937  porque una celda es siempre algo mayor que la anchura dada.
11938  El apéndice
11939 \begin_inset Space ~
11940 \end_inset
11941
11942
11943 \begin_inset CommandInset ref
11944 LatexCommand eqref
11945 reference "cha:Explicación-de-la-Ecuación"
11946
11947 \end_inset
11948
11949  lo explica con detalle.
11950 \end_layout
11951
11952 \begin_layout Standard
11953 La anchura dada necesaria, 
11954 \begin_inset Formula $W_{g\, n}$
11955 \end_inset
11956
11957  para combinar 
11958 \emph on
11959 n
11960 \emph default
11961  columnas puede calcularse de manera que cada columna tenga una anchura
11962  total de 
11963 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11964 \end_inset
11965
11966 :
11967 \begin_inset Formula \begin{equation}
11968 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \begin_layout Standard
11976 En nuestro caso tenemos 
11977 \begin_inset Formula $n=2$
11978 \end_inset
11979
11980
11981 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11982 \end_inset
11983
11984
11985 \begin_inset Space \thinspace{}
11986 \end_inset
11987
11988 cm y los valores predeterminados para longitudes, así la ecuación
11989 \begin_inset Space ~
11990 \end_inset
11991
11992
11993 \begin_inset CommandInset ref
11994 LatexCommand ref
11995 reference "eq:Wgn"
11996
11997 \end_inset
11998
11999  queda
12000 \begin_inset Formula \begin{equation}
12001 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
12002
12003 \end_inset
12004
12005
12006 \end_layout
12007
12008 \begin_layout Standard
12009 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
12010  
12011 \series bold
12012 calc
12013 \series default
12014  con la línea
12015 \begin_inset Index
12016 status collapsed
12017
12018 \begin_layout Plain Layout
12019 LaTeX-paquetes ! calc
12020 \end_layout
12021
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \begin_layout Standard
12028
12029 \series bold
12030
12031 \backslash
12032 usepackage{calc}
12033 \end_layout
12034
12035 \begin_layout Standard
12036 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
12037  Por tanto hay que insertar un argumento LaTeX en el diálogo.
12038  He aquí un repaso de los argumentos:
12039 \end_layout
12040
12041 \begin_layout Itemize
12042
12043 \series bold
12044 p{ancho}
12045 \series default
12046  crea celdas con anchura fija, el texto alineado arriba
12047 \end_layout
12048
12049 \begin_layout Itemize
12050
12051 \series bold
12052 m{ancho}
12053 \series default
12054  crea celdas con anchura fija, el texto con alineación vertical centrada
12055  
12056 \end_layout
12057
12058 \begin_layout Itemize
12059
12060 \series bold
12061 b{ancho}
12062 \series default
12063  crea celdas con anchura fija, el texto alineado abajo
12064 \end_layout
12065
12066 \begin_layout Standard
12067 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12068  en el diálogo se ignoran.
12069 \end_layout
12070
12071 \begin_layout Standard
12072 \begin_inset Note Greyedout
12073 status open
12074
12075 \begin_layout Plain Layout
12076
12077 \series bold
12078 Nota:
12079 \series default
12080  Debido a un error, LyX muestra de todas formas estas propiedades.
12081 \end_layout
12082
12083 \end_inset
12084
12085  
12086 \end_layout
12087
12088 \begin_layout Standard
12089 El comando 
12090 \series bold
12091
12092 \backslash
12093 centering
12094 \series default
12095  centra horizontalmente el texto.
12096  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12097  columna extendida:
12098 \end_layout
12099
12100 \begin_layout Standard
12101
12102 \series bold
12103 >{
12104 \backslash
12105 centering}m{1.25cm-6.2pt}
12106 \end_layout
12107
12108 \begin_layout Standard
12109 El comando 
12110 \series bold
12111 >{ }
12112 \series default
12113  significa que los comandos entre llaves se aplican antes de crear la celda.
12114 \end_layout
12115
12116 \begin_layout Standard
12117 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12118 , aún está alineado a la izquierda.
12119  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12120  Así que para multicolumnas hemos de usar el argumento de LaTeX
12121 \end_layout
12122
12123 \begin_layout Standard
12124
12125 \series bold
12126 >{
12127 \backslash
12128 centering}m{2.5cm}
12129 \end_layout
12130
12131 \begin_layout Subsection
12132 Multifilas
12133 \begin_inset Index
12134 status collapsed
12135
12136 \begin_layout Plain Layout
12137 Multifilas
12138 \end_layout
12139
12140 \end_inset
12141
12142
12143 \begin_inset Index
12144 status collapsed
12145
12146 \begin_layout Plain Layout
12147 Tablas ! Multifilas
12148 \end_layout
12149
12150 \end_inset
12151
12152
12153 \begin_inset Index
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157 LaTeX-paquetes ! multirow
12158 \end_layout
12159
12160 \end_inset
12161
12162
12163 \end_layout
12164
12165 \begin_layout Standard
12166 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12167  hace falta un poco de ERT.
12168  Hay que cargar el paquete de LaTeX 
12169 \series bold
12170 multirow
12171 \series default
12172  en el preámbulo del documento con el comando
12173 \end_layout
12174
12175 \begin_layout Standard
12176
12177 \series bold
12178
12179 \backslash
12180 usepackage{multirow}
12181 \end_layout
12182
12183 \begin_layout Standard
12184 Las multifilas se crean con el comando
12185 \end_layout
12186
12187 \begin_layout Standard
12188
12189 \series bold
12190
12191 \backslash
12192 multirow{número de filas}{ancho de celda}{entrada de celda}
12193 \end_layout
12194
12195 \begin_layout Standard
12196 Para crear la siguiente tabla:
12197 \end_layout
12198
12199 \begin_layout Standard
12200 \align center
12201 \begin_inset ERT
12202 status collapsed
12203
12204 \begin_layout Plain Layout
12205
12206
12207 \backslash
12208 renewcommand{
12209 \backslash
12210 multirowsetup}{
12211 \backslash
12212 centering}
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \begin_inset Tabular
12219 <lyxtabular version="3" rows="3" columns="3">
12220 <features>
12221 <column alignment="center" valignment="top" width="0">
12222 <column alignment="center" valignment="top" width="0">
12223 <column alignment="center" valignment="top" width="0">
12224 <row>
12225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12226 \begin_inset Text
12227
12228 \begin_layout Plain Layout
12229 a
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 b
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247 c
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 </row>
12253 <row>
12254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12255 \begin_inset Text
12256
12257 \begin_layout Plain Layout
12258 \begin_inset ERT
12259 status collapsed
12260
12261 \begin_layout Plain Layout
12262
12263
12264 \backslash
12265 multirow{2}{2.5cm}{
12266 \end_layout
12267
12268 \end_inset
12269
12270 entrada multifila
12271 \begin_inset ERT
12272 status collapsed
12273
12274 \begin_layout Plain Layout
12275
12276 }
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \end_layout
12283
12284 \end_inset
12285 </cell>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 e
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 f
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row>
12306 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 h
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 i
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 </row>
12334 </lyxtabular>
12335
12336 \end_inset
12337
12338
12339 \begin_inset ERT
12340 status collapsed
12341
12342 \begin_layout Plain Layout
12343
12344
12345 \backslash
12346 renewcommand{
12347 \backslash
12348 multirowsetup}{
12349 \backslash
12350 raggedright}
12351 \end_layout
12352
12353 \end_inset
12354
12355
12356 \end_layout
12357
12358 \begin_layout Standard
12359 crea una tabla 3×3.
12360  Para quitar la línea sobre la última celda en la primera columna, se marca
12361  la celda como multicolumna y se quita el borde superior.
12362  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12363  ahí el comando
12364 \end_layout
12365
12366 \begin_layout Standard
12367
12368 \series bold
12369
12370 \backslash
12371 multirow{2}{2.5cm}{
12372 \end_layout
12373
12374 \begin_layout Standard
12375 como ERT.
12376  Según los parámetros del comando la multifila se expande a dos filas y
12377  tiene de ancho 2.5
12378 \begin_inset Space \thinspace{}
12379 \end_inset
12380
12381 cm.
12382  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12383  finaliza con llave derecha 
12384 \series bold
12385 }
12386 \series default
12387  en otro cuadro ERT tras el texto.
12388 \end_layout
12389
12390 \begin_layout Standard
12391
12392 \series bold
12393
12394 \backslash
12395 multirow
12396 \series default
12397  alinea su contenido a la izquierda por defecto.
12398  Para cambiarlo renombra el comando 
12399 \series bold
12400
12401 \backslash
12402 multirowsetup
12403 \series default
12404  con el comando
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 renewcommand{
12413 \backslash
12414 multirowsetup}{
12415 \backslash
12416 centering}
12417 \end_layout
12418
12419 \begin_layout Standard
12420 en ERT en el preámbulo del documento.
12421  Entonces se centran todas las entradas de celdas multifila en el documento.
12422  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12423  en ERT justo antes de la tabla en lugar de en el preámbulo.
12424  Si el texto debe estar alineado a la derecha, reemplaza 
12425 \series bold
12426
12427 \backslash
12428 centering
12429 \series default
12430  por 
12431 \series bold
12432
12433 \backslash
12434 raggedleft
12435 \series default
12436 .
12437  Para volver a alineado a la izquierda usa 
12438 \series bold
12439
12440 \backslash
12441 raggedright
12442 \series default
12443 .
12444 \end_layout
12445
12446 \begin_layout Section
12447 Tablas formales
12448 \begin_inset CommandInset label
12449 LatexCommand label
12450 name "sec:Tablas-Formales"
12451
12452 \end_inset
12453
12454
12455 \begin_inset Index
12456 status collapsed
12457
12458 \begin_layout Plain Layout
12459 Tablas Formales
12460 \end_layout
12461
12462 \end_inset
12463
12464
12465 \begin_inset Index
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 Tablas ! Estilo formal
12470 \end_layout
12471
12472 \end_inset
12473
12474  
12475 \end_layout
12476
12477 \begin_layout Standard
12478 En los libros, las tablas se suelen presentar en un formato como el de la
12479  tabla 
12480 \begin_inset Space ~
12481 \end_inset
12482
12483
12484 \begin_inset CommandInset ref
12485 LatexCommand ref
12486 reference "tab:Ejemplo-tabla-formal"
12487
12488 \end_inset
12489
12490 .
12491  Se denominan tablas 
12492 \emph on
12493 formales
12494 \emph default
12495 .
12496  Para hacer tablas con este diseño, elige 
12497 \family sans
12498 Estilo
12499 \family default
12500
12501 \begin_inset Space ~
12502 \end_inset
12503
12504
12505 \family sans
12506 Formal
12507 \family default
12508  en la solapa 
12509 \family sans
12510 Bordes
12511 \family default
12512  del cuadro de diálogo de tablas.
12513 \end_layout
12514
12515 \begin_layout Standard
12516 \begin_inset Float table
12517 placement h
12518 wide false
12519 sideways false
12520 status open
12521
12522 \begin_layout Plain Layout
12523 \begin_inset Caption
12524
12525 \begin_layout Plain Layout
12526 \begin_inset CommandInset label
12527 LatexCommand label
12528 name "tab:Ejemplo-tabla-formal"
12529
12530 \end_inset
12531
12532 Ejemplo de tabla formal
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Plain Layout
12541 \align center
12542 \begin_inset Tabular
12543 <lyxtabular version="3" rows="8" columns="4">
12544 <features booktabs="true">
12545 <column alignment="center" valignment="top" width="0">
12546 <column alignment="center" valignment="top" width="0">
12547 <column alignment="center" valignment="top" width="0">
12548 <column alignment="center" valignment="top" width="0">
12549 <row>
12550 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554 System
12555 \end_layout
12556
12557 \end_inset
12558 </cell>
12559 <cell alignment="center" valignment="top" topline="true" usebox="none">
12560 \begin_inset Text
12561
12562 \begin_layout Plain Layout
12563 Medipix
12564 \begin_inset Formula $\,$
12565 \end_inset
12566
12567 1
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 Medipix
12577 \begin_inset Formula $\,$
12578 \end_inset
12579
12580 2
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Plain Layout
12589
12590 \end_layout
12591
12592 \end_inset
12593 </cell>
12594 </row>
12595 <row>
12596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12597 \begin_inset Text
12598
12599 \begin_layout Plain Layout
12600 \begin_inset ERT
12601 status collapsed
12602
12603 \begin_layout Plain Layout
12604
12605
12606 \backslash
12607 cmidrule(r){2-2}
12608 \end_layout
12609
12610 \end_inset
12611
12612
12613 \begin_inset ERT
12614 status collapsed
12615
12616 \begin_layout Plain Layout
12617
12618
12619 \backslash
12620 cmidrule(l){3-4}
12621 \end_layout
12622
12623 \end_inset
12624
12625 Detector thickness [µm]
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 300
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 300
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 <cell alignment="center" valignment="top" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 700
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 </row>
12658 <row>
12659 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 Edge angle [°]
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 3.55
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 <cell alignment="center" valignment="top" topline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681 2.71
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 7.99
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 </row>
12696 <row topspace="default">
12697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 Spatial resolution [µm]
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 4.26
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 10.17
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 10.56
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 </row>
12734 <row topspace="default">
12735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 MTF at 
12740 \begin_inset Formula $f_{\mathrm{max}}$
12741 \end_inset
12742
12743
12744 \end_layout
12745
12746 \end_inset
12747 </cell>
12748 <cell alignment="center" valignment="top" usebox="none">
12749 \begin_inset Text
12750
12751 \begin_layout Plain Layout
12752 0.53
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Plain Layout
12761 0.37
12762 \end_layout
12763
12764 \end_inset
12765 </cell>
12766 <cell alignment="center" valignment="top" usebox="none">
12767 \begin_inset Text
12768
12769 \begin_layout Plain Layout
12770 0.39
12771 \end_layout
12772
12773 \end_inset
12774 </cell>
12775 </row>
12776 <row topspace="default">
12777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781 \begin_inset ERT
12782 status collapsed
12783
12784 \begin_layout Plain Layout
12785
12786
12787 \backslash
12788 cmidrule(l{10pt}){1-1}
12789 \end_layout
12790
12791 \end_inset
12792
12793 LSF-spatial resolution
12794 \end_layout
12795
12796 \end_inset
12797 </cell>
12798 <cell alignment="center" valignment="top" usebox="none">
12799 \begin_inset Text
12800
12801 \begin_layout Plain Layout
12802
12803 \end_layout
12804
12805 \end_inset
12806 </cell>
12807 <cell alignment="center" valignment="top" usebox="none">
12808 \begin_inset Text
12809
12810 \begin_layout Plain Layout
12811
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 <cell alignment="center" valignment="top" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 </row>
12826 <row>
12827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12828 \begin_inset Text
12829
12830 \begin_layout Plain Layout
12831 in µm
12832 \end_layout
12833
12834 \end_inset
12835 </cell>
12836 <cell alignment="center" valignment="top" usebox="none">
12837 \begin_inset Text
12838
12839 \begin_layout Plain Layout
12840 129.7
12841 \end_layout
12842
12843 \end_inset
12844 </cell>
12845 <cell alignment="center" valignment="top" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 52.75
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 50.78
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row>
12865 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 in % of pixel size
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 76.3
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 95.9
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 92.3
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 </row>
12902 </lyxtabular>
12903
12904 \end_inset
12905
12906
12907 \end_layout
12908
12909 \end_inset
12910
12911
12912 \end_layout
12913
12914 \begin_layout Standard
12915 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12916  correspondientes que se encuentran en la solapa 
12917 \family sans
12918 Bordes 
12919 \family default
12920 del diálogo
12921 \family sans
12922  Configuración
12923 \begin_inset Space ~
12924 \end_inset
12925
12926 de
12927 \begin_inset Space ~
12928 \end_inset
12929
12930 la
12931 \begin_inset Space ~
12932 \end_inset
12933
12934 tabla
12935 \family default
12936 , como se explica en la sección
12937 \begin_inset Space ~
12938 \end_inset
12939
12940
12941 \begin_inset CommandInset ref
12942 LatexCommand ref
12943 reference "sub:Espacio-adicional"
12944
12945 \end_inset
12946
12947
12948 \end_layout
12949
12950 \begin_layout Standard
12951 A diferencia de las tablas normales, las tablas formales no tienen líneas
12952  verticales.
12953  Las líneas horizontales se pueden poner o no como en las tablas normales,
12954  pero en la salida se mostrarán con distinto grosor:
12955 \begin_inset Newline newline
12956 \end_inset
12957
12958 Las líneas primera y última tienen un grosor predeterminado de 0.08
12959 \begin_inset Space \thinspace{}
12960 \end_inset
12961
12962 em, las demás tienen un grosor predeterminado de 0.05
12963 \begin_inset Space \thinspace{}
12964 \end_inset
12965
12966 em.
12967 \end_layout
12968
12969 \begin_layout Standard
12970 Estos valores predeterminados se pueden cambiar
12971 \series bold
12972  
12973 \series default
12974 con las líneas de preámbulo:
12975 \end_layout
12976
12977 \begin_layout Standard
12978
12979 \series bold
12980
12981 \backslash
12982 let
12983 \backslash
12984 mytoprule
12985 \backslash
12986 toprule
12987 \begin_inset Newline newline
12988 \end_inset
12989
12990
12991 \backslash
12992 renewcommand{
12993 \backslash
12994 toprule}{
12995 \backslash
12996 mytoprule[grosor]}
12997 \end_layout
12998
12999 \begin_layout Standard
13000 Este ejemplo es para la primera línea, la denominada 
13001 \series bold
13002 toprule
13003 \series default
13004 .
13005  Si quieres cambiar el grosor de la última línea, reemplaza 
13006 \series bold
13007 toprule
13008 \series default
13009  por 
13010 \series bold
13011 bottomrule
13012 \series default
13013 .
13014  Y para cambiar el grosor de las demás líneas cambia 
13015 \series bold
13016 toprule
13017 \series default
13018  por 
13019 \series bold
13020 midrule
13021 \series default
13022 .
13023  Puedes usar cualquiera de las unidades listadas en el apéndice
13024 \begin_inset Space ~
13025 \end_inset
13026
13027
13028 \begin_inset CommandInset ref
13029 LatexCommand ref
13030 reference "cha:Unidades-disponibles-en"
13031
13032 \end_inset
13033
13034 para establecer el grosor.
13035 \end_layout
13036
13037 \begin_layout Standard
13038 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
13039  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
13040  LyX empleará internamente el comando 
13041 \series bold
13042
13043 \backslash
13044 cmidrule
13045 \series default
13046  para dibujar la línea.
13047  El esquema completo es
13048 \end_layout
13049
13050 \begin_layout Standard
13051
13052 \series bold
13053
13054 \backslash
13055 cmidrule[grosor](recorte){inicol-fincol}
13056 \end_layout
13057
13058 \begin_layout Standard
13059 Por el momento, LyX no soporta las opciones de 
13060 \series bold
13061
13062 \backslash
13063 cmidrule
13064 \series default
13065 , así que para usarlas hay que emplear ERT.
13066  Las líneas 
13067 \series bold
13068
13069 \backslash
13070 cmidrule
13071 \series default
13072  se pueden insertar manualmente con el comando en ERT como primera entrada
13073  de la primera celda de una fila.
13074  En la salida se dibujará la línea sobre dicha fila.
13075 \end_layout
13076
13077 \begin_layout Standard
13078 El grosor predeterminado es 0.03
13079 \begin_inset Space \thinspace{}
13080 \end_inset
13081
13082 em.
13083  
13084 \series bold
13085 inicol
13086 \series default
13087  es el número de la columna en la que comienza la línea y 
13088 \series bold
13089 fincol
13090 \series default
13091  es el número de la columna en la que acaba la línea.
13092  El valor 
13093 \series bold
13094 fincol
13095 \series default
13096  debe especificarse siempre, aunque la línea se extienda sobre una sola
13097  columna.
13098  El parámetro opcional 
13099 \series bold
13100 recorte
13101 \series default
13102  debe ser 
13103 \emph on
13104 l{recorte}
13105 \emph default
13106  o 
13107 \emph on
13108 r{recorte}
13109 \emph default
13110 , donde 
13111 \emph on
13112 recorte
13113 \emph default
13114  también es opcional.
13115  Por ejemplo, el parámetro 
13116 \emph on
13117 l{2pt}
13118 \emph default
13119  significa que la línea se recorta 2
13120 \begin_inset Space \thinspace{}
13121 \end_inset
13122
13123 pt por su izquierda.
13124  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13125 \begin_inset Space \thinspace{}
13126 \end_inset
13127
13128 em.
13129
13130 \series bold
13131  
13132 \end_layout
13133
13134 \begin_layout Standard
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 \begin_inset VSpace bigskip
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 La tabla
13147 \begin_inset Space ~
13148 \end_inset
13149
13150
13151 \begin_inset CommandInset ref
13152 LatexCommand ref
13153 reference "tab:Ejemplo-tabla-formal"
13154
13155 \end_inset
13156
13157  se ha creado con los comandos
13158 \end_layout
13159
13160 \begin_layout Standard
13161
13162 \series bold
13163
13164 \backslash
13165 cmidrule(r){2-2}
13166 \backslash
13167 cmidrule(l){3-4}
13168 \end_layout
13169
13170 \begin_layout Standard
13171 en la segunda fila, 
13172 \series bold
13173
13174 \backslash
13175 midrule
13176 \series default
13177  en la tercera, y
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 cmidrule(l{10pt}){1-1}
13186 \end_layout
13187
13188 \begin_layout Standard
13189 en la sexta fila.
13190 \end_layout
13191
13192 \begin_layout Standard
13193 \begin_inset VSpace bigskip
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \begin_layout Standard
13200 Quizá quieras superponer líneas 
13201 \series bold
13202
13203 \backslash
13204 cmidrules
13205 \series default
13206  como en la tabla
13207 \begin_inset Space ~
13208 \end_inset
13209
13210
13211 \begin_inset CommandInset ref
13212 LatexCommand ref
13213 reference "tab:Tabla-formal-especial"
13214
13215 \end_inset
13216
13217 .
13218  Esto se consigue con el comando ERT
13219 \end_layout
13220
13221 \begin_layout Standard
13222
13223 \series bold
13224
13225 \backslash
13226 morecmidrules
13227 \end_layout
13228
13229 \begin_layout Standard
13230 El comando que se ha utilizado para la segunda fila de la tabla
13231 \begin_inset Space ~
13232 \end_inset
13233
13234
13235 \begin_inset CommandInset ref
13236 LatexCommand ref
13237 reference "tab:Tabla-formal-especial"
13238
13239 \end_inset
13240
13241  es
13242 \end_layout
13243
13244 \begin_layout Standard
13245
13246 \series bold
13247
13248 \backslash
13249 cmidrule(r){2-2}
13250 \backslash
13251 cmidrule(l){3-4}
13252 \backslash
13253 morecmidrules
13254 \backslash
13255 cmidrule{2-4}
13256 \end_layout
13257
13258 \begin_layout Standard
13259 El comando para la sexta fila es
13260 \end_layout
13261
13262 \begin_layout Standard
13263
13264 \series bold
13265
13266 \backslash
13267 midrule
13268 \backslash
13269 morecmidrules
13270 \backslash
13271 cmidrule{3-4}
13272 \series default
13273
13274 \begin_inset VSpace bigskip
13275 \end_inset
13276
13277
13278 \end_layout
13279
13280 \begin_layout Standard
13281 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13282  el siguiente comando para dibujar líneas que se extienden sobre todas las
13283  columnas
13284 \end_layout
13285
13286 \begin_layout Standard
13287
13288 \series bold
13289
13290 \backslash
13291 specialrule{anchura}{espacio superior}{espacio inferior}
13292 \end_layout
13293
13294 \begin_layout Standard
13295 Para más información sobre estas características especiales, acude al manual
13296  del paquete LaTeX 
13297 \series bold
13298 booktabs
13299 \series default
13300
13301 \begin_inset CommandInset citation
13302 LatexCommand cite
13303 key "booktabs"
13304
13305 \end_inset
13306
13307 .
13308 \begin_inset Index
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312 LaTeX-paquetes ! booktabs
13313 \end_layout
13314
13315 \end_inset
13316
13317  
13318 \begin_inset VSpace bigskip
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \begin_layout Standard
13325 \begin_inset Float table
13326 placement h
13327 wide false
13328 sideways false
13329 status open
13330
13331 \begin_layout Plain Layout
13332 \begin_inset Caption
13333
13334 \begin_layout Plain Layout
13335 \begin_inset CommandInset label
13336 LatexCommand label
13337 name "tab:Tabla-formal-especial"
13338
13339 \end_inset
13340
13341 Tabla formal especial
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \begin_layout Plain Layout
13350 \align center
13351 \begin_inset Tabular
13352 <lyxtabular version="3" rows="8" columns="4">
13353 <features booktabs="true">
13354 <column alignment="center" valignment="top" width="0">
13355 <column alignment="center" valignment="top" width="0">
13356 <column alignment="center" valignment="top" width="0">
13357 <column alignment="center" valignment="top" width="0">
13358 <row>
13359 <cell alignment="center" valignment="top" topline="true" usebox="none">
13360 \begin_inset Text
13361
13362 \begin_layout Plain Layout
13363 System
13364 \end_layout
13365
13366 \end_inset
13367 </cell>
13368 <cell alignment="center" valignment="top" topline="true" usebox="none">
13369 \begin_inset Text
13370
13371 \begin_layout Plain Layout
13372 Medipix
13373 \begin_inset Space \thinspace{}
13374 \end_inset
13375
13376 1
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 Medipix
13386 \begin_inset Space \thinspace{}
13387 \end_inset
13388
13389 2
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 </row>
13404 <row>
13405 <cell alignment="center" valignment="top" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 \begin_inset ERT
13410 status collapsed
13411
13412 \begin_layout Plain Layout
13413
13414
13415 \backslash
13416 cmidrule(r){2-2}
13417 \end_layout
13418
13419 \end_inset
13420
13421
13422 \begin_inset ERT
13423 status collapsed
13424
13425 \begin_layout Plain Layout
13426
13427
13428 \backslash
13429 cmidrule(l){3-4}
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440
13441 \backslash
13442 morecmidrules 
13443 \end_layout
13444
13445 \end_inset
13446
13447
13448 \begin_inset ERT
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452
13453
13454 \backslash
13455 cmidrule{2-4}
13456 \end_layout
13457
13458 \end_inset
13459
13460 Detector thickness [µm]
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 300
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 300
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 700
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 Edge angle [°]
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 3.55
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 <cell alignment="center" valignment="top" topline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 2.71
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 7.99
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 </row>
13531 <row topspace="default">
13532 <cell alignment="center" valignment="top" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536 Spatial resolution [µm]
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 4.26
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 <cell alignment="center" valignment="top" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 10.17
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 10.56
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 </row>
13569 <row topspace="default">
13570 <cell alignment="center" valignment="top" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574 MTF at 
13575 \begin_inset Formula $f_{\mathrm{max}}$
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Plain Layout
13587 0.53
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 0.37
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 0.39
13606 \end_layout
13607
13608 \end_inset
13609 </cell>
13610 </row>
13611 <row>
13612 <cell alignment="center" valignment="top" topline="true" usebox="none">
13613 \begin_inset Text
13614
13615 \begin_layout Plain Layout
13616 \begin_inset ERT
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620
13621
13622 \backslash
13623 morecmidrules 
13624 \end_layout
13625
13626 \end_inset
13627
13628
13629 \begin_inset ERT
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633
13634
13635 \backslash
13636 cmidrule{3-4}
13637 \end_layout
13638
13639 \end_inset
13640
13641 LSF-spatial resolution
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 <cell alignment="center" valignment="top" topline="true" usebox="none">
13647 \begin_inset Text
13648
13649 \begin_layout Plain Layout
13650
13651 \end_layout
13652
13653 \end_inset
13654 </cell>
13655 <cell alignment="center" valignment="top" topline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659
13660 \end_layout
13661
13662 \end_inset
13663 </cell>
13664 <cell alignment="center" valignment="top" topline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 <row>
13675 <cell alignment="center" valignment="top" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 in µm
13680 \end_layout
13681
13682 \end_inset
13683 </cell>
13684 <cell alignment="center" valignment="top" usebox="none">
13685 \begin_inset Text
13686
13687 \begin_layout Plain Layout
13688 129.7
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 52.75
13698 \end_layout
13699
13700 \end_inset
13701 </cell>
13702 <cell alignment="center" valignment="top" usebox="none">
13703 \begin_inset Text
13704
13705 \begin_layout Plain Layout
13706 50.78
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 <row>
13713 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13714 \begin_inset Text
13715
13716 \begin_layout Plain Layout
13717 in % of pixel size
13718 \end_layout
13719
13720 \end_inset
13721 </cell>
13722 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13723 \begin_inset Text
13724
13725 \begin_layout Plain Layout
13726 76.3
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13732 \begin_inset Text
13733
13734 \begin_layout Plain Layout
13735 95.9
13736 \end_layout
13737
13738 \end_inset
13739 </cell>
13740 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 92.3
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 </row>
13750 </lyxtabular>
13751
13752 \end_inset
13753
13754
13755 \end_layout
13756
13757 \end_inset
13758
13759
13760 \end_layout
13761
13762 \begin_layout Section
13763 Alineación vertical de tablas
13764 \begin_inset Index
13765 status collapsed
13766
13767 \begin_layout Plain Layout
13768 Tablas ! Alineación vertical
13769 \end_layout
13770
13771 \end_inset
13772
13773
13774 \end_layout
13775
13776 \begin_layout Standard
13777 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13778  en un cuadro.
13779  Entonces el cuadro se puede alinear verticalmente como se describe en la
13780  sección
13781 \begin_inset Space ~
13782 \end_inset
13783
13784
13785 \begin_inset CommandInset ref
13786 LatexCommand ref
13787 reference "sec:Diálogo-Cuadros"
13788
13789 \end_inset
13790
13791 .
13792  
13793 \end_layout
13794
13795 \begin_layout Standard
13796 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13797 \begin_inset Foot
13798 status collapsed
13799
13800 \begin_layout Plain Layout
13801 Las minipáginas se describen en la sección
13802 \begin_inset Space ~
13803 \end_inset
13804
13805
13806 \begin_inset CommandInset ref
13807 LatexCommand ref
13808 reference "sec:Minipáginas"
13809
13810 \end_inset
13811
13812 .
13813 \end_layout
13814
13815 \end_inset
13816
13817  que tiene una anchura de 15
13818 \begin_inset Space \thinspace{}
13819 \end_inset
13820
13821 col%:
13822 \end_layout
13823
13824 \begin_layout Itemize
13825 test 
13826 \begin_inset Box Frameless
13827 position "t"
13828 hor_pos "c"
13829 has_inner_box 1
13830 inner_pos "c"
13831 use_parbox 0
13832 width "15col%"
13833 special "none"
13834 height "1in"
13835 height_special "totalheight"
13836 status collapsed
13837
13838 \begin_layout Plain Layout
13839 \begin_inset Tabular
13840 <lyxtabular version="3" rows="3" columns="3">
13841 <features>
13842 <column alignment="center" valignment="top" width="0">
13843 <column alignment="center" valignment="top" width="0">
13844 <column alignment="center" valignment="top" width="0">
13845 <row>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 a
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 d
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 g
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 </row>
13874 <row>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 b
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 e
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 h
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 <row>
13904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 c
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917 f
13918 \end_layout
13919
13920 \end_inset
13921 </cell>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 i
13927 \end_layout
13928
13929 \end_inset
13930 </cell>
13931 </row>
13932 </lyxtabular>
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \end_inset
13940
13941  test 
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947
13948 \backslash
13949 raisebox{0.85
13950 \backslash
13951 baselineskip}{
13952 \end_layout
13953
13954 \end_inset
13955
13956
13957 \begin_inset Box Frameless
13958 position "t"
13959 hor_pos "c"
13960 has_inner_box 1
13961 inner_pos "c"
13962 use_parbox 0
13963 width "15col%"
13964 special "none"
13965 height "1in"
13966 height_special "totalheight"
13967 status collapsed
13968
13969 \begin_layout Plain Layout
13970 \begin_inset Tabular
13971 <lyxtabular version="3" rows="3" columns="3">
13972 <features>
13973 <column alignment="center" valignment="top" width="0">
13974 <column alignment="center" valignment="top" width="0">
13975 <column alignment="center" valignment="top" width="0">
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 a
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 d
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 g
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 </row>
14005 <row>
14006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 b
14011 \end_layout
14012
14013 \end_inset
14014 </cell>
14015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 e
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 h
14029 \end_layout
14030
14031 \end_inset
14032 </cell>
14033 </row>
14034 <row>
14035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 c
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048 f
14049 \end_layout
14050
14051 \end_inset
14052 </cell>
14053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14054 \begin_inset Text
14055
14056 \begin_layout Plain Layout
14057 i
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 </row>
14063 </lyxtabular>
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \end_inset
14071
14072
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078 }
14079 \end_layout
14080
14081 \end_inset
14082
14083
14084 \end_layout
14085
14086 \begin_layout Itemize
14087 test 
14088 \begin_inset Box Frameless
14089 position "c"
14090 hor_pos "c"
14091 has_inner_box 1
14092 inner_pos "c"
14093 use_parbox 0
14094 width "15col%"
14095 special "none"
14096 height "1in"
14097 height_special "totalheight"
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101 \begin_inset Tabular
14102 <lyxtabular version="3" rows="3" columns="3">
14103 <features>
14104 <column alignment="center" valignment="top" width="0">
14105 <column alignment="center" valignment="top" width="0">
14106 <column alignment="center" valignment="top" width="0">
14107 <row>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112 a
14113 \end_layout
14114
14115 \end_inset
14116 </cell>
14117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 d
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 g
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 </row>
14136 <row>
14137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 b
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 e
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 h
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 </row>
14165 <row>
14166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Plain Layout
14170 c
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 f
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 i
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 </row>
14194 </lyxtabular>
14195
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \end_inset
14202
14203
14204 \end_layout
14205
14206 \begin_layout Itemize
14207 test 
14208 \begin_inset Box Frameless
14209 position "b"
14210 hor_pos "c"
14211 has_inner_box 1
14212 inner_pos "c"
14213 use_parbox 0
14214 width "15col%"
14215 special "none"
14216 height "1in"
14217 height_special "totalheight"
14218 status collapsed
14219
14220 \begin_layout Plain Layout
14221 \begin_inset Tabular
14222 <lyxtabular version="3" rows="3" columns="3">
14223 <features>
14224 <column alignment="center" valignment="top" width="0">
14225 <column alignment="center" valignment="top" width="0">
14226 <column alignment="center" valignment="top" width="0">
14227 <row>
14228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14229 \begin_inset Text
14230
14231 \begin_layout Plain Layout
14232 a
14233 \end_layout
14234
14235 \end_inset
14236 </cell>
14237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 d
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 g
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 <row>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 b
14262 \end_layout
14263
14264 \end_inset
14265 </cell>
14266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14267 \begin_inset Text
14268
14269 \begin_layout Plain Layout
14270 e
14271 \end_layout
14272
14273 \end_inset
14274 </cell>
14275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14276 \begin_inset Text
14277
14278 \begin_layout Plain Layout
14279 h
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 </row>
14285 <row>
14286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 c
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 f
14300 \end_layout
14301
14302 \end_inset
14303 </cell>
14304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308 i
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 </row>
14314 </lyxtabular>
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \end_inset
14322
14323  test 
14324 \begin_inset ERT
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328
14329
14330 \backslash
14331 raisebox{-0.32
14332 \backslash
14333 baselineskip}{
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \begin_inset Box Frameless
14340 position "b"
14341 hor_pos "c"
14342 has_inner_box 1
14343 inner_pos "c"
14344 use_parbox 0
14345 width "15col%"
14346 special "none"
14347 height "1in"
14348 height_special "totalheight"
14349 status collapsed
14350
14351 \begin_layout Plain Layout
14352 \begin_inset Tabular
14353 <lyxtabular version="3" rows="3" columns="3">
14354 <features>
14355 <column alignment="center" valignment="top" width="0">
14356 <column alignment="center" valignment="top" width="0">
14357 <column alignment="center" valignment="top" width="0">
14358 <row>
14359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 a
14364 \end_layout
14365
14366 \end_inset
14367 </cell>
14368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 d
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 g
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 b
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14398 \begin_inset Text
14399
14400 \begin_layout Plain Layout
14401 e
14402 \end_layout
14403
14404 \end_inset
14405 </cell>
14406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14407 \begin_inset Text
14408
14409 \begin_layout Plain Layout
14410 h
14411 \end_layout
14412
14413 \end_inset
14414 </cell>
14415 </row>
14416 <row>
14417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14418 \begin_inset Text
14419
14420 \begin_layout Plain Layout
14421 c
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14427 \begin_inset Text
14428
14429 \begin_layout Plain Layout
14430 f
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 i
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 </lyxtabular>
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \end_inset
14453
14454
14455 \begin_inset ERT
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459
14460 }
14461 \end_layout
14462
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \begin_layout Standard
14469 Como ves, los contenidos de la primera y última filas no se alinean correctament
14470 e con la línea de texto donde está la tabla.
14471  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14472  un cuadro elevado (
14473 \begin_inset Quotes eld
14474 \end_inset
14475
14476 raisebox
14477 \begin_inset Quotes erd
14478 \end_inset
14479
14480 )
14481 \begin_inset Foot
14482 status collapsed
14483
14484 \begin_layout Plain Layout
14485 El uso del comando 
14486 \series bold
14487
14488 \backslash
14489 raisebox
14490 \series default
14491  se explica en la sección
14492 \begin_inset Space ~
14493 \end_inset
14494
14495
14496 \begin_inset CommandInset ref
14497 LatexCommand ref
14498 reference "sub:Alineación-Vertical"
14499
14500 \end_inset
14501
14502 .
14503 \end_layout
14504
14505 \end_inset
14506
14507 .
14508  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14509  usando el comando en ERT
14510 \end_layout
14511
14512 \begin_layout Standard
14513
14514 \series bold
14515
14516 \backslash
14517 raisebox{0.85
14518 \backslash
14519 baselineskip}{
14520 \end_layout
14521
14522 \begin_layout Standard
14523 antes del cuadro.
14524  Tras él, se pone la llave de cierre 
14525 \series bold
14526 }
14527 \series default
14528  también como ERT.
14529  Para la segunda tabla en el tercer ítem se usa el comando 
14530 \end_layout
14531
14532 \begin_layout Standard
14533
14534 \series bold
14535
14536 \backslash
14537 raisebox{-0.32
14538 \backslash
14539 baselineskip}{
14540 \end_layout
14541
14542 \begin_layout Standard
14543 \begin_inset Note Greyedout
14544 status open
14545
14546 \begin_layout Plain Layout
14547
14548 \series bold
14549 Not
14550 \series default
14551 a: La alineación del contenido de la fila con la línea del texto adyacente
14552  no es exacta.
14553  El factor necesario del comando 
14554 \series bold
14555
14556 \backslash
14557 raisebox
14558 \series default
14559  para este alineamiento depende de la fuente del documento, del tamaño de
14560  la fuente y del grosor de línea de la tabla.
14561 \end_layout
14562
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \begin_layout Section
14569 Tablas coloreadas
14570 \begin_inset CommandInset label
14571 LatexCommand label
14572 name "sec:Tablas-Coloreadas"
14573
14574 \end_inset
14575
14576
14577 \begin_inset Index
14578 status collapsed
14579
14580 \begin_layout Plain Layout
14581 Tablas ! Coloreadas
14582 \end_layout
14583
14584 \end_inset
14585
14586
14587 \end_layout
14588
14589 \begin_layout Subsection
14590 Celdas coloreadas
14591 \begin_inset Index
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 Tablas coloreadas ! Celdas
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \begin_inset Index
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605 Color ! en celdas de tablas
14606 \end_layout
14607
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \begin_layout Standard
14614 \begin_inset Float table
14615 placement h
14616 wide false
14617 sideways false
14618 status open
14619
14620 \begin_layout Plain Layout
14621 \begin_inset Caption
14622
14623 \begin_layout Plain Layout
14624 \begin_inset CommandInset label
14625 LatexCommand label
14626 name "tab:Tabla-coloreada-sin"
14627
14628 \end_inset
14629
14630 Tabla coloreada sin usar el paquete 
14631 \series bold
14632 colortbl
14633 \series default
14634
14635 \begin_inset OptArg
14636 status collapsed
14637
14638 \begin_layout Plain Layout
14639 Tabla sin colortbl
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648
14649
14650 \end_layout
14651
14652 \begin_layout Plain Layout
14653 \align center
14654 \begin_inset Tabular
14655 <lyxtabular version="3" rows="3" columns="3">
14656 <features>
14657 <column alignment="center" valignment="top" width="0">
14658 <column alignment="center" valignment="top" width="0">
14659 <column alignment="center" valignment="top" width="0">
14660 <row>
14661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Plain Layout
14665
14666 \color green
14667 a
14668 \end_layout
14669
14670 \end_inset
14671 </cell>
14672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14673 \begin_inset Text
14674
14675 \begin_layout Plain Layout
14676
14677 \color red
14678 b
14679 \end_layout
14680
14681 \end_inset
14682 </cell>
14683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687
14688 \color red
14689 c
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 </row>
14695 <row>
14696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14697 \begin_inset Text
14698
14699 \begin_layout Plain Layout
14700
14701 \color green
14702 d
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \color blue
14713 e
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722
14723 \color blue
14724 f
14725 \end_layout
14726
14727 \end_inset
14728 </cell>
14729 </row>
14730 <row>
14731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14732 \begin_inset Text
14733
14734 \begin_layout Plain Layout
14735
14736 \color green
14737 g
14738 \end_layout
14739
14740 \end_inset
14741 </cell>
14742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14743 \begin_inset Text
14744
14745 \begin_layout Plain Layout
14746
14747 \color blue
14748 h
14749 \end_layout
14750
14751 \end_inset
14752 </cell>
14753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14754 \begin_inset Text
14755
14756 \begin_layout Plain Layout
14757
14758 \color blue
14759 i
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 </lyxtabular>
14766
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14779  el menú 
14780 \family sans
14781 Editar\SpecialChar \menuseparator
14782 Estilo
14783 \begin_inset Space ~
14784 \end_inset
14785
14786 del
14787 \begin_inset Space ~
14788 \end_inset
14789
14790 Texto
14791 \family default
14792 .
14793  Esto se ha hecho en la tabla
14794 \begin_inset Space ~
14795 \end_inset
14796
14797
14798 \begin_inset CommandInset ref
14799 LatexCommand ref
14800 reference "tab:Tabla-coloreada-sin"
14801
14802 \end_inset
14803
14804 .
14805  En cualquier otro caso hay que usar el paquete LaTeX 
14806 \series bold
14807 colortbl
14808 \series default
14809 .
14810 \begin_inset Index
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814 LaTeX-paquetes ! colortbl
14815 \end_layout
14816
14817 \end_inset
14818
14819
14820 \end_layout
14821
14822 \begin_layout Standard
14823 \begin_inset ERT
14824 status collapsed
14825
14826 \begin_layout Plain Layout
14827
14828
14829 \backslash
14830 ifcolortbl
14831 \end_layout
14832
14833 \end_inset
14834
14835
14836 \begin_inset Note Note
14837 status open
14838
14839 \begin_layout Plain Layout
14840 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14841  LaTeX 
14842 \series bold
14843 colortbl
14844 \series default
14845 .
14846 \end_layout
14847
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \begin_layout Standard
14854 Para crear tablas coloreadas, 
14855 \series bold
14856 colortbl
14857 \series default
14858  debe cargarse en el preámbulo con la línea
14859 \end_layout
14860
14861 \begin_layout Standard
14862
14863 \series bold
14864
14865 \backslash
14866 usepackage{colortbl}
14867 \end_layout
14868
14869 \begin_layout Standard
14870 El color de una columna se define con el comando
14871 \end_layout
14872
14873 \begin_layout Standard
14874
14875 \series bold
14876
14877 \backslash
14878 columncolor{nombre del color}
14879 \end_layout
14880
14881 \begin_layout Standard
14882 dentro del comando 
14883 \series bold
14884 >{ }
14885 \series default
14886 .
14887  Más sobre el comando 
14888 \series bold
14889 >{}
14890 \series default
14891  se explica en la sección
14892 \begin_inset Space ~
14893 \end_inset
14894
14895
14896 \begin_inset CommandInset ref
14897 LatexCommand ref
14898 reference "sub:Cálculos-en-Multicolumnas"
14899
14900 \end_inset
14901
14902 .
14903 \end_layout
14904
14905 \begin_layout Standard
14906 Los siguientes nombres de color están predefinidos:
14907 \end_layout
14908
14909 \begin_layout Standard
14910
14911 \family sans
14912 red
14913 \family default
14914
14915 \family sans
14916 green
14917 \family default
14918
14919 \family sans
14920 yellow, blue
14921 \family default
14922
14923 \family sans
14924 cyan
14925 \family default
14926 \series bold
14927 ,
14928 \series default
14929  
14930 \family sans
14931 magenta, black
14932 \family default
14933
14934 \family sans
14935 white
14936 \end_layout
14937
14938 \begin_layout Standard
14939 \begin_inset VSpace medskip
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \begin_layout Standard
14946 Puedes definir tus propios colores con el comando
14947 \end_layout
14948
14949 \begin_layout Standard
14950
14951 \series bold
14952
14953 \backslash
14954 def\SpecialChar \textcompwordmark{}
14955 inecolor{nombre del color}{modelo de color}{valores de color}
14956 \end_layout
14957
14958 \begin_layout Standard
14959 El modelo de color puede ser
14960 \end_layout
14961
14962 \begin_layout Labeling
14963 \labelwidthstring 00.00.0000
14964 cmyk: cyan, magenta, yellow, black
14965 \end_layout
14966
14967 \begin_layout Labeling
14968 \labelwidthstring 00.00.0000
14969 rgb: red, green, blue
14970 \end_layout
14971
14972 \begin_layout Labeling
14973 \labelwidthstring 00.00.0000
14974 gray: gray
14975 \end_layout
14976
14977 \begin_layout Standard
14978 y los valores de color son números separados por comas entre 0 y 1 que describen
14979  el factor para el color correspondiente del modelo de color.
14980 \end_layout
14981
14982 \begin_layout Standard
14983 Por ejemplo, puedes definir el color
14984 \series bold
14985  
14986 \series default
14987
14988 \begin_inset Quotes eld
14989 \end_inset
14990
14991
14992 \emph on
14993 verde oscuro
14994 \emph default
14995
14996 \begin_inset Quotes erd
14997 \end_inset
14998
14999  en el preámbulo con
15000 \end_layout
15001
15002 \begin_layout Standard
15003
15004 \series bold
15005
15006 \backslash
15007 def\SpecialChar \textcompwordmark{}
15008 inecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
15009 \end_layout
15010
15011 \begin_layout Standard
15012 y el color 
15013 \begin_inset Quotes eld
15014 \end_inset
15015
15016
15017 \emph on
15018 gris claro
15019 \emph default
15020
15021 \begin_inset Quotes erd
15022 \end_inset
15023
15024  con
15025 \end_layout
15026
15027 \begin_layout Standard
15028
15029 \series bold
15030
15031 \backslash
15032 def\SpecialChar \textcompwordmark{}
15033 inecolor{grisclaro}{gray}{0.8}
15034 \end_layout
15035
15036 \begin_layout Standard
15037 \begin_inset VSpace medskip
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Standard
15044 Las líneas se colorean con el comando
15045 \end_layout
15046
15047 \begin_layout Standard
15048
15049 \series bold
15050
15051 \backslash
15052 rowcolor{nombre del color}
15053 \end_layout
15054
15055 \begin_layout Standard
15056 y las celdas se colorean con el comando
15057 \end_layout
15058
15059 \begin_layout Standard
15060
15061 \series bold
15062
15063 \backslash
15064 cellcolor{nombre del color}
15065 \end_layout
15066
15067 \begin_layout Standard
15068 Ambos comandos se insertan al principio de una celda como ERT.
15069 \end_layout
15070
15071 \begin_layout Standard
15072 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15073 \family sans
15074 Editar\SpecialChar \menuseparator
15075 Estilo
15076 \begin_inset Space ~
15077 \end_inset
15078
15079 del
15080 \begin_inset Space ~
15081 \end_inset
15082
15083 Texto
15084 \family default
15085 .
15086  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15087  puede ocasionar errores de LaTeX.
15088 \end_layout
15089
15090 \begin_layout Standard
15091 \begin_inset VSpace bigskip
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \begin_layout Standard
15098 Para crear la tabla
15099 \begin_inset Space ~
15100 \end_inset
15101
15102
15103 \begin_inset CommandInset ref
15104 LatexCommand ref
15105 reference "tab:Tabla-coloreada-con"
15106
15107 \end_inset
15108
15109  haz lo siguiente: el color de la primera columna debe ser 
15110 \emph on
15111 verde oscuro
15112 \emph default
15113 , entonces inserta
15114 \end_layout
15115
15116 \begin_layout Standard
15117
15118 \series bold
15119 >{
15120 \backslash
15121 columncolor{verdeoscuro}
15122 \backslash
15123 centering}c
15124 \end_layout
15125
15126 \begin_layout Standard
15127 como argumento LaTeX para esta columna.
15128  La primera fila debe ser azul, por tanto inserta el comando ERT
15129 \end_layout
15130
15131 \begin_layout Standard
15132
15133 \series bold
15134
15135 \backslash
15136 rowcolow{cyan}
15137 \end_layout
15138
15139 \begin_layout Standard
15140 en la primera celda de esta fila.
15141  Observa que esto sobreescribe el color de la columna para la primera celda.
15142  La última celda de la última fila se colorea magenta insertando el comando
15143  ERT
15144 \end_layout
15145
15146 \begin_layout Standard
15147
15148 \series bold
15149
15150 \backslash
15151 cellcolor{magenta}
15152 \end_layout
15153
15154 \begin_layout Standard
15155 Ahora podrían colorearse los caracteres usando el menú 
15156 \family sans
15157 Editar\SpecialChar \menuseparator
15158 Estilo
15159 \begin_inset Space ~
15160 \end_inset
15161
15162 del
15163 \begin_inset Space ~
15164 \end_inset
15165
15166 Texto
15167 \family default
15168 .
15169 \end_layout
15170
15171 \begin_layout Standard
15172 \begin_inset Float table
15173 placement h
15174 wide false
15175 sideways false
15176 status open
15177
15178 \begin_layout Plain Layout
15179 \begin_inset Caption
15180
15181 \begin_layout Plain Layout
15182 \begin_inset CommandInset label
15183 LatexCommand label
15184 name "tab:Tabla-coloreada-con"
15185
15186 \end_inset
15187
15188 Tabla coloreada con el paquete 
15189 \series bold
15190 colortbl
15191 \series default
15192
15193 \begin_inset OptArg
15194 status open
15195
15196 \begin_layout Plain Layout
15197 Tabla con 
15198 \series bold
15199 colortbl
15200 \end_layout
15201
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \begin_layout Plain Layout
15213 \align center
15214 \begin_inset Tabular
15215 <lyxtabular version="3" rows="3" columns="3">
15216 <features>
15217 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15218 <column alignment="center" valignment="top" width="0">
15219 <column alignment="center" valignment="top" width="0">
15220 <row>
15221 <cell alignment="center" valignment="top" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset ERT
15226 status collapsed
15227
15228 \begin_layout Plain Layout
15229
15230
15231 \backslash
15232 rowcolor{cyan}
15233 \end_layout
15234
15235 \end_inset
15236
15237
15238 \color magenta
15239 a
15240 \end_layout
15241
15242 \end_inset
15243 </cell>
15244 <cell alignment="center" valignment="top" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248
15249 \color red
15250 b
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 <cell alignment="center" valignment="top" usebox="none">
15256 \begin_inset Text
15257
15258 \begin_layout Plain Layout
15259
15260 \color red
15261 c
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 <row>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \color yellow
15274 d
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283
15284 \color blue
15285 e
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 <cell alignment="center" valignment="top" usebox="none">
15291 \begin_inset Text
15292
15293 \begin_layout Plain Layout
15294
15295 \color blue
15296 f
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 <row>
15303 <cell alignment="center" valignment="top" usebox="none">
15304 \begin_inset Text
15305
15306 \begin_layout Plain Layout
15307
15308 \color yellow
15309 g
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \color blue
15320 h
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 \begin_inset ERT
15330 status collapsed
15331
15332 \begin_layout Plain Layout
15333
15334
15335 \backslash
15336 cellcolor{magenta}
15337 \end_layout
15338
15339 \end_inset
15340
15341
15342 \color green
15343 i
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 </row>
15349 </lyxtabular>
15350
15351 \end_inset
15352
15353
15354 \end_layout
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \begin_layout Standard
15362 \begin_inset ERT
15363 status collapsed
15364
15365 \begin_layout Plain Layout
15366
15367
15368 \backslash
15369 else
15370 \end_layout
15371
15372 \end_inset
15373
15374
15375 \begin_inset Note Note
15376 status open
15377
15378 \begin_layout Plain Layout
15379 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15380  
15381 \series bold
15382 colortbl
15383 \series default
15384 .
15385 \end_layout
15386
15387 \end_inset
15388
15389
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Debes instalar el paquete LaTeX 
15394 \series bold
15395 colortbl
15396 \series default
15397  para ver la parte siguiente en la salida.
15398 \end_layout
15399
15400 \begin_layout Standard
15401 \begin_inset ERT
15402 status collapsed
15403
15404 \begin_layout Plain Layout
15405
15406
15407 \backslash
15408 fi
15409 \end_layout
15410
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \begin_layout Subsection
15417 Líneas coloreadas
15418 \begin_inset Index
15419 status collapsed
15420
15421 \begin_layout Plain Layout
15422 Tablas coloreadas ! Líneas
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \begin_inset Index
15429 status collapsed
15430
15431 \begin_layout Plain Layout
15432 Color ! en bordes de tabla
15433 \end_layout
15434
15435 \end_inset
15436
15437
15438 \end_layout
15439
15440 \begin_layout Standard
15441 Como se describe en la sección
15442 \begin_inset Space ~
15443 \end_inset
15444
15445
15446 \begin_inset CommandInset ref
15447 LatexCommand ref
15448 reference "sub:Grosor-de-Líneas"
15449
15450 \end_inset
15451
15452 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15453  
15454 \series bold
15455
15456 \backslash
15457 arrayrulewidth
15458 \series default
15459 .
15460  Se ha puesto 1.5
15461 \begin_inset Space \thinspace{}
15462 \end_inset
15463
15464 pt para todas las tablas de esta sección.
15465 \begin_inset ERT
15466 status collapsed
15467
15468 \begin_layout Plain Layout
15469
15470
15471 \backslash
15472 setlength{
15473 \backslash
15474 arrayrulewidth}{1.5pt}
15475 \end_layout
15476
15477 \end_inset
15478
15479
15480 \end_layout
15481
15482 \begin_layout Standard
15483 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15484  el preámbulo del documento el siguiente formato de columna, de acuerdo
15485  a lo descrito en la sección
15486 \begin_inset Space ~
15487 \end_inset
15488
15489
15490 \begin_inset CommandInset ref
15491 LatexCommand ref
15492 reference "sub:Formato-Personalizado"
15493
15494 \end_inset
15495
15496 :
15497 \end_layout
15498
15499 \begin_layout Standard
15500
15501 \series bold
15502
15503 \backslash
15504 newcolumntype{W}{!{
15505 \backslash
15506 color{green}
15507 \backslash
15508 vline}}
15509 \end_layout
15510
15511 \begin_layout Standard
15512 Para la tabla
15513 \begin_inset Space ~
15514 \end_inset
15515
15516
15517 \begin_inset CommandInset ref
15518 LatexCommand ref
15519 reference "tab:Tabla-con-verticales-coloreadas"
15520
15521 \end_inset
15522
15523  se usó el argumento LaTeX
15524 \series bold
15525  WcW
15526 \series default
15527  para la última columna y
15528 \series bold
15529  Wc
15530 \series default
15531  para las demás.
15532 \end_layout
15533
15534 \begin_layout Standard
15535 Si quieres tener varios colores, define más formatos de columna.
15536 \end_layout
15537
15538 \begin_layout Standard
15539 \begin_inset Float table
15540 wide false
15541 sideways false
15542 status open
15543
15544 \begin_layout Plain Layout
15545 \begin_inset Caption
15546
15547 \begin_layout Plain Layout
15548 \begin_inset CommandInset label
15549 LatexCommand label
15550 name "tab:Tabla-con-verticales-coloreadas"
15551
15552 \end_inset
15553
15554 Tabla con líneas verticales coloreadas
15555 \end_layout
15556
15557 \end_inset
15558
15559
15560 \end_layout
15561
15562 \begin_layout Plain Layout
15563 \align center
15564 \begin_inset Tabular
15565 <lyxtabular version="3" rows="3" columns="3">
15566 <features>
15567 <column alignment="center" valignment="top" width="0" special="Wc">
15568 <column alignment="center" valignment="top" width="0" special="Wc">
15569 <column alignment="center" valignment="top" width="0" special="WcW">
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575 sd
15576 \end_layout
15577
15578 \end_inset
15579 </cell>
15580 <cell alignment="center" valignment="top" topline="true" usebox="none">
15581 \begin_inset Text
15582
15583 \begin_layout Plain Layout
15584
15585 \end_layout
15586
15587 \end_inset
15588 </cell>
15589 <cell alignment="center" valignment="top" topline="true" usebox="none">
15590 \begin_inset Text
15591
15592 \begin_layout Plain Layout
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 </row>
15599 <row>
15600 <cell alignment="center" valignment="top" topline="true" usebox="none">
15601 \begin_inset Text
15602
15603 \begin_layout Plain Layout
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 <cell alignment="center" valignment="top" topline="true" usebox="none">
15610 \begin_inset Text
15611
15612 \begin_layout Plain Layout
15613 sd
15614 \end_layout
15615
15616 \end_inset
15617 </cell>
15618 <cell alignment="center" valignment="top" topline="true" usebox="none">
15619 \begin_inset Text
15620
15621 \begin_layout Plain Layout
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 sd
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 </lyxtabular>
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \begin_layout Standard
15670 \begin_inset VSpace bigskip
15671 \end_inset
15672
15673 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15674 \begin_inset Space ~
15675 \end_inset
15676
15677
15678 \begin_inset CommandInset ref
15679 LatexCommand ref
15680 reference "tab:Tabla-con-horizontales-coloreadas"
15681
15682 \end_inset
15683
15684 , inserta estos comandos en ERT antes de la tabla o del flotante:
15685 \end_layout
15686
15687 \begin_layout Standard
15688
15689 \series bold
15690
15691 \backslash
15692 let
15693 \backslash
15694 myHlineC
15695 \backslash
15696 hline
15697 \begin_inset Newline newline
15698 \end_inset
15699
15700
15701 \backslash
15702 renewcommand{
15703 \backslash
15704 hline}
15705 \begin_inset Newline newline
15706 \end_inset
15707
15708
15709 \begin_inset ERT
15710 status collapsed
15711
15712 \begin_layout Plain Layout
15713
15714
15715 \backslash
15716 hphantom{ }
15717 \end_layout
15718
15719 \end_inset
15720
15721 {
15722 \backslash
15723 arrayrulecolor{red}
15724 \backslash
15725 myHlineC
15726 \backslash
15727 arrayrulecolor{black}}
15728 \end_layout
15729
15730 \begin_layout Standard
15731 \begin_inset ERT
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735
15736
15737 \backslash
15738 let
15739 \backslash
15740 myHlineC
15741 \backslash
15742 hline
15743 \end_layout
15744
15745 \begin_layout Plain Layout
15746
15747
15748 \backslash
15749 renewcommand{
15750 \backslash
15751 hline}
15752 \end_layout
15753
15754 \begin_layout Plain Layout
15755
15756  {
15757 \backslash
15758 arrayrulecolor{red}
15759 \backslash
15760 myHlineC
15761 \backslash
15762 arrayrulecolor{black}}
15763 \end_layout
15764
15765 \end_inset
15766
15767
15768 \begin_inset Float table
15769 wide false
15770 sideways false
15771 status open
15772
15773 \begin_layout Plain Layout
15774 \begin_inset Caption
15775
15776 \begin_layout Plain Layout
15777 \begin_inset CommandInset label
15778 LatexCommand label
15779 name "tab:Tabla-con-horizontales-coloreadas"
15780
15781 \end_inset
15782
15783 Tabla con líneas horizontales coloreadas
15784 \end_layout
15785
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Plain Layout
15792 \align center
15793 \begin_inset Tabular
15794 <lyxtabular version="3" rows="3" columns="3">
15795 <features>
15796 <column alignment="center" valignment="top" width="0">
15797 <column alignment="center" valignment="top" width="0">
15798 <column alignment="center" valignment="top" width="0">
15799 <row>
15800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15801 \begin_inset Text
15802
15803 \begin_layout Plain Layout
15804 sd
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842 sd
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 </row>
15857 <row>
15858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862
15863 \end_layout
15864
15865 \end_inset
15866 </cell>
15867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15868 \begin_inset Text
15869
15870 \begin_layout Plain Layout
15871
15872 \end_layout
15873
15874 \end_inset
15875 </cell>
15876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880 sd
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 </lyxtabular>
15887
15888 \end_inset
15889
15890
15891 \end_layout
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \begin_layout Standard
15899 Para volver al color de línea negro predeterminado inserta este comando
15900  en ERT detrás de la tabla o el flotante:
15901 \end_layout
15902
15903 \begin_layout Standard
15904
15905 \series bold
15906
15907 \backslash
15908 renewcommand{
15909 \backslash
15910 hline}{
15911 \backslash
15912 myHlineC}
15913 \end_layout
15914
15915 \begin_layout Standard
15916 La tabla
15917 \begin_inset Space ~
15918 \end_inset
15919
15920
15921 \begin_inset CommandInset ref
15922 LatexCommand ref
15923 reference "tab:Tabla-con-líneas-coloreadas"
15924
15925 \end_inset
15926
15927  es un ejemplo con líneas verticales y horizontales coloreadas.
15928 \end_layout
15929
15930 \begin_layout Standard
15931 \begin_inset Float table
15932 placement h
15933 wide false
15934 sideways false
15935 status open
15936
15937 \begin_layout Plain Layout
15938 \begin_inset Caption
15939
15940 \begin_layout Plain Layout
15941 \begin_inset CommandInset label
15942 LatexCommand label
15943 name "tab:Tabla-con-líneas-coloreadas"
15944
15945 \end_inset
15946
15947 Tabla con líneas coloreadas
15948 \end_layout
15949
15950 \end_inset
15951
15952
15953 \end_layout
15954
15955 \begin_layout Plain Layout
15956 \align center
15957 \begin_inset Tabular
15958 <lyxtabular version="3" rows="3" columns="3">
15959 <features>
15960 <column alignment="center" valignment="top" width="0" special="Wc">
15961 <column alignment="center" valignment="top" width="0" special="Wc">
15962 <column alignment="center" valignment="top" width="0" special="WcW">
15963 <row>
15964 <cell alignment="center" valignment="top" topline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 sd
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 <cell alignment="center" valignment="top" topline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 </row>
15992 <row>
15993 <cell alignment="center" valignment="top" topline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 sd
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 <row>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 sd
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 </lyxtabular>
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \end_inset
16058
16059
16060 \end_layout
16061
16062 \begin_layout Standard
16063 \begin_inset ERT
16064 status collapsed
16065
16066 \begin_layout Plain Layout
16067
16068
16069 \backslash
16070 renewcommand{
16071 \backslash
16072 hline}{
16073 \backslash
16074 myHlineC}
16075 \end_layout
16076
16077 \end_inset
16078
16079
16080 \end_layout
16081
16082 \begin_layout Standard
16083 \begin_inset ERT
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087
16088
16089 \backslash
16090 setlength{
16091 \backslash
16092 arrayrulewidth}{0.4pt}
16093 \end_layout
16094
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Section
16101 Personalización de tablas
16102 \begin_inset Index
16103 status collapsed
16104
16105 \begin_layout Plain Layout
16106 Personalización de tablas
16107 \end_layout
16108
16109 \end_inset
16110
16111
16112 \begin_inset Index
16113 status collapsed
16114
16115 \begin_layout Plain Layout
16116 Tablas ! Personalización
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \end_layout
16123
16124 \begin_layout Subsection
16125 Espacio adicional en filas
16126 \begin_inset CommandInset label
16127 LatexCommand label
16128 name "sub:Espacio-adicional"
16129
16130 \end_inset
16131
16132
16133 \begin_inset Index
16134 status collapsed
16135
16136 \begin_layout Plain Layout
16137 Personalización de tablas ! Espacio adicional en filas
16138 \end_layout
16139
16140 \end_inset
16141
16142
16143 \end_layout
16144
16145 \begin_layout Standard
16146 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16147  
16148 \family sans
16149 Bordes,
16150 \family default
16151  del diálogo de configuración de tablas.
16152  En el marco 
16153 \family sans
16154 Espacio
16155 \begin_inset Space ~
16156 \end_inset
16157
16158 adicional
16159 \family default
16160  dispones de tres posibilidades:
16161 \end_layout
16162
16163 \begin_layout Description
16164 Superior
16165 \begin_inset Space ~
16166 \end_inset
16167
16168 de
16169 \begin_inset Space ~
16170 \end_inset
16171
16172 la
16173 \begin_inset Space ~
16174 \end_inset
16175
16176 fila añade espacio sobre los caracteres de la fila.
16177  Si la tabla es de estilo formal
16178 \begin_inset Foot
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182 Las tablas formales se explican en la sección
16183 \begin_inset Space ~
16184 \end_inset
16185
16186
16187 \begin_inset CommandInset ref
16188 LatexCommand ref
16189 reference "sec:Tablas-Formales"
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197
16198  LyX insertará 0.5
16199 \begin_inset Space \thinspace{}
16200 \end_inset
16201
16202 em por defecto.
16203  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16204  verticales, como se ve en la tabla siguiente:
16205 \begin_inset VSpace medskip
16206 \end_inset
16207
16208
16209 \begin_inset Newline newline
16210 \end_inset
16211
16212
16213 \begin_inset ERT
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217
16218
16219 \backslash
16220 hspace*{0pt}
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \begin_inset Space \hfill{}
16227 \end_inset
16228
16229
16230 \begin_inset Tabular
16231 <lyxtabular version="3" rows="3" columns="1">
16232 <features>
16233 <column alignment="center" valignment="top" width="0">
16234 <row>
16235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16236 \begin_inset Text
16237
16238 \begin_layout Plain Layout
16239 A
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 <row topspace="3mm">
16246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 3
16251 \begin_inset Space \thinspace{}
16252 \end_inset
16253
16254 mm sobre la fila
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 </row>
16260 <row>
16261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16262 \begin_inset Text
16263
16264 \begin_layout Plain Layout
16265 C
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 </lyxtabular>
16272
16273 \end_inset
16274
16275
16276 \begin_inset Space \hfill{}
16277 \end_inset
16278
16279
16280 \begin_inset ERT
16281 status collapsed
16282
16283 \begin_layout Plain Layout
16284
16285
16286 \backslash
16287 hspace*{0pt}
16288 \end_layout
16289
16290 \end_inset
16291
16292
16293 \begin_inset VSpace medskip
16294 \end_inset
16295
16296
16297 \begin_inset Newline newline
16298 \end_inset
16299
16300 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16301  sin líneas verticales.
16302 \end_layout
16303
16304 \begin_layout Description
16305 Inferior
16306 \begin_inset Space ~
16307 \end_inset
16308
16309 de
16310 \begin_inset Space ~
16311 \end_inset
16312
16313 la
16314 \begin_inset Space ~
16315 \end_inset
16316
16317 fila añade espacio bajo los caracteres de la fila.
16318  Si la tabla es formal LyX inserta por defecto 0.5
16319 \begin_inset Space \thinspace{}
16320 \end_inset
16321
16322 em; si la tabla es normal inserta 2
16323 \begin_inset Space \thinspace{}
16324 \end_inset
16325
16326 pt.
16327  
16328 \end_layout
16329
16330 \begin_layout Description
16331 Entre
16332 \begin_inset Space ~
16333 \end_inset
16334
16335 las
16336 \begin_inset Space ~
16337 \end_inset
16338
16339 filas añade espacio entre la fila actual y la siguiente.
16340  Si la tabla es formal LyX inserta 0.5
16341 \begin_inset Space \thinspace{}
16342 \end_inset
16343
16344 em por defecto.
16345  En tablas normales, el espacio adicional destruirá las líneas verticales
16346  de la tabla, como se ve en la siguiente:
16347 \begin_inset VSpace medskip
16348 \end_inset
16349
16350
16351 \begin_inset Newline newline
16352 \end_inset
16353
16354
16355 \begin_inset ERT
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359
16360
16361 \backslash
16362 hspace*{0pt}
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \begin_inset Space \hfill{}
16369 \end_inset
16370
16371
16372 \begin_inset Tabular
16373 <lyxtabular version="3" rows="3" columns="1">
16374 <features>
16375 <column alignment="center" valignment="top" width="0">
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 A
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 </row>
16387 <row interlinespace="3mm">
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 \begin_inset Formula $\downarrow$
16393 \end_inset
16394
16395  3
16396 \begin_inset Space \thinspace{}
16397 \end_inset
16398
16399 mm entre las filas
16400 \end_layout
16401
16402 \end_inset
16403 </cell>
16404 </row>
16405 <row>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 \begin_inset Formula $\uparrow$
16411 \end_inset
16412
16413  3
16414 \begin_inset Space \thinspace{}
16415 \end_inset
16416
16417 mm entre las filas 
16418 \begin_inset Formula $\uparrow$
16419 \end_inset
16420
16421
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 </lyxtabular>
16428
16429 \end_inset
16430
16431
16432 \begin_inset Space \hfill{}
16433 \end_inset
16434
16435
16436 \begin_inset ERT
16437 status collapsed
16438
16439 \begin_layout Plain Layout
16440
16441
16442 \backslash
16443 hspace*{0pt}
16444 \end_layout
16445
16446 \end_inset
16447
16448
16449 \begin_inset VSpace medskip
16450 \end_inset
16451
16452
16453 \begin_inset Newline newline
16454 \end_inset
16455
16456 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16457  para tablas sin líneas verticales.
16458 \end_layout
16459
16460 \begin_layout Standard
16461 \begin_inset VSpace bigskip
16462 \end_inset
16463
16464 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16465  utiliza los siguientes comandos en el preámbulo:
16466 \end_layout
16467
16468 \begin_layout Standard
16469
16470 \series bold
16471
16472 \backslash
16473 @ifundef\SpecialChar \textcompwordmark{}
16474 ined{extrarowheight}
16475 \begin_inset Newline newline
16476 \end_inset
16477
16478
16479 \begin_inset ERT
16480 status collapsed
16481
16482 \begin_layout Plain Layout
16483
16484
16485 \backslash
16486 hphantom{ }
16487 \end_layout
16488
16489 \end_inset
16490
16491 {
16492 \backslash
16493 usepackage{array}}{}
16494 \begin_inset Newline newline
16495 \end_inset
16496
16497
16498 \backslash
16499 setlength{
16500 \backslash
16501 extrarowheight}{altura}
16502 \end_layout
16503
16504 \begin_layout Standard
16505 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16506  centrado en vertical.
16507  (Lyx cargará automáticamente el paquete 
16508 \series bold
16509 array
16510 \series default
16511  cuando uses formatos de tabla autodefinidos.
16512  Para evitar que sea cargado dos veces se pone al principio el comando 
16513 \series bold
16514
16515 \backslash
16516 @ifundef\SpecialChar \textcompwordmark{}
16517 ined
16518 \series default
16519 .)
16520 \end_layout
16521
16522 \begin_layout Standard
16523
16524 \end_layout
16525
16526 \begin_layout Subsection
16527 Alineación especial de celdas
16528 \begin_inset Index
16529 status collapsed
16530
16531 \begin_layout Plain Layout
16532 Personalización de tablas ! Alineación especial de celdas
16533 \end_layout
16534
16535 \end_inset
16536
16537
16538 \end_layout
16539
16540 \begin_layout Standard
16541 A veces mejora la presentación si las entradas en las celdas de una columna
16542  se alinean con un carácter determinado, p.
16543 \begin_inset Space \thinspace{}
16544 \end_inset
16545
16546 e.
16547 \begin_inset Space ~
16548 \end_inset
16549
16550 el separador decimal, como en la tabla
16551 \begin_inset Space ~
16552 \end_inset
16553
16554
16555 \begin_inset CommandInset ref
16556 LatexCommand ref
16557 reference "tab:Tabla-con-celdas-de"
16558
16559 \end_inset
16560
16561 .
16562 \end_layout
16563
16564 \begin_layout Standard
16565 \begin_inset Float table
16566 wide false
16567 sideways false
16568 status open
16569
16570 \begin_layout Plain Layout
16571 \begin_inset Caption
16572
16573 \begin_layout Plain Layout
16574 \begin_inset CommandInset label
16575 LatexCommand label
16576 name "tab:Tabla-con-celdas-de"
16577
16578 \end_inset
16579
16580 Tabla con celdas alineadas con el separador decimal.
16581 \end_layout
16582
16583 \end_inset
16584
16585
16586 \end_layout
16587
16588 \begin_layout Plain Layout
16589 \align center
16590 \begin_inset Tabular
16591 <lyxtabular version="3" rows="4" columns="2">
16592 <features>
16593 <column alignment="right" valignment="top" width="0">
16594 <column alignment="left" valignment="top" width="0" special="@{}l">
16595 <row>
16596 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 leyenda
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="center" valignment="top" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 12.
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 <cell alignment="center" valignment="top" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 6
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 0.
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 68
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 -123.
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 0
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 </lyxtabular>
16676
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 Esta es una tabla 4×2.
16689  La leyenda es una multicolumna centrada.
16690  La primera columna está alineada a la derecha y contiene el punto decimal
16691  y los dígitos anteriores.
16692  La segunda columna está alineada a la izquierda y contiene los dígitos
16693  posteriores al punto decimal.
16694  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16695  argumento LaTeX para la segunda columna:
16696 \end_layout
16697
16698 \begin_layout Standard
16699
16700 \series bold
16701 @{}l
16702 \end_layout
16703
16704 \begin_layout Standard
16705 La tabla
16706 \begin_inset Space ~
16707 \end_inset
16708
16709
16710 \begin_inset CommandInset ref
16711 LatexCommand ref
16712 reference "tab:Varias-alineaciones"
16713
16714 \end_inset
16715
16716  muestra varios ejemplos de alineación.
16717  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16718 o más pequeño al comienzo de la última columna para conseguir el espacio
16719  adecuado alrededor del signo.
16720 \end_layout
16721
16722 \begin_layout Standard
16723 \begin_inset Float table
16724 wide false
16725 sideways false
16726 status open
16727
16728 \begin_layout Plain Layout
16729 \begin_inset Caption
16730
16731 \begin_layout Plain Layout
16732 \begin_inset CommandInset label
16733 LatexCommand label
16734 name "tab:Varias-alineaciones"
16735
16736 \end_inset
16737
16738 Tabla con varias alineaciones.
16739 \end_layout
16740
16741 \end_inset
16742
16743
16744 \end_layout
16745
16746 \begin_layout Plain Layout
16747 \align center
16748 \begin_inset Tabular
16749 <lyxtabular version="3" rows="4" columns="6">
16750 <features>
16751 <column alignment="right" valignment="top" width="0">
16752 <column alignment="left" valignment="top" width="0" special="@{}l">
16753 <column alignment="right" valignment="top" width="0">
16754 <column alignment="left" valignment="top" width="0" special="@{}l">
16755 <column alignment="right" valignment="top" width="0">
16756 <column alignment="left" valignment="top" width="0" special="@{}l">
16757 <row>
16758 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 unidades
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 exponentes
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 relaciones
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 12×
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 24
16828 \begin_inset Space \thinspace{}
16829 \end_inset
16830
16831 bottles
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $10\cdot$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $10^{\mbox{-}17}$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\Gamma(t)\propto$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\:\Upsilon(t)$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 1024×
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 768
16900 \begin_inset Space \thinspace{}
16901 \end_inset
16902
16903 Pixels
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell alignment="center" valignment="top" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912 \begin_inset Formula $5.78\cdot$
16913 \end_inset
16914
16915
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 \begin_inset Formula $10^{7}$
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell alignment="center" valignment="top" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936 \begin_inset Formula $A\ne$
16937 \end_inset
16938
16939
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 \begin_inset Formula $\: B_{\mathrm{red}}$
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 32×
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 6
16972 \begin_inset Space \thinspace{}
16973 \end_inset
16974
16975 cm
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 -
16985 \begin_inset Formula $33.5\cdot$
16986 \end_inset
16987
16988
16989 \end_layout
16990
16991 \end_inset
16992 </cell>
16993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997 \begin_inset Formula $10^{4}$
16998 \end_inset
16999
17000
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 \begin_inset Formula $\sin(\alpha)\ge$
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \end_inset
17016 </cell>
17017 <cell alignment="center" valignment="top" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021 \begin_inset Formula $\:\sin(\beta)$
17022 \end_inset
17023
17024
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 </row>
17030 </lyxtabular>
17031
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038
17039
17040 \end_layout
17041
17042 \begin_layout Standard
17043 \begin_inset VSpace bigskip
17044 \end_inset
17045
17046 También hay un paquete LaTeX, 
17047 \series bold
17048 dcolumn
17049 \series default
17050
17051 \begin_inset Index
17052 status collapsed
17053
17054 \begin_layout Plain Layout
17055 LaTeX-paquetes ! dcolumn
17056 \end_layout
17057
17058 \end_inset
17059
17060 , que permite alinear el contenido de las celdas.
17061  Pero desgraciadamente trata las entradas de celda en modo matemático y
17062  no permite fórmulas en celdas: la primera columna de la tabla
17063 \begin_inset Space ~
17064 \end_inset
17065
17066
17067 \begin_inset CommandInset ref
17068 LatexCommand ref
17069 reference "tab:Varias-alineaciones"
17070
17071 \end_inset
17072
17073  se verá con 
17074 \series bold
17075 dcolumn
17076 \series default
17077  como la primera columna en la tabla
17078 \begin_inset Space ~
17079 \end_inset
17080
17081
17082 \begin_inset CommandInset ref
17083 LatexCommand ref
17084 reference "tab:Alineaciones-con-el"
17085
17086 \end_inset
17087
17088  y sólo con algunos trucos se consigue lo que se espera.
17089  La alineación de la segunda y tercera columnas de la tabla
17090 \begin_inset Space ~
17091 \end_inset
17092
17093
17094 \begin_inset CommandInset ref
17095 LatexCommand ref
17096 reference "tab:Varias-alineaciones"
17097
17098 \end_inset
17099
17100  no es posible con 
17101 \series bold
17102 dcolumn
17103 \series default
17104 .
17105 \end_layout
17106
17107 \begin_layout Standard
17108 \begin_inset Float table
17109 placement h
17110 wide false
17111 sideways false
17112 status open
17113
17114 \begin_layout Plain Layout
17115 \begin_inset Caption
17116
17117 \begin_layout Plain Layout
17118 \begin_inset CommandInset label
17119 LatexCommand label
17120 name "tab:Alineaciones-con-el"
17121
17122 \end_inset
17123
17124
17125 \begin_inset OptArg
17126 status open
17127
17128 \begin_layout Plain Layout
17129 Tabla alineada con 
17130 \series bold
17131 dcolumn
17132 \end_layout
17133
17134 \end_inset
17135
17136 Alineaciones con el paquete LaTeX 
17137 \series bold
17138 dcolumn
17139 \series default
17140 .
17141  Se han tenido que usar unos trucos para la alineación de las columnas en
17142  la salida.
17143 \end_layout
17144
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \begin_layout Plain Layout
17151 \align center
17152 \begin_inset Tabular
17153 <lyxtabular version="3" rows="4" columns="3">
17154 <features>
17155 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17156 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17157 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17158 <row>
17159 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17160 \begin_inset Text
17161
17162 \begin_layout Plain Layout
17163 unidades
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 unidades
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 unidades
17182 \end_layout
17183
17184 \end_inset
17185 </cell>
17186 </row>
17187 <row>
17188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 12x24
17193 \begin_inset Space \thinspace{}
17194 \end_inset
17195
17196 bottles
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 12x24
17206 \begin_inset Space \thinspace{}
17207 \end_inset
17208
17209
17210 \begin_inset Formula $\mbox{bottles}$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 12
17223 \begin_inset ERT
17224 status collapsed
17225
17226 \begin_layout Plain Layout
17227
17228
17229 \backslash
17230 times
17231 \end_layout
17232
17233 \end_inset
17234
17235 24~
17236 \begin_inset Formula $\mbox{bottles}$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 1024x768
17251 \begin_inset Space \thinspace{}
17252 \end_inset
17253
17254 Pixels
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263 1024x768
17264 \begin_inset Space \thinspace{}
17265 \end_inset
17266
17267
17268 \begin_inset Formula $\mbox{Pixels}$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 1024
17281 \begin_inset ERT
17282 status collapsed
17283
17284 \begin_layout Plain Layout
17285
17286
17287 \backslash
17288 times
17289 \end_layout
17290
17291 \end_inset
17292
17293 768~
17294 \begin_inset Formula $\mbox{Pixels}$
17295 \end_inset
17296
17297  
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 </row>
17303 <row>
17304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 32x6
17309 \begin_inset Space \thinspace{}
17310 \end_inset
17311
17312 cm
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 32x6
17322 \begin_inset Space \thinspace{}
17323 \end_inset
17324
17325
17326 \begin_inset Formula $\mbox{cm}$
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 32
17339 \begin_inset ERT
17340 status collapsed
17341
17342 \begin_layout Plain Layout
17343
17344
17345 \backslash
17346 times
17347 \end_layout
17348
17349 \end_inset
17350
17351 6~
17352 \begin_inset Formula $\mbox{cm}$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 </lyxtabular>
17362
17363 \end_inset
17364
17365
17366 \end_layout
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \begin_layout Subsection
17374 Formato personalizado de celda/columna
17375 \begin_inset CommandInset label
17376 LatexCommand label
17377 name "sub:Formato-Personalizado"
17378
17379 \end_inset
17380
17381
17382 \begin_inset Index
17383 status collapsed
17384
17385 \begin_layout Plain Layout
17386 Personalización de tablas ! Formato de celda/columna
17387 \end_layout
17388
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \begin_layout Standard
17395 El cálculo de la anchura necesaria para columnas extendidas descrito en
17396  la sección
17397 \begin_inset Space ~
17398 \end_inset
17399
17400
17401 \begin_inset CommandInset ref
17402 LatexCommand ref
17403 reference "sub:Cálculos-en-Multicolumnas"
17404
17405 \end_inset
17406
17407  es muy pesado si tienes varias tablas con multicolumnas.
17408  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17409 mna aplicable a todas las tablas del documento.
17410  El formato se define con el comando
17411 \end_layout
17412
17413 \begin_layout Standard
17414
17415 \series bold
17416
17417 \backslash
17418 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17419 \end_layout
17420
17421 \begin_layout Standard
17422 El nombre de formato puede ser una sola letra.
17423  Las letras 
17424 \emph on
17425 b, c, l, m, p
17426 \emph default
17427  y 
17428 \emph on
17429 r
17430 \emph default
17431  están predefinidas y no pueden usarse.
17432  Pero se permiten todas las mayúsculas.
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset VSpace medskip
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17444  fija puedes definir el formato de celda
17445 \end_layout
17446
17447 \begin_layout Standard
17448
17449 \series bold
17450
17451 \backslash
17452 newcolumntype{M}[1]{>{
17453 \backslash
17454 centering
17455 \backslash
17456 hspace{0pt}}m{#1}}
17457 \end_layout
17458
17459 \begin_layout Standard
17460 donde 
17461 \series bold
17462
17463 \backslash
17464 hspace{0pt}
17465 \series default
17466  evita el problema de partir con guión la primera palabra, como se describe
17467  en la sección
17468 \begin_inset Space ~
17469 \end_inset
17470
17471
17472 \begin_inset CommandInset ref
17473 LatexCommand ref
17474 reference "sub:Líneas-Múltiples-en"
17475
17476 \end_inset
17477
17478 .
17479  Ahora puedes introducir simplemente
17480 \end_layout
17481
17482 \begin_layout Standard
17483
17484 \series bold
17485 M{ancho}
17486 \end_layout
17487
17488 \begin_layout Standard
17489 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17490 \end_layout
17491
17492 \begin_layout Standard
17493 \begin_inset VSpace bigskip
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Standard
17500 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17501 \end_layout
17502
17503 \begin_layout Standard
17504
17505 \series bold
17506
17507 \backslash
17508 newcolumntype{S}[2]{>{
17509 \backslash
17510 centering
17511 \backslash
17512 hspace{0pt}}
17513 \begin_inset Newline newline
17514 \end_inset
17515
17516
17517 \begin_inset ERT
17518 status collapsed
17519
17520 \begin_layout Plain Layout
17521
17522
17523 \backslash
17524 phantom{
17525 \end_layout
17526
17527 \end_inset
17528
17529
17530 \backslash
17531 newcolumntype
17532 \begin_inset ERT
17533 status collapsed
17534
17535 \begin_layout Plain Layout
17536
17537 }
17538 \end_layout
17539
17540 \end_inset
17541
17542 m{(#1+(2
17543 \backslash
17544 tabcolsep+
17545 \backslash
17546 arrayrulewidth)*(1-#2))/#2}}
17547 \end_layout
17548
17549 \begin_layout Standard
17550 Este formato usa la ecuación 
17551 \begin_inset CommandInset ref
17552 LatexCommand eqref
17553 reference "eq:Wgn"
17554
17555 \end_inset
17556
17557  para calcular la anchura necesaria para que cada celda extendida tenga
17558  la misma anchura.
17559 \end_layout
17560
17561 \begin_layout Standard
17562 Ahora puedes introducir
17563 \end_layout
17564
17565 \begin_layout Standard
17566
17567 \series bold
17568 S{ancho de la celda multicolumna}{número de columnas extendidas}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 como argumento LaTeX de la columna.
17573 \end_layout
17574
17575 \begin_layout Standard
17576 \begin_inset VSpace bigskip
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \begin_layout Standard
17583 Para columnas coloreadas puedes definir
17584 \end_layout
17585
17586 \begin_layout Standard
17587
17588 \series bold
17589
17590 \backslash
17591 newcolumntype{K}[1]{>{
17592 \backslash
17593 columncolor{#1}
17594 \backslash
17595 hspace{0pt}}c}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 La 
17600 \begin_inset Quotes eld
17601 \end_inset
17602
17603 c
17604 \begin_inset Quotes erd
17605 \end_inset
17606
17607  al final crea una columna con anchura flexible cuyo texto está centrado
17608  horizontalmente.
17609  Ahora puedes introducir
17610 \end_layout
17611
17612 \begin_layout Standard
17613
17614 \series bold
17615 K{nombre del color}
17616 \end_layout
17617
17618 \begin_layout Standard
17619 como argumento LaTeX.
17620 \end_layout
17621
17622 \begin_layout Standard
17623 \begin_inset VSpace bigskip
17624 \end_inset
17625
17626
17627 \end_layout
17628
17629 \begin_layout Standard
17630 Para crear la tabla
17631 \begin_inset Space ~
17632 \end_inset
17633
17634
17635 \begin_inset CommandInset ref
17636 LatexCommand ref
17637 reference "tab:Tabla-con-formatos-definidos-por"
17638
17639 \end_inset
17640
17641  usa los argumentos LaTeX
17642 \end_layout
17643
17644 \begin_layout Standard
17645
17646 \series bold
17647 M{2.5cm}
17648 \end_layout
17649
17650 \begin_layout Standard
17651 para la primera columna y la multicolumna,
17652 \end_layout
17653
17654 \begin_layout Standard
17655
17656 \series bold
17657 K{red}
17658 \end_layout
17659
17660 \begin_layout Standard
17661 para la última columna y
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667 S{2.5cm}{2}
17668 \end_layout
17669
17670 \begin_layout Standard
17671 para las celdas en la segunda columna.
17672 \end_layout
17673
17674 \begin_layout Standard
17675 \begin_inset Float table
17676 placement h
17677 wide false
17678 sideways false
17679 status open
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Caption
17683
17684 \begin_layout Plain Layout
17685 \begin_inset CommandInset label
17686 LatexCommand label
17687 name "tab:Tabla-con-formatos-definidos-por"
17688
17689 \end_inset
17690
17691 Tabla con formatos definidos por el usuario
17692 \end_layout
17693
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \begin_layout Plain Layout
17700 \align center
17701 \begin_inset Tabular
17702 <lyxtabular version="3" rows="3" columns="4">
17703 <features>
17704 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17705 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17706 <column alignment="center" valignment="middle" width="0">
17707 <column alignment="center" valignment="middle" width="0" special="K{red}">
17708 <row>
17709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17710 \begin_inset Text
17711
17712 \begin_layout Plain Layout
17713 palabramuylargaenceldadetabla
17714 \end_layout
17715
17716 \end_inset
17717 </cell>
17718 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722 multicolumna línea múltiple
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740 c
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 </row>
17746 <row>
17747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 d
17752 \end_layout
17753
17754 \end_inset
17755 </cell>
17756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 e
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 f
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778 g
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 <row>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 h
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798 i
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 j
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816 k
17817 \end_layout
17818
17819 \end_inset
17820 </cell>
17821 </row>
17822 </lyxtabular>
17823
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \begin_layout Subsection
17835 Grosor de líneas
17836 \begin_inset CommandInset label
17837 LatexCommand label
17838 name "sub:Grosor-de-Líneas"
17839
17840 \end_inset
17841
17842
17843 \begin_inset Index
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847 Personalización de tablas ! Grosor de línea
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Standard
17856 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17857  
17858 \series bold
17859
17860 \backslash
17861 arrayrulewidth
17862 \series default
17863 .
17864  Por ejemplo, para poner un grosor de línea de 1.5
17865 \begin_inset Space \thinspace{}
17866 \end_inset
17867
17868 pt, como en la tabla
17869 \begin_inset Space ~
17870 \end_inset
17871
17872
17873 \begin_inset CommandInset ref
17874 LatexCommand ref
17875 reference "tab:Tabla-con-líneas"
17876
17877 \end_inset
17878
17879 , inserta el comando
17880 \end_layout
17881
17882 \begin_layout Standard
17883
17884 \series bold
17885
17886 \backslash
17887 setlength{
17888 \backslash
17889 arrayrulewidth}{1.5pt}
17890 \end_layout
17891
17892 \begin_layout Standard
17893 en ERT antes de la tabla o flotante.
17894  Este cambio es válido para todas las siguientes tablas.
17895  Para volver al valor predeterminado, define 
17896 \series bold
17897
17898 \backslash
17899 arrayrulewidth
17900 \series default
17901  a 0.4
17902 \begin_inset Space \thinspace{}
17903 \end_inset
17904
17905 pt en ERT detrás de la tabla o flotante.
17906 \end_layout
17907
17908 \begin_layout Standard
17909 \begin_inset ERT
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913
17914
17915 \backslash
17916 setlength{
17917 \backslash
17918 arrayrulewidth}{1.5pt}
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \begin_inset Float table
17925 wide false
17926 sideways false
17927 status open
17928
17929 \begin_layout Plain Layout
17930 \begin_inset Caption
17931
17932 \begin_layout Plain Layout
17933 \begin_inset CommandInset label
17934 LatexCommand label
17935 name "tab:Tabla-con-líneas"
17936
17937 \end_inset
17938
17939 Tabla con líneas de grosor 1.5
17940 \begin_inset Space \thinspace{}
17941 \end_inset
17942
17943 pt
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Plain Layout
17952 \align center
17953 \begin_inset Tabular
17954 <lyxtabular version="3" rows="3" columns="3">
17955 <features>
17956 <column alignment="center" valignment="top" width="0">
17957 <column alignment="center" valignment="top" width="0">
17958 <column alignment="center" valignment="top" width="0">
17959 <row>
17960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 sd
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 </row>
17988 <row>
17989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \end_layout
17995
17996 \end_inset
17997 </cell>
17998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17999 \begin_inset Text
18000
18001 \begin_layout Plain Layout
18002 sd
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18008 \begin_inset Text
18009
18010 \begin_layout Plain Layout
18011
18012 \end_layout
18013
18014 \end_inset
18015 </cell>
18016 </row>
18017 <row>
18018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18028 \begin_inset Text
18029
18030 \begin_layout Plain Layout
18031
18032 \end_layout
18033
18034 \end_inset
18035 </cell>
18036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18037 \begin_inset Text
18038
18039 \begin_layout Plain Layout
18040 sd
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 </row>
18046 </lyxtabular>
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 setlength{
18064 \backslash
18065 arrayrulewidth}{0.4pt}
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \begin_layout Standard
18074 \begin_inset VSpace bigskip
18075 \end_inset
18076
18077 Para definir un grosor de 1.5
18078 \begin_inset Space \thinspace{}
18079 \end_inset
18080
18081 pt sólo para líneas horizontales, como en la tabla
18082 \begin_inset Space ~
18083 \end_inset
18084
18085
18086 \begin_inset CommandInset ref
18087 LatexCommand ref
18088 reference "tab:Tabla-con-horizontales"
18089
18090 \end_inset
18091
18092 , inserta estos comandos en ERT antes de la tabla o flotante:
18093 \end_layout
18094
18095 \begin_layout Standard
18096
18097 \series bold
18098
18099 \backslash
18100 let
18101 \backslash
18102 myHline
18103 \backslash
18104 hline
18105 \begin_inset Newline newline
18106 \end_inset
18107
18108
18109 \backslash
18110 renewcommand{
18111 \backslash
18112 hline}
18113 \begin_inset Newline newline
18114 \end_inset
18115
18116  {
18117 \backslash
18118 noalign{
18119 \backslash
18120 global
18121 \backslash
18122 arrayrulewidth 1.5pt}
18123 \begin_inset Newline newline
18124 \end_inset
18125
18126   
18127 \backslash
18128 myHline
18129 \backslash
18130 noalign{
18131 \backslash
18132 global
18133 \backslash
18134 arrayrulewidth 0.4pt}}
18135 \end_layout
18136
18137 \begin_layout Standard
18138 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18139  de la tabla o flotante:
18140 \end_layout
18141
18142 \begin_layout Standard
18143
18144 \series bold
18145
18146 \backslash
18147 renewcommand{
18148 \backslash
18149 hline}{
18150 \backslash
18151 myHline}
18152 \end_layout
18153
18154 \begin_layout Standard
18155 \begin_inset ERT
18156 status collapsed
18157
18158 \begin_layout Plain Layout
18159
18160
18161 \backslash
18162 let
18163 \backslash
18164 myHline
18165 \backslash
18166 hline
18167 \end_layout
18168
18169 \begin_layout Plain Layout
18170
18171
18172 \backslash
18173 renewcommand{
18174 \backslash
18175 hline}
18176 \end_layout
18177
18178 \begin_layout Plain Layout
18179
18180  {
18181 \backslash
18182 noalign{
18183 \backslash
18184 global
18185 \backslash
18186 arrayrulewidth 1.5pt}
18187 \end_layout
18188
18189 \begin_layout Plain Layout
18190
18191   
18192 \backslash
18193 myHline
18194 \backslash
18195 noalign{
18196 \backslash
18197 global
18198 \backslash
18199 arrayrulewidth 0.4pt}}
18200 \end_layout
18201
18202 \end_inset
18203
18204
18205 \begin_inset Float table
18206 wide false
18207 sideways false
18208 status open
18209
18210 \begin_layout Plain Layout
18211 \begin_inset Caption
18212
18213 \begin_layout Plain Layout
18214 \begin_inset CommandInset label
18215 LatexCommand label
18216 name "tab:Tabla-con-horizontales"
18217
18218 \end_inset
18219
18220 Tabla con líneas horizontales de 1.5
18221 \begin_inset Space \thinspace{}
18222 \end_inset
18223
18224 pt
18225 \end_layout
18226
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \begin_layout Plain Layout
18233 \align center
18234 \begin_inset Tabular
18235 <lyxtabular version="3" rows="3" columns="3">
18236 <features>
18237 <column alignment="center" valignment="top" width="0">
18238 <column alignment="center" valignment="top" width="0">
18239 <column alignment="center" valignment="top" width="0">
18240 <row>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 sd
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 </row>
18269 <row>
18270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274
18275 \end_layout
18276
18277 \end_inset
18278 </cell>
18279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 sd
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 </row>
18298 <row>
18299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18300 \begin_inset Text
18301
18302 \begin_layout Plain Layout
18303
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 sd
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 </row>
18327 </lyxtabular>
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \end_inset
18335
18336
18337 \begin_inset ERT
18338 status collapsed
18339
18340 \begin_layout Plain Layout
18341
18342
18343 \backslash
18344 renewcommand{
18345 \backslash
18346 hline}{
18347 \backslash
18348 myHline}
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \begin_layout Standard
18357 \begin_inset VSpace bigskip
18358 \end_inset
18359
18360 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18361  siguiente formato de columna en el preámbulo del documento, de acuerdo
18362  con lo descrito en la sección
18363 \begin_inset Space ~
18364 \end_inset
18365
18366
18367 \begin_inset CommandInset ref
18368 LatexCommand ref
18369 reference "sub:Formato-Personalizado"
18370
18371 \end_inset
18372
18373 :
18374 \end_layout
18375
18376 \begin_layout Standard
18377
18378 \series bold
18379
18380 \backslash
18381 newcolumntype{V}{!{
18382 \backslash
18383 vrule width 1.5pt}}
18384 \end_layout
18385
18386 \begin_layout Standard
18387 Para la tabla
18388 \begin_inset Space ~
18389 \end_inset
18390
18391
18392 \begin_inset CommandInset ref
18393 LatexCommand ref
18394 reference "tab:Tabla-con-verticales"
18395
18396 \end_inset
18397
18398  se usó el argumento LaTeX
18399 \end_layout
18400
18401 \begin_layout Standard
18402
18403 \series bold
18404 VcV
18405 \end_layout
18406
18407 \begin_layout Standard
18408 para la última columna y
18409 \end_layout
18410
18411 \begin_layout Standard
18412
18413 \series bold
18414 Vc
18415 \end_layout
18416
18417 \begin_layout Standard
18418 para las otras.
18419 \end_layout
18420
18421 \begin_layout Standard
18422 \begin_inset Float table
18423 wide false
18424 sideways false
18425 status open
18426
18427 \begin_layout Plain Layout
18428 \begin_inset Caption
18429
18430 \begin_layout Plain Layout
18431 \begin_inset CommandInset label
18432 LatexCommand label
18433 name "tab:Tabla-con-verticales"
18434
18435 \end_inset
18436
18437 Tabla con líneas verticales de 1.5
18438 \begin_inset Space \thinspace{}
18439 \end_inset
18440
18441 pt de grosor
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Plain Layout
18450 \align center
18451 \begin_inset Tabular
18452 <lyxtabular version="3" rows="3" columns="3">
18453 <features>
18454 <column alignment="center" valignment="top" width="0" special="Vc">
18455 <column alignment="center" valignment="top" width="0" special="Vc">
18456 <column alignment="center" valignment="top" width="0" special="VcV">
18457 <row>
18458 <cell alignment="center" valignment="top" topline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 sd
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 </row>
18486 <row>
18487 <cell alignment="center" valignment="top" topline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 sd
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 sd
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 </row>
18544 </lyxtabular>
18545
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \end_inset
18552
18553
18554 \end_layout
18555
18556 \begin_layout Subsection
18557 Líneas de trazos
18558 \begin_inset Index
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562 Personalización de tablas ! Líneas de trazos
18563 \end_layout
18564
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 \begin_inset ERT
18572 status collapsed
18573
18574 \begin_layout Plain Layout
18575
18576
18577 \backslash
18578 ifarydshln
18579 \end_layout
18580
18581 \end_inset
18582
18583
18584 \begin_inset Note Note
18585 status open
18586
18587 \begin_layout Plain Layout
18588 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18589  LaTeX 
18590 \series bold
18591 arydshln
18592 \series default
18593 .
18594 \end_layout
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Standard
18602 \begin_inset Float table
18603 placement H
18604 wide false
18605 sideways false
18606 status open
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Caption
18610
18611 \begin_layout Plain Layout
18612 \begin_inset CommandInset label
18613 LatexCommand label
18614 name "tab:Tabla-con-trazos"
18615
18616 \end_inset
18617
18618 Tabla con líneas de trazos
18619 \end_layout
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Plain Layout
18627 \align center
18628 \begin_inset Tabular
18629 <lyxtabular version="3" rows="5" columns="5">
18630 <features>
18631 <column alignment="center" valignment="top" width="0">
18632 <column alignment="center" valignment="top" width="0">
18633 <column alignment="center" valignment="top" width="0" special=":c">
18634 <column alignment="center" valignment="top" width="0">
18635 <column alignment="center" valignment="top" width="0">
18636 <row>
18637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 a
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 b
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 c
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 d
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 e
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 </row>
18683 <row>
18684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 f
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 g
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 h
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 i
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724 j
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 </row>
18730 <row>
18731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 \begin_inset ERT
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739
18740
18741 \backslash
18742 hdashline 
18743 \end_layout
18744
18745 \end_inset
18746
18747 k
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 l
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 m
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 n
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783 o
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 </row>
18789 <row>
18790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18791 \begin_inset Text
18792
18793 \begin_layout Plain Layout
18794 \begin_inset ERT
18795 status collapsed
18796
18797 \begin_layout Plain Layout
18798
18799
18800 \backslash
18801 cdashline{4-5}
18802 \end_layout
18803
18804 \end_inset
18805
18806 p
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 q
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 r
18825 \end_layout
18826
18827 \end_inset
18828 </cell>
18829 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833 s
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 </row>
18848 <row>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 t
18854 \end_layout
18855
18856 \end_inset
18857 </cell>
18858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862 u
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871 v
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 w
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 x
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 </row>
18895 </lyxtabular>
18896
18897 \end_inset
18898
18899
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \begin_layout Standard
18908 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18909  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18910 \series bold
18911 arydshln
18912 \series default
18913
18914 \begin_inset Index
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918 LaTeX-paquetes ! arydshln
18919 \end_layout
18920
18921 \end_inset
18922
18923  
18924 \end_layout
18925
18926 \begin_layout Standard
18927
18928 \series bold
18929
18930 \backslash
18931 usepackage{arydshln}
18932 \end_layout
18933
18934 \begin_layout Standard
18935 Para hacer una línea vertical a trazos, introduce dos puntos 
18936 \begin_inset Quotes eld
18937 \end_inset
18938
18939 :
18940 \begin_inset Quotes erd
18941 \end_inset
18942
18943  junto con el carácter para alineación horizontal como argumento LaTeX en
18944  el diálogo de celda de tabla.
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Para una línea de trazos horizontal añade el comando
18949 \end_layout
18950
18951 \begin_layout Standard
18952
18953 \series bold
18954
18955 \backslash
18956 hdashline
18957 \end_layout
18958
18959 \begin_layout Standard
18960 en ERT como primer elemento de la primera celda en la fila.
18961 \end_layout
18962
18963 \begin_layout Standard
18964 Para líneas de trazos en multicolumna usa el comando
18965 \end_layout
18966
18967 \begin_layout Standard
18968
18969 \series bold
18970
18971 \backslash
18972 cdashline{número de líneas
18973 \series default
18974 }
18975 \end_layout
18976
18977 \begin_layout Standard
18978 en ERT como primer elemento de la primera celda en la fila.
18979  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18980  4 y quieres una línea de trazos por encima, añade el comando
18981 \end_layout
18982
18983 \begin_layout Standard
18984
18985 \series bold
18986
18987 \backslash
18988 cdashline{2-4}
18989 \end_layout
18990
18991 \begin_layout Standard
18992 como primer elemento de la primera celda en la fila de la multicolumna.
18993 \end_layout
18994
18995 \begin_layout Standard
18996 \begin_inset VSpace bigskip
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \begin_layout Standard
19003 La tabla
19004 \begin_inset Space ~
19005 \end_inset
19006
19007
19008 \begin_inset CommandInset ref
19009 LatexCommand ref
19010 reference "tab:Tabla-con-trazos"
19011
19012 \end_inset
19013
19014  se ha hecho usando 
19015 \begin_inset Quotes eld
19016 \end_inset
19017
19018
19019 \series bold
19020 :c
19021 \series default
19022
19023 \begin_inset Quotes erd
19024 \end_inset
19025
19026  como argumento LaTeX de la tercera columna.
19027  El comando ERT 
19028 \series bold
19029
19030 \backslash
19031 hdashline
19032 \series default
19033  se ha insertado en la primera celda de la tercera fila y el comando ERT
19034 \begin_inset Newline newline
19035 \end_inset
19036
19037
19038 \series bold
19039
19040 \backslash
19041 cdashline{4-5}
19042 \series default
19043  en la primera celda de la cuarta fila.
19044 \end_layout
19045
19046 \begin_layout Standard
19047 \begin_inset Note Greyedout
19048 status open
19049
19050 \begin_layout Plain Layout
19051
19052 \series bold
19053 Nota:
19054 \series default
19055  Aparentemente el paquete LaTeX 
19056 \series bold
19057 arydshln
19058 \series default
19059  no es compatible con el paquete LaTeX 
19060 \series bold
19061 colortbl
19062 \series default
19063
19064 \begin_inset Index
19065 status collapsed
19066
19067 \begin_layout Plain Layout
19068 LaTeX-paquetes ! colortbl
19069 \end_layout
19070
19071 \end_inset
19072
19073  que se usa para tablas coloreadas en la sección
19074 \begin_inset Space ~
19075 \end_inset
19076
19077
19078 \begin_inset CommandInset ref
19079 LatexCommand ref
19080 reference "sec:Tablas-Coloreadas"
19081
19082 \end_inset
19083
19084 .
19085  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Standard
19094 \begin_inset ERT
19095 status collapsed
19096
19097 \begin_layout Plain Layout
19098
19099
19100 \backslash
19101 else
19102 \end_layout
19103
19104 \end_inset
19105
19106
19107 \begin_inset Note Note
19108 status open
19109
19110 \begin_layout Plain Layout
19111 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19112  
19113 \series bold
19114 arydshln
19115 \series default
19116 .
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \end_layout
19123
19124 \begin_layout Standard
19125 Debes instalar el paquete LaTeX 
19126 \series bold
19127 arydshln
19128 \series default
19129  para ver la parte siguiente en la salida.
19130 \end_layout
19131
19132 \begin_layout Standard
19133 \begin_inset ERT
19134 status collapsed
19135
19136 \begin_layout Plain Layout
19137
19138
19139 \backslash
19140 fi
19141 \end_layout
19142
19143 \end_inset
19144
19145
19146 \end_layout
19147
19148 \begin_layout Chapter
19149 Flotantes
19150 \begin_inset CommandInset label
19151 LatexCommand label
19152 name "cha:Flotantes"
19153
19154 \end_inset
19155
19156
19157 \begin_inset Index
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 Flotantes
19162 \end_layout
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Section
19170 Introducción
19171 \begin_inset CommandInset label
19172 LatexCommand label
19173 name "sec:IntroducciónFlotantes"
19174
19175 \end_inset
19176
19177
19178 \begin_inset Index
19179 status collapsed
19180
19181 \begin_layout Plain Layout
19182 Flotantes ! Introducción
19183 \end_layout
19184
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \begin_layout Standard
19191 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19192  que no tiene posición fija.
19193  Puede 
19194 \begin_inset Quotes eld
19195 \end_inset
19196
19197 flotar
19198 \begin_inset Quotes erd
19199 \end_inset
19200
19201  adelante o atrás una o dos páginas, donde encaje mejor.
19202  Las 
19203 \family sans
19204 Notas
19205 \begin_inset Space ~
19206 \end_inset
19207
19208 al
19209 \begin_inset Space ~
19210 \end_inset
19211
19212 pie
19213 \family default
19214  y 
19215 \family sans
19216 Notas
19217 \begin_inset Space ~
19218 \end_inset
19219
19220 al
19221 \begin_inset Space ~
19222 \end_inset
19223
19224 margen
19225 \family default
19226  también son flotantes, porque pueden flotar a la página siguiente cuando
19227  hay demasiadas notas en la página.
19228 \end_layout
19229
19230 \begin_layout Standard
19231 Los flotantes hacen posible composiciones de alta calidad.
19232  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19233  impedir espacios en blanco y páginas sin texto.
19234  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19235  cada flotante puede ser referenciado en el texto.
19236  Por lo tanto los flotantes están numerados.
19237  Las referencias se describen en la sección
19238 \begin_inset Space ~
19239 \end_inset
19240
19241
19242 \begin_inset CommandInset ref
19243 LatexCommand ref
19244 reference "sec:Referencias-a-Flotantes"
19245
19246 \end_inset
19247
19248 .
19249 \end_layout
19250
19251 \begin_layout Standard
19252 Para insertar un flotante, usa el menú 
19253 \family sans
19254 Insertar\SpecialChar \menuseparator
19255 Flotante
19256 \family default
19257 .
19258  Esto inserta un entorno 
19259 \family sans
19260 Leyenda,
19261 \family default
19262  un recuadro con una etiqueta.
19263  La etiqueta será traducida automáticamente al lenguaje del documento.
19264  Tras la etiqueta puede insertar el texto de la leyenda.
19265  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19266  separado dentro del flotante.
19267  Más sobre colocación de leyendas se describe en la sección
19268 \begin_inset Space ~
19269 \end_inset
19270
19271
19272 \begin_inset CommandInset ref
19273 LatexCommand ref
19274 reference "sec:Colocación-de-leyendas"
19275
19276 \end_inset
19277
19278 .
19279  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19280  del flotante haciendo clic-izquierdo sobre él.
19281  Un cuadro cerrado se muestra así: 
19282 \begin_inset Graphics
19283         filename clipart/flotanteQt4.png
19284         scale 70
19285
19286 \end_inset
19287
19288  ---un cuadro gris con etiqueta en rojo---.
19289 \end_layout
19290
19291 \begin_layout Standard
19292 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19293  errores de LaTeX si el texto circundante se formatea de modo especial.
19294 \end_layout
19295
19296 \begin_layout Standard
19297 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19298  y pinchando el botón correspondiente de la barra de herramientas para un
19299  flotante nuevo.
19300 \end_layout
19301
19302 \begin_layout Section
19303 Tipos de flotantes
19304 \end_layout
19305
19306 \begin_layout Standard
19307 Además de los flotantes de imagen y de tabla que se describen en la sección
19308 \begin_inset Space ~
19309 \end_inset
19310
19311
19312 \begin_inset CommandInset ref
19313 LatexCommand ref
19314 reference "sec:Figuras-Flotantes"
19315
19316 \end_inset
19317
19318  y 
19319 \begin_inset CommandInset ref
19320 LatexCommand ref
19321 reference "sec:Tablas-Flotantes"
19322
19323 \end_inset
19324
19325 , respectivamente, LyX ofrece los tipos 
19326 \series bold
19327 Algoritmo
19328 \series default
19329  y 
19330 \series bold
19331 Ajustado
19332 \begin_inset Space ~
19333 \end_inset
19334
19335 al
19336 \begin_inset Space ~
19337 \end_inset
19338
19339 texto
19340 \series default
19341 .
19342 \end_layout
19343
19344 \begin_layout Subsection
19345 Algoritmos flotantes
19346 \begin_inset Index
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350 Flotantes ! Algoritmos
19351 \end_layout
19352
19353 \end_inset
19354
19355
19356 \begin_inset CommandInset label
19357 LatexCommand label
19358 name "sub:Algoritmos-Flotantes"
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Standard
19366 \begin_inset Float algorithm
19367 placement h
19368 wide false
19369 sideways false
19370 status open
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Caption
19374
19375 \begin_layout Plain Layout
19376 \begin_inset CommandInset label
19377 LatexCommand label
19378 name "alg:Ejemplo-de-Algoritmo-flotante"
19379
19380 \end_inset
19381
19382 Ejemplo de algoritmo flotante
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \end_layout
19389
19390 \begin_layout LyX-Code
19391 for I in 1..N loop
19392 \begin_inset Newline newline
19393 \end_inset
19394
19395  Sum:= Sum + A(I); /*comment*/
19396 \begin_inset Newline newline
19397 \end_inset
19398
19399 end loop
19400 \begin_inset VSpace -4mm
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \begin_layout Standard
19412 Este tipo de flotante se inserta con el menú 
19413 \family sans
19414 Insertar\SpecialChar \menuseparator
19415 Flotante\SpecialChar \menuseparator
19416 Algoritmo
19417 \family default
19418 .
19419  Se usa para códigos y descripciones de algoritmos.
19420  Un posible entorno para algoritmos es 
19421 \family sans
19422 Código-LyX
19423 \family default
19424 , descrito en 
19425 \emph on
19426 Guía del usuario
19427 \emph default
19428  de LyX.
19429  El algoritmo
19430 \begin_inset Space ~
19431 \end_inset
19432
19433
19434 \begin_inset CommandInset ref
19435 LatexCommand ref
19436 reference "alg:Ejemplo-de-Algoritmo-flotante"
19437
19438 \end_inset
19439
19440  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19441  vertical de -4
19442 \begin_inset Space \thinspace{}
19443 \end_inset
19444
19445 mm al final para tener la línea inferior exactamente bajo la última línea
19446  de texto.
19447 \end_layout
19448
19449 \begin_layout Standard
19450 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19451  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19452  la siguiente línea al preámbulo del documento
19453 \series bold
19454 :
19455 \end_layout
19456
19457 \begin_layout Standard
19458
19459 \series bold
19460
19461 \backslash
19462 floatname{algorithm}{nombre}
19463 \end_layout
19464
19465 \begin_layout Standard
19466
19467 \lang english
19468 where
19469 \family sans
19470 \lang spanish
19471  nombre
19472 \family default
19473  es la palabra 
19474 \begin_inset Quotes eld
19475 \end_inset
19476
19477
19478 \emph on
19479 algorithm
19480 \emph default
19481
19482 \begin_inset Quotes erd
19483 \end_inset
19484
19485  en el lenguaje deseado.
19486 \end_layout
19487
19488 \begin_layout Standard
19489
19490 \lang english
19491 To insert the list of algorithms you can in this case not use the menu 
19492 \family sans
19493 Insert\SpecialChar \menuseparator
19494 List
19495 \begin_inset Space \thinspace{}
19496 \end_inset
19497
19498 /
19499 \begin_inset Space \thinspace{}
19500 \end_inset
19501
19502 TOC\SpecialChar \menuseparator
19503 List of Algorithms
19504 \family default
19505  when your document is an English one.
19506  For non-English documents, use this command in TeX-Code instead:
19507 \end_layout
19508
19509 \begin_layout Standard
19510
19511 \series bold
19512 \lang english
19513
19514 \backslash
19515 listof{algorithm}{your
19516 \begin_inset Space ~
19517 \end_inset
19518
19519 name}
19520 \end_layout
19521
19522 \begin_layout Standard
19523
19524 \lang english
19525 where 
19526 \family sans
19527 your
19528 \begin_inset Space ~
19529 \end_inset
19530
19531 name
19532 \family default
19533  is the word 
19534 \begin_inset Quotes eld
19535 \end_inset
19536
19537
19538 \emph on
19539 List of Algorithm
19540 \emph default
19541 s
19542 \begin_inset Quotes erd
19543 \end_inset
19544
19545  in your language.
19546 \end_layout
19547
19548 \begin_layout Standard
19549 Los algoritmos flotantes no se numeran por defecto según el esquema 
19550 \begin_inset Quotes eld
19551 \end_inset
19552
19553 capítulo.algoritmo
19554 \begin_inset Quotes erd
19555 \end_inset
19556
19557  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19558  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19559  en el preámbulo del documento:
19560 \end_layout
19561
19562 \begin_layout Standard
19563
19564 \series bold
19565
19566 \backslash
19567 numberwithin{algorithm}{chapter}
19568 \end_layout
19569
19570 \begin_layout Standard
19571 Para poder usar el comando 
19572 \series bold
19573
19574 \backslash
19575 numberwithin
19576 \series default
19577 , marca la opción 
19578 \family sans
19579 Usar
19580 \begin_inset Space ~
19581 \end_inset
19582
19583 el
19584 \begin_inset Space ~
19585 \end_inset
19586
19587 paquete
19588 \begin_inset Space ~
19589 \end_inset
19590
19591 AMS
19592 \family default
19593  en el menú 
19594 \family sans
19595 Documento\SpecialChar \menuseparator
19596 Configuración\SpecialChar \menuseparator
19597 Ecuaciones
19598 \family default
19599 .
19600 \end_layout
19601
19602 \begin_layout Subsection
19603 Flotantes ajustados a texto
19604 \begin_inset Index
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608 Flotantes ! Ajustados a texto
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \begin_inset CommandInset label
19615 LatexCommand label
19616 name "sub:floatflt-flotante-ajustado"
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 \begin_inset Wrap figure
19625 lines 0
19626 placement l
19627 overhang 0col%
19628 width "40col%"
19629 status open
19630
19631 \begin_layout Plain Layout
19632 \begin_inset Graphics
19633         filename ../clipart/mobius.eps
19634         display color
19635         width 40col%
19636         rotateOrigin center
19637
19638 \end_inset
19639
19640
19641 \end_layout
19642
19643 \begin_layout Plain Layout
19644 \begin_inset Caption
19645
19646 \begin_layout Plain Layout
19647 \begin_inset CommandInset label
19648 LatexCommand label
19649 name "fig:Esto-es-una"
19650
19651 \end_inset
19652
19653 Esto es una figura adosada, y esto la genial cabecera que la describe.
19654 \begin_inset VSpace medskip
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666
19667 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19668  de manera que ocupe sólo una parte del ancho de columna.
19669  Puede insertarse usando el menú 
19670 \family sans
19671 Insertar\SpecialChar \menuseparator
19672 Flotante\SpecialChar \menuseparator
19673 Flotante
19674 \begin_inset Space ~
19675 \end_inset
19676
19677 de
19678 \begin_inset Space ~
19679 \end_inset
19680
19681 ajuste
19682 \begin_inset Space ~
19683 \end_inset
19684
19685 de
19686 \begin_inset Space ~
19687 \end_inset
19688
19689 texto
19690 \family default
19691  si está instalado el paquete LaTeX 
19692 \series bold
19693 wrapfig
19694 \series default
19695
19696 \begin_inset Index
19697 status collapsed
19698
19699 \begin_layout Plain Layout
19700 LaTeX-paquetes ! wrapfig
19701 \begin_inset ERT
19702 status collapsed
19703
19704 \begin_layout Plain Layout
19705
19706
19707 \backslash
19708
19709 \begin_inset ERT
19710 status collapsed
19711
19712 \begin_layout Plain Layout
19713
19714 {
19715 \end_layout
19716
19717 \end_inset
19718
19719
19720 \begin_inset ERT
19721 status collapsed
19722
19723 \begin_layout Plain Layout
19724
19725 }
19726 \end_layout
19727
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \end_inset
19734
19735 vspace
19736 \begin_inset ERT
19737 status collapsed
19738
19739 \begin_layout Plain Layout
19740
19741 {
19742 \end_layout
19743
19744 \end_inset
19745
19746 4mm
19747 \begin_inset ERT
19748 status collapsed
19749
19750 \begin_layout Plain Layout
19751
19752 }
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \end_inset
19761
19762 .
19763 \begin_inset Foot
19764 status collapsed
19765
19766 \begin_layout Plain Layout
19767 La instalación de paquetes LaTeX se explica en el manual 
19768 \emph on
19769 Configuración de LaTeX
19770 \emph default
19771 .
19772 \end_layout
19773
19774 \end_inset
19775
19776  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19777  cuadro del flotante.
19778  La figura
19779 \begin_inset Space ~
19780 \end_inset
19781
19782
19783 \begin_inset CommandInset ref
19784 LatexCommand ref
19785 reference "fig:Esto-es-una"
19786
19787 \end_inset
19788
19789  es un ejemplo de flotante ajustado al texto con una anchura del 40
19790 \begin_inset Space \thinspace{}
19791 \end_inset
19792
19793 col%.
19794 \begin_inset Foot
19795 status collapsed
19796
19797 \begin_layout Plain Layout
19798 Ver unidades disponibles en el apéndice
19799 \begin_inset Space ~
19800 \end_inset
19801
19802
19803 \begin_inset CommandInset ref
19804 LatexCommand ref
19805 reference "cha:Unidades-disponibles-en"
19806
19807 \end_inset
19808
19809 .
19810 \end_layout
19811
19812 \end_inset
19813
19814  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19815  del texto envolvente.
19816 \end_layout
19817
19818 \begin_layout Standard
19819 \begin_inset Note Greyedout
19820 status open
19821
19822 \begin_layout Plain Layout
19823
19824 \series bold
19825 Nota:
19826 \series default
19827  ¡Los flotantes adosados a texto son frágiles! P.
19828 \begin_inset Space \thinspace{}
19829 \end_inset
19830
19831 e.
19832 \begin_inset Space ~
19833 \end_inset
19834
19835 si una figura está demasiado cerca de la parte inferior de la página se
19836  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19837  o situarse junto a otro texto.
19838 \end_layout
19839
19840 \end_inset
19841
19842
19843 \end_layout
19844
19845 \begin_layout Standard
19846 En general:
19847 \end_layout
19848
19849 \begin_layout Itemize
19850 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19851  salto de página.
19852  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19853  esté casi listo y puedas prever los saltos de página.
19854 \end_layout
19855
19856 \begin_layout Itemize
19857 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19858  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19859 \end_layout
19860
19861 \begin_layout Itemize
19862 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19863  que asegura que hay un párrafo de texto entre ellos.
19864 \end_layout
19865
19866 \begin_layout Itemize
19867 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19868 \end_layout
19869
19870 \begin_layout Section
19871 Numeración de flotantes
19872 \begin_inset CommandInset label
19873 LatexCommand label
19874 name "sec:Numeración-de-flotantes"
19875
19876 \end_inset
19877
19878
19879 \begin_inset Index
19880 status collapsed
19881
19882 \begin_layout Plain Layout
19883 Flotantes ! Numeración
19884 \end_layout
19885
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \begin_layout Standard
19892 En general, los flotantes se numeran independientemente de las secciones
19893  en las que se encuentran o según el esquema 
19894 \begin_inset Quotes eld
19895 \end_inset
19896
19897 capítulo.número
19898 \begin_inset Quotes erd
19899 \end_inset
19900
19901  o 
19902 \begin_inset Quotes eld
19903 \end_inset
19904
19905 sección.número
19906 \begin_inset Quotes erd
19907 \end_inset
19908
19909 , dependiendo de la clase de documento utilizada.
19910 \end_layout
19911
19912 \begin_layout Standard
19913 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19914  comando en el preámbulo del documento:
19915 \end_layout
19916
19917 \begin_layout Standard
19918
19919 \series bold
19920
19921 \backslash
19922 renewcommand{
19923 \backslash
19924 thetable}{
19925 \backslash
19926 roman{table}}
19927 \end_layout
19928
19929 \begin_layout Standard
19930
19931 \series bold
19932
19933 \backslash
19934 thetable 
19935 \series default
19936 es el comando que imprime el número de la tabla, para figuras flotantes
19937  el comando sería 
19938 \series bold
19939
19940 \backslash
19941 thefigure
19942 \series default
19943 .
19944  El comando 
19945 \series bold
19946
19947 \backslash
19948 roman
19949 \series default
19950  imprime el número de tabla en números romanos en minúscula.
19951 \end_layout
19952
19953 \begin_layout Standard
19954 Para cambiar el esquema de numeración, por ejemplo a 
19955 \begin_inset Quotes eld
19956 \end_inset
19957
19958 subsección.número
19959 \begin_inset Quotes erd
19960 \end_inset
19961
19962 , usa este comando en el preámbulo:
19963 \end_layout
19964
19965 \begin_layout Standard
19966
19967 \series bold
19968
19969 \backslash
19970 numberwithin{table}{subsection}
19971 \end_layout
19972
19973 \begin_layout Standard
19974 Para poder usar el comando 
19975 \series bold
19976
19977 \backslash
19978 numberwithin
19979 \series default
19980 , debes marcar la opción 
19981 \family sans
19982 Usar
19983 \begin_inset Space ~
19984 \end_inset
19985
19986 el
19987 \begin_inset Space ~
19988 \end_inset
19989
19990 paquete
19991 \begin_inset Space ~
19992 \end_inset
19993
19994 AMS 
19995 \family default
19996 en el apartado 
19997 \family sans
19998 Ecuaciones 
19999 \family default
20000 de las preferencias del documento.
20001 \end_layout
20002
20003 \begin_layout Standard
20004 Puedes ver más detalles y notas importantes sobre comandos de numeración
20005  en la sección
20006 \begin_inset Space ~
20007 \end_inset
20008
20009
20010 \begin_inset CommandInset ref
20011 LatexCommand ref
20012 reference "sub:Numeración-de-Notas-al-Pie"
20013
20014 \end_inset
20015
20016 .
20017 \end_layout
20018
20019 \begin_layout Section
20020 Referencias a flotantes
20021 \begin_inset CommandInset label
20022 LatexCommand label
20023 name "sec:Referencias-a-Flotantes"
20024
20025 \end_inset
20026
20027
20028 \begin_inset Index
20029 status collapsed
20030
20031 \begin_layout Plain Layout
20032 Flotantes ! Referencias
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \begin_inset Index
20039 status collapsed
20040
20041 \begin_layout Plain Layout
20042 Referencias
20043 \end_layout
20044
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \begin_layout Standard
20051 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
20052  menú 
20053 \family sans
20054 Insertar\SpecialChar \menuseparator
20055 Etiqueta
20056 \family default
20057  o el botón 
20058 \begin_inset Graphics
20059         filename ../../images/label-insert.png
20060         scale 85
20061
20062 \end_inset
20063
20064 .
20065  Aparece una ventana esperando la introducción del texto de la etiqueta
20066  y se inserta un cuadro gris como este: 
20067 \begin_inset Graphics
20068         filename clipart/etiquetaQt4.png
20069         scale 85
20070
20071 \end_inset
20072
20073 .
20074  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
20075  El prefijo depende del tipo de flotante, p.
20076 \begin_inset Space \thinspace{}
20077 \end_inset
20078
20079 e.
20080 \begin_inset Space ~
20081 \end_inset
20082
20083 para figuras el prefijo será 
20084 \begin_inset Quotes eld
20085 \end_inset
20086
20087
20088 \family sans
20089 fig:
20090 \family default
20091
20092 \begin_inset Quotes erd
20093 \end_inset
20094
20095 .
20096 \end_layout
20097
20098 \begin_layout Standard
20099 La etiqueta se usa como ancla y el nombre para la referencia.
20100  Puedes referenciar la etiqueta usando el menú 
20101 \family sans
20102 Insertar\SpecialChar \menuseparator
20103 Referencia
20104 \family default
20105
20106 \begin_inset Space ~
20107 \end_inset
20108
20109
20110 \family sans
20111 cruzada
20112 \family default
20113  o el botón 
20114 \begin_inset Graphics
20115         filename ../../images/dialog-show-new-inset_ref.png
20116         scale 85
20117
20118 \end_inset
20119
20120 .
20121  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20122  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20123  trabajando de la lista desplegable de la parte superior del diálogo.
20124  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20125  Se inserta un cuadro gris como este: 
20126 \begin_inset Graphics
20127         filename clipart/referenciaQt4.png
20128         scale 85
20129
20130 \end_inset
20131
20132 .
20133  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20134 \end_layout
20135
20136 \begin_layout Standard
20137 Se recomienda poner un espacio protegido entre el nombre de la referencia
20138  cruzada y su número para evitar saltos de línea entre ellos.
20139  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20140  dos interrogaciones en la salida.
20141 \end_layout
20142
20143 \begin_layout Standard
20144 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20145  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20146  al texto de la etiqueta nueva, no te ocupes por eso.
20147 \end_layout
20148
20149 \begin_layout Standard
20150 El botón 
20151 \family sans
20152 Ir
20153 \begin_inset Space ~
20154 \end_inset
20155
20156 a
20157 \begin_inset Space ~
20158 \end_inset
20159
20160 la
20161 \begin_inset Space ~
20162 \end_inset
20163
20164 etiqueta
20165 \family default
20166  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20167  y el texto del botón cambia a 
20168 \family sans
20169 Volver
20170 \family default
20171 , con el que se puede retornar a la referencia.
20172  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20173  la etiqueta pero sin opción de volver.
20174 \end_layout
20175
20176 \begin_layout Subsection
20177 Formatos de referencia cruzada
20178 \begin_inset CommandInset label
20179 LatexCommand label
20180 name "sub:Formatos-referencia-cruzada"
20181
20182 \end_inset
20183
20184
20185 \begin_inset Index
20186 status collapsed
20187
20188 \begin_layout Plain Layout
20189 Referencias ! Formatos
20190 \end_layout
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Standard
20198 Hay seis variedades de referencias cruzadas:
20199 \end_layout
20200
20201 \begin_layout Description
20202 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20203  
20204 \begin_inset CommandInset ref
20205 LatexCommand ref
20206 reference "fig:Dos-imágenes-distorsionadas"
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Description
20214 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20215  habitual para referirse a fórmulas, especialmente si se omite el nombre
20216  
20217 \begin_inset Quotes eld
20218 \end_inset
20219
20220 Ecuación
20221 \begin_inset Quotes erd
20222 \end_inset
20223
20224
20225 \begin_inset CommandInset ref
20226 LatexCommand eqref
20227 reference "eq:Wgn"
20228
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \begin_layout Description
20235 <página>: imprime el número de página: Página
20236 \begin_inset Space ~
20237 \end_inset
20238
20239
20240 \begin_inset CommandInset ref
20241 LatexCommand pageref
20242 reference "fig:Dos-imágenes-distorsionadas"
20243
20244 \end_inset
20245
20246
20247 \end_layout
20248
20249 \begin_layout Description
20250 en
20251 \begin_inset Space ~
20252 \end_inset
20253
20254 página
20255 \begin_inset Space ~
20256 \end_inset
20257
20258 <página>: imprime el texto 
20259 \begin_inset Quotes eld
20260 \end_inset
20261
20262 en la página
20263 \begin_inset Quotes erd
20264 \end_inset
20265
20266  y el número de página: 
20267 \begin_inset CommandInset ref
20268 LatexCommand vpageref
20269 reference "fig:Dos-imágenes-distorsionadas"
20270
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \begin_layout Description
20277 <referencia>
20278 \begin_inset Space ~
20279 \end_inset
20280
20281 en
20282 \begin_inset Space ~
20283 \end_inset
20284
20285 página
20286 \begin_inset Space ~
20287 \end_inset
20288
20289 <página>: imprime el número flotante, el texto 
20290 \begin_inset Quotes eld
20291 \end_inset
20292
20293 en la página
20294 \begin_inset Quotes erd
20295 \end_inset
20296
20297  y el número de página: 
20298 \begin_inset CommandInset ref
20299 LatexCommand vref
20300 reference "fig:Dos-imágenes-distorsionadas"
20301
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \begin_layout Description
20308 Referencia
20309 \begin_inset Space ~
20310 \end_inset
20311
20312 con
20313 \begin_inset Space ~
20314 \end_inset
20315
20316 formato: imprime un formato personalizado.
20317  
20318 \begin_inset Note Greyedout
20319 status open
20320
20321 \begin_layout Plain Layout
20322
20323 \series bold
20324 Nota:
20325 \series default
20326  Esta característica sólo está disponible si está instalado el paquete LaTeX
20327  
20328 \series bold
20329 prettyref
20330 \series default
20331 .
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Standard
20340 Ten en cuenta que el estilo <página>
20341 \begin_inset Space \thinspace{}
20342 \end_inset
20343
20344  no imprime el número si la etiqueta está en la misma página, en la anterior
20345  o en la siguiente.
20346  En su lugar verás p.
20347 \begin_inset Space \thinspace{}
20348 \end_inset
20349
20350 e.
20351 \begin_inset Space ~
20352 \end_inset
20353
20354 el texto 
20355 \begin_inset Quotes eld
20356 \end_inset
20357
20358
20359 \family sans
20360 en esta página
20361 \family default
20362
20363 \begin_inset Quotes erd
20364 \end_inset
20365
20366 .
20367 \end_layout
20368
20369 \begin_layout Standard
20370 El número y página actual de la parte del documento referida es automáticamente
20371  calculado por LaTeX en la salida.
20372  Las variedades se ajustan en el campo 
20373 \family sans
20374 Formato
20375 \family default
20376  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20377 \end_layout
20378
20379 \begin_layout Subsection
20380 Referencias a subfiguras 
20381 \begin_inset CommandInset label
20382 LatexCommand label
20383 name "sub:Referencias-a-Subfiguras"
20384
20385 \end_inset
20386
20387
20388 \begin_inset Index
20389 status collapsed
20390
20391 \begin_layout Plain Layout
20392 Referencias ! a subfiguras
20393 \end_layout
20394
20395 \end_inset
20396
20397
20398 \end_layout
20399
20400 \begin_layout Standard
20401 Por el momento LyX no soporta las referencias a subfiguras, de modo que
20402  hay que emplear comandos LaTeX.
20403  La etiqueta se crea con el comando
20404 \end_layout
20405
20406 \begin_layout Standard
20407
20408 \series bold
20409
20410 \backslash
20411 label{fig:NombreEtiqueta}
20412 \end_layout
20413
20414 \begin_layout Standard
20415 que se inserta directamente en el campo de leyenda de la subfigura.
20416  Para referenciar la etiqueta añade el siguiente comando en ERT
20417 \end_layout
20418
20419 \begin_layout Standard
20420
20421 \series bold
20422
20423 \backslash
20424 ref{fig:NombreEtiqueta}
20425 \end_layout
20426
20427 \begin_layout Standard
20428 en la posición del documento en la que quieras que aparezca la referencia.
20429  Aquí hay una referencia a una subfigura: Subfigura
20430 \begin_inset Space ~
20431 \end_inset
20432
20433
20434 \begin_inset ERT
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439
20440 \backslash
20441 ref{fig:Platypus}
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Subsection
20450 Designación automática de referencias
20451 \begin_inset Index
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 Referencias ! Designación automática
20456 \end_layout
20457
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \begin_layout Standard
20464 El paquete LaTeX 
20465 \series bold
20466 hyperref
20467 \series default
20468  dispone de una característica muy útil que permite incluir automáticamente
20469  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20470  de texto como secciones).
20471  Quieres p.
20472 \begin_inset Space \thinspace{}
20473 \end_inset
20474
20475 e.
20476 \begin_inset Space ~
20477 \end_inset
20478
20479 escribir la palabra 
20480 \begin_inset Quotes eld
20481 \end_inset
20482
20483 Figura
20484 \begin_inset Quotes erd
20485 \end_inset
20486
20487  antes de cada cuadro de referencia.
20488  Para conseguirlo debes cargar el paquete LaTeX 
20489 \series bold
20490 hyperref
20491 \series default
20492
20493 \begin_inset Index
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 LaTeX-paquetes ! hyperref
20498 \end_layout
20499
20500 \end_inset
20501
20502  en el preámbulo del documento con
20503 \end_layout
20504
20505 \begin_layout Standard
20506
20507 \series bold
20508
20509 \backslash
20510 usepackage[pdfborder={0 0 0}]{hyperref}
20511 \begin_inset Newline newline
20512 \end_inset
20513
20514
20515 \backslash
20516 AtBeginDocument{
20517 \backslash
20518 renewcommand{
20519 \backslash
20520 ref}[1]{
20521 \backslash
20522 mbox{
20523 \backslash
20524 autoref{#1}}}}
20525 \end_layout
20526
20527 \begin_layout Standard
20528
20529 \series bold
20530 hyperref
20531 \series default
20532  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20533  esto significa que el lector del documento podrá pinchar sobre una entrada
20534  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20535  documento.
20536  
20537 \series bold
20538 hyperref
20539 \series default
20540  también crea marcadores PDF para cada sección para facilitar al lector
20541  la navegación por el documento.
20542  Esto también se ha usado en este documento pero si echas una ojeada al
20543  preámbulo encontrarás varias opciones en la carga de 
20544 \series bold
20545 hyperref
20546 \series default
20547 .
20548  Para aprender más sobre ello acude a la documentación del paquete 
20549 \begin_inset CommandInset citation
20550 LatexCommand cite
20551 key "hyperref"
20552
20553 \end_inset
20554
20555 .
20556 \end_layout
20557
20558 \begin_layout Standard
20559 \begin_inset Note Greyedout
20560 status open
20561
20562 \begin_layout Plain Layout
20563
20564 \series bold
20565 Nota:
20566 \series default
20567  La designación automática de referencias no puede usarse en el estilo 
20568 \family sans
20569 Referencia
20570 \begin_inset Space ~
20571 \end_inset
20572
20573 con
20574 \begin_inset Space ~
20575 \end_inset
20576
20577 formato
20578 \family default
20579 , descrita en la sección
20580 \begin_inset Space ~
20581 \end_inset
20582
20583
20584 \begin_inset CommandInset ref
20585 LatexCommand ref
20586 reference "sub:Formatos-referencia-cruzada"
20587
20588 \end_inset
20589
20590 .
20591 \end_layout
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \begin_layout Subsection
20599 Colocación de referencias
20600 \begin_inset CommandInset label
20601 LatexCommand label
20602 name "sub:Colocación-de-Referencias"
20603
20604 \end_inset
20605
20606
20607 \begin_inset Index
20608 status collapsed
20609
20610 \begin_layout Plain Layout
20611 Referencias ! Colocación
20612 \end_layout
20613
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \begin_layout Standard
20620 Si usas 
20621 \series bold
20622 hyperref
20623 \series default
20624
20625 \begin_inset Index
20626 status collapsed
20627
20628 \begin_layout Plain Layout
20629 LaTeX-paquetes ! hyperref
20630 \end_layout
20631
20632 \end_inset
20633
20634  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20635  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20636  La leyenda será la primera parte del texto en pantalla, de forma que para
20637  ver la imagen debes deslizar.
20638  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20639  Usando el paquete 
20640 \series bold
20641 hypcap
20642 \series default
20643
20644 \begin_inset Index
20645 status collapsed
20646
20647 \begin_layout Plain Layout
20648 LaTeX-paquetes ! hypcap
20649 \end_layout
20650
20651 \end_inset
20652
20653 , que forma parte del paquete LaTeX 
20654 \series bold
20655 oberdiek
20656 \series default
20657
20658 \begin_inset Index
20659 status collapsed
20660
20661 \begin_layout Plain Layout
20662 LaTeX-paquetes ! oberdiek
20663 \end_layout
20664
20665 \end_inset
20666
20667 , el ancla de enlace se sitúa al comienzo de un flotante.
20668  Para usar esta característica para figuras flotantes carga 
20669 \series bold
20670 hypcap
20671 \series default
20672  en el preámbulo con
20673 \end_layout
20674
20675 \begin_layout Standard
20676
20677 \series bold
20678
20679 \backslash
20680 usepackage[figure]{hypcap}
20681 \end_layout
20682
20683 \begin_layout Standard
20684 Puedes usar 
20685 \series bold
20686 hypcap
20687 \series default
20688  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20689  Más información en el manual de 
20690 \series bold
20691 hypcap
20692 \series default
20693  
20694 \begin_inset CommandInset citation
20695 LatexCommand cite
20696 key "hypcap"
20697
20698 \end_inset
20699
20700 .
20701 \end_layout
20702
20703 \begin_layout Standard
20704 \begin_inset Note Greyedout
20705 status open
20706
20707 \begin_layout Plain Layout
20708
20709 \series bold
20710 Nota: hypcap
20711 \series default
20712  debe cargarse después de 
20713 \series bold
20714 hyperref
20715 \series default
20716  en el preámbulo
20717 \series bold
20718 .
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 \begin_inset Note Greyedout
20728 status open
20729
20730 \begin_layout Plain Layout
20731
20732 \series bold
20733 Nota:
20734 \series default
20735  La colocación de referencias no afecta a las referencias a subfiguras.
20736 \end_layout
20737
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \begin_layout Section
20744 Colocación de flotantes
20745 \begin_inset CommandInset label
20746 LatexCommand label
20747 name "sec:Colocación-de-Flotantes"
20748
20749 \end_inset
20750
20751
20752 \begin_inset Index
20753 status collapsed
20754
20755 \begin_layout Plain Layout
20756 Flotantes ! Colocación
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20766  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20767  los flotantes.
20768 \begin_inset Newline newline
20769 \end_inset
20770
20771 La opción 
20772 \family sans
20773 Extender
20774 \begin_inset Space ~
20775 \end_inset
20776
20777 columnas
20778 \family default
20779  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20780  abarcará ambas columnas en lugar de una sola.
20781 \begin_inset Newline newline
20782 \end_inset
20783
20784 La opción 
20785 \family sans
20786 Girar
20787 \begin_inset Space ~
20788 \end_inset
20789
20790 a
20791 \begin_inset Space ~
20792 \end_inset
20793
20794 un
20795 \begin_inset Space ~
20796 \end_inset
20797
20798 lado
20799 \family default
20800  sirve para girar flotantes, ver sección
20801 \begin_inset Space ~
20802 \end_inset
20803
20804
20805 \begin_inset CommandInset ref
20806 LatexCommand ref
20807 reference "sec:Rotación-de-Flotantes"
20808
20809 \end_inset
20810
20811 .
20812  
20813 \end_layout
20814
20815 \begin_layout Standard
20816 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20817  la posición de un flotante si desmarcas la opción 
20818 \family sans
20819 Usar
20820 \begin_inset Space ~
20821 \end_inset
20822
20823 ubicación
20824 \begin_inset Space ~
20825 \end_inset
20826
20827 predeterminada
20828 \family default
20829 :
20830 \end_layout
20831
20832 \begin_layout Description
20833
20834 \family sans
20835 \series bold
20836 Aquí
20837 \begin_inset Space ~
20838 \end_inset
20839
20840 si
20841 \begin_inset Space ~
20842 \end_inset
20843
20844 es
20845 \begin_inset Space ~
20846 \end_inset
20847
20848 posible
20849 \family default
20850 \series default
20851  intenta situar el flotante en la posición en la que se inserta
20852 \end_layout
20853
20854 \begin_layout Description
20855
20856 \family sans
20857 \series bold
20858 Principio
20859 \begin_inset Space ~
20860 \end_inset
20861
20862 de
20863 \begin_inset Space ~
20864 \end_inset
20865
20866 página
20867 \family default
20868 \series default
20869  intenta situar el flotante al principio de la página actual
20870 \end_layout
20871
20872 \begin_layout Description
20873
20874 \family sans
20875 \series bold
20876 Fin
20877 \begin_inset Space ~
20878 \end_inset
20879
20880 de
20881 \begin_inset Space ~
20882 \end_inset
20883
20884 página
20885 \family default
20886 \series default
20887  intenta situar el flotante al final de la página actual
20888 \end_layout
20889
20890 \begin_layout Description
20891
20892 \family sans
20893 \series bold
20894 Página
20895 \begin_inset Space ~
20896 \end_inset
20897
20898 de
20899 \begin_inset Space ~
20900 \end_inset
20901
20902 flotantes
20903 \family default
20904 \series default
20905  intenta situar el flotante en una página propia 
20906 \end_layout
20907
20908 \begin_layout Standard
20909 LaTeX usa 
20910 \emph on
20911 siempre
20912 \emph default
20913  ese orden de opciones.
20914  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20915  lugar 
20916 \family sans
20917 Aquí
20918 \begin_inset Space ~
20919 \end_inset
20920
20921 si
20922 \begin_inset Space ~
20923 \end_inset
20924
20925 es
20926 \begin_inset Space ~
20927 \end_inset
20928
20929 posible
20930 \family default
20931 , luego 
20932 \family sans
20933 Principio
20934 \begin_inset Space ~
20935 \end_inset
20936
20937 de
20938 \begin_inset Space ~
20939 \end_inset
20940
20941 página
20942 \family default
20943 , y después las otras.
20944  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20945  pero en dicho orden.
20946  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20947  pero intenta poner el flotante en la página siguiente.
20948 \end_layout
20949
20950 \begin_layout Standard
20951 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20952 \end_layout
20953
20954 \begin_layout Labeling
20955 \labelwidthstring 00.00.0000
20956
20957 \family sans
20958 Principio
20959 \begin_inset Space ~
20960 \end_inset
20961
20962 de
20963 \begin_inset Space ~
20964 \end_inset
20965
20966 página:
20967 \family default
20968  sólo si el flotante ocupa menos del 70
20969 \begin_inset Space \thinspace{}
20970 \end_inset
20971
20972 % de la página puede ubicarse al principio de página (
20973 \series bold
20974
20975 \backslash
20976 topfraction
20977 \series default
20978 )
20979 \end_layout
20980
20981 \begin_layout Labeling
20982 \labelwidthstring 00.00.0000
20983
20984 \family sans
20985 Fin
20986 \begin_inset Space ~
20987 \end_inset
20988
20989 de
20990 \begin_inset Space ~
20991 \end_inset
20992
20993 página:
20994 \family default
20995  sólo si el flotante ocupa menos del 30
20996 \begin_inset Space \thinspace{}
20997 \end_inset
20998
20999 % de la página puede ubicarse al fin de página.
21000  (
21001 \series bold
21002
21003 \backslash
21004 bottomfraction
21005 \series default
21006 )
21007 \end_layout
21008
21009 \begin_layout Labeling
21010 \labelwidthstring 00.00.0000
21011
21012 \family sans
21013 Página
21014 \begin_inset Space ~
21015 \end_inset
21016
21017 de
21018 \begin_inset Space ~
21019 \end_inset
21020
21021 flotantes:
21022 \family default
21023  sólo si más del 50
21024 \begin_inset Space \thinspace{}
21025 \end_inset
21026
21027 % de la página se ocupa por flotantes puede haber varios juntos en la misma
21028  página.
21029  (
21030 \series bold
21031
21032 \backslash
21033 floatpagefraction
21034 \series default
21035 )
21036 \end_layout
21037
21038 \begin_layout Standard
21039 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
21040  
21041 \family sans
21042 Ignorar
21043 \begin_inset Space ~
21044 \end_inset
21045
21046 reglas
21047 \begin_inset Space ~
21048 \end_inset
21049
21050 de
21051 \begin_inset Space ~
21052 \end_inset
21053
21054 LaTeX
21055 \family default
21056 .
21057 \begin_inset Newline newline
21058 \end_inset
21059
21060 También puedes redefinir las reglas con los comandos LaTeX que van entre
21061  paréntesis tras la descripción de las reglas anteriores.
21062  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
21063  la regla 
21064 \family sans
21065 Fin
21066 \family default
21067
21068 \begin_inset Space ~
21069 \end_inset
21070
21071
21072 \family sans
21073 de
21074 \family default
21075
21076 \begin_inset Space ~
21077 \end_inset
21078
21079
21080 \family sans
21081 página
21082 \family default
21083  al 50
21084 \begin_inset Space \thinspace{}
21085 \end_inset
21086
21087 %, añade esta línea en el preámbulo:
21088 \end_layout
21089
21090 \begin_layout Standard
21091
21092 \series bold
21093
21094 \backslash
21095 renewcommand{
21096 \backslash
21097 bottomfraction}{0.5}
21098 \end_layout
21099
21100 \begin_layout Standard
21101 En determinados casos podrías necesitar ubicar un flotante exactamente en
21102  la posición en la que se inserta.
21103  Para esto puedes usar la opción 
21104 \family sans
21105 Aquí
21106 \begin_inset Space ~
21107 \end_inset
21108
21109 definitivamente
21110 \family default
21111 .
21112  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
21113  porque el flotante ya no podrá 
21114 \begin_inset Quotes eld
21115 \end_inset
21116
21117 flotar
21118 \begin_inset Quotes erd
21119 \end_inset
21120
21121  y si haces cambios al documento se podría estropear el diseño de la página.
21122 \end_layout
21123
21124 \begin_layout Standard
21125 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
21126  están rodeados por texto de un párrafo determinado.
21127 \begin_inset VSpace bigskip
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \begin_layout Standard
21134 A veces surge el problema de que un flotante se sitúa al principio de la
21135  página mientras que su sección correspondiente empieza en mitad de la página,
21136  así que el lector podría creer que el flotante forma parte de la sección
21137  anterior.
21138  Para evitarlo puede emplearse el comando LaTeX 
21139 \series bold
21140
21141 \backslash
21142 suppressfloats
21143 \series default
21144 , que suprime la ubicación de un flotante dado en la página donde se inserta
21145  y además puede servir para evitar que el flotante se coloque antes del
21146  inicio de sección.
21147  Para ello, añade estos comandos al preámbulo:
21148 \end_layout
21149
21150 \begin_layout Standard
21151
21152 \series bold
21153
21154 \backslash
21155 let
21156 \backslash
21157 mySection
21158 \backslash
21159 section
21160 \begin_inset Newline newline
21161 \end_inset
21162
21163
21164 \backslash
21165 renewcommand{
21166 \backslash
21167 section}{
21168 \backslash
21169 suppressfloats[t]
21170 \backslash
21171 mySection}
21172 \end_layout
21173
21174 \begin_layout Standard
21175 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21176  subsecciones.
21177  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21178  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21179 \end_layout
21180
21181 \begin_layout Standard
21182 \begin_inset VSpace bigskip
21183 \end_inset
21184
21185 En ciertos casos se quieren tener todas las figuras/tablas al final del
21186  documento.
21187  Para estos casos está el paquete LaTeX 
21188 \series bold
21189 endfloat
21190 \series default
21191
21192 \begin_inset Index
21193 status collapsed
21194
21195 \begin_layout Plain Layout
21196 LaTeX-paquetes ! endfloat
21197 \end_layout
21198
21199 \end_inset
21200
21201 .
21202  Pone todas las figuras y tablas flotantes al final del documento en secciones
21203  propias.
21204  En la posición original del flotante se inserta una indicación como 
21205 \begin_inset Quotes eld
21206 \end_inset
21207
21208
21209 \family sans
21210 [Figure
21211 \begin_inset Space ~
21212 \end_inset
21213
21214 3.2 about here.]
21215 \family default
21216
21217 \begin_inset Quotes erd
21218 \end_inset
21219
21220 .
21221  El paquete 
21222 \series bold
21223 endfloat
21224 \series default
21225  se carga en el preámbulo con la línea
21226 \end_layout
21227
21228 \begin_layout Standard
21229
21230 \series bold
21231
21232 \backslash
21233 usepackage[options]{endfloat}
21234 \end_layout
21235
21236 \begin_layout Standard
21237 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21238  Para más información ver la documentación de 
21239 \begin_inset CommandInset citation
21240 LatexCommand cite
21241 key "endfloat"
21242
21243 \end_inset
21244
21245 .
21246 \begin_inset Newline newline
21247 \end_inset
21248
21249
21250 \begin_inset Note Greyedout
21251 status open
21252
21253 \begin_layout Plain Layout
21254
21255 \series bold
21256 Nota: endfloat
21257 \series default
21258  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21259  ver sección
21260 \begin_inset Space ~
21261 \end_inset
21262
21263 4 en 
21264 \begin_inset CommandInset citation
21265 LatexCommand cite
21266 key "endfloat"
21267
21268 \end_inset
21269
21270 .
21271 \end_layout
21272
21273 \end_inset
21274
21275
21276 \begin_inset Newline newline
21277 \end_inset
21278
21279
21280 \begin_inset Note Greyedout
21281 status open
21282
21283 \begin_layout Plain Layout
21284
21285 \series bold
21286 Nota:
21287 \series default
21288  Actualmente hay un error en 
21289 \series bold
21290 endfloat
21291 \series default
21292  cuando la leyenda contiene el carácter alemán 
21293 \begin_inset Quotes eld
21294 \end_inset
21295
21296 ß
21297 \begin_inset Quotes erd
21298 \end_inset
21299
21300 .
21301  Usa en ese caso el comando 
21302 \begin_inset Quotes eld
21303 \end_inset
21304
21305
21306 \series bold
21307
21308 \backslash
21309 ss
21310 \series default
21311
21312 \begin_inset Quotes erd
21313 \end_inset
21314
21315  en ERT en vez de 
21316 \begin_inset Quotes eld
21317 \end_inset
21318
21319 ß
21320 \begin_inset Quotes erd
21321 \end_inset
21322
21323 .
21324 \end_layout
21325
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \begin_layout Standard
21332 \begin_inset VSpace bigskip
21333 \end_inset
21334
21335 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21336 \begin_inset CommandInset citation
21337 LatexCommand cite
21338 key "latexcompanion,latexguide,latexbook"
21339
21340 \end_inset
21341
21342 .
21343 \end_layout
21344
21345 \begin_layout Section
21346 Rotación de flotantes
21347 \begin_inset CommandInset label
21348 LatexCommand label
21349 name "sec:Rotación-de-Flotantes"
21350
21351 \end_inset
21352
21353
21354 \begin_inset Index
21355 status collapsed
21356
21357 \begin_layout Plain Layout
21358 Flotantes ! Rotación
21359 \end_layout
21360
21361 \end_inset
21362
21363
21364 \end_layout
21365
21366 \begin_layout Standard
21367 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21368  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21369  la opción 
21370 \family sans
21371 Girar
21372 \begin_inset Space ~
21373 \end_inset
21374
21375 a
21376 \begin_inset Space ~
21377 \end_inset
21378
21379 un
21380 \begin_inset Space ~
21381 \end_inset
21382
21383 lado
21384 \family default
21385 .
21386 \end_layout
21387
21388 \begin_layout Standard
21389 Los flotantes girados son puestos siempre en su propia página (o columna
21390  si el documento es de dos columnas).
21391  Se rotan de forma que puedes leerlos desde el margen externo.
21392  Para forzar determinada dirección de rotación para todas las páginas, puedes
21393  añadir una de las opciones 
21394 \series bold
21395 figuresleft
21396 \series default
21397  o 
21398 \series bold
21399 figuresright
21400 \series default
21401  a las opciones de clase del documento.
21402 \end_layout
21403
21404 \begin_layout Standard
21405 Los flotantes girados se refieren igual que los normales, y el formato de
21406  la leyenda también es el mismo: un ejemplo es la tabla
21407 \begin_inset Space ~
21408 \end_inset
21409
21410
21411 \begin_inset CommandInset ref
21412 LatexCommand ref
21413 reference "tab:Tabla-girada"
21414
21415 \end_inset
21416
21417 .
21418 \end_layout
21419
21420 \begin_layout Standard
21421 \begin_inset Note Greyedout
21422 status open
21423
21424 \begin_layout Plain Layout
21425
21426 \series bold
21427 Nota:
21428 \series default
21429  No todos los visores DVI pueden mostrar tablas giradas.
21430 \end_layout
21431
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \begin_layout Standard
21438 \begin_inset Float table
21439 wide false
21440 sideways true
21441 status open
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Caption
21445
21446 \begin_layout Plain Layout
21447 \begin_inset CommandInset label
21448 LatexCommand label
21449 name "tab:Tabla-girada"
21450
21451 \end_inset
21452
21453 Tabla girada
21454 \end_layout
21455
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \begin_layout Plain Layout
21462 \align center
21463 \begin_inset Tabular
21464 <lyxtabular version="3" rows="1" columns="5">
21465 <features>
21466 <column alignment="center" valignment="top" width="0">
21467 <column alignment="center" valignment="top" width="0">
21468 <column alignment="center" valignment="top" width="0">
21469 <column alignment="center" valignment="top" width="0">
21470 <column alignment="center" valignment="top" width="0">
21471 <row>
21472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 test
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21482 \begin_inset Text
21483
21484 \begin_layout Plain Layout
21485 b
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 c
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 d
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 e
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 </lyxtabular>
21519
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526
21527
21528 \end_layout
21529
21530 \begin_layout Section
21531 Flotantes adosados
21532 \begin_inset Index
21533 status collapsed
21534
21535 \begin_layout Plain Layout
21536 Flotantes ! Adosados
21537 \end_layout
21538
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \begin_layout Standard
21545 Para colocar flotantes unos junto a otros, como en la figura
21546 \begin_inset Space ~
21547 \end_inset
21548
21549
21550 \begin_inset CommandInset ref
21551 LatexCommand ref
21552 reference "fig:Flotante-izquierda"
21553
21554 \end_inset
21555
21556  y 
21557 \begin_inset CommandInset ref
21558 LatexCommand ref
21559 reference "fig:Flotante-derecha"
21560
21561 \end_inset
21562
21563 , se pone 
21564 \emph on
21565 un
21566 \emph default
21567  solo flotante.
21568  En él se insertan dos cuadros tipo minipágina
21569 \begin_inset Foot
21570 status open
21571
21572 \begin_layout Plain Layout
21573 Las minipáginas se explican en la sección
21574 \begin_inset Space ~
21575 \end_inset
21576
21577
21578 \begin_inset CommandInset ref
21579 LatexCommand ref
21580 reference "sec:Minipáginas"
21581
21582 \end_inset
21583
21584 .
21585 \end_layout
21586
21587 \end_inset
21588
21589 .
21590  La anchura se establece en 45-50
21591 \begin_inset Space \thinspace{}
21592 \end_inset
21593
21594 % de la columna y la alineación en 
21595 \family sans
21596 Inferior
21597 \family default
21598  para cada minipágina.
21599  Las minipáginas contienen la imagen y su título, de igual forma que en
21600  los flotantes.
21601  La única diferencia es que el 
21602 \family sans
21603 Ancho
21604 \begin_inset Space ~
21605 \end_inset
21606
21607 de
21608 \begin_inset Space ~
21609 \end_inset
21610
21611 columna
21612 \begin_inset Space ~
21613 \end_inset
21614
21615 %
21616 \family default
21617  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21618 \end_layout
21619
21620 \begin_layout Standard
21621 \begin_inset Float figure
21622 placement h
21623 wide false
21624 sideways false
21625 status open
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Box Frameless
21629 position "b"
21630 hor_pos "c"
21631 has_inner_box 1
21632 inner_pos "t"
21633 use_parbox 0
21634 width "45col%"
21635 special "none"
21636 height "1in"
21637 height_special "totalheight"
21638 status open
21639
21640 \begin_layout Plain Layout
21641 \align center
21642 \begin_inset Graphics
21643         filename ../clipart/mobius.eps
21644         lyxscale 50
21645         width 100col%
21646         scaleBeforeRotation
21647
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \begin_layout Plain Layout
21654 \begin_inset Caption
21655
21656 \begin_layout Plain Layout
21657 \begin_inset CommandInset label
21658 LatexCommand label
21659 name "fig:Flotante-izquierda"
21660
21661 \end_inset
21662
21663 Flotante en el lado izquierdo.
21664 \end_layout
21665
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672
21673
21674 \begin_inset Space \hfill{}
21675 \end_inset
21676
21677
21678 \begin_inset Box Frameless
21679 position "b"
21680 hor_pos "c"
21681 has_inner_box 1
21682 inner_pos "t"
21683 use_parbox 0
21684 width "45col%"
21685 special "none"
21686 height "1in"
21687 height_special "totalheight"
21688 status open
21689
21690 \begin_layout Plain Layout
21691 \align center
21692 \begin_inset Graphics
21693         filename ../clipart/platypus.eps
21694         lyxscale 50
21695         width 100col%
21696         scaleBeforeRotation
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \begin_layout Plain Layout
21704 \begin_inset Caption
21705
21706 \begin_layout Plain Layout
21707 \begin_inset CommandInset label
21708 LatexCommand label
21709 name "fig:Flotante-derecha"
21710
21711 \end_inset
21712
21713 Flotante en el lado derecho.
21714 \end_layout
21715
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727
21728
21729 \end_layout
21730
21731 \begin_layout Section
21732 Formato de las leyendas
21733 \begin_inset Index
21734 status collapsed
21735
21736 \begin_layout Plain Layout
21737 Leyendas ! Formato
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \begin_inset Index
21744 status collapsed
21745
21746 \begin_layout Plain Layout
21747 Flotantes ! Formato de las leyendas
21748 \end_layout
21749
21750 \end_inset
21751
21752
21753 \begin_inset Index
21754 status collapsed
21755
21756 \begin_layout Plain Layout
21757 LaTeX-paquetes ! caption
21758 \end_layout
21759
21760 \end_inset
21761
21762
21763 \begin_inset CommandInset label
21764 LatexCommand label
21765 name "sec:Formato-de-leyendas"
21766
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Standard
21773 El entorno 
21774 \family sans
21775 Leyenda
21776 \family default
21777  es el predeterminado para los 
21778 \family sans
21779 Flotantes
21780 \family default
21781 .
21782  En LyX las leyendas se muestran como etiqueta, p.
21783 \begin_inset Space \thinspace{}
21784 \end_inset
21785
21786 e.
21787 \begin_inset Space ~
21788 \end_inset
21789
21790
21791 \begin_inset Quotes eld
21792 \end_inset
21793
21794
21795 \family sans
21796 Figura #
21797 \family default
21798 :
21799 \begin_inset Quotes erd
21800 \end_inset
21801
21802  seguida por el texto.
21803  
21804 \begin_inset Quotes eld
21805 \end_inset
21806
21807 #
21808 \begin_inset Quotes erd
21809 \end_inset
21810
21811  es el número real de referencia.
21812  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21813  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21814  del texto.
21815  El formato de la leyenda no es apropiado para todos los formatos de documento.
21816  
21817 \end_layout
21818
21819 \begin_layout Standard
21820 Para cambiar el formato predeterminado carga el paquete LaTeX 
21821 \series bold
21822 caption
21823 \series default
21824
21825 \begin_inset Index
21826 status collapsed
21827
21828 \begin_layout Plain Layout
21829 LaTeX-paquetes ! caption
21830 \end_layout
21831
21832 \end_inset
21833
21834  en el preámbulo del documento con la línea:
21835 \end_layout
21836
21837 \begin_layout Standard
21838
21839 \series bold
21840
21841 \backslash
21842 usepackage[definición de formato]{caption}
21843 \end_layout
21844
21845 \begin_layout Standard
21846 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21847  las leyendas de tabla siempre sobre ella como en este documento, usa el
21848  comando:
21849 \end_layout
21850
21851 \begin_layout Standard
21852
21853 \series bold
21854
21855 \backslash
21856 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21857 \end_layout
21858
21859 \begin_layout Standard
21860 También puedes definir distintos formatos de leyenda para los distintos
21861  tipos de flotantes.
21862  En ese caso carga el paquete 
21863 \series bold
21864 caption
21865 \series default
21866  sin opciones específicas y define los distintos formatos con ayuda del
21867  comando
21868 \end_layout
21869
21870 \begin_layout Standard
21871
21872 \series bold
21873
21874 \backslash
21875 captionsetup[tipo de flotante]{definición de formato}
21876 \end_layout
21877
21878 \begin_layout Standard
21879 en el preámbulo del documento.
21880  Por ejemplo las leyendas de la Figura
21881 \begin_inset Space ~
21882 \end_inset
21883
21884
21885 \begin_inset CommandInset ref
21886 LatexCommand ref
21887 reference "fig:Esto-es-una-fig"
21888
21889 \end_inset
21890
21891  y la tabla
21892 \begin_inset Space ~
21893 \end_inset
21894
21895
21896 \begin_inset CommandInset ref
21897 LatexCommand ref
21898 reference "tab:Esto-es-una-tab"
21899
21900 \end_inset
21901
21902  pueden crearse usando los siguientes comandos en el preámbulo:
21903 \end_layout
21904
21905 \begin_layout Standard
21906
21907 \series bold
21908
21909 \backslash
21910 usepackage[tableposition=top]{caption}
21911 \series default
21912
21913 \begin_inset Newline newline
21914 \end_inset
21915
21916
21917 \series bold
21918
21919 \backslash
21920 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21921 \begin_inset Newline newline
21922 \end_inset
21923
21924
21925 \begin_inset ERT
21926 status collapsed
21927
21928 \begin_layout Plain Layout
21929
21930
21931 \backslash
21932 hphantom{
21933 \backslash
21934
21935 \backslash
21936 captionsetup[figure]
21937 \backslash
21938 {}
21939 \end_layout
21940
21941 \end_inset
21942
21943  labelsep=period}
21944 \begin_inset Newline newline
21945 \end_inset
21946
21947
21948 \backslash
21949 captionsetup[table]{labelfont={bf,sf}}
21950 \end_layout
21951
21952 \begin_layout Standard
21953 \begin_inset Note Greyedout
21954 status open
21955
21956 \begin_layout Plain Layout
21957
21958 \series bold
21959 Nota: 
21960 \series default
21961 La opción 
21962 \series bold
21963 tableposition=top
21964 \series default
21965  no tiene efecto si se usa una clase de documento 
21966 \series bold
21967 koma-script
21968 \series default
21969 .
21970  En este caso debe utilizarse la opción de clase de documento 
21971 \series bold
21972 tablecaptionabove
21973 \series default
21974 .
21975  
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Standard
21984 Para más información sobre el paquete 
21985 \series bold
21986 caption
21987 \series default
21988  acude a su documentación 
21989 \begin_inset CommandInset citation
21990 LatexCommand cite
21991 key "caption,caption-de"
21992
21993 \end_inset
21994
21995 .
21996 \end_layout
21997
21998 \begin_layout Standard
21999 Para cambiar el nombre de la etiqueta de 
22000 \begin_inset Quotes eld
22001 \end_inset
22002
22003 Figura
22004 \begin_inset Quotes erd
22005 \end_inset
22006
22007  a 
22008 \begin_inset Quotes eld
22009 \end_inset
22010
22011 Imagen
22012 \begin_inset Quotes erd
22013 \end_inset
22014
22015 , p.
22016 \begin_inset Space \thinspace{}
22017 \end_inset
22018
22019 e., usa el siguiente comando de preámbulo:
22020 \end_layout
22021
22022 \begin_layout Standard
22023
22024 \series bold
22025
22026 \backslash
22027 renewcommand{
22028 \backslash
22029 fnum@figure}{Imagen~
22030 \backslash
22031 thefigure}
22032 \end_layout
22033
22034 \begin_layout Standard
22035 donde 
22036 \series bold
22037
22038 \backslash
22039 thefigure
22040 \series default
22041  inserta el número de figura y 
22042 \series bold
22043
22044 \begin_inset Quotes eld
22045 \end_inset
22046
22047
22048 \series default
22049 ~
22050 \series bold
22051
22052 \begin_inset Quotes erd
22053 \end_inset
22054
22055
22056 \series default
22057  genera un espacio protegido.
22058
22059 \series bold
22060  
22061 \end_layout
22062
22063 \begin_layout Standard
22064 \begin_inset VSpace bigskip
22065 \end_inset
22066
22067 Si estás usando la clase de documento 
22068 \series bold
22069 koma-script
22070 \series default
22071
22072 \begin_inset Index
22073 status collapsed
22074
22075 \begin_layout Plain Layout
22076 LaTeX-paquetes ! koma-script
22077 \end_layout
22078
22079 \end_inset
22080
22081  (
22082 \family sans
22083 article (koma-script)
22084 \family default
22085
22086 \family sans
22087 book (koma-script)
22088 \family default
22089
22090 \family sans
22091 letter (koma-script)
22092 \family default
22093 , o 
22094 \family sans
22095 report (koma-script)
22096 \family default
22097
22098 \begin_inset Space \thinspace{}
22099 \end_inset
22100
22101 ), puedes emplear en vez del paquete 
22102 \series bold
22103 caption
22104 \series default
22105  el comando 
22106 \series bold
22107
22108 \backslash
22109 setkomafont
22110 \series default
22111  incluido en 
22112 \series bold
22113 koma-script
22114 \series default
22115 .
22116  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
22117  comando en el preámbulo del documento:
22118 \end_layout
22119
22120 \begin_layout Standard
22121
22122 \series bold
22123
22124 \backslash
22125 setkomafont{captionlabel}{
22126 \backslash
22127 bfseries}
22128 \end_layout
22129
22130 \begin_layout Standard
22131 Más información sobre 
22132 \series bold
22133
22134 \backslash
22135 setkomafont
22136 \series default
22137  en la documentación de 
22138 \series bold
22139 koma-script
22140 \series default
22141  
22142 \begin_inset CommandInset citation
22143 LatexCommand cite
22144 key "koma-script"
22145
22146 \end_inset
22147
22148 .
22149 \end_layout
22150
22151 \begin_layout Standard
22152 \begin_inset ERT
22153 status open
22154
22155 \begin_layout Plain Layout
22156
22157
22158 \backslash
22159 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22160 }
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \begin_inset Note Note
22167 status open
22168
22169 \begin_layout Plain Layout
22170 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Standard
22179 \begin_inset Float figure
22180 placement !p
22181 wide false
22182 sideways false
22183 status open
22184
22185 \begin_layout Plain Layout
22186 \align center
22187 \begin_inset Graphics
22188         filename ../clipart/mobius.eps
22189         lyxscale 50
22190         scale 50
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Plain Layout
22198 \begin_inset Caption
22199
22200 \begin_layout Plain Layout
22201 \begin_inset CommandInset label
22202 LatexCommand label
22203 name "fig:Esto-es-una-fig"
22204
22205 \end_inset
22206
22207
22208 \begin_inset OptArg
22209 status open
22210
22211 \begin_layout Plain Layout
22212 Figura con leyenda muy larga
22213 \end_layout
22214
22215 \end_inset
22216
22217 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22218  mostrar el formato diferente.
22219  Aquí se usa una leyenda personalizada.
22220 \end_layout
22221
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233 \begin_inset ERT
22234 status open
22235
22236 \begin_layout Plain Layout
22237
22238
22239 \backslash
22240 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22241 on}
22242 \end_layout
22243
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \begin_layout Standard
22250 \begin_inset Float table
22251 placement !p
22252 wide false
22253 sideways false
22254 status collapsed
22255
22256 \begin_layout Plain Layout
22257 \begin_inset Caption
22258
22259 \begin_layout Plain Layout
22260 \begin_inset CommandInset label
22261 LatexCommand label
22262 name "tab:Esto-es-una-tab"
22263
22264 \end_inset
22265
22266
22267 \begin_inset OptArg
22268 status collapsed
22269
22270 \begin_layout Plain Layout
22271 Tabla con leyenda muy larga
22272 \end_layout
22273
22274 \end_inset
22275
22276 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22277  el formato diferente.
22278  Aquí se usa el formato de leyenda estándar para las tablas.
22279 \end_layout
22280
22281 \end_inset
22282
22283
22284 \end_layout
22285
22286 \begin_layout Plain Layout
22287 \align center
22288 \begin_inset Tabular
22289 <lyxtabular version="3" rows="1" columns="5">
22290 <features>
22291 <column alignment="center" valignment="top" width="0">
22292 <column alignment="center" valignment="top" width="0">
22293 <column alignment="center" valignment="top" width="0">
22294 <column alignment="center" valignment="top" width="0">
22295 <column alignment="center" valignment="top" width="0">
22296 <row>
22297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 a
22302 \end_layout
22303
22304 \end_inset
22305 </cell>
22306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 b
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 c
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328 d
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 e
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 </row>
22343 </lyxtabular>
22344
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \begin_layout Section
22356 Colocación de leyendas
22357 \begin_inset Index
22358 status collapsed
22359
22360 \begin_layout Plain Layout
22361 Leyendas ! Colocación
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \begin_inset Index
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371 Flotantes ! Colocación de leyendas
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \begin_inset CommandInset label
22378 LatexCommand label
22379 name "sec:Colocación-de-leyendas"
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 La norma habitual para colocar las leyendas es:
22388 \end_layout
22389
22390 \begin_layout Description
22391 Figura: La leyenda al pie de la figura
22392 \end_layout
22393
22394 \begin_layout Description
22395 Tabla: La leyenda sobre la tabla
22396 \end_layout
22397
22398 \begin_layout Standard
22399 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22400  la tabla.
22401  Esto implica que si usas las clases de documento 
22402 \family sans
22403 article
22404 \family default
22405
22406 \family sans
22407 book
22408 \family default
22409
22410 \family sans
22411 letter
22412 \family default
22413 , o 
22414 \family sans
22415 report
22416 \family default
22417  no habrá espacio entre la leyenda y la tabla.
22418  Para insertar el espacio adecuado añade la siguiente opción al comando
22419  del paquete LaTeX 
22420 \series bold
22421 caption
22422 \series default
22423  en el preámbulo del documento
22424 \begin_inset Foot
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428 Ver la sección
22429 \begin_inset Space ~
22430 \end_inset
22431
22432
22433 \begin_inset CommandInset ref
22434 LatexCommand ref
22435 reference "sec:Formato-de-leyendas"
22436
22437 \end_inset
22438
22439  para más información sobre el paquete 
22440 \series bold
22441 caption
22442 \series default
22443 .
22444 \end_layout
22445
22446 \end_inset
22447
22448 :
22449 \end_layout
22450
22451 \begin_layout Standard
22452
22453 \series bold
22454 tableposition=top
22455 \end_layout
22456
22457 \begin_layout Standard
22458 Si estás usando la clase 
22459 \series bold
22460 koma-script
22461 \series default
22462
22463 \begin_inset Index
22464 status collapsed
22465
22466 \begin_layout Plain Layout
22467 LaTeX-paquetes ! koma-script
22468 \end_layout
22469
22470 \end_inset
22471
22472  (
22473 \family sans
22474 article (koma-script)
22475 \family default
22476
22477 \family sans
22478 book (koma-script)
22479 \family default
22480
22481 \family sans
22482 letter (koma-script)
22483 \family default
22484 , o 
22485 \family sans
22486 report (koma-script)
22487 \family default
22488
22489 \begin_inset Space \thinspace{}
22490 \end_inset
22491
22492 ), en vez de 
22493 \series bold
22494 caption
22495 \series default
22496  puedes poner la opción 
22497 \series bold
22498 tablecaptionabove
22499 \series default
22500  de la clase de documento.
22501 \end_layout
22502
22503 \begin_layout Standard
22504 \begin_inset VSpace bigskip
22505 \end_inset
22506
22507 También es posible poner la leyenda junto a una figura o tabla.
22508  Para conseguirlo hay que cargar el paquete LaTeX 
22509 \series bold
22510 sidecap
22511 \series default
22512
22513 \begin_inset Index
22514 status collapsed
22515
22516 \begin_layout Plain Layout
22517 LaTeX-paquetes ! sidecap
22518 \end_layout
22519
22520 \end_inset
22521
22522  añadiendo en el preámbulo del documento la línea
22523 \end_layout
22524
22525 \begin_layout Standard
22526
22527 \series bold
22528
22529 \backslash
22530 usepackage[option]{sidecap}
22531 \end_layout
22532
22533 \begin_layout Standard
22534 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22535  de la página ---a la derecha en páginas impares, a la izquierda en las
22536  pares---.
22537  Puedes cambiar la colocación al margen interno con la opción 
22538 \series bold
22539 innercaption
22540 \series default
22541 .
22542  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22543  opciones 
22544 \series bold
22545 rightcaption
22546 \series default
22547  o 
22548 \series bold
22549 leftcaption
22550 \series default
22551 , respectivamente.
22552 \end_layout
22553
22554 \begin_layout Standard
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559
22560
22561 \backslash
22562 ifsidecap
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \begin_inset Note Note
22569 status open
22570
22571 \begin_layout Plain Layout
22572 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22573  LaTeX 
22574 \series bold
22575 sidecap
22576 \series default
22577 .
22578 \end_layout
22579
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \begin_layout Standard
22586 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22587  estos comandos al preámbulo del documento:
22588 \end_layout
22589
22590 \begin_layout Standard
22591
22592 \lyxline
22593
22594 \end_layout
22595
22596 \begin_layout Standard
22597
22598 \series bold
22599
22600 \backslash
22601 newcommand{
22602 \backslash
22603 TabBesBeg}{%
22604 \begin_inset Newline newline
22605 \end_inset
22606
22607
22608 \begin_inset ERT
22609 status collapsed
22610
22611 \begin_layout Plain Layout
22612
22613
22614 \backslash
22615 hphantom{ }
22616 \end_layout
22617
22618 \end_inset
22619
22620
22621 \backslash
22622 let
22623 \backslash
22624 MyTable
22625 \backslash
22626 table
22627 \begin_inset Newline newline
22628 \end_inset
22629
22630
22631 \begin_inset ERT
22632 status collapsed
22633
22634 \begin_layout Plain Layout
22635
22636
22637 \backslash
22638 hphantom{ }
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \backslash
22645 let
22646 \backslash
22647 MyEndtable
22648 \backslash
22649 endtable
22650 \begin_inset Newline newline
22651 \end_inset
22652
22653
22654 \begin_inset ERT
22655 status collapsed
22656
22657 \begin_layout Plain Layout
22658
22659
22660 \backslash
22661 hphantom{ }
22662 \end_layout
22663
22664 \end_inset
22665
22666
22667 \backslash
22668 renewenvironment{table}{
22669 \backslash
22670 begin{SCtable}}{
22671 \backslash
22672 end{SCtable}}}
22673 \end_layout
22674
22675 \begin_layout Standard
22676
22677 \series bold
22678
22679 \backslash
22680 newcommand{
22681 \backslash
22682 TabBesEnd}{%
22683 \begin_inset Newline newline
22684 \end_inset
22685
22686
22687 \begin_inset ERT
22688 status collapsed
22689
22690 \begin_layout Plain Layout
22691
22692
22693 \backslash
22694 hphantom{ }
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \backslash
22701 let
22702 \backslash
22703 table
22704 \backslash
22705 MyTable
22706 \begin_inset Newline newline
22707 \end_inset
22708
22709
22710 \begin_inset ERT
22711 status collapsed
22712
22713 \begin_layout Plain Layout
22714
22715
22716 \backslash
22717 hphantom{ }
22718 \end_layout
22719
22720 \end_inset
22721
22722
22723 \backslash
22724 let
22725 \backslash
22726 endtable
22727 \backslash
22728 MyEndtable
22729 \end_layout
22730
22731 \begin_layout Standard
22732
22733 \series bold
22734
22735 \backslash
22736 newcommand{
22737 \backslash
22738 FigBesBeg}{%
22739 \begin_inset Newline newline
22740 \end_inset
22741
22742
22743 \begin_inset ERT
22744 status collapsed
22745
22746 \begin_layout Plain Layout
22747
22748
22749 \backslash
22750 hphantom{ }
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \backslash
22757 let
22758 \backslash
22759 MyFigure
22760 \backslash
22761 figure
22762 \begin_inset Newline newline
22763 \end_inset
22764
22765
22766 \begin_inset ERT
22767 status collapsed
22768
22769 \begin_layout Plain Layout
22770
22771
22772 \backslash
22773 hphantom{ }
22774 \end_layout
22775
22776 \end_inset
22777
22778
22779 \backslash
22780 let
22781 \backslash
22782 MyEndfigure
22783 \backslash
22784 endfigure
22785 \begin_inset Newline newline
22786 \end_inset
22787
22788
22789 \begin_inset ERT
22790 status collapsed
22791
22792 \begin_layout Plain Layout
22793
22794
22795 \backslash
22796 hphantom{ }
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \backslash
22803 renewenvironment{figure}{
22804 \backslash
22805 begin{SCfigure}}{
22806 \backslash
22807 end{SCfigure}}}
22808 \end_layout
22809
22810 \begin_layout Standard
22811
22812 \series bold
22813
22814 \backslash
22815 newcommand{
22816 \backslash
22817 FigBesEnd}{%
22818 \begin_inset Newline newline
22819 \end_inset
22820
22821
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827
22828 \backslash
22829 hphantom{ }
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \backslash
22836 let
22837 \backslash
22838 figure
22839 \backslash
22840 MyFigure
22841 \begin_inset Newline newline
22842 \end_inset
22843
22844
22845 \begin_inset ERT
22846 status collapsed
22847
22848 \begin_layout Plain Layout
22849
22850
22851 \backslash
22852 hphantom{ }
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \backslash
22859 let
22860 \backslash
22861 endfigure
22862 \backslash
22863 MyEndfigure}
22864 \end_layout
22865
22866 \begin_layout Standard
22867
22868 \lyxline
22869
22870 \end_layout
22871
22872 \begin_layout Standard
22873 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22874  en un lado.
22875  Para figuras flotantes usa el comando
22876 \end_layout
22877
22878 \begin_layout Standard
22879
22880 \series bold
22881
22882 \backslash
22883 FigBesBeg
22884 \end_layout
22885
22886 \begin_layout Standard
22887 en ERT antes del flotante.
22888  Detrás del flotante inserta
22889 \end_layout
22890
22891 \begin_layout Standard
22892
22893 \series bold
22894
22895 \backslash
22896 FigBesEnd
22897 \end_layout
22898
22899 \begin_layout Standard
22900 en ERT para volver a la definición original de flotantes.
22901 \end_layout
22902
22903 \begin_layout Standard
22904 Para tablas flotantes usa los comandos correspondientes
22905 \end_layout
22906
22907 \begin_layout Standard
22908
22909 \series bold
22910
22911 \backslash
22912 TabBesBeg
22913 \series default
22914  y 
22915 \series bold
22916
22917 \backslash
22918 TabBesEnd
22919 \end_layout
22920
22921 \begin_layout Standard
22922 La figura
22923 \begin_inset Space ~
22924 \end_inset
22925
22926
22927 \begin_inset CommandInset ref
22928 LatexCommand ref
22929 reference "fig:encab-al-lado"
22930
22931 \end_inset
22932
22933  y la tabla
22934 \begin_inset Space ~
22935 \end_inset
22936
22937
22938 \begin_inset CommandInset ref
22939 LatexCommand ref
22940 reference "tab:encab-al-lado"
22941
22942 \end_inset
22943
22944  son ejemplos en los que el título se sitúa al lado.
22945 \end_layout
22946
22947 \begin_layout Standard
22948 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22949  en tablas flotantes y debajo en las figuras flotantes.
22950  Para cambiarlo, puedes usar el comando
22951 \end_layout
22952
22953 \begin_layout Standard
22954
22955 \series bold
22956
22957 \backslash
22958 sidecaptionvpos{tipo de flotante}{colocación}
22959 \end_layout
22960
22961 \begin_layout Standard
22962 en el preámbulo o en ERT antes del flotante.
22963  El tipo de flotante es 
22964 \family sans
22965 figure
22966 \family default
22967  o 
22968 \family sans
22969 table
22970 \family default
22971 , la colocación puede ser 
22972 \begin_inset Quotes eld
22973 \end_inset
22974
22975
22976 \family sans
22977 t
22978 \family default
22979
22980 \begin_inset Quotes erd
22981 \end_inset
22982
22983  por 
22984 \begin_inset Quotes eld
22985 \end_inset
22986
22987 top
22988 \begin_inset Quotes erd
22989 \end_inset
22990
22991  (arriba), 
22992 \begin_inset Quotes eld
22993 \end_inset
22994
22995
22996 \family sans
22997 c
22998 \family default
22999
23000 \begin_inset Quotes erd
23001 \end_inset
23002
23003  por 
23004 \begin_inset Quotes eld
23005 \end_inset
23006
23007 center
23008 \begin_inset Quotes erd
23009 \end_inset
23010
23011  (centro), o 
23012 \begin_inset Quotes eld
23013 \end_inset
23014
23015
23016 \family sans
23017 b
23018 \family default
23019
23020 \begin_inset Quotes erd
23021 \end_inset
23022
23023  por 
23024 \begin_inset Quotes eld
23025 \end_inset
23026
23027 bottom
23028 \begin_inset Quotes erd
23029 \end_inset
23030
23031  (abajo).
23032  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
23033  usa el comando
23034 \end_layout
23035
23036 \begin_layout Standard
23037
23038 \series bold
23039
23040 \backslash
23041 sidecaptionvpos{figure}{c}
23042 \end_layout
23043
23044 \begin_layout Standard
23045 Esto se ha hecho en la figura
23046 \begin_inset Space ~
23047 \end_inset
23048
23049
23050 \begin_inset CommandInset ref
23051 LatexCommand ref
23052 reference "fig:encab-al-lado-de-fig"
23053
23054 \end_inset
23055
23056 .
23057 \end_layout
23058
23059 \begin_layout Standard
23060 \begin_inset VSpace medskip
23061 \end_inset
23062
23063 Más información sobre el paquete 
23064 \series bold
23065 sidecap
23066 \series default
23067  en su documentación 
23068 \begin_inset CommandInset citation
23069 LatexCommand cite
23070 key "sidecap"
23071
23072 \end_inset
23073
23074 .
23075 \end_layout
23076
23077 \begin_layout Standard
23078 \begin_inset Note Greyedout
23079 status open
23080
23081 \begin_layout Plain Layout
23082
23083 \series bold
23084 Nota:
23085 \series default
23086  El paquete LaTeX 
23087 \series bold
23088 hypcap
23089 \series default
23090
23091 \begin_inset Index
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095 LaTeX-paquetes ! hypcap
23096 \end_layout
23097
23098 \end_inset
23099
23100 , descrito en la sección
23101 \begin_inset Space ~
23102 \end_inset
23103
23104
23105 \begin_inset CommandInset ref
23106 LatexCommand ref
23107 reference "sub:Colocación-de-Referencias"
23108
23109 \end_inset
23110
23111 , no afecta a flotantes con la leyenda al lado.
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \end_layout
23118
23119 \begin_layout Standard
23120 \begin_inset ERT
23121 status collapsed
23122
23123 \begin_layout Plain Layout
23124
23125
23126 \backslash
23127 FigBesBeg 
23128 \end_layout
23129
23130 \end_inset
23131
23132
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset Float figure
23137 wide false
23138 sideways false
23139 status open
23140
23141 \begin_layout Plain Layout
23142 \begin_inset Graphics
23143         filename ../clipart/escher-lsd.eps
23144         scale 75
23145
23146 \end_inset
23147
23148
23149 \end_layout
23150
23151 \begin_layout Plain Layout
23152 \begin_inset Caption
23153
23154 \begin_layout Plain Layout
23155 \begin_inset CommandInset label
23156 LatexCommand label
23157 name "fig:encab-al-lado"
23158
23159 \end_inset
23160
23161 Leyenda al lado de una figura.
23162 \end_layout
23163
23164 \end_inset
23165
23166
23167 \end_layout
23168
23169 \end_inset
23170
23171
23172 \end_layout
23173
23174 \begin_layout Standard
23175 \begin_inset ERT
23176 status collapsed
23177
23178 \begin_layout Plain Layout
23179
23180
23181 \backslash
23182 TabBesBeg 
23183 \end_layout
23184
23185 \end_inset
23186
23187
23188 \end_layout
23189
23190 \begin_layout Standard
23191 \begin_inset Float table
23192 wide false
23193 sideways false
23194 status open
23195
23196 \begin_layout Plain Layout
23197 \begin_inset Caption
23198
23199 \begin_layout Plain Layout
23200 \begin_inset CommandInset label
23201 LatexCommand label
23202 name "tab:encab-al-lado"
23203
23204 \end_inset
23205
23206 Leyenda al lado de una tabla.
23207 \end_layout
23208
23209 \end_inset
23210
23211
23212 \end_layout
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Tabular
23216 <lyxtabular version="3" rows="4" columns="5">
23217 <features>
23218 <column alignment="center" valignment="top" width="0">
23219 <column alignment="center" valignment="top" width="0">
23220 <column alignment="center" valignment="top" width="0">
23221 <column alignment="center" valignment="top" width="0">
23222 <column alignment="center" valignment="top" width="0">
23223 <row>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 a
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 b
23247 \end_layout
23248
23249 \end_inset
23250 </cell>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 c
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \end_layout
23277
23278 \end_inset
23279 </cell>
23280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23281 \begin_inset Text
23282
23283 \begin_layout Plain Layout
23284 d
23285 \end_layout
23286
23287 \end_inset
23288 </cell>
23289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23290 \begin_inset Text
23291
23292 \begin_layout Plain Layout
23293
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 e
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311
23312 \end_layout
23313
23314 \end_inset
23315 </cell>
23316 </row>
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 f
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340 g
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 h
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 i
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 j
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 </lyxtabular>
23412
23413 \end_inset
23414
23415
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \begin_layout Standard
23424 \begin_inset ERT
23425 status collapsed
23426
23427 \begin_layout Plain Layout
23428
23429
23430 \backslash
23431 TabBesEnd
23432 \end_layout
23433
23434 \end_inset
23435
23436
23437 \end_layout
23438
23439 \begin_layout Standard
23440 \begin_inset ERT
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444
23445
23446 \backslash
23447 sidecaptionvpos{figure}{c}
23448 \end_layout
23449
23450 \end_inset
23451
23452
23453 \begin_inset Float figure
23454 wide false
23455 sideways false
23456 status open
23457
23458 \begin_layout Plain Layout
23459 \begin_inset Graphics
23460         filename ../clipart/escher-lsd.eps
23461         scale 75
23462
23463 \end_inset
23464
23465
23466 \end_layout
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Caption
23470
23471 \begin_layout Plain Layout
23472 \begin_inset CommandInset label
23473 LatexCommand label
23474 name "fig:encab-al-lado-de-fig"
23475
23476 \end_inset
23477
23478 Leyenda centrada verticalmente junto a una figura.
23479 \end_layout
23480
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \begin_layout Standard
23492 \begin_inset ERT
23493 status collapsed
23494
23495 \begin_layout Plain Layout
23496
23497
23498 \backslash
23499 FigBesEnd
23500 \end_layout
23501
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \begin_layout Standard
23508 \begin_inset ERT
23509 status collapsed
23510
23511 \begin_layout Plain Layout
23512
23513
23514 \backslash
23515 else
23516 \end_layout
23517
23518 \end_inset
23519
23520
23521 \begin_inset Note Note
23522 status open
23523
23524 \begin_layout Plain Layout
23525 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23526  
23527 \series bold
23528 sidecap
23529 \series default
23530 .
23531 \end_layout
23532
23533 \end_inset
23534
23535
23536 \end_layout
23537
23538 \begin_layout Standard
23539 Debes instalar el paquete LaTeX 
23540 \series bold
23541 sidecap
23542 \series default
23543  para ver la parte siguiente en la salida.
23544 \end_layout
23545
23546 \begin_layout Standard
23547 \begin_inset ERT
23548 status collapsed
23549
23550 \begin_layout Plain Layout
23551
23552
23553 \backslash
23554 fi
23555 \end_layout
23556
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \begin_layout Section
23563 Lista de flotantes
23564 \begin_inset CommandInset label
23565 LatexCommand label
23566 name "sec:Lista-de-Flotantes"
23567
23568 \end_inset
23569
23570
23571 \begin_inset Index
23572 status collapsed
23573
23574 \begin_layout Plain Layout
23575 Flotantes ! Lista de
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \begin_layout Standard
23584 Igual que en el índice general se listan las secciones del documento, hay
23585  listas para todos los tipos de flotantes, como las figuras.
23586  Se pueden insertar mediante los submenús 
23587 \family sans
23588 Insertar\SpecialChar \menuseparator
23589 Lista / IG
23590 \family default
23591 .
23592 \end_layout
23593
23594 \begin_layout Standard
23595 Las entradas de la lista son los títulos del flotante o su título corto,
23596  el número de flotante, y el número de la página del documento en la que
23597  aparecen.
23598 \end_layout
23599
23600 \begin_layout Standard
23601 Puedes encontrar las listas de figuras y tablas al final de este documento.
23602 \end_layout
23603
23604 \begin_layout Chapter
23605 Notas
23606 \end_layout
23607
23608 \begin_layout Section
23609 Notas en LyX 
23610 \begin_inset CommandInset label
23611 LatexCommand label
23612 name "sec:Notas-en-LyX"
23613
23614 \end_inset
23615
23616
23617 \begin_inset Index
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621 Notas ! Notas en LyX
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Standard
23630 Las notas se insertan con el botón 
23631 \begin_inset Graphics
23632         filename ../../images/note-insert.png
23633         scale 85
23634
23635 \end_inset
23636
23637  o con el menú 
23638 \family sans
23639 Insertar\SpecialChar \menuseparator
23640 Nota
23641 \family default
23642 .
23643  Hay cinco tipos de notas:
23644 \end_layout
23645
23646 \begin_layout Description
23647 Nota
23648 \begin_inset Space ~
23649 \end_inset
23650
23651 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23652  Su cuadro se muestra como este:
23653 \begin_inset Newline newline
23654 \end_inset
23655
23656
23657 \begin_inset Newline newline
23658 \end_inset
23659
23660
23661 \begin_inset Graphics
23662         filename clipart/NotaLyXImagenQt4.png
23663         display none
23664         scale 85
23665
23666 \end_inset
23667
23668  
23669 \begin_inset Note Note
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673 Este es un texto en un recuadro que no se muestra en la salida.
23674 \end_layout
23675
23676 \end_inset
23677
23678
23679 \end_layout
23680
23681 \begin_layout Description
23682 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23683  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23684 \family sans
23685 Archivo\SpecialChar \menuseparator
23686 Exportar\SpecialChar \menuseparator
23687 LaTeX (pdflatex) / (plain)
23688 \family default
23689 .
23690  Su recuadro se ve así:
23691 \begin_inset Newline newline
23692 \end_inset
23693
23694
23695 \begin_inset Newline newline
23696 \end_inset
23697
23698
23699 \begin_inset Graphics
23700         filename clipart/ComentNotaImagenQt4.png
23701         display none
23702         scale 85
23703
23704 \end_inset
23705
23706  
23707 \begin_inset Note Comment
23708 status collapsed
23709
23710 \begin_layout Plain Layout
23711 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23712 \end_layout
23713
23714 \end_inset
23715
23716
23717 \end_layout
23718
23719 \begin_layout Description
23720 Resaltado
23721 \begin_inset Space ~
23722 \end_inset
23723
23724 en
23725 \begin_inset Space ~
23726 \end_inset
23727
23728 gris Esta nota aparece en la salida como texto resaltado en gris.
23729  Su recuadro se parece a este:
23730 \begin_inset Newline newline
23731 \end_inset
23732
23733
23734 \begin_inset Newline newline
23735 \end_inset
23736
23737
23738 \begin_inset Graphics
23739         filename clipart/GrisNotaImagenQt4.png
23740         display none
23741         scale 85
23742
23743 \end_inset
23744
23745
23746 \begin_inset Newline newline
23747 \end_inset
23748
23749
23750 \begin_inset ERT
23751 status collapsed
23752
23753 \begin_layout Plain Layout
23754
23755
23756 \backslash
23757 renewenvironment{lyxgreyedout}
23758 \end_layout
23759
23760 \begin_layout Plain Layout
23761
23762 {
23763 \backslash
23764 textcolor[gray]{0.8}
23765 \backslash
23766 bgroup}{
23767 \backslash
23768 egroup}
23769 \end_layout
23770
23771 \end_inset
23772
23773
23774 \begin_inset Note Greyedout
23775 status open
23776
23777 \begin_layout Plain Layout
23778 Este es el texto
23779 \begin_inset Foot
23780 status open
23781
23782 \begin_layout Plain Layout
23783 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23784 \end_layout
23785
23786 \end_inset
23787
23788  de un comentario que se muestra resaltado en gris.
23789 \end_layout
23790
23791 \end_inset
23792
23793
23794 \begin_inset ERT
23795 status collapsed
23796
23797 \begin_layout Plain Layout
23798
23799
23800 \backslash
23801 renewenvironment{lyxgreyedout}
23802 \end_layout
23803
23804 \begin_layout Plain Layout
23805
23806 {
23807 \backslash
23808 textcolor{blue}
23809 \backslash
23810 bgroup}{
23811 \backslash
23812 egroup}
23813 \end_layout
23814
23815 \end_inset
23816
23817
23818 \begin_inset Note Note
23819 status collapsed
23820
23821 \begin_layout Plain Layout
23822 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23823  original de LyX, ya que en el preámbulo de este documento se han redefinido
23824  estas notas para que salgan en azul, como se indica más adelante.
23825 \end_layout
23826
23827 \end_inset
23828
23829
23830 \begin_inset Newline newline
23831 \end_inset
23832
23833
23834 \begin_inset Newline newline
23835 \end_inset
23836
23837 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23838  está un poco sangrada, y por otra parte pueden tener notas al pie.
23839 \end_layout
23840
23841 \begin_layout Description
23842 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23843  Su recuadro se verá como este:
23844 \begin_inset Newline newline
23845 \end_inset
23846
23847
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851
23852 \family roman
23853 \series medium
23854
23855 \begin_inset Graphics
23856         filename clipart/NotaEnmarcadaImg.png
23857         display none
23858
23859 \end_inset
23860
23861
23862 \family default
23863 \series default
23864  
23865 \family roman
23866 \series medium
23867
23868 \begin_inset Box Framed
23869 position "t"
23870 hor_pos "c"
23871 has_inner_box 0
23872 inner_pos "t"
23873 use_parbox 0
23874 width "100col%"
23875 special "none"
23876 height "1in"
23877 height_special "totalheight"
23878 status open
23879
23880 \begin_layout Plain Layout
23881
23882 \family roman
23883 Este texto en un cuadro de nota se verá enmarcado en la salida.
23884 \end_layout
23885
23886 \end_inset
23887
23888
23889 \family default
23890 \series default
23891  
23892 \family roman
23893 \series medium
23894
23895 \family default
23896 \series default
23897 diferencia de los cuadros enmarcados
23898 \begin_inset Foot
23899 status collapsed
23900
23901 \begin_layout Plain Layout
23902 Los cuadros enmarcados se describen en la sección
23903 \begin_inset Space ~
23904 \end_inset
23905
23906
23907 \begin_inset CommandInset ref
23908 LatexCommand ref
23909 reference "sec:Cuadros-Enmarcados"
23910
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \end_inset
23917
23918 , este marco emplea siempre la anchura total de página y la nota va en su
23919  propio párrafo.
23920 \end_layout
23921
23922 \begin_layout Description
23923 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23924  Su recuadro se verá como este:
23925 \begin_inset Newline newline
23926 \end_inset
23927
23928
23929 \begin_inset Newline newline
23930 \end_inset
23931
23932
23933 \family roman
23934 \series medium
23935
23936 \begin_inset Graphics
23937         filename clipart/NotaSombreadaImg.png
23938         display none
23939
23940 \end_inset
23941
23942  
23943 \begin_inset Box Shaded
23944 position "t"
23945 hor_pos "c"
23946 has_inner_box 0
23947 inner_pos "t"
23948 use_parbox 0
23949 width "100col%"
23950 special "none"
23951 height "1in"
23952 height_special "totalheight"
23953 status open
23954
23955 \begin_layout Plain Layout
23956
23957 \family roman
23958 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23959 \end_layout
23960
23961 \end_inset
23962
23963  A diferencia de los cuadros coloreados
23964 \family default
23965 \series default
23966
23967 \begin_inset Foot
23968 status collapsed
23969
23970 \begin_layout Plain Layout
23971 Los cuadros coloreados se describen en la sección
23972 \begin_inset Space ~
23973 \end_inset
23974
23975
23976 \begin_inset CommandInset ref
23977 LatexCommand ref
23978 reference "sec:Cuadros-Coloreados"
23979
23980 \end_inset
23981
23982 .
23983 \end_layout
23984
23985 \end_inset
23986
23987 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23988  párrafo.
23989 \end_layout
23990
23991 \begin_layout Standard
23992 \begin_inset VSpace bigskip
23993 \end_inset
23994
23995 Si usas el botón de la barra de herramientas 
23996 \begin_inset Graphics
23997         filename ../../images/note-insert.png
23998         scale 85
23999
24000 \end_inset
24001
24002  para insertar notas, se inserta una 
24003 \family sans
24004 Nota
24005 \begin_inset Space ~
24006 \end_inset
24007
24008 LyX
24009 \family default
24010 .
24011  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
24012  recuadro.
24013  
24014 \family roman
24015 \series medium
24016 \bar no
24017 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
24018  botón de herramienta 
24019 \family sans
24020 \series default
24021 \bar default
24022 Nota
24023 \family default
24024 .
24025  Para cambiar una nota a texto, pulsa la tecla 
24026 \family sans
24027 Retroceso
24028 \family default
24029  cuando el cursor está en la primera posición de una nota, o la tecla 
24030 \family sans
24031 Supr
24032 \family default
24033  cuando el cursor está en la última posición de la nota, respectivamente.
24034 \end_layout
24035
24036 \begin_layout Standard
24037 \begin_inset VSpace bigskip
24038 \end_inset
24039
24040 Se puede cambiar el color del 
24041 \family sans
24042 Resaltado en gris
24043 \family default
24044  poniendo en el preámbulo el comando:
24045 \end_layout
24046
24047 \begin_layout Standard
24048
24049 \series bold
24050
24051 \backslash
24052 renewenvironment{lyxgreyedout}
24053 \begin_inset Newline newline
24054 \end_inset
24055
24056
24057 \begin_inset ERT
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061
24062
24063 \backslash
24064 hphantom{ }
24065 \end_layout
24066
24067 \end_inset
24068
24069 {
24070 \backslash
24071 textcolor{color}
24072 \backslash
24073 bgroup}{
24074 \backslash
24075 egroup}
24076 \end_layout
24077
24078 \begin_layout Standard
24079 Los colores disponibles y el método para definir nuestros propios colores
24080  se explica en la sección
24081 \begin_inset Space ~
24082 \end_inset
24083
24084
24085 \begin_inset CommandInset ref
24086 LatexCommand ref
24087 reference "sec:Tablas-Coloreadas"
24088
24089 \end_inset
24090
24091 .
24092 \end_layout
24093
24094 \begin_layout Standard
24095 Las notas en azul en este documento se han hecho con notas del tipo 
24096 \family sans
24097 Resaltado en gris
24098 \family default
24099  pero definiendo el color del texto en azul.
24100 \end_layout
24101
24102 \begin_layout Standard
24103 \begin_inset VSpace bigskip
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \begin_layout Standard
24110 El estilo de texto en las notas de tipo 
24111 \family sans
24112 Enmarcado
24113 \family default
24114  y 
24115 \family sans
24116 Sombreado
24117 \family default
24118  se puede establecer en el diálogo 
24119 \family sans
24120 Estilo del texto.
24121 \end_layout
24122
24123 \begin_layout Standard
24124 El grosor predeterminado del marco en las notas 
24125 \family sans
24126 Enmarcadas
24127 \family default
24128  es 0.4
24129 \begin_inset Space \thinspace{}
24130 \end_inset
24131
24132 pt; se puede cambiar con el comando 
24133 \backslash
24134
24135 \series bold
24136 FrameRule
24137 \series default
24138 .
24139  El espacio entre el contenido y el marco es 9
24140 \series bold
24141
24142 \begin_inset Space \thinspace{}
24143 \end_inset
24144
24145
24146 \series default
24147 pt por defecto; se puede cambiar con 
24148 \series bold
24149
24150 \backslash
24151 FrameSep
24152 \series default
24153 .
24154  Por ejemplo, el marco de la siguiente nota 
24155 \family sans
24156 Enmarcada
24157 \family default
24158  está hecho con los comandos ERT
24159 \series bold
24160  
24161 \end_layout
24162
24163 \begin_layout Standard
24164
24165 \series bold
24166
24167 \backslash
24168 FrameRule 5pt 
24169 \backslash
24170 FrameSep 0.5cm
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset ERT
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178
24179
24180 \backslash
24181 FrameRule 5pt 
24182 \backslash
24183 FrameSep 0.5cm
24184 \end_layout
24185
24186 \end_inset
24187
24188
24189 \begin_inset Box Framed
24190 position "t"
24191 hor_pos "c"
24192 has_inner_box 0
24193 inner_pos "t"
24194 use_parbox 0
24195 width "100col%"
24196 special "none"
24197 height "1in"
24198 height_special "totalheight"
24199 status open
24200
24201 \begin_layout Plain Layout
24202 Texto en una nota 
24203 \family sans
24204 Enmarcada
24205 \family default
24206 .
24207 \end_layout
24208
24209 \end_inset
24210
24211
24212 \begin_inset ERT
24213 status collapsed
24214
24215 \begin_layout Plain Layout
24216
24217
24218 \backslash
24219 FrameRule 0.4pt 
24220 \backslash
24221 FrameSep 9pt
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset VSpace bigskip
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \begin_layout Standard
24237 Para las notas 
24238 \family sans
24239 Sombreadas
24240 \family default
24241  el espacio entre el contenido y el borde es 3
24242 \begin_inset Space \thinspace{}
24243 \end_inset
24244
24245 pt por defecto; se puede cambiar con 
24246 \series bold
24247
24248 \backslash
24249 fboxsep
24250 \series default
24251 .
24252 \begin_inset Newline newline
24253 \end_inset
24254
24255 El color rojo predeterminado se puede cambiar con el comando 
24256 \series bold
24257
24258 \backslash
24259 def\SpecialChar \textcompwordmark{}
24260 inecolor{shadebox}
24261 \series default
24262 .
24263  El esquema del comando 
24264 \series bold
24265
24266 \backslash
24267 def\SpecialChar \textcompwordmark{}
24268 inecolor
24269 \series default
24270  se explica en la sección
24271 \begin_inset Space ~
24272 \end_inset
24273
24274
24275 \begin_inset CommandInset ref
24276 LatexCommand ref
24277 reference "sec:Tablas-Coloreadas"
24278
24279 \end_inset
24280
24281
24282 \begin_inset Foot
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286 Observa que 
24287 \series bold
24288
24289 \backslash
24290 def\SpecialChar \textcompwordmark{}
24291 inecolor 
24292 \series default
24293 requiere el paquete LaTeX 
24294 \series bold
24295 color
24296 \series default
24297  en el preámbulo,  véase la sección
24298 \series bold
24299
24300 \begin_inset Space ~
24301 \end_inset
24302
24303
24304 \begin_inset CommandInset ref
24305 LatexCommand ref
24306 reference "sec:Cuadros-Coloreados"
24307
24308 \end_inset
24309
24310
24311 \series default
24312 .
24313
24314 \series bold
24315  
24316 \end_layout
24317
24318 \end_inset
24319
24320 .
24321 \end_layout
24322
24323 \begin_layout Standard
24324 Por ejemplo, la siguiente nota 
24325 \family sans
24326 Sombreada
24327 \family default
24328  se ha hecho con los comandos ERT
24329 \end_layout
24330
24331 \begin_layout Standard
24332
24333 \series bold
24334
24335 \backslash
24336 fboxsep 0.5cm
24337 \begin_inset Newline newline
24338 \end_inset
24339
24340
24341 \backslash
24342 def\SpecialChar \textcompwordmark{}
24343 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24344 \end_layout
24345
24346 \begin_layout Standard
24347 \begin_inset ERT
24348 status collapsed
24349
24350 \begin_layout Plain Layout
24351
24352
24353 \backslash
24354 fboxsep 0.5cm
24355 \end_layout
24356
24357 \end_inset
24358
24359
24360 \begin_inset ERT
24361 status collapsed
24362
24363 \begin_layout Plain Layout
24364
24365
24366 \backslash
24367 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24368 \end_layout
24369
24370 \end_inset
24371
24372
24373 \begin_inset Box Shaded
24374 position "t"
24375 hor_pos "c"
24376 has_inner_box 0
24377 inner_pos "t"
24378 use_parbox 0
24379 width "100col%"
24380 special "none"
24381 height "1in"
24382 height_special "totalheight"
24383 status open
24384
24385 \begin_layout Plain Layout
24386
24387 \color yellow
24388 Texto amarillo en una nota 
24389 \family sans
24390 Sombreada
24391 \family default
24392  
24393 \begin_inset Space ~
24394 \end_inset
24395
24396 con fondo verde oscuro.
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \begin_inset ERT
24403 status collapsed
24404
24405 \begin_layout Plain Layout
24406
24407
24408 \backslash
24409 fboxsep 3pt
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \begin_inset ERT
24416 status collapsed
24417
24418 \begin_layout Plain Layout
24419
24420
24421 \backslash
24422 definecolor{shadecolor}{rgb}{1,0,0}
24423 \end_layout
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Section
24431 Notas al pie
24432 \begin_inset CommandInset label
24433 LatexCommand label
24434 name "sec:Notas-al-pie"
24435
24436 \end_inset
24437
24438
24439 \begin_inset Index
24440 status collapsed
24441
24442 \begin_layout Plain Layout
24443 Notas ! al pie
24444 \end_layout
24445
24446 \end_inset
24447
24448
24449 \begin_inset Index
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453 Notas al pie
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 Las notas al pie se insertan con el botón 
24463 \begin_inset Graphics
24464         filename ../../images/footnote-insert.png
24465         scale 85
24466
24467 \end_inset
24468
24469  o el menú 
24470 \family sans
24471 Insertar\SpecialChar \menuseparator
24472 Nota
24473 \begin_inset Space ~
24474 \end_inset
24475
24476 al
24477 \begin_inset Space ~
24478 \end_inset
24479
24480 pie
24481 \family default
24482 .
24483  
24484 \family roman
24485 \series medium
24486 \bar no
24487 Aparece un recuadro como este:
24488 \family default
24489 \series default
24490 \bar default
24491  
24492 \begin_inset Graphics
24493         filename clipart/notapieQt4.png
24494         scale 80
24495
24496 \end_inset
24497
24498  
24499 \family roman
24500 \series medium
24501 \bar no
24502 donde puedes introducir el texto.
24503  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24504  sobre el
24505 \family default
24506 \series default
24507 \bar default
24508  
24509 \family roman
24510 \series medium
24511 \bar no
24512 botón
24513 \family default
24514 \series default
24515 \bar default
24516 .
24517  Para cambiar una nota al pie a texto, pulsa la tecla 
24518 \family sans
24519 Retroceso
24520 \family default
24521  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24522  
24523 \family sans
24524 Supr
24525 \family default
24526  cuando el cursor está en la última posición de la nota, respectivamente.
24527 \end_layout
24528
24529 \begin_layout Standard
24530 Aquí hay un ejemplo de nota al pie:
24531 \family roman
24532 \series medium
24533 \bar no
24534
24535 \begin_inset Foot
24536 status open
24537
24538 \begin_layout Plain Layout
24539 \begin_inset CommandInset label
24540 LatexCommand label
24541 name "pie:Esto-es-una"
24542
24543 \end_inset
24544
24545 Ejemplo de nota al pie.
24546 \end_layout
24547
24548 \end_inset
24549
24550
24551 \family default
24552 \series default
24553 \bar default
24554
24555 \begin_inset ERT
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559
24560
24561 \backslash
24562 newcounter{MyRepeatFoot}
24563 \end_layout
24564
24565 \begin_layout Plain Layout
24566
24567
24568 \backslash
24569 setcounter{MyRepeatFoot}{
24570 \backslash
24571 thefootnote}
24572 \end_layout
24573
24574 \end_inset
24575
24576
24577 \end_layout
24578
24579 \begin_layout Standard
24580 En la salida, el pie se muestra como número exponente en el lugar del texto
24581  donde se coloca el recuadro.
24582  El texto se coloca al final de la página actual.
24583  Los números de las notas son calculados por LaTeX, y son consecutivos.
24584  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24585 \end_layout
24586
24587 \begin_layout Standard
24588 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24589  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24590  se describe en la sección
24591 \begin_inset Space ~
24592 \end_inset
24593
24594
24595 \begin_inset CommandInset ref
24596 LatexCommand ref
24597 reference "sec:Referencias-a-Flotantes"
24598
24599 \end_inset
24600
24601 .
24602 \begin_inset Newline newline
24603 \end_inset
24604
24605 Esto es una referencia cruzada a la Nota al pie
24606 \begin_inset Space ~
24607 \end_inset
24608
24609
24610 \begin_inset CommandInset ref
24611 LatexCommand ref
24612 reference "pie:Esto-es-una"
24613
24614 \end_inset
24615
24616 .
24617 \begin_inset Newline newline
24618 \end_inset
24619
24620
24621 \begin_inset Note Greyedout
24622 status open
24623
24624 \begin_layout Plain Layout
24625
24626 \series bold
24627 Nota:
24628 \series default
24629  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24630  de insertar un prefijo, p.
24631 \begin_inset Space \thinspace{}
24632 \end_inset
24633
24634 e.
24635 \begin_inset Space ~
24636 \end_inset
24637
24638
24639 \family sans
24640
24641 \begin_inset Quotes eld
24642 \end_inset
24643
24644 pie:
24645 \family default
24646
24647 \begin_inset Quotes erd
24648 \end_inset
24649
24650  manualmente cuando quieras usar el estilo 
24651 \family sans
24652 Referencia
24653 \begin_inset Space ~
24654 \end_inset
24655
24656 con
24657 \begin_inset Space ~
24658 \end_inset
24659
24660 formato
24661 \family default
24662 .
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 \begin_inset VSpace defskip
24672 \end_inset
24673
24674 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24675 \begin_inset Space ~
24676 \end_inset
24677
24678
24679 \begin_inset CommandInset ref
24680 LatexCommand ref
24681 reference "sec:Minipáginas"
24682
24683 \end_inset
24684
24685 .
24686  Los pies en tablas largas en la sección
24687 \begin_inset Space ~
24688 \end_inset
24689
24690
24691 \begin_inset CommandInset ref
24692 LatexCommand ref
24693 reference "sub:Notas-al-pie-en-Tablas-Largas"
24694
24695 \end_inset
24696
24697 .
24698 \end_layout
24699
24700 \begin_layout Standard
24701 \begin_inset VSpace defskip
24702 \end_inset
24703
24704 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24705 \series bold
24706
24707 \backslash
24708 footnotemark[número]
24709 \series default
24710  en ERT.
24711  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24712  no quieres imprimir el pie cada vez.
24713 \begin_inset Newline newline
24714 \end_inset
24715
24716 Como no sabes el número del pie que se repite mientras escribes el texto,
24717  tienes que guardarlo.
24718  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24719  en ERT detrás de Nota
24720 \begin_inset Space ~
24721 \end_inset
24722
24723 al
24724 \begin_inset Space ~
24725 \end_inset
24726
24727 pie
24728 \begin_inset Space ~
24729 \end_inset
24730
24731
24732 \begin_inset CommandInset ref
24733 LatexCommand ref
24734 reference "pie:Esto-es-una"
24735
24736 \end_inset
24737
24738  para guardar el número de pie:
24739 \end_layout
24740
24741 \begin_layout Standard
24742
24743 \series bold
24744
24745 \backslash
24746 newcounter{MyRepeatFoot}
24747 \begin_inset Newline newline
24748 \end_inset
24749
24750
24751 \backslash
24752 setcounter{MyRepeatFoot}{
24753 \backslash
24754 thefootnote}
24755 \end_layout
24756
24757 \begin_layout Standard
24758 La marca de pie se crea entonces con el comando:
24759 \end_layout
24760
24761 \begin_layout Standard
24762
24763 \series bold
24764
24765 \backslash
24766 footnotemark[
24767 \backslash
24768 theMyRepeatFoot]
24769 \end_layout
24770
24771 \begin_layout Standard
24772 Aquí hay un ejemplo de marca de pie:
24773 \family roman
24774 \series medium
24775 \bar no
24776
24777 \begin_inset ERT
24778 status collapsed
24779
24780 \begin_layout Plain Layout
24781
24782
24783 \backslash
24784 footnotemark[
24785 \backslash
24786 theMyRepeatFoot]
24787 \end_layout
24788
24789 \end_inset
24790
24791
24792 \end_layout
24793
24794 \begin_layout Subsection
24795 Numeración de notas al pie
24796 \begin_inset CommandInset label
24797 LatexCommand label
24798 name "sub:Numeración-de-Notas-al-Pie"
24799
24800 \end_inset
24801
24802
24803 \begin_inset Index
24804 status collapsed
24805
24806 \begin_layout Plain Layout
24807 Notas al pie ! Numeración
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 Para reiniciar el número de pie a 1 en cada sección añade este 
24817 \family roman
24818 comando en el preámbulo:
24819 \end_layout
24820
24821 \begin_layout Standard
24822
24823 \series bold
24824
24825 \backslash
24826 @addtoreset{footnote}{section}
24827 \end_layout
24828
24829 \begin_layout Standard
24830 \begin_inset VSpace bigskip
24831 \end_inset
24832
24833 El siguiente comando en el preámbulo cambia el estilo de numeración del
24834  pie a números romanos en minúsculas:
24835 \end_layout
24836
24837 \begin_layout Standard
24838
24839 \series bold
24840
24841 \backslash
24842 renewcommand{
24843 \backslash
24844 thefootnote}{
24845 \backslash
24846 roman{footnote}}
24847 \end_layout
24848
24849 \begin_layout Standard
24850 \begin_inset ERT
24851 status collapsed
24852
24853 \begin_layout Plain Layout
24854
24855
24856 \backslash
24857 renewcommand{
24858 \backslash
24859 thefootnote}{
24860 \backslash
24861 roman{footnote}}
24862 \end_layout
24863
24864 \end_inset
24865
24866  Nota al pie en números romanos:
24867 \begin_inset Foot
24868 status open
24869
24870 \begin_layout Plain Layout
24871 Ejemplo de nota al pie en números romanos.
24872 \end_layout
24873
24874 \end_inset
24875
24876
24877 \begin_inset ERT
24878 status collapsed
24879
24880 \begin_layout Plain Layout
24881
24882
24883 \backslash
24884 renewcommand{
24885 \backslash
24886 thefootnote}{
24887 \backslash
24888 arabic{footnote}}
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \begin_layout Standard
24897 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24898  
24899 \series bold
24900
24901 \backslash
24902 roman
24903 \series default
24904  por 
24905 \series bold
24906
24907 \backslash
24908 Roman
24909 \series default
24910 .
24911  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24912 \series bold
24913
24914 \backslash
24915 Alph
24916 \series default
24917  o 
24918 \series bold
24919
24920 \backslash
24921 alph
24922 \series default
24923 , respectivamente.
24924  Para ordenar las notas al pie con símbolos usa 
24925 \series bold
24926
24927 \backslash
24928 fnsymbol
24929 \series default
24930 .
24931 \end_layout
24932
24933 \begin_layout Standard
24934 \begin_inset Note Greyedout
24935 status open
24936
24937 \begin_layout Plain Layout
24938
24939 \series bold
24940 Nota:
24941 \series default
24942  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24943  simples.
24944 \end_layout
24945
24946 \end_inset
24947
24948
24949 \begin_inset Newline newline
24950 \end_inset
24951
24952
24953 \begin_inset Note Greyedout
24954 status open
24955
24956 \begin_layout Plain Layout
24957
24958 \series bold
24959 Nota:
24960 \series default
24961  sólo puedes ordenar hasta 9 pies con símbolos.
24962 \end_layout
24963
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \begin_layout Standard
24970 Para volver al estilo de numeración predeterminado cuando has cambiado a
24971  otro estilo, usa 
24972 \series bold
24973
24974 \backslash
24975 arabic
24976 \series default
24977  en vez de 
24978 \series bold
24979
24980 \backslash
24981 roman
24982 \series default
24983  en el comando anterior.
24984 \begin_inset ERT
24985 status collapsed
24986
24987 \begin_layout Plain Layout
24988
24989
24990 \backslash
24991 renewcommand{
24992 \backslash
24993 thefootnote}{
24994 \backslash
24995 arabic{footnote}}
24996 \end_layout
24997
24998 \end_inset
24999
25000
25001 \end_layout
25002
25003 \begin_layout Standard
25004 \begin_inset VSpace bigskip
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 Si quieres numerar notas al pie en el esquema 
25012 \begin_inset Quotes eld
25013 \end_inset
25014
25015 capítulo.nota
25016 \begin_inset Quotes erd
25017 \end_inset
25018
25019 , añade el siguiente comando al preámbulo del documento:
25020 \end_layout
25021
25022 \begin_layout Standard
25023
25024 \series bold
25025
25026 \backslash
25027 numberwithin{footnote}{chapter}
25028 \end_layout
25029
25030 \begin_layout Standard
25031 Para poder usar el comando 
25032 \series bold
25033
25034 \backslash
25035 numberwithin
25036 \series default
25037 , marca la opción 
25038 \family sans
25039 Usar
25040 \family default
25041
25042 \begin_inset Space ~
25043 \end_inset
25044
25045
25046 \family sans
25047 el
25048 \family default
25049
25050 \begin_inset Space ~
25051 \end_inset
25052
25053
25054 \family sans
25055 paquete
25056 \family default
25057
25058 \begin_inset Space ~
25059 \end_inset
25060
25061
25062 \family sans
25063 AMS
25064 \family default
25065  en la solapa 
25066 \family sans
25067 Ecuaciones
25068 \family default
25069  de la configuración del documento.
25070 \end_layout
25071
25072 \begin_layout Standard
25073 \begin_inset ERT
25074 status collapsed
25075
25076 \begin_layout Plain Layout
25077
25078
25079 \backslash
25080 numberwithin{footnote}{chapter}
25081 \end_layout
25082
25083 \end_inset
25084
25085 Esto es otro ejemplo de nota al pie:
25086 \series bold
25087
25088 \begin_inset Foot
25089 status open
25090
25091 \begin_layout Plain Layout
25092 Nota al pie numerada en el esquema 
25093 \begin_inset Quotes eld
25094 \end_inset
25095
25096 capítulo.nota
25097 \begin_inset Quotes erd
25098 \end_inset
25099
25100 .
25101 \end_layout
25102
25103 \end_inset
25104
25105
25106 \series default
25107
25108 \begin_inset ERT
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112
25113
25114 \backslash
25115 renewcommand{
25116 \backslash
25117 thefootnote}{
25118 \backslash
25119 arabic{footnote}}
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \begin_layout Standard
25128 \begin_inset Note Greyedout
25129 status open
25130
25131 \begin_layout Plain Layout
25132
25133 \series bold
25134 Nota: 
25135 \backslash
25136 numberwithin 
25137 \series default
25138 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
25139  previas para obtener números no arábigos se sobreescriben.
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 Así, para obtener por ejemplo el esquema 
25149 \begin_inset Quotes eld
25150 \end_inset
25151
25152 capítulo.
25153 \backslash
25154 Roman{footnote}
25155 \begin_inset Quotes erd
25156 \end_inset
25157
25158 , usa este comando en vez de 
25159 \series bold
25160
25161 \backslash
25162 numberwithin
25163 \series default
25164 :
25165 \end_layout
25166
25167 \begin_layout Standard
25168
25169 \series bold
25170
25171 \backslash
25172 renewcommand{
25173 \backslash
25174 thefootnote}{
25175 \backslash
25176 thechapter.
25177 \backslash
25178 Roman{footnote}}
25179 \end_layout
25180
25181 \begin_layout Subsection
25182 Colocación de notas al pie
25183 \begin_inset Index
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187 Notas al pie ! Colocación
25188 \end_layout
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25197  entre ellas al final de la página.
25198  Para hacerlas más legibles puedes añadir p.
25199 \begin_inset Space \thinspace{}
25200 \end_inset
25201
25202 e.
25203 \begin_inset Space ~
25204 \end_inset
25205
25206 1.5
25207 \begin_inset Space \thinspace{}
25208 \end_inset
25209
25210 mm con el comando siguiente en el preámbulo:
25211 \end_layout
25212
25213 \begin_layout Standard
25214
25215 \series bold
25216
25217 \backslash
25218 let
25219 \backslash
25220 myFoot
25221 \backslash
25222 footnote
25223 \begin_inset Newline newline
25224 \end_inset
25225
25226
25227 \backslash
25228 renewcommand{
25229 \backslash
25230 footnote}[1]{
25231 \backslash
25232 myFoot{#1
25233 \backslash
25234 vspace{1.5mm}}}
25235 \end_layout
25236
25237 \begin_layout Standard
25238 \begin_inset VSpace bigskip
25239 \end_inset
25240
25241 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25242  ver la figura
25243 \begin_inset Space ~
25244 \end_inset
25245
25246
25247 \begin_inset CommandInset ref
25248 LatexCommand ref
25249 reference "fig:Colocación-standard-del-pie"
25250
25251 \end_inset
25252
25253 .
25254  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25255  en la figura
25256 \begin_inset Space ~
25257 \end_inset
25258
25259
25260 \begin_inset CommandInset ref
25261 LatexCommand ref
25262 reference "fig:Colocación-del-pie-en"
25263
25264 \end_inset
25265
25266 , usa el paquete LaTeX 
25267 \series bold
25268 ftnright
25269 \series default
25270
25271 \begin_inset Index
25272 status collapsed
25273
25274 \begin_layout Plain Layout
25275 LaTeX-paquetes ! ftnright
25276 \end_layout
25277
25278 \end_inset
25279
25280  con este comando en el preámbulo:
25281 \end_layout
25282
25283 \begin_layout Standard
25284
25285 \series bold
25286
25287 \backslash
25288 usepackage{ftnright}
25289 \end_layout
25290
25291 \begin_layout Standard
25292 \begin_inset Float figure
25293 placement !h
25294 wide false
25295 sideways false
25296 status open
25297
25298 \begin_layout Plain Layout
25299 \begin_inset ERT
25300 status collapsed
25301
25302 \begin_layout Plain Layout
25303
25304
25305 \backslash
25306 framebox{
25307 \end_layout
25308
25309 \end_inset
25310
25311
25312 \begin_inset Graphics
25313         filename ../clipart/without_fntright.pdf
25314         width 100col%
25315
25316 \end_inset
25317
25318
25319 \begin_inset ERT
25320 status collapsed
25321
25322 \begin_layout Plain Layout
25323
25324 }
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Plain Layout
25333 \begin_inset Caption
25334
25335 \begin_layout Plain Layout
25336 \begin_inset CommandInset label
25337 LatexCommand label
25338 name "fig:Colocación-standard-del-pie"
25339
25340 \end_inset
25341
25342 Colocación estándar de notas al pie en documentos a dos columnas.
25343 \end_layout
25344
25345 \end_inset
25346
25347
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \end_layout
25354
25355 \begin_layout Standard
25356 \begin_inset Float figure
25357 placement !h
25358 wide false
25359 sideways false
25360 status open
25361
25362 \begin_layout Plain Layout
25363 \begin_inset ERT
25364 status collapsed
25365
25366 \begin_layout Plain Layout
25367
25368
25369 \backslash
25370 framebox{
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \begin_inset Graphics
25377         filename ../clipart/with_fntright.pdf
25378         width 100col%
25379
25380 \end_inset
25381
25382
25383 \begin_inset ERT
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387
25388 }
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Plain Layout
25397 \begin_inset Caption
25398
25399 \begin_layout Plain Layout
25400 \begin_inset CommandInset label
25401 LatexCommand label
25402 name "fig:Colocación-del-pie-en"
25403
25404 \end_inset
25405
25406 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25407  el paquete LaTeX 
25408 \series bold
25409 ftnright
25410 \series default
25411 .
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 \begin_inset VSpace bigskip
25426 \end_inset
25427
25428 En alguna literatura científica es habitual reunir las notas para imprimirlas
25429  en un párrafo separado al final de la sección, como en la figura
25430 \begin_inset Space ~
25431 \end_inset
25432
25433
25434 \begin_inset CommandInset ref
25435 LatexCommand ref
25436 reference "fig:Notas-al-final----notas-al-pie"
25437
25438 \end_inset
25439
25440 .
25441  Para usar notas finales
25442 \begin_inset Index
25443 status collapsed
25444
25445 \begin_layout Plain Layout
25446 Notas finales
25447 \end_layout
25448
25449 \end_inset
25450
25451  en vez de notas al pie, carga el paquete LaTeX 
25452 \series bold
25453 endnotes
25454 \series default
25455
25456 \begin_inset Index
25457 status collapsed
25458
25459 \begin_layout Plain Layout
25460 LaTeX-paquetes ! endnotes
25461 \end_layout
25462
25463 \end_inset
25464
25465  con las siguientes líneas en el preámbulo de tu documento:
25466 \end_layout
25467
25468 \begin_layout Standard
25469
25470 \series bold
25471
25472 \backslash
25473 usepackage{endnotes}
25474 \begin_inset Newline newline
25475 \end_inset
25476
25477
25478 \backslash
25479 let
25480 \backslash
25481 footnote
25482 \backslash
25483 endnote
25484 \end_layout
25485
25486 \begin_layout Standard
25487 Para insertar la colección de notas, escribe el comando
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 theendnotes
25496 \end_layout
25497
25498 \begin_layout Standard
25499 en ERT al final de una sección o capítulo.
25500 \end_layout
25501
25502 \begin_layout Standard
25503 \begin_inset Float figure
25504 wide false
25505 sideways false
25506 status open
25507
25508 \begin_layout Plain Layout
25509 \align center
25510 \begin_inset ERT
25511 status collapsed
25512
25513 \begin_layout Plain Layout
25514
25515
25516 \backslash
25517 framebox{
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \begin_inset Graphics
25524         filename ../clipart/endnotes.pdf
25525
25526 \end_inset
25527
25528
25529 \begin_inset ERT
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533
25534 }
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Plain Layout
25543 \begin_inset Caption
25544
25545 \begin_layout Plain Layout
25546 \begin_inset CommandInset label
25547 LatexCommand label
25548 name "fig:Notas-al-final----notas-al-pie"
25549
25550 \end_inset
25551
25552 Notas al final: notas impresas en párrafo separado al final de la sección
25553  o del capítulo.
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \end_layout
25565
25566 \begin_layout Standard
25567 \begin_inset VSpace medskip
25568 \end_inset
25569
25570 La cabecera de párrafo para las notas finales no se traduce automáticamente
25571  al lenguaje del documento, hay que hacerlo manualmente.
25572   El siguiente comando de preámbulo traduce el nombre en inglés 
25573 \begin_inset Quotes eld
25574 \end_inset
25575
25576 Notes
25577 \begin_inset Quotes erd
25578 \end_inset
25579
25580  al español 
25581 \begin_inset Quotes eld
25582 \end_inset
25583
25584 Notas
25585 \begin_inset Quotes erd
25586 \end_inset
25587
25588 :
25589 \end_layout
25590
25591 \begin_layout Standard
25592
25593 \series bold
25594
25595 \backslash
25596 renewcommand{
25597 \backslash
25598 notesname}{Notas}
25599 \end_layout
25600
25601 \begin_layout Standard
25602 \begin_inset VSpace medskip
25603 \end_inset
25604
25605 La numeración de notas finales puede cambiarse como la de las notas al pie,
25606  como se describe en la sección
25607 \begin_inset Space ~
25608 \end_inset
25609
25610
25611 \begin_inset CommandInset ref
25612 LatexCommand ref
25613 reference "sub:Numeración-de-Notas-al-Pie"
25614
25615 \end_inset
25616
25617 ; sólo hay que reemplazar el comando 
25618 \series bold
25619
25620 \backslash
25621 thefootnote
25622 \series default
25623  por 
25624 \series bold
25625
25626 \backslash
25627 theendnote
25628 \series default
25629 .
25630  Para restablecer la numeración usa el comando 
25631 \series bold
25632
25633 \backslash
25634 @addtoreset
25635 \series default
25636  como se describe en la sección
25637 \begin_inset Space ~
25638 \end_inset
25639
25640
25641 \begin_inset CommandInset ref
25642 LatexCommand ref
25643 reference "sub:Numeración-de-Notas-al-Pie"
25644
25645 \end_inset
25646
25647  y sustituye el parámetro de comando 
25648 \series bold
25649 footnote
25650 \series default
25651  por 
25652 \series bold
25653 endnote
25654 \series default
25655 .
25656 \end_layout
25657
25658 \begin_layout Standard
25659 Para crear sólo una marca para una nota final, usa el comando 
25660 \series bold
25661
25662 \backslash
25663 endnotemark[número]
25664 \series default
25665  similar al comando 
25666 \series bold
25667
25668 \backslash
25669 footnotemark
25670 \series default
25671 , descrito en la sección
25672 \begin_inset Space ~
25673 \end_inset
25674
25675
25676 \begin_inset CommandInset ref
25677 LatexCommand ref
25678 reference "sec:Notas-al-pie"
25679
25680 \end_inset
25681
25682 .
25683 \end_layout
25684
25685 \begin_layout Standard
25686 \begin_inset VSpace bigskip
25687 \end_inset
25688
25689 Las notas al pie también pueden colocarse al margen de la página y la alineación
25690  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25691 \series bold
25692 footmisc
25693 \series default
25694
25695 \begin_inset Index
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699 LaTeX-paquetes ! footmisc
25700 \end_layout
25701
25702 \end_inset
25703
25704  
25705 \begin_inset CommandInset citation
25706 LatexCommand cite
25707 key "footmisc"
25708
25709 \end_inset
25710
25711  para más información.
25712 \end_layout
25713
25714 \begin_layout Standard
25715 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25716  
25717 \begin_inset CommandInset citation
25718 LatexCommand cite
25719 key "latexcompanion,latexguide,latexbook"
25720
25721 \end_inset
25722
25723 .
25724 \end_layout
25725
25726 \begin_layout Section
25727 Notas al margen
25728 \begin_inset Index
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732 Notas ! al margen
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 Las notas al margen se ven y se comportan en LyX como notas al pie.
25742  Se insertan con el menú 
25743 \family sans
25744 Insertar\SpecialChar \menuseparator
25745 Nota
25746 \begin_inset Space ~
25747 \end_inset
25748
25749 al
25750 \begin_inset Space ~
25751 \end_inset
25752
25753 margen
25754 \family default
25755  o con el botón 
25756 \begin_inset Graphics
25757         filename ../../images/marginalnote-insert.png
25758         scale 85
25759
25760 \end_inset
25761
25762 .
25763  Aparece un cuadro gris con la etiqueta 
25764 \family roman
25765 \series medium
25766
25767 \begin_inset Quotes eld
25768 \end_inset
25769
25770 margen
25771 \begin_inset Quotes erd
25772 \end_inset
25773
25774  en color rojo y un marco en el que puedes escribir el texto de la nota.
25775 \end_layout
25776
25777 \begin_layout Standard
25778 Al lado hay un ejemplo de nota al margen.
25779 \family roman
25780 \series medium
25781
25782 \begin_inset Marginal
25783 status open
25784
25785 \begin_layout Plain Layout
25786 Esto es una nota al margen.
25787 \end_layout
25788
25789 \end_inset
25790
25791
25792 \end_layout
25793
25794 \begin_layout Standard
25795 Estas notas salen en el margen derecho en documentos a una cara.
25796  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25797  en páginas pares, derecho en páginas impares---.
25798  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25799  a la derecha si la nota aparece en el margen izquierdo---.
25800  La primera línea de la nota se sitúa en la posición de la línea del texto
25801  en la que se inserta en el documento.
25802 \end_layout
25803
25804 \begin_layout Standard
25805 \begin_inset VSpace bigskip
25806 \end_inset
25807
25808 Para colocar la nota en el margen interno añade el comando
25809 \end_layout
25810
25811 \begin_layout Standard
25812
25813 \series bold
25814
25815 \backslash
25816 reversemarginpar
25817 \end_layout
25818
25819 \begin_layout Standard
25820 en ERT antes de la nota.
25821  La nueva colocación es válida para todas las siguientes notas al margen.
25822 \begin_inset ERT
25823 status collapsed
25824
25825 \begin_layout Plain Layout
25826
25827
25828 \backslash
25829 reversemarginpar 
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \begin_inset Marginal
25836 status open
25837
25838 \begin_layout Plain Layout
25839 Esto es una nota en el margen interno.
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \series bold
25846
25847 \begin_inset Newline newline
25848 \end_inset
25849
25850
25851 \series default
25852
25853 \begin_inset Note Greyedout
25854 status open
25855
25856 \begin_layout Plain Layout
25857
25858 \series bold
25859 Nota:
25860 \series default
25861  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25862  no se mostrará correctamente en la salida.
25863 \end_layout
25864
25865 \end_inset
25866
25867
25868 \end_layout
25869
25870 \begin_layout Standard
25871 Para volver a la ubicación predeterminada inserta en ERT el comando
25872 \begin_inset ERT
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876
25877
25878 \backslash
25879 normalmarginpar 
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \begin_layout Standard
25888
25889 \series bold
25890
25891 \backslash
25892 normalmarginpar
25893 \end_layout
25894
25895 \begin_layout Standard
25896 \begin_inset Note Greyedout
25897 status open
25898
25899 \begin_layout Plain Layout
25900
25901 \series bold
25902 Nota:
25903 \series default
25904  El comando se ignora si en el mismo párrafo está también presente el comando
25905  
25906 \series bold
25907
25908 \backslash
25909 reversemarginpar
25910 \series default
25911 .
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Standard
25920 \begin_inset VSpace bigskip
25921 \end_inset
25922
25923
25924 \family roman
25925 \series medium
25926
25927 \begin_inset Marginal
25928 status open
25929
25930 \begin_layout Plain Layout
25931 PalabraMuyLargaAlMargen no partida con guión.
25932 \end_layout
25933
25934 \end_inset
25935
25936
25937 \family default
25938 \series default
25939 Como en el caso descrito en la sección
25940 \begin_inset Space ~
25941 \end_inset
25942
25943
25944 \begin_inset CommandInset ref
25945 LatexCommand ref
25946 reference "sub:Líneas-Múltiples-en"
25947
25948 \end_inset
25949
25950 , una palabra larga no puede partirse con guión cuando es la primera en
25951  la nota al margen.
25952  Para evitar esto, inserta el comando
25953 \end_layout
25954
25955 \begin_layout Standard
25956
25957 \series bold
25958
25959 \backslash
25960 hspace{0pt}
25961 \end_layout
25962
25963 \begin_layout Standard
25964 en ERT antes de la palabra
25965 \family roman
25966 \series medium
25967 .
25968 \begin_inset Marginal
25969 status open
25970
25971 \begin_layout Plain Layout
25972 \begin_inset ERT
25973 status collapsed
25974
25975 \begin_layout Plain Layout
25976
25977
25978 \backslash
25979 hspace{0pt}
25980 \end_layout
25981
25982 \end_inset
25983
25984 PalabraMuyLargaAlMargen partida con guión.
25985 \end_layout
25986
25987 \end_inset
25988
25989
25990 \end_layout
25991
25992 \begin_layout Standard
25993 \begin_inset VSpace bigskip
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \begin_layout Standard
26000 \begin_inset Note Greyedout
26001 status open
26002
26003 \begin_layout Plain Layout
26004
26005 \series bold
26006 Nota:
26007 \series default
26008  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
26009  notas al pie.
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \begin_layout Standard
26018 \begin_inset VSpace bigskip
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \begin_layout Standard
26025 \begin_inset ERT
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029
26030
26031 \backslash
26032 ifmarginnote
26033 \end_layout
26034
26035 \end_inset
26036
26037
26038 \begin_inset Note Note
26039 status open
26040
26041 \begin_layout Plain Layout
26042 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
26043  LaTeX 
26044 \series bold
26045 marginnote
26046 \series default
26047 .
26048 \end_layout
26049
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \begin_layout Standard
26056 Esta restricción se puede salvar con el paquete LaTeX 
26057 \series bold
26058 marginnote
26059 \series default
26060
26061 \begin_inset Index
26062 status collapsed
26063
26064 \begin_layout Plain Layout
26065 LaTeX-paquetes ! marginnote
26066 \end_layout
26067
26068 \end_inset
26069
26070 .
26071  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
26072  notas al margen es redefinido para usar el comando provisto por el paquete
26073  
26074 \series bold
26075 marginnote
26076 \series default
26077 :
26078 \end_layout
26079
26080 \begin_layout Standard
26081
26082 \series bold
26083
26084 \backslash
26085 usepackage{marginnote}
26086 \begin_inset Newline newline
26087 \end_inset
26088
26089
26090 \backslash
26091 let
26092 \backslash
26093 marginpar
26094 \backslash
26095 marginnote
26096 \end_layout
26097
26098 \begin_layout Standard
26099 Esto se ha utilizado en el presente documento porque 
26100 \series bold
26101 marginnote
26102 \series default
26103  tiene una característica adicional útil: Puedes imponer un offset vertical
26104  a la nota.
26105  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
26106  diseño de la página.
26107  El offset se determina en LyX como ERT directamente tras la nota al margen
26108  en el esquema
26109 \end_layout
26110
26111 \begin_layout Standard
26112
26113 \series bold
26114 [offset]
26115 \end_layout
26116
26117 \begin_layout Standard
26118 donde offset es una longitud en una de las unidades de la tabla
26119 \begin_inset Space ~
26120 \end_inset
26121
26122
26123 \begin_inset CommandInset ref
26124 LatexCommand ref
26125 reference "tab:Unidades"
26126
26127 \end_inset
26128
26129 .
26130  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
26131  abajo.
26132  
26133 \family roman
26134 \series medium
26135 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
26136 \begin_inset Space \thinspace{}
26137 \end_inset
26138
26139 cm arriba con el comando ERT 
26140 \begin_inset Quotes eld
26141 \end_inset
26142
26143
26144 \family default
26145 \series bold
26146 [-1.5cm]
26147 \family roman
26148 \series medium
26149
26150 \begin_inset Quotes erd
26151 \end_inset
26152
26153
26154 \begin_inset Marginal
26155 status collapsed
26156
26157 \begin_layout Plain Layout
26158 Esta nota está 1.5
26159 \begin_inset Space \thinspace{}
26160 \end_inset
26161
26162 cm por encima de su posición original.
26163 \end_layout
26164
26165 \end_inset
26166
26167
26168 \family default
26169 \series default
26170
26171 \begin_inset ERT
26172 status collapsed
26173
26174 \begin_layout Plain Layout
26175
26176 [-1.5cm]
26177 \end_layout
26178
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \begin_layout Standard
26185 \begin_inset VSpace medskip
26186 \end_inset
26187
26188 Con 
26189 \series bold
26190 marginnote
26191 \series default
26192  también puedes cambiar la alineación del texto en el margen.
26193  Por ejemplo los comandos
26194 \end_layout
26195
26196 \begin_layout Standard
26197
26198 \series bold
26199
26200 \backslash
26201 renewcommand*{
26202 \backslash
26203 raggedleftmarginnote}{
26204 \backslash
26205 centering}
26206 \begin_inset Newline newline
26207 \end_inset
26208
26209
26210 \backslash
26211 renewcommand*{
26212 \backslash
26213 raggedrightmarginnote}{
26214 \backslash
26215 centering}
26216 \end_layout
26217
26218 \begin_layout Standard
26219 producen alineación centrada.
26220  
26221 \series bold
26222
26223 \backslash
26224 raggedleftmarginnote
26225 \series default
26226  identifica las notas que aparecen al lado izquierdo.
26227 \family roman
26228 \series medium
26229
26230 \begin_inset ERT
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234
26235
26236 \backslash
26237 renewcommand*{
26238 \backslash
26239 raggedleftmarginnote}{
26240 \backslash
26241 centering}
26242 \end_layout
26243
26244 \begin_layout Plain Layout
26245
26246
26247 \backslash
26248 renewcommand*{
26249 \backslash
26250 raggedrightmarginnote}{
26251 \backslash
26252 centering}
26253 \end_layout
26254
26255 \end_inset
26256
26257
26258 \begin_inset Marginal
26259 status open
26260
26261 \begin_layout Plain Layout
26262 El texto de esta nota está centrado.
26263 \end_layout
26264
26265 \end_inset
26266
26267
26268 \family default
26269 \series default
26270  El valor predeterminado es 
26271 \end_layout
26272
26273 \begin_layout Standard
26274
26275 \series bold
26276
26277 \backslash
26278 renewcommand*{
26279 \backslash
26280 raggedleftmarginnote}{
26281 \backslash
26282 raggedleft}
26283 \begin_inset Newline newline
26284 \end_inset
26285
26286
26287 \backslash
26288 renewcommand*{
26289 \backslash
26290 raggedrightmarginnote}{
26291 \backslash
26292 raggedright}
26293 \family roman
26294 \series medium
26295
26296 \begin_inset ERT
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300
26301
26302 \backslash
26303 renewcommand*{
26304 \backslash
26305 raggedleftmarginnote}{
26306 \backslash
26307 raggedleft}
26308 \end_layout
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 renewcommand*{
26315 \backslash
26316 raggedrightmarginnote}{
26317 \backslash
26318 raggedright}
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \begin_layout Standard
26327 \begin_inset VSpace medskip
26328 \end_inset
26329
26330 Para otras características de 
26331 \series bold
26332 marginnote
26333 \series default
26334  mira en su documentación 
26335 \begin_inset CommandInset citation
26336 LatexCommand cite
26337 key "marginnote"
26338
26339 \end_inset
26340
26341 .
26342 \end_layout
26343
26344 \begin_layout Standard
26345 \begin_inset VSpace bigskip
26346 \end_inset
26347
26348 El diseño de las notas al margen puede ser redefinido.
26349  Por ejemplo, para crear una cabecera para todas las notas con el texto
26350  
26351 \begin_inset Quotes eld
26352 \end_inset
26353
26354
26355 \series bold
26356 \bar under
26357 ¡
26358 \family sans
26359 Atención
26360 \family default
26361 !
26362 \series default
26363 \bar default
26364
26365 \begin_inset Quotes erd
26366 \end_inset
26367
26368 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26369 \end_layout
26370
26371 \begin_layout Standard
26372
26373 \series bold
26374
26375 \backslash
26376 let
26377 \backslash
26378 myMarginpar
26379 \backslash
26380 marginpar
26381 \begin_inset Newline newline
26382 \end_inset
26383
26384
26385 \backslash
26386 renewcommand{
26387 \backslash
26388 marginpar}[1]{
26389 \backslash
26390 myMarginpar{%
26391 \begin_inset Newline newline
26392 \end_inset
26393
26394
26395 \begin_inset ERT
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399
26400
26401 \backslash
26402 hphantom{ }
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \backslash
26409 hspace{0pt}
26410 \backslash
26411 textsf{
26412 \backslash
26413 textbf{
26414 \backslash
26415 underbar{¡Atención!}}}%
26416 \begin_inset Newline newline
26417 \end_inset
26418
26419
26420 \begin_inset ERT
26421 status collapsed
26422
26423 \begin_layout Plain Layout
26424
26425
26426 \backslash
26427 hphantom{ }
26428 \end_layout
26429
26430 \end_inset
26431
26432
26433 \backslash
26434 vspace{1.5mm}
26435 \backslash
26436
26437 \backslash
26438 #1}}
26439 \end_layout
26440
26441 \begin_layout Standard
26442
26443 \family roman
26444 \series medium
26445 \begin_inset ERT
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449
26450
26451 \backslash
26452 let
26453 \backslash
26454 myMarginpar
26455 \backslash
26456 marginpar
26457 \end_layout
26458
26459 \begin_layout Plain Layout
26460
26461
26462 \backslash
26463 renewcommand{
26464 \backslash
26465 marginpar}[1]{
26466 \backslash
26467 myMarginpar{%
26468 \end_layout
26469
26470 \begin_layout Plain Layout
26471
26472    
26473 \backslash
26474 textsf{
26475 \backslash
26476 textbf{
26477 \backslash
26478 underbar{¡Atención!}}}%
26479 \end_layout
26480
26481 \begin_layout Plain Layout
26482
26483    
26484 \backslash
26485 vspace{1.5mm}
26486 \backslash
26487
26488 \backslash
26489 #1}}
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \begin_inset Marginal
26496 status open
26497
26498 \begin_layout Plain Layout
26499 Esta es una nota con una cabecera definida.
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \family default
26506 \series default
26507
26508 \begin_inset ERT
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512
26513 [-1.5cm]
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \family roman
26520 \series medium
26521
26522 \begin_inset ERT
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526
26527
26528 \backslash
26529 renewcommand{
26530 \backslash
26531 marginpar}[1]{
26532 \backslash
26533 myMarginpar{#1}}
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \family default
26540 \series default
26541
26542 \begin_inset Note Note
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26547 \end_layout
26548
26549 \end_inset
26550
26551
26552 \end_layout
26553
26554 \begin_layout Standard
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 else
26563 \end_layout
26564
26565 \end_inset
26566
26567
26568 \begin_inset Note Note
26569 status open
26570
26571 \begin_layout Plain Layout
26572 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26573  
26574 \series bold
26575 marginnote
26576 \series default
26577 .
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \begin_layout Standard
26586 Debes instalar el paquete LaTeX 
26587 \series bold
26588 marginnote
26589 \series default
26590  para ver la parte siguiente en la salida.
26591 \end_layout
26592
26593 \begin_layout Standard
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 fi
26602 \end_layout
26603
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \begin_layout Chapter
26610 Cuadros
26611 \end_layout
26612
26613 \begin_layout Section
26614 Introducción
26615 \begin_inset Index
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619 Cuadros ! Introducción
26620 \end_layout
26621
26622 \end_inset
26623
26624
26625 \end_layout
26626
26627 \begin_layout Standard
26628 Los cuadros se emplean para dar formato a bloques de texto.
26629  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26630 \begin_inset Space ~
26631 \end_inset
26632
26633
26634 \begin_inset CommandInset ref
26635 LatexCommand ref
26636 reference "sec:Minipáginas"
26637
26638 \end_inset
26639
26640 , enmarcar textos, ver sección
26641 \begin_inset Space ~
26642 \end_inset
26643
26644
26645 \begin_inset CommandInset ref
26646 LatexCommand ref
26647 reference "sec:Cuadros-Enmarcados"
26648
26649 \end_inset
26650
26651 , evitar la división de palabras, ver sección
26652 \begin_inset Space ~
26653 \end_inset
26654
26655
26656 \begin_inset CommandInset ref
26657 LatexCommand ref
26658 reference "sec:Evitar-la-Partición"
26659
26660 \end_inset
26661
26662 , alinear texto, ver sección
26663 \begin_inset Space ~
26664 \end_inset
26665
26666
26667 \begin_inset CommandInset ref
26668 LatexCommand ref
26669 reference "sub:Alineación-Vertical"
26670
26671 \end_inset
26672
26673 , o para poner color de fondo a un texto, ver sección
26674 \begin_inset Space ~
26675 \end_inset
26676
26677
26678 \begin_inset CommandInset ref
26679 LatexCommand ref
26680 reference "sec:Cuadros-Coloreados"
26681
26682 \end_inset
26683
26684 .
26685 \end_layout
26686
26687 \begin_layout Standard
26688 Se insertan con el menú 
26689 \family sans
26690 Insertar\SpecialChar \menuseparator
26691 Cuadro
26692 \family default
26693  o con el botón 
26694 \begin_inset Graphics
26695         filename ../../images/box-insert.png
26696         scale 85
26697
26698 \end_inset
26699
26700 .
26701  Surge un recuadro gris con la etiqueta 
26702 \family sans
26703 Cuadro (Minipágina)
26704 \family default
26705
26706 \begin_inset Graphics
26707         filename clipart/CuadroMinipagQt4.png
26708         scale 75
26709         keepAspectRatio
26710
26711 \end_inset
26712
26713 .
26714  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26715  Sale un diálogo en el que 
26716 \family sans
26717 Cuadro
26718 \family default
26719
26720 \begin_inset Space ~
26721 \end_inset
26722
26723
26724 \family sans
26725 interior
26726 \family default
26727  permite escoger los tipos 
26728 \family sans
26729 Parbox (
26730 \family default
26731
26732 \begin_inset Quotes eld
26733 \end_inset
26734
26735
26736 \family sans
26737 Párrafo
26738 \family default
26739
26740 \begin_inset Quotes erd
26741 \end_inset
26742
26743
26744 \family sans
26745 )
26746 \family default
26747  y 
26748 \family sans
26749 Minipágina
26750 \family default
26751 .
26752  
26753 \family sans
26754 Minipágina
26755 \family default
26756  es el predeterminado para nuevos cuadros y se explica en la sección
26757 \begin_inset Space ~
26758 \end_inset
26759
26760
26761 \begin_inset CommandInset ref
26762 LatexCommand ref
26763 reference "sec:Minipáginas"
26764
26765 \end_inset
26766
26767 ; el tipo 
26768 \family sans
26769 Parbox
26770 \family default
26771  se describe en la sección
26772 \begin_inset Space ~
26773 \end_inset
26774
26775
26776 \begin_inset CommandInset ref
26777 LatexCommand ref
26778 reference "sec:Cuadros-de-Párrafo"
26779
26780 \end_inset
26781
26782 .
26783 \end_layout
26784
26785 \begin_layout Standard
26786 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26787  flotantes o las notas al pie.
26788 \end_layout
26789
26790 \begin_layout Standard
26791 \begin_inset Note Greyedout
26792 status open
26793
26794 \begin_layout Plain Layout
26795
26796 \series bold
26797 Nota:
26798 \series default
26799  Los cuadros no deben ser el ítem en un entorno 
26800 \family sans
26801 Enumeración
26802 \family default
26803  o 
26804 \family sans
26805 Descripción
26806 \family default
26807 .
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Standard
26816 \begin_inset Note Greyedout
26817 status open
26818
26819 \begin_layout Plain Layout
26820
26821 \series bold
26822 Nota:
26823 \series default
26824  Por razones desconocidas sólo se puede poner el tipo 
26825 \family sans
26826 Cuadro
26827 \begin_inset Space ~
26828 \end_inset
26829
26830 interior
26831 \family default
26832  en 
26833 \family sans
26834 Ninguno
26835 \family default
26836  cuando se emplea un cuadro enmarcado.
26837  Los cuadros sin ningún tipo de 
26838 \family sans
26839 Cuadro
26840 \begin_inset Space ~
26841 \end_inset
26842
26843 interior
26844 \family default
26845  y sin marcos se explican en la sección
26846 \begin_inset Space ~
26847 \end_inset
26848
26849
26850 \begin_inset CommandInset ref
26851 LatexCommand ref
26852 reference "sec:Evitar-la-Partición"
26853
26854 \end_inset
26855
26856 .
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \begin_layout Section
26865 Diálogo de cuadros
26866 \begin_inset CommandInset label
26867 LatexCommand label
26868 name "sec:Diálogo-Cuadros"
26869
26870 \end_inset
26871
26872
26873 \begin_inset Index
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877 Cuadros ! Configuración
26878 \end_layout
26879
26880 \end_inset
26881
26882
26883 \begin_inset Index
26884 status collapsed
26885
26886 \begin_layout Plain Layout
26887 Cuadros ! Alineación
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \begin_layout Standard
26896 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26897 \family sans
26898 Ancho
26899 \family default
26900  y 
26901 \family sans
26902 Alto
26903 \family default
26904 .
26905  Las unidades disponibles para la geometría se explican en la tabla
26906 \begin_inset Space ~
26907 \end_inset
26908
26909
26910 \begin_inset CommandInset ref
26911 LatexCommand ref
26912 reference "tab:Unidades"
26913
26914 \end_inset
26915
26916 .
26917  El campo 
26918 \family sans
26919 Alto
26920 \family default
26921  ofrece los siguientes tamaños adicionales:
26922 \end_layout
26923
26924 \begin_layout Description
26925 Profundidad Este es el texto plano 
26926 \begin_inset Quotes eld
26927 \end_inset
26928
26929 alto
26930 \begin_inset Quotes erd
26931 \end_inset
26932
26933 .
26934  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26935  cuadro:
26936 \begin_inset Newline newline
26937 \end_inset
26938
26939
26940 \begin_inset Newline newline
26941 \end_inset
26942
26943
26944 \begin_inset Newline newline
26945 \end_inset
26946
26947
26948 \begin_inset Box Boxed
26949 position "c"
26950 hor_pos "c"
26951 has_inner_box 1
26952 inner_pos "c"
26953 use_parbox 0
26954 width "12col%"
26955 special "none"
26956 height "1in"
26957 height_special "depth"
26958 status open
26959
26960 \begin_layout Plain Layout
26961 \align center
26962 Cuadro con altura establecida en 1
26963 \begin_inset Space \thinspace{}
26964 \end_inset
26965
26966 Profundidad
26967 \end_layout
26968
26969 \end_inset
26970
26971
26972 \begin_inset Newline newline
26973 \end_inset
26974
26975
26976 \begin_inset Newline newline
26977 \end_inset
26978
26979
26980 \end_layout
26981
26982 \begin_layout Description
26983 Alto Es la altura del texto que está dentro del cuadro.
26984  Un valor de, p.
26985 \begin_inset Space \thinspace{}
26986 \end_inset
26987
26988 e.
26989 \begin_inset Space ~
26990 \end_inset
26991
26992 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26993  
26994 \begin_inset Box Boxed
26995 position "c"
26996 hor_pos "c"
26997 has_inner_box 1
26998 inner_pos "c"
26999 use_parbox 0
27000 width "20col%"
27001 special "none"
27002 height "2in"
27003 height_special "height"
27004 status open
27005
27006 \begin_layout Plain Layout
27007 \align center
27008 Cuadro con altura puesta en 2
27009 \begin_inset Space \thinspace{}
27010 \end_inset
27011
27012 Alto
27013 \end_layout
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Description
27021 Alto
27022 \begin_inset Space ~
27023 \end_inset
27024
27025 total Esto es el Alto
27026 \begin_inset Space \thinspace{}
27027 \end_inset
27028
27029 +
27030 \begin_inset Space \thinspace{}
27031 \end_inset
27032
27033 Profundidad: 
27034 \begin_inset Box Boxed
27035 position "c"
27036 hor_pos "c"
27037 has_inner_box 1
27038 inner_pos "c"
27039 use_parbox 0
27040 width "20col%"
27041 special "none"
27042 height "1in"
27043 height_special "totalheight"
27044 status open
27045
27046 \begin_layout Plain Layout
27047 \align center
27048 Cuadro con altura puesta a 1
27049 \begin_inset Space \thinspace{}
27050 \end_inset
27051
27052 Alto
27053 \begin_inset Space ~
27054 \end_inset
27055
27056 total
27057 \end_layout
27058
27059 \end_inset
27060
27061
27062 \end_layout
27063
27064 \begin_layout Description
27065 Ancho Esto determina al ancho del cuadro como altura: 
27066 \begin_inset Box Boxed
27067 position "c"
27068 hor_pos "c"
27069 has_inner_box 1
27070 inner_pos "c"
27071 use_parbox 0
27072 width "12col%"
27073 special "none"
27074 height "1in"
27075 height_special "width"
27076 status open
27077
27078 \begin_layout Plain Layout
27079 \align center
27080 Cuadro con altura puesta en 1
27081 \begin_inset Space \thinspace{}
27082 \end_inset
27083
27084 Ancho
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \begin_layout Standard
27093 \begin_inset VSpace bigskip
27094 \end_inset
27095
27096 Si has elegido un 
27097 \family sans
27098 Cuadro
27099 \begin_inset Space ~
27100 \end_inset
27101
27102 interior
27103 \family default
27104 , la alineación vertical del cuadro puede ser:
27105 \end_layout
27106
27107 \begin_layout Description
27108 Superior Ejemplo de línea de texto.
27109  
27110 \begin_inset Box Boxed
27111 position "t"
27112 hor_pos "c"
27113 has_inner_box 1
27114 inner_pos "c"
27115 use_parbox 0
27116 width "12col%"
27117 special "none"
27118 height "1in"
27119 height_special "totalheight"
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123 \align center
27124 Cuadro alineado arriba.
27125 \end_layout
27126
27127 \end_inset
27128
27129  Ejemplo de línea de texto.
27130 \end_layout
27131
27132 \begin_layout Description
27133 Medio Ejemplo de línea de texto.
27134  
27135 \begin_inset Box Boxed
27136 position "c"
27137 hor_pos "c"
27138 has_inner_box 1
27139 inner_pos "c"
27140 use_parbox 0
27141 width "12col%"
27142 special "none"
27143 height "1in"
27144 height_special "totalheight"
27145 status collapsed
27146
27147 \begin_layout Plain Layout
27148 \align center
27149 Cuadro alineado en medio.
27150 \end_layout
27151
27152 \end_inset
27153
27154  Ejemplo de línea de texto.
27155 \end_layout
27156
27157 \begin_layout Description
27158 Inferior Ejemplo de línea de texto.
27159  
27160 \begin_inset Box Boxed
27161 position "b"
27162 hor_pos "c"
27163 has_inner_box 1
27164 inner_pos "c"
27165 use_parbox 0
27166 width "12col%"
27167 special "none"
27168 height "1in"
27169 height_special "totalheight"
27170 status collapsed
27171
27172 \begin_layout Plain Layout
27173 \align center
27174 Cuadro alineado abajo.
27175 \end_layout
27176
27177 \end_inset
27178
27179  Ejemplo de línea de texto.
27180 \end_layout
27181
27182 \begin_layout Standard
27183 La alineación horizontal del cuadro puede establecerse en el diálogo de
27184  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27185 \end_layout
27186
27187 \begin_layout Standard
27188 \begin_inset VSpace bigskip
27189 \end_inset
27190
27191 Si has escogido un 
27192 \family sans
27193 Cuadro
27194 \begin_inset Space ~
27195 \end_inset
27196
27197 interior
27198 \family default
27199 , el contenido puede alinearse verticalmente a:
27200 \end_layout
27201
27202 \begin_layout Description
27203 Superior Ejemplo de línea de texto.
27204  
27205 \begin_inset Box Boxed
27206 position "c"
27207 hor_pos "c"
27208 has_inner_box 1
27209 inner_pos "t"
27210 use_parbox 0
27211 width "12col%"
27212 special "none"
27213 height "1.5in"
27214 height_special "totalheight"
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 \align center
27219 Cuadro con texto alineado arriba.
27220 \end_layout
27221
27222 \end_inset
27223
27224  Ejemplo de línea de texto.
27225 \end_layout
27226
27227 \begin_layout Description
27228 Medio Ejemplo de línea de texto.
27229  
27230 \begin_inset Box Boxed
27231 position "c"
27232 hor_pos "c"
27233 has_inner_box 1
27234 inner_pos "c"
27235 use_parbox 0
27236 width "12col%"
27237 special "none"
27238 height "1.5in"
27239 height_special "totalheight"
27240 status collapsed
27241
27242 \begin_layout Plain Layout
27243 \align center
27244 Cuadro con texto alineado en medio.
27245 \end_layout
27246
27247 \end_inset
27248
27249  Ejemplo de línea de texto.
27250 \end_layout
27251
27252 \begin_layout Description
27253 Inferior Ejemplo de línea de texto.
27254  
27255 \begin_inset Box Boxed
27256 position "c"
27257 hor_pos "c"
27258 has_inner_box 1
27259 inner_pos "b"
27260 use_parbox 0
27261 width "12col%"
27262 special "none"
27263 height "1.5in"
27264 height_special "totalheight"
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268 \align center
27269 Cuadro con texto alineado abajo.
27270 \end_layout
27271
27272 \end_inset
27273
27274  Ejemplo de línea de texto.
27275 \end_layout
27276
27277 \begin_layout Description
27278 Estirado Ejemplo de línea de texto.
27279  
27280 \begin_inset Box Boxed
27281 position "c"
27282 hor_pos "c"
27283 has_inner_box 1
27284 inner_pos "s"
27285 use_parbox 0
27286 width "12col%"
27287 special "none"
27288 height "1.5in"
27289 height_special "totalheight"
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293 \align center
27294 Este texto
27295 \end_layout
27296
27297 \begin_layout Plain Layout
27298 \align center
27299 está
27300 \end_layout
27301
27302 \begin_layout Plain Layout
27303 \align center
27304 estirado.
27305 \end_layout
27306
27307 \end_inset
27308
27309  Ejemplo de línea de texto.
27310 \end_layout
27311
27312 \begin_layout Standard
27313 Para estirar el contenido debe tener más de un párrafo.
27314  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27315 \end_layout
27316
27317 \begin_layout Standard
27318 \begin_inset VSpace bigskip
27319 \end_inset
27320
27321 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27322  LyX cuando hayas escogido un 
27323 \family sans
27324 Cuadro
27325 \begin_inset Space ~
27326 \end_inset
27327
27328 interior
27329 \family default
27330 .
27331 \end_layout
27332
27333 \begin_layout Standard
27334 \align center
27335 \begin_inset Box Boxed
27336 position "c"
27337 hor_pos "c"
27338 has_inner_box 1
27339 inner_pos "s"
27340 use_parbox 0
27341 width "15col%"
27342 special "none"
27343 height "1.25in"
27344 height_special "totalheight"
27345 status open
27346
27347 \begin_layout Plain Layout
27348 \align left
27349 Cuadro
27350 \end_layout
27351
27352 \begin_layout Plain Layout
27353 \align center
27354 con texto
27355 \end_layout
27356
27357 \begin_layout Plain Layout
27358 \align right
27359 estirado
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368 Si no has establecido un 
27369 \family sans
27370 Cuadro
27371 \begin_inset Space ~
27372 \end_inset
27373
27374 interior
27375 \family default
27376 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27377  cuadro.
27378 \end_layout
27379
27380 \begin_layout Standard
27381 \align center
27382 \begin_inset Box Boxed
27383 position "c"
27384 hor_pos "s"
27385 has_inner_box 0
27386 inner_pos "s"
27387 use_parbox 0
27388 width "90col%"
27389 special "none"
27390 height "1.25in"
27391 height_special "totalheight"
27392 status open
27393
27394 \begin_layout Plain Layout
27395 \align left
27396 Texto estirado horizontalmente.
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \begin_layout Section
27405 Cuadros enmarcados
27406 \begin_inset CommandInset label
27407 LatexCommand label
27408 name "sec:Cuadros-Enmarcados"
27409
27410 \end_inset
27411
27412
27413 \begin_inset Index
27414 status collapsed
27415
27416 \begin_layout Plain Layout
27417 Cuadros ! Marcos
27418 \end_layout
27419
27420 \end_inset
27421
27422
27423 \end_layout
27424
27425 \begin_layout Standard
27426 El estilo de marco del cuadro se puede determinar en la lista desplegable
27427  
27428 \family sans
27429 Tipo
27430 \family default
27431  del diálogo de cuadros.
27432  Son posibles los siguientes marcos:
27433 \end_layout
27434
27435 \begin_layout Description
27436 Marco
27437 \begin_inset Space ~
27438 \end_inset
27439
27440 rectangular Dibuja un marco rectangular alrededor del cuadro.
27441  El grosor del marco depende de 
27442 \series bold
27443
27444 \backslash
27445 fboxrule
27446 \series default
27447 .
27448  
27449 \begin_inset Box Boxed
27450 position "c"
27451 hor_pos "c"
27452 has_inner_box 1
27453 inner_pos "c"
27454 use_parbox 0
27455 width "25col%"
27456 special "none"
27457 height "1in"
27458 height_special "totalheight"
27459 status open
27460
27461 \begin_layout Plain Layout
27462 \align center
27463 Cuadro rectangular
27464 \end_layout
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \begin_layout Description
27472 Marco
27473 \begin_inset Space ~
27474 \end_inset
27475
27476 ovalado,
27477 \begin_inset Space ~
27478 \end_inset
27479
27480 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27481 \begin_inset Space \thinspace{}
27482 \end_inset
27483
27484 pt.
27485  
27486 \begin_inset Box ovalbox
27487 position "c"
27488 hor_pos "c"
27489 has_inner_box 1
27490 inner_pos "c"
27491 use_parbox 0
27492 width "25col%"
27493 special "none"
27494 height "1in"
27495 height_special "totalheight"
27496 status open
27497
27498 \begin_layout Plain Layout
27499 \align center
27500 Marco ovalado, fino
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Description
27509 Marco
27510 \begin_inset Space ~
27511 \end_inset
27512
27513 ovalado,
27514 \begin_inset Space ~
27515 \end_inset
27516
27517 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27518 \begin_inset Space \thinspace{}
27519 \end_inset
27520
27521 pt.
27522  
27523 \begin_inset Box Ovalbox
27524 position "c"
27525 hor_pos "c"
27526 has_inner_box 1
27527 inner_pos "c"
27528 use_parbox 0
27529 width "30col%"
27530 special "none"
27531 height "1in"
27532 height_special "totalheight"
27533 status open
27534
27535 \begin_layout Plain Layout
27536 \align center
27537 Cuadro ovalado, grueso
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \begin_layout Description
27546 Marco
27547 \begin_inset Space ~
27548 \end_inset
27549
27550 con
27551 \begin_inset Space ~
27552 \end_inset
27553
27554 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27555  El grosor de la línea tiene el tamaño dado por 
27556 \series bold
27557
27558 \backslash
27559 fboxrule
27560 \series default
27561 , la sombra tiene una anchura de 4
27562 \begin_inset Space \thinspace{}
27563 \end_inset
27564
27565 pt.
27566  
27567 \begin_inset Box Shadowbox
27568 position "c"
27569 hor_pos "c"
27570 has_inner_box 1
27571 inner_pos "c"
27572 use_parbox 0
27573 width "20col%"
27574 special "none"
27575 height "1in"
27576 height_special "totalheight"
27577 status open
27578
27579 \begin_layout Plain Layout
27580 \align center
27581 Marco sombrado
27582 \end_layout
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \begin_layout Description
27590 Marco
27591 \begin_inset Space ~
27592 \end_inset
27593
27594 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27595  El grosor de la línea interior es 0.75
27596 \begin_inset Space \thinspace{}
27597 \end_inset
27598
27599
27600 \series bold
27601
27602 \backslash
27603 fboxrule
27604 \series default
27605 , el de la línea exterior es 1.5
27606 \begin_inset Space \thinspace{}
27607 \end_inset
27608
27609
27610 \series bold
27611
27612 \backslash
27613 fboxrule
27614 \series default
27615 .
27616  La distancia entre líneas es 1.5
27617 \begin_inset Space \thinspace{}
27618 \end_inset
27619
27620
27621 \series bold
27622
27623 \backslash
27624 fboxrule
27625 \series default
27626
27627 \begin_inset Space \thinspace{}
27628 \end_inset
27629
27630 +
27631 \begin_inset Space \thinspace{}
27632 \end_inset
27633
27634 0.5
27635 \begin_inset Space \thinspace{}
27636 \end_inset
27637
27638 pt.
27639  
27640 \begin_inset Box Doublebox
27641 position "c"
27642 hor_pos "c"
27643 has_inner_box 1
27644 inner_pos "c"
27645 use_parbox 0
27646 width "20col%"
27647 special "none"
27648 height "1in"
27649 height_special "totalheight"
27650 status open
27651
27652 \begin_layout Plain Layout
27653 \align center
27654 Marco doble
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Standard
27663 \begin_inset VSpace bigskip
27664 \end_inset
27665
27666 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27667  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27668  LaTeX 
27669 \series bold
27670 fancybox
27671 \series default
27672
27673 \begin_inset Index
27674 status collapsed
27675
27676 \begin_layout Plain Layout
27677 LaTeX-paquetes ! fancybox
27678 \end_layout
27679
27680 \end_inset
27681
27682 .
27683 \end_layout
27684
27685 \begin_layout Standard
27686 \begin_inset VSpace bigskip
27687 \end_inset
27688
27689 El valor predeterminado por 
27690 \series bold
27691
27692 \backslash
27693 fboxrule
27694 \series default
27695  es 0.4
27696 \begin_inset Space \thinspace{}
27697 \end_inset
27698
27699 pt.
27700  Puede cambiarse con el siguiente comando en ERT, p.
27701 \begin_inset Space \thinspace{}
27702 \end_inset
27703
27704 e.
27705 \begin_inset Space ~
27706 \end_inset
27707
27708 a
27709 \begin_inset Space ~
27710 \end_inset
27711
27712 2
27713 \begin_inset Space \thinspace{}
27714 \end_inset
27715
27716 pt:
27717 \end_layout
27718
27719 \begin_layout Standard
27720
27721 \series bold
27722
27723 \backslash
27724 setlength{
27725 \backslash
27726 fboxrule}{2pt}
27727 \end_layout
27728
27729 \begin_layout Standard
27730 \begin_inset ERT
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734
27735
27736 \backslash
27737 setlength{
27738 \backslash
27739 fboxrule}{2pt}
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \begin_inset Box Boxed
27746 position "c"
27747 hor_pos "c"
27748 has_inner_box 1
27749 inner_pos "c"
27750 use_parbox 0
27751 width "25col%"
27752 special "none"
27753 height "1in"
27754 height_special "totalheight"
27755 status open
27756
27757 \begin_layout Plain Layout
27758 \align center
27759 Cuadro rectangular con 
27760 \series bold
27761
27762 \backslash
27763 fboxrule
27764 \series default
27765
27766 \begin_inset Space \thinspace{}
27767 \end_inset
27768
27769 =
27770 \begin_inset Space \thinspace{}
27771 \end_inset
27772
27773 2
27774 \begin_inset Space \thinspace{}
27775 \end_inset
27776
27777 pt
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \begin_inset ERT
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787
27788
27789 \backslash
27790 setlength{
27791 \backslash
27792 fboxrule}{0.4pt}
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Standard
27801 \begin_inset VSpace bigskip
27802 \end_inset
27803
27804 El espacio entre el marco y el contenido del cuadro es 3
27805 \begin_inset Space \thinspace{}
27806 \end_inset
27807
27808 pt por defecto para todos los estilos.
27809  Se puede cambiar mediante la longitud 
27810 \series bold
27811
27812 \backslash
27813 fboxsep
27814 \series default
27815 .
27816  Por ejemplo el comando
27817 \end_layout
27818
27819 \begin_layout Standard
27820
27821 \series bold
27822
27823 \backslash
27824 setlength{
27825 \backslash
27826 fboxsep}{10pt}
27827 \end_layout
27828
27829 \begin_layout Standard
27830 determina un valor de 10
27831 \begin_inset Space \thinspace{}
27832 \end_inset
27833
27834 pt, como en el siguiente cuadro:
27835 \end_layout
27836
27837 \begin_layout Standard
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 setlength{
27846 \backslash
27847 fboxsep}{10pt}
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \begin_inset Box Boxed
27854 position "c"
27855 hor_pos "c"
27856 has_inner_box 1
27857 inner_pos "c"
27858 use_parbox 0
27859 width "25col%"
27860 special "none"
27861 height "1in"
27862 height_special "totalheight"
27863 status open
27864
27865 \begin_layout Plain Layout
27866 \align center
27867 Cuadro rectangular con 
27868 \series bold
27869
27870 \backslash
27871 fboxsep
27872 \series default
27873
27874 \begin_inset Space \thinspace{}
27875 \end_inset
27876
27877 =
27878 \begin_inset Space \thinspace{}
27879 \end_inset
27880
27881 10
27882 \begin_inset Space \thinspace{}
27883 \end_inset
27884
27885 pt
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896
27897 \backslash
27898 setlength{
27899 \backslash
27900 fboxsep}{3pt}
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset VSpace bigskip
27910 \end_inset
27911
27912 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27913  el comando 
27914 \series bold
27915
27916 \backslash
27917 cornersize
27918 \series default
27919 .
27920  El comando
27921 \end_layout
27922
27923 \begin_layout Standard
27924
27925 \series bold
27926
27927 \backslash
27928 cornersize*{1cm}
27929 \end_layout
27930
27931 \begin_layout Standard
27932 establece un diámetro de 1
27933 \begin_inset Space \thinspace{}
27934 \end_inset
27935
27936 cm.
27937  El comando
27938 \end_layout
27939
27940 \begin_layout Standard
27941
27942 \series bold
27943
27944 \backslash
27945 cornersize{num}
27946 \end_layout
27947
27948 \begin_layout Standard
27949 fija el diámetro en 
27950 \family sans
27951 num
27952 \begin_inset Space \thinspace{}
27953 \end_inset
27954
27955 ×
27956 \begin_inset Space \thinspace{}
27957 \end_inset
27958
27959 mínimo
27960 \family default
27961  
27962 \family sans
27963 (ancho y alto del cuadro)
27964 \family default
27965 .
27966  Por defecto es 
27967 \series bold
27968
27969 \backslash
27970 cornersize{0.5}
27971 \series default
27972 .
27973 \end_layout
27974
27975 \begin_layout Standard
27976 \begin_inset ERT
27977 status collapsed
27978
27979 \begin_layout Plain Layout
27980
27981
27982 \backslash
27983 cornersize*{1.5cm}
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \begin_inset Box Ovalbox
27990 position "c"
27991 hor_pos "c"
27992 has_inner_box 1
27993 inner_pos "c"
27994 use_parbox 0
27995 width "28col%"
27996 special "none"
27997 height "1in"
27998 height_special "totalheight"
27999 status open
28000
28001 \begin_layout Plain Layout
28002 \align center
28003 Cuadro ovalado con 
28004 \series bold
28005
28006 \backslash
28007 cornersize
28008 \series default
28009
28010 \begin_inset Space \thinspace{}
28011 \end_inset
28012
28013 =
28014 \begin_inset Space \thinspace{}
28015 \end_inset
28016
28017 1.5
28018 \begin_inset Space \thinspace{}
28019 \end_inset
28020
28021 cm
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \begin_inset ERT
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031
28032
28033 \backslash
28034 cornersize{0.5}
28035 \end_layout
28036
28037 \end_inset
28038
28039
28040 \end_layout
28041
28042 \begin_layout Standard
28043 \begin_inset VSpace bigskip
28044 \end_inset
28045
28046 El tamaño de la sombra se puede ajustar cambiando la longitud 
28047 \series bold
28048
28049 \backslash
28050 shadowsize
28051 \series default
28052 .
28053  Este comando la ajusta a 2
28054 \begin_inset Space \thinspace{}
28055 \end_inset
28056
28057 pt en el cuadro siguiente:
28058 \end_layout
28059
28060 \begin_layout Standard
28061
28062 \series bold
28063
28064 \backslash
28065 setlength{
28066 \backslash
28067 shadowsize}{2pt}
28068 \end_layout
28069
28070 \begin_layout Standard
28071 \begin_inset ERT
28072 status collapsed
28073
28074 \begin_layout Plain Layout
28075
28076
28077 \backslash
28078 setlength{
28079 \backslash
28080 shadowsize}{2pt}
28081 \end_layout
28082
28083 \end_inset
28084
28085
28086 \begin_inset Box Shadowbox
28087 position "c"
28088 hor_pos "c"
28089 has_inner_box 1
28090 inner_pos "c"
28091 use_parbox 0
28092 width "28col%"
28093 special "none"
28094 height "1in"
28095 height_special "totalheight"
28096 status open
28097
28098 \begin_layout Plain Layout
28099 \align center
28100 Cuadro sombreado con 
28101 \series bold
28102
28103 \backslash
28104 shadowsize
28105 \series default
28106
28107 \begin_inset Space \thinspace{}
28108 \end_inset
28109
28110 =
28111 \begin_inset Space \thinspace{}
28112 \end_inset
28113
28114 2
28115 \begin_inset Space \thinspace{}
28116 \end_inset
28117
28118 pt
28119 \end_layout
28120
28121 \end_inset
28122
28123
28124 \begin_inset ERT
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129
28130 \backslash
28131 setlength{
28132 \backslash
28133 shadowsize}{4pt}
28134 \end_layout
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \begin_layout Standard
28142 \begin_inset VSpace bigskip
28143 \end_inset
28144
28145 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28146  a los comandos.
28147 \end_layout
28148
28149 \begin_layout Section
28150 Minipáginas
28151 \begin_inset CommandInset label
28152 LatexCommand label
28153 name "sec:Minipáginas"
28154
28155 \end_inset
28156
28157
28158 \begin_inset Index
28159 status collapsed
28160
28161 \begin_layout Plain Layout
28162 Cuadros ! Minipáginas
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \end_layout
28169
28170 \begin_layout Standard
28171 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28172  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28173 \end_layout
28174
28175 \begin_layout Standard
28176 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28177 \end_layout
28178
28179 \begin_layout Standard
28180 A continuación hay dos ejemplos de minipáginas adosadas.
28181  Su anchura está puesta en 45
28182 \begin_inset Space \thinspace{}
28183 \end_inset
28184
28185 col% y separadas por un relleno horizontal, insertado vía el menú 
28186 \family sans
28187 Insertar\SpecialChar \menuseparator
28188 Formato
28189 \begin_inset Space ~
28190 \end_inset
28191
28192
28193 \family default
28194 es
28195 \family sans
28196 pecial
28197 \begin_inset Space ~
28198 \end_inset
28199
28200 \SpecialChar \menuseparator
28201 Relleno
28202 \begin_inset Space ~
28203 \end_inset
28204
28205 horizontal
28206 \family default
28207 .
28208 \end_layout
28209
28210 \begin_layout Standard
28211 \begin_inset Box Frameless
28212 position "t"
28213 hor_pos "c"
28214 has_inner_box 1
28215 inner_pos "c"
28216 use_parbox 0
28217 width "45col%"
28218 special "none"
28219 height "1in"
28220 height_special "totalheight"
28221 status open
28222
28223 \begin_layout Plain Layout
28224
28225 \lang german
28226 Dies ist ein deutscher Text.
28227  Dies ist ein deutscher Text.
28228  Dies ist ein deutscher Text.
28229  Dies ist ein deutscher Text.
28230  Dies ist ein deutscher Text.
28231  Dies ist ein deutscher Text.
28232  Dies ist ein deutscher Text.
28233  Dies ist ein deutscher Text.
28234  Dies ist ein deutscher Text.
28235  Dies ist ein deutscher Text.
28236  Dies ist ein deutscher Text.
28237  Dies ist ein deutscher Text.
28238  Dies ist ein deutscher Text
28239 \begin_inset Foot
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243
28244 \lang german
28245 Dies ist eine deutsche Fußnote.
28246 \end_layout
28247
28248 \end_inset
28249
28250 .
28251  Dies ist ein deutscher Text.
28252  Dies ist ein deutscher Text.
28253 \end_layout
28254
28255 \end_inset
28256
28257
28258 \begin_inset Space \hfill{}
28259 \end_inset
28260
28261
28262 \begin_inset Box Frameless
28263 position "t"
28264 hor_pos "c"
28265 has_inner_box 1
28266 inner_pos "c"
28267 use_parbox 0
28268 width "45col%"
28269 special "none"
28270 height "1in"
28271 height_special "totalheight"
28272 status open
28273
28274 \begin_layout Plain Layout
28275 This is an English Text.
28276  This is an English Text.
28277  This is an English Text.
28278  This is an English Text.
28279  This is an English Text.
28280  This is an English Text.
28281  This is an English Text.
28282  This is an English Text.
28283  This is an English Text.
28284  This is an English Text.
28285  This is an English Text.
28286  This is an English Text.
28287  This is an English Text.
28288  This is an English Text.
28289  This is an English Text.
28290  This is an English Text.
28291 \begin_inset Foot
28292 status collapsed
28293
28294 \begin_layout Plain Layout
28295 This is an English footnote.
28296 \end_layout
28297
28298 \end_inset
28299
28300  This is an English Text.
28301  
28302 \end_layout
28303
28304 \end_inset
28305
28306
28307 \end_layout
28308
28309 \begin_layout Standard
28310 \begin_inset VSpace bigskip
28311 \end_inset
28312
28313 Otra aplicación de los cuadros son las notas a pie en tablas.
28314  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28315  al final de la página actual.
28316  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28317  en la parte inferior, ordenadas con letras.
28318  La ordenación de las notas al pie se restablece en cada minipágina pero
28319  no fuera de las minipáginas.
28320 \end_layout
28321
28322 \begin_layout Standard
28323 La nota al pie en esta tabla no aparece: 
28324 \begin_inset Tabular
28325 <lyxtabular version="3" rows="3" columns="4">
28326 <features>
28327 <column alignment="center" valignment="top" width="0pt">
28328 <column alignment="center" valignment="top" width="0pt">
28329 <column alignment="center" valignment="top" width="0pt">
28330 <column alignment="center" valignment="top" width="0pt">
28331 <row>
28332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28333 \begin_inset Text
28334
28335 \begin_layout Plain Layout
28336 1
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345 2
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28351 \begin_inset Text
28352
28353 \begin_layout Plain Layout
28354 3
28355 \begin_inset Foot
28356 status open
28357
28358 \begin_layout Plain Layout
28359 Nota al pie en una tabla.
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368 </cell>
28369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28370 \begin_inset Text
28371
28372 \begin_layout Plain Layout
28373 4
28374 \end_layout
28375
28376 \end_inset
28377 </cell>
28378 </row>
28379 <row>
28380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28381 \begin_inset Text
28382
28383 \begin_layout Plain Layout
28384 a
28385 \end_layout
28386
28387 \end_inset
28388 </cell>
28389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28390 \begin_inset Text
28391
28392 \begin_layout Plain Layout
28393 b
28394 \end_layout
28395
28396 \end_inset
28397 </cell>
28398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28399 \begin_inset Text
28400
28401 \begin_layout Plain Layout
28402 c
28403 \end_layout
28404
28405 \end_inset
28406 </cell>
28407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28408 \begin_inset Text
28409
28410 \begin_layout Plain Layout
28411 d
28412 \end_layout
28413
28414 \end_inset
28415 </cell>
28416 </row>
28417 <row>
28418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28419 \begin_inset Text
28420
28421 \begin_layout Plain Layout
28422 e
28423 \end_layout
28424
28425 \end_inset
28426 </cell>
28427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28428 \begin_inset Text
28429
28430 \begin_layout Plain Layout
28431 f
28432 \end_layout
28433
28434 \end_inset
28435 </cell>
28436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28437 \begin_inset Text
28438
28439 \begin_layout Plain Layout
28440 g
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449 h
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 </row>
28455 </lyxtabular>
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \align center
28464 \begin_inset Box Frameless
28465 position "t"
28466 hor_pos "c"
28467 has_inner_box 1
28468 inner_pos "c"
28469 use_parbox 0
28470 width "30col%"
28471 special "none"
28472 height "1in"
28473 height_special "totalheight"
28474 status open
28475
28476 \begin_layout Plain Layout
28477 \align center
28478 \begin_inset Tabular
28479 <lyxtabular version="3" rows="3" columns="4">
28480 <features>
28481 <column alignment="center" valignment="top" width="0pt">
28482 <column alignment="center" valignment="top" width="0pt">
28483 <column alignment="center" valignment="top" width="0pt">
28484 <column alignment="center" valignment="top" width="0pt">
28485 <row>
28486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28487 \begin_inset Text
28488
28489 \begin_layout Plain Layout
28490 1
28491 \end_layout
28492
28493 \end_inset
28494 </cell>
28495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499 2
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28505 \begin_inset Text
28506
28507 \begin_layout Plain Layout
28508 3
28509 \begin_inset Foot
28510 status open
28511
28512 \begin_layout Plain Layout
28513 Nota al pie en una tabla..
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \end_inset
28522 </cell>
28523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28524 \begin_inset Text
28525
28526 \begin_layout Plain Layout
28527 4
28528 \end_layout
28529
28530 \end_inset
28531 </cell>
28532 </row>
28533 <row>
28534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28535 \begin_inset Text
28536
28537 \begin_layout Plain Layout
28538 a
28539 \end_layout
28540
28541 \end_inset
28542 </cell>
28543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28544 \begin_inset Text
28545
28546 \begin_layout Plain Layout
28547 b
28548 \end_layout
28549
28550 \end_inset
28551 </cell>
28552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28553 \begin_inset Text
28554
28555 \begin_layout Plain Layout
28556 c
28557 \end_layout
28558
28559 \end_inset
28560 </cell>
28561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28562 \begin_inset Text
28563
28564 \begin_layout Plain Layout
28565 d
28566 \end_layout
28567
28568 \end_inset
28569 </cell>
28570 </row>
28571 <row>
28572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28573 \begin_inset Text
28574
28575 \begin_layout Plain Layout
28576 e
28577 \end_layout
28578
28579 \end_inset
28580 </cell>
28581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28582 \begin_inset Text
28583
28584 \begin_layout Plain Layout
28585 f
28586 \end_layout
28587
28588 \end_inset
28589 </cell>
28590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28591 \begin_inset Text
28592
28593 \begin_layout Plain Layout
28594 g
28595 \end_layout
28596
28597 \end_inset
28598 </cell>
28599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28600 \begin_inset Text
28601
28602 \begin_layout Plain Layout
28603 h
28604 \end_layout
28605
28606 \end_inset
28607 </cell>
28608 </row>
28609 </lyxtabular>
28610
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622 \begin_inset VSpace bigskip
28623 \end_inset
28624
28625 La configuración global de párrafos se ignora en las minipáginas.
28626  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28627  pongas p.
28628 \begin_inset Space \thinspace{}
28629 \end_inset
28630
28631 e.
28632 \begin_inset Space ~
28633 \end_inset
28634
28635
28636 \family sans
28637 Salto
28638 \begin_inset Space ~
28639 \end_inset
28640
28641 medio
28642 \family default
28643  en la configuración del documento.
28644 \end_layout
28645
28646 \begin_layout Standard
28647 Las minipáginas también sirven para poner un color de fondo para partes
28648  de texto, ver sección
28649 \begin_inset Space ~
28650 \end_inset
28651
28652
28653 \begin_inset CommandInset ref
28654 LatexCommand ref
28655 reference "sub:Color-en-Párrafos"
28656
28657 \end_inset
28658
28659 .
28660 \end_layout
28661
28662 \begin_layout Standard
28663 \begin_inset Note Greyedout
28664 status open
28665
28666 \begin_layout Plain Layout
28667
28668 \series bold
28669 Nota:
28670 \series default
28671  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28672  tener minipáginas en tablas, flotantes, y otros cuadros.
28673 \end_layout
28674
28675 \end_inset
28676
28677
28678 \end_layout
28679
28680 \begin_layout Section
28681 Cuadros de párrafo
28682 \begin_inset CommandInset label
28683 LatexCommand label
28684 name "sec:Cuadros-de-Párrafo"
28685
28686 \end_inset
28687
28688
28689 \begin_inset Index
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 Cuadros ! de párrafo
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \end_layout
28700
28701 \begin_layout Standard
28702 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28703  de que no pueden contener notas al pie.
28704   La diferencia principal es que las minipáginas no son verdaderos cuadros
28705  sino entornos de LaTeX.
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \align center
28710 \begin_inset Box Frameless
28711 position "t"
28712 hor_pos "c"
28713 has_inner_box 1
28714 inner_pos "t"
28715 use_parbox 1
28716 width "33col%"
28717 special "none"
28718 height "1in"
28719 height_special "totalheight"
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 Texto en un cuadro de párrafo.
28724  Texto en un cuadro de párrafo.
28725  Esta nota no aparece:
28726 \begin_inset Foot
28727 status open
28728
28729 \begin_layout Plain Layout
28730 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28731 \end_layout
28732
28733 \end_inset
28734
28735
28736 \end_layout
28737
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \begin_layout Section
28744 Cuadros para palabras y caracteres
28745 \begin_inset Index
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 Cuadros ! para palabras y caracteres
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Subsection
28758 Evitar la partición de palabras
28759 \begin_inset CommandInset label
28760 LatexCommand label
28761 name "sec:Evitar-la-Partición"
28762
28763 \end_inset
28764
28765
28766 \begin_inset Index
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770 Cuadros ! para evitar la partición de palabras
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \begin_layout Standard
28779 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28780  con guión.
28781 \begin_inset Newline newline
28782 \end_inset
28783
28784 He aquí un ejemplo:
28785 \end_layout
28786
28787 \begin_layout Standard
28788 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28789 \begin_inset Quotes eld
28790 \end_inset
28791
28792 estalarguísimapalabra
28793 \begin_inset Quotes erd
28794 \end_inset
28795
28796 .
28797 \end_layout
28798
28799 \begin_layout Standard
28800 Para evitar su división usa el comando
28801 \end_layout
28802
28803 \begin_layout Standard
28804
28805 \series bold
28806
28807 \backslash
28808 mbox{
28809 \end_layout
28810
28811 \begin_layout Standard
28812 en ERT antes de la palabra.
28813  Tras ella inserta una llave de cierre 
28814 \begin_inset Quotes eld
28815 \end_inset
28816
28817
28818 \series bold
28819 }
28820 \series default
28821
28822 \begin_inset Quotes erd
28823 \end_inset
28824
28825  en ERT.
28826 \end_layout
28827
28828 \begin_layout Standard
28829 Este es el resultado:
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 mbox{
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \begin_inset Quotes eld
28848 \end_inset
28849
28850 estalarguísimapalabra
28851 \begin_inset Quotes erd
28852 \end_inset
28853
28854 .
28855 \begin_inset ERT
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859
28860 }
28861 \end_layout
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Standard
28869 Como alternativa puedes poner el comando 
28870 \begin_inset Quotes eld
28871 \end_inset
28872
28873
28874 \series bold
28875
28876 \backslash
28877 -
28878 \series default
28879
28880 \begin_inset Quotes grd
28881 \end_inset
28882
28883  en ERT directamente antes de la palabra:
28884 \end_layout
28885
28886 \begin_layout Standard
28887 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28888 \begin_inset Quotes eld
28889 \end_inset
28890
28891
28892 \begin_inset ERT
28893 status collapsed
28894
28895 \begin_layout Plain Layout
28896
28897
28898 \backslash
28899 -
28900 \end_layout
28901
28902 \end_inset
28903
28904 estalarguísimapalabra
28905 \begin_inset Quotes erd
28906 \end_inset
28907
28908 .
28909 \end_layout
28910
28911 \begin_layout Standard
28912 Por supuesto, la palabra sobresale del margen.
28913  Para evitarlo añade, con el menú 
28914 \family sans
28915 Insertar\SpecialChar \menuseparator
28916 Formato
28917 \begin_inset Space ~
28918 \end_inset
28919
28920 especial
28921 \begin_inset Space ~
28922 \end_inset
28923
28924 \SpecialChar \menuseparator
28925 Salto
28926 \begin_inset Space ~
28927 \end_inset
28928
28929 de
28930 \begin_inset Space ~
28931 \end_inset
28932
28933
28934 \family default
28935 línea (atajo 
28936 \series bold
28937 Ctrl-Intro
28938 \series default
28939 ), un salto de línea antes de la palabra:
28940 \end_layout
28941
28942 \begin_layout Standard
28943 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28944 \begin_inset Newline newline
28945 \end_inset
28946
28947
28948 \begin_inset ERT
28949 status collapsed
28950
28951 \begin_layout Plain Layout
28952
28953
28954 \backslash
28955 mbox{
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \begin_inset Quotes eld
28962 \end_inset
28963
28964 estalarguísimapalabra
28965 \begin_inset Quotes erd
28966 \end_inset
28967
28968 .
28969 \begin_inset ERT
28970 status collapsed
28971
28972 \begin_layout Plain Layout
28973
28974 }
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Subsection
28983 Alineación vertical
28984 \begin_inset CommandInset label
28985 LatexCommand label
28986 name "sub:Alineación-Vertical"
28987
28988 \end_inset
28989
28990
28991 \begin_inset Index
28992 status collapsed
28993
28994 \begin_layout Plain Layout
28995 Cuadros ! para alineación vertical
28996 \end_layout
28997
28998 \end_inset
28999
29000
29001 \end_layout
29002
29003 \begin_layout Standard
29004 Con ayuda del comando 
29005 \series bold
29006
29007 \backslash
29008 raisebox
29009 \series default
29010  puedes alinear verticalmente con el texto circundante palabras o caracteres.
29011  
29012 \series bold
29013
29014 \backslash
29015 raisebox
29016 \series default
29017  se utiliza según el esquema:
29018 \end_layout
29019
29020 \begin_layout Standard
29021
29022 \series bold
29023
29024 \backslash
29025 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
29026 \end_layout
29027
29028 \begin_layout Standard
29029 La elevación puede ser un valor positivo para subir el cuadro o negativo
29030  para bajarlo.
29031 \end_layout
29032
29033 \begin_layout Standard
29034 Para alinear una palabra, p.
29035 \begin_inset Space \thinspace{}
29036 \end_inset
29037
29038 e
29039 \begin_inset Space ~
29040 \end_inset
29041
29042
29043 \begin_inset Quotes eld
29044 \end_inset
29045
29046 prevención
29047 \begin_inset Quotes erd
29048 \end_inset
29049
29050  para que la parte inferior de la letra más 
29051 \begin_inset Quotes eld
29052 \end_inset
29053
29054 profunda
29055 \begin_inset Quotes erd
29056 \end_inset
29057
29058  
29059 \begin_inset Quotes eld
29060 \end_inset
29061
29062 p
29063 \begin_inset Quotes erd
29064 \end_inset
29065
29066  esté en la línea de base, inserta el comando
29067 \end_layout
29068
29069 \begin_layout Standard
29070
29071 \series bold
29072
29073 \backslash
29074 raisebox{
29075 \backslash
29076 depth}{
29077 \end_layout
29078
29079 \begin_layout Standard
29080 en ERT antes de la palabra.
29081  Detrás de la palabra inserta una llave de cierre 
29082 \begin_inset Quotes eld
29083 \end_inset
29084
29085
29086 \series bold
29087 }
29088 \series default
29089
29090 \begin_inset Quotes erd
29091 \end_inset
29092
29093  en ERT.
29094 \begin_inset Newline newline
29095 \end_inset
29096
29097 Este es el resultado:
29098 \end_layout
29099
29100 \begin_layout Standard
29101 Esto es una línea de texto con la palabra 
29102 \begin_inset ERT
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106
29107
29108 \backslash
29109 raisebox{
29110 \backslash
29111 depth}{
29112 \end_layout
29113
29114 \end_inset
29115
29116
29117 \begin_inset Quotes eld
29118 \end_inset
29119
29120 prevención
29121 \begin_inset Quotes erd
29122 \end_inset
29123
29124
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130 }
29131 \end_layout
29132
29133 \end_inset
29134
29135  elevada.
29136 \end_layout
29137
29138 \begin_layout Standard
29139 \begin_inset VSpace bigskip
29140 \end_inset
29141
29142 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29143 \end_layout
29144
29145 \begin_layout Standard
29146 Esto es una línea de texto con la palabra 
29147 \begin_inset ERT
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151
29152
29153 \backslash
29154 raisebox{-
29155 \backslash
29156 depth}{
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \begin_inset Quotes eld
29163 \end_inset
29164
29165 prevención
29166 \begin_inset Quotes erd
29167 \end_inset
29168
29169
29170 \begin_inset ERT
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174
29175 }
29176 \end_layout
29177
29178 \end_inset
29179
29180  como palabra más baja.
29181 \begin_inset Newline newline
29182 \end_inset
29183
29184 Esto es una línea de texto con la palabra 
29185 \begin_inset ERT
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189
29190
29191 \backslash
29192 raisebox{0.5cm}{
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \begin_inset Quotes eld
29199 \end_inset
29200
29201 testigo
29202 \begin_inset Quotes erd
29203 \end_inset
29204
29205
29206 \begin_inset ERT
29207 status collapsed
29208
29209 \begin_layout Plain Layout
29210
29211 }
29212 \end_layout
29213
29214 \end_inset
29215
29216  como palabra más alta.
29217 \end_layout
29218
29219 \begin_layout Standard
29220 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29221  Por ejemplo
29222 \end_layout
29223
29224 \begin_layout Standard
29225
29226 \series bold
29227
29228 \backslash
29229 raisebox{-
29230 \backslash
29231 depth}[0pt]{
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Esto es una línea de texto con la palabra 
29236 \begin_inset ERT
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240
29241
29242 \backslash
29243 raisebox{-
29244 \backslash
29245 depth}[0pt]{
29246 \end_layout
29247
29248 \end_inset
29249
29250
29251 \begin_inset Quotes eld
29252 \end_inset
29253
29254 prevención
29255 \begin_inset Quotes erd
29256 \end_inset
29257
29258
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264 }
29265 \end_layout
29266
29267 \end_inset
29268
29269  como palabra más baja.
29270 \begin_inset Newline newline
29271 \end_inset
29272
29273 Esto es una línea de texto con la palabra 
29274 \begin_inset ERT
29275 status collapsed
29276
29277 \begin_layout Plain Layout
29278
29279
29280 \backslash
29281 raisebox{0.5cm}[0pt]{
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \begin_inset Quotes eld
29288 \end_inset
29289
29290 testigo
29291 \begin_inset Quotes erd
29292 \end_inset
29293
29294
29295 \begin_inset ERT
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299
29300 }
29301 \end_layout
29302
29303 \end_inset
29304
29305  como palabra más alta.
29306 \end_layout
29307
29308 \begin_layout Section
29309 Cuadros coloreados
29310 \begin_inset CommandInset label
29311 LatexCommand label
29312 name "sec:Cuadros-Coloreados"
29313
29314 \end_inset
29315
29316
29317 \begin_inset Index
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 Cuadros ! Color
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Subsection
29330 Color en texto
29331 \begin_inset Index
29332 status collapsed
29333
29334 \begin_layout Plain Layout
29335 Color ! en texto
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \begin_layout Standard
29344 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29345  Esto requiere cargar el paquete LaTeX 
29346 \series bold
29347 color
29348 \series default
29349
29350 \begin_inset Index
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354 LaTeX-paquetes ! color
29355 \end_layout
29356
29357 \end_inset
29358
29359  en el preámbulo del documento con
29360 \end_layout
29361
29362 \begin_layout Standard
29363
29364 \series bold
29365
29366 \backslash
29367 @ifundef\SpecialChar \textcompwordmark{}
29368 ined{textcolor}
29369 \begin_inset Newline newline
29370 \end_inset
29371
29372
29373 \begin_inset ERT
29374 status collapsed
29375
29376 \begin_layout Plain Layout
29377
29378
29379 \backslash
29380 hphantom{ }
29381 \end_layout
29382
29383 \end_inset
29384
29385 {
29386 \backslash
29387 usepackage{color}}{}
29388 \end_layout
29389
29390 \begin_layout Standard
29391 LyX cargará automáticamente el paquete 
29392 \series bold
29393 color
29394 \series default
29395  cuando colorees texto
29396 \begin_inset Foot
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400 Para evitar cargarlo dos veces se usa el comando 
29401 \series bold
29402
29403 \backslash
29404 @ifundef\SpecialChar \textcompwordmark{}
29405 ined
29406 \series default
29407 .
29408 \end_layout
29409
29410 \end_inset
29411
29412 .
29413 \end_layout
29414
29415 \begin_layout Standard
29416 \begin_inset VSpace medskip
29417 \end_inset
29418
29419 Los cuadros coloreados se crean con el comando 
29420 \series bold
29421
29422 \backslash
29423 colorbox
29424 \series default
29425 , de acuerdo con el siguiente esquema:
29426 \end_layout
29427
29428 \begin_layout Standard
29429
29430 \series bold
29431
29432 \backslash
29433 colorbox{color}{contenido del cuadro}
29434 \end_layout
29435
29436 \begin_layout Standard
29437 El contenido también puede ser un cuadro y los cuadros coloreados también
29438  pueden estar en otros cuadros.
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Los siguientes colores están predefinidos:
29443 \begin_inset Newline newline
29444 \end_inset
29445
29446
29447 \family sans
29448 red
29449 \family default
29450
29451 \family sans
29452 green
29453 \family default
29454
29455 \family sans
29456 yellow, blue
29457 \family default
29458
29459 \family sans
29460 cyan
29461 \family default
29462 \series bold
29463 ,
29464 \series default
29465  
29466 \family sans
29467 magenta, black
29468 \family default
29469
29470 \family sans
29471 white
29472 \family default
29473 .
29474 \begin_inset Newline newline
29475 \end_inset
29476
29477 También puedes definir tus propios colores según se explica en la sección
29478 \begin_inset Space ~
29479 \end_inset
29480
29481
29482 \begin_inset CommandInset ref
29483 LatexCommand ref
29484 reference "sec:Tablas-Coloreadas"
29485
29486 \end_inset
29487
29488 .
29489 \end_layout
29490
29491 \begin_layout Standard
29492 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29493 \end_layout
29494
29495 \begin_layout Standard
29496
29497 \series bold
29498
29499 \backslash
29500 colorbox{red}{
29501 \end_layout
29502
29503 \begin_layout Standard
29504 en ERT antes de la palabra.
29505  Tras la palabra inserta una llave de cierre 
29506 \begin_inset Quotes eld
29507 \end_inset
29508
29509
29510 \series bold
29511 }
29512 \series default
29513
29514 \begin_inset Quotes erd
29515 \end_inset
29516
29517  en ERT.
29518 \begin_inset Newline newline
29519 \end_inset
29520
29521 Este es el resultado:
29522 \end_layout
29523
29524 \begin_layout Standard
29525 Línea en la que la palabra 
29526 \begin_inset ERT
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530
29531
29532 \backslash
29533 colorbox{red}{
29534 \end_layout
29535
29536 \end_inset
29537
29538
29539 \begin_inset Quotes eld
29540 \end_inset
29541
29542 ¡Atención!
29543 \begin_inset Quotes erd
29544 \end_inset
29545
29546
29547 \begin_inset ERT
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551
29552 }
29553 \end_layout
29554
29555 \end_inset
29556
29557  tiene fondo rojo.
29558 \end_layout
29559
29560 \begin_layout Standard
29561 \begin_inset VSpace bigskip
29562 \end_inset
29563
29564 Si quieres un marco de distinto color, puedes emplear el comando 
29565 \series bold
29566
29567 \backslash
29568 fcolorbox
29569 \series default
29570  con el esquema siguiente:
29571 \end_layout
29572
29573 \begin_layout Standard
29574
29575 \series bold
29576
29577 \backslash
29578 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29579 \end_layout
29580
29581 \begin_layout Standard
29582
29583 \series bold
29584
29585 \backslash
29586 fcolorbox
29587 \series default
29588  es una extensión de 
29589 \series bold
29590
29591 \backslash
29592 colorbox
29593 \series default
29594 .
29595  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29596  con las longitudes 
29597 \series bold
29598
29599 \backslash
29600 fboxrule
29601 \series default
29602  y 
29603 \series bold
29604
29605 \backslash
29606 fboxsep
29607 \series default
29608 , respectivamente, como se describe en la sección
29609 \begin_inset Space ~
29610 \end_inset
29611
29612
29613 \begin_inset CommandInset ref
29614 LatexCommand ref
29615 reference "sec:Cuadros-Enmarcados"
29616
29617 \end_inset
29618
29619 .
29620 \end_layout
29621
29622 \begin_layout Standard
29623 Para el ejemplo siguiente se ha utilizado el comando
29624 \end_layout
29625
29626 \begin_layout Standard
29627
29628 \series bold
29629
29630 \backslash
29631 fcolorbox{cyan}{magenta}{
29632 \end_layout
29633
29634 \begin_layout Standard
29635 Este es un ejemplo en el que se ha puesto un grosor de 1
29636 \begin_inset Space \thinspace{}
29637 \end_inset
29638
29639 mm para la línea del marco:
29640 \begin_inset Newline newline
29641 \end_inset
29642
29643
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 fboxrule 1mm 
29652 \backslash
29653 fboxsep 1mm
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \begin_inset ERT
29660 status collapsed
29661
29662 \begin_layout Plain Layout
29663
29664
29665 \backslash
29666 fcolorbox{cyan}{magenta}{
29667 \end_layout
29668
29669 \end_inset
29670
29671 Texto en un marco coloreado y enmarcado.
29672 \begin_inset ERT
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676
29677 }
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \begin_inset VSpace bigskip
29687 \end_inset
29688
29689 Por supuesto también puedes colorear el texto en un marco coloreado:
29690 \begin_inset Newline newline
29691 \end_inset
29692
29693
29694 \begin_inset ERT
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698
29699
29700 \backslash
29701 fcolorbox{cyan}{magenta}{
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \color yellow
29708 Texto coloreado en un marco sombreado y coloreado.
29709 \color none
29710
29711 \begin_inset ERT
29712 status collapsed
29713
29714 \begin_layout Plain Layout
29715
29716 }
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727
29728 \backslash
29729 fboxrule 0.4pt 
29730 \backslash
29731 fboxsep 3pt
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Standard
29740
29741 \series bold
29742 \begin_inset VSpace medskip
29743 \end_inset
29744
29745
29746 \end_layout
29747
29748 \begin_layout Standard
29749 \begin_inset Note Greyedout
29750 status open
29751
29752 \begin_layout Plain Layout
29753
29754 \series bold
29755 Nota:
29756 \series default
29757  El texto en cuadros coloreados no puede tener saltos de línea.
29758  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29759  coloreado como se describe a continuación.
29760 \end_layout
29761
29762 \end_inset
29763
29764
29765 \end_layout
29766
29767 \begin_layout Subsection
29768 Color en párrafos
29769 \begin_inset CommandInset label
29770 LatexCommand label
29771 name "sub:Color-en-Párrafos"
29772
29773 \end_inset
29774
29775
29776 \begin_inset Index
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780 Color ! en párrafos
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29790  Antes de la minipágina inserta el comando 
29791 \series bold
29792
29793 \backslash
29794 colorbox
29795 \end_layout
29796
29797 \begin_layout Standard
29798
29799 \series bold
29800
29801 \backslash
29802 colorbox{color}{
29803 \end_layout
29804
29805 \begin_layout Standard
29806 en ERT.
29807  Detrás de la minipágina inserta una llave de cierre 
29808 \begin_inset Quotes eld
29809 \end_inset
29810
29811
29812 \series bold
29813 }
29814 \series default
29815
29816 \begin_inset Quotes erd
29817 \end_inset
29818
29819  en ERT.
29820 \end_layout
29821
29822 \begin_layout Standard
29823 \begin_inset ERT
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827
29828
29829 \backslash
29830 colorbox{grisclaro}{
29831 \end_layout
29832
29833 \end_inset
29834
29835
29836 \begin_inset Box Frameless
29837 position "t"
29838 hor_pos "c"
29839 has_inner_box 1
29840 inner_pos "t"
29841 use_parbox 0
29842 width "100col%"
29843 special "none"
29844 height "1in"
29845 height_special "totalheight"
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Texto con color de fondo.
29850  Texto con color de fondo.
29851 \end_layout
29852
29853 \begin_layout Plain Layout
29854 \begin_inset VSpace defskip
29855 \end_inset
29856
29857 El texto puede tener notas al pie
29858 \begin_inset Foot
29859 status open
29860
29861 \begin_layout Plain Layout
29862 Otro ejemplo de nota
29863 \end_layout
29864
29865 \end_inset
29866
29867  y puede incluir tablas y figuras.
29868 \end_layout
29869
29870 \begin_layout Plain Layout
29871 \align center
29872 \begin_inset Tabular
29873 <lyxtabular version="3" rows="3" columns="3">
29874 <features>
29875 <column alignment="center" valignment="top" width="0">
29876 <column alignment="center" valignment="top" width="0">
29877 <column alignment="center" valignment="top" width="0">
29878 <row>
29879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29880 \begin_inset Text
29881
29882 \begin_layout Plain Layout
29883 a
29884 \end_layout
29885
29886 \end_inset
29887 </cell>
29888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29889 \begin_inset Text
29890
29891 \begin_layout Plain Layout
29892 !
29893 \end_layout
29894
29895 \end_inset
29896 </cell>
29897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29898 \begin_inset Text
29899
29900 \begin_layout Plain Layout
29901 3
29902 \end_layout
29903
29904 \end_inset
29905 </cell>
29906 </row>
29907 <row>
29908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29909 \begin_inset Text
29910
29911 \begin_layout Plain Layout
29912 <
29913 \end_layout
29914
29915 \end_inset
29916 </cell>
29917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29918 \begin_inset Text
29919
29920 \begin_layout Plain Layout
29921 b2
29922 \begin_inset Quotes erd
29923 \end_inset
29924
29925 |
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Plain Layout
29934 >
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 </row>
29940 <row>
29941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29942 \begin_inset Text
29943
29944 \begin_layout Plain Layout
29945 1
29946 \end_layout
29947
29948 \end_inset
29949 </cell>
29950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29951 \begin_inset Text
29952
29953 \begin_layout Plain Layout
29954 §
29955 \end_layout
29956
29957 \end_inset
29958 </cell>
29959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29960 \begin_inset Text
29961
29962 \begin_layout Plain Layout
29963 c
29964 \end_layout
29965
29966 \end_inset
29967 </cell>
29968 </row>
29969 </lyxtabular>
29970
29971 \end_inset
29972
29973
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \begin_inset ERT
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983
29984 }
29985 \end_layout
29986
29987 \end_inset
29988
29989
29990 \end_layout
29991
29992 \begin_layout Section
29993 Cuadros rotados y escalados
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Para poder usar los comandos descritos en esta sección hay que cargar el
29998  paquete LaTeX 
29999 \series bold
30000 graphicx
30001 \begin_inset Index
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005 LaTeX-paquetes ! graphicx
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \series default
30012  en el preámbulo del documento, con el comando
30013 \end_layout
30014
30015 \begin_layout Standard
30016
30017 \series bold
30018
30019 \backslash
30020 @ifundefined{rotatebox}
30021 \begin_inset Newline newline
30022 \end_inset
30023
30024
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030
30031 \backslash
30032 hphantom{ }
30033 \end_layout
30034
30035 \end_inset
30036
30037 {
30038 \backslash
30039 usepackage{graphicx}}{}
30040 \end_layout
30041
30042 \begin_layout Standard
30043 \begin_inset Note Greyedout
30044 status open
30045
30046 \begin_layout Plain Layout
30047
30048 \series bold
30049 Nota: 
30050 \series default
30051 Algunos visores DVI no pueden mostrar material rotado o escalado.
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \begin_layout Standard
30060 \begin_inset Note Greyedout
30061 status open
30062
30063 \begin_layout Plain Layout
30064
30065 \series bold
30066 Nota:
30067 \series default
30068  Los cuadros rotados o escalados no pueden contener flotantes.
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \begin_layout Subsection
30077 Cuadros rotados
30078 \begin_inset Index
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082 Cuadros ! Rotar
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \begin_inset Index
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092 Material rotado
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Index
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102 Figuras ! Rotar
30103 \end_layout
30104
30105 \end_inset
30106
30107
30108 \begin_inset Index
30109 status collapsed
30110
30111 \begin_layout Plain Layout
30112 Tablas ! Rotar
30113 \end_layout
30114
30115 \end_inset
30116
30117
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Para rotar material debes ponerlo en un cuadro rotado.
30122  Los cuadros rotados se crean con el comando 
30123 \series bold
30124
30125 \backslash
30126 rotatebox
30127 \series default
30128  en código TeX, según el esquema:
30129 \end_layout
30130
30131 \begin_layout Standard
30132
30133 \series bold
30134
30135 \backslash
30136 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30137 \end_layout
30138
30139 \begin_layout Standard
30140 El origen de rotación se especifica en la forma 
30141 \series bold
30142 origin=position
30143 \series default
30144 .
30145  Son posibles las posiciones siguientes: 
30146 \emph on
30147 c
30148 \emph default
30149  (center), 
30150 \emph on
30151 l
30152 \emph default
30153  (left), 
30154 \emph on
30155 r
30156 \emph default
30157  (right), 
30158 \emph on
30159 b
30160 \emph default
30161  (bottom), 
30162 \emph on
30163 t
30164 \emph default
30165  (top), así como combinaciones adecuadas de las posiciones básicas.
30166  Por ejemplo, 
30167 \emph on
30168 lt
30169 \emph default
30170  significa que el origen de rotación es la esquina superior izquierda del
30171  cuadro.
30172  Si no se especifica origen de rotación se usará la posición 
30173 \emph on
30174 l
30175 \emph default
30176 .
30177  El ángulo de rotación es un número de grados, y puede ser negativo.
30178  El sentido de giro es contrario al de las agujas del reloj.
30179 \end_layout
30180
30181 \begin_layout Standard
30182 En el siguiente ejemplo se ha insertado el comando 
30183 \series bold
30184
30185 \backslash
30186 rotatebox[origin=c]{60}{ 
30187 \series default
30188 como código TeX delante del texto «con rotación»; después del texto, el
30189  cuadro se ha cerrado con llave de cierre en código TeX.
30190 \end_layout
30191
30192 \begin_layout Standard
30193 Esta línea contiene texto 
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199
30200 \backslash
30201 rotatebox[origin=c]{60}{
30202 \end_layout
30203
30204 \end_inset
30205
30206 con rotación
30207 \begin_inset ERT
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211
30212 }
30213 \end_layout
30214
30215 \end_inset
30216
30217 .
30218 \end_layout
30219
30220 \begin_layout Standard
30221 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30222  línea:
30223 \end_layout
30224
30225 \begin_layout Standard
30226 En esta línea hay texto enmarcado 
30227 \begin_inset ERT
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231
30232
30233 \backslash
30234 rotatebox[origin=r]{-60}{
30235 \end_layout
30236
30237 \end_inset
30238
30239
30240 \begin_inset Box Doublebox
30241 position "c"
30242 hor_pos "c"
30243 has_inner_box 0
30244 inner_pos "c"
30245 use_parbox 0
30246 width "1in"
30247 special "width"
30248 height "1in"
30249 height_special "totalheight"
30250 status open
30251
30252 \begin_layout Plain Layout
30253 con rotación
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \begin_inset ERT
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263
30264 }
30265 \end_layout
30266
30267 \end_inset
30268
30269  y 
30270 \begin_inset ERT
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274
30275
30276 \backslash
30277 rotatebox[origin=lb]{60}{
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30284 \end_inset
30285
30286
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292 }
30293 \end_layout
30294
30295 \end_inset
30296
30297  una ecuación.
30298 \end_layout
30299
30300 \begin_layout Standard
30301 O una imagen o una tabla:
30302 \end_layout
30303
30304 \begin_layout Standard
30305 Aquí hay una imagen girada 
30306 \begin_inset ERT
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310
30311
30312 \backslash
30313 rotatebox[origin=lb]{90}{
30314 \end_layout
30315
30316 \end_inset
30317
30318
30319 \begin_inset Graphics
30320         filename ../clipart/platypus.eps
30321         lyxscale 50
30322         width 25col%
30323
30324 \end_inset
30325
30326
30327 \begin_inset ERT
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331
30332 }
30333 \end_layout
30334
30335 \end_inset
30336
30337  y una tabla girada 
30338 \begin_inset ERT
30339 status collapsed
30340
30341 \begin_layout Plain Layout
30342
30343
30344 \backslash
30345 rotatebox[origin=l]{-90}{
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \begin_inset Tabular
30352 <lyxtabular version="3" rows="2" columns="2">
30353 <features>
30354 <column alignment="center" valignment="top" width="0">
30355 <column alignment="center" valignment="top" width="0">
30356 <row>
30357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30358 \begin_inset Text
30359
30360 \begin_layout Plain Layout
30361 q
30362 \end_layout
30363
30364 \end_inset
30365 </cell>
30366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30367 \begin_inset Text
30368
30369 \begin_layout Plain Layout
30370 w
30371 \end_layout
30372
30373 \end_inset
30374 </cell>
30375 </row>
30376 <row>
30377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30378 \begin_inset Text
30379
30380 \begin_layout Plain Layout
30381 e
30382 \end_layout
30383
30384 \end_inset
30385 </cell>
30386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30387 \begin_inset Text
30388
30389 \begin_layout Plain Layout
30390 r
30391 \end_layout
30392
30393 \end_inset
30394 </cell>
30395 </row>
30396 </lyxtabular>
30397
30398 \end_inset
30399
30400
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406 }
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Subsection
30415 Cuadros escalados
30416 \begin_inset Index
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420 Cuadros ! Escalar
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \begin_inset Index
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430 Material escalado
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \begin_inset Index
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440 Figuras ! Escalar
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset Index
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450 Tablas ! Escalar
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \end_layout
30457
30458 \begin_layout Standard
30459 Para escalar material se pueden usar los comandos 
30460 \series bold
30461
30462 \backslash
30463 scalebox
30464 \series default
30465  y 
30466 \series bold
30467
30468 \backslash
30469 resizebox 
30470 \series default
30471 en código TeX.
30472 \end_layout
30473
30474 \begin_layout Standard
30475
30476 \series bold
30477
30478 \backslash
30479 scalebox
30480 \series default
30481  se usa con el esquema siguiente:
30482 \end_layout
30483
30484 \begin_layout Standard
30485
30486 \series bold
30487
30488 \backslash
30489 scalebox{horizontal}[vertical]{contenido del cuadro}
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Horizontal y vertical son los factores de escala correspondientes.
30494  Si no se especifica factor vertical, su valor será el mismo que el factor
30495  de escala horizontal.
30496  
30497 \end_layout
30498
30499 \begin_layout Standard
30500 Por ejemplo, el comando 
30501 \series bold
30502
30503 \backslash
30504 scalebox{2}{Hola} 
30505 \series default
30506 crea un 
30507 \begin_inset ERT
30508 status collapsed
30509
30510 \begin_layout Plain Layout
30511
30512
30513 \backslash
30514 scalebox{2}{
30515 \end_layout
30516
30517 \end_inset
30518
30519 Hola
30520 \begin_inset ERT
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524
30525 }
30526 \end_layout
30527
30528 \end_inset
30529
30530  de doble tamaño que el texto normal del documento.
30531 \end_layout
30532
30533 \begin_layout Standard
30534 El comando 
30535 \series bold
30536
30537 \backslash
30538 scalebox{2}[1]{Hola} 
30539 \series default
30540 distorsiona el 
30541 \begin_inset ERT
30542 status collapsed
30543
30544 \begin_layout Plain Layout
30545
30546
30547 \backslash
30548 scalebox{2}[1]{
30549 \end_layout
30550
30551 \end_inset
30552
30553 Hola
30554 \begin_inset ERT
30555 status collapsed
30556
30557 \begin_layout Plain Layout
30558
30559 }
30560 \end_layout
30561
30562 \end_inset
30563
30564 .
30565 \end_layout
30566
30567 \begin_layout Standard
30568 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30569  Por eso el comando 
30570 \series bold
30571
30572 \backslash
30573 scalebox{-1}[1]{Hola} 
30574 \series default
30575 puede usarse para reflejar un texto: 
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581
30582 \backslash
30583 scalebox{-1}[1]{
30584 \end_layout
30585
30586 \end_inset
30587
30588 Hola
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594 }
30595 \end_layout
30596
30597 \end_inset
30598
30599 .
30600 \end_layout
30601
30602 \begin_layout Standard
30603
30604 \series bold
30605
30606 \backslash
30607 scalebox{1}[-1]{Hola} 
30608 \series default
30609 refleja el 
30610 \begin_inset ERT
30611 status collapsed
30612
30613 \begin_layout Plain Layout
30614
30615
30616 \backslash
30617 scalebox{1}[-1]{
30618 \end_layout
30619
30620 \end_inset
30621
30622 Hola
30623 \begin_inset ERT
30624 status collapsed
30625
30626 \begin_layout Plain Layout
30627
30628 }
30629 \end_layout
30630
30631 \end_inset
30632
30633  sobre la base.
30634 \end_layout
30635
30636 \begin_layout Standard
30637 El comando 
30638 \series bold
30639
30640 \backslash
30641 scalebox{-1}[1]{contenido del cuadro} 
30642 \series default
30643 puede sustituirse por 
30644 \series bold
30645
30646 \begin_inset Newline newline
30647 \end_inset
30648
30649
30650 \backslash
30651 reflectbox{contenido del cuadro}
30652 \begin_inset VSpace defskip
30653 \end_inset
30654
30655
30656 \end_layout
30657
30658 \begin_layout Standard
30659 El comando 
30660 \series bold
30661
30662 \backslash
30663 resizebox
30664 \series default
30665  sirve para escalar el cuadro a una altura y anchura definidas, según el
30666  esquema:
30667 \end_layout
30668
30669 \begin_layout Standard
30670
30671 \series bold
30672
30673 \backslash
30674 resizebox{anchura}{altura}{contenido del cuadro}
30675 \end_layout
30676
30677 \begin_layout Standard
30678 Si uno de los argumentos del comando es un signo de exclamación, 
30679 \series bold
30680 !
30681 \series default
30682 , la escala se produce de forma que se mantiene la relación de las dimensiones
30683  originales del contenido del cuadro.
30684  
30685 \end_layout
30686
30687 \begin_layout Standard
30688 El comando 
30689 \series bold
30690
30691 \backslash
30692 resizebox{2cm}{1cm}{Hola}
30693 \series default
30694  genera: 
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 resizebox{2cm}{1cm}{
30703 \end_layout
30704
30705 \end_inset
30706
30707 Hola
30708 \begin_inset ERT
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713 }
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \begin_inset Newline newline
30720 \end_inset
30721
30722 El comando 
30723 \series bold
30724
30725 \backslash
30726 resizebox{2cm}{!}{Hola}
30727 \series default
30728  genera: 
30729 \begin_inset ERT
30730 status collapsed
30731
30732 \begin_layout Plain Layout
30733
30734
30735 \backslash
30736 resizebox{2cm}{!}{
30737 \end_layout
30738
30739 \end_inset
30740
30741 Hola
30742 \begin_inset ERT
30743 status collapsed
30744
30745 \begin_layout Plain Layout
30746
30747 }
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \end_layout
30754
30755 \begin_layout Standard
30756 \begin_inset VSpace defskip
30757 \end_inset
30758
30759
30760 \end_layout
30761
30762 \begin_layout Standard
30763 \begin_inset Note Greyedout
30764 status open
30765
30766 \begin_layout Plain Layout
30767
30768 \series bold
30769 Nota: 
30770 \series default
30771 Si los argumentos de 
30772 \series bold
30773
30774 \backslash
30775 scalebox
30776 \series default
30777  o 
30778 \series bold
30779
30780 \backslash
30781 resizebox
30782 \series default
30783  son cero, no se generan errores de LaTeX al exportar el documento, pero
30784  puede suceder que la salida no se muestre o que sea incompleta.
30785  
30786 \end_layout
30787
30788 \end_inset
30789
30790
30791 \begin_inset VSpace defskip
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 Los cuadros se pueden combinar en cualquier orden.
30799  Por ejemplo, el comando
30800 \series bold
30801
30802 \begin_inset Newline newline
30803 \end_inset
30804
30805
30806 \backslash
30807 rotatebox[origin=c]{-45}{
30808 \backslash
30809 resizebox{2cm}{!}{
30810 \backslash
30811 reflectbox{Hola}}}
30812 \begin_inset Newline newline
30813 \end_inset
30814
30815
30816 \series default
30817 genera:
30818 \end_layout
30819
30820 \begin_layout Standard
30821 \noindent
30822 \align center
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828
30829 \backslash
30830 rotatebox[origin=c]{-45}{
30831 \backslash
30832 resizebox{2cm}{!}{
30833 \backslash
30834 reflectbox{
30835 \end_layout
30836
30837 \end_inset
30838
30839 Hola
30840 \begin_inset ERT
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844
30845 }}}
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \noindent
30855 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \noindent
30860
30861 \end_layout
30862
30863 \begin_layout Standard
30864 \align center
30865 \begin_inset ERT
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869
30870
30871 \backslash
30872 rotatebox[origin=c]{-30}{
30873 \backslash
30874 resizebox{2cm}{!}{
30875 \backslash
30876 reflectbox{
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \begin_inset Graphics
30883         filename ../clipart/platypus.eps
30884         lyxscale 50
30885         width 25col%
30886
30887 \end_inset
30888
30889
30890 \begin_inset ERT
30891 status collapsed
30892
30893 \begin_layout Plain Layout
30894
30895 }}}
30896 \end_layout
30897
30898 \end_inset
30899
30900
30901 \begin_inset ERT
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905
30906
30907 \backslash
30908 rotatebox[origin=c]{-45}{
30909 \backslash
30910 resizebox{2cm}{!}{
30911 \backslash
30912 reflectbox{
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \begin_inset Tabular
30919 <lyxtabular version="3" rows="2" columns="2">
30920 <features>
30921 <column alignment="center" valignment="top" width="0">
30922 <column alignment="center" valignment="top" width="0">
30923 <row>
30924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30925 \begin_inset Text
30926
30927 \begin_layout Plain Layout
30928 q
30929 \end_layout
30930
30931 \end_inset
30932 </cell>
30933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30934 \begin_inset Text
30935
30936 \begin_layout Plain Layout
30937 w
30938 \end_layout
30939
30940 \end_inset
30941 </cell>
30942 </row>
30943 <row>
30944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30945 \begin_inset Text
30946
30947 \begin_layout Plain Layout
30948 e
30949 \end_layout
30950
30951 \end_inset
30952 </cell>
30953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30954 \begin_inset Text
30955
30956 \begin_layout Plain Layout
30957 r
30958 \end_layout
30959
30960 \end_inset
30961 </cell>
30962 </row>
30963 </lyxtabular>
30964
30965 \end_inset
30966
30967
30968 \begin_inset ERT
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972
30973 }}}
30974 \end_layout
30975
30976 \end_inset
30977
30978
30979 \begin_inset ERT
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983
30984
30985 \backslash
30986 rotatebox[origin=c]{-45}{
30987 \backslash
30988 resizebox{2cm}{!}{
30989 \backslash
30990 reflectbox{
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30997 \end_inset
30998
30999
31000 \begin_inset ERT
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004
31005 }}}
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Si se usa el estilo global 
31015 \series bold
31016 fleqn
31017 \series default
31018  para las ecuaciones del documento
31019 \begin_inset Foot
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023 Si «fleqn» se añade a las opciones de clase del documento.
31024 \end_layout
31025
31026 \end_inset
31027
31028 , también pueden escalarse las ecuaciones en estilo presentación.
31029 \end_layout
31030
31031 \begin_layout Chapter
31032 Archivo
31033 \begin_inset Index
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037 Archivo, insertar
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \end_layout
31044
31045 \begin_layout Standard
31046 Con el menú 
31047 \family sans
31048 Insertar\SpecialChar \menuseparator
31049 Archivo 
31050 \family default
31051 se pueden insertar archivos externos en un documento.
31052  Estos pueden ser:
31053 \end_layout
31054
31055 \begin_layout Description
31056 Documento
31057 \begin_inset Space ~
31058 \end_inset
31059
31060 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
31061 \end_layout
31062
31063 \begin_layout Description
31064 Texto
31065 \begin_inset Space ~
31066 \end_inset
31067
31068 simple
31069 \begin_inset Space ~
31070 \end_inset
31071
31072 como
31073 \begin_inset Space ~
31074 \end_inset
31075
31076 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
31077  como un nuevo párrafo.
31078 \end_layout
31079
31080 \begin_layout Description
31081 Texto
31082 \begin_inset Space ~
31083 \end_inset
31084
31085 simple
31086 \begin_inset Space ~
31087 \end_inset
31088
31089 como
31090 \begin_inset Space ~
31091 \end_inset
31092
31093 párrafos Un documento de texto; cada línea del texto se inserta tal como
31094  está, formando un solo párrafo.
31095  Las líneas vacías generan un nuevo párrafo en tu documento.
31096 \end_layout
31097
31098 \begin_layout Description
31099 Material
31100 \begin_inset Space ~
31101 \end_inset
31102
31103 externo Archivos en diversos formatos.
31104 \end_layout
31105
31106 \begin_layout Description
31107 Documento
31108 \begin_inset Space ~
31109 \end_inset
31110
31111 hijo Documentos LyX, LaTeX o texto simple.
31112 \end_layout
31113
31114 \begin_layout Section
31115 Material externo
31116 \begin_inset Index
31117 status collapsed
31118
31119 \begin_layout Plain Layout
31120 Material externo
31121 \end_layout
31122
31123 \end_inset
31124
31125
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Esta característica te permite insertar archivos en tu documento sin convertirlo
31130 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31131  las necesarias conversiones.
31132  Esto es parecido a la inserción de imágenes en diversos formatos en los
31133  documentos LyX.
31134 \end_layout
31135
31136 \begin_layout Standard
31137 El material externo se puede insertar mediante el diálogo que surge a partir
31138  del menú 
31139 \family sans
31140 Insertar\SpecialChar \menuseparator
31141 Archivo\SpecialChar \menuseparator
31142 Material
31143 \begin_inset Space ~
31144 \end_inset
31145
31146 externo
31147 \family default
31148 .
31149  Actualmente se permiten los siguientes tipos de archivo (
31150 \family sans
31151 Plantillas
31152 \family default
31153 ):
31154 \end_layout
31155
31156 \begin_layout Description
31157 Diagrama
31158 \begin_inset Space ~
31159 \end_inset
31160
31161 de
31162 \begin_inset Space ~
31163 \end_inset
31164
31165 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31166  con el programa 
31167 \begin_inset ERT
31168 status collapsed
31169
31170 \begin_layout Plain Layout
31171
31172
31173 \backslash
31174 href{http://en.wikipedia.org/wiki/XBoard}{
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \series bold
31181 XBoard
31182 \series default
31183
31184 \begin_inset ERT
31185 status collapsed
31186
31187 \begin_layout Plain Layout
31188
31189 }
31190 \end_layout
31191
31192 \end_inset
31193
31194 .
31195 \end_layout
31196
31197 \begin_layout Description
31198 Fecha Esta inserta la fecha en el formato 
31199 \emph on
31200 Día-Mes-Año.
31201
31202 \emph default
31203  A continuación hay una fecha insertada como material externo: 
31204 \begin_inset External
31205         template Date
31206         filename .
31207
31208 \end_inset
31209
31210
31211 \lang english
31212
31213 \begin_inset Space ~
31214 \end_inset
31215
31216
31217 \begin_inset Note Note
31218 status open
31219
31220 \begin_layout Plain Layout
31221
31222 \lang english
31223 Remove the protected space when bug 4398 is fixed!
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \lang spanish
31230
31231 \begin_inset Newline newline
31232 \end_inset
31233
31234 La fecha no se muestra en LyX, sólo en la salida.
31235  Hay otros dos métodos de insertar una fecha, con el menú 
31236 \family sans
31237 Insertar\SpecialChar \menuseparator
31238 Fecha
31239 \family default
31240  y con el comando LaTeX 
31241 \series bold
31242
31243 \backslash
31244 today
31245 \series default
31246  en ERT.
31247  Los distintos métodos se comparan en la tabla
31248 \begin_inset Space ~
31249 \end_inset
31250
31251
31252 \begin_inset CommandInset ref
31253 LatexCommand ref
31254 reference "tab:Comparación-de"
31255
31256 \end_inset
31257
31258 .
31259 \end_layout
31260
31261 \begin_layout Description
31262 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268
31269 \backslash
31270 linebreak 
31271 \end_layout
31272
31273 \end_inset
31274
31275
31276 \begin_inset ERT
31277 status collapsed
31278
31279 \begin_layout Plain Layout
31280
31281
31282 \backslash
31283 href{http://en.wikipedia.org/wiki/LilyPond}{
31284 \end_layout
31285
31286 \end_inset
31287
31288
31289 \series bold
31290 LilyPond
31291 \series default
31292
31293 \begin_inset ERT
31294 status collapsed
31295
31296 \begin_layout Plain Layout
31297
31298 }
31299 \end_layout
31300
31301 \end_inset
31302
31303 .
31304 \begin_inset Note Note
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 El comando 
31309 \series bold
31310
31311 \backslash
31312 linebreak
31313 \series default
31314  quiebra la línea de forma que el texto precedente se extiende hasta ajustarse
31315  al margen de página.
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \end_layout
31322
31323 \begin_layout Description
31324 RasterImage Sirve para insertar imágenes bitmap.
31325  Casi todos los formatos populares de imágenes están soportados.
31326  Las imágenes se pueden tratar en el diálogo 
31327 \family sans
31328 Material Externo
31329 \family default
31330  como las que habitualmente se incluyen mediante el diálogo 
31331 \family sans
31332 Gráficos
31333 \family default
31334 , tal como se explica en la sección
31335 \begin_inset Space ~
31336 \end_inset
31337
31338
31339 \begin_inset CommandInset ref
31340 LatexCommand ref
31341 reference "sec:Diálogo-Gráficos"
31342
31343 \end_inset
31344
31345 .
31346  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31347  PDF y EPS no están soportadas.
31348 \end_layout
31349
31350 \begin_layout Description
31351 XFig Esta plantilla soporta imágenes creadas con el programa 
31352 \begin_inset ERT
31353 status collapsed
31354
31355 \begin_layout Plain Layout
31356
31357
31358 \backslash
31359 href{http://en.wikipedia.org/wiki/Xfig}{
31360 \end_layout
31361
31362 \end_inset
31363
31364
31365 \series bold
31366 Xfig
31367 \series default
31368
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374 }
31375 \end_layout
31376
31377 \end_inset
31378
31379 .
31380 \end_layout
31381
31382 \begin_layout Standard
31383 \begin_inset Float table
31384 placement h
31385 wide false
31386 sideways false
31387 status open
31388
31389 \begin_layout Plain Layout
31390 \begin_inset Caption
31391
31392 \begin_layout Plain Layout
31393 \begin_inset CommandInset label
31394 LatexCommand label
31395 name "tab:Comparación-de"
31396
31397 \end_inset
31398
31399 Comparación de los métodos de inserción de fecha.
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \begin_layout Plain Layout
31408 \align center
31409 \begin_inset Tabular
31410 <lyxtabular version="3" rows="4" columns="4">
31411 <features>
31412 <column alignment="center" valignment="top" width="0">
31413 <column alignment="center" valignment="top" width="0">
31414 <column alignment="center" valignment="top" width="0">
31415 <column alignment="center" valignment="top" width="0">
31416 <row>
31417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31418 \begin_inset Text
31419
31420 \begin_layout Plain Layout
31421 Tipo del Documento
31422 \end_layout
31423
31424 \end_inset
31425 </cell>
31426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31427 \begin_inset Text
31428
31429 \begin_layout Plain Layout
31430
31431 \family sans
31432 Material Externo\SpecialChar \menuseparator
31433 Fecha
31434 \end_layout
31435
31436 \end_inset
31437 </cell>
31438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442
31443 \family sans
31444 Insertar\SpecialChar \menuseparator
31445 Fecha
31446 \end_layout
31447
31448 \end_inset
31449 </cell>
31450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454 comando 
31455 \series bold
31456
31457 \backslash
31458 today
31459 \end_layout
31460
31461 \end_inset
31462 </cell>
31463 </row>
31464 <row>
31465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 LyX
31470 \end_layout
31471
31472 \end_inset
31473 </cell>
31474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Plain Layout
31478 como cuadro
31479 \end_layout
31480
31481 \end_inset
31482 </cell>
31483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31484 \begin_inset Text
31485
31486 \begin_layout Plain Layout
31487 como fecha
31488 \end_layout
31489
31490 \end_inset
31491 </cell>
31492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31493 \begin_inset Text
31494
31495 \begin_layout Plain Layout
31496 como cuadro ERT
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 </row>
31502 <row>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507 LaTeX
31508 \end_layout
31509
31510 \end_inset
31511 </cell>
31512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31513 \begin_inset Text
31514
31515 \begin_layout Plain Layout
31516 como fecha
31517 \end_layout
31518
31519 \end_inset
31520 </cell>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525 como fecha
31526 \end_layout
31527
31528 \end_inset
31529 </cell>
31530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534 como comando
31535 \end_layout
31536
31537 \end_inset
31538 </cell>
31539 </row>
31540 <row>
31541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 DVI, PDF, PS
31546 \end_layout
31547
31548 \end_inset
31549 </cell>
31550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31551 \begin_inset Text
31552
31553 \begin_layout Plain Layout
31554 como fecha
31555 \end_layout
31556
31557 \end_inset
31558 </cell>
31559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31560 \begin_inset Text
31561
31562 \begin_layout Plain Layout
31563 como fecha
31564 \end_layout
31565
31566 \end_inset
31567 </cell>
31568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31569 \begin_inset Text
31570
31571 \begin_layout Plain Layout
31572 como fecha
31573 \end_layout
31574
31575 \end_inset
31576 </cell>
31577 </row>
31578 </lyxtabular>
31579
31580 \end_inset
31581
31582
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \end_layout
31589
31590 \begin_layout Standard
31591 Si utilizas la opción 
31592 \family sans
31593 Borrador
31594 \family default
31595  en la solapa 
31596 \family sans
31597 Archivo
31598 \family default
31599  del diálogo 
31600 \family sans
31601 Material Externo
31602 \family default
31603 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31604 \family sans
31605
31606 \begin_inset Newline newline
31607 \end_inset
31608
31609
31610 \family default
31611 El material externo se muestra en LyX como un cuadro del tipo:
31612 \family sans
31613  
31614 \family default
31615
31616 \begin_inset Graphics
31617         filename clipart/MaterialExternoQt4.png
31618         scale 80
31619
31620 \end_inset
31621
31622  o como imagen, según la configuración elegida en la solapa 
31623 \family sans
31624 Vista
31625 \begin_inset Space ~
31626 \end_inset
31627
31628 LyX 
31629 \family default
31630 del diálogo 
31631 \family sans
31632 Material Externo.
31633 \end_layout
31634
31635 \begin_layout Standard
31636 En el manual 
31637 \emph on
31638 Personalización
31639 \emph default
31640  se explica cómo definir tus propias plantillas.
31641 \end_layout
31642
31643 \begin_layout Section
31644 Documento hijo
31645 \begin_inset CommandInset label
31646 LatexCommand label
31647 name "sec:Documento-Hijo"
31648
31649 \end_inset
31650
31651
31652 \begin_inset Index
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656 Documento hijo
31657 \end_layout
31658
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \begin_layout Standard
31665 Los documentos hijos se emplean en el caso de tener un documento extenso
31666  compuesto por varias partes o secciones más grandes.
31667  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31668  en varios archivos que pueden ser revisados por separado.
31669  Estos archivos se conocen como documentos hijos, y el llamado documento
31670  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31671  
31672 \end_layout
31673
31674 \begin_layout Standard
31675 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31676  cuadros del tipo: 
31677 \begin_inset Graphics
31678         filename clipart/DocumentoHijoQt4.png
31679         scale 80
31680
31681 \end_inset
31682
31683 .
31684  Para incluir documentos hijos en un documento maestro utiliza el menú 
31685 \family sans
31686 Insertar
31687 \family default
31688 \SpecialChar \menuseparator
31689
31690 \family sans
31691 Archivo
31692 \family default
31693 \SpecialChar \menuseparator
31694
31695 \family sans
31696 Documento
31697 \begin_inset Space ~
31698 \end_inset
31699
31700 hijo
31701 \family default
31702 .
31703  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31704 \end_layout
31705
31706 \begin_layout Description
31707 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31708  Al pulsar el botón 
31709 \family sans
31710 Cargar
31711 \family default
31712  en el diálogo 
31713 \family sans
31714 Documento hijo
31715 \family default
31716 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31717  la ventana de LyX y así puedes modificarlos si quieres.
31718 \end_layout
31719
31720 \begin_layout Standard
31721 Aquí hay un archivo insertado con el método 
31722 \family sans
31723 Incluir
31724 \family default
31725
31726 \begin_inset CommandInset include
31727 LatexCommand include
31728 filename "DocumentoPostizo1.lyx"
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \begin_layout Standard
31736 La numeración de secciones tiene en cuenta las secciones de los archivos
31737  incluidos en el orden en que están insertados en el documento maestro.
31738  El documento incluido de ejemplo tiene una subsección que se numera como
31739  subsección de la presente sección.
31740  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31741 \begin_inset Space ~
31742 \end_inset
31743
31744
31745 \begin_inset CommandInset ref
31746 LatexCommand ref
31747 reference "sub:Subsección-Externa-1"
31748
31749 \end_inset
31750
31751 .
31752 \end_layout
31753
31754 \begin_layout Standard
31755 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31756  del documento maestro.
31757  Los documentos incluidos se insertan comenzando una página nueva y acabando
31758  con un salto de página.
31759 \end_layout
31760
31761 \begin_layout Standard
31762 Con el comando LaTeX 
31763 \series bold
31764
31765 \backslash
31766 includeonly
31767 \series default
31768  puedes determinar qué documentos hijos serán procesados al generar la salida.
31769  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31770  un extenso documento y quieres ahorrar tiempo de compilación.
31771  
31772 \series bold
31773
31774 \backslash
31775 includeonly 
31776 \series default
31777 se inserta en el preámbulo del documento maestro, poniendo como argumento
31778  una lista de los nombres de archivo separados con comas, p.
31779 \begin_inset Space \thinspace{}
31780 \end_inset
31781
31782 e.
31783  la orden:
31784 \end_layout
31785
31786 \begin_layout Standard
31787
31788 \series bold
31789
31790 \backslash
31791 includeonly{capítulo1,capítulo5}
31792 \end_layout
31793
31794 \begin_layout Standard
31795 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31796 \begin_inset Quotes eld
31797 \end_inset
31798
31799 capítulo1.lyx
31800 \begin_inset Quotes erd
31801 \end_inset
31802
31803  (o 
31804 \begin_inset Quotes eld
31805 \end_inset
31806
31807 capítulo1.tex
31808 \begin_inset Quotes erd
31809 \end_inset
31810
31811 ) y 
31812 \begin_inset Quotes eld
31813 \end_inset
31814
31815 capítulo5.lyx
31816 \begin_inset Quotes erd
31817 \end_inset
31818
31819 .
31820 \end_layout
31821
31822 \begin_layout Standard
31823 \begin_inset Note Greyedout
31824 status open
31825
31826 \begin_layout Plain Layout
31827
31828 \series bold
31829 Nota:
31830 \series default
31831  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31832  a la del documento maestro, recibirás una advertencia al exportar/ver el
31833  documento, ya que esto podría dar resultados inesperados.
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \end_layout
31840
31841 \begin_layout Description
31842 Entrada Este método es muy parecido al método 
31843 \family sans
31844 Incluir
31845 \family default
31846 .
31847  Las diferencias son:
31848 \end_layout
31849
31850 \begin_deeper
31851 \begin_layout Itemize
31852 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31853  un salto de página.
31854 \end_layout
31855
31856 \begin_layout Itemize
31857 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31858 \family sans
31859 Vista
31860 \begin_inset Space ~
31861 \end_inset
31862
31863 preliminar
31864 \begin_inset Space ~
31865 \end_inset
31866
31867 inmediata 
31868 \family default
31869 está activada en el diálogo 
31870 \family sans
31871 Herramientas\SpecialChar \menuseparator
31872 Preferencias
31873 \family default
31874 , apartado 
31875 \family sans
31876 Apariencia\SpecialChar \menuseparator
31877 Gráficos
31878 \family default
31879 .
31880 \end_layout
31881
31882 \begin_layout Itemize
31883 No se puede utilizar el comando LaTeX 
31884 \series bold
31885
31886 \backslash
31887 includeonly
31888 \series default
31889 .
31890 \end_layout
31891
31892 \end_deeper
31893 \begin_layout Standard
31894 Aquí hay un documento hijo insertado con el método 
31895 \family sans
31896 Entrada
31897 \family default
31898 :
31899 \end_layout
31900
31901 \begin_layout Standard
31902 \begin_inset CommandInset include
31903 LatexCommand input
31904 filename "DocumentoPostizo2.lyx"
31905
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Description
31912 Literal Con este método se puede incluir todo archivo de texto.
31913  El archivo aparece en la salida con su código fuente, y si contiene comandos
31914  no se ejecutan.
31915  Con la opción 
31916 \family sans
31917 Marcar espacios en la salida
31918 \family default
31919  cada espacio en el código fuente se muestra en la salida con el carácter
31920  
31921 \begin_inset Quotes eld
31922 \end_inset
31923
31924
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930
31931 \backslash
31932 textvisiblespace
31933 \end_layout
31934
31935 \end_inset
31936
31937
31938 \begin_inset Quotes erd
31939 \end_inset
31940
31941 .
31942  La diferencia con el método de inserción mediante el menú 
31943 \family sans
31944 Insertar
31945 \family default
31946 \SpecialChar \menuseparator
31947
31948 \family sans
31949 Archivo
31950 \family default
31951 \SpecialChar \menuseparator
31952
31953 \family sans
31954 Texto
31955 \begin_inset Space ~
31956 \end_inset
31957
31958 simple
31959 \family default
31960  es que en este caso el contenido del archivo se ve en LyX, mientras que
31961  en modo 
31962 \family sans
31963 Literal 
31964 \family default
31965 no se muestra el contenido, sino un recuadro con el nombre.
31966
31967 \family sans
31968  
31969 \end_layout
31970
31971 \begin_layout Standard
31972 Aquí se inserta un documento hijo en modo Literal:
31973 \begin_inset CommandInset include
31974 LatexCommand verbatiminput
31975 filename "DocumentoTextoPostizo.txt"
31976
31977 \end_inset
31978
31979
31980 \begin_inset VSpace bigskip
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 Aquí se inserta un documento hijo en modo Literal con la opción 
31988 \family sans
31989 Marcar espacios en la salida
31990 \family default
31991 :
31992 \begin_inset CommandInset include
31993 LatexCommand verbatiminput*
31994 filename "DocumentoTextoPostizo.txt"
31995
31996 \end_inset
31997
31998
31999 \begin_inset VSpace bigskip
32000 \end_inset
32001
32002
32003 \end_layout
32004
32005 \begin_layout Standard
32006 \begin_inset Note Greyedout
32007 status open
32008
32009 \begin_layout Plain Layout
32010
32011 \series bold
32012 Nota:
32013 \series default
32014  Como puedes ver en los ejemplos anteriores, el texto de los documentos
32015  incluidos en modo 
32016 \family sans
32017 literal
32018 \family default
32019  no contiene saltos de línea, a no ser que se incluyan expresamente en el
32020  archivo de texto.
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Description
32029 Listado
32030 \begin_inset Space ~
32031 \end_inset
32032
32033 de
32034 \begin_inset Space ~
32035 \end_inset
32036
32037 programa Este tipo se describe en el capítulo
32038 \begin_inset Space ~
32039 \end_inset
32040
32041
32042 \begin_inset CommandInset ref
32043 LatexCommand ref
32044 reference "cha:Listado-de-programa"
32045
32046 \end_inset
32047
32048 .
32049 \end_layout
32050
32051 \begin_layout Standard
32052 \begin_inset Note Greyedout
32053 status open
32054
32055 \begin_layout Plain Layout
32056
32057 \series bold
32058 Nota:
32059 \series default
32060  Incluir el mismo documento dos veces  con métodos diferentes podría causar
32061  problemas en LaTeX.
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \end_layout
32068
32069 \begin_layout Chapter
32070 Listado de programa
32071 \begin_inset CommandInset label
32072 LatexCommand label
32073 name "cha:Listado-de-programa"
32074
32075 \end_inset
32076
32077
32078 \begin_inset Index
32079 status collapsed
32080
32081 \begin_layout Plain Layout
32082 Listado de programa
32083 \end_layout
32084
32085 \end_inset
32086
32087
32088 \begin_inset Index
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092 Listado de programa ! list@
32093 \emph on
32094 listings
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \begin_inset Index
32101 status collapsed
32102
32103 \begin_layout Plain Layout
32104 Flotantes ! Listado de programa
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Para incluir y tipografiar código de programación puedes usar la opción
32114  de menú disponible en 
32115 \family sans
32116 Insertar\SpecialChar \menuseparator
32117 Listado
32118 \begin_inset Space ~
32119 \end_inset
32120
32121 de
32122 \begin_inset Space ~
32123 \end_inset
32124
32125 programa.
32126  
32127 \family default
32128 El paquete LaTeX 
32129 \series bold
32130 listings
32131 \series default
32132
32133 \begin_inset Index
32134 status collapsed
32135
32136 \begin_layout Plain Layout
32137 LaTeX-paquetes ! listings
32138 \end_layout
32139
32140 \end_inset
32141
32142  provee un mecanismo potente y flexible para insertar código fuente en tu
32143  documento.
32144 \end_layout
32145
32146 \begin_layout Standard
32147 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
32148  en el que puedes establecer el formato del mismo.
32149 \end_layout
32150
32151 \begin_layout Standard
32152 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
32153  La opción de ubicación 
32154 \family sans
32155 Listado
32156 \begin_inset Space ~
32157 \end_inset
32158
32159 insertado
32160 \family default
32161  lo imprime en la línea, como este ejemplo: 
32162 \begin_inset listings
32163 lstparams "language={C++}"
32164 inline true
32165 status open
32166
32167 \begin_layout Plain Layout
32168
32169 \lang english
32170 int a=5;
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \family sans
32177
32178 \begin_inset Newline newline
32179 \end_inset
32180
32181
32182 \family default
32183 La opción 
32184 \family sans
32185 Flotante
32186 \family default
32187  crea un listado flotante cuya colocación se puede especificar mediante
32188  las opciones 
32189 \begin_inset Quotes erd
32190 \end_inset
32191
32192
32193 \family sans
32194 h
32195 \family default
32196
32197 \begin_inset Quotes erd
32198 \end_inset
32199
32200
32201 \begin_inset Quotes eld
32202 \end_inset
32203
32204
32205 \family sans
32206 t
32207 \family default
32208
32209 \begin_inset Quotes erd
32210 \end_inset
32211
32212
32213 \begin_inset Quotes eld
32214 \end_inset
32215
32216
32217 \family sans
32218 b
32219 \family default
32220
32221 \begin_inset Quotes erd
32222 \end_inset
32223
32224  y 
32225 \begin_inset Quotes eld
32226 \end_inset
32227
32228
32229 \family sans
32230 p
32231 \family default
32232
32233 \begin_inset Quotes erd
32234 \end_inset
32235
32236 , correspondientes a las opciones de colocación de flotantes descritas en
32237  la sección
32238 \family sans
32239
32240 \begin_inset Space ~
32241 \end_inset
32242
32243
32244 \begin_inset CommandInset ref
32245 LatexCommand ref
32246 reference "sec:Colocación-de-Flotantes"
32247
32248 \end_inset
32249
32250
32251 \family default
32252 .
32253  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32254  p.
32255 \family sans
32256
32257 \begin_inset Space \thinspace{}
32258 \end_inset
32259
32260
32261 \family default
32262 e.
32263 \begin_inset Space ~
32264 \end_inset
32265
32266
32267 \begin_inset Quotes eld
32268 \end_inset
32269
32270
32271 \family sans
32272 htbp
32273 \family default
32274
32275 \begin_inset Quotes erd
32276 \end_inset
32277
32278 .
32279  La opción 
32280 \begin_inset Quotes eld
32281 \end_inset
32282
32283
32284 \family sans
32285 h
32286 \family default
32287
32288 \begin_inset Quotes erd
32289 \end_inset
32290
32291  a veces no tiene efecto, pero no necesitas usar la opción 
32292 \family sans
32293 Flotante
32294 \family default
32295  en ese caso puesto que los listados de programa no flotantes también pueden
32296  tener leyendas y ser referenciadas.
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Se puede añadir una leyenda a un listado de programa con el menú 
32301 \family sans
32302 Insertar\SpecialChar \menuseparator
32303 Leyenda
32304 \family default
32305
32306 \begin_inset Foot
32307 status open
32308
32309 \begin_layout Plain Layout
32310 Para traducir la etiqueta 
32311 \begin_inset Quotes eld
32312 \end_inset
32313
32314 Listado
32315 \begin_inset Quotes erd
32316 \end_inset
32317
32318  de la leyenda, se añade al preámbulo del documento el comando 
32319 \series bold
32320
32321 \backslash
32322 renewcommand{
32323 \backslash
32324 lstlistingname}{Listado}
32325 \series default
32326 .
32327  (
32328 \emph on
32329 N.
32330 \begin_inset Space \thinspace{}
32331 \end_inset
32332
32333 del t.
32334 \emph default
32335 )
32336 \end_layout
32337
32338 \end_inset
32339
32340 .
32341  Los listados de programa se pueden referenciar como los flotantes: Listado
32342 \begin_inset Space ~
32343 \end_inset
32344
32345
32346 \begin_inset CommandInset ref
32347 LatexCommand ref
32348 reference "lst:Ejemplo-de-listado-de-programa"
32349
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \begin_layout Standard
32356 \begin_inset listings
32357 lstparams "language=Python"
32358 inline false
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363 \lang english
32364 \begin_inset Caption
32365
32366 \begin_layout Plain Layout
32367 \begin_inset CommandInset label
32368 LatexCommand label
32369 name "lst:Ejemplo-de-listado-de-programa"
32370
32371 \end_inset
32372
32373 Ejemplo de listado de programa flotante
32374 \end_layout
32375
32376 \end_inset
32377
32378 # Ejemplo de listado flotante
32379 \end_layout
32380
32381 \begin_layout Plain Layout
32382
32383 \lang english
32384 def func(param):
32385 \end_layout
32386
32387 \begin_layout Plain Layout
32388
32389 \lang english
32390     'this is a python function'
32391 \end_layout
32392
32393 \begin_layout Plain Layout
32394
32395 \lang english
32396     pass
32397 \end_layout
32398
32399 \end_inset
32400
32401
32402 \end_layout
32403
32404 \begin_layout Standard
32405 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32406  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32407  y tipografiadas de manera especial en la salida.
32408  En el ejemplo, la clave de Python 
32409 \begin_inset Quotes eld
32410 \end_inset
32411
32412 def
32413 \begin_inset Quotes erd
32414 \end_inset
32415
32416  es reconocida y se imprimirá en negrita.
32417 \end_layout
32418
32419 \begin_layout Standard
32420 \begin_inset Note Greyedout
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425 \series bold
32426 Nota:
32427 \series default
32428  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32429  debe probablemente a que dicha fuente no suministra negritas.
32430  En este caso selecciona una fuente distinta en el menú 
32431 \family sans
32432 Documento
32433 \family default
32434 \SpecialChar \menuseparator
32435
32436 \family sans
32437 Configuración
32438 \family default
32439 \SpecialChar \menuseparator
32440
32441 \family sans
32442 Fuentes.
32443  
32444 \family default
32445 (Las fuentes 
32446 \emph on
32447 LuxiMono, BeraMono
32448 \emph default
32449  y 
32450 \emph on
32451 Courier 
32452 \emph default
32453 suministran negritas.)
32454 \end_layout
32455
32456 \end_inset
32457
32458
32459 \end_layout
32460
32461 \begin_layout Standard
32462 En la sección 
32463 \family sans
32464 Numeración
32465 \begin_inset Space ~
32466 \end_inset
32467
32468 de
32469 \begin_inset Space ~
32470 \end_inset
32471
32472 líneas
32473 \family default
32474  del diálogo puedes elegir el estilo de numeración de las líneas.
32475  En el campo 
32476 \family sans
32477 Paso 
32478 \family default
32479 puedes insertar un número para determinar qué líneas se numeran.
32480  Por ejemplo, si pones 
32481 \begin_inset Quotes eld
32482 \end_inset
32483
32484 3
32485 \begin_inset Quotes erd
32486 \end_inset
32487
32488 , se numera sólo una de cada tres líneas.
32489  
32490 \end_layout
32491
32492 \begin_layout Standard
32493 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32494  en la salida.
32495  La opción 
32496 \family sans
32497 Tabla
32498 \begin_inset Space ~
32499 \end_inset
32500
32501 de
32502 \begin_inset Space ~
32503 \end_inset
32504
32505 caracteres
32506 \begin_inset Space ~
32507 \end_inset
32508
32509 extendida
32510 \family default
32511  debería emplearse si se usan en el código caracteres nacionales como la
32512  diéresis alemana.
32513 \begin_inset Newline newline
32514 \end_inset
32515
32516 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32517  
32518 \begin_inset Quotes eld
32519 \end_inset
32520
32521 3
32522 \begin_inset Quotes erd
32523 \end_inset
32524
32525 , lenguaje 
32526 \begin_inset Quotes eld
32527 \end_inset
32528
32529 Python
32530 \begin_inset Quotes erd
32531 \end_inset
32532
32533 , opciones de estilo 
32534 \begin_inset Quotes eld
32535 \end_inset
32536
32537 Tabla de caracteres extendida
32538 \begin_inset Quotes erd
32539 \end_inset
32540
32541  y 
32542 \begin_inset Quotes eld
32543 \end_inset
32544
32545 Espacio como símbolo
32546 \begin_inset Quotes erd
32547 \end_inset
32548
32549 , rango de líneas 3-8:
32550 \begin_inset listings
32551 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32552 inline false
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556
32557 \lang english
32558 def func(param):
32559 \end_layout
32560
32561 \begin_layout Plain Layout
32562
32563 \lang english
32564     'this is a python function'
32565 \end_layout
32566
32567 \begin_layout Plain Layout
32568
32569 \lang english
32570     pass
32571 \end_layout
32572
32573 \begin_layout Plain Layout
32574
32575 \lang english
32576 def func(param):
32577 \end_layout
32578
32579 \begin_layout Plain Layout
32580
32581 \lang english
32582 'This is a German word: Tschüß'
32583 \end_layout
32584
32585 \begin_layout Plain Layout
32586
32587 \lang english
32588 pass
32589 \end_layout
32590
32591 \begin_layout Plain Layout
32592
32593 \lang english
32594 def func(param):
32595 \end_layout
32596
32597 \begin_layout Plain Layout
32598
32599 \lang english
32600 'this is a python function'
32601 \end_layout
32602
32603 \begin_layout Plain Layout
32604
32605 \lang english
32606 pass
32607 \end_layout
32608
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 \begin_inset Note Greyedout
32616 status open
32617
32618 \begin_layout Plain Layout
32619
32620 \series bold
32621 Nota:
32622 \series default
32623  Debido a un error en el paquete 
32624 \series bold
32625 listings
32626 \series default
32627  la numeración de líneas cambia en una línea por cada listado previo.
32628  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32629  3 y 6.
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \begin_layout Standard
32638 \begin_inset VSpace bigskip
32639 \end_inset
32640
32641
32642 \end_layout
32643
32644 \begin_layout Standard
32645 También es posible imprimir como listado de programa líneas de un archivo.
32646  Para hacer esto, usa el menú 
32647 \family sans
32648 Insertar\SpecialChar \menuseparator
32649 Archivo\SpecialChar \menuseparator
32650 Documento
32651 \begin_inset Space ~
32652 \end_inset
32653
32654 hijo 
32655 \family default
32656 y elige el tipo 
32657 \family sans
32658 Listado de programa
32659 \family default
32660 .
32661 \begin_inset Foot
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665 Los restantes tipos de documento hijo se describen en la sección
32666 \begin_inset Space ~
32667 \end_inset
32668
32669
32670 \begin_inset CommandInset ref
32671 LatexCommand ref
32672 reference "sec:Documento-Hijo"
32673
32674 \end_inset
32675
32676 .
32677 \end_layout
32678
32679 \end_inset
32680
32681  En el diálogo de documento hijo puedes especificar los parámetros del listado
32682  en el cuadro de texto.
32683  Para ver una lista de los parámetros disponibles teclea una interrogación
32684  
32685 \begin_inset Quotes eld
32686 \end_inset
32687
32688 ?
32689 \begin_inset Quotes erd
32690 \end_inset
32691
32692  en el cuadro.
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Para referenciar un documento hijo tipo listado, escribe el texto de la
32697  etiqueta en el campo correspondiente del diálogo de documento hijo.
32698  Después se puede referenciar la etiqueta con el menú 
32699 \family sans
32700 Insertar\SpecialChar \menuseparator
32701 Referencia cruzada.
32702 \end_layout
32703
32704 \begin_layout Standard
32705 A continuación hay un ejemplo, Listado
32706 \begin_inset Space ~
32707 \end_inset
32708
32709
32710 \begin_inset CommandInset ref
32711 LatexCommand ref
32712 reference "lst:archivo-listado"
32713
32714 \end_inset
32715
32716 , de inserción de líneas de un archivo; en él se incluye el rango de las
32717  líneas 10
32718 \begin_inset Space \thinspace{}
32719 \end_inset
32720
32721 -
32722 \begin_inset Space \thinspace{}
32723 \end_inset
32724
32725 15 de este archivo LyX.
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset CommandInset include
32730 LatexCommand lstinputlisting
32731 filename "EmbeddedObjects.lyx"
32732 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32733
32734 \end_inset
32735
32736
32737 \begin_inset VSpace bigskip
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Standard
32744 Las preferencias globales se pueden establecer en el diálogo 
32745 \family sans
32746 Documento\SpecialChar \menuseparator
32747 Configuración\SpecialChar \menuseparator
32748 Diseño
32749 \begin_inset Space ~
32750 \end_inset
32751
32752 del
32753 \begin_inset Space ~
32754 \end_inset
32755
32756 texto.
32757  
32758 \family default
32759 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32760  
32761 \begin_inset Quotes eld
32762 \end_inset
32763
32764 ?
32765 \begin_inset Quotes erd
32766 \end_inset
32767
32768  en el campo de texto.
32769 \end_layout
32770
32771 \begin_layout Standard
32772 Para más información sobre el paquete 
32773 \series bold
32774 listings
32775 \series default
32776 , consulta su documentación
32777 \begin_inset Space ~
32778 \end_inset
32779
32780
32781 \begin_inset CommandInset citation
32782 LatexCommand cite
32783 key "listings"
32784
32785 \end_inset
32786
32787 .
32788 \end_layout
32789
32790 \begin_layout Standard
32791 \begin_inset Newpage newpage
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Chapter
32798 \start_of_appendix
32799 Unidades disponibles en LyX
32800 \begin_inset Index
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 Unidades
32805 \end_layout
32806
32807 \end_inset
32808
32809
32810 \begin_inset CommandInset label
32811 LatexCommand label
32812 name "cha:Unidades-disponibles-en"
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 Para comprender las unidades utilizadas en este manual, el cuadro
32821 \begin_inset Space ~
32822 \end_inset
32823
32824
32825 \begin_inset CommandInset ref
32826 LatexCommand ref
32827 reference "tab:Unidades"
32828
32829 \end_inset
32830
32831  describe todas las unidades disponibles en LyX.
32832 \end_layout
32833
32834 \begin_layout Standard
32835 \begin_inset Float table
32836 placement h
32837 wide false
32838 sideways false
32839 status open
32840
32841 \begin_layout Plain Layout
32842 \begin_inset Caption
32843
32844 \begin_layout Plain Layout
32845 \begin_inset CommandInset label
32846 LatexCommand label
32847 name "tab:Unidades"
32848
32849 \end_inset
32850
32851 Unidades
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Plain Layout
32860 \begin_inset VSpace medskip
32861 \end_inset
32862
32863
32864 \end_layout
32865
32866 \begin_layout Plain Layout
32867 \align center
32868 \begin_inset Tabular
32869 <lyxtabular version="3" rows="20" columns="2">
32870 <features>
32871 <column alignment="center" valignment="top" width="0">
32872 <column alignment="center" valignment="top" width="0">
32873 <row>
32874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32875 \begin_inset Text
32876
32877 \begin_layout Plain Layout
32878 unidad
32879 \end_layout
32880
32881 \end_inset
32882 </cell>
32883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 nombre/descripción
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 <row>
32894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32895 \begin_inset Text
32896
32897 \begin_layout Plain Layout
32898 mm
32899 \end_layout
32900
32901 \end_inset
32902 </cell>
32903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 milímetro
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 </row>
32913 <row>
32914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32915 \begin_inset Text
32916
32917 \begin_layout Plain Layout
32918 cm
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 centímetro
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 </row>
32933 <row>
32934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32935 \begin_inset Text
32936
32937 \begin_layout Plain Layout
32938 in
32939 \end_layout
32940
32941 \end_inset
32942 </cell>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 pulgada
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 </row>
32953 <row>
32954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32955 \begin_inset Text
32956
32957 \begin_layout Plain Layout
32958 pt
32959 \end_layout
32960
32961 \end_inset
32962 </cell>
32963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 punto (72.27
32968 \begin_inset Space \thinspace{}
32969 \end_inset
32970
32971 pt = 1
32972 \begin_inset Space \thinspace{}
32973 \end_inset
32974
32975 in)
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 </row>
32981 <row>
32982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 pc
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32992 \begin_inset Text
32993
32994 \begin_layout Plain Layout
32995 pica (1
32996 \begin_inset Space \thinspace{}
32997 \end_inset
32998
32999 pc = 12
33000 \begin_inset Space \thinspace{}
33001 \end_inset
33002
33003 pt)
33004 \end_layout
33005
33006 \end_inset
33007 </cell>
33008 </row>
33009 <row>
33010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33011 \begin_inset Text
33012
33013 \begin_layout Plain Layout
33014 sp
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33020 \begin_inset Text
33021
33022 \begin_layout Plain Layout
33023 punto escalado (65536
33024 \begin_inset Space \thinspace{}
33025 \end_inset
33026
33027 sp = 1
33028 \begin_inset Space \thinspace{}
33029 \end_inset
33030
33031 pt)
33032 \end_layout
33033
33034 \end_inset
33035 </cell>
33036 </row>
33037 <row>
33038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33039 \begin_inset Text
33040
33041 \begin_layout Plain Layout
33042 bp
33043 \end_layout
33044
33045 \end_inset
33046 </cell>
33047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33048 \begin_inset Text
33049
33050 \begin_layout Plain Layout
33051 punto grande (72
33052 \begin_inset Space \thinspace{}
33053 \end_inset
33054
33055 bp = 1
33056 \begin_inset Space \thinspace{}
33057 \end_inset
33058
33059 in)
33060 \end_layout
33061
33062 \end_inset
33063 </cell>
33064 </row>
33065 <row>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 dd
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 didot (1
33080 \begin_inset Space \thinspace{}
33081 \end_inset
33082
33083 dd 
33084 \begin_inset Formula $\approx$
33085 \end_inset
33086
33087  0.376
33088 \begin_inset Space \thinspace{}
33089 \end_inset
33090
33091 mm)
33092 \end_layout
33093
33094 \end_inset
33095 </cell>
33096 </row>
33097 <row>
33098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33099 \begin_inset Text
33100
33101 \begin_layout Plain Layout
33102 cc
33103 \end_layout
33104
33105 \end_inset
33106 </cell>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 cicero (1
33112 \begin_inset Space \thinspace{}
33113 \end_inset
33114
33115 cc = 12
33116 \begin_inset Space \thinspace{}
33117 \end_inset
33118
33119 dd)
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 Scale%
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 % de anchura original de la imagen
33140 \end_layout
33141
33142 \end_inset
33143 </cell>
33144 </row>
33145 <row>
33146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 text%
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33156 \begin_inset Text
33157
33158 \begin_layout Plain Layout
33159 % de anchura de texto
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 col%
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 % de anchura de columna
33180 \end_layout
33181
33182 \end_inset
33183 </cell>
33184 </row>
33185 <row>
33186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33187 \begin_inset Text
33188
33189 \begin_layout Plain Layout
33190 page%
33191 \end_layout
33192
33193 \end_inset
33194 </cell>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 % de anchura de página
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 <row>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 line%
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 % de anchura de línea
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 </row>
33225 <row>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230 theight%
33231 \end_layout
33232
33233 \end_inset
33234 </cell>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239 % de altura de texto
33240 \end_layout
33241
33242 \end_inset
33243 </cell>
33244 </row>
33245 <row>
33246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33247 \begin_inset Text
33248
33249 \begin_layout Plain Layout
33250 pheight%
33251 \end_layout
33252
33253 \end_inset
33254 </cell>
33255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 % de altura de página
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 <row>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 ex
33271 \end_layout
33272
33273 \end_inset
33274 </cell>
33275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279 altura de la letra 
33280 \emph on
33281 x
33282 \emph default
33283  en la fuente actual
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 </row>
33289 <row>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 em
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 anchura de la letra 
33304 \emph on
33305 M
33306 \emph default
33307  en la fuente actual
33308 \end_layout
33309
33310 \end_inset
33311 </cell>
33312 </row>
33313 <row>
33314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 mu
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 unidad matemática (1
33328 \begin_inset Space \thinspace{}
33329 \end_inset
33330
33331 mu = 1/18
33332 \begin_inset Space \thinspace{}
33333 \end_inset
33334
33335 em)
33336 \end_layout
33337
33338 \end_inset
33339 </cell>
33340 </row>
33341 </lyxtabular>
33342
33343 \end_inset
33344
33345
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Chapter
33354 Formatos de archivos de salida con gráficos
33355 \begin_inset CommandInset label
33356 LatexCommand label
33357 name "cha:Formatos-de-Archivos-de-Salida"
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Section
33365 DVI
33366 \begin_inset Index
33367 status collapsed
33368
33369 \begin_layout Plain Layout
33370 Formatos de archivo ! DVI
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \begin_inset Index
33377 status collapsed
33378
33379 \begin_layout Plain Layout
33380 DVI|see
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386 {
33387 \end_layout
33388
33389 \end_inset
33390
33391 Formatos de archivo
33392 \begin_inset ERT
33393 status collapsed
33394
33395 \begin_layout Plain Layout
33396
33397 }
33398 \end_layout
33399
33400 \end_inset
33401
33402
33403 \end_layout
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 Este tipo de archivo tiene la extensión 
33412 \begin_inset Quotes eld
33413 \end_inset
33414
33415
33416 \family typewriter
33417 .dvi
33418 \family default
33419
33420 \begin_inset Quotes erd
33421 \end_inset
33422
33423 .
33424  Se denomina 
33425 \begin_inset Quotes eld
33426 \end_inset
33427
33428 device-independent
33429 \begin_inset Quotes erd
33430 \end_inset
33431
33432  (DVI), porque es completamente portable; se pueden mover de una máquina
33433  a otra sin necesidad de conversión alguna.
33434  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33435  Los DVI se usan para vistas preliminares rápidas y como preparación para
33436  otros formatos de salida como PostScript.
33437 \end_layout
33438
33439 \begin_layout Standard
33440 \begin_inset Note Greyedout
33441 status open
33442
33443 \begin_layout Plain Layout
33444
33445 \series bold
33446 Nota:
33447 \series default
33448  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33449 \end_layout
33450
33451 \end_inset
33452
33453  Por tanto no debes olvidar esto si mueves archivos 
33454 \family typewriter
33455 .dvi
33456 \family default
33457  a otro ordenador.
33458  Esta característica también puede retardar la visualización del archivo,
33459  porque el visor DVI tiene que convertir la imagen en segundo plano para
33460  hacerla visible al deslizar el visor.
33461  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33462 \end_layout
33463
33464 \begin_layout Standard
33465 Un documento se exporta a DVI con el menú 
33466 \family sans
33467 Archivo\SpecialChar \menuseparator
33468 Exportar\SpecialChar \menuseparator
33469 DVI
33470 \family default
33471 .
33472  Puedes ver la salida del documento en DVI con el menú 
33473 \family sans
33474 Ver\SpecialChar \menuseparator
33475 DVI 
33476 \family default
33477 o con el botón
33478 \begin_inset Space ~
33479 \end_inset
33480
33481
33482 \begin_inset Graphics
33483         filename ../../images/buffer-view_dvi.png
33484         scale 85
33485
33486 \end_inset
33487
33488 .
33489 \end_layout
33490
33491 \begin_layout Section
33492 PostScript
33493 \begin_inset CommandInset label
33494 LatexCommand label
33495 name "sec:PostScript"
33496
33497 \end_inset
33498
33499
33500 \begin_inset Index
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504 Formatos de archivo ! PostScript
33505 \end_layout
33506
33507 \end_inset
33508
33509
33510 \begin_inset Index
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 PostScript|see
33515 \begin_inset ERT
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519
33520 {
33521 \end_layout
33522
33523 \end_inset
33524
33525 Formatos de archivo
33526 \begin_inset ERT
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530
33531 }
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Standard
33545 Este tipo de archivo tiene la extensión 
33546 \begin_inset Quotes eld
33547 \end_inset
33548
33549
33550 \family typewriter
33551 .ps
33552 \family default
33553
33554 \begin_inset Quotes erd
33555 \end_inset
33556
33557 .
33558  PostScript fue desarrollado por la compañía 
33559 \family typewriter
33560 Adobe
33561 \family default
33562  como lenguaje para impresoras.
33563  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33564  PostScript puede considerarse como un 
33565 \begin_inset Quotes eld
33566 \end_inset
33567
33568 lenguaje de programación
33569 \begin_inset Quotes erd
33570 \end_inset
33571
33572 ; con él puedes calcular y dibujar imágenes y diagramas
33573 \begin_inset Foot
33574 status collapsed
33575
33576 \begin_layout Plain Layout
33577 Si estás interesado en este tema acude al paquete LaTeX 
33578 \series bold
33579 PSTricks
33580 \series default
33581  
33582 \begin_inset CommandInset citation
33583 LatexCommand cite
33584 key "pstricks"
33585
33586 \end_inset
33587
33588 .
33589 \end_layout
33590
33591 \end_inset
33592
33593 .
33594  Por esto los archivos suelen ser más grandes que los PDF.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 Los archivos PostScript sólo pueden contener imágenes en el formato 
33599 \begin_inset Quotes eld
33600 \end_inset
33601
33602 Encapsulated PostScript
33603 \begin_inset Quotes erd
33604 \end_inset
33605
33606  (EPS, extensión 
33607 \begin_inset Quotes eld
33608 \end_inset
33609
33610
33611 \family typewriter
33612 .eps
33613 \family default
33614
33615 \begin_inset Quotes erd
33616 \end_inset
33617
33618 ).
33619  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33620  en segundo plano para convertir las imágenes a EPS.
33621  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33622  cada vez que veas o exportes el documento.
33623  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33624  puedes evitar el problema insertando las imágenes directamente en EPS.
33625 \end_layout
33626
33627 \begin_layout Standard
33628 El documento se puede exportar a PostScript con el menú 
33629 \family sans
33630 Archivo\SpecialChar \menuseparator
33631 Exportar\SpecialChar \menuseparator
33632 Postscript
33633 \family default
33634 .
33635  Se puede ver la salida en PostScript con el menú 
33636 \family sans
33637 Ver\SpecialChar \menuseparator
33638 Postscript 
33639 \family default
33640 o con el botón
33641 \begin_inset Space ~
33642 \end_inset
33643
33644
33645 \begin_inset Graphics
33646         filename ../../images/buffer-view_ps.png
33647
33648 \end_inset
33649
33650 .
33651 \end_layout
33652
33653 \begin_layout Section
33654 PDF
33655 \begin_inset CommandInset label
33656 LatexCommand label
33657 name "sec:PDF"
33658
33659 \end_inset
33660
33661
33662 \begin_inset Index
33663 status collapsed
33664
33665 \begin_layout Plain Layout
33666 Formatos de archivo ! PDF
33667 \end_layout
33668
33669 \end_inset
33670
33671
33672 \begin_inset Index
33673 status collapsed
33674
33675 \begin_layout Plain Layout
33676 PDF
33677 \end_layout
33678
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \begin_layout Standard
33685 Este tipo de archivo tiene la extensión 
33686 \begin_inset Quotes eld
33687 \end_inset
33688
33689
33690 \family typewriter
33691 .pdf
33692 \family default
33693
33694 \begin_inset Quotes erd
33695 \end_inset
33696
33697 .
33698  El formato 
33699 \begin_inset Quotes eld
33700 \end_inset
33701
33702 Portable Document Format
33703 \begin_inset Quotes erd
33704 \end_inset
33705
33706  (PDF) fue desarrollado por 
33707 \family typewriter
33708 Adobe
33709 \family default
33710  como derivado de PostScript.
33711  Es más comprimido y utiliza muchos menos comandos que PostScript.
33712  Como su nombre 
33713 \begin_inset Quotes eld
33714 \end_inset
33715
33716 portable
33717 \begin_inset Quotes erd
33718 \end_inset
33719
33720  indica, puede ser procesado por cualquier sistema operativo y la salida
33721  impresa se muestra exactamente igual.
33722 \end_layout
33723
33724 \begin_layout Standard
33725 PDF puede contener imágenes en su propio formato PDF, en el formato 
33726 \begin_inset Quotes eld
33727 \end_inset
33728
33729 Joint Photographic Experts Group
33730 \begin_inset Quotes erd
33731 \end_inset
33732
33733  (JPG, extensión 
33734 \begin_inset Quotes eld
33735 \end_inset
33736
33737
33738 \family typewriter
33739 .jpg
33740 \family default
33741
33742 \begin_inset Quotes erd
33743 \end_inset
33744
33745  o 
33746 \begin_inset Quotes eld
33747 \end_inset
33748
33749
33750 \family typewriter
33751 .jpeg
33752 \family default
33753
33754 \begin_inset Quotes erd
33755 \end_inset
33756
33757 ), y en el formato 
33758 \begin_inset Quotes eld
33759 \end_inset
33760
33761 Portable Network Graphics
33762 \begin_inset Quotes erd
33763 \end_inset
33764
33765  (PNG, extensión 
33766 \begin_inset Quotes eld
33767 \end_inset
33768
33769
33770 \family typewriter
33771 .png
33772 \family default
33773
33774 \begin_inset Quotes erd
33775 \end_inset
33776
33777 ).
33778  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33779  en segundo plano a alguno de los anteriores.
33780  Pero como se ha comentado en la sección sobre PostScript, la conversión
33781  de gráficos ralentiza el trabajo.
33782  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33783  mencionados.
33784 \end_layout
33785
33786 \begin_layout Standard
33787 Un documento se puede exportar a PDF con el menú 
33788 \family sans
33789 Archivo\SpecialChar \menuseparator
33790 Exportar
33791 \family default
33792  en tres modos diferentes:
33793 \end_layout
33794
33795 \begin_layout Description
33796 PDF
33797 \begin_inset Space ~
33798 \end_inset
33799
33800 (ps2pdf) Este utiliza el programa 
33801 \family typewriter
33802 ps2pdf
33803 \family default
33804  que crea un PDF a partir de una versión PostScript del archivo.
33805  La versión PostScript es producida por el programa 
33806 \family typewriter
33807 dvips
33808 \family default
33809  que usa una versión DVI como paso intermedio.
33810  Así que este modo de exportación consta de tres conversiones.
33811 \end_layout
33812
33813 \begin_layout Description
33814 PDF
33815 \begin_inset Space ~
33816 \end_inset
33817
33818 (dvipdfm) Este utiliza el programa 
33819 \family typewriter
33820 dvipdfm
33821 \family default
33822  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33823  PDF.
33824 \end_layout
33825
33826 \begin_layout Description
33827 PDF
33828 \begin_inset Space ~
33829 \end_inset
33830
33831 (pdflatex) Este utiliza el programa 
33832 \family typewriter
33833 pdftex
33834 \family default
33835  que convierte directamente el archivo a PDF.
33836 \end_layout
33837
33838 \begin_layout Standard
33839 Se recomienda usar 
33840 \family sans
33841 PDF
33842 \begin_inset Space ~
33843 \end_inset
33844
33845 (pdflatex)
33846 \family default
33847  porque 
33848 \family typewriter
33849 pdftex
33850 \family default
33851  soporta todas las características de las versiones actuales de PDF, es
33852  rápido y estable.
33853  El programa 
33854 \family typewriter
33855 dvipdfm
33856 \family default
33857  ya no se desarrolla y está un poco obsoleto.
33858 \end_layout
33859
33860 \begin_layout Standard
33861 La salida en formato PDF se puede ver con el menú 
33862 \family sans
33863 Ver 
33864 \family default
33865 o con el botón
33866 \begin_inset Space ~
33867 \end_inset
33868
33869
33870 \begin_inset Graphics
33871         filename ../../images/buffer-view_pdf2.png
33872         scale 85
33873
33874 \end_inset
33875
33876  (que usa 
33877 \family sans
33878 PDF
33879 \begin_inset Space ~
33880 \end_inset
33881
33882 (pdflatex)
33883 \family default
33884 ).
33885 \end_layout
33886
33887 \begin_layout Chapter
33888 Explicación de la ecuación
33889 \begin_inset Space ~
33890 \end_inset
33891
33892
33893 \begin_inset CommandInset ref
33894 LatexCommand eqref
33895 reference "eq:Wgn"
33896
33897 \end_inset
33898
33899
33900 \begin_inset CommandInset label
33901 LatexCommand label
33902 name "cha:Explicación-de-la-Ecuación"
33903
33904 \end_inset
33905
33906
33907 \end_layout
33908
33909 \begin_layout Standard
33910 La anchura total de 
33911 \emph on
33912 n
33913 \emph default
33914  celdas de una tabla 
33915 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33916 \end_inset
33917
33918  puede calcularse con
33919 \end_layout
33920
33921 \begin_layout Standard
33922 \begin_inset Formula \begin{equation}
33923 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}
33924
33925 \end_inset
33926
33927
33928 \end_layout
33929
33930 \begin_layout Standard
33931 donde 
33932 \begin_inset Formula $W_{g\, n}$
33933 \end_inset
33934
33935  es el ancho dado de todas las celdas.
33936  
33937 \series bold
33938
33939 \backslash
33940 tabcolsep
33941 \series default
33942  es la longitud LaTeX entre el texto y el borde de la celda, 6
33943 \begin_inset Space \thinspace{}
33944 \end_inset
33945
33946 pt por defecto.
33947  
33948 \series bold
33949
33950 \backslash
33951 arrayrulewidth
33952 \series default
33953  es el grosor de línea del borde, 0.4
33954 \begin_inset Space \thinspace{}
33955 \end_inset
33956
33957 pt por defecto.
33958 \end_layout
33959
33960 \begin_layout Standard
33961 Procediendo como en la ecuación
33962 \begin_inset Space ~
33963 \end_inset
33964
33965
33966 \begin_inset CommandInset ref
33967 LatexCommand eqref
33968 reference "eq:Wtot_n"
33969
33970 \end_inset
33971
33972 , el ancho total de una multicolumna, 
33973 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33974 \end_inset
33975
33976  es
33977 \end_layout
33978
33979 \begin_layout Standard
33980 \begin_inset Formula \begin{equation}
33981 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \begin_layout Standard
33989 Igualando las ecuaciones
33990 \begin_inset Space ~
33991 \end_inset
33992
33993
33994 \begin_inset CommandInset ref
33995 LatexCommand eqref
33996 reference "eq:Wtot_n"
33997
33998 \end_inset
33999
34000  y 
34001 \begin_inset CommandInset ref
34002 LatexCommand eqref
34003 reference "eq:Wtot_mult"
34004
34005 \end_inset
34006
34007  podemos calcular el ancho dado necesario 
34008 \begin_inset Formula $W_{g\, n}$
34009 \end_inset
34010
34011  cuando se expanden 
34012 \emph on
34013 n
34014 \emph default
34015  columnas, de forma que cada una de ellas tiene una anchura total  
34016 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34017 \end_inset
34018
34019 :
34020 \end_layout
34021
34022 \begin_layout Standard
34023 \begin_inset Formula \begin{equation}
34024 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Bibliography
34032 \begin_inset CommandInset bibitem
34033 LatexCommand bibitem
34034 key "latexcompanion"
34035
34036 \end_inset
34037
34038 Frank Mittelbach and Michel Goossens: 
34039 \emph on
34040 The LaTeX Companion Second Edition.
34041
34042 \emph default
34043  Addison-Wesley, 2004
34044 \end_layout
34045
34046 \begin_layout Bibliography
34047 \begin_inset CommandInset bibitem
34048 LatexCommand bibitem
34049 key "latexguide"
34050
34051 \end_inset
34052
34053 Helmut Kopka and Patrick W.
34054  Daly: 
34055 \emph on
34056 A Guide to LaTeX Fourth Edition.
34057
34058 \emph default
34059  Addison-Wesley, 2003
34060 \end_layout
34061
34062 \begin_layout Bibliography
34063 \begin_inset CommandInset bibitem
34064 LatexCommand bibitem
34065 key "latexbook"
34066
34067 \end_inset
34068
34069 Leslie Lamport: 
34070 \emph on
34071 LaTeX: A Document Preparation System.
34072
34073 \emph default
34074  Addison-Wesley, second edition, 1994
34075 \end_layout
34076
34077 \begin_layout Bibliography
34078 \begin_inset CommandInset bibitem
34079 LatexCommand bibitem
34080 key "booktabs"
34081
34082 \end_inset
34083
34084
34085 \begin_inset ERT
34086 status collapsed
34087
34088 \begin_layout Plain Layout
34089
34090
34091 \backslash
34092 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf}
34093 {
34094 \end_layout
34095
34096 \end_inset
34097
34098 Documentación
34099 \begin_inset ERT
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103
34104 }
34105 \end_layout
34106
34107 \end_inset
34108
34109  del paquete LaTeX 
34110 \series bold
34111 booktabs
34112 \series default
34113
34114 \begin_inset Index
34115 status collapsed
34116
34117 \begin_layout Plain Layout
34118 LaTeX-paquetes ! booktabs
34119 \end_layout
34120
34121 \end_inset
34122
34123
34124 \end_layout
34125
34126 \begin_layout Bibliography
34127 \begin_inset CommandInset bibitem
34128 LatexCommand bibitem
34129 key "caption"
34130
34131 \end_inset
34132
34133
34134 \begin_inset ERT
34135 status collapsed
34136
34137 \begin_layout Plain Layout
34138
34139
34140 \backslash
34141 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf}{
34142 \end_layout
34143
34144 \end_inset
34145
34146 Documentación
34147 \begin_inset ERT
34148 status collapsed
34149
34150 \begin_layout Plain Layout
34151
34152 }
34153 \end_layout
34154
34155 \end_inset
34156
34157  del paquete LaTeX 
34158 \series bold
34159 caption
34160 \series default
34161
34162 \begin_inset Index
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166 LaTeX-paquetes ! caption
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \begin_layout Bibliography
34175 \begin_inset CommandInset bibitem
34176 LatexCommand bibitem
34177 key "caption-de"
34178
34179 \end_inset
34180
34181  
34182 \begin_inset ERT
34183 status collapsed
34184
34185 \begin_layout Plain Layout
34186
34187
34188 \backslash
34189 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/anleitung.pdf}
34190 {
34191 \end_layout
34192
34193 \end_inset
34194
34195 Documentation
34196 \begin_inset ERT
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200
34201 }
34202 \end_layout
34203
34204 \end_inset
34205
34206  en alemán del paquete LaTeX 
34207 \series bold
34208 caption
34209 \end_layout
34210
34211 \begin_layout Bibliography
34212 \begin_inset CommandInset bibitem
34213 LatexCommand bibitem
34214 key "endfloat"
34215
34216 \end_inset
34217
34218
34219 \begin_inset ERT
34220 status collapsed
34221
34222 \begin_layout Plain Layout
34223
34224
34225 \backslash
34226 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf}
34227 {
34228 \end_layout
34229
34230 \end_inset
34231
34232 Documentación
34233 \begin_inset ERT
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237
34238 }
34239 \end_layout
34240
34241 \end_inset
34242
34243  del paquete LaTeX 
34244 \series bold
34245 endfloat
34246 \series default
34247
34248 \begin_inset Index
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252 LaTeX-paquetes ! endfloat
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \end_layout
34259
34260 \begin_layout Bibliography
34261 \begin_inset CommandInset bibitem
34262 LatexCommand bibitem
34263 key "wrapfig"
34264
34265 \end_inset
34266
34267
34268 \begin_inset ERT
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272
34273
34274 \backslash
34275 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty}{
34276 \end_layout
34277
34278 \end_inset
34279
34280 Documentación
34281 \begin_inset ERT
34282 status collapsed
34283
34284 \begin_layout Plain Layout
34285
34286 }
34287 \end_layout
34288
34289 \end_inset
34290
34291  del paquete LaTeX 
34292 \series bold
34293 wrapfig
34294 \series default
34295
34296 \begin_inset Index
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300 LaTeX-paquetes ! wrapfig
34301 \begin_inset ERT
34302 status collapsed
34303
34304 \begin_layout Plain Layout
34305
34306
34307 \backslash
34308
34309 \begin_inset ERT
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314 {
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset ERT
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325 }
34326 \end_layout
34327
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \end_inset
34334
34335 vspace
34336 \begin_inset ERT
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340
34341 {
34342 \end_layout
34343
34344 \end_inset
34345
34346 4mm
34347 \begin_inset ERT
34348 status collapsed
34349
34350 \begin_layout Plain Layout
34351
34352 }
34353 \end_layout
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Bibliography
34366 \begin_inset CommandInset bibitem
34367 LatexCommand bibitem
34368 key "footmisc"
34369
34370 \end_inset
34371
34372
34373 \begin_inset ERT
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377
34378
34379 \backslash
34380 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf}
34381 {
34382 \end_layout
34383
34384 \end_inset
34385
34386 Documentación
34387 \begin_inset ERT
34388 status collapsed
34389
34390 \begin_layout Plain Layout
34391
34392 }
34393 \end_layout
34394
34395 \end_inset
34396
34397  del paquete LaTeX 
34398 \series bold
34399 footmisc
34400 \series default
34401
34402 \begin_inset Index
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 LaTeX-paquetes ! footmisc
34407 \end_layout
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \begin_layout Bibliography
34415 \begin_inset CommandInset bibitem
34416 LatexCommand bibitem
34417 key "hypcap"
34418
34419 \end_inset
34420
34421
34422 \begin_inset ERT
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426
34427
34428 \backslash
34429 href{http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf}{
34430 \end_layout
34431
34432 \end_inset
34433
34434 Documentación
34435 \begin_inset ERT
34436 status collapsed
34437
34438 \begin_layout Plain Layout
34439
34440 }
34441 \end_layout
34442
34443 \end_inset
34444
34445  del paquete LaTeX 
34446 \series bold
34447 hypcap
34448 \series default
34449
34450 \begin_inset Index
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 LaTeX-paquetes ! hyperref
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \begin_layout Bibliography
34463 \begin_inset CommandInset bibitem
34464 LatexCommand bibitem
34465 key "hyperref"
34466
34467 \end_inset
34468
34469
34470 \begin_inset ERT
34471 status collapsed
34472
34473 \begin_layout Plain Layout
34474
34475
34476 \backslash
34477 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf}
34478 {
34479 \end_layout
34480
34481 \end_inset
34482
34483 Documentación
34484 \begin_inset ERT
34485 status collapsed
34486
34487 \begin_layout Plain Layout
34488
34489 }
34490 \end_layout
34491
34492 \end_inset
34493
34494  del paquete LaTeX 
34495 \series bold
34496 hyperref
34497 \series default
34498
34499 \begin_inset Index
34500 status collapsed
34501
34502 \begin_layout Plain Layout
34503 LaTeX-paquetes ! hyperref
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Bibliography
34512 \begin_inset CommandInset bibitem
34513 LatexCommand bibitem
34514 key "koma-script"
34515
34516 \end_inset
34517
34518
34519 \begin_inset ERT
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523
34524
34525 \backslash
34526 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.p
34527 df}{
34528 \end_layout
34529
34530 \end_inset
34531
34532 Documentación
34533 \begin_inset ERT
34534 status collapsed
34535
34536 \begin_layout Plain Layout
34537
34538 }
34539 \end_layout
34540
34541 \end_inset
34542
34543  del paquete LaTeX 
34544 \series bold
34545 koma-script
34546 \series default
34547
34548 \begin_inset Index
34549 status collapsed
34550
34551 \begin_layout Plain Layout
34552 LaTeX-paquetes ! koma-script
34553 \end_layout
34554
34555 \end_inset
34556
34557
34558 \end_layout
34559
34560 \begin_layout Bibliography
34561 \begin_inset CommandInset bibitem
34562 LatexCommand bibitem
34563 key "listings"
34564
34565 \end_inset
34566
34567
34568 \begin_inset ERT
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572
34573
34574 \backslash
34575 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf}
34576 {
34577 \end_layout
34578
34579 \end_inset
34580
34581 Documentación
34582 \begin_inset ERT
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586
34587 }
34588 \end_layout
34589
34590 \end_inset
34591
34592  del paquete LaTeX 
34593 \series bold
34594 listings
34595 \series default
34596
34597 \begin_inset Index
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 LaTeX-paquetes ! listings
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Bibliography
34610 \begin_inset CommandInset bibitem
34611 LatexCommand bibitem
34612 key "marginnote"
34613
34614 \end_inset
34615
34616
34617 \begin_inset ERT
34618 status collapsed
34619
34620 \begin_layout Plain Layout
34621
34622
34623 \backslash
34624 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.
34625 pdf}{
34626 \end_layout
34627
34628 \end_inset
34629
34630 Documentación
34631 \begin_inset ERT
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635
34636 }
34637 \end_layout
34638
34639 \end_inset
34640
34641  del paquete LaTeX 
34642 \series bold
34643 marginnote
34644 \series default
34645
34646 \begin_inset Index
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 LaTeX-paquetes ! marginnote
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Bibliography
34659 \begin_inset CommandInset bibitem
34660 LatexCommand bibitem
34661 key "pstricks"
34662
34663 \end_inset
34664
34665
34666 \begin_inset ERT
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670
34671
34672 \backslash
34673 href{http://tug.org/PSTricks/main.cgi/}{
34674 \end_layout
34675
34676 \end_inset
34677
34678 Página web
34679 \begin_inset ERT
34680 status collapsed
34681
34682 \begin_layout Plain Layout
34683
34684 }
34685 \end_layout
34686
34687 \end_inset
34688
34689  del paquete LaTeX 
34690 \series bold
34691 PSTricks
34692 \series default
34693
34694 \begin_inset Index
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698 LaTeX-paquetes ! PSTricks
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Bibliography
34707 \begin_inset CommandInset bibitem
34708 LatexCommand bibitem
34709 key "sidecap"
34710
34711 \end_inset
34712
34713
34714 \begin_inset ERT
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718
34719
34720 \backslash
34721 href{ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf}{
34722 \end_layout
34723
34724 \end_inset
34725
34726 Documentación
34727 \begin_inset ERT
34728 status collapsed
34729
34730 \begin_layout Plain Layout
34731
34732 }
34733 \end_layout
34734
34735 \end_inset
34736
34737  del paquete LaTeX 
34738 \series bold
34739 sidecap
34740 \series default
34741
34742 \begin_inset Index
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746 LaTeX-paquetes ! sidecap
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Bibliography
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "NewInLyX15"
34758
34759 \end_inset
34760
34761
34762 \begin_inset ERT
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766
34767
34768 \backslash
34769 href{http://wiki.lyx.org/LyX/NewInLyX15}{
34770 \end_layout
34771
34772 \end_inset
34773
34774 Página wiki
34775 \begin_inset ERT
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779
34780 }
34781 \end_layout
34782
34783 \end_inset
34784
34785  sobre características nuevas para la versión 
34786 \family sans
34787 LyX
34788 \begin_inset Space ~
34789 \end_inset
34790
34791 1.5.0
34792 \family default
34793 .
34794 \end_layout
34795
34796 \begin_layout Standard
34797 \begin_inset CommandInset index_print
34798 LatexCommand printindex
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Standard
34806 \begin_inset FloatList figure
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 \begin_inset FloatList table
34815
34816 \end_inset
34817
34818
34819 \end_layout
34820
34821 \begin_layout Standard
34822 \begin_inset ERT
34823 status open
34824
34825 \begin_layout Plain Layout
34826
34827
34828 \backslash
34829 listof{algorithm}{Lista de algoritmos}
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \begin_inset Note Note
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839 Véase la sección
34840 \begin_inset Space ~
34841 \end_inset
34842
34843
34844 \begin_inset CommandInset ref
34845 LatexCommand ref
34846 reference "sub:Algoritmos-Flotantes"
34847
34848 \end_inset
34849
34850  para una descripción.
34851 \end_layout
34852
34853 \end_inset
34854
34855
34856 \end_layout
34857
34858 \end_body
34859 \end_document