]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
documentation: some preamble fixes, part 1
[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 337
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]{\contentsname}{}
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
181 \graphics default
182 \paperfontsize 12
183 \spacing single
184 \use_hyperref true
185 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
186 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
187 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
188 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
189 \pdf_bookmarks true
190 \pdf_bookmarksnumbered true
191 \pdf_bookmarksopen true
192 \pdf_bookmarksopenlevel 1
193 \pdf_breaklinks false
194 \pdf_pdfborder false
195 \pdf_colorlinks true
196 \pdf_backref false
197 \pdf_pagebackref false
198 \pdf_pdfusetitle false
199 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
200 \papersize default
201 \use_geometry false
202 \use_amsmath 2
203 \use_esint 0
204 \cite_engine basic
205 \use_bibtopic false
206 \paperorientation portrait
207 \secnumdepth 3
208 \tocdepth 3
209 \paragraph_separation skip
210 \defskip medskip
211 \quotes_language english
212 \papercolumns 1
213 \papersides 2
214 \paperpagestyle default
215 \bullet 1 1 34 -1
216 \bullet 2 2 35 -1
217 \bullet 3 2 7 -1
218 \tracking_changes false
219 \output_changes false
220 \author "" 
221 \author "" 
222 \end_header
223
224 \begin_body
225
226 \begin_layout Title
227 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
228  en LyX
229 \end_layout
230
231 \begin_layout Author
232 por el Equipo LyX
233 \begin_inset Foot
234 status collapsed
235
236 \begin_layout Plain Layout
237 \noindent
238 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
239  de Documentación de LyX: 
240 \begin_inset CommandInset href
241 LatexCommand href
242 name "lyx-docs@lists.lyx.org"
243 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
244 type "mailto:"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 autor original: Uwe Stöhr
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 Traducción de: Ignacio García
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \family sans
283 Versión 1.6svn
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset CommandInset toc
288 LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Plain Layout
300 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
301  estar instalados los paquetes LaTeX 
302 \series bold
303 arydshln
304 \series default
305
306 \series bold
307 colortbl
308 \series default
309
310 \series bold
311 marginnote
312 \series default
313  y 
314 \series bold
315 sidecap
316 \series default
317 .
318  Si no están instalados, también podrás exportar el documento, pero las
319  secciones en que dichos paquetes son necesarios no aparecen en la salida.
320 \end_layout
321
322 \begin_layout Plain Layout
323 La última versión en PDF de este documento puede encontrarse aquí:
324 \series bold
325
326 \begin_inset Newline newline
327 \end_inset
328
329 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
330 \end_layout
331
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Chapter
338 Figuras
339 \begin_inset CommandInset label
340 LatexCommand label
341 name "cha:Figuras"
342
343 \end_inset
344
345
346 \begin_inset Index
347 status collapsed
348
349 \begin_layout Plain Layout
350 Figuras
351 \end_layout
352
353 \end_inset
354
355
356 \begin_inset Index
357 status collapsed
358
359 \begin_layout Plain Layout
360 Gráficos|see
361 \begin_inset ERT
362 status collapsed
363
364 \begin_layout Plain Layout
365
366 {
367 \end_layout
368
369 \end_inset
370
371 Figuras
372 \begin_inset ERT
373 status collapsed
374
375 \begin_layout Plain Layout
376
377 }
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 Diálogo de gráficos
392 \begin_inset CommandInset label
393 LatexCommand label
394 name "sec:Diálogo-Gráficos"
395
396 \end_inset
397
398
399 \begin_inset Index
400 status collapsed
401
402 \begin_layout Plain Layout
403 Figuras ! Diálogo de gráficos
404 \end_layout
405
406 \end_inset
407
408
409 \end_layout
410
411 \begin_layout Standard
412 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
413  texto que desees y haz clic en el icono 
414 \begin_inset Graphics
415         filename ../../images/dialog-show-new-inset_graphics.png
416         scale 85
417
418 \end_inset
419
420  o en el menú 
421 \family sans
422 Insertar\SpecialChar \menuseparator
423 Imagen
424 \family default
425 .
426  Aparecerá un diálogo para escoger el archivo a cargar.
427  La imagen aparecerá en el archivo de salida exactamente en la misma posición
428  en la que la has colocado.
429 \end_layout
430
431 \begin_layout Standard
432 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
433  sobre una imagen.
434  Este diálogo tiene tres pestañas:
435 \end_layout
436
437 \begin_layout Description
438 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
439  presentación en LyX y en la salida.
440  En el apéndice
441 \begin_inset space ~
442 \end_inset
443
444
445 \begin_inset CommandInset ref
446 LatexCommand ref
447 reference "cha:Unidades-disponibles-en"
448
449 \end_inset
450
451  se detallan las unidades disponibles para el tamaño del gráfico.
452 \begin_inset Newline newline
453 \end_inset
454
455
456 \begin_inset Index
457 status collapsed
458
459 \begin_layout Plain Layout
460 Figuras ! Rotar
461 \end_layout
462
463 \end_inset
464
465 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
466  un ángulo y un origen de rotación.
467  La imagen también gira en LyX.
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 ! Escalar
477 \end_layout
478
479 \end_inset
480
481 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
482  la altura y la anchura.
483  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
484  automáticamente.
485  Si fijas ambas dimensiones
486 \family sans
487 ,
488 \family default
489  la imagen se adaptará a ellas, posiblemente distorsionada.
490  Para evitar distorsión en la imagen marca la opción 
491 \family sans
492 Mantener
493 \begin_inset space ~
494 \end_inset
495
496 proporción
497 \family default
498 .
499  En ese caso la imagen será escalada de forma que su anchura y su altura
500  no excedan de las dimensiones especificadas.
501 \begin_inset Newline newline
502 \end_inset
503
504 Las imágenes se pueden abrir con un programa de tu elección pulsando el
505  botón 
506 \family sans
507 Editar
508 \family default
509 .
510  Los programas visor y editor para cada formato de imagen se pueden establecer
511  en la configuración de los formatos de archivo de las preferencias de LyX.
512 \end_layout
513
514 \begin_layout Description
515 Recorte Alternativamente al escalado, es posible establecer las coordenadas
516  de la imagen para ajustar su altura y anchura en la salida.
517  Además, las coordenadas se pueden calcular automáticamente pinchando el
518  botón 
519 \family sans
520 Obtener
521 \begin_inset space ~
522 \end_inset
523
524 de
525 \begin_inset space ~
526 \end_inset
527
528 archivo
529 \family default
530 .
531  El botón 
532 \family sans
533 Recortar
534 \begin_inset space ~
535 \end_inset
536
537 al
538 \begin_inset space ~
539 \end_inset
540
541 cuadro
542 \begin_inset space ~
543 \end_inset
544
545 delimitador
546 \family default
547  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
548 as.
549  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
550 \end_layout
551
552 \begin_layout Description
553 Opciones
554 \begin_inset space ~
555 \end_inset
556
557 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
558  y poner la imagen como subfigura de una figura flotante con su propio título.
559  Las subfiguras se explican en la sección
560 \begin_inset space ~
561 \end_inset
562
563
564 \begin_inset CommandInset ref
565 LatexCommand ref
566 reference "sec:Figuras-Flotantes"
567
568 \end_inset
569
570 .
571 \begin_inset Newline newline
572 \end_inset
573
574 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
575 \begin_inset Newline newline
576 \end_inset
577
578 La opción 
579 \family sans
580 Modo
581 \begin_inset space ~
582 \end_inset
583
584 borrador
585 \family default
586  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
587 \begin_inset Newline newline
588 \end_inset
589
590 La opción 
591 \family sans
592 No
593 \begin_inset space ~
594 \end_inset
595
596 descomprimir
597 \begin_inset space ~
598 \end_inset
599
600 al
601 \begin_inset space ~
602 \end_inset
603
604 exportar
605 \family default
606  sólo afecta a los gráficos EPS comprimidos, p.
607 \begin_inset space \thinspace{}
608 \end_inset
609
610 e.
611 \begin_inset space ~
612 \end_inset
613
614
615 \emph on
616 x.eps.gz
617 \emph default
618 .
619  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
620  puesto que LaTeX puede manejarlas como están.
621 \begin_inset Newline newline
622 \end_inset
623
624 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
625  utiliza PostScript como formato de salida, ver apéndice
626 \begin_inset space ~
627 \end_inset
628
629
630 \begin_inset CommandInset ref
631 LatexCommand ref
632 reference "sec:PostScript"
633
634 \end_inset
635
636 .
637  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
638  o en consola de Windows:
639 \begin_inset Newline newline
640 \end_inset
641
642
643 \series bold
644 gzip x.eps
645 \series default
646
647 \begin_inset Newline newline
648 \end_inset
649
650
651 \series bold
652 zgrep %%Bounding x.eps.gz > x.eps.bb
653 \series default
654
655 \begin_inset Newline newline
656 \end_inset
657
658 El segundo comando crea un archivo de cuadro delimitador 
659 \begin_inset Quotes eld
660 \end_inset
661
662 x.eps.bb
663 \begin_inset Quotes erd
664 \end_inset
665
666  que necesita LaTeX para gráficos comprimidos.
667 \end_layout
668
669 \begin_layout Standard
670 \begin_inset VSpace bigskip
671 \end_inset
672
673
674 \end_layout
675
676 \begin_layout Standard
677 Esto es un ejemplo de imagen en formato EPS
678 \begin_inset Foot
679 status collapsed
680
681 \begin_layout Plain Layout
682 Los formatos de imagen se explica en el sección
683 \begin_inset space ~
684 \end_inset
685
686
687 \begin_inset CommandInset ref
688 LatexCommand ref
689 reference "sec:Formatos-de-imagen"
690
691 \end_inset
692
693 .
694 \end_layout
695
696 \end_inset
697
698  en un párrafo separado centrado horizontalmente:
699 \end_layout
700
701 \begin_layout Standard
702 \align center
703 \begin_inset Graphics
704         filename ../clipart/mobius.eps
705         scale 70
706         clip
707         rotateOrigin center
708
709 \end_inset
710
711
712 \end_layout
713
714 \begin_layout Standard
715 Esta es la misma imagen pero en modo borrador:
716 \end_layout
717
718 \begin_layout Standard
719 \align center
720 \begin_inset Graphics
721         filename ../clipart/mobius.eps
722         scale 70
723         draft
724         rotateOrigin center
725
726 \end_inset
727
728
729 \end_layout
730
731 \begin_layout Section
732 Figuras flotantes
733 \begin_inset CommandInset label
734 LatexCommand label
735 name "sec:Figuras-Flotantes"
736
737 \end_inset
738
739
740 \begin_inset Index
741 status collapsed
742
743 \begin_layout Plain Layout
744 Flotantes ! Figuras
745 \end_layout
746
747 \end_inset
748
749
750 \begin_inset Index
751 status collapsed
752
753 \begin_layout Plain Layout
754 Figuras ! Flotantes
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 Para información general sobre flotantes, echa una ojeada a la sección
764 \begin_inset space ~
765 \end_inset
766
767
768 \begin_inset CommandInset ref
769 LatexCommand ref
770 reference "sec:IntroducciónFlotantes"
771
772 \end_inset
773
774 .
775 \end_layout
776
777 \begin_layout Standard
778 El botón 
779 \begin_inset Graphics
780         filename ../../images/float-insert_figure.png
781         scale 85
782
783 \end_inset
784
785  y el menú 
786 \family sans
787 Insertar\SpecialChar \menuseparator
788 Flotante\SpecialChar \menuseparator
789 Figura
790 \family default
791  insertan un flotante con la etiqueta 
792 \begin_inset Quotes eld
793 \end_inset
794
795 Figura #:
796 \begin_inset Quotes erd
797 \end_inset
798
799  (# es el número actual).
800  La imagen se puede insertar sobre el título, como en la figura
801 \begin_inset space ~
802 \end_inset
803
804
805 \begin_inset CommandInset ref
806 LatexCommand ref
807 reference "fig:kill-plat"
808
809 \end_inset
810
811 , o bajo el título, como en la figura
812 \begin_inset space ~
813 \end_inset
814
815
816 \begin_inset CommandInset ref
817 LatexCommand ref
818 reference "fig:escher"
819
820 \end_inset
821
822 .
823  Más información sobre ubicación de títulos en la sección
824 \begin_inset space ~
825 \end_inset
826
827
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "sec:Colocación-de-leyendas"
831
832 \end_inset
833
834 .
835 \end_layout
836
837 \begin_layout Standard
838 \begin_inset Float figure
839 wide false
840 sideways false
841 status open
842
843 \begin_layout Plain Layout
844 \align center
845 \begin_inset Graphics
846         filename ../clipart/platypus.eps
847         width 50col%
848         rotateOrigin center
849
850 \end_inset
851
852
853 \end_layout
854
855 \begin_layout Plain Layout
856 \begin_inset Caption
857
858 \begin_layout Plain Layout
859 \begin_inset CommandInset label
860 LatexCommand label
861 name "fig:kill-plat"
862
863 \end_inset
864
865 Un platypus muy distorsionado en un flotante.
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Standard
879 \begin_inset Float figure
880 wide false
881 sideways false
882 status open
883
884 \begin_layout Plain Layout
885 \begin_inset Caption
886
887 \begin_layout Plain Layout
888 \begin_inset CommandInset label
889 LatexCommand label
890 name "fig:escher"
891
892 \end_inset
893
894 M.C.
895  Escher en ácido.
896 \end_layout
897
898 \end_inset
899
900
901 \end_layout
902
903 \begin_layout Plain Layout
904 \align center
905 \begin_inset Graphics
906         filename ../clipart/escher-lsd.eps
907         scale 80
908         rotateOrigin center
909
910 \end_inset
911
912
913 \end_layout
914
915 \end_inset
916
917
918 \end_layout
919
920 \begin_layout Standard
921 \begin_inset Index
922 status collapsed
923
924 \begin_layout Plain Layout
925 Referencias ! a figuras
926 \end_layout
927
928 \end_inset
929
930 Las figuras
931 \begin_inset space ~
932 \end_inset
933
934
935 \begin_inset CommandInset ref
936 LatexCommand ref
937 reference "fig:kill-plat"
938
939 \end_inset
940
941  y 
942 \begin_inset CommandInset ref
943 LatexCommand ref
944 reference "fig:escher"
945
946 \end_inset
947
948  son ejemplos de figuras con referencias cruzadas.
949  Las figuras pueden tener referencias cruzadas en el documento mediante
950  referencia a su etiqueta.
951  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
952 \family sans
953 Insertar\SpecialChar \menuseparator
954 Etiqueta
955 \family default
956  o el botón 
957 \begin_inset Graphics
958         filename ../../images/label-insert.png
959         scale 85
960
961 \end_inset
962
963 .
964  Ahora puedes referirte a la etiqueta usando el menú 
965 \family sans
966 Insertar\SpecialChar \menuseparator
967 Referencia
968 \begin_inset space ~
969 \end_inset
970
971 cruzada
972 \family default
973  o el botón 
974 \begin_inset Graphics
975         filename ../../images/dialog-show-new-inset_ref.png
976         scale 85
977
978 \end_inset
979
980 .
981  Es importante emplear referencias a flotantes, mejor que alusiones vagas
982  como 
983 \begin_inset Quotes eld
984 \end_inset
985
986 la figura de arriba
987 \begin_inset Quotes erd
988 \end_inset
989
990 , porque como LaTeX recolocará los flotantes en el documento final, podría
991  no quedar 
992 \begin_inset Quotes eld
993 \end_inset
994
995 arriba
996 \begin_inset Quotes erd
997 \end_inset
998
999  precisamente.
1000 \begin_inset Newline newline
1001 \end_inset
1002
1003 Las referencias se explican con detalle en la sección
1004 \begin_inset space ~
1005 \end_inset
1006
1007
1008 \begin_inset CommandInset ref
1009 LatexCommand ref
1010 reference "sec:Referencias-a-Flotantes"
1011
1012 \end_inset
1013
1014 .
1015 \end_layout
1016
1017 \begin_layout Standard
1018 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1019  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
1020  Esto es posible mediante la solapa 
1021 \family sans
1022 Opciones
1023 \begin_inset space ~
1024 \end_inset
1025
1026 extra
1027 \family default
1028  del diálogo gráficos.
1029  Elige la opción 
1030 \family sans
1031 Subfigura
1032 \family default
1033  e introduce el subtítulo en la casilla 
1034 \family sans
1035 Descripción
1036 \family default
1037 .
1038  Ten en cuenta que sólo el título principal  del flotante se añade a la
1039  Lista de Figuras.
1040  La figura
1041 \begin_inset space ~
1042 \end_inset
1043
1044
1045 \begin_inset CommandInset ref
1046 LatexCommand ref
1047 reference "fig:Dos-imágenes-distorsionadas"
1048
1049 \end_inset
1050
1051  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1052  También se pueden poner una sobre otra.
1053 \end_layout
1054
1055 \begin_layout Standard
1056 \begin_inset Float figure
1057 wide false
1058 sideways false
1059 status open
1060
1061 \begin_layout Plain Layout
1062 \begin_inset space \hfill{}
1063 \end_inset
1064
1065
1066 \begin_inset Float figure
1067 wide false
1068 sideways false
1069 status open
1070
1071 \begin_layout Plain Layout
1072 \begin_inset Caption
1073
1074 \begin_layout Plain Layout
1075 Estructura indefinible
1076 \end_layout
1077
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \begin_layout Plain Layout
1084 \begin_inset Graphics
1085         filename ../clipart/escher-lsd.eps
1086         width 45col%
1087
1088 \end_inset
1089
1090
1091 \end_layout
1092
1093 \end_inset
1094
1095
1096 \begin_inset space \hfill{}
1097 \end_inset
1098
1099
1100 \begin_inset Float figure
1101 wide false
1102 sideways false
1103 status open
1104
1105 \begin_layout Plain Layout
1106 \begin_inset Caption
1107
1108 \begin_layout Plain Layout
1109
1110 \end_layout
1111
1112 \end_inset
1113
1114
1115 \end_layout
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Graphics
1119         filename ../clipart/platypus.eps
1120         lyxscale 60
1121         width 45col%
1122
1123 \end_inset
1124
1125
1126 \end_layout
1127
1128 \end_inset
1129
1130
1131 \begin_inset space \hfill{}
1132 \end_inset
1133
1134
1135 \end_layout
1136
1137 \begin_layout Plain Layout
1138 \begin_inset Caption
1139
1140 \begin_layout Plain Layout
1141 \begin_inset CommandInset label
1142 LatexCommand label
1143 name "fig:Dos-imágenes-distorsionadas"
1144
1145 \end_inset
1146
1147 Dos imágenes distorsionadas.
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \end_layout
1159
1160 \begin_layout Section
1161 Formatos de imagen
1162 \begin_inset CommandInset label
1163 LatexCommand label
1164 name "sec:Formatos-de-imagen"
1165
1166 \end_inset
1167
1168
1169 \begin_inset Index
1170 status collapsed
1171
1172 \begin_layout Plain Layout
1173 Formatos de imagen
1174 \end_layout
1175
1176 \end_inset
1177
1178
1179 \begin_inset Index
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 Figuras ! Formatos de imagen
1184 \end_layout
1185
1186 \end_inset
1187
1188
1189 \end_layout
1190
1191 \begin_layout Standard
1192 Puedes insertar imágenes en cualquier formato.
1193  Pero como se explica en el apéndice
1194 \begin_inset space ~
1195 \end_inset
1196
1197
1198 \begin_inset CommandInset ref
1199 LatexCommand ref
1200 reference "cha:Formatos-de-Archivos-de-Salida"
1201
1202 \end_inset
1203
1204 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1205  de archivo de imagen.
1206  Por eso LyX usa el programa 
1207 \family sans
1208 Imagemagick
1209 \family default
1210  en segundo plano para convertir imágenes al formato adecuado.
1211  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1212  los formatos de imagen admitidos en el formato de archivo de salida.
1213  Los formatos de salida se explican en el apéndice
1214 \begin_inset space ~
1215 \end_inset
1216
1217
1218 \begin_inset CommandInset ref
1219 LatexCommand ref
1220 reference "cha:Formatos-de-Archivos-de-Salida"
1221
1222 \end_inset
1223
1224 .
1225 \end_layout
1226
1227 \begin_layout Standard
1228 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1229 \end_layout
1230
1231 \begin_layout Description
1232 Imágenes
1233 \begin_inset space ~
1234 \end_inset
1235
1236 mapa
1237 \begin_inset space ~
1238 \end_inset
1239
1240 de
1241 \begin_inset space ~
1242 \end_inset
1243
1244 bits
1245 \begin_inset space ~
1246 \end_inset
1247
1248 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1249  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1250  de zoom.
1251  Formatos de imágenes en bitmap bien conocidos son 
1252 \begin_inset Quotes eld
1253 \end_inset
1254
1255 Graphics Interchange Format
1256 \begin_inset Quotes erd
1257 \end_inset
1258
1259  (GIF, extensión 
1260 \begin_inset Quotes eld
1261 \end_inset
1262
1263 .gif
1264 \begin_inset Quotes erd
1265 \end_inset
1266
1267 )
1268 \begin_inset Index
1269 status collapsed
1270
1271 \begin_layout Plain Layout
1272 GIF|see
1273 \begin_inset ERT
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277
1278 {
1279 \end_layout
1280
1281 \end_inset
1282
1283 Formatos de imagen
1284 \begin_inset ERT
1285 status collapsed
1286
1287 \begin_layout Plain Layout
1288
1289 }
1290 \end_layout
1291
1292 \end_inset
1293
1294
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \begin_inset Quotes eld
1301 \end_inset
1302
1303 Portable Network Graphics
1304 \begin_inset Quotes erd
1305 \end_inset
1306
1307  (PNG, extensión 
1308 \begin_inset Quotes eld
1309 \end_inset
1310
1311 .png
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315 )
1316 \begin_inset Index
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 PNG|see
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 {
1327 \end_layout
1328
1329 \end_inset
1330
1331 Formatos de imagen
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 }
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \end_inset
1346
1347 , y 
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351 Joint Photographic Experts Group
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  (JPG, extensión 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359 .jpg
1360 \begin_inset Quotes erd
1361 \end_inset
1362
1363  o 
1364 \begin_inset Quotes eld
1365 \end_inset
1366
1367 .jpeg
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371 )
1372 \begin_inset Index
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 JPG|see
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 {
1383 \end_layout
1384
1385 \end_inset
1386
1387 Formatos de imagen
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 }
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \end_inset
1402
1403 .
1404 \end_layout
1405
1406 \begin_layout Description
1407 Imágenes
1408 \begin_inset space ~
1409 \end_inset
1410
1411 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1412 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1413  La posibilidad de escalado hace falta para crear presentaciones, porque
1414  éstas siempre son escaladas por el proyector.
1415  El escalado también es útil en los documentos en línea para permitir el
1416  zoom en diagramas.
1417 \begin_inset Newline newline
1418 \end_inset
1419
1420 Formatos de imagen escalables pueden ser 
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424 Scalable Vector Graphics
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428  (SVG, extensión 
1429 \begin_inset Quotes eld
1430 \end_inset
1431
1432 .svg
1433 \begin_inset Quotes erd
1434 \end_inset
1435
1436 )
1437 \begin_inset Index
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 SVG|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Formatos de imagen
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \begin_inset Quotes eld
1470 \end_inset
1471
1472 Encapsulated PostScript
1473 \begin_inset Quotes erd
1474 \end_inset
1475
1476  (EPS, extensión 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 .eps
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484 )
1485 \begin_inset Index
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 EPS|see
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 {
1496 \end_layout
1497
1498 \end_inset
1499
1500 Formatos de imagen
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 }
1507 \end_layout
1508
1509 \end_inset
1510
1511
1512 \end_layout
1513
1514 \end_inset
1515
1516
1517 \begin_inset Quotes eld
1518 \end_inset
1519
1520 Portable Document Format
1521 \begin_inset Quotes erd
1522 \end_inset
1523
1524  (PDF, extensión 
1525 \begin_inset Quotes eld
1526 \end_inset
1527
1528 .pdf
1529 \begin_inset Quotes erd
1530 \end_inset
1531
1532 )
1533 \begin_inset Index
1534 status collapsed
1535
1536 \begin_layout Plain Layout
1537 PDF|see
1538 \begin_inset ERT
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542
1543 {
1544 \end_layout
1545
1546 \end_inset
1547
1548 Formatos de imagen
1549 \begin_inset ERT
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 }
1555 \end_layout
1556
1557 \end_inset
1558
1559
1560 \end_layout
1561
1562 \end_inset
1563
1564 , y 
1565 \begin_inset Quotes eld
1566 \end_inset
1567
1568 Windows Metafile
1569 \begin_inset Quotes erd
1570 \end_inset
1571
1572  (WMF, extensión 
1573 \begin_inset Quotes eld
1574 \end_inset
1575
1576 .wmf
1577 \begin_inset Quotes erd
1578 \end_inset
1579
1580 )
1581 \begin_inset Index
1582 status collapsed
1583
1584 \begin_layout Plain Layout
1585 WMF|see
1586 \begin_inset ERT
1587 status collapsed
1588
1589 \begin_layout Plain Layout
1590
1591 {
1592 \end_layout
1593
1594 \end_inset
1595
1596 Formatos de imagen
1597 \begin_inset ERT
1598 status collapsed
1599
1600 \begin_layout Plain Layout
1601
1602 }
1603 \end_layout
1604
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611
1612 .
1613  Escribimos 
1614 \begin_inset Quotes eld
1615 \end_inset
1616
1617 pueden ser
1618 \begin_inset Quotes erd
1619 \end_inset
1620
1621 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1622  será todavía una imagen bitmap.
1623  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1624  a la imagen original
1625 \begin_inset Foot
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629 En el caso de PDF, además se comprime la imagen original.
1630 \end_layout
1631
1632 \end_inset
1633
1634 .
1635  Por ejemplo, los archivos PDF generados por 
1636 \family sans
1637 Adobe Photoshop
1638 \family default
1639  son imágenes bitmap.
1640 \end_layout
1641
1642 \begin_layout Standard
1643 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1644  viceversa.
1645  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1646  archivos de salida PDF y PostScript, respectivamente.
1647  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1648  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1649 \begin_inset Formula $\to$
1650 \end_inset
1651
1652  PDF/EPS.
1653 \end_layout
1654
1655 \begin_layout Chapter
1656 Tablas
1657 \begin_inset CommandInset label
1658 LatexCommand label
1659 name "cha:Tablas"
1660
1661 \end_inset
1662
1663
1664 \begin_inset Index
1665 status collapsed
1666
1667 \begin_layout Plain Layout
1668 Tablas
1669 \end_layout
1670
1671 \end_inset
1672
1673
1674 \end_layout
1675
1676 \begin_layout Section
1677 Introducción
1678 \begin_inset Index
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Tablas ! Introducción
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \begin_layout Standard
1691 Puede insertarse una tabla mediante el botón
1692 \begin_inset Graphics
1693         filename ../../images/tabular-insert.png
1694         scale 85
1695
1696 \end_inset
1697
1698  o el menú 
1699 \family sans
1700 Insertar\SpecialChar \menuseparator
1701 Tabla
1702 \family default
1703 .
1704  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1705  el número de filas y de columnas de la tabla.
1706  Si usas el menú aparece un diálogo en el que se pide el número de filas
1707  y columnas.
1708  
1709 \begin_inset Newline newline
1710 \end_inset
1711
1712 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1713  fila aparece separada por una línea doble: la línea inferior de la primera
1714  fila y la línea superior de la segunda fila.
1715  Ejemplo de tabla:
1716 \end_layout
1717
1718 \begin_layout Standard
1719 \align center
1720 \begin_inset Tabular
1721 <lyxtabular version="3" rows="4" columns="4">
1722 <features>
1723 <column alignment="center" valignment="top" width="0">
1724 <column alignment="center" valignment="top" width="0pt">
1725 <column alignment="center" valignment="top" width="0in">
1726 <column alignment="center" valignment="top" width="0pt">
1727 <row>
1728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741
1742 \family roman
1743 \series medium
1744 \shape up
1745 \size normal
1746 \emph off
1747 \bar no
1748 \noun off
1749 \color none
1750 1
1751 \end_layout
1752
1753 \end_inset
1754 </cell>
1755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1756 \begin_inset Text
1757
1758 \begin_layout Plain Layout
1759 2
1760 \end_layout
1761
1762 \end_inset
1763 </cell>
1764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1765 \begin_inset Text
1766
1767 \begin_layout Plain Layout
1768 3
1769 \end_layout
1770
1771 \end_inset
1772 </cell>
1773 </row>
1774 <row>
1775 <cell alignment="center" valignment="top" topline="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 A
1789 \end_layout
1790
1791 \end_inset
1792 </cell>
1793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1794 \begin_inset Text
1795
1796 \begin_layout Plain Layout
1797
1798 \end_layout
1799
1800 \end_inset
1801 </cell>
1802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 </row>
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826
1827 \family roman
1828 \series medium
1829 \shape up
1830 \size normal
1831 \emph off
1832 \bar no
1833 \noun off
1834 \color none
1835 B
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" usebox="none">
1850 \begin_inset Text
1851
1852 \begin_layout Plain Layout
1853
1854 \size normal
1855 \noun off
1856 \color none
1857  
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \family roman
1879 \series medium
1880 \shape up
1881 \size normal
1882 \emph off
1883 \bar no
1884 \noun off
1885 \color none
1886 C
1887 \end_layout
1888
1889 \end_inset
1890 </cell>
1891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Plain Layout
1895
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 </lyxtabular>
1920
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \begin_layout Section
1927 Diálogo de tablas
1928 \begin_inset Index
1929 status collapsed
1930
1931 \begin_layout Plain Layout
1932 Tablas ! Diálogo
1933 \end_layout
1934
1935 \end_inset
1936
1937
1938 \end_layout
1939
1940 \begin_layout Standard
1941 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1942  pinchar sobre ella con el botón derecho del ratón.
1943  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1944  encuentra el cursor.
1945  La mayoría de opciones también trabajan sobre una selección de celdas,
1946  de filas o de columnas.
1947  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1948  su 
1949 \emph on
1950 contenido
1951 \emph default
1952 .
1953  En el cuadro de diálogo aparecen las siguientes solapas:
1954 \end_layout
1955
1956 \begin_layout Description
1957
1958 \family sans
1959 Configuración
1960 \begin_inset space ~
1961 \end_inset
1962
1963 de
1964 \begin_inset space ~
1965 \end_inset
1966
1967 la
1968 \begin_inset space ~
1969 \end_inset
1970
1971 tabla
1972 \family default
1973  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1974  actual.
1975  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1976  Una anchura determinada permite tener saltos de línea y distintos párrafos
1977  de texto, ver sección 
1978 \begin_inset space ~
1979 \end_inset
1980
1981
1982 \begin_inset CommandInset ref
1983 LatexCommand ref
1984 reference "sub:Líneas-Múltiples-en"
1985
1986 \end_inset
1987
1988 .
1989  Si no estableces anchura, la columna será tan ancha como el contenido de
1990  la celda más ancha.
1991 \begin_inset Newline newline
1992 \end_inset
1993
1994 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1995  ver sección
1996 \begin_inset space ~
1997 \end_inset
1998
1999
2000 \begin_inset CommandInset ref
2001 LatexCommand ref
2002 reference "sub:Multicolumnas"
2003
2004 \end_inset
2005
2006 .
2007 \begin_inset Newline newline
2008 \end_inset
2009
2010 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2011  90º en el sentido de las agujas del reloj.
2012  La rotación no se ve en LyX, sí en la salida.
2013 \begin_inset Newline newline
2014 \end_inset
2015
2016
2017 \begin_inset Note Greyedout
2018 status open
2019
2020 \begin_layout Plain Layout
2021
2022 \series bold
2023 Nota:
2024 \series default
2025  no todos los visores DVI pueden mostrar rotaciones.
2026 \end_layout
2027
2028 \end_inset
2029
2030
2031 \begin_inset Newline newline
2032 \end_inset
2033
2034 También es posible introducir argumentos LaTeX necesarios para formatos
2035  especiales, ver sección
2036 \begin_inset space ~
2037 \end_inset
2038
2039
2040 \begin_inset CommandInset ref
2041 LatexCommand ref
2042 reference "sub:Cálculos-en-Multicolumnas"
2043
2044 \end_inset
2045
2046  y 
2047 \begin_inset CommandInset ref
2048 LatexCommand ref
2049 reference "sec:Tablas-Coloreadas"
2050
2051 \end_inset
2052
2053 .
2054 \end_layout
2055
2056 \begin_layout Description
2057
2058 \family sans
2059 Bordes
2060 \family default
2061  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2062 \end_layout
2063
2064 \begin_layout Description
2065
2066 \family sans
2067 Tabla
2068 \begin_inset space ~
2069 \end_inset
2070
2071 larga
2072 \family default
2073  Para hacer 
2074 \emph on
2075 tablas largas
2076 \emph default
2077  que pueden extenderse por varias páginas.
2078  La sección
2079 \begin_inset space ~
2080 \end_inset
2081
2082
2083 \begin_inset CommandInset ref
2084 LatexCommand ref
2085 reference "sec:Tablas-Largas"
2086
2087 \end_inset
2088
2089  describe su uso en detalle.
2090 \end_layout
2091
2092 \begin_layout Standard
2093 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2094  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2095  aparecerá inmediatamente en el diálogo.
2096 \end_layout
2097
2098 \begin_layout Section
2099 Barra de herramientas de tabla
2100 \begin_inset Index
2101 status collapsed
2102
2103 \begin_layout Plain Layout
2104 Tablas ! Barra de herramientas
2105 \end_layout
2106
2107 \end_inset
2108
2109
2110 \end_layout
2111
2112 \begin_layout Standard
2113 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2114  para cambiar las tablas de manera más rápida.
2115  Normalmente debería aparecer en la parte inferior de la ventana principal
2116  de LyX cuando el cursor está dentro de una tabla.
2117  En cualquier momento se puede presentar esta barra pinchando con el botón
2118  derecho del ratón en cualquier punto de la barra principal de menú.
2119 \end_layout
2120
2121 \begin_layout Standard
2122 La barra de herramientas tiene los siguientes iconos:
2123 \end_layout
2124
2125 \begin_layout Labeling
2126 \labelwidthstring 00.00.0000
2127 \begin_inset Graphics
2128         filename ../../images/tabular-feature_append-row.png
2129
2130 \end_inset
2131
2132  añade una fila bajo la celda actual o selección
2133 \end_layout
2134
2135 \begin_layout Labeling
2136 \labelwidthstring 00.00.0000
2137 \begin_inset Graphics
2138         filename ../../images/tabular-feature_append-column.png
2139
2140 \end_inset
2141
2142  añade una columna a la derecha de la celda actual o selección
2143 \end_layout
2144
2145 \begin_layout Labeling
2146 \labelwidthstring 00.00.0000
2147 \begin_inset Graphics
2148         filename ../../images/tabular-feature_delete-row.png
2149
2150 \end_inset
2151
2152  borra la fila actual o selección
2153 \end_layout
2154
2155 \begin_layout Labeling
2156 \labelwidthstring 00.00.0000
2157 \begin_inset Graphics
2158         filename ../../images/tabular-feature_delete-column.png
2159
2160 \end_inset
2161
2162  borra la columna actual o selección
2163 \end_layout
2164
2165 \begin_layout Labeling
2166 \labelwidthstring 00.00.0000
2167 \begin_inset Graphics
2168         filename ../../images/tabular-feature_toggle-line-top.png
2169
2170 \end_inset
2171
2172  añade una línea sobre la celda/fila actual o la selección
2173 \end_layout
2174
2175 \begin_layout Labeling
2176 \labelwidthstring 00.00.0000
2177 \begin_inset Graphics
2178         filename ../../images/tabular-feature_toggle-line-bottom.png
2179
2180 \end_inset
2181
2182  añade una línea bajo la celda/fila actual o la selección
2183 \end_layout
2184
2185 \begin_layout Labeling
2186 \labelwidthstring 00.00.0000
2187 \begin_inset Graphics
2188         filename ../../images/tabular-feature_toggle-line-left.png
2189
2190 \end_inset
2191
2192  añade una línea a la izquierda de la celda/fila actual o la selección
2193 \end_layout
2194
2195 \begin_layout Labeling
2196 \labelwidthstring 00.00.0000
2197 \begin_inset Graphics
2198         filename ../../images/tabular-feature_toggle-line-right.png
2199
2200 \end_inset
2201
2202  añade una línea a la derecha de la celda/fila actual o la selección
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../../images/tabular-feature_set-all-lines.png
2209
2210 \end_inset
2211
2212  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2213  actual no es multicolumna esto afecta también a la fila y a la columna)
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../../images/tabular-feature_unset-all-lines.png
2220
2221 \end_inset
2222
2223  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2224  actual no es multicolumna esto afecta también a la fila y a la columna)
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../../images/tabular-feature_align-left.png
2231
2232 \end_inset
2233
2234  alinea a la izquierda el contenido de la celda/columna
2235 \end_layout
2236
2237 \begin_layout Labeling
2238 \labelwidthstring 00.00.0000
2239 \begin_inset Graphics
2240         filename ../../images/tabular-feature_align-center.png
2241
2242 \end_inset
2243
2244  centra el contenido de la celda/columna horizontalmente
2245 \end_layout
2246
2247 \begin_layout Labeling
2248 \labelwidthstring 00.00.0000
2249 \begin_inset Graphics
2250         filename ../../images/tabular-feature_align-right.png
2251
2252 \end_inset
2253
2254  alinea a la derecha el contenido de la celda/columna
2255 \end_layout
2256
2257 \begin_layout Labeling
2258 \labelwidthstring 00.00.0000
2259 \begin_inset Graphics
2260         filename ../../images/tabular-feature_valign-top.png
2261
2262 \end_inset
2263
2264  alinea arriba el contenido de la celda
2265 \end_layout
2266
2267 \begin_layout Labeling
2268 \labelwidthstring 00.00.0000
2269 \begin_inset Graphics
2270         filename ../../images/tabular-feature_valign-middle.png
2271
2272 \end_inset
2273
2274  centra verticalmente el contenido de la celda
2275 \end_layout
2276
2277 \begin_layout Labeling
2278 \labelwidthstring 00.00.0000
2279 \begin_inset Graphics
2280         filename ../../images/tabular-feature_valign-bottom.png
2281
2282 \end_inset
2283
2284  alinea abajo el contenido de la celda
2285 \end_layout
2286
2287 \begin_layout Labeling
2288 \labelwidthstring 00.00.0000
2289 \begin_inset Graphics
2290         filename ../../images/tabular-feature_set-rotate-cell.png
2291
2292 \end_inset
2293
2294  gira la celda o selección 90° como las agujas de reloj
2295 \end_layout
2296
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299 \begin_inset Graphics
2300         filename ../../images/tabular-feature_set-rotate-tabular.png
2301
2302 \end_inset
2303
2304  gira toda la tabla 90° como agujas del reloj
2305 \end_layout
2306
2307 \begin_layout Labeling
2308 \labelwidthstring 00.00.0000
2309 \begin_inset Graphics
2310         filename ../../images/tabular-feature_multicolumn.png
2311
2312 \end_inset
2313
2314  establece la celda actual o selección como multicolumna
2315 \end_layout
2316
2317 \begin_layout Standard
2318 \begin_inset Note Greyedout
2319 status open
2320
2321 \begin_layout Plain Layout
2322
2323 \series bold
2324 Nota:
2325 \series default
2326  En la salida se emplea la alineación vertical de la primera celda de una
2327  fila para todas las celdas restantes de la fila.
2328 \end_layout
2329
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Section
2336 Menú Editar Tabla
2337 \begin_inset Index
2338 status collapsed
2339
2340 \begin_layout Plain Layout
2341 Tablas ! Editar
2342 \end_layout
2343
2344 \end_inset
2345
2346
2347 \end_layout
2348
2349 \begin_layout Standard
2350 Además del diálogo y la barra de herramientas, el menú 
2351 \family sans
2352 Editar\SpecialChar \menuseparator
2353 Tabla
2354 \family default
2355  permite añadir y borrar bordes para la fila/columna actual y establecer
2356  la selección como multicolumna.
2357  El menú sólo está disponible si el cursor está en la tabla.
2358 \end_layout
2359
2360 \begin_layout Section
2361 Tablas flotantes
2362 \begin_inset CommandInset label
2363 LatexCommand label
2364 name "sec:Tablas-Flotantes"
2365
2366 \end_inset
2367
2368
2369 \begin_inset Index
2370 status collapsed
2371
2372 \begin_layout Plain Layout
2373 Flotantes ! Tablas
2374 \end_layout
2375
2376 \end_inset
2377
2378
2379 \begin_inset Index
2380 status collapsed
2381
2382 \begin_layout Plain Layout
2383 Tablas ! Flotantes
2384 \end_layout
2385
2386 \end_inset
2387
2388
2389 \end_layout
2390
2391 \begin_layout Standard
2392 Para una explicación general sobre flotantes, echa un vistazo a la sección
2393 \begin_inset space ~
2394 \end_inset
2395
2396
2397 \begin_inset CommandInset ref
2398 LatexCommand ref
2399 reference "sec:IntroducciónFlotantes"
2400
2401 \end_inset
2402
2403 .
2404 \end_layout
2405
2406 \begin_layout Standard
2407 \begin_inset Float table
2408 placement h
2409 wide false
2410 sideways false
2411 status collapsed
2412
2413 \begin_layout Plain Layout
2414 \begin_inset Caption
2415
2416 \begin_layout Plain Layout
2417 \begin_inset CommandInset label
2418 LatexCommand label
2419 name "tab:una tabla flotante"
2420
2421 \end_inset
2422
2423 Una tabla flotante.
2424 \end_layout
2425
2426 \end_inset
2427
2428
2429 \end_layout
2430
2431 \begin_layout Plain Layout
2432 \align center
2433 \begin_inset Tabular
2434 <lyxtabular version="3" rows="3" columns="3">
2435 <features>
2436 <column alignment="center" valignment="top" width="0pt">
2437 <column alignment="center" valignment="top" width="0pt">
2438 <column alignment="center" valignment="top" width="0pt">
2439 <row>
2440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \family roman
2446 \series medium
2447 \shape up
2448 \size normal
2449 \emph off
2450 \bar no
2451 \noun off
2452 \color none
2453 1
2454 \end_layout
2455
2456 \end_inset
2457 </cell>
2458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2459 \begin_inset Text
2460
2461 \begin_layout Plain Layout
2462
2463 \family roman
2464 \series medium
2465 \shape up
2466 \size normal
2467 \emph off
2468 \bar no
2469 \noun off
2470 \color none
2471 2
2472 \end_layout
2473
2474 \end_inset
2475 </cell>
2476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2477 \begin_inset Text
2478
2479 \begin_layout Plain Layout
2480
2481 \family roman
2482 \series medium
2483 \shape up
2484 \size normal
2485 \emph off
2486 \bar no
2487 \noun off
2488 \color none
2489 3
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 </row>
2495 <row>
2496 <cell alignment="center" valignment="top" topline="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 Pepe
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell alignment="center" valignment="top" topline="true" leftline="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 Mari
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2533 \begin_inset Text
2534
2535 \begin_layout Plain Layout
2536
2537 \family roman
2538 \series medium
2539 \shape up
2540 \size normal
2541 \emph off
2542 \bar no
2543 \noun off
2544 \color none
2545 Teo
2546 \end_layout
2547
2548 \end_inset
2549 </cell>
2550 </row>
2551 <row>
2552 <cell alignment="center" valignment="top" topline="true" bottomline="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 \begin_inset Formula $\int x^{2}dx$
2566 \end_inset
2567
2568
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Plain Layout
2577
2578 \family roman
2579 \series medium
2580 \shape up
2581 \size normal
2582 \emph off
2583 \bar no
2584 \noun off
2585 \color none
2586 \begin_inset Formula $\left[\begin{array}{cc}
2587 a & b\\
2588 c & d\end{array}\right]$
2589 \end_inset
2590
2591
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2597 \begin_inset Text
2598
2599 \begin_layout Plain Layout
2600
2601 \family roman
2602 \series medium
2603 \shape up
2604 \size normal
2605 \emph off
2606 \bar no
2607 \noun off
2608 \color none
2609 \begin_inset Formula $1+1=2$
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 </row>
2618 </lyxtabular>
2619
2620 \end_inset
2621
2622
2623 \end_layout
2624
2625 \end_inset
2626
2627
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Las tablas flotantes pueden insertarse con el menú 
2632 \family sans
2633 Insertar\SpecialChar \menuseparator
2634 Flotante\SpecialChar \menuseparator
2635 Tabla
2636 \family default
2637  o con el botón 
2638 \begin_inset Graphics
2639         filename ../../images/float-insert_table.png
2640         scale 85
2641
2642 \end_inset
2643
2644 .
2645 \end_layout
2646
2647 \begin_layout Standard
2648 El flotante se muestra como un cuadro desplegable con la etiqueta 
2649 \begin_inset Quotes eld
2650 \end_inset
2651
2652 Tabla
2653 \begin_inset space ~
2654 \end_inset
2655
2656 #:
2657 \begin_inset Quotes erd
2658 \end_inset
2659
2660  (# es el número actual).
2661  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2662  Para insertar una tabla en el flotante se sitúa el cursor al final del
2663  texto del encabezado y se pulsa Intro.
2664  La leyenda se imprime encima de la tabla.
2665 \end_layout
2666
2667 \begin_layout Standard
2668 La tabla
2669 \begin_inset space ~
2670 \end_inset
2671
2672
2673 \begin_inset CommandInset ref
2674 LatexCommand ref
2675 reference "tab:una tabla flotante"
2676
2677 \end_inset
2678
2679  es un ejemplo de tabla flotante.
2680 \end_layout
2681
2682 \begin_layout Standard
2683 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2684  no es soportado en las clases estándar de LaTeX.
2685  Esto significa que si estás usando las clases de documento 
2686 \family sans
2687 article
2688 \family default
2689
2690 \family sans
2691 book
2692 \family default
2693
2694 \family sans
2695 letter
2696 \family default
2697  o 
2698 \family sans
2699 report
2700 \family default
2701  no habrá espacio entre la leyenda y la tabla.
2702  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2703  del documento la siguiente opción al comando del paquete LaTeX 
2704 \series bold
2705 caption
2706 \series default
2707
2708 \begin_inset Index
2709 status collapsed
2710
2711 \begin_layout Plain Layout
2712 LaTeX-paquetes ! caption
2713 \end_layout
2714
2715 \end_inset
2716
2717
2718 \begin_inset Foot
2719 status open
2720
2721 \begin_layout Plain Layout
2722 Para más información ve a la sección
2723 \begin_inset space ~
2724 \end_inset
2725
2726
2727 \begin_inset CommandInset ref
2728 LatexCommand ref
2729 reference "sec:Colocación-de-leyendas"
2730
2731 \end_inset
2732
2733 .
2734 \end_layout
2735
2736 \end_inset
2737
2738 :
2739 \end_layout
2740
2741 \begin_layout Standard
2742
2743 \series bold
2744 tableposition=top
2745 \end_layout
2746
2747 \begin_layout Standard
2748 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2749  
2750 \series bold
2751 caption
2752 \series default
2753  como se describe en la sección
2754 \begin_inset space ~
2755 \end_inset
2756
2757
2758 \begin_inset CommandInset ref
2759 LatexCommand ref
2760 reference "sec:Formato-de-leyendas"
2761
2762 \end_inset
2763
2764 .
2765  
2766 \end_layout
2767
2768 \begin_layout Standard
2769 \begin_inset Index
2770 status collapsed
2771
2772 \begin_layout Plain Layout
2773 Referencias ! a tablas
2774 \end_layout
2775
2776 \end_inset
2777
2778 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2779  etiqueta.
2780  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2781 \family sans
2782 Insertar\SpecialChar \menuseparator
2783 Etiqueta
2784 \family default
2785  o con el botón 
2786 \begin_inset Graphics
2787         filename ../../images/label-insert.png
2788         scale 85
2789
2790 \end_inset
2791
2792 .
2793  Ahora puedes referenciar la etiqueta con el menú 
2794 \family sans
2795 Insertar\SpecialChar \menuseparator
2796 Referencia
2797 \begin_inset space ~
2798 \end_inset
2799
2800 cruzada
2801 \family default
2802  o con el botón 
2803 \begin_inset Graphics
2804         filename ../../images/dialog-show-new-inset_ref.png
2805         scale 85
2806
2807 \end_inset
2808
2809 .
2810 \begin_inset Newline newline
2811 \end_inset
2812
2813 Las referencias se explican con detalle en la sección
2814 \begin_inset space ~
2815 \end_inset
2816
2817
2818 \begin_inset CommandInset ref
2819 LatexCommand ref
2820 reference "sec:Referencias-a-Flotantes"
2821
2822 \end_inset
2823
2824 .
2825 \end_layout
2826
2827 \begin_layout Section
2828 Tablas largas
2829 \begin_inset CommandInset label
2830 LatexCommand label
2831 name "sec:Tablas-Largas"
2832
2833 \end_inset
2834
2835
2836 \begin_inset Index
2837 status collapsed
2838
2839 \begin_layout Plain Layout
2840 Tablas largas
2841 \end_layout
2842
2843 \end_inset
2844
2845
2846 \begin_inset Index
2847 status collapsed
2848
2849 \begin_layout Plain Layout
2850 Tablas ! Largas
2851 \end_layout
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \begin_layout Standard
2859 Si la tabla es demasiado larga para una página, puedes usar la opción 
2860 \family sans
2861 Usar
2862 \begin_inset space ~
2863 \end_inset
2864
2865 tabla
2866 \begin_inset space ~
2867 \end_inset
2868
2869 larga
2870 \family default
2871  en la solapa 
2872 \family sans
2873 Tabla
2874 \begin_inset space ~
2875 \end_inset
2876
2877 larga
2878 \family default
2879  del diálogo de tablas, para repartir automáticamente la tabla en varias
2880  páginas.
2881  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2882 \end_layout
2883
2884 \begin_layout Description
2885
2886 \family sans
2887 Encabezado:
2888 \family default
2889  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2890  definida, se definen como filas de encabezado para todas las páginas de
2891  la tabla, excepto para la primera página si 
2892 \family sans
2893 Primer
2894 \begin_inset space ~
2895 \end_inset
2896
2897 encabezado
2898 \family default
2899  está definido.
2900  Este se denomina encabezado principal.
2901 \end_layout
2902
2903 \begin_layout Description
2904
2905 \family sans
2906 Primer
2907 \begin_inset space ~
2908 \end_inset
2909
2910 encabezado:
2911 \family default
2912  La fila actual y superiores, que no tienen ninguna opción especial definida,
2913  se definen como filas cabeceras de la primera página de la tabla.
2914 \end_layout
2915
2916 \begin_layout Description
2917
2918 \family sans
2919 Pie:
2920 \family default
2921  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2922  definida, se definen como filas de pie de todas las páginas de la tabla,
2923  excepto para la última página si se define 
2924 \family sans
2925 Último
2926 \begin_inset space ~
2927 \end_inset
2928
2929 pie.
2930 \end_layout
2931
2932 \begin_layout Description
2933
2934 \family sans
2935 Último
2936 \begin_inset space ~
2937 \end_inset
2938
2939 pie: L
2940 \family default
2941 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2942  se definen como filas de pie de la última página de la tabla.
2943 \end_layout
2944
2945 \begin_layout Standard
2946 También se puede especificar en qué fila se ha de cortar la tabla.
2947  Si se establece más de una opción en la misma fila, habría que tener en
2948  cuenta que sólo la primera de ellas se usa en la fila dada.
2949  Las otras quedarán definidas como 
2950 \emph on
2951 vacías
2952 \emph default
2953 .
2954  En este contexto, primera significa primero en este orden: 
2955 \family sans
2956 Encabezado, Primer
2957 \begin_inset space ~
2958 \end_inset
2959
2960 encabezado
2961 \family default
2962
2963 \family sans
2964 Pie, Último
2965 \begin_inset space ~
2966 \end_inset
2967
2968 pie
2969 \family default
2970 .
2971  La siguiente tabla muestra cómo funciona:
2972 \end_layout
2973
2974 \begin_layout Standard
2975
2976 \end_layout
2977
2978 \begin_layout Standard
2979 \align center
2980 \begin_inset Tabular
2981 <lyxtabular version="3" rows="69" columns="3">
2982 <features islongtable="true">
2983 <column alignment="left" valignment="top" width="0cm">
2984 <column alignment="left" valignment="top" width="0pt">
2985 <column alignment="right" valignment="top" width="0pt">
2986 <row endfirsthead="true">
2987 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \series bold
2993 Ejemplo de lista telefónica (ignore los nombres)
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 </row>
3017 <row endfirsthead="true">
3018 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \series bold
3024 NOMBRE
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033
3034 \end_layout
3035
3036 \end_inset
3037 </cell>
3038 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \series bold
3044 TEL.
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 </row>
3050 <row endhead="true">
3051 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \series bold
3057 Ejemplo de lista telefónica
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3072 \begin_inset Text
3073
3074 \begin_layout Plain Layout
3075
3076 \end_layout
3077
3078 \end_inset
3079 </cell>
3080 </row>
3081 <row endhead="true">
3082 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086
3087 \series bold
3088 NOMBRE
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106
3107 \series bold
3108 TEL.
3109 \end_layout
3110
3111 \end_inset
3112 </cell>
3113 </row>
3114 <row endfoot="true">
3115 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119  continúa en la página siguiente
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row>
3144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \series bold
3150 Annovi
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell alignment="center" valignment="top" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159 Silvia
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168 111
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 </row>
3174 <row>
3175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \series bold
3181 Bertoli
3182 \end_layout
3183
3184 \end_inset
3185 </cell>
3186 <cell alignment="center" valignment="top" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190 Stefano
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199 111
3200 \end_layout
3201
3202 \end_inset
3203 </cell>
3204 </row>
3205 <row>
3206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3207 \begin_inset Text
3208
3209 \begin_layout Plain Layout
3210
3211 \series bold
3212 Bozzi
3213 \end_layout
3214
3215 \end_inset
3216 </cell>
3217 <cell alignment="center" valignment="top" usebox="none">
3218 \begin_inset Text
3219
3220 \begin_layout Plain Layout
3221 Walter
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 111
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row>
3237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \series bold
3243 Cachia
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 Maria
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3258 \begin_inset Text
3259
3260 \begin_layout Plain Layout
3261 111
3262 \end_layout
3263
3264 \end_inset
3265 </cell>
3266 </row>
3267 <row>
3268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3269 \begin_inset Text
3270
3271 \begin_layout Plain Layout
3272
3273 \series bold
3274 Cachia
3275 \end_layout
3276
3277 \end_inset
3278 </cell>
3279 <cell alignment="center" valignment="top" usebox="none">
3280 \begin_inset Text
3281
3282 \begin_layout Plain Layout
3283 Maurizio
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3289 \begin_inset Text
3290
3291 \begin_layout Plain Layout
3292 111
3293 \end_layout
3294
3295 \end_inset
3296 </cell>
3297 </row>
3298 <row>
3299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303
3304 \series bold
3305 Cinquemani
3306 \end_layout
3307
3308 \end_inset
3309 </cell>
3310 <cell alignment="center" valignment="top" usebox="none">
3311 \begin_inset Text
3312
3313 \begin_layout Plain Layout
3314 Giusi
3315 \end_layout
3316
3317 \end_inset
3318 </cell>
3319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3320 \begin_inset Text
3321
3322 \begin_layout Plain Layout
3323 111
3324 \end_layout
3325
3326 \end_inset
3327 </cell>
3328 </row>
3329 <row>
3330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3331 \begin_inset Text
3332
3333 \begin_layout Plain Layout
3334
3335 \series bold
3336 Colin
3337 \end_layout
3338
3339 \end_inset
3340 </cell>
3341 <cell alignment="center" valignment="top" usebox="none">
3342 \begin_inset Text
3343
3344 \begin_layout Plain Layout
3345 Bernard
3346 \end_layout
3347
3348 \end_inset
3349 </cell>
3350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3351 \begin_inset Text
3352
3353 \begin_layout Plain Layout
3354 111
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 </row>
3360 <row>
3361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3362 \begin_inset Text
3363
3364 \begin_layout Plain Layout
3365
3366 \series bold
3367 Concli
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 <cell alignment="center" valignment="top" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376 Gianfranco
3377 \end_layout
3378
3379 \end_inset
3380 </cell>
3381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3382 \begin_inset Text
3383
3384 \begin_layout Plain Layout
3385 111
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \series bold
3398 Dal Bosco
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 <cell alignment="center" valignment="top" usebox="none">
3404 \begin_inset Text
3405
3406 \begin_layout Plain Layout
3407 Carolina
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 111
3417 \end_layout
3418
3419 \end_inset
3420 </cell>
3421 </row>
3422 <row>
3423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427
3428 \series bold
3429 Dalpiaz
3430 \end_layout
3431
3432 \end_inset
3433 </cell>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 Annamaria
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 111
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 </row>
3453 <row>
3454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Feliciello
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell alignment="center" valignment="top" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469 Domenico
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478 111
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row>
3485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 Focarelli
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell alignment="center" valignment="top" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500 Paola
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509 111
3510 \end_layout
3511
3512 \end_inset
3513 </cell>
3514 </row>
3515 <row>
3516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3517 \begin_inset Text
3518
3519 \begin_layout Plain Layout
3520
3521 \series bold
3522 Galletti
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Oreste
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 111
3541 \end_layout
3542
3543 \end_inset
3544 </cell>
3545 </row>
3546 <row>
3547 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551
3552 \series bold
3553 Gasparini
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 Franca
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 111
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row>
3578 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \series bold
3584 Rizzardi
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 Paola
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3599 \begin_inset Text
3600
3601 \begin_layout Plain Layout
3602 111
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 <row>
3609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3610 \begin_inset Text
3611
3612 \begin_layout Plain Layout
3613
3614 \series bold
3615 Lassini
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 Giancarlo
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 111
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 </row>
3639 <row>
3640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3641 \begin_inset Text
3642
3643 \begin_layout Plain Layout
3644
3645 \series bold
3646 Malfatti
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 Luciano
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3661 \begin_inset Text
3662
3663 \begin_layout Plain Layout
3664 111
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Plain Layout
3675
3676 \series bold
3677 Malfatti
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 Valeriano
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 111
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 </row>
3701 <row>
3702 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706
3707 \series bold
3708 Meneguzzo
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 Roberto
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3723 \begin_inset Text
3724
3725 \begin_layout Plain Layout
3726 111
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 <row>
3733 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3734 \begin_inset Text
3735
3736 \begin_layout Plain Layout
3737
3738 \series bold
3739 Mezzadra
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 Roberto
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3754 \begin_inset Text
3755
3756 \begin_layout Plain Layout
3757 111
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 </row>
3763 <row>
3764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3765 \begin_inset Text
3766
3767 \begin_layout Plain Layout
3768
3769 \series bold
3770 Pirpamer
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 Erich
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 111
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799
3800 \series bold
3801 Pochiesa
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 Paolo
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3816 \begin_inset Text
3817
3818 \begin_layout Plain Layout
3819 111, 222
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 </row>
3825 <row>
3826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3827 \begin_inset Text
3828
3829 \begin_layout Plain Layout
3830
3831 \series bold
3832 Radina
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 Claudio
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3847 \begin_inset Text
3848
3849 \begin_layout Plain Layout
3850 111
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \series bold
3863 Stuffer
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 Oskar
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881 111
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \series bold
3894 Tacchelli
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 Ugo
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 111
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 </row>
3918 <row>
3919 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923
3924 \series bold
3925 Tezzele
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 Margit
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943 111
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 </row>
3949 <row>
3950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3951 \begin_inset Text
3952
3953 \begin_layout Plain Layout
3954
3955 \series bold
3956 Unterkalmsteiner
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 Frieda
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3971 \begin_inset Text
3972
3973 \begin_layout Plain Layout
3974 111
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 </row>
3980 <row>
3981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Plain Layout
3985
3986 \series bold
3987 Vieider
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 Hilde
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4002 \begin_inset Text
4003
4004 \begin_layout Plain Layout
4005 111
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 </row>
4011 <row>
4012 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018 Vigna
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 Jürgen
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036 111
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 </row>
4042 <row>
4043 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4044 \begin_inset Text
4045
4046 \begin_layout Plain Layout
4047
4048 \series bold
4049 Weber
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 Maurizio
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Plain Layout
4067 111
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 </row>
4073 <row>
4074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078
4079 \series bold
4080 Winkler
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 Franz
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 111
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 <row>
4105 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4106 \begin_inset Text
4107
4108 \begin_layout Plain Layout
4109  
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4115 \begin_inset Text
4116
4117 \begin_layout Plain Layout
4118
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \series bold
4140 Annovi
4141 \end_layout
4142
4143 \end_inset
4144 </cell>
4145 <cell alignment="center" valignment="top" usebox="none">
4146 \begin_inset Text
4147
4148 \begin_layout Plain Layout
4149 Silvia
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 555
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 </row>
4164 <row>
4165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169
4170 \series bold
4171 Bertoli
4172 \end_layout
4173
4174 \end_inset
4175 </cell>
4176 <cell alignment="center" valignment="top" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180 Stefano
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 555
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 </row>
4195 <row>
4196 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200
4201 \series bold
4202 Bozzi
4203 \end_layout
4204
4205 \end_inset
4206 </cell>
4207 <cell alignment="center" valignment="top" usebox="none">
4208 \begin_inset Text
4209
4210 \begin_layout Plain Layout
4211 Walter
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 555
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \series bold
4233 Cachia
4234 \end_layout
4235
4236 \end_inset
4237 </cell>
4238 <cell alignment="center" valignment="top" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242 Maria
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 555
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \series bold
4264 Cachia
4265 \end_layout
4266
4267 \end_inset
4268 </cell>
4269 <cell alignment="center" valignment="top" usebox="none">
4270 \begin_inset Text
4271
4272 \begin_layout Plain Layout
4273 Maurizio
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 555
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 </row>
4288 <row>
4289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293
4294 \series bold
4295 Cinquemani
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 Giusi
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 555
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 </row>
4319 <row>
4320 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324
4325 \series bold
4326 Colin
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 Bernard
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 555
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 </row>
4350 <row>
4351 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355
4356 \series bold
4357 Concli
4358 \end_layout
4359
4360 \end_inset
4361 </cell>
4362 <cell alignment="center" valignment="top" usebox="none">
4363 \begin_inset Text
4364
4365 \begin_layout Plain Layout
4366 Gianfranco
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 555
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 </row>
4381 <row>
4382 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386
4387 \series bold
4388 Dal Bosco
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 Carolina
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 555
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417
4418 \series bold
4419 Dalpiaz
4420 \end_layout
4421
4422 \end_inset
4423 </cell>
4424 <cell alignment="center" valignment="top" usebox="none">
4425 \begin_inset Text
4426
4427 \begin_layout Plain Layout
4428 Annamaria
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 555
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \series bold
4450 Feliciello
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 Domenico
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 555
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 </row>
4474 <row>
4475 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479
4480 \series bold
4481 Focarelli
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 Paola
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 555
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 </row>
4505 <row>
4506 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510
4511 \series bold
4512 Galletti
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 <cell alignment="center" valignment="top" usebox="none">
4518 \begin_inset Text
4519
4520 \begin_layout Plain Layout
4521 Oreste
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 555
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 </row>
4536 <row>
4537 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541
4542 \series bold
4543 Gasparini
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 <cell alignment="center" valignment="top" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552 Franca
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 555
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 </row>
4567 <row>
4568 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572
4573 \series bold
4574 Rizzardi
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell alignment="center" valignment="top" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Paola
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 555
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603
4604 \series bold
4605 Lassini
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 Giancarlo
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 555
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 </row>
4629 <row>
4630 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4631 \begin_inset Text
4632
4633 \begin_layout Plain Layout
4634
4635 \series bold
4636 Malfatti
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 Luciano
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 555
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 </row>
4660 <row>
4661 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665
4666 \series bold
4667 Malfatti
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 Valeriano
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 555
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 </row>
4691 <row>
4692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4693 \begin_inset Text
4694
4695 \begin_layout Plain Layout
4696
4697 \series bold
4698 Meneguzzo
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 Roberto
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4713 \begin_inset Text
4714
4715 \begin_layout Plain Layout
4716 555
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727
4728 \series bold
4729 Mezzadra
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 Roberto
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4744 \begin_inset Text
4745
4746 \begin_layout Plain Layout
4747 555
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758
4759 \series bold
4760 Pirpamer
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 Erich
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 555
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 </row>
4784 <row>
4785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4786 \begin_inset Text
4787
4788 \begin_layout Plain Layout
4789
4790 \series bold
4791 Pochiesa
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 Paolo
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 555, 222
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \series bold
4822 Radina
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 Claudio
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4837 \begin_inset Text
4838
4839 \begin_layout Plain Layout
4840 555
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \series bold
4853 Stuffer
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 Oskar
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871 555
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882
4883 \series bold
4884 Tacchelli
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 Ugo
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4899 \begin_inset Text
4900
4901 \begin_layout Plain Layout
4902 555
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 </row>
4908 <row>
4909 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4910 \begin_inset Text
4911
4912 \begin_layout Plain Layout
4913
4914 \series bold
4915 Tezzele
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 Margit
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4930 \begin_inset Text
4931
4932 \begin_layout Plain Layout
4933 555
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 </row>
4939 <row>
4940 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4941 \begin_inset Text
4942
4943 \begin_layout Plain Layout
4944
4945 \series bold
4946 Unterkalmsteiner
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 Frieda
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4961 \begin_inset Text
4962
4963 \begin_layout Plain Layout
4964 555
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 </row>
4970 <row>
4971 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4972 \begin_inset Text
4973
4974 \begin_layout Plain Layout
4975
4976 \series bold
4977 Vieider
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 Hilde
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4992 \begin_inset Text
4993
4994 \begin_layout Plain Layout
4995 555
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 </row>
5001 <row>
5002 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5003 \begin_inset Text
5004
5005 \begin_layout Plain Layout
5006
5007 \series bold
5008 Vigna
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 Jürgen
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5023 \begin_inset Text
5024
5025 \begin_layout Plain Layout
5026 999
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 </row>
5032 <row>
5033 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5034 \begin_inset Text
5035
5036 \begin_layout Plain Layout
5037
5038 \series bold
5039 Weber
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Maurizio
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 555
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \series bold
5070 Winkler
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 Franz
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 555
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 </row>
5094 <row endlastfoot="true">
5095 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5096 \begin_inset Text
5097
5098 \begin_layout Plain Layout
5099 fin
5100 \end_layout
5101
5102 \end_inset
5103 </cell>
5104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 </lyxtabular>
5124
5125 \end_inset
5126
5127
5128 \begin_inset ERT
5129 status open
5130
5131 \begin_layout Plain Layout
5132
5133
5134 \backslash
5135 addtocounter{table}{-1}
5136 \end_layout
5137
5138 \end_inset
5139
5140
5141 \begin_inset Note Note
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145 Para comprender el uso de este comando, lee al final de la sección
5146 \begin_inset space ~
5147 \end_inset
5148
5149
5150 \begin_inset CommandInset ref
5151 LatexCommand ref
5152 reference "sub:Leyendas-en-Tablas"
5153
5154 \end_inset
5155
5156  la primera nota resaltada en gris.
5157  
5158 \end_layout
5159
5160 \end_inset
5161
5162
5163 \end_layout
5164
5165 \begin_layout Subsection
5166 Notas al pie en tablas largas
5167 \begin_inset CommandInset label
5168 LatexCommand label
5169 name "sub:Notas-al-pie-en-Tablas-Largas"
5170
5171 \end_inset
5172
5173
5174 \begin_inset Index
5175 status collapsed
5176
5177 \begin_layout Plain Layout
5178 Tablas largas ! Notas al pie
5179 \end_layout
5180
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \begin_layout Standard
5187 Se pueden insertar notas al pie en cada celda de una tabla larga.
5188  Las notas se muestran en la parte inferior de la página en la que esté
5189  la celda con la nota.
5190  La tabla
5191 \begin_inset space ~
5192 \end_inset
5193
5194
5195 \begin_inset CommandInset ref
5196 LatexCommand ref
5197 reference "tab:DifLeyendas"
5198
5199 \end_inset
5200
5201  tiene un ejemplo de nota al pie.
5202 \end_layout
5203
5204 \begin_layout Subsection
5205 Alineación de tablas largas
5206 \begin_inset Index
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210 Tablas largas ! Alineación
5211 \end_layout
5212
5213 \end_inset
5214
5215
5216 \end_layout
5217
5218 \begin_layout Standard
5219 Las tablas largas se centran por defecto.
5220  Al contrario de la alineación de filas y columnas, la alineación de una
5221  tabla no se puede cambiar por ahora en el diálogo de tablas.
5222  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5223  longitudes 
5224 \series bold
5225
5226 \backslash
5227 LTleft
5228 \series default
5229  y 
5230 \series bold
5231
5232 \backslash
5233 LTright 
5234 \series default
5235 insertando la línea siguiente como ERT antes de la correspondiente tabla
5236  larga:
5237 \end_layout
5238
5239 \begin_layout Standard
5240
5241 \series bold
5242
5243 \backslash
5244 setlength{
5245 \backslash
5246 LTleft}{valor}
5247 \end_layout
5248
5249 \begin_layout Standard
5250 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5251 \begin_inset space ~
5252 \end_inset
5253
5254
5255 \begin_inset CommandInset ref
5256 LatexCommand ref
5257 reference "tab:Unidades"
5258
5259 \end_inset
5260
5261 .
5262  
5263 \series bold
5264
5265 \backslash
5266 LTlent 
5267 \series default
5268 controla la distancia entre el borde izquierdo de la página y la tabla.
5269  
5270 \series bold
5271
5272 \backslash
5273 LTright 
5274 \series default
5275 la distancia desde el lado derecho.
5276  El valor predeterminado para ambas longitudes es 
5277 \series bold
5278
5279 \backslash
5280 fill
5281 \series default
5282 , que en este caso es lo mismo que un relleno horizontal en LyX.
5283 \end_layout
5284
5285 \begin_layout Standard
5286 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5287 \series bold
5288
5289 \backslash
5290 LTleft
5291 \series default
5292  0 pt.
5293 \begin_inset ERT
5294 status collapsed
5295
5296 \begin_layout Plain Layout
5297
5298
5299 \backslash
5300 setlength{
5301 \backslash
5302 LTleft}{0pt}
5303 \end_layout
5304
5305 \end_inset
5306
5307
5308 \end_layout
5309
5310 \begin_layout Standard
5311 \begin_inset Tabular
5312 <lyxtabular version="3" rows="5" columns="5">
5313 <features islongtable="true">
5314 <column alignment="center" valignment="top" width="0">
5315 <column alignment="center" valignment="top" width="0">
5316 <column alignment="center" valignment="top" width="0">
5317 <column alignment="center" valignment="top" width="0">
5318 <column alignment="center" valignment="top" width="0">
5319 <row>
5320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5321 \begin_inset Text
5322
5323 \begin_layout Plain Layout
5324 1
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 2
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 3
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5348 \begin_inset Text
5349
5350 \begin_layout Plain Layout
5351 4
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 5
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 </row>
5366 <row>
5367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 asd
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 s
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 s
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5395 \begin_inset Text
5396
5397 \begin_layout Plain Layout
5398 s
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 asd
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 </row>
5413 <row>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 asd
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" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445 s
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5451 \begin_inset Text
5452
5453 \begin_layout Plain Layout
5454 asd
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 asd
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" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492 s
5493 \end_layout
5494
5495 \end_inset
5496 </cell>
5497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5498 \begin_inset Text
5499
5500 \begin_layout Plain Layout
5501 asd
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 asd
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5527 \begin_inset Text
5528
5529 \begin_layout Plain Layout
5530 asd
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 asd
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 </lyxtabular>
5555
5556 \end_inset
5557
5558
5559 \begin_inset ERT
5560 status collapsed
5561
5562 \begin_layout Plain Layout
5563
5564
5565 \backslash
5566 setlength{
5567 \backslash
5568 LTleft}{
5569 \backslash
5570 fill}
5571 \end_layout
5572
5573 \end_inset
5574
5575
5576 \end_layout
5577
5578 \begin_layout Subsection
5579 Leyendas en tablas largas
5580 \begin_inset Index
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584 Tablas largas ! Leyendas
5585 \end_layout
5586
5587 \end_inset
5588
5589
5590 \begin_inset CommandInset label
5591 LatexCommand label
5592 name "sub:Leyendas-en-Tablas"
5593
5594 \end_inset
5595
5596
5597 \end_layout
5598
5599 \begin_layout Standard
5600 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5601  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5602  para tablas largas.
5603 \end_layout
5604
5605 \begin_layout Standard
5606 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5607  hay que crearlos de la sigiente forma:
5608 \end_layout
5609
5610 \begin_layout Enumerate
5611 Crea una tabla larga.
5612 \end_layout
5613
5614 \begin_layout Enumerate
5615 Marca la primera fila y deshabilita su línea superior.
5616 \end_layout
5617
5618 \begin_layout Enumerate
5619 Inserta una leyenda con el menú 
5620 \family sans
5621 Insertar\SpecialChar \menuseparator
5622 Leyenda
5623 \family default
5624  en la primera celda.
5625 \begin_inset Newline newline
5626 \end_inset
5627
5628 También puedes añadir un 
5629 \family sans
5630 título breve
5631 \family default
5632  para la leyenda .
5633 \end_layout
5634
5635 \begin_layout Enumerate
5636 Inserta un 
5637 \begin_inset Quotes eld
5638 \end_inset
5639
5640
5641 \series bold
5642
5643 \backslash
5644
5645 \backslash
5646 %
5647 \series default
5648
5649 \begin_inset Quotes erd
5650 \end_inset
5651
5652  como ERT detrás de la leyenda.
5653 \end_layout
5654
5655 \begin_layout Standard
5656 En la Lista de tablas aparecerá el título breve en vez del título completo.
5657  El 
5658 \series bold
5659
5660 \begin_inset Quotes eld
5661 \end_inset
5662
5663
5664 \backslash
5665
5666 \backslash
5667 %
5668 \series default
5669
5670 \begin_inset Quotes erd
5671 \end_inset
5672
5673  detrás de la leyenda elimina las líneas verticales entre las siguientes
5674  celdas de la fila.
5675  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5676  la tabla real comienza en la segunda fila.
5677 \end_layout
5678
5679 \begin_layout Standard
5680 He aquí una pequeña tabla larga para mostrar cómo funciona:
5681 \end_layout
5682
5683 \begin_layout Standard
5684 \begin_inset Tabular
5685 <lyxtabular version="3" rows="6" columns="5">
5686 <features islongtable="true">
5687 <column alignment="center" valignment="top" width="0">
5688 <column alignment="center" valignment="top" width="0">
5689 <column alignment="center" valignment="top" width="0">
5690 <column alignment="center" valignment="top" width="0">
5691 <column alignment="center" valignment="top" width="0">
5692 <row caption="true">
5693 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697 \begin_inset Caption
5698
5699 \begin_layout Plain Layout
5700 Tabla larga con leyenda
5701 \begin_inset OptArg
5702 status open
5703
5704 \begin_layout Plain Layout
5705 Tabla larga
5706 \end_layout
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 1
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771 2
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 3
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 4
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 5
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 asd
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 s
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 s
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 s
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 asd
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
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" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 s
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 asd
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" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 s
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 asd
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 </row>
5945 <row>
5946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 asd
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 asd
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 asd
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 asd
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 </row>
5992 </lyxtabular>
5993
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \begin_layout Standard
6000 \begin_inset VSpace medskip
6001 \end_inset
6002
6003
6004 \begin_inset Note Greyedout
6005 status open
6006
6007 \begin_layout Plain Layout
6008
6009 \series bold
6010 Nota
6011 \series default
6012 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6013  leyenda en alguna de ellas.
6014  Por esto podría suceder que, p.
6015 \begin_inset space \thinspace{}
6016 \end_inset
6017
6018 e., la tabla
6019 \begin_inset space ~
6020 \end_inset
6021
6022 2.4 siga a la tabla
6023 \begin_inset space ~
6024 \end_inset
6025
6026 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6027  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6028  en ERT:
6029 \end_layout
6030
6031 \begin_layout Plain Layout
6032
6033 \series bold
6034
6035 \backslash
6036 addtocounter{table}{-1}
6037 \end_layout
6038
6039 \end_inset
6040
6041
6042 \end_layout
6043
6044 \begin_layout Standard
6045 \begin_inset Note Greyedout
6046 status open
6047
6048 \begin_layout Plain Layout
6049
6050 \series bold
6051 Nota:
6052 \series default
6053  Si utilizas el paquete LaTeX 
6054 \series bold
6055 hyperref
6056 \series default
6057
6058 \begin_inset Index
6059 status collapsed
6060
6061 \begin_layout Plain Layout
6062 LaTeX-paquetes ! hyperref
6063 \end_layout
6064
6065 \end_inset
6066
6067  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6068  llevan siempre al principio del documento.
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \begin_layout Subsubsection
6077 Referencias a tablas largas
6078 \begin_inset Index
6079 status collapsed
6080
6081 \begin_layout Plain Layout
6082 Tablas largas ! Referencias a
6083 \end_layout
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \begin_layout Standard
6091 \begin_inset Tabular
6092 <lyxtabular version="3" rows="6" columns="5">
6093 <features islongtable="true">
6094 <column alignment="center" valignment="top" width="0">
6095 <column alignment="center" valignment="top" width="0">
6096 <column alignment="center" valignment="top" width="0">
6097 <column alignment="center" valignment="top" width="0">
6098 <column alignment="center" valignment="top" width="0">
6099 <row caption="true">
6100 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Caption
6105
6106 \begin_layout Plain Layout
6107 Tabla larga referenciada
6108 \begin_inset CommandInset label
6109 LatexCommand label
6110 name "tab:RefEjemplo"
6111
6112 \end_inset
6113
6114
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155
6156 \end_layout
6157
6158 \end_inset
6159 </cell>
6160 </row>
6161 <row>
6162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6163 \begin_inset Text
6164
6165 \begin_layout Plain Layout
6166 1
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 2
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 3
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 4
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202 5
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 asd
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 s
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 s
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 s
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 asd
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 asd
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" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
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" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row>
6350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 asd
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 sad
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 asd
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 asd
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 </lyxtabular>
6397
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \begin_layout Standard
6404 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6405  Observa que tienes que añadir el prefijo 
6406 \begin_inset Quotes eld
6407 \end_inset
6408
6409
6410 \emph on
6411 tab
6412 \emph default
6413 :
6414 \begin_inset Quotes erd
6415 \end_inset
6416
6417  manualmente en el campo de etiqueta.
6418  
6419 \end_layout
6420
6421 \begin_layout Standard
6422 Esto es una referencia a la tabla
6423 \begin_inset space ~
6424 \end_inset
6425
6426
6427 \begin_inset CommandInset ref
6428 LatexCommand ref
6429 reference "tab:RefEjemplo"
6430
6431 \end_inset
6432
6433 .
6434 \end_layout
6435
6436 \begin_layout Standard
6437 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6438  del documento mediante el paquete LaTeX 
6439 \series bold
6440 caption
6441 \series default
6442
6443 \begin_inset Index
6444 status collapsed
6445
6446 \begin_layout Plain Layout
6447 LaTeX-paquetes ! caption
6448 \end_layout
6449
6450 \end_inset
6451
6452 , véase sección
6453 \begin_inset space ~
6454 \end_inset
6455
6456  
6457 \begin_inset CommandInset ref
6458 LatexCommand ref
6459 reference "sec:Formato-de-leyendas"
6460
6461 \end_inset
6462
6463 .
6464 \end_layout
6465
6466 \begin_layout Subsubsection
6467 Anchura de la leyenda
6468 \begin_inset Index
6469 status collapsed
6470
6471 \begin_layout Plain Layout
6472 Tablas largas ! Anchura de la leyenda
6473 \end_layout
6474
6475 \end_inset
6476
6477
6478 \end_layout
6479
6480 \begin_layout Standard
6481 La anchura máxima se define por la longitud 
6482 \series bold
6483
6484 \backslash
6485 LTcapwidth
6486 \series default
6487 .
6488  Por defecto es 4
6489 \begin_inset space \thinspace{}
6490 \end_inset
6491
6492 in (4
6493 \begin_inset space ~
6494 \end_inset
6495
6496 pulgadas).
6497  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6498  documento antes de la tabla larga a la que afecta
6499 \end_layout
6500
6501 \begin_layout Standard
6502
6503 \series bold
6504
6505 \backslash
6506 setlength{
6507 \backslash
6508 LTcapwidth}{anchura}
6509 \end_layout
6510
6511 \begin_layout Standard
6512 donde la anchura puede ser una de las unidades listadas en el apéndice
6513 \begin_inset space ~
6514 \end_inset
6515
6516
6517 \begin_inset CommandInset ref
6518 LatexCommand ref
6519 reference "cha:Unidades-disponibles-en"
6520
6521 \end_inset
6522
6523 .
6524 \end_layout
6525
6526 \begin_layout Standard
6527 Las tablas siguientes muestran la diferencia:
6528 \end_layout
6529
6530 \begin_layout Standard
6531 \begin_inset Tabular
6532 <lyxtabular version="3" rows="6" columns="5">
6533 <features islongtable="true">
6534 <column alignment="center" valignment="top" width="0">
6535 <column alignment="center" valignment="top" width="0">
6536 <column alignment="center" valignment="top" width="0">
6537 <column alignment="center" valignment="top" width="0">
6538 <column alignment="center" valignment="top" width="0">
6539 <row caption="true">
6540 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6541 \begin_inset Text
6542
6543 \begin_layout Plain Layout
6544 \begin_inset Caption
6545
6546 \begin_layout Plain Layout
6547 Leyenda larga completa con anchura predeterminada leyenda larga completa
6548  con anchura predeterminada
6549 \begin_inset OptArg
6550 status open
6551
6552 \begin_layout Plain Layout
6553 Leyenda con anchura predeterminada
6554 \end_layout
6555
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581
6582 \end_layout
6583
6584 \end_inset
6585 </cell>
6586 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6587 \begin_inset Text
6588
6589 \begin_layout Plain Layout
6590
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6596 \begin_inset Text
6597
6598 \begin_layout Plain Layout
6599
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 </row>
6605 <row>
6606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6607 \begin_inset Text
6608
6609 \begin_layout Plain Layout
6610 1
6611 \end_layout
6612
6613 \end_inset
6614 </cell>
6615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 2
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628 3
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637 4
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 5
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 </row>
6652 <row>
6653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 asd
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 s
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 s
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 s
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 asd
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 </row>
6699 <row>
6700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6701 \begin_inset Text
6702
6703 \begin_layout Plain Layout
6704 asd
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" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 asd
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 </row>
6746 <row>
6747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 asd
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" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 s
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 asd
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 </row>
6793 <row>
6794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6795 \begin_inset Text
6796
6797 \begin_layout Plain Layout
6798 asd
6799 \end_layout
6800
6801 \end_inset
6802 </cell>
6803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 sad
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 asd
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 asd
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 </row>
6840 </lyxtabular>
6841
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \begin_layout Standard
6848 \begin_inset ERT
6849 status collapsed
6850
6851 \begin_layout Plain Layout
6852
6853
6854 \backslash
6855 setlength{
6856 \backslash
6857 LTcapwidth}{5cm}
6858 \end_layout
6859
6860 \end_inset
6861
6862
6863 \begin_inset Tabular
6864 <lyxtabular version="3" rows="6" columns="5">
6865 <features islongtable="true">
6866 <column alignment="center" valignment="top" width="0">
6867 <column alignment="center" valignment="top" width="0">
6868 <column alignment="center" valignment="top" width="0">
6869 <column alignment="center" valignment="top" width="0">
6870 <column alignment="center" valignment="top" width="0">
6871 <row caption="true">
6872 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 \begin_inset Caption
6877
6878 \begin_layout Plain Layout
6879 Leyenda larga completa con anchura de 5
6880 \begin_inset space \thinspace{}
6881 \end_inset
6882
6883 cm leyenda larga completa con anchura de 5
6884 \begin_inset space \thinspace{}
6885 \end_inset
6886
6887 cm leyenda larga completa con anchura de 5
6888 \begin_inset space \thinspace{}
6889 \end_inset
6890
6891 cm
6892 \begin_inset OptArg
6893 status open
6894
6895 \begin_layout Plain Layout
6896 Leyenda con anchura
6897 \begin_inset space \thinspace{}
6898 \end_inset
6899
6900 =
6901 \begin_inset space \thinspace{}
6902 \end_inset
6903
6904 5
6905 \begin_inset space \thinspace{}
6906 \end_inset
6907
6908 cm
6909 \end_layout
6910
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 1
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 2
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 3
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 4
6993 \end_layout
6994
6995 \end_inset
6996 </cell>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001 5
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 </row>
7007 <row>
7008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7009 \begin_inset Text
7010
7011 \begin_layout Plain Layout
7012 asd
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 s
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 s
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039 s
7040 \end_layout
7041
7042 \end_inset
7043 </cell>
7044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7045 \begin_inset Text
7046
7047 \begin_layout Plain Layout
7048 asd
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 </row>
7054 <row>
7055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 asd
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" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086 s
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 asd
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 <row>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 asd
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" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 s
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 asd
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 sad
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 asd
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 </row>
7195 </lyxtabular>
7196
7197 \end_inset
7198
7199
7200 \begin_inset ERT
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204
7205
7206 \backslash
7207 setlength{
7208 \backslash
7209 LTcapwidth}{4in}
7210 \end_layout
7211
7212 \end_inset
7213
7214
7215 \end_layout
7216
7217 \begin_layout Standard
7218 \begin_inset Note Greyedout
7219 status collapsed
7220
7221 \begin_layout Plain Layout
7222
7223 \series bold
7224 Nota: 
7225 \series default
7226 Si se usa el paquete LaTeX 
7227 \series bold
7228 caption
7229 \series default
7230
7231 \begin_inset Index
7232 status collapsed
7233
7234 \begin_layout Plain Layout
7235 LaTeX-paquetes ! caption
7236 \end_layout
7237
7238 \end_inset
7239
7240 , como en este documento, se usa la anchura de toda la página para el pie
7241  si utilizas el valor por defecto de 4
7242 \begin_inset space \thinspace{}
7243 \end_inset
7244
7245 in para 
7246 \series bold
7247
7248 \backslash
7249 LTcapwidth
7250 \series default
7251 .
7252  En este caso, para conseguir exactamente un pie de 4
7253 \begin_inset space \thinspace{}
7254 \end_inset
7255
7256 in, puedes poner un valor ligeramente diferente de 4.0
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 in, p.
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 e.
7265  3.99
7266 \begin_inset space \thinspace{}
7267 \end_inset
7268
7269 in, o el comando de LaTeX 
7270 \series bold
7271
7272 \backslash
7273 captionsetup{width=valor}
7274 \series default
7275 , suministrado por el paquete 
7276 \series bold
7277 caption
7278 \series default
7279 .
7280 \end_layout
7281
7282 \end_inset
7283
7284
7285 \end_layout
7286
7287 \begin_layout Subsubsection
7288 Leyendas distintas para cada página
7289 \begin_inset Index
7290 status collapsed
7291
7292 \begin_layout Plain Layout
7293 Tablas largas ! Leyendas distintas para cada página
7294 \end_layout
7295
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \begin_layout Standard
7302 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7303  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7304  como primer encabezado.
7305  La leyenda para las restantes páginas se inserta sin título breve en una
7306  fila postiza de leyenda marcada como primer encabezado.
7307  Si este encabezado no ha de incluir el número de tabla, usa el comando
7308 \end_layout
7309
7310 \begin_layout Standard
7311
7312 \series bold
7313
7314 \backslash
7315 caption*{texto de la leyenda}
7316 \end_layout
7317
7318 \begin_layout Standard
7319 en vez del recuadro de leyenda de LyX.
7320  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7321  La tabla
7322 \begin_inset space ~
7323 \end_inset
7324
7325
7326 \begin_inset CommandInset ref
7327 LatexCommand ref
7328 reference "tab:DifLeyendas"
7329
7330 \end_inset
7331
7332  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7333  no incluye número de tabla.
7334 \end_layout
7335
7336 \begin_layout Standard
7337 \align center
7338 \begin_inset Tabular
7339 <lyxtabular version="3" rows="60" columns="3">
7340 <features islongtable="true">
7341 <column alignment="left" valignment="top" width="0cm">
7342 <column alignment="left" valignment="top" width="0pt">
7343 <column alignment="right" valignment="top" width="0pt">
7344 <row endfirsthead="true" caption="true">
7345 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 \begin_inset Caption
7350
7351 \begin_layout Plain Layout
7352 Ejemplo de lista telefónica
7353 \begin_inset CommandInset label
7354 LatexCommand label
7355 name "tab:DifLeyendas"
7356
7357 \end_inset
7358
7359
7360 \begin_inset OptArg
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364 Ejemplo de lista telefónica
7365 \end_layout
7366
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \end_inset
7373
7374
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 <row endfirsthead="true">
7399 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403
7404 \series bold
7405 Ejemplo de lista telefónica (ignore los nombres)
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 </row>
7429 <row endfirsthead="true">
7430 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434
7435 \series bold
7436 NOMBRE
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454
7455 \series bold
7456 TEL.
7457 \end_layout
7458
7459 \end_inset
7460 </cell>
7461 </row>
7462 <row endhead="true" caption="true">
7463 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467 \begin_inset ERT
7468 status open
7469
7470 \begin_layout Plain Layout
7471
7472
7473 \backslash
7474 caption*{Continúa Ejemplo de lista telefónica}
7475 \backslash
7476
7477 \backslash
7478 %
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 </row>
7507 <row endhead="true">
7508 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \series bold
7514 Ejemplo de lista telefónica
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row endhead="true">
7539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \series bold
7545 NOMBRE
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563
7564 \series bold
7565 TEL.
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row endfoot="true">
7572 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 continúa en página siguiente
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7591 \begin_inset Text
7592
7593 \begin_layout Plain Layout
7594
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \series bold
7607 Annovi
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 Silvia
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 111
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 </row>
7631 <row>
7632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636
7637 \series bold
7638 Bertoli
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 Stefano
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 111
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 </row>
7662 <row>
7663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667
7668 \series bold
7669 Bozzi
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678 Walter
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 111
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 </row>
7693 <row>
7694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7695 \begin_inset Text
7696
7697 \begin_layout Plain Layout
7698
7699 \series bold
7700 Cachia
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 Maria
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 111
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \series bold
7731 Cachia
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 Maurizio
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 111
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \series bold
7762 Cinquemani
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 Giusi
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7777 \begin_inset Text
7778
7779 \begin_layout Plain Layout
7780 111
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 </row>
7786 <row>
7787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7788 \begin_inset Text
7789
7790 \begin_layout Plain Layout
7791
7792 \series bold
7793 Colin
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 Bernard
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7808 \begin_inset Text
7809
7810 \begin_layout Plain Layout
7811 111
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \series bold
7824 Concli
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 Gianfranco
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 111
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 </row>
7848 <row>
7849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7850 \begin_inset Text
7851
7852 \begin_layout Plain Layout
7853
7854 \series bold
7855 Dal Bosco
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 Carolina
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7870 \begin_inset Text
7871
7872 \begin_layout Plain Layout
7873 111
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 </row>
7879 <row>
7880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \series bold
7886 Dalpiaz
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 Annamaria
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7901 \begin_inset Text
7902
7903 \begin_layout Plain Layout
7904 111
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 </row>
7910 <row>
7911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \series bold
7917 Feliciello
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 Domenico
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7932 \begin_inset Text
7933
7934 \begin_layout Plain Layout
7935 111
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 </row>
7941 <row>
7942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 Focarelli
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 Paola
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 111
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 </row>
7972 <row>
7973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \series bold
7979 Galletti
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 Oreste
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997 111
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 </row>
8003 <row>
8004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \series bold
8010 Gasparini
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 Franca
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8025 \begin_inset Text
8026
8027 \begin_layout Plain Layout
8028 111
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 </row>
8034 <row>
8035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8036 \begin_inset Text
8037
8038 \begin_layout Plain Layout
8039
8040 \series bold
8041 Rizzardi
8042 \series default
8043
8044 \begin_inset Foot
8045 status open
8046
8047 \begin_layout Plain Layout
8048 Ejemplo de nota al pie
8049 \end_layout
8050
8051 \end_inset
8052
8053
8054 \end_layout
8055
8056 \end_inset
8057 </cell>
8058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8059 \begin_inset Text
8060
8061 \begin_layout Plain Layout
8062 Paola
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 111
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 </row>
8077 <row>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082
8083 \series bold
8084 Lassini
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Giancarlo
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 111
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 </row>
8108 <row>
8109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8110 \begin_inset Text
8111
8112 \begin_layout Plain Layout
8113
8114 \series bold
8115 Malfatti
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8121 \begin_inset Text
8122
8123 \begin_layout Plain Layout
8124 Luciano
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 111
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \series bold
8146 Malfatti
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 Valeriano
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 111
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 </row>
8170 <row>
8171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175
8176 \series bold
8177 Meneguzzo
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Roberto
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 111
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \series bold
8208 Mezzadra
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 Roberto
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 111
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 </row>
8232 <row>
8233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8234 \begin_inset Text
8235
8236 \begin_layout Plain Layout
8237
8238 \series bold
8239 Pirpamer
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 Erich
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8254 \begin_inset Text
8255
8256 \begin_layout Plain Layout
8257 111
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 </row>
8263 <row>
8264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8265 \begin_inset Text
8266
8267 \begin_layout Plain Layout
8268
8269 \series bold
8270 Pochiesa
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 Paolo
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8285 \begin_inset Text
8286
8287 \begin_layout Plain Layout
8288 111, 222
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \series bold
8301 Radina
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 Claudio
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 111
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 </row>
8325 <row>
8326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8327 \begin_inset Text
8328
8329 \begin_layout Plain Layout
8330
8331 \series bold
8332 Stuffer
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 Oskar
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350 111
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \series bold
8363 Tacchelli
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 Ugo
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 111
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 </row>
8387 <row>
8388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392
8393 \series bold
8394 Tezzele
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Margit
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 111
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \series bold
8425 Unterkalmsteiner
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 Frieda
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Plain Layout
8443 111
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 </row>
8449 <row>
8450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8451 \begin_inset Text
8452
8453 \begin_layout Plain Layout
8454
8455 \series bold
8456 Vieider
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 Hilde
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 111
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \series bold
8487 Vigna
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 Jürgen
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8502 \begin_inset Text
8503
8504 \begin_layout Plain Layout
8505 111
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 </row>
8511 <row>
8512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8513 \begin_inset Text
8514
8515 \begin_layout Plain Layout
8516
8517 \series bold
8518 Weber
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Maurizio
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Winkler
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Franz
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578  
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \series bold
8609 Annovi
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 Silvia
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 555
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 </row>
8633 <row>
8634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638
8639 \series bold
8640 Bertoli
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 Stefano
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 555
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \series bold
8671 Bozzi
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 Walter
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 555
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \series bold
8702 Cachia
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 Maria
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8717 \begin_inset Text
8718
8719 \begin_layout Plain Layout
8720 555
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \series bold
8733 Cachia
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Maurizio
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 555
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 </row>
8757 <row>
8758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8759 \begin_inset Text
8760
8761 \begin_layout Plain Layout
8762
8763 \series bold
8764 Cinquemani
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 Giusi
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8779 \begin_inset Text
8780
8781 \begin_layout Plain Layout
8782 555
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 <row>
8789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8790 \begin_inset Text
8791
8792 \begin_layout Plain Layout
8793
8794 \series bold
8795 Colin
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 Bernard
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8810 \begin_inset Text
8811
8812 \begin_layout Plain Layout
8813 555
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 </row>
8819 <row>
8820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8821 \begin_inset Text
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826 Concli
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 Gianfranco
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8841 \begin_inset Text
8842
8843 \begin_layout Plain Layout
8844 555
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \series bold
8857 Dal Bosco
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 Carolina
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 555
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 </row>
8881 <row>
8882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8883 \begin_inset Text
8884
8885 \begin_layout Plain Layout
8886
8887 \series bold
8888 Dalpiaz
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 Annamaria
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8903 \begin_inset Text
8904
8905 \begin_layout Plain Layout
8906 555
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 </row>
8912 <row>
8913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8914 \begin_inset Text
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 Feliciello
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 Domenico
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8934 \begin_inset Text
8935
8936 \begin_layout Plain Layout
8937 555
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 </row>
8943 <row>
8944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948
8949 \series bold
8950 Focarelli
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 Paola
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968 555
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \series bold
8981 Galletti
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 Oreste
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999 555
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \series bold
9012 Gasparini
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 Franca
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 555
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row>
9037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041
9042 \series bold
9043 Rizzardi
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Paola
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 555
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Lassini
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Giancarlo
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Malfatti
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Luciano
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Malfatti
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Valeriano
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Meneguzzo
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Roberto
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Mezzadra
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Roberto
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row endlastfoot="true">
9223 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 </row>
9251 </lyxtabular>
9252
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \begin_layout Standard
9259 \begin_inset Newpage newpage
9260 \end_inset
9261
9262
9263 \end_layout
9264
9265 \begin_layout Section
9266 Particularidades de las tablas largas
9267 \end_layout
9268
9269 \begin_layout Subsection
9270 Cálculos
9271 \begin_inset Index
9272 status collapsed
9273
9274 \begin_layout Plain Layout
9275 Tablas largas ! Cálculos
9276 \end_layout
9277
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \begin_layout Standard
9284 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9285  utilizando los denominados 
9286 \begin_inset Quotes eld
9287 \end_inset
9288
9289 trozos
9290 \begin_inset Quotes erd
9291 \end_inset
9292
9293 , que son partes de la tabla presentes en la memoria de LaTeX.
9294  El valor predeterminado está establecido a sólo 20 filas.
9295  Si estás usando tablas largas con muchas páginas, la generación del documento
9296  puede hacerse muy lenta.
9297  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9298  el siguiente comando en el preámbulo del documento:
9299 \end_layout
9300
9301 \begin_layout Standard
9302
9303 \series bold
9304
9305 \backslash
9306 setcounter{LTchunksize}{100}
9307 \end_layout
9308
9309 \begin_layout Subsection
9310 Flotantes y tablas largas
9311 \begin_inset Index
9312 status collapsed
9313
9314 \begin_layout Plain Layout
9315 Tablas largas ! Flotantes
9316 \end_layout
9317
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \begin_layout Standard
9324 Podría haber problemas si un flotante aparece en la misma página donde comienza
9325  una tabla larga.
9326  Para evitarlo, añade el comando 
9327 \series bold
9328
9329 \backslash
9330 clearpage
9331 \series default
9332  como ERT antes de la tabla.
9333 \end_layout
9334
9335 \begin_layout Subsection
9336 Saltos de página forzados
9337 \begin_inset Index
9338 status collapsed
9339
9340 \begin_layout Plain Layout
9341 Tablas largas ! Saltos de página forzados
9342 \end_layout
9343
9344 \end_inset
9345
9346
9347 \end_layout
9348
9349 \begin_layout Standard
9350 Por defecto, las tablas sólo se cortan entre filas.
9351  Si tienes una celda con líneas múltiples y necesitas un salto de página
9352  dentro de la celda, inserta el comando de nueva línea 
9353 \begin_inset Quotes eld
9354 \end_inset
9355
9356
9357 \series bold
9358
9359 \backslash
9360
9361 \backslash
9362
9363 \series default
9364
9365 \begin_inset Quotes erd
9366 \end_inset
9367
9368  como ERT en el punto en que quieras cortar.
9369  Antes del comando 
9370 \begin_inset Quotes eld
9371 \end_inset
9372
9373
9374 \series bold
9375
9376 \backslash
9377
9378 \backslash
9379
9380 \series default
9381
9382 \begin_inset Quotes erd
9383 \end_inset
9384
9385  debes insertar en ERT tantos caracteres 
9386 \begin_inset Quotes eld
9387 \end_inset
9388
9389
9390 \series bold
9391 &
9392 \series default
9393
9394 \begin_inset Quotes erd
9395 \end_inset
9396
9397  como columnas siguientes de la tabla.
9398  
9399 \series bold
9400 &
9401 \series default
9402  es el carácter para separar celdas.
9403  Escribe en ERT después de cada 
9404 \series bold
9405 &
9406 \series default
9407  el contenido de la celda siguiente correspondiente y borra el contenido
9408  de esas celdas.
9409 \begin_inset Newline newline
9410 \end_inset
9411
9412 Detrás del comando 
9413 \series bold
9414
9415 \backslash
9416
9417 \backslash
9418
9419 \series default
9420 , inserta tantos 
9421 \series bold
9422 &
9423 \series default
9424  como columnas haya delante de la actual.
9425  En la tabla
9426 \begin_inset space ~
9427 \end_inset
9428
9429
9430 \begin_inset CommandInset ref
9431 LatexCommand ref
9432 reference "tab:Saltos de Página Forzados"
9433
9434 \end_inset
9435
9436  la celda que debería cortarse está en la segunda columna seguida de otra
9437  columna.
9438  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9439  
9440 \begin_inset Quotes eld
9441 \end_inset
9442
9443
9444 \emph on
9445 Castelchiodato,
9446 \emph default
9447
9448 \begin_inset Quotes erd
9449 \end_inset
9450
9451 :
9452 \end_layout
9453
9454 \begin_layout Standard
9455
9456 \series bold
9457 & 111
9458 \backslash
9459
9460 \backslash
9461
9462 \begin_inset Newline newline
9463 \end_inset
9464
9465 &
9466 \end_layout
9467
9468 \begin_layout Standard
9469 El 
9470 \begin_inset Quotes eld
9471 \end_inset
9472
9473 111
9474 \begin_inset Quotes erd
9475 \end_inset
9476
9477  en la tercera columna de la fila se ha borrado.
9478  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9479  superior pero quisieras una línea horizontal donde se corta la celda, usa
9480  este comando alternativo:
9481 \end_layout
9482
9483 \begin_layout Standard
9484
9485 \series bold
9486 & 111
9487 \backslash
9488
9489 \backslash
9490
9491 \begin_inset Newline newline
9492 \end_inset
9493
9494
9495 \backslash
9496 hline &
9497 \end_layout
9498
9499 \begin_layout Standard
9500 Cuando la celda a cortar está en la última columna, el comando
9501 \end_layout
9502
9503 \begin_layout Standard
9504
9505 \series bold
9506
9507 \backslash
9508 setlength{
9509 \backslash
9510 parfillskip}{0pt}
9511 \end_layout
9512
9513 \begin_layout Standard
9514 debe insertarse como ERT al principio de la celda.
9515  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9516  aparecerá con toda su anchura.
9517 \end_layout
9518
9519 \begin_layout Standard
9520 \align center
9521 \begin_inset Tabular
9522 <lyxtabular version="3" rows="39" columns="3">
9523 <features islongtable="true">
9524 <column alignment="left" valignment="top" width="0cm">
9525 <column alignment="left" valignment="top" width="3cm">
9526 <column alignment="right" valignment="top" width="0pt">
9527 <row endfirsthead="true" caption="true">
9528 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 \begin_inset Caption
9533
9534 \begin_layout Plain Layout
9535 Tabla con salto de página forzado en celda
9536 \begin_inset CommandInset label
9537 LatexCommand label
9538 name "tab:Saltos de Página Forzados"
9539
9540 \end_inset
9541
9542
9543 \begin_inset OptArg
9544 status collapsed
9545
9546 \begin_layout Plain Layout
9547 Tabla con salto de página forzado en celda
9548 \end_layout
9549
9550 \end_inset
9551
9552
9553 \end_layout
9554
9555 \end_inset
9556
9557
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \end_layout
9568
9569 \end_inset
9570 </cell>
9571 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9572 \begin_inset Text
9573
9574 \begin_layout Plain Layout
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row endfirsthead="true">
9582 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588 Ejemplo de lista telefónica (ignore los nombres)
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 <row endfirsthead="true">
9613 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9614 \begin_inset Text
9615
9616 \begin_layout Plain Layout
9617
9618 \series bold
9619 NOMBRE
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637
9638 \series bold
9639 TEL.
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row endhead="true" caption="true">
9646 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 \begin_inset ERT
9651 status collapsed
9652
9653 \begin_layout Plain Layout
9654
9655
9656 \backslash
9657 caption*{Continúa tabla con salto de página forzado en celda}
9658 \backslash
9659
9660 \backslash
9661 %
9662 \end_layout
9663
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row endhead="true">
9691 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695  
9696 \series bold
9697 Ejemplo de lista telefónica
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row endhead="true">
9722 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \series bold
9728 NOMBRE
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737
9738 \end_layout
9739
9740 \end_inset
9741 </cell>
9742 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9743 \begin_inset Text
9744
9745 \begin_layout Plain Layout
9746
9747 \series bold
9748 TEL.
9749 \end_layout
9750
9751 \end_inset
9752 </cell>
9753 </row>
9754 <row endfoot="true">
9755 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 continúa en página siguiente
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9765 \begin_inset Text
9766
9767 \begin_layout Plain Layout
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9774 \begin_inset Text
9775
9776 \begin_layout Plain Layout
9777
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 </row>
9783 <row>
9784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788
9789 \series bold
9790 Annovi
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799 Silvia
9800 \end_layout
9801
9802 \end_inset
9803 </cell>
9804 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808 111
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \series bold
9821 Bertoli
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9827 \begin_inset Text
9828
9829 \begin_layout Plain Layout
9830 Stefano
9831 \end_layout
9832
9833 \end_inset
9834 </cell>
9835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9836 \begin_inset Text
9837
9838 \begin_layout Plain Layout
9839 111
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 </row>
9845 <row>
9846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9847 \begin_inset Text
9848
9849 \begin_layout Plain Layout
9850
9851 \series bold
9852 Bozzi
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 Walter
9862 \end_layout
9863
9864 \end_inset
9865 </cell>
9866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 111
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 </row>
9876 <row>
9877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881
9882 \series bold
9883 Cachia
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 Maria
9893 \end_layout
9894
9895 \end_inset
9896 </cell>
9897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901 111
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \series bold
9914 Cachia
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923 Maurizio
9924 \end_layout
9925
9926 \end_inset
9927 </cell>
9928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 111
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row>
9939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Plain Layout
9943
9944 \series bold
9945 Cinquemani
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9951 \begin_inset Text
9952
9953 \begin_layout Plain Layout
9954 Giusi
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 111
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 </row>
9969 <row>
9970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974
9975 \series bold
9976 Colin
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985 Bernard
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 111
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \series bold
10007 Concli
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 Gianfranco
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 111
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \series bold
10038 Dal Bosco
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 Carolina
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 111
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 </row>
10062 <row>
10063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \series bold
10069 Dalpiaz
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 Annamaria
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087 111
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 </row>
10093 <row>
10094 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \series bold
10100 Feliciello
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109 Domenico
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10115 \begin_inset Text
10116
10117 \begin_layout Plain Layout
10118 111
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \series bold
10131 Focarelli
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140 Paola
10141 \end_layout
10142
10143 \end_inset
10144 </cell>
10145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10146 \begin_inset Text
10147
10148 \begin_layout Plain Layout
10149 111
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \series bold
10162 Galletti
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 Oreste
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180 111
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191
10192 \series bold
10193 Gasparini
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202 Franca
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211 111
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row>
10218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 Lassini
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233 Giancarlo, 11.
10234  Fürst von Montecompatri, 11.
10235  Fürst von Sulmona und Vivaro, 10.
10236  Fürst von Rossano, 5.
10237  Herzog von Canemorte, 11.
10238  Herzog von Palombara, 5.
10239  Herzog von Castelchiodato,
10240 \begin_inset ERT
10241 status open
10242
10243 \begin_layout Plain Layout
10244
10245 & 111
10246 \backslash
10247
10248 \backslash
10249
10250 \end_layout
10251
10252 \begin_layout Plain Layout
10253
10254 &
10255 \end_layout
10256
10257 \end_inset
10258
10259  11.
10260  Herzog von Poggionativo, 11.
10261  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10262  Graf von Valinfreda, 11.
10263  Baron von Cropalati, 11.
10264  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row>
10280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 Malfatti
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Luciano
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304 111
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 </row>
10310 <row>
10311 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \series bold
10317 Malfatti
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 Valeriano
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 111
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 </row>
10341 <row>
10342 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346
10347 \series bold
10348 Meneguzzo
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 Roberto
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366 111
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 <row>
10373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377
10378 \series bold
10379 Mezzadra
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 Roberto
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397 111
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 </row>
10403 <row>
10404 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408
10409 \series bold
10410 Pirpamer
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 Erich
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 111
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \series bold
10441 Pochiesa
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 Paolo
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459 111, 222
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 </row>
10465 <row>
10466 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470
10471 \series bold
10472 Radina
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Claudio
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 111
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \series bold
10503 Rizzardi
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 Paolo
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521 111
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 </row>
10527 <row>
10528 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532
10533 \series bold
10534 Stuffer
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 Oskar
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 111
10553 \end_layout
10554
10555 \end_inset
10556 </cell>
10557 </row>
10558 <row>
10559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563
10564 \series bold
10565 Tacchelli
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 Ugo
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 111
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 </row>
10589 <row>
10590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594
10595 \series bold
10596 Tezzele
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 Margit
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 111
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \series bold
10627 Unterkalmsteiner
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 Frieda
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 111
10646 \end_layout
10647
10648 \end_inset
10649 </cell>
10650 </row>
10651 <row>
10652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656
10657 \series bold
10658 Vieider
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 Hilde
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 111
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \series bold
10689 Vigna
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Jürgen
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 111
10708 \end_layout
10709
10710 \end_inset
10711 </cell>
10712 </row>
10713 <row>
10714 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720 Weber
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 Maurizio
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738 111
10739 \end_layout
10740
10741 \end_inset
10742 </cell>
10743 </row>
10744 <row>
10745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \series bold
10751 Winkler
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 Franz
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 111
10770 \end_layout
10771
10772 \end_inset
10773 </cell>
10774 </row>
10775 <row endlastfoot="true">
10776 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 </lyxtabular>
10805
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \begin_layout Section
10812 Líneas múltiples en columnas y filas
10813 \end_layout
10814
10815 \begin_layout Subsection
10816 Líneas múltiples en celdas
10817 \begin_inset CommandInset label
10818 LatexCommand label
10819 name "sub:Líneas-Múltiples-en"
10820
10821 \end_inset
10822
10823
10824 \begin_inset Index
10825 status collapsed
10826
10827 \begin_layout Plain Layout
10828 Líneas múltiples en celdas
10829 \end_layout
10830
10831 \end_inset
10832
10833
10834 \begin_inset Index
10835 status collapsed
10836
10837 \begin_layout Plain Layout
10838 Tablas ! Saltos de línea
10839 \end_layout
10840
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \begin_layout Standard
10847 \align center
10848 \begin_inset Float table
10849 placement H
10850 wide false
10851 sideways false
10852 status open
10853
10854 \begin_layout Plain Layout
10855 \begin_inset Caption
10856
10857 \begin_layout Plain Layout
10858 \begin_inset CommandInset label
10859 LatexCommand label
10860 name "tab:Tabla-con-múltiples"
10861
10862 \end_inset
10863
10864 Tabla con líneas múltiples en celda
10865 \end_layout
10866
10867 \end_inset
10868
10869
10870 \end_layout
10871
10872 \begin_layout Plain Layout
10873 \align center
10874 \begin_inset Tabular
10875 <lyxtabular version="3" rows="3" columns="3">
10876 <features>
10877 <column alignment="center" valignment="middle" width="2.5cm">
10878 <column alignment="center" valignment="middle" width="0">
10879 <column alignment="center" valignment="middle" width="0">
10880 <row>
10881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 líneas
10886 \begin_inset Newline linebreak
10887 \end_inset
10888
10889 múltiples
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 b
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 c
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 d
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 e
10928 \end_layout
10929
10930 \end_inset
10931 </cell>
10932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936 f
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 </row>
10942 <row>
10943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 g
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 h
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 i
10966 \end_layout
10967
10968 \end_inset
10969 </cell>
10970 </row>
10971 </lyxtabular>
10972
10973 \end_inset
10974
10975
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Standard
10984 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10985  párrafos con varias líneas y guionado.
10986 \end_layout
10987
10988 \begin_layout Standard
10989 Para generar la tabla
10990 \begin_inset space ~
10991 \end_inset
10992
10993
10994 \begin_inset CommandInset ref
10995 LatexCommand ref
10996 reference "tab:Tabla-con-múltiples"
10997
10998 \end_inset
10999
11000 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11001  En el diálogo que surge establece una anchura de 2.5
11002 \begin_inset space \thinspace{}
11003 \end_inset
11004
11005 cm y escoge centro en alineación vertical y horizontal.
11006  La alineación vertical se utiliza para todas las celdas de la fila.
11007  Como nuestro texto es menor de 2.5
11008 \begin_inset space \thinspace{}
11009 \end_inset
11010
11011 cm, sólo aparece una línea.
11012  Para poner dos añadimos
11013 \lang english
11014 , a justified line break (shortcut 
11015 \family sans
11016 Ctrl-Shift-Return
11017 \family default
11018 ) was added.
11019
11020 \lang spanish
11021  Si el texto es más ancho que la celda será automáticamente dividido en
11022  líneas.
11023 \end_layout
11024
11025 \begin_layout Standard
11026 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11027  con guión si es la primera entrada.
11028  Por eso hay que insertar algo para que dicha palabra no sea la primera
11029  entrada: añade el comando
11030 \end_layout
11031
11032 \begin_layout Standard
11033
11034 \series bold
11035
11036 \backslash
11037 hspace{0pt}
11038 \end_layout
11039
11040 \begin_layout Standard
11041 en ERT antes de la palabra.
11042  Como el espacio es 0 la salida no cambia.
11043  La tabla
11044 \begin_inset space ~
11045 \end_inset
11046
11047
11048 \begin_inset CommandInset ref
11049 LatexCommand ref
11050 reference "tab:Tabla-con-y"
11051
11052 \end_inset
11053
11054  muestra el efecto.
11055 \end_layout
11056
11057 \begin_layout Standard
11058 \begin_inset Float table
11059 placement b
11060 wide false
11061 sideways false
11062 status open
11063
11064 \begin_layout Plain Layout
11065 \begin_inset Caption
11066
11067 \begin_layout Plain Layout
11068 \begin_inset CommandInset label
11069 LatexCommand label
11070 name "tab:Tabla-con-y"
11071
11072 \end_inset
11073
11074 Tablas con y sin guión
11075 \end_layout
11076
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \begin_layout Plain Layout
11083 \begin_inset space \hfill{}
11084 \end_inset
11085
11086
11087 \begin_inset Tabular
11088 <lyxtabular version="3" rows="3" columns="3">
11089 <features>
11090 <column alignment="center" valignment="middle" width="2.5cm">
11091 <column alignment="center" valignment="middle" width="0">
11092 <column alignment="center" valignment="middle" width="0">
11093 <row>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 celdaconpalabramuylarga
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 b
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 c
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row>
11123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 d
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 e
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 f
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 <row>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 g
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 h
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174 i
11175 \end_layout
11176
11177 \end_inset
11178 </cell>
11179 </row>
11180 </lyxtabular>
11181
11182 \end_inset
11183
11184
11185 \begin_inset space \hfill{}
11186 \end_inset
11187
11188
11189 \begin_inset Tabular
11190 <lyxtabular version="3" rows="3" columns="3">
11191 <features>
11192 <column alignment="center" valignment="middle" width="2.5cm">
11193 <column alignment="center" valignment="middle" width="0">
11194 <column alignment="center" valignment="middle" width="0">
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 \begin_inset ERT
11201 status collapsed
11202
11203 \begin_layout Plain Layout
11204
11205
11206 \backslash
11207 hspace{0pt}
11208 \end_layout
11209
11210 \end_inset
11211
11212 celdaconpalabramuylarga
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 b
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 c
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 d
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 e
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 f
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 <row>
11266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 g
11271 \end_layout
11272
11273 \end_inset
11274 </cell>
11275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279 h
11280 \end_layout
11281
11282 \end_inset
11283 </cell>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 i
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 </row>
11294 </lyxtabular>
11295
11296 \end_inset
11297
11298
11299 \begin_inset space \hfill{}
11300 \end_inset
11301
11302
11303 \end_layout
11304
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \begin_layout Subsection
11311 Multicolumnas
11312 \begin_inset CommandInset label
11313 LatexCommand label
11314 name "sub:Multicolumnas"
11315
11316 \end_inset
11317
11318
11319 \begin_inset Index
11320 status collapsed
11321
11322 \begin_layout Plain Layout
11323 Multicolumnas
11324 \end_layout
11325
11326 \end_inset
11327
11328
11329 \begin_inset Index
11330 status collapsed
11331
11332 \begin_layout Plain Layout
11333 Tablas ! Multicolumnas
11334 \end_layout
11335
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \begin_layout Subsubsection
11342 Fundamentos de multicolumna
11343 \end_layout
11344
11345 \begin_layout Standard
11346 Para extender una celda sobre varias columnas, se marcan las celdas que
11347  se desee combinar y se usa el botón 
11348 \begin_inset Graphics
11349         filename ../../images/tabular-feature_multicolumn.png
11350         scale 85
11351
11352 \end_inset
11353
11354 , el menú 
11355 \family sans
11356 Editar\SpecialChar \menuseparator
11357 Tabla\SpecialChar \menuseparator
11358 Multicolumna
11359 \family default
11360 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11361  bajo la solapa 
11362 \family sans
11363 Configuración
11364 \family default
11365 , la casilla Multicolumna.
11366 \end_layout
11367
11368 \begin_layout Standard
11369 Las multicolumnas tienen su propia configuración de celdas.
11370  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11371  multicolumna.
11372  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11373  otra en la última fila sin borde superior:
11374 \end_layout
11375
11376 \begin_layout Standard
11377 \align center
11378 \begin_inset Tabular
11379 <lyxtabular version="3" rows="3" columns="4">
11380 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11381 <column alignment="center" valignment="top" width="0pt">
11382 <column alignment="center" valignment="middle" width="0">
11383 <column alignment="center" valignment="top" width="0in">
11384 <column alignment="center" valignment="top" width="0pt">
11385 <row>
11386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 abc
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 def ghi
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 jkl
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428
11429 \family roman
11430 \series medium
11431 \shape up
11432 \size normal
11433 \emph off
11434 \bar no
11435 \noun off
11436 \color none
11437 A
11438 \end_layout
11439
11440 \end_inset
11441 </cell>
11442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 B
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 C
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 D
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 </row>
11470 <row>
11471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 1
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 2
11485 \end_layout
11486
11487 \end_inset
11488 </cell>
11489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11490 \begin_inset Text
11491
11492 \begin_layout Plain Layout
11493 3
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 4
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Subsubsection
11516 Cálculos en multicolumnas
11517 \begin_inset CommandInset label
11518 LatexCommand label
11519 name "sub:Cálculos-en-Multicolumnas"
11520
11521 \end_inset
11522
11523
11524 \begin_inset Index
11525 status collapsed
11526
11527 \begin_layout Plain Layout
11528 Multicolumnas ! Cálculos
11529 \end_layout
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11538  la anchura de celda de las columnas combinadas en la celda multicolumna.
11539 \end_layout
11540
11541 \begin_layout Standard
11542 \begin_inset Float table
11543 placement h
11544 wide false
11545 sideways false
11546 status open
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Caption
11550
11551 \begin_layout Plain Layout
11552 \begin_inset CommandInset label
11553 LatexCommand label
11554 name "tab:Tabla-con-centrado"
11555
11556 \end_inset
11557
11558 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11559 te la mitad de anchura que la celda multicolumna
11560 \begin_inset OptArg
11561 status collapsed
11562
11563 \begin_layout Plain Layout
11564 Tabla multicolumna perfecta
11565 \end_layout
11566
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573
11574
11575 \end_layout
11576
11577 \begin_layout Plain Layout
11578 \align center
11579 \begin_inset Tabular
11580 <lyxtabular version="3" rows="3" columns="3">
11581 <features>
11582 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11583 <column alignment="center" valignment="middle" width="0">
11584 <column alignment="center" valignment="top" width="0">
11585 <row>
11586 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 multicolumna línea múltiple
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 c
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 d
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 e
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 f
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 </row>
11643 <row>
11644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 g
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 h
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 i
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 </row>
11672 </lyxtabular>
11673
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \begin_layout Standard
11685 Por ejemplo, para crear la tabla
11686 \begin_inset space ~
11687 \end_inset
11688
11689
11690 \begin_inset CommandInset ref
11691 LatexCommand ref
11692 reference "tab:Tabla-con-centrado"
11693
11694 \end_inset
11695
11696 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11697  clic-derecha.
11698  En el diálogo marca 
11699 \emph on
11700 multicolumna
11701 \emph default
11702
11703 \emph on
11704 alineación centro
11705 \emph default
11706  y una anchura de 2.5
11707 \begin_inset space \thinspace{}
11708 \end_inset
11709
11710 cm.
11711  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11712  de la celda multicolumna, así que deberías ajustar 1.25
11713 \begin_inset space \thinspace{}
11714 \end_inset
11715
11716 cm para la primera columna.
11717  La segunda columna tendrá entonces automáticamente 1.25
11718 \begin_inset space \thinspace{}
11719 \end_inset
11720
11721 cm de anchura.
11722  Para la tabla
11723 \begin_inset space ~
11724 \end_inset
11725
11726
11727 \begin_inset CommandInset ref
11728 LatexCommand ref
11729 reference "tab:Tabla-sin-mitad"
11730
11731 \end_inset
11732
11733  se ha procedido de la siguiente manera:
11734 \end_layout
11735
11736 \begin_layout Standard
11737 \begin_inset Float table
11738 wide false
11739 sideways false
11740 status open
11741
11742 \begin_layout Plain Layout
11743 \begin_inset Caption
11744
11745 \begin_layout Plain Layout
11746 \begin_inset CommandInset label
11747 LatexCommand label
11748 name "tab:Tabla-sin-mitad"
11749
11750 \end_inset
11751
11752 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11753  anchura que la celda multicolumna
11754 \begin_inset OptArg
11755 status open
11756
11757 \begin_layout Plain Layout
11758 Tabla multicolumna imperfecta
11759 \end_layout
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \end_inset
11767
11768
11769 \end_layout
11770
11771 \begin_layout Plain Layout
11772 \align center
11773 \begin_inset Tabular
11774 <lyxtabular version="3" rows="3" columns="3">
11775 <features>
11776 <column alignment="center" valignment="top" width="1.25cm">
11777 <column alignment="center" valignment="top" width="0">
11778 <column alignment="center" valignment="top" width="0">
11779 <row>
11780 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 multicolumna línea múltiple
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 c
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 <row>
11809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 d
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 e
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 f
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 </row>
11837 <row>
11838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 g
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 h
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 i
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 </row>
11866 </lyxtabular>
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Standard
11879 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11880 a, es un poco mayor.
11881  La razón es que la anchura dada para una celda 
11882 \begin_inset Formula $W_{g}$
11883 \end_inset
11884
11885  no es su anchura total 
11886 \begin_inset Formula $W_{\mathrm{tot}}$
11887 \end_inset
11888
11889  porque una celda es siempre algo mayor que la anchura dada.
11890  El apéndice
11891 \begin_inset space ~
11892 \end_inset
11893
11894
11895 \begin_inset CommandInset ref
11896 LatexCommand eqref
11897 reference "cha:Explicación-de-la-Ecuación"
11898
11899 \end_inset
11900
11901  lo explica con detalle.
11902 \end_layout
11903
11904 \begin_layout Standard
11905 La anchura dada necesaria, 
11906 \begin_inset Formula $W_{g\, n}$
11907 \end_inset
11908
11909  para combinar 
11910 \emph on
11911 n
11912 \emph default
11913  columnas puede calcularse de manera que cada columna tenga una anchura
11914  total de 
11915 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11916 \end_inset
11917
11918 :
11919 \begin_inset Formula \begin{equation}
11920 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11921
11922 \end_inset
11923
11924
11925 \end_layout
11926
11927 \begin_layout Standard
11928 En nuestro caso tenemos 
11929 \begin_inset Formula $n=2$
11930 \end_inset
11931
11932
11933 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11934 \end_inset
11935
11936
11937 \begin_inset space \thinspace{}
11938 \end_inset
11939
11940 cm y los valores predeterminados para longitudes, así la ecuación
11941 \begin_inset space ~
11942 \end_inset
11943
11944
11945 \begin_inset CommandInset ref
11946 LatexCommand ref
11947 reference "eq:Wgn"
11948
11949 \end_inset
11950
11951  queda
11952 \begin_inset Formula \begin{equation}
11953 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11962  
11963 \series bold
11964 calc
11965 \series default
11966  con la línea
11967 \begin_inset Index
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971 LaTeX-paquetes ! calc
11972 \end_layout
11973
11974 \end_inset
11975
11976
11977 \end_layout
11978
11979 \begin_layout Standard
11980
11981 \series bold
11982
11983 \backslash
11984 usepackage{calc}
11985 \end_layout
11986
11987 \begin_layout Standard
11988 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11989  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11990  He aquí un repaso de los argumentos:
11991 \end_layout
11992
11993 \begin_layout Itemize
11994
11995 \series bold
11996 p{ancho}
11997 \series default
11998  crea celdas con anchura fija, el texto alineado arriba
11999 \end_layout
12000
12001 \begin_layout Itemize
12002
12003 \series bold
12004 m{ancho}
12005 \series default
12006  crea celdas con anchura fija, el texto con alineación vertical centrada
12007  
12008 \end_layout
12009
12010 \begin_layout Itemize
12011
12012 \series bold
12013 b{ancho}
12014 \series default
12015  crea celdas con anchura fija, el texto alineado abajo
12016 \end_layout
12017
12018 \begin_layout Standard
12019 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12020  en el diálogo se ignoran.
12021 \end_layout
12022
12023 \begin_layout Standard
12024 \begin_inset Note Greyedout
12025 status open
12026
12027 \begin_layout Plain Layout
12028
12029 \series bold
12030 Nota:
12031 \series default
12032  Debido a un error, LyX muestra de todas formas estas propiedades.
12033 \end_layout
12034
12035 \end_inset
12036
12037  
12038 \end_layout
12039
12040 \begin_layout Standard
12041 El comando 
12042 \series bold
12043
12044 \backslash
12045 centering
12046 \series default
12047  centra horizontalmente el texto.
12048  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12049  columna extendida:
12050 \end_layout
12051
12052 \begin_layout Standard
12053
12054 \series bold
12055 >{
12056 \backslash
12057 centering}m{1.25cm-6.2pt}
12058 \end_layout
12059
12060 \begin_layout Standard
12061 El comando 
12062 \series bold
12063 >{ }
12064 \series default
12065  significa que los comandos entre llaves se aplican antes de crear la celda.
12066 \end_layout
12067
12068 \begin_layout Standard
12069 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12070 , aún está alineado a la izquierda.
12071  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12072  Así que para multicolumnas hemos de usar el argumento de LaTeX
12073 \end_layout
12074
12075 \begin_layout Standard
12076
12077 \series bold
12078 >{
12079 \backslash
12080 centering}m{2.5cm}
12081 \end_layout
12082
12083 \begin_layout Subsection
12084 Multifilas
12085 \begin_inset Index
12086 status collapsed
12087
12088 \begin_layout Plain Layout
12089 Multifilas
12090 \end_layout
12091
12092 \end_inset
12093
12094
12095 \begin_inset Index
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099 Tablas ! Multifilas
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \begin_inset Index
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109 LaTeX-paquetes ! multirow
12110 \end_layout
12111
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \begin_layout Standard
12118 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12119  hace falta un poco de ERT.
12120  Hay que cargar el paquete de LaTeX 
12121 \series bold
12122 multirow
12123 \series default
12124  en el preámbulo del documento con el comando
12125 \end_layout
12126
12127 \begin_layout Standard
12128
12129 \series bold
12130
12131 \backslash
12132 usepackage{multirow}
12133 \end_layout
12134
12135 \begin_layout Standard
12136 Las multifilas se crean con el comando
12137 \end_layout
12138
12139 \begin_layout Standard
12140
12141 \series bold
12142
12143 \backslash
12144 multirow{número de filas}{ancho de celda}{entrada de celda}
12145 \end_layout
12146
12147 \begin_layout Standard
12148 Para crear la siguiente tabla:
12149 \end_layout
12150
12151 \begin_layout Standard
12152 \align center
12153 \begin_inset ERT
12154 status collapsed
12155
12156 \begin_layout Plain Layout
12157
12158
12159 \backslash
12160 renewcommand{
12161 \backslash
12162 multirowsetup}{
12163 \backslash
12164 centering}
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \begin_inset Tabular
12171 <lyxtabular version="3" rows="3" columns="3">
12172 <features>
12173 <column alignment="center" valignment="top" width="0">
12174 <column alignment="center" valignment="top" width="0">
12175 <column alignment="center" valignment="top" width="0">
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 a
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 b
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12196 \begin_inset Text
12197
12198 \begin_layout Plain Layout
12199 c
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 \begin_inset ERT
12211 status collapsed
12212
12213 \begin_layout Plain Layout
12214
12215
12216 \backslash
12217 multirow{2}{2.5cm}{
12218 \end_layout
12219
12220 \end_inset
12221
12222 entrada multifila
12223 \begin_inset ERT
12224 status collapsed
12225
12226 \begin_layout Plain Layout
12227
12228 }
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242 e
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 f
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 </row>
12257 <row>
12258 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 h
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 i
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 </lyxtabular>
12287
12288 \end_inset
12289
12290
12291 \begin_inset ERT
12292 status collapsed
12293
12294 \begin_layout Plain Layout
12295
12296
12297 \backslash
12298 renewcommand{
12299 \backslash
12300 multirowsetup}{
12301 \backslash
12302 raggedright}
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \end_layout
12309
12310 \begin_layout Standard
12311 crea una tabla 3×3.
12312  Para quitar la línea sobre la última celda en la primera columna, se marca
12313  la celda como multicolumna y se quita el borde superior.
12314  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12315  ahí el comando
12316 \end_layout
12317
12318 \begin_layout Standard
12319
12320 \series bold
12321
12322 \backslash
12323 multirow{2}{2.5cm}{
12324 \end_layout
12325
12326 \begin_layout Standard
12327 como ERT.
12328  Según los parámetros del comando la multifila se expande a dos filas y
12329  tiene de ancho 2.5
12330 \begin_inset space \thinspace{}
12331 \end_inset
12332
12333 cm.
12334  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12335  finaliza con llave derecha 
12336 \series bold
12337 }
12338 \series default
12339  en otro cuadro ERT tras el texto.
12340 \end_layout
12341
12342 \begin_layout Standard
12343
12344 \series bold
12345
12346 \backslash
12347 multirow
12348 \series default
12349  alinea su contenido a la izquierda por defecto.
12350  Para cambiarlo renombra el comando 
12351 \series bold
12352
12353 \backslash
12354 multirowsetup
12355 \series default
12356  con el comando
12357 \end_layout
12358
12359 \begin_layout Standard
12360
12361 \series bold
12362
12363 \backslash
12364 renewcommand{
12365 \backslash
12366 multirowsetup}{
12367 \backslash
12368 centering}
12369 \end_layout
12370
12371 \begin_layout Standard
12372 en ERT en el preámbulo del documento.
12373  Entonces se centran todas las entradas de celdas multifila en el documento.
12374  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12375  en ERT justo antes de la tabla en lugar de en el preámbulo.
12376  Si el texto debe estar alineado a la derecha, reemplaza 
12377 \series bold
12378
12379 \backslash
12380 centering
12381 \series default
12382  por 
12383 \series bold
12384
12385 \backslash
12386 raggedleft
12387 \series default
12388 .
12389  Para volver a alineado a la izquierda usa 
12390 \series bold
12391
12392 \backslash
12393 raggedright
12394 \series default
12395 .
12396 \end_layout
12397
12398 \begin_layout Section
12399 Tablas formales
12400 \begin_inset CommandInset label
12401 LatexCommand label
12402 name "sec:Tablas-Formales"
12403
12404 \end_inset
12405
12406
12407 \begin_inset Index
12408 status collapsed
12409
12410 \begin_layout Plain Layout
12411 Tablas Formales
12412 \end_layout
12413
12414 \end_inset
12415
12416
12417 \begin_inset Index
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421 Tablas ! Estilo formal
12422 \end_layout
12423
12424 \end_inset
12425
12426  
12427 \end_layout
12428
12429 \begin_layout Standard
12430 En los libros, las tablas se suelen presentar en un formato como el de la
12431  tabla 
12432 \begin_inset space ~
12433 \end_inset
12434
12435
12436 \begin_inset CommandInset ref
12437 LatexCommand ref
12438 reference "tab:Ejemplo-tabla-formal"
12439
12440 \end_inset
12441
12442 .
12443  Se denominan tablas 
12444 \emph on
12445 formales
12446 \emph default
12447 .
12448  Para hacer tablas con este diseño, elige 
12449 \family sans
12450 Estilo
12451 \family default
12452
12453 \begin_inset space ~
12454 \end_inset
12455
12456
12457 \family sans
12458 Formal
12459 \family default
12460  en la solapa 
12461 \family sans
12462 Bordes
12463 \family default
12464  del cuadro de diálogo de tablas.
12465 \end_layout
12466
12467 \begin_layout Standard
12468 \begin_inset Float table
12469 placement h
12470 wide false
12471 sideways false
12472 status open
12473
12474 \begin_layout Plain Layout
12475 \begin_inset Caption
12476
12477 \begin_layout Plain Layout
12478 \begin_inset CommandInset label
12479 LatexCommand label
12480 name "tab:Ejemplo-tabla-formal"
12481
12482 \end_inset
12483
12484 Ejemplo de tabla formal
12485 \end_layout
12486
12487 \end_inset
12488
12489
12490 \end_layout
12491
12492 \begin_layout Plain Layout
12493 \align center
12494 \begin_inset Tabular
12495 <lyxtabular version="3" rows="8" columns="4">
12496 <features booktabs="true">
12497 <column alignment="center" valignment="top" width="0">
12498 <column alignment="center" valignment="top" width="0">
12499 <column alignment="center" valignment="top" width="0">
12500 <column alignment="center" valignment="top" width="0">
12501 <row>
12502 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12503 \begin_inset Text
12504
12505 \begin_layout Plain Layout
12506 System
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 <cell alignment="center" valignment="top" topline="true" usebox="none">
12512 \begin_inset Text
12513
12514 \begin_layout Plain Layout
12515 Medipix
12516 \begin_inset Formula $\,$
12517 \end_inset
12518
12519 1
12520 \end_layout
12521
12522 \end_inset
12523 </cell>
12524 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12525 \begin_inset Text
12526
12527 \begin_layout Plain Layout
12528 Medipix
12529 \begin_inset Formula $\,$
12530 \end_inset
12531
12532 2
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12538 \begin_inset Text
12539
12540 \begin_layout Plain Layout
12541
12542 \end_layout
12543
12544 \end_inset
12545 </cell>
12546 </row>
12547 <row>
12548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 \begin_inset ERT
12553 status collapsed
12554
12555 \begin_layout Plain Layout
12556
12557
12558 \backslash
12559 cmidrule(r){2-2}
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \begin_inset ERT
12566 status collapsed
12567
12568 \begin_layout Plain Layout
12569
12570
12571 \backslash
12572 cmidrule(l){3-4}
12573 \end_layout
12574
12575 \end_inset
12576
12577 Detector thickness [µm]
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 <cell alignment="center" valignment="top" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586 300
12587 \end_layout
12588
12589 \end_inset
12590 </cell>
12591 <cell alignment="center" valignment="top" usebox="none">
12592 \begin_inset Text
12593
12594 \begin_layout Plain Layout
12595 300
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 700
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 </row>
12610 <row>
12611 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 Edge angle [°]
12616 \end_layout
12617
12618 \end_inset
12619 </cell>
12620 <cell alignment="center" valignment="top" topline="true" usebox="none">
12621 \begin_inset Text
12622
12623 \begin_layout Plain Layout
12624 3.55
12625 \end_layout
12626
12627 \end_inset
12628 </cell>
12629 <cell alignment="center" valignment="top" topline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 2.71
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 7.99
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row topspace="default">
12649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 Spatial resolution [µm]
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 <cell alignment="center" valignment="top" usebox="none">
12659 \begin_inset Text
12660
12661 \begin_layout Plain Layout
12662 4.26
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 <cell alignment="center" valignment="top" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 10.17
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 10.56
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 </row>
12686 <row topspace="default">
12687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12688 \begin_inset Text
12689
12690 \begin_layout Plain Layout
12691 MTF at 
12692 \begin_inset Formula $f_{\mathrm{max}}$
12693 \end_inset
12694
12695
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 0.53
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 <cell alignment="center" valignment="top" usebox="none">
12710 \begin_inset Text
12711
12712 \begin_layout Plain Layout
12713 0.37
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 0.39
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 </row>
12728 <row topspace="default">
12729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 \begin_inset ERT
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737
12738
12739 \backslash
12740 cmidrule(l{10pt}){1-1}
12741 \end_layout
12742
12743 \end_inset
12744
12745 LSF-spatial resolution
12746 \end_layout
12747
12748 \end_inset
12749 </cell>
12750 <cell alignment="center" valignment="top" usebox="none">
12751 \begin_inset Text
12752
12753 \begin_layout Plain Layout
12754
12755 \end_layout
12756
12757 \end_inset
12758 </cell>
12759 <cell alignment="center" valignment="top" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 </row>
12778 <row>
12779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12780 \begin_inset Text
12781
12782 \begin_layout Plain Layout
12783 in µm
12784 \end_layout
12785
12786 \end_inset
12787 </cell>
12788 <cell alignment="center" valignment="top" usebox="none">
12789 \begin_inset Text
12790
12791 \begin_layout Plain Layout
12792 129.7
12793 \end_layout
12794
12795 \end_inset
12796 </cell>
12797 <cell alignment="center" valignment="top" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 52.75
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 50.78
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 </row>
12816 <row>
12817 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12818 \begin_inset Text
12819
12820 \begin_layout Plain Layout
12821 in % of pixel size
12822 \end_layout
12823
12824 \end_inset
12825 </cell>
12826 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12827 \begin_inset Text
12828
12829 \begin_layout Plain Layout
12830 76.3
12831 \end_layout
12832
12833 \end_inset
12834 </cell>
12835 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 95.9
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 92.3
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 </row>
12854 </lyxtabular>
12855
12856 \end_inset
12857
12858
12859 \end_layout
12860
12861 \end_inset
12862
12863
12864 \end_layout
12865
12866 \begin_layout Standard
12867 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12868  correspondientes que se encuentran en la solapa 
12869 \family sans
12870 Bordes 
12871 \family default
12872 del diálogo
12873 \family sans
12874  Configuración
12875 \begin_inset space ~
12876 \end_inset
12877
12878 de
12879 \begin_inset space ~
12880 \end_inset
12881
12882 la
12883 \begin_inset space ~
12884 \end_inset
12885
12886 tabla
12887 \family default
12888 , como se explica en la sección
12889 \begin_inset space ~
12890 \end_inset
12891
12892
12893 \begin_inset CommandInset ref
12894 LatexCommand ref
12895 reference "sub:Espacio-adicional"
12896
12897 \end_inset
12898
12899
12900 \end_layout
12901
12902 \begin_layout Standard
12903 A diferencia de las tablas normales, las tablas formales no tienen líneas
12904  verticales.
12905  Las líneas horizontales se pueden poner o no como en las tablas normales,
12906  pero en la salida se mostrarán con distinto grosor:
12907 \begin_inset Newline newline
12908 \end_inset
12909
12910 Las líneas primera y última tienen un grosor predeterminado de 0.08
12911 \begin_inset space \thinspace{}
12912 \end_inset
12913
12914 em, las demás tienen un grosor predeterminado de 0.05
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 em.
12919 \end_layout
12920
12921 \begin_layout Standard
12922 Estos valores predeterminados se pueden cambiar
12923 \series bold
12924  
12925 \series default
12926 con las líneas de preámbulo:
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 let
12935 \backslash
12936 mytoprule
12937 \backslash
12938 toprule
12939 \begin_inset Newline newline
12940 \end_inset
12941
12942
12943 \backslash
12944 renewcommand{
12945 \backslash
12946 toprule}{
12947 \backslash
12948 mytoprule[grosor]}
12949 \end_layout
12950
12951 \begin_layout Standard
12952 Este ejemplo es para la primera línea, la denominada 
12953 \series bold
12954 toprule
12955 \series default
12956 .
12957  Si quieres cambiar el grosor de la última línea, reemplaza 
12958 \series bold
12959 toprule
12960 \series default
12961  por 
12962 \series bold
12963 bottomrule
12964 \series default
12965 .
12966  Y para cambiar el grosor de las demás líneas cambia 
12967 \series bold
12968 toprule
12969 \series default
12970  por 
12971 \series bold
12972 midrule
12973 \series default
12974 .
12975  Puedes usar cualquiera de las unidades listadas en el apéndice
12976 \begin_inset space ~
12977 \end_inset
12978
12979
12980 \begin_inset CommandInset ref
12981 LatexCommand ref
12982 reference "cha:Unidades-disponibles-en"
12983
12984 \end_inset
12985
12986 para establecer el grosor.
12987 \end_layout
12988
12989 \begin_layout Standard
12990 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12991  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12992  LyX empleará internamente el comando 
12993 \series bold
12994
12995 \backslash
12996 cmidrule
12997 \series default
12998  para dibujar la línea.
12999  El esquema completo es
13000 \end_layout
13001
13002 \begin_layout Standard
13003
13004 \series bold
13005
13006 \backslash
13007 cmidrule[grosor](recorte){inicol-fincol}
13008 \end_layout
13009
13010 \begin_layout Standard
13011 Por el momento, LyX no soporta las opciones de 
13012 \series bold
13013
13014 \backslash
13015 cmidrule
13016 \series default
13017 , así que para usarlas hay que emplear ERT.
13018  Las líneas 
13019 \series bold
13020
13021 \backslash
13022 cmidrule
13023 \series default
13024  se pueden insertar manualmente con el comando en ERT como primera entrada
13025  de la primera celda de una fila.
13026  En la salida se dibujará la línea sobre dicha fila.
13027 \end_layout
13028
13029 \begin_layout Standard
13030 El grosor predeterminado es 0.03
13031 \begin_inset space \thinspace{}
13032 \end_inset
13033
13034 em.
13035  
13036 \series bold
13037 inicol
13038 \series default
13039  es el número de la columna en la que comienza la línea y 
13040 \series bold
13041 fincol
13042 \series default
13043  es el número de la columna en la que acaba la línea.
13044  El valor 
13045 \series bold
13046 fincol
13047 \series default
13048  debe especificarse siempre, aunque la línea se extienda sobre una sola
13049  columna.
13050  El parámetro opcional 
13051 \series bold
13052 recorte
13053 \series default
13054  debe ser 
13055 \emph on
13056 l{recorte}
13057 \emph default
13058  o 
13059 \emph on
13060 r{recorte}
13061 \emph default
13062 , donde 
13063 \emph on
13064 recorte
13065 \emph default
13066  también es opcional.
13067  Por ejemplo, el parámetro 
13068 \emph on
13069 l{2pt}
13070 \emph default
13071  significa que la línea se recorta 2
13072 \begin_inset space \thinspace{}
13073 \end_inset
13074
13075 pt por su izquierda.
13076  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13077 \begin_inset space \thinspace{}
13078 \end_inset
13079
13080 em.
13081
13082 \series bold
13083  
13084 \end_layout
13085
13086 \begin_layout Standard
13087
13088 \end_layout
13089
13090 \begin_layout Standard
13091 \begin_inset VSpace bigskip
13092 \end_inset
13093
13094
13095 \end_layout
13096
13097 \begin_layout Standard
13098 La tabla
13099 \begin_inset space ~
13100 \end_inset
13101
13102
13103 \begin_inset CommandInset ref
13104 LatexCommand ref
13105 reference "tab:Ejemplo-tabla-formal"
13106
13107 \end_inset
13108
13109  se ha creado con los comandos
13110 \end_layout
13111
13112 \begin_layout Standard
13113
13114 \series bold
13115
13116 \backslash
13117 cmidrule(r){2-2}
13118 \backslash
13119 cmidrule(l){3-4}
13120 \end_layout
13121
13122 \begin_layout Standard
13123 en la segunda fila, 
13124 \series bold
13125
13126 \backslash
13127 midrule
13128 \series default
13129  en la tercera, y
13130 \end_layout
13131
13132 \begin_layout Standard
13133
13134 \series bold
13135
13136 \backslash
13137 cmidrule(l{10pt}){1-1}
13138 \end_layout
13139
13140 \begin_layout Standard
13141 en la sexta fila.
13142 \end_layout
13143
13144 \begin_layout Standard
13145 \begin_inset VSpace bigskip
13146 \end_inset
13147
13148
13149 \end_layout
13150
13151 \begin_layout Standard
13152 Quizá quieras superponer líneas 
13153 \series bold
13154
13155 \backslash
13156 cmidrules
13157 \series default
13158  como en la tabla
13159 \begin_inset space ~
13160 \end_inset
13161
13162
13163 \begin_inset CommandInset ref
13164 LatexCommand ref
13165 reference "tab:Tabla-formal-especial"
13166
13167 \end_inset
13168
13169 .
13170  Esto se consigue con el comando ERT
13171 \end_layout
13172
13173 \begin_layout Standard
13174
13175 \series bold
13176
13177 \backslash
13178 morecmidrules
13179 \end_layout
13180
13181 \begin_layout Standard
13182 El comando que se ha utilizado para la segunda fila de la tabla
13183 \begin_inset space ~
13184 \end_inset
13185
13186
13187 \begin_inset CommandInset ref
13188 LatexCommand ref
13189 reference "tab:Tabla-formal-especial"
13190
13191 \end_inset
13192
13193  es
13194 \end_layout
13195
13196 \begin_layout Standard
13197
13198 \series bold
13199
13200 \backslash
13201 cmidrule(r){2-2}
13202 \backslash
13203 cmidrule(l){3-4}
13204 \backslash
13205 morecmidrules
13206 \backslash
13207 cmidrule{2-4}
13208 \end_layout
13209
13210 \begin_layout Standard
13211 El comando para la sexta fila es
13212 \end_layout
13213
13214 \begin_layout Standard
13215
13216 \series bold
13217
13218 \backslash
13219 midrule
13220 \backslash
13221 morecmidrules
13222 \backslash
13223 cmidrule{3-4}
13224 \series default
13225
13226 \begin_inset VSpace bigskip
13227 \end_inset
13228
13229
13230 \end_layout
13231
13232 \begin_layout Standard
13233 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13234  el siguiente comando para dibujar líneas que se extienden sobre todas las
13235  columnas
13236 \end_layout
13237
13238 \begin_layout Standard
13239
13240 \series bold
13241
13242 \backslash
13243 specialrule{anchura}{espacio superior}{espacio inferior}
13244 \end_layout
13245
13246 \begin_layout Standard
13247 Para más información sobre estas características especiales, acude al manual
13248  del paquete LaTeX 
13249 \series bold
13250 booktabs
13251 \series default
13252
13253 \begin_inset CommandInset citation
13254 LatexCommand cite
13255 key "booktabs"
13256
13257 \end_inset
13258
13259 .
13260 \begin_inset Index
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 LaTeX-paquetes ! booktabs
13265 \end_layout
13266
13267 \end_inset
13268
13269  
13270 \begin_inset VSpace bigskip
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \begin_layout Standard
13277 \begin_inset Float table
13278 placement h
13279 wide false
13280 sideways false
13281 status open
13282
13283 \begin_layout Plain Layout
13284 \begin_inset Caption
13285
13286 \begin_layout Plain Layout
13287 \begin_inset CommandInset label
13288 LatexCommand label
13289 name "tab:Tabla-formal-especial"
13290
13291 \end_inset
13292
13293 Tabla formal especial
13294 \end_layout
13295
13296 \end_inset
13297
13298
13299 \end_layout
13300
13301 \begin_layout Plain Layout
13302 \align center
13303 \begin_inset Tabular
13304 <lyxtabular version="3" rows="8" columns="4">
13305 <features booktabs="true">
13306 <column alignment="center" valignment="top" width="0">
13307 <column alignment="center" valignment="top" width="0">
13308 <column alignment="center" valignment="top" width="0">
13309 <column alignment="center" valignment="top" width="0">
13310 <row>
13311 <cell alignment="center" valignment="top" topline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 System
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 Medipix
13325 \begin_inset space \thinspace{}
13326 \end_inset
13327
13328 1
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13334 \begin_inset Text
13335
13336 \begin_layout Plain Layout
13337 Medipix
13338 \begin_inset space \thinspace{}
13339 \end_inset
13340
13341 2
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 </row>
13356 <row>
13357 <cell alignment="center" valignment="top" usebox="none">
13358 \begin_inset Text
13359
13360 \begin_layout Plain Layout
13361 \begin_inset ERT
13362 status collapsed
13363
13364 \begin_layout Plain Layout
13365
13366
13367 \backslash
13368 cmidrule(r){2-2}
13369 \end_layout
13370
13371 \end_inset
13372
13373
13374 \begin_inset ERT
13375 status collapsed
13376
13377 \begin_layout Plain Layout
13378
13379
13380 \backslash
13381 cmidrule(l){3-4}
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \begin_inset ERT
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391
13392
13393 \backslash
13394 morecmidrules 
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405
13406 \backslash
13407 cmidrule{2-4}
13408 \end_layout
13409
13410 \end_inset
13411
13412 Detector thickness [µm]
13413 \end_layout
13414
13415 \end_inset
13416 </cell>
13417 <cell alignment="center" valignment="top" usebox="none">
13418 \begin_inset Text
13419
13420 \begin_layout Plain Layout
13421 300
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 <cell alignment="center" valignment="top" usebox="none">
13427 \begin_inset Text
13428
13429 \begin_layout Plain Layout
13430 300
13431 \end_layout
13432
13433 \end_inset
13434 </cell>
13435 <cell alignment="center" valignment="top" usebox="none">
13436 \begin_inset Text
13437
13438 \begin_layout Plain Layout
13439 700
13440 \end_layout
13441
13442 \end_inset
13443 </cell>
13444 </row>
13445 <row>
13446 <cell alignment="center" valignment="top" topline="true" usebox="none">
13447 \begin_inset Text
13448
13449 \begin_layout Plain Layout
13450 Edge angle [°]
13451 \end_layout
13452
13453 \end_inset
13454 </cell>
13455 <cell alignment="center" valignment="top" topline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Plain Layout
13459 3.55
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 <cell alignment="center" valignment="top" topline="true" usebox="none">
13465 \begin_inset Text
13466
13467 \begin_layout Plain Layout
13468 2.71
13469 \end_layout
13470
13471 \end_inset
13472 </cell>
13473 <cell alignment="center" valignment="top" topline="true" usebox="none">
13474 \begin_inset Text
13475
13476 \begin_layout Plain Layout
13477 7.99
13478 \end_layout
13479
13480 \end_inset
13481 </cell>
13482 </row>
13483 <row topspace="default">
13484 <cell alignment="center" valignment="top" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 Spatial resolution [µm]
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 4.26
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 10.17
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Plain Layout
13515 10.56
13516 \end_layout
13517
13518 \end_inset
13519 </cell>
13520 </row>
13521 <row topspace="default">
13522 <cell alignment="center" valignment="top" usebox="none">
13523 \begin_inset Text
13524
13525 \begin_layout Plain Layout
13526 MTF at 
13527 \begin_inset Formula $f_{\mathrm{max}}$
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 0.53
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 0.37
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 0.39
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 </row>
13563 <row>
13564 <cell alignment="center" valignment="top" topline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 \begin_inset ERT
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572
13573
13574 \backslash
13575 morecmidrules 
13576 \end_layout
13577
13578 \end_inset
13579
13580
13581 \begin_inset ERT
13582 status collapsed
13583
13584 \begin_layout Plain Layout
13585
13586
13587 \backslash
13588 cmidrule{3-4}
13589 \end_layout
13590
13591 \end_inset
13592
13593 LSF-spatial resolution
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 <cell alignment="center" valignment="top" topline="true" usebox="none">
13599 \begin_inset Text
13600
13601 \begin_layout Plain Layout
13602
13603 \end_layout
13604
13605 \end_inset
13606 </cell>
13607 <cell alignment="center" valignment="top" topline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 <row>
13627 <cell alignment="center" valignment="top" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631 in µm
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640 129.7
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 52.75
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 50.78
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 </row>
13664 <row>
13665 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 in % of pixel size
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 76.3
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 95.9
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 92.3
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 </row>
13702 </lyxtabular>
13703
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \end_inset
13710
13711
13712 \end_layout
13713
13714 \begin_layout Section
13715 Alineación vertical de tablas
13716 \begin_inset Index
13717 status collapsed
13718
13719 \begin_layout Plain Layout
13720 Tablas ! Alineación vertical
13721 \end_layout
13722
13723 \end_inset
13724
13725
13726 \end_layout
13727
13728 \begin_layout Standard
13729 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13730  en un cuadro.
13731  Entonces el cuadro se puede alinear verticalmente como se describe en la
13732  sección
13733 \begin_inset space ~
13734 \end_inset
13735
13736
13737 \begin_inset CommandInset ref
13738 LatexCommand ref
13739 reference "sec:Diálogo-Cuadros"
13740
13741 \end_inset
13742
13743 .
13744  
13745 \end_layout
13746
13747 \begin_layout Standard
13748 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13749 \begin_inset Foot
13750 status collapsed
13751
13752 \begin_layout Plain Layout
13753 Las minipáginas se describen en la sección
13754 \begin_inset space ~
13755 \end_inset
13756
13757
13758 \begin_inset CommandInset ref
13759 LatexCommand ref
13760 reference "sec:Minipáginas"
13761
13762 \end_inset
13763
13764 .
13765 \end_layout
13766
13767 \end_inset
13768
13769  que tiene una anchura de 15
13770 \begin_inset space \thinspace{}
13771 \end_inset
13772
13773 col%:
13774 \end_layout
13775
13776 \begin_layout Itemize
13777 test 
13778 \begin_inset Box Frameless
13779 position "t"
13780 hor_pos "c"
13781 has_inner_box 1
13782 inner_pos "c"
13783 use_parbox 0
13784 width "15col%"
13785 special "none"
13786 height "1in"
13787 height_special "totalheight"
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791 \begin_inset Tabular
13792 <lyxtabular version="3" rows="3" columns="3">
13793 <features>
13794 <column alignment="center" valignment="top" width="0">
13795 <column alignment="center" valignment="top" width="0">
13796 <column alignment="center" valignment="top" width="0">
13797 <row>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 a
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 d
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 g
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 b
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 e
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 h
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 </row>
13855 <row>
13856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 c
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 f
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 i
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 </row>
13884 </lyxtabular>
13885
13886 \end_inset
13887
13888
13889 \end_layout
13890
13891 \end_inset
13892
13893  test 
13894 \begin_inset ERT
13895 status collapsed
13896
13897 \begin_layout Plain Layout
13898
13899
13900 \backslash
13901 raisebox{0.85
13902 \backslash
13903 baselineskip}{
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \begin_inset Box Frameless
13910 position "t"
13911 hor_pos "c"
13912 has_inner_box 1
13913 inner_pos "c"
13914 use_parbox 0
13915 width "15col%"
13916 special "none"
13917 height "1in"
13918 height_special "totalheight"
13919 status collapsed
13920
13921 \begin_layout Plain Layout
13922 \begin_inset Tabular
13923 <lyxtabular version="3" rows="3" columns="3">
13924 <features>
13925 <column alignment="center" valignment="top" width="0">
13926 <column alignment="center" valignment="top" width="0">
13927 <column alignment="center" valignment="top" width="0">
13928 <row>
13929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 a
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 d
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13948 \begin_inset Text
13949
13950 \begin_layout Plain Layout
13951 g
13952 \end_layout
13953
13954 \end_inset
13955 </cell>
13956 </row>
13957 <row>
13958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962 b
13963 \end_layout
13964
13965 \end_inset
13966 </cell>
13967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13968 \begin_inset Text
13969
13970 \begin_layout Plain Layout
13971 e
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 h
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 </row>
13986 <row>
13987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 c
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 f
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 i
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 </lyxtabular>
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023
14024
14025 \begin_inset ERT
14026 status collapsed
14027
14028 \begin_layout Plain Layout
14029
14030 }
14031 \end_layout
14032
14033 \end_inset
14034
14035
14036 \end_layout
14037
14038 \begin_layout Itemize
14039 test 
14040 \begin_inset Box Frameless
14041 position "c"
14042 hor_pos "c"
14043 has_inner_box 1
14044 inner_pos "c"
14045 use_parbox 0
14046 width "15col%"
14047 special "none"
14048 height "1in"
14049 height_special "totalheight"
14050 status collapsed
14051
14052 \begin_layout Plain Layout
14053 \begin_inset Tabular
14054 <lyxtabular version="3" rows="3" columns="3">
14055 <features>
14056 <column alignment="center" valignment="top" width="0">
14057 <column alignment="center" valignment="top" width="0">
14058 <column alignment="center" valignment="top" width="0">
14059 <row>
14060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14061 \begin_inset Text
14062
14063 \begin_layout Plain Layout
14064 a
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 d
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 g
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 </row>
14088 <row>
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 b
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14099 \begin_inset Text
14100
14101 \begin_layout Plain Layout
14102 e
14103 \end_layout
14104
14105 \end_inset
14106 </cell>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 h
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 </row>
14117 <row>
14118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 c
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Plain Layout
14131 f
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 i
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 </row>
14146 </lyxtabular>
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Itemize
14159 test 
14160 \begin_inset Box Frameless
14161 position "b"
14162 hor_pos "c"
14163 has_inner_box 1
14164 inner_pos "c"
14165 use_parbox 0
14166 width "15col%"
14167 special "none"
14168 height "1in"
14169 height_special "totalheight"
14170 status collapsed
14171
14172 \begin_layout Plain Layout
14173 \begin_inset Tabular
14174 <lyxtabular version="3" rows="3" columns="3">
14175 <features>
14176 <column alignment="center" valignment="top" width="0">
14177 <column alignment="center" valignment="top" width="0">
14178 <column alignment="center" valignment="top" width="0">
14179 <row>
14180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14181 \begin_inset Text
14182
14183 \begin_layout Plain Layout
14184 a
14185 \end_layout
14186
14187 \end_inset
14188 </cell>
14189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14190 \begin_inset Text
14191
14192 \begin_layout Plain Layout
14193 d
14194 \end_layout
14195
14196 \end_inset
14197 </cell>
14198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202 g
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 </row>
14208 <row>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 b
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 e
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 h
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 </row>
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 c
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 f
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 i
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 </row>
14266 </lyxtabular>
14267
14268 \end_inset
14269
14270
14271 \end_layout
14272
14273 \end_inset
14274
14275  test 
14276 \begin_inset ERT
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280
14281
14282 \backslash
14283 raisebox{-0.32
14284 \backslash
14285 baselineskip}{
14286 \end_layout
14287
14288 \end_inset
14289
14290
14291 \begin_inset Box Frameless
14292 position "b"
14293 hor_pos "c"
14294 has_inner_box 1
14295 inner_pos "c"
14296 use_parbox 0
14297 width "15col%"
14298 special "none"
14299 height "1in"
14300 height_special "totalheight"
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304 \begin_inset Tabular
14305 <lyxtabular version="3" rows="3" columns="3">
14306 <features>
14307 <column alignment="center" valignment="top" width="0">
14308 <column alignment="center" valignment="top" width="0">
14309 <column alignment="center" valignment="top" width="0">
14310 <row>
14311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315 a
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 d
14325 \end_layout
14326
14327 \end_inset
14328 </cell>
14329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333 g
14334 \end_layout
14335
14336 \end_inset
14337 </cell>
14338 </row>
14339 <row>
14340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 b
14345 \end_layout
14346
14347 \end_inset
14348 </cell>
14349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14350 \begin_inset Text
14351
14352 \begin_layout Plain Layout
14353 e
14354 \end_layout
14355
14356 \end_inset
14357 </cell>
14358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14359 \begin_inset Text
14360
14361 \begin_layout Plain Layout
14362 h
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 </row>
14368 <row>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373 c
14374 \end_layout
14375
14376 \end_inset
14377 </cell>
14378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14379 \begin_inset Text
14380
14381 \begin_layout Plain Layout
14382 f
14383 \end_layout
14384
14385 \end_inset
14386 </cell>
14387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14388 \begin_inset Text
14389
14390 \begin_layout Plain Layout
14391 i
14392 \end_layout
14393
14394 \end_inset
14395 </cell>
14396 </row>
14397 </lyxtabular>
14398
14399 \end_inset
14400
14401
14402 \end_layout
14403
14404 \end_inset
14405
14406
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }
14413 \end_layout
14414
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \begin_layout Standard
14421 Como ves, los contenidos de la primera y última filas no se alinean correctament
14422 e con la línea de texto donde está la tabla.
14423  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14424  un cuadro elevado (
14425 \begin_inset Quotes eld
14426 \end_inset
14427
14428 raisebox
14429 \begin_inset Quotes erd
14430 \end_inset
14431
14432 )
14433 \begin_inset Foot
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437 El uso del comando 
14438 \series bold
14439
14440 \backslash
14441 raisebox
14442 \series default
14443  se explica en la sección
14444 \begin_inset space ~
14445 \end_inset
14446
14447
14448 \begin_inset CommandInset ref
14449 LatexCommand ref
14450 reference "sub:Alineación-Vertical"
14451
14452 \end_inset
14453
14454 .
14455 \end_layout
14456
14457 \end_inset
14458
14459 .
14460  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14461  usando el comando en ERT
14462 \end_layout
14463
14464 \begin_layout Standard
14465
14466 \series bold
14467
14468 \backslash
14469 raisebox{0.85
14470 \backslash
14471 baselineskip}{
14472 \end_layout
14473
14474 \begin_layout Standard
14475 antes del cuadro.
14476  Tras él, se pone la llave de cierre 
14477 \series bold
14478 }
14479 \series default
14480  también como ERT.
14481  Para la segunda tabla en el tercer ítem se usa el comando 
14482 \end_layout
14483
14484 \begin_layout Standard
14485
14486 \series bold
14487
14488 \backslash
14489 raisebox{-0.32
14490 \backslash
14491 baselineskip}{
14492 \end_layout
14493
14494 \begin_layout Standard
14495 \begin_inset Note Greyedout
14496 status open
14497
14498 \begin_layout Plain Layout
14499
14500 \series bold
14501 Not
14502 \series default
14503 a: La alineación del contenido de la fila con la línea del texto adyacente
14504  no es exacta.
14505  El factor necesario del comando 
14506 \series bold
14507
14508 \backslash
14509 raisebox
14510 \series default
14511  para este alineamiento depende de la fuente del documento, del tamaño de
14512  la fuente y del grosor de línea de la tabla.
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Section
14521 Tablas coloreadas
14522 \begin_inset CommandInset label
14523 LatexCommand label
14524 name "sec:Tablas-Coloreadas"
14525
14526 \end_inset
14527
14528
14529 \begin_inset Index
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 Tablas ! Coloreadas
14534 \end_layout
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Subsection
14542 Celdas coloreadas
14543 \begin_inset Index
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547 Tablas coloreadas ! Celdas
14548 \end_layout
14549
14550 \end_inset
14551
14552
14553 \begin_inset Index
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557 Color ! en celdas de tablas
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Standard
14566 \begin_inset Float table
14567 placement h
14568 wide false
14569 sideways false
14570 status open
14571
14572 \begin_layout Plain Layout
14573 \begin_inset Caption
14574
14575 \begin_layout Plain Layout
14576 \begin_inset CommandInset label
14577 LatexCommand label
14578 name "tab:Tabla-coloreada-sin"
14579
14580 \end_inset
14581
14582 Tabla coloreada sin usar el paquete 
14583 \series bold
14584 colortbl
14585 \series default
14586
14587 \begin_inset OptArg
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 Tabla sin colortbl
14592 \end_layout
14593
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \begin_layout Plain Layout
14605 \align center
14606 \begin_inset Tabular
14607 <lyxtabular version="3" rows="3" columns="3">
14608 <features>
14609 <column alignment="center" valignment="top" width="0">
14610 <column alignment="center" valignment="top" width="0">
14611 <column alignment="center" valignment="top" width="0">
14612 <row>
14613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14614 \begin_inset Text
14615
14616 \begin_layout Plain Layout
14617
14618 \color green
14619 a
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628
14629 \color red
14630 b
14631 \end_layout
14632
14633 \end_inset
14634 </cell>
14635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14636 \begin_inset Text
14637
14638 \begin_layout Plain Layout
14639
14640 \color red
14641 c
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 </row>
14647 <row>
14648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652
14653 \color green
14654 d
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663
14664 \color blue
14665 e
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674
14675 \color blue
14676 f
14677 \end_layout
14678
14679 \end_inset
14680 </cell>
14681 </row>
14682 <row>
14683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14684 \begin_inset Text
14685
14686 \begin_layout Plain Layout
14687
14688 \color green
14689 g
14690 \end_layout
14691
14692 \end_inset
14693 </cell>
14694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14695 \begin_inset Text
14696
14697 \begin_layout Plain Layout
14698
14699 \color blue
14700 h
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14706 \begin_inset Text
14707
14708 \begin_layout Plain Layout
14709
14710 \color blue
14711 i
14712 \end_layout
14713
14714 \end_inset
14715 </cell>
14716 </row>
14717 </lyxtabular>
14718
14719 \end_inset
14720
14721
14722 \end_layout
14723
14724 \end_inset
14725
14726
14727 \end_layout
14728
14729 \begin_layout Standard
14730 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14731  el menú 
14732 \family sans
14733 Editar\SpecialChar \menuseparator
14734 Estilo
14735 \begin_inset space ~
14736 \end_inset
14737
14738 del
14739 \begin_inset space ~
14740 \end_inset
14741
14742 Texto
14743 \family default
14744 .
14745  Esto se ha hecho en la tabla
14746 \begin_inset space ~
14747 \end_inset
14748
14749
14750 \begin_inset CommandInset ref
14751 LatexCommand ref
14752 reference "tab:Tabla-coloreada-sin"
14753
14754 \end_inset
14755
14756 .
14757  En cualquier otro caso hay que usar el paquete LaTeX 
14758 \series bold
14759 colortbl
14760 \series default
14761 .
14762 \begin_inset Index
14763 status collapsed
14764
14765 \begin_layout Plain Layout
14766 LaTeX-paquetes ! colortbl
14767 \end_layout
14768
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \begin_layout Standard
14775 \begin_inset ERT
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779
14780
14781 \backslash
14782 ifcolortbl
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \begin_inset Note Note
14789 status open
14790
14791 \begin_layout Plain Layout
14792 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14793  LaTeX 
14794 \series bold
14795 colortbl
14796 \series default
14797 .
14798 \end_layout
14799
14800 \end_inset
14801
14802
14803 \end_layout
14804
14805 \begin_layout Standard
14806 Para crear tablas coloreadas, 
14807 \series bold
14808 colortbl
14809 \series default
14810  debe cargarse en el preámbulo con la línea
14811 \end_layout
14812
14813 \begin_layout Standard
14814
14815 \series bold
14816
14817 \backslash
14818 usepackage{colortbl}
14819 \end_layout
14820
14821 \begin_layout Standard
14822 El color de una columna se define con el comando
14823 \end_layout
14824
14825 \begin_layout Standard
14826
14827 \series bold
14828
14829 \backslash
14830 columncolor{nombre del color}
14831 \end_layout
14832
14833 \begin_layout Standard
14834 dentro del comando 
14835 \series bold
14836 >{ }
14837 \series default
14838 .
14839  Más sobre el comando 
14840 \series bold
14841 >{}
14842 \series default
14843  se explica en la sección
14844 \begin_inset space ~
14845 \end_inset
14846
14847
14848 \begin_inset CommandInset ref
14849 LatexCommand ref
14850 reference "sub:Cálculos-en-Multicolumnas"
14851
14852 \end_inset
14853
14854 .
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Los siguientes nombres de color están predefinidos:
14859 \end_layout
14860
14861 \begin_layout Standard
14862
14863 \family sans
14864 red
14865 \family default
14866
14867 \family sans
14868 green
14869 \family default
14870
14871 \family sans
14872 yellow, blue
14873 \family default
14874
14875 \family sans
14876 cyan
14877 \family default
14878 \series bold
14879 ,
14880 \series default
14881  
14882 \family sans
14883 magenta, black
14884 \family default
14885
14886 \family sans
14887 white
14888 \end_layout
14889
14890 \begin_layout Standard
14891 \begin_inset VSpace medskip
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 Puedes definir tus propios colores con el comando
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 definecolor{nombre del color}{modelo de color}{valores de color}
14907 \end_layout
14908
14909 \begin_layout Standard
14910 El modelo de color puede ser
14911 \end_layout
14912
14913 \begin_layout Labeling
14914 \labelwidthstring 00.00.0000
14915 cmyk: cyan, magenta, yellow, black
14916 \end_layout
14917
14918 \begin_layout Labeling
14919 \labelwidthstring 00.00.0000
14920 rgb: red, green, blue
14921 \end_layout
14922
14923 \begin_layout Labeling
14924 \labelwidthstring 00.00.0000
14925 gray: gray
14926 \end_layout
14927
14928 \begin_layout Standard
14929 y los valores de color son números separados por comas entre 0 y 1 que describen
14930  el factor para el color correspondiente del modelo de color.
14931 \end_layout
14932
14933 \begin_layout Standard
14934 Por ejemplo, puedes definir el color
14935 \series bold
14936  
14937 \series default
14938
14939 \begin_inset Quotes eld
14940 \end_inset
14941
14942
14943 \emph on
14944 verde oscuro
14945 \emph default
14946
14947 \begin_inset Quotes erd
14948 \end_inset
14949
14950  en el preámbulo con
14951 \end_layout
14952
14953 \begin_layout Standard
14954
14955 \series bold
14956
14957 \backslash
14958 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14959 \end_layout
14960
14961 \begin_layout Standard
14962 y el color 
14963 \begin_inset Quotes eld
14964 \end_inset
14965
14966
14967 \emph on
14968 gris claro
14969 \emph default
14970
14971 \begin_inset Quotes erd
14972 \end_inset
14973
14974  con
14975 \end_layout
14976
14977 \begin_layout Standard
14978
14979 \series bold
14980
14981 \backslash
14982 definecolor{grisclaro}{gray}{0.8}
14983 \end_layout
14984
14985 \begin_layout Standard
14986 \begin_inset VSpace medskip
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \begin_layout Standard
14993 Las líneas se colorean con el comando
14994 \end_layout
14995
14996 \begin_layout Standard
14997
14998 \series bold
14999
15000 \backslash
15001 rowcolor{nombre del color}
15002 \end_layout
15003
15004 \begin_layout Standard
15005 y las celdas se colorean con el comando
15006 \end_layout
15007
15008 \begin_layout Standard
15009
15010 \series bold
15011
15012 \backslash
15013 cellcolor{nombre del color}
15014 \end_layout
15015
15016 \begin_layout Standard
15017 Ambos comandos se insertan al principio de una celda como ERT.
15018 \end_layout
15019
15020 \begin_layout Standard
15021 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15022 \family sans
15023 Editar\SpecialChar \menuseparator
15024 Estilo
15025 \begin_inset space ~
15026 \end_inset
15027
15028 del
15029 \begin_inset space ~
15030 \end_inset
15031
15032 Texto
15033 \family default
15034 .
15035  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15036  puede ocasionar errores de LaTeX.
15037 \end_layout
15038
15039 \begin_layout Standard
15040 \begin_inset VSpace bigskip
15041 \end_inset
15042
15043
15044 \end_layout
15045
15046 \begin_layout Standard
15047 Para crear la tabla
15048 \begin_inset space ~
15049 \end_inset
15050
15051
15052 \begin_inset CommandInset ref
15053 LatexCommand ref
15054 reference "tab:Tabla-coloreada-con"
15055
15056 \end_inset
15057
15058  haz lo siguiente: el color de la primera columna debe ser 
15059 \emph on
15060 verde oscuro
15061 \emph default
15062 , entonces inserta
15063 \end_layout
15064
15065 \begin_layout Standard
15066
15067 \series bold
15068 >{
15069 \backslash
15070 columncolor{verdeoscuro}
15071 \backslash
15072 centering}c
15073 \end_layout
15074
15075 \begin_layout Standard
15076 como argumento LaTeX para esta columna.
15077  La primera fila debe ser azul, por tanto inserta el comando ERT
15078 \end_layout
15079
15080 \begin_layout Standard
15081
15082 \series bold
15083
15084 \backslash
15085 rowcolow{cyan}
15086 \end_layout
15087
15088 \begin_layout Standard
15089 en la primera celda de esta fila.
15090  Observa que esto sobreescribe el color de la columna para la primera celda.
15091  La última celda de la última fila se colorea magenta insertando el comando
15092  ERT
15093 \end_layout
15094
15095 \begin_layout Standard
15096
15097 \series bold
15098
15099 \backslash
15100 cellcolor{magenta}
15101 \end_layout
15102
15103 \begin_layout Standard
15104 Ahora podrían colorearse los caracteres usando el menú 
15105 \family sans
15106 Editar\SpecialChar \menuseparator
15107 Estilo
15108 \begin_inset space ~
15109 \end_inset
15110
15111 del
15112 \begin_inset space ~
15113 \end_inset
15114
15115 Texto
15116 \family default
15117 .
15118 \end_layout
15119
15120 \begin_layout Standard
15121 \begin_inset Float table
15122 placement h
15123 wide false
15124 sideways false
15125 status open
15126
15127 \begin_layout Plain Layout
15128 \begin_inset Caption
15129
15130 \begin_layout Plain Layout
15131 \begin_inset CommandInset label
15132 LatexCommand label
15133 name "tab:Tabla-coloreada-con"
15134
15135 \end_inset
15136
15137 Tabla coloreada con el paquete 
15138 \series bold
15139 colortbl
15140 \series default
15141
15142 \begin_inset OptArg
15143 status open
15144
15145 \begin_layout Plain Layout
15146 Tabla con 
15147 \series bold
15148 colortbl
15149 \end_layout
15150
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \begin_layout Plain Layout
15162 \align center
15163 \begin_inset Tabular
15164 <lyxtabular version="3" rows="3" columns="3">
15165 <features>
15166 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15167 <column alignment="center" valignment="top" width="0">
15168 <column alignment="center" valignment="top" width="0">
15169 <row>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 \begin_inset ERT
15175 status collapsed
15176
15177 \begin_layout Plain Layout
15178
15179
15180 \backslash
15181 rowcolor{cyan}
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \color magenta
15188 a
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 <cell alignment="center" valignment="top" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \color red
15199 b
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208
15209 \color red
15210 c
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 </row>
15216 <row>
15217 <cell alignment="center" valignment="top" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221
15222 \color yellow
15223 d
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 <cell alignment="center" valignment="top" usebox="none">
15229 \begin_inset Text
15230
15231 \begin_layout Plain Layout
15232
15233 \color blue
15234 e
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 <cell alignment="center" valignment="top" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \color blue
15245 f
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 </row>
15251 <row>
15252 <cell alignment="center" valignment="top" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256
15257 \color yellow
15258 g
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \color blue
15269 h
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 \begin_inset ERT
15279 status collapsed
15280
15281 \begin_layout Plain Layout
15282
15283
15284 \backslash
15285 cellcolor{magenta}
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \color green
15292 i
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 </lyxtabular>
15299
15300 \end_inset
15301
15302
15303 \end_layout
15304
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \begin_layout Standard
15311 \begin_inset ERT
15312 status collapsed
15313
15314 \begin_layout Plain Layout
15315
15316
15317 \backslash
15318 else
15319 \end_layout
15320
15321 \end_inset
15322
15323
15324 \begin_inset Note Note
15325 status open
15326
15327 \begin_layout Plain Layout
15328 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15329  
15330 \series bold
15331 colortbl
15332 \series default
15333 .
15334 \end_layout
15335
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \begin_layout Standard
15342 Debes instalar el paquete LaTeX 
15343 \series bold
15344 colortbl
15345 \series default
15346  para ver la parte siguiente en la salida.
15347 \end_layout
15348
15349 \begin_layout Standard
15350 \begin_inset ERT
15351 status collapsed
15352
15353 \begin_layout Plain Layout
15354
15355
15356 \backslash
15357 fi
15358 \end_layout
15359
15360 \end_inset
15361
15362
15363 \end_layout
15364
15365 \begin_layout Subsection
15366 Líneas coloreadas
15367 \begin_inset Index
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371 Tablas coloreadas ! Líneas
15372 \end_layout
15373
15374 \end_inset
15375
15376
15377 \begin_inset Index
15378 status collapsed
15379
15380 \begin_layout Plain Layout
15381 Color ! en bordes de tabla
15382 \end_layout
15383
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \begin_layout Standard
15390 Como se describe en la sección
15391 \begin_inset space ~
15392 \end_inset
15393
15394
15395 \begin_inset CommandInset ref
15396 LatexCommand ref
15397 reference "sub:Grosor-de-Líneas"
15398
15399 \end_inset
15400
15401 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15402  
15403 \series bold
15404
15405 \backslash
15406 arrayrulewidth
15407 \series default
15408 .
15409  Se ha puesto 1.5
15410 \begin_inset space \thinspace{}
15411 \end_inset
15412
15413 pt para todas las tablas de esta sección.
15414 \begin_inset ERT
15415 status collapsed
15416
15417 \begin_layout Plain Layout
15418
15419
15420 \backslash
15421 setlength{
15422 \backslash
15423 arrayrulewidth}{1.5pt}
15424 \end_layout
15425
15426 \end_inset
15427
15428
15429 \end_layout
15430
15431 \begin_layout Standard
15432 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15433  el preámbulo del documento el siguiente formato de columna, de acuerdo
15434  a lo descrito en la sección
15435 \begin_inset space ~
15436 \end_inset
15437
15438
15439 \begin_inset CommandInset ref
15440 LatexCommand ref
15441 reference "sub:Formato-Personalizado"
15442
15443 \end_inset
15444
15445 :
15446 \end_layout
15447
15448 \begin_layout Standard
15449
15450 \series bold
15451
15452 \backslash
15453 newcolumntype{W}{!{
15454 \backslash
15455 color{green}
15456 \backslash
15457 vline}}
15458 \end_layout
15459
15460 \begin_layout Standard
15461 Para la tabla
15462 \begin_inset space ~
15463 \end_inset
15464
15465
15466 \begin_inset CommandInset ref
15467 LatexCommand ref
15468 reference "tab:Tabla-con-verticales-coloreadas"
15469
15470 \end_inset
15471
15472  se usó el argumento LaTeX
15473 \series bold
15474  WcW
15475 \series default
15476  para la última columna y
15477 \series bold
15478  Wc
15479 \series default
15480  para las demás.
15481 \end_layout
15482
15483 \begin_layout Standard
15484 Si quieres tener varios colores, define más formatos de columna.
15485 \end_layout
15486
15487 \begin_layout Standard
15488 \begin_inset Float table
15489 placement h
15490 wide false
15491 sideways false
15492 status open
15493
15494 \begin_layout Plain Layout
15495 \begin_inset Caption
15496
15497 \begin_layout Plain Layout
15498 \begin_inset CommandInset label
15499 LatexCommand label
15500 name "tab:Tabla-con-verticales-coloreadas"
15501
15502 \end_inset
15503
15504 Tabla con líneas verticales coloreadas
15505 \end_layout
15506
15507 \end_inset
15508
15509
15510 \end_layout
15511
15512 \begin_layout Plain Layout
15513 \align center
15514 \begin_inset Tabular
15515 <lyxtabular version="3" rows="3" columns="3">
15516 <features>
15517 <column alignment="center" valignment="top" width="0" special="Wc">
15518 <column alignment="center" valignment="top" width="0" special="Wc">
15519 <column alignment="center" valignment="top" width="0" special="WcW">
15520 <row>
15521 <cell alignment="center" valignment="top" topline="true" usebox="none">
15522 \begin_inset Text
15523
15524 \begin_layout Plain Layout
15525 sd
15526 \end_layout
15527
15528 \end_inset
15529 </cell>
15530 <cell alignment="center" valignment="top" topline="true" usebox="none">
15531 \begin_inset Text
15532
15533 \begin_layout Plain Layout
15534
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" topline="true" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 </row>
15549 <row>
15550 <cell alignment="center" valignment="top" topline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \end_layout
15556
15557 \end_inset
15558 </cell>
15559 <cell alignment="center" valignment="top" topline="true" usebox="none">
15560 \begin_inset Text
15561
15562 \begin_layout Plain Layout
15563 sd
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 sd
15602 \end_layout
15603
15604 \end_inset
15605 </cell>
15606 </row>
15607 </lyxtabular>
15608
15609 \end_inset
15610
15611
15612 \end_layout
15613
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset VSpace bigskip
15621 \end_inset
15622
15623 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15624 \begin_inset space ~
15625 \end_inset
15626
15627
15628 \begin_inset CommandInset ref
15629 LatexCommand ref
15630 reference "tab:Tabla-con-horizontales-coloreadas"
15631
15632 \end_inset
15633
15634 , inserta estos comandos en ERT antes de la tabla o del flotante:
15635 \end_layout
15636
15637 \begin_layout Standard
15638
15639 \series bold
15640
15641 \backslash
15642 let
15643 \backslash
15644 myHlineC
15645 \backslash
15646 hline
15647 \begin_inset Newline newline
15648 \end_inset
15649
15650
15651 \backslash
15652 renewcommand{
15653 \backslash
15654 hline}
15655 \begin_inset Newline newline
15656 \end_inset
15657
15658
15659 \begin_inset ERT
15660 status collapsed
15661
15662 \begin_layout Plain Layout
15663
15664
15665 \backslash
15666 hphantom{ }
15667 \end_layout
15668
15669 \end_inset
15670
15671 {
15672 \backslash
15673 arrayrulecolor{red}
15674 \backslash
15675 myHlineC
15676 \backslash
15677 arrayrulecolor{black}}
15678 \end_layout
15679
15680 \begin_layout Standard
15681 \begin_inset ERT
15682 status collapsed
15683
15684 \begin_layout Plain Layout
15685
15686
15687 \backslash
15688 let
15689 \backslash
15690 myHlineC
15691 \backslash
15692 hline
15693 \end_layout
15694
15695 \begin_layout Plain Layout
15696
15697
15698 \backslash
15699 renewcommand{
15700 \backslash
15701 hline}
15702 \end_layout
15703
15704 \begin_layout Plain Layout
15705
15706  {
15707 \backslash
15708 arrayrulecolor{red}
15709 \backslash
15710 myHlineC
15711 \backslash
15712 arrayrulecolor{black}}
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \begin_inset Float table
15719 placement h
15720 wide false
15721 sideways false
15722 status open
15723
15724 \begin_layout Plain Layout
15725 \begin_inset Caption
15726
15727 \begin_layout Plain Layout
15728 \begin_inset CommandInset label
15729 LatexCommand label
15730 name "tab:Tabla-con-horizontales-coloreadas"
15731
15732 \end_inset
15733
15734 Tabla con líneas horizontales coloreadas
15735 \end_layout
15736
15737 \end_inset
15738
15739
15740 \end_layout
15741
15742 \begin_layout Plain Layout
15743 \align center
15744 \begin_inset Tabular
15745 <lyxtabular version="3" rows="3" columns="3">
15746 <features>
15747 <column alignment="center" valignment="top" width="0">
15748 <column alignment="center" valignment="top" width="0">
15749 <column alignment="center" valignment="top" width="0">
15750 <row>
15751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15752 \begin_inset Text
15753
15754 \begin_layout Plain Layout
15755 sd
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \end_layout
15775
15776 \end_inset
15777 </cell>
15778 </row>
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15790 \begin_inset Text
15791
15792 \begin_layout Plain Layout
15793 sd
15794 \end_layout
15795
15796 \end_inset
15797 </cell>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 </row>
15808 <row>
15809 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 sd
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 </lyxtabular>
15838
15839 \end_inset
15840
15841
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Standard
15850 Para volver al color de línea negro predeterminado inserta este comando
15851  en ERT detrás de la tabla o el flotante:
15852 \end_layout
15853
15854 \begin_layout Standard
15855
15856 \series bold
15857
15858 \backslash
15859 renewcommand{
15860 \backslash
15861 hline}{
15862 \backslash
15863 myHlineC}
15864 \end_layout
15865
15866 \begin_layout Standard
15867 La tabla
15868 \begin_inset space ~
15869 \end_inset
15870
15871
15872 \begin_inset CommandInset ref
15873 LatexCommand ref
15874 reference "tab:Tabla-con-líneas-coloreadas"
15875
15876 \end_inset
15877
15878  es un ejemplo con líneas verticales y horizontales coloreadas.
15879 \end_layout
15880
15881 \begin_layout Standard
15882 \begin_inset Float table
15883 placement h
15884 wide false
15885 sideways false
15886 status open
15887
15888 \begin_layout Plain Layout
15889 \begin_inset Caption
15890
15891 \begin_layout Plain Layout
15892 \begin_inset CommandInset label
15893 LatexCommand label
15894 name "tab:Tabla-con-líneas-coloreadas"
15895
15896 \end_inset
15897
15898 Tabla con líneas coloreadas
15899 \end_layout
15900
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \begin_layout Plain Layout
15907 \align center
15908 \begin_inset Tabular
15909 <lyxtabular version="3" rows="3" columns="3">
15910 <features>
15911 <column alignment="center" valignment="top" width="0" special="Wc">
15912 <column alignment="center" valignment="top" width="0" special="Wc">
15913 <column alignment="center" valignment="top" width="0" special="WcW">
15914 <row>
15915 <cell alignment="center" valignment="top" topline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 sd
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 <cell alignment="center" valignment="top" topline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937
15938 \end_layout
15939
15940 \end_inset
15941 </cell>
15942 </row>
15943 <row>
15944 <cell alignment="center" valignment="top" topline="true" usebox="none">
15945 \begin_inset Text
15946
15947 \begin_layout Plain Layout
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 sd
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" topline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 </row>
15972 <row>
15973 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 sd
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 </row>
16001 </lyxtabular>
16002
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \begin_layout Standard
16014 \begin_inset ERT
16015 status collapsed
16016
16017 \begin_layout Plain Layout
16018
16019
16020 \backslash
16021 renewcommand{
16022 \backslash
16023 hline}{
16024 \backslash
16025 myHlineC}
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \begin_layout Standard
16034 \begin_inset ERT
16035 status collapsed
16036
16037 \begin_layout Plain Layout
16038
16039
16040 \backslash
16041 setlength{
16042 \backslash
16043 arrayrulewidth}{0.4pt}
16044 \end_layout
16045
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \begin_layout Section
16052 Personalización de tablas
16053 \begin_inset Index
16054 status collapsed
16055
16056 \begin_layout Plain Layout
16057 Personalización de tablas
16058 \end_layout
16059
16060 \end_inset
16061
16062
16063 \begin_inset Index
16064 status collapsed
16065
16066 \begin_layout Plain Layout
16067 Tablas ! Personalización
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \begin_layout Subsection
16076 Espacio adicional en filas
16077 \begin_inset CommandInset label
16078 LatexCommand label
16079 name "sub:Espacio-adicional"
16080
16081 \end_inset
16082
16083
16084 \begin_inset Index
16085 status collapsed
16086
16087 \begin_layout Plain Layout
16088 Personalización de tablas ! Espacio adicional en filas
16089 \end_layout
16090
16091 \end_inset
16092
16093
16094 \end_layout
16095
16096 \begin_layout Standard
16097 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16098  
16099 \family sans
16100 Bordes,
16101 \family default
16102  del diálogo de configuración de tablas.
16103  En el marco 
16104 \family sans
16105 Espacio
16106 \begin_inset space ~
16107 \end_inset
16108
16109 adicional
16110 \family default
16111  dispones de tres posibilidades:
16112 \end_layout
16113
16114 \begin_layout Description
16115 Superior
16116 \begin_inset space ~
16117 \end_inset
16118
16119 de
16120 \begin_inset space ~
16121 \end_inset
16122
16123 la
16124 \begin_inset space ~
16125 \end_inset
16126
16127 fila añade espacio sobre los caracteres de la fila.
16128  Si la tabla es de estilo formal
16129 \begin_inset Foot
16130 status collapsed
16131
16132 \begin_layout Plain Layout
16133 Las tablas formales se explican en la sección
16134 \begin_inset space ~
16135 \end_inset
16136
16137
16138 \begin_inset CommandInset ref
16139 LatexCommand ref
16140 reference "sec:Tablas-Formales"
16141
16142 \end_inset
16143
16144
16145 \end_layout
16146
16147 \end_inset
16148
16149  LyX insertará 0.5
16150 \begin_inset space \thinspace{}
16151 \end_inset
16152
16153 em por defecto.
16154  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16155  verticales, como se ve en la tabla siguiente:
16156 \begin_inset VSpace medskip
16157 \end_inset
16158
16159
16160 \begin_inset Newline newline
16161 \end_inset
16162
16163
16164 \begin_inset space \hspace*{}
16165 \length 0pt
16166 \end_inset
16167
16168
16169 \begin_inset space \hfill{}
16170 \end_inset
16171
16172
16173 \begin_inset Tabular
16174 <lyxtabular version="3" rows="3" columns="1">
16175 <features>
16176 <column alignment="center" valignment="top" width="0">
16177 <row>
16178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 A
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 </row>
16188 <row topspace="3mm">
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 3
16194 \begin_inset space \thinspace{}
16195 \end_inset
16196
16197 mm sobre la fila
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 C
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 </row>
16214 </lyxtabular>
16215
16216 \end_inset
16217
16218
16219 \begin_inset space \hfill{}
16220 \end_inset
16221
16222
16223 \begin_inset space \hspace*{}
16224 \length 0pt
16225 \end_inset
16226
16227
16228 \begin_inset VSpace medskip
16229 \end_inset
16230
16231
16232 \begin_inset Newline newline
16233 \end_inset
16234
16235 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16236  sin líneas verticales.
16237 \end_layout
16238
16239 \begin_layout Description
16240 Inferior
16241 \begin_inset space ~
16242 \end_inset
16243
16244 de
16245 \begin_inset space ~
16246 \end_inset
16247
16248 la
16249 \begin_inset space ~
16250 \end_inset
16251
16252 fila añade espacio bajo los caracteres de la fila.
16253  Si la tabla es formal LyX inserta por defecto 0.5
16254 \begin_inset space \thinspace{}
16255 \end_inset
16256
16257 em; si la tabla es normal inserta 2
16258 \begin_inset space \thinspace{}
16259 \end_inset
16260
16261 pt.
16262  
16263 \end_layout
16264
16265 \begin_layout Description
16266 Entre
16267 \begin_inset space ~
16268 \end_inset
16269
16270 las
16271 \begin_inset space ~
16272 \end_inset
16273
16274 filas añade espacio entre la fila actual y la siguiente.
16275  Si la tabla es formal LyX inserta 0.5
16276 \begin_inset space \thinspace{}
16277 \end_inset
16278
16279 em por defecto.
16280  En tablas normales, el espacio adicional destruirá las líneas verticales
16281  de la tabla, como se ve en la siguiente:
16282 \begin_inset VSpace medskip
16283 \end_inset
16284
16285
16286 \begin_inset Newline newline
16287 \end_inset
16288
16289
16290 \begin_inset space \hspace*{}
16291 \length 0pt
16292 \end_inset
16293
16294
16295 \begin_inset space \hfill{}
16296 \end_inset
16297
16298
16299 \begin_inset Tabular
16300 <lyxtabular version="3" rows="3" columns="1">
16301 <features>
16302 <column alignment="center" valignment="top" width="0">
16303 <row>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308 A
16309 \end_layout
16310
16311 \end_inset
16312 </cell>
16313 </row>
16314 <row interlinespace="3mm">
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 \begin_inset Formula $\downarrow$
16320 \end_inset
16321
16322  3
16323 \begin_inset space \thinspace{}
16324 \end_inset
16325
16326 mm entre las filas
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 </row>
16332 <row>
16333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 \begin_inset Formula $\uparrow$
16338 \end_inset
16339
16340  3
16341 \begin_inset space \thinspace{}
16342 \end_inset
16343
16344 mm entre las filas 
16345 \begin_inset Formula $\uparrow$
16346 \end_inset
16347
16348
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 </row>
16354 </lyxtabular>
16355
16356 \end_inset
16357
16358
16359 \begin_inset space \hfill{}
16360 \end_inset
16361
16362
16363 \begin_inset space \hspace*{}
16364 \length 0pt
16365 \end_inset
16366
16367
16368 \begin_inset VSpace medskip
16369 \end_inset
16370
16371
16372 \begin_inset Newline newline
16373 \end_inset
16374
16375 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16376  para tablas sin líneas verticales.
16377 \end_layout
16378
16379 \begin_layout Standard
16380 \begin_inset VSpace bigskip
16381 \end_inset
16382
16383 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16384  utiliza los siguientes comandos en el preámbulo:
16385 \end_layout
16386
16387 \begin_layout Standard
16388
16389 \series bold
16390
16391 \backslash
16392 @ifundefined{extrarowheight}
16393 \begin_inset Newline newline
16394 \end_inset
16395
16396
16397 \begin_inset ERT
16398 status collapsed
16399
16400 \begin_layout Plain Layout
16401
16402
16403 \backslash
16404 hphantom{ }
16405 \end_layout
16406
16407 \end_inset
16408
16409 {
16410 \backslash
16411 usepackage{array}}{}
16412 \begin_inset Newline newline
16413 \end_inset
16414
16415
16416 \backslash
16417 setlength{
16418 \backslash
16419 extrarowheight}{altura}
16420 \end_layout
16421
16422 \begin_layout Standard
16423 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16424  centrado en vertical.
16425  (Lyx cargará automáticamente el paquete 
16426 \series bold
16427 array
16428 \series default
16429  cuando uses formatos de tabla autodefinidos.
16430  Para evitar que sea cargado dos veces se pone al principio el comando 
16431 \series bold
16432
16433 \backslash
16434 @ifundefined
16435 \series default
16436 .)
16437 \end_layout
16438
16439 \begin_layout Standard
16440
16441 \end_layout
16442
16443 \begin_layout Subsection
16444 Alineación especial de celdas
16445 \begin_inset Index
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449 Personalización de tablas ! Alineación especial de celdas
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \begin_layout Standard
16458 A veces mejora la presentación si las entradas en las celdas de una columna
16459  se alinean con un carácter determinado, p.
16460 \begin_inset space \thinspace{}
16461 \end_inset
16462
16463 e.
16464 \begin_inset space ~
16465 \end_inset
16466
16467 el separador decimal, como en la tabla
16468 \begin_inset space ~
16469 \end_inset
16470
16471
16472 \begin_inset CommandInset ref
16473 LatexCommand ref
16474 reference "tab:Tabla-con-celdas-de"
16475
16476 \end_inset
16477
16478 .
16479 \end_layout
16480
16481 \begin_layout Standard
16482 \begin_inset Float table
16483 wide false
16484 sideways false
16485 status open
16486
16487 \begin_layout Plain Layout
16488 \begin_inset Caption
16489
16490 \begin_layout Plain Layout
16491 \begin_inset CommandInset label
16492 LatexCommand label
16493 name "tab:Tabla-con-celdas-de"
16494
16495 \end_inset
16496
16497 Tabla con celdas alineadas con el separador decimal.
16498 \end_layout
16499
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \begin_layout Plain Layout
16506 \align center
16507 \begin_inset Tabular
16508 <lyxtabular version="3" rows="4" columns="2">
16509 <features>
16510 <column alignment="right" valignment="top" width="0">
16511 <column alignment="left" valignment="top" width="0" special="@{}l">
16512 <row>
16513 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16514 \begin_inset Text
16515
16516 \begin_layout Plain Layout
16517 leyenda
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 </row>
16532 <row>
16533 <cell alignment="center" valignment="top" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 12.
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 6
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 </row>
16552 <row>
16553 <cell alignment="center" valignment="top" usebox="none">
16554 \begin_inset Text
16555
16556 \begin_layout Plain Layout
16557 0.
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 <cell alignment="center" valignment="top" usebox="none">
16563 \begin_inset Text
16564
16565 \begin_layout Plain Layout
16566 68
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 -123.
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 0
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 </lyxtabular>
16593
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \begin_layout Standard
16605 Esta es una tabla 4×2.
16606  La leyenda es una multicolumna centrada.
16607  La primera columna está alineada a la derecha y contiene el punto decimal
16608  y los dígitos anteriores.
16609  La segunda columna está alineada a la izquierda y contiene los dígitos
16610  posteriores al punto decimal.
16611  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16612  argumento LaTeX para la segunda columna:
16613 \end_layout
16614
16615 \begin_layout Standard
16616
16617 \series bold
16618 @{}l
16619 \end_layout
16620
16621 \begin_layout Standard
16622 La tabla
16623 \begin_inset space ~
16624 \end_inset
16625
16626
16627 \begin_inset CommandInset ref
16628 LatexCommand ref
16629 reference "tab:Varias-alineaciones"
16630
16631 \end_inset
16632
16633  muestra varios ejemplos de alineación.
16634  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16635 o más pequeño al comienzo de la última columna para conseguir el espacio
16636  adecuado alrededor del signo.
16637 \end_layout
16638
16639 \begin_layout Standard
16640 \begin_inset Float table
16641 wide false
16642 sideways false
16643 status open
16644
16645 \begin_layout Plain Layout
16646 \begin_inset Caption
16647
16648 \begin_layout Plain Layout
16649 \begin_inset CommandInset label
16650 LatexCommand label
16651 name "tab:Varias-alineaciones"
16652
16653 \end_inset
16654
16655 Tabla con varias alineaciones.
16656 \end_layout
16657
16658 \end_inset
16659
16660
16661 \end_layout
16662
16663 \begin_layout Plain Layout
16664 \align center
16665 \begin_inset Tabular
16666 <lyxtabular version="3" rows="4" columns="6">
16667 <features>
16668 <column alignment="right" valignment="top" width="0">
16669 <column alignment="left" valignment="top" width="0" special="@{}l">
16670 <column alignment="right" valignment="top" width="0">
16671 <column alignment="left" valignment="top" width="0" special="@{}l">
16672 <column alignment="right" valignment="top" width="0">
16673 <column alignment="left" valignment="top" width="0" special="@{}l">
16674 <row>
16675 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16676 \begin_inset Text
16677
16678 \begin_layout Plain Layout
16679 unidades
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 exponentes
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 relaciones
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 12×
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 24
16745 \begin_inset space \thinspace{}
16746 \end_inset
16747
16748 bottles
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 \begin_inset Formula $10\cdot$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $10^{\mbox{-}17}$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $\Gamma(t)\propto$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 \begin_inset Formula $\:\Upsilon(t)$
16794 \end_inset
16795
16796
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 </row>
16802 <row>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 1024×
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816 768
16817 \begin_inset space \thinspace{}
16818 \end_inset
16819
16820 Pixels
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $5.78\cdot$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 \begin_inset Formula $10^{7}$
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848 </cell>
16849 <cell alignment="center" valignment="top" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853 \begin_inset Formula $A\ne$
16854 \end_inset
16855
16856
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 <cell alignment="center" valignment="top" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865 \begin_inset Formula $\: B_{\mathrm{red}}$
16866 \end_inset
16867
16868
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 </row>
16874 <row>
16875 <cell alignment="center" valignment="top" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 32×
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 6
16889 \begin_inset space \thinspace{}
16890 \end_inset
16891
16892 cm
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 -
16902 \begin_inset Formula $33.5\cdot$
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $10^{4}$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\sin(\alpha)\ge$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 <cell alignment="center" valignment="top" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Formula $\:\sin(\beta)$
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 </row>
16947 </lyxtabular>
16948
16949 \end_inset
16950
16951
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Standard
16960 \begin_inset VSpace bigskip
16961 \end_inset
16962
16963 También hay un paquete LaTeX, 
16964 \series bold
16965 dcolumn
16966 \series default
16967
16968 \begin_inset Index
16969 status collapsed
16970
16971 \begin_layout Plain Layout
16972 LaTeX-paquetes ! dcolumn
16973 \end_layout
16974
16975 \end_inset
16976
16977 , que permite alinear el contenido de las celdas.
16978  Pero desgraciadamente trata las entradas de celda en modo matemático y
16979  no permite fórmulas en celdas: la primera columna de la tabla
16980 \begin_inset space ~
16981 \end_inset
16982
16983
16984 \begin_inset CommandInset ref
16985 LatexCommand ref
16986 reference "tab:Varias-alineaciones"
16987
16988 \end_inset
16989
16990  se verá con 
16991 \series bold
16992 dcolumn
16993 \series default
16994  como la primera columna en la tabla
16995 \begin_inset space ~
16996 \end_inset
16997
16998
16999 \begin_inset CommandInset ref
17000 LatexCommand ref
17001 reference "tab:Alineaciones-con-el"
17002
17003 \end_inset
17004
17005  y sólo con algunos trucos se consigue lo que se espera.
17006  La alineación de la segunda y tercera columnas de la tabla
17007 \begin_inset space ~
17008 \end_inset
17009
17010
17011 \begin_inset CommandInset ref
17012 LatexCommand ref
17013 reference "tab:Varias-alineaciones"
17014
17015 \end_inset
17016
17017  no es posible con 
17018 \series bold
17019 dcolumn
17020 \series default
17021 .
17022 \end_layout
17023
17024 \begin_layout Standard
17025 \begin_inset Float table
17026 placement h
17027 wide false
17028 sideways false
17029 status open
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Caption
17033
17034 \begin_layout Plain Layout
17035 \begin_inset CommandInset label
17036 LatexCommand label
17037 name "tab:Alineaciones-con-el"
17038
17039 \end_inset
17040
17041
17042 \begin_inset OptArg
17043 status open
17044
17045 \begin_layout Plain Layout
17046 Tabla alineada con 
17047 \series bold
17048 dcolumn
17049 \end_layout
17050
17051 \end_inset
17052
17053 Alineaciones con el paquete LaTeX 
17054 \series bold
17055 dcolumn
17056 \series default
17057 .
17058  Se han tenido que usar unos trucos para la alineación de las columnas en
17059  la salida.
17060 \end_layout
17061
17062 \end_inset
17063
17064
17065 \end_layout
17066
17067 \begin_layout Plain Layout
17068 \align center
17069 \begin_inset Tabular
17070 <lyxtabular version="3" rows="4" columns="3">
17071 <features>
17072 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17073 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17074 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17075 <row>
17076 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 unidades
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 unidades
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 unidades
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 </row>
17104 <row>
17105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 12x24
17110 \begin_inset space \thinspace{}
17111 \end_inset
17112
17113 bottles
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 12x24
17123 \begin_inset space \thinspace{}
17124 \end_inset
17125
17126
17127 \begin_inset Formula $\mbox{bottles}$
17128 \end_inset
17129
17130
17131 \end_layout
17132
17133 \end_inset
17134 </cell>
17135 <cell alignment="center" valignment="top" usebox="none">
17136 \begin_inset Text
17137
17138 \begin_layout Plain Layout
17139 12
17140 \begin_inset ERT
17141 status collapsed
17142
17143 \begin_layout Plain Layout
17144
17145
17146 \backslash
17147 times
17148 \end_layout
17149
17150 \end_inset
17151
17152 24~
17153 \begin_inset Formula $\mbox{bottles}$
17154 \end_inset
17155
17156
17157 \end_layout
17158
17159 \end_inset
17160 </cell>
17161 </row>
17162 <row>
17163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167 1024x768
17168 \begin_inset space \thinspace{}
17169 \end_inset
17170
17171 Pixels
17172 \end_layout
17173
17174 \end_inset
17175 </cell>
17176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17177 \begin_inset Text
17178
17179 \begin_layout Plain Layout
17180 1024x768
17181 \begin_inset space \thinspace{}
17182 \end_inset
17183
17184
17185 \begin_inset Formula $\mbox{Pixels}$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 1024
17198 \begin_inset ERT
17199 status collapsed
17200
17201 \begin_layout Plain Layout
17202
17203
17204 \backslash
17205 times
17206 \end_layout
17207
17208 \end_inset
17209
17210 768~
17211 \begin_inset Formula $\mbox{Pixels}$
17212 \end_inset
17213
17214  
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 <row>
17221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 32x6
17226 \begin_inset space \thinspace{}
17227 \end_inset
17228
17229 cm
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 32x6
17239 \begin_inset space \thinspace{}
17240 \end_inset
17241
17242
17243 \begin_inset Formula $\mbox{cm}$
17244 \end_inset
17245
17246
17247 \end_layout
17248
17249 \end_inset
17250 </cell>
17251 <cell alignment="center" valignment="top" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255 32
17256 \begin_inset ERT
17257 status collapsed
17258
17259 \begin_layout Plain Layout
17260
17261
17262 \backslash
17263 times
17264 \end_layout
17265
17266 \end_inset
17267
17268 6~
17269 \begin_inset Formula $\mbox{cm}$
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 </row>
17278 </lyxtabular>
17279
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \begin_layout Subsection
17291 Formato personalizado de celda/columna
17292 \begin_inset CommandInset label
17293 LatexCommand label
17294 name "sub:Formato-Personalizado"
17295
17296 \end_inset
17297
17298
17299 \begin_inset Index
17300 status collapsed
17301
17302 \begin_layout Plain Layout
17303 Personalización de tablas ! Formato de celda/columna
17304 \end_layout
17305
17306 \end_inset
17307
17308
17309 \end_layout
17310
17311 \begin_layout Standard
17312 El cálculo de la anchura necesaria para columnas extendidas descrito en
17313  la sección
17314 \begin_inset space ~
17315 \end_inset
17316
17317
17318 \begin_inset CommandInset ref
17319 LatexCommand ref
17320 reference "sub:Cálculos-en-Multicolumnas"
17321
17322 \end_inset
17323
17324  es muy pesado si tienes varias tablas con multicolumnas.
17325  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17326 mna aplicable a todas las tablas del documento.
17327  El formato se define con el comando
17328 \end_layout
17329
17330 \begin_layout Standard
17331
17332 \series bold
17333
17334 \backslash
17335 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 El nombre de formato puede ser una sola letra.
17340  Las letras 
17341 \emph on
17342 b, c, l, m, p
17343 \emph default
17344  y 
17345 \emph on
17346 r
17347 \emph default
17348  están predefinidas y no pueden usarse.
17349  Pero se permiten todas las mayúsculas.
17350 \end_layout
17351
17352 \begin_layout Standard
17353 \begin_inset VSpace medskip
17354 \end_inset
17355
17356
17357 \end_layout
17358
17359 \begin_layout Standard
17360 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17361  fija puedes definir el formato de celda
17362 \end_layout
17363
17364 \begin_layout Standard
17365
17366 \series bold
17367
17368 \backslash
17369 newcolumntype{M}[1]{>{
17370 \backslash
17371 centering
17372 \backslash
17373 hspace{0pt}}m{#1}}
17374 \end_layout
17375
17376 \begin_layout Standard
17377 donde 
17378 \series bold
17379
17380 \backslash
17381 hspace{0pt}
17382 \series default
17383  evita el problema de partir con guión la primera palabra, como se describe
17384  en la sección
17385 \begin_inset space ~
17386 \end_inset
17387
17388
17389 \begin_inset CommandInset ref
17390 LatexCommand ref
17391 reference "sub:Líneas-Múltiples-en"
17392
17393 \end_inset
17394
17395 .
17396  Ahora puedes introducir simplemente
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402 M{ancho}
17403 \end_layout
17404
17405 \begin_layout Standard
17406 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17407 \end_layout
17408
17409 \begin_layout Standard
17410 \begin_inset VSpace bigskip
17411 \end_inset
17412
17413
17414 \end_layout
17415
17416 \begin_layout Standard
17417 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \series bold
17423
17424 \backslash
17425 newcolumntype{S}[2]{>{
17426 \backslash
17427 centering
17428 \backslash
17429 hspace{0pt}}
17430 \begin_inset Newline newline
17431 \end_inset
17432
17433
17434 \begin_inset ERT
17435 status collapsed
17436
17437 \begin_layout Plain Layout
17438
17439
17440 \backslash
17441 phantom{
17442 \end_layout
17443
17444 \end_inset
17445
17446
17447 \backslash
17448 newcolumntype
17449 \begin_inset ERT
17450 status collapsed
17451
17452 \begin_layout Plain Layout
17453
17454 }
17455 \end_layout
17456
17457 \end_inset
17458
17459 m{(#1+(2
17460 \backslash
17461 tabcolsep+
17462 \backslash
17463 arrayrulewidth)*(1-#2))/#2}}
17464 \end_layout
17465
17466 \begin_layout Standard
17467 Este formato usa la ecuación 
17468 \begin_inset CommandInset ref
17469 LatexCommand eqref
17470 reference "eq:Wgn"
17471
17472 \end_inset
17473
17474  para calcular la anchura necesaria para que cada celda extendida tenga
17475  la misma anchura.
17476 \end_layout
17477
17478 \begin_layout Standard
17479 Ahora puedes introducir
17480 \end_layout
17481
17482 \begin_layout Standard
17483
17484 \series bold
17485 S{ancho de la celda multicolumna}{número de columnas extendidas}
17486 \end_layout
17487
17488 \begin_layout Standard
17489 como argumento LaTeX de la columna.
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 columnas coloreadas puedes definir
17501 \end_layout
17502
17503 \begin_layout Standard
17504
17505 \series bold
17506
17507 \backslash
17508 newcolumntype{K}[1]{>{
17509 \backslash
17510 columncolor{#1}
17511 \backslash
17512 hspace{0pt}}c}
17513 \end_layout
17514
17515 \begin_layout Standard
17516 La 
17517 \begin_inset Quotes eld
17518 \end_inset
17519
17520 c
17521 \begin_inset Quotes erd
17522 \end_inset
17523
17524  al final crea una columna con anchura flexible cuyo texto está centrado
17525  horizontalmente.
17526  Ahora puedes introducir
17527 \end_layout
17528
17529 \begin_layout Standard
17530
17531 \series bold
17532 K{nombre del color}
17533 \end_layout
17534
17535 \begin_layout Standard
17536 como argumento LaTeX.
17537 \end_layout
17538
17539 \begin_layout Standard
17540 \begin_inset VSpace bigskip
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \begin_layout Standard
17547 Para crear la tabla
17548 \begin_inset space ~
17549 \end_inset
17550
17551
17552 \begin_inset CommandInset ref
17553 LatexCommand ref
17554 reference "tab:Tabla-con-formatos-definidos-por"
17555
17556 \end_inset
17557
17558  usa los argumentos LaTeX
17559 \end_layout
17560
17561 \begin_layout Standard
17562
17563 \series bold
17564 M{2.5cm}
17565 \end_layout
17566
17567 \begin_layout Standard
17568 para la primera columna y la multicolumna,
17569 \end_layout
17570
17571 \begin_layout Standard
17572
17573 \series bold
17574 K{red}
17575 \end_layout
17576
17577 \begin_layout Standard
17578 para la última columna y
17579 \end_layout
17580
17581 \begin_layout Standard
17582
17583 \series bold
17584 S{2.5cm}{2}
17585 \end_layout
17586
17587 \begin_layout Standard
17588 para las celdas en la segunda columna.
17589 \end_layout
17590
17591 \begin_layout Standard
17592 \begin_inset Float table
17593 placement h
17594 wide false
17595 sideways false
17596 status open
17597
17598 \begin_layout Plain Layout
17599 \begin_inset Caption
17600
17601 \begin_layout Plain Layout
17602 \begin_inset CommandInset label
17603 LatexCommand label
17604 name "tab:Tabla-con-formatos-definidos-por"
17605
17606 \end_inset
17607
17608 Tabla con formatos definidos por el usuario
17609 \end_layout
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Plain Layout
17617 \align center
17618 \begin_inset Tabular
17619 <lyxtabular version="3" rows="3" columns="4">
17620 <features>
17621 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17622 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17623 <column alignment="center" valignment="middle" width="0">
17624 <column alignment="center" valignment="middle" width="0" special="K{red}">
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 palabramuylargaenceldadetabla
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17636 \begin_inset Text
17637
17638 \begin_layout Plain Layout
17639 multicolumna línea múltiple
17640 \end_layout
17641
17642 \end_inset
17643 </cell>
17644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17645 \begin_inset Text
17646
17647 \begin_layout Plain Layout
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 c
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 d
17669 \end_layout
17670
17671 \end_inset
17672 </cell>
17673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17674 \begin_inset Text
17675
17676 \begin_layout Plain Layout
17677 e
17678 \end_layout
17679
17680 \end_inset
17681 </cell>
17682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17683 \begin_inset Text
17684
17685 \begin_layout Plain Layout
17686 f
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 g
17696 \end_layout
17697
17698 \end_inset
17699 </cell>
17700 </row>
17701 <row>
17702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 h
17707 \end_layout
17708
17709 \end_inset
17710 </cell>
17711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715 i
17716 \end_layout
17717
17718 \end_inset
17719 </cell>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 j
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 k
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 </row>
17739 </lyxtabular>
17740
17741 \end_inset
17742
17743
17744 \end_layout
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Subsection
17752 Grosor de líneas
17753 \begin_inset CommandInset label
17754 LatexCommand label
17755 name "sub:Grosor-de-Líneas"
17756
17757 \end_inset
17758
17759
17760 \begin_inset Index
17761 status collapsed
17762
17763 \begin_layout Plain Layout
17764 Personalización de tablas ! Grosor de línea
17765 \end_layout
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \begin_layout Standard
17773 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17774  
17775 \series bold
17776
17777 \backslash
17778 arrayrulewidth
17779 \series default
17780 .
17781  Por ejemplo, para poner un grosor de línea de 1.5
17782 \begin_inset space \thinspace{}
17783 \end_inset
17784
17785 pt, como en la tabla
17786 \begin_inset space ~
17787 \end_inset
17788
17789
17790 \begin_inset CommandInset ref
17791 LatexCommand ref
17792 reference "tab:Tabla-con-líneas"
17793
17794 \end_inset
17795
17796 , inserta el comando
17797 \end_layout
17798
17799 \begin_layout Standard
17800
17801 \series bold
17802
17803 \backslash
17804 setlength{
17805 \backslash
17806 arrayrulewidth}{1.5pt}
17807 \end_layout
17808
17809 \begin_layout Standard
17810 en ERT antes de la tabla o flotante.
17811  Este cambio es válido para todas las siguientes tablas.
17812  Para volver al valor predeterminado, define 
17813 \series bold
17814
17815 \backslash
17816 arrayrulewidth
17817 \series default
17818  a 0.4
17819 \begin_inset space \thinspace{}
17820 \end_inset
17821
17822 pt en ERT detrás de la tabla o flotante.
17823 \end_layout
17824
17825 \begin_layout Standard
17826 \begin_inset ERT
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830
17831
17832 \backslash
17833 setlength{
17834 \backslash
17835 arrayrulewidth}{1.5pt}
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \begin_inset Float table
17842 wide false
17843 sideways false
17844 status open
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Caption
17848
17849 \begin_layout Plain Layout
17850 \begin_inset CommandInset label
17851 LatexCommand label
17852 name "tab:Tabla-con-líneas"
17853
17854 \end_inset
17855
17856 Tabla con líneas de grosor 1.5
17857 \begin_inset space \thinspace{}
17858 \end_inset
17859
17860 pt
17861 \end_layout
17862
17863 \end_inset
17864
17865
17866 \end_layout
17867
17868 \begin_layout Plain Layout
17869 \align center
17870 \begin_inset Tabular
17871 <lyxtabular version="3" rows="3" columns="3">
17872 <features>
17873 <column alignment="center" valignment="top" width="0">
17874 <column alignment="center" valignment="top" width="0">
17875 <column alignment="center" valignment="top" width="0">
17876 <row>
17877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17878 \begin_inset Text
17879
17880 \begin_layout Plain Layout
17881 sd
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890
17891 \end_layout
17892
17893 \end_inset
17894 </cell>
17895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 sd
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17925 \begin_inset Text
17926
17927 \begin_layout Plain Layout
17928
17929 \end_layout
17930
17931 \end_inset
17932 </cell>
17933 </row>
17934 <row>
17935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17945 \begin_inset Text
17946
17947 \begin_layout Plain Layout
17948
17949 \end_layout
17950
17951 \end_inset
17952 </cell>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957 sd
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 </row>
17963 </lyxtabular>
17964
17965 \end_inset
17966
17967
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \begin_inset ERT
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977
17978
17979 \backslash
17980 setlength{
17981 \backslash
17982 arrayrulewidth}{0.4pt}
17983 \end_layout
17984
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \begin_layout Standard
17991 \begin_inset VSpace bigskip
17992 \end_inset
17993
17994 Para definir un grosor de 1.5
17995 \begin_inset space \thinspace{}
17996 \end_inset
17997
17998 pt sólo para líneas horizontales, como en la tabla
17999 \begin_inset space ~
18000 \end_inset
18001
18002
18003 \begin_inset CommandInset ref
18004 LatexCommand ref
18005 reference "tab:Tabla-con-horizontales"
18006
18007 \end_inset
18008
18009 , inserta estos comandos en ERT antes de la tabla o flotante:
18010 \end_layout
18011
18012 \begin_layout Standard
18013
18014 \series bold
18015
18016 \backslash
18017 let
18018 \backslash
18019 myHline
18020 \backslash
18021 hline
18022 \begin_inset Newline newline
18023 \end_inset
18024
18025
18026 \backslash
18027 renewcommand{
18028 \backslash
18029 hline}
18030 \begin_inset Newline newline
18031 \end_inset
18032
18033  {
18034 \backslash
18035 noalign{
18036 \backslash
18037 global
18038 \backslash
18039 arrayrulewidth 1.5pt}
18040 \begin_inset Newline newline
18041 \end_inset
18042
18043   
18044 \backslash
18045 myHline
18046 \backslash
18047 noalign{
18048 \backslash
18049 global
18050 \backslash
18051 arrayrulewidth 0.4pt}}
18052 \end_layout
18053
18054 \begin_layout Standard
18055 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18056  de la tabla o flotante:
18057 \end_layout
18058
18059 \begin_layout Standard
18060
18061 \series bold
18062
18063 \backslash
18064 renewcommand{
18065 \backslash
18066 hline}{
18067 \backslash
18068 myHline}
18069 \end_layout
18070
18071 \begin_layout Standard
18072 \begin_inset ERT
18073 status collapsed
18074
18075 \begin_layout Plain Layout
18076
18077
18078 \backslash
18079 let
18080 \backslash
18081 myHline
18082 \backslash
18083 hline
18084 \end_layout
18085
18086 \begin_layout Plain Layout
18087
18088
18089 \backslash
18090 renewcommand{
18091 \backslash
18092 hline}
18093 \end_layout
18094
18095 \begin_layout Plain Layout
18096
18097  {
18098 \backslash
18099 noalign{
18100 \backslash
18101 global
18102 \backslash
18103 arrayrulewidth 1.5pt}
18104 \end_layout
18105
18106 \begin_layout Plain Layout
18107
18108   
18109 \backslash
18110 myHline
18111 \backslash
18112 noalign{
18113 \backslash
18114 global
18115 \backslash
18116 arrayrulewidth 0.4pt}}
18117 \end_layout
18118
18119 \end_inset
18120
18121
18122 \begin_inset Float table
18123 wide false
18124 sideways false
18125 status open
18126
18127 \begin_layout Plain Layout
18128 \begin_inset Caption
18129
18130 \begin_layout Plain Layout
18131 \begin_inset CommandInset label
18132 LatexCommand label
18133 name "tab:Tabla-con-horizontales"
18134
18135 \end_inset
18136
18137 Tabla con líneas horizontales de 1.5
18138 \begin_inset space \thinspace{}
18139 \end_inset
18140
18141 pt
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Plain Layout
18150 \align center
18151 \begin_inset Tabular
18152 <lyxtabular version="3" rows="3" columns="3">
18153 <features>
18154 <column alignment="center" valignment="top" width="0">
18155 <column alignment="center" valignment="top" width="0">
18156 <column alignment="center" valignment="top" width="0">
18157 <row>
18158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 sd
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 </row>
18186 <row>
18187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 sd
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 sd
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 </row>
18244 </lyxtabular>
18245
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \begin_inset ERT
18255 status collapsed
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 renewcommand{
18262 \backslash
18263 hline}{
18264 \backslash
18265 myHline}
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \begin_layout Standard
18274 \begin_inset VSpace bigskip
18275 \end_inset
18276
18277 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18278  siguiente formato de columna en el preámbulo del documento, de acuerdo
18279  con lo descrito en la sección
18280 \begin_inset space ~
18281 \end_inset
18282
18283
18284 \begin_inset CommandInset ref
18285 LatexCommand ref
18286 reference "sub:Formato-Personalizado"
18287
18288 \end_inset
18289
18290 :
18291 \end_layout
18292
18293 \begin_layout Standard
18294
18295 \series bold
18296
18297 \backslash
18298 newcolumntype{V}{!{
18299 \backslash
18300 vrule width 1.5pt}}
18301 \end_layout
18302
18303 \begin_layout Standard
18304 Para la tabla
18305 \begin_inset space ~
18306 \end_inset
18307
18308
18309 \begin_inset CommandInset ref
18310 LatexCommand ref
18311 reference "tab:Tabla-con-verticales"
18312
18313 \end_inset
18314
18315  se usó el argumento LaTeX
18316 \end_layout
18317
18318 \begin_layout Standard
18319
18320 \series bold
18321 VcV
18322 \end_layout
18323
18324 \begin_layout Standard
18325 para la última columna y
18326 \end_layout
18327
18328 \begin_layout Standard
18329
18330 \series bold
18331 Vc
18332 \end_layout
18333
18334 \begin_layout Standard
18335 para las otras.
18336 \end_layout
18337
18338 \begin_layout Standard
18339 \begin_inset Float table
18340 wide false
18341 sideways false
18342 status open
18343
18344 \begin_layout Plain Layout
18345 \begin_inset Caption
18346
18347 \begin_layout Plain Layout
18348 \begin_inset CommandInset label
18349 LatexCommand label
18350 name "tab:Tabla-con-verticales"
18351
18352 \end_inset
18353
18354 Tabla con líneas verticales de 1.5
18355 \begin_inset space \thinspace{}
18356 \end_inset
18357
18358 pt de grosor
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Plain Layout
18367 \align center
18368 \begin_inset Tabular
18369 <lyxtabular version="3" rows="3" columns="3">
18370 <features>
18371 <column alignment="center" valignment="top" width="0" special="Vc">
18372 <column alignment="center" valignment="top" width="0" special="Vc">
18373 <column alignment="center" valignment="top" width="0" special="VcV">
18374 <row>
18375 <cell alignment="center" valignment="top" topline="true" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 sd
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" topline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" topline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 </row>
18403 <row>
18404 <cell alignment="center" valignment="top" topline="true" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" topline="true" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 sd
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 </row>
18432 <row>
18433 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18452 \begin_inset Text
18453
18454 \begin_layout Plain Layout
18455 sd
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 </row>
18461 </lyxtabular>
18462
18463 \end_inset
18464
18465
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \begin_layout Subsection
18474 Líneas de trazos
18475 \begin_inset Index
18476 status collapsed
18477
18478 \begin_layout Plain Layout
18479 Personalización de tablas ! Líneas de trazos
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \begin_layout Standard
18488 \begin_inset ERT
18489 status collapsed
18490
18491 \begin_layout Plain Layout
18492
18493
18494 \backslash
18495 ifarydshln
18496 \end_layout
18497
18498 \end_inset
18499
18500
18501 \begin_inset Note Note
18502 status open
18503
18504 \begin_layout Plain Layout
18505 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18506  LaTeX 
18507 \series bold
18508 arydshln
18509 \series default
18510 .
18511 \end_layout
18512
18513 \end_inset
18514
18515
18516 \end_layout
18517
18518 \begin_layout Standard
18519 \begin_inset Float table
18520 placement H
18521 wide false
18522 sideways false
18523 status open
18524
18525 \begin_layout Plain Layout
18526 \begin_inset Caption
18527
18528 \begin_layout Plain Layout
18529 \begin_inset CommandInset label
18530 LatexCommand label
18531 name "tab:Tabla-con-trazos"
18532
18533 \end_inset
18534
18535 Tabla con líneas de trazos
18536 \end_layout
18537
18538 \end_inset
18539
18540
18541 \end_layout
18542
18543 \begin_layout Plain Layout
18544 \align center
18545 \begin_inset Tabular
18546 <lyxtabular version="3" rows="5" columns="5">
18547 <features>
18548 <column alignment="center" valignment="top" width="0">
18549 <column alignment="center" valignment="top" width="0">
18550 <column alignment="center" valignment="top" width="0" special=":c">
18551 <column alignment="center" valignment="top" width="0">
18552 <column alignment="center" valignment="top" width="0">
18553 <row>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 a
18559 \end_layout
18560
18561 \end_inset
18562 </cell>
18563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18564 \begin_inset Text
18565
18566 \begin_layout Plain Layout
18567 b
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576 c
18577 \end_layout
18578
18579 \end_inset
18580 </cell>
18581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18582 \begin_inset Text
18583
18584 \begin_layout Plain Layout
18585 d
18586 \end_layout
18587
18588 \end_inset
18589 </cell>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594 e
18595 \end_layout
18596
18597 \end_inset
18598 </cell>
18599 </row>
18600 <row>
18601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18602 \begin_inset Text
18603
18604 \begin_layout Plain Layout
18605 f
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18611 \begin_inset Text
18612
18613 \begin_layout Plain Layout
18614 g
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 <cell alignment="center" valignment="top" topline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623 h
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 i
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641 j
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 </row>
18647 <row>
18648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18649 \begin_inset Text
18650
18651 \begin_layout Plain Layout
18652 \begin_inset ERT
18653 status collapsed
18654
18655 \begin_layout Plain Layout
18656
18657
18658 \backslash
18659 hdashline 
18660 \end_layout
18661
18662 \end_inset
18663
18664 k
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673 l
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 m
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 n
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 o
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711 \begin_inset ERT
18712 status collapsed
18713
18714 \begin_layout Plain Layout
18715
18716
18717 \backslash
18718 cdashline{4-5}
18719 \end_layout
18720
18721 \end_inset
18722
18723 p
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732 q
18733 \end_layout
18734
18735 \end_inset
18736 </cell>
18737 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18738 \begin_inset Text
18739
18740 \begin_layout Plain Layout
18741 r
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18747 \begin_inset Text
18748
18749 \begin_layout Plain Layout
18750 s
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 t
18771 \end_layout
18772
18773 \end_inset
18774 </cell>
18775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779 u
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 v
18789 \end_layout
18790
18791 \end_inset
18792 </cell>
18793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18794 \begin_inset Text
18795
18796 \begin_layout Plain Layout
18797 w
18798 \end_layout
18799
18800 \end_inset
18801 </cell>
18802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18803 \begin_inset Text
18804
18805 \begin_layout Plain Layout
18806 x
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 </lyxtabular>
18813
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18826  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18827 \series bold
18828 arydshln
18829 \series default
18830
18831 \begin_inset Index
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 LaTeX-paquetes ! arydshln
18836 \end_layout
18837
18838 \end_inset
18839
18840  
18841 \end_layout
18842
18843 \begin_layout Standard
18844
18845 \series bold
18846
18847 \backslash
18848 usepackage{arydshln}
18849 \end_layout
18850
18851 \begin_layout Standard
18852 Para hacer una línea vertical a trazos, introduce dos puntos 
18853 \begin_inset Quotes eld
18854 \end_inset
18855
18856 :
18857 \begin_inset Quotes erd
18858 \end_inset
18859
18860  junto con el carácter para alineación horizontal como argumento LaTeX en
18861  el diálogo de celda de tabla.
18862 \end_layout
18863
18864 \begin_layout Standard
18865 Para una línea de trazos horizontal añade el comando
18866 \end_layout
18867
18868 \begin_layout Standard
18869
18870 \series bold
18871
18872 \backslash
18873 hdashline
18874 \end_layout
18875
18876 \begin_layout Standard
18877 en ERT como primer elemento de la primera celda en la fila.
18878 \end_layout
18879
18880 \begin_layout Standard
18881 Para líneas de trazos en multicolumna usa el comando
18882 \end_layout
18883
18884 \begin_layout Standard
18885
18886 \series bold
18887
18888 \backslash
18889 cdashline{número de líneas
18890 \series default
18891 }
18892 \end_layout
18893
18894 \begin_layout Standard
18895 en ERT como primer elemento de la primera celda en la fila.
18896  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18897  4 y quieres una línea de trazos por encima, añade el comando
18898 \end_layout
18899
18900 \begin_layout Standard
18901
18902 \series bold
18903
18904 \backslash
18905 cdashline{2-4}
18906 \end_layout
18907
18908 \begin_layout Standard
18909 como primer elemento de la primera celda en la fila de la multicolumna.
18910 \end_layout
18911
18912 \begin_layout Standard
18913 \begin_inset VSpace bigskip
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Standard
18920 La tabla
18921 \begin_inset space ~
18922 \end_inset
18923
18924
18925 \begin_inset CommandInset ref
18926 LatexCommand ref
18927 reference "tab:Tabla-con-trazos"
18928
18929 \end_inset
18930
18931  se ha hecho usando 
18932 \begin_inset Quotes eld
18933 \end_inset
18934
18935
18936 \series bold
18937 :c
18938 \series default
18939
18940 \begin_inset Quotes erd
18941 \end_inset
18942
18943  como argumento LaTeX de la tercera columna.
18944  El comando ERT 
18945 \series bold
18946
18947 \backslash
18948 hdashline
18949 \series default
18950  se ha insertado en la primera celda de la tercera fila y el comando ERT
18951 \begin_inset Newline newline
18952 \end_inset
18953
18954
18955 \series bold
18956
18957 \backslash
18958 cdashline{4-5}
18959 \series default
18960  en la primera celda de la cuarta fila.
18961 \end_layout
18962
18963 \begin_layout Standard
18964 \begin_inset Note Greyedout
18965 status open
18966
18967 \begin_layout Plain Layout
18968
18969 \series bold
18970 Nota:
18971 \series default
18972  Aparentemente el paquete LaTeX 
18973 \series bold
18974 arydshln
18975 \series default
18976  no es compatible con el paquete LaTeX 
18977 \series bold
18978 colortbl
18979 \series default
18980
18981 \begin_inset Index
18982 status collapsed
18983
18984 \begin_layout Plain Layout
18985 LaTeX-paquetes ! colortbl
18986 \end_layout
18987
18988 \end_inset
18989
18990  que se usa para tablas coloreadas en la sección
18991 \begin_inset space ~
18992 \end_inset
18993
18994
18995 \begin_inset CommandInset ref
18996 LatexCommand ref
18997 reference "sec:Tablas-Coloreadas"
18998
18999 \end_inset
19000
19001 .
19002  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19003 \end_layout
19004
19005 \end_inset
19006
19007
19008 \end_layout
19009
19010 \begin_layout Standard
19011 \begin_inset ERT
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015
19016
19017 \backslash
19018 else
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \begin_inset Note Note
19025 status open
19026
19027 \begin_layout Plain Layout
19028 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19029  
19030 \series bold
19031 arydshln
19032 \series default
19033 .
19034 \end_layout
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \begin_layout Standard
19042 Debes instalar el paquete LaTeX 
19043 \series bold
19044 arydshln
19045 \series default
19046  para ver la parte siguiente en la salida.
19047 \end_layout
19048
19049 \begin_layout Standard
19050 \begin_inset ERT
19051 status collapsed
19052
19053 \begin_layout Plain Layout
19054
19055
19056 \backslash
19057 fi
19058 \end_layout
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \begin_layout Chapter
19066 Flotantes
19067 \begin_inset CommandInset label
19068 LatexCommand label
19069 name "cha:Flotantes"
19070
19071 \end_inset
19072
19073
19074 \begin_inset Index
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Flotantes
19079 \end_layout
19080
19081 \end_inset
19082
19083
19084 \end_layout
19085
19086 \begin_layout Section
19087 Introducción
19088 \begin_inset CommandInset label
19089 LatexCommand label
19090 name "sec:IntroducciónFlotantes"
19091
19092 \end_inset
19093
19094
19095 \begin_inset Index
19096 status collapsed
19097
19098 \begin_layout Plain Layout
19099 Flotantes ! Introducción
19100 \end_layout
19101
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \begin_layout Standard
19108 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19109  que no tiene posición fija.
19110  Puede 
19111 \begin_inset Quotes eld
19112 \end_inset
19113
19114 flotar
19115 \begin_inset Quotes erd
19116 \end_inset
19117
19118  adelante o atrás una o dos páginas, donde encaje mejor.
19119  Las 
19120 \family sans
19121 Notas
19122 \begin_inset space ~
19123 \end_inset
19124
19125 al
19126 \begin_inset space ~
19127 \end_inset
19128
19129 pie
19130 \family default
19131  y 
19132 \family sans
19133 Notas
19134 \begin_inset space ~
19135 \end_inset
19136
19137 al
19138 \begin_inset space ~
19139 \end_inset
19140
19141 margen
19142 \family default
19143  también son flotantes, porque pueden flotar a la página siguiente cuando
19144  hay demasiadas notas en la página.
19145 \end_layout
19146
19147 \begin_layout Standard
19148 Los flotantes hacen posible composiciones de alta calidad.
19149  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19150  impedir espacios en blanco y páginas sin texto.
19151  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19152  cada flotante puede ser referenciado en el texto.
19153  Por lo tanto los flotantes están numerados.
19154  Las referencias se describen en la sección
19155 \begin_inset space ~
19156 \end_inset
19157
19158
19159 \begin_inset CommandInset ref
19160 LatexCommand ref
19161 reference "sec:Referencias-a-Flotantes"
19162
19163 \end_inset
19164
19165 .
19166 \end_layout
19167
19168 \begin_layout Standard
19169 Para insertar un flotante, usa el menú 
19170 \family sans
19171 Insertar\SpecialChar \menuseparator
19172 Flotante
19173 \family default
19174 .
19175  Esto inserta un entorno 
19176 \family sans
19177 Leyenda,
19178 \family default
19179  un recuadro con una etiqueta.
19180  La etiqueta será traducida automáticamente al lenguaje del documento.
19181  Tras la etiqueta puede insertar el texto de la leyenda.
19182  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19183  separado dentro del flotante.
19184  Más sobre colocación de leyendas se describe en la sección
19185 \begin_inset space ~
19186 \end_inset
19187
19188
19189 \begin_inset CommandInset ref
19190 LatexCommand ref
19191 reference "sec:Colocación-de-leyendas"
19192
19193 \end_inset
19194
19195 .
19196  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19197  del flotante haciendo clic-izquierdo sobre él.
19198  Un cuadro cerrado se muestra así: 
19199 \begin_inset Graphics
19200         filename clipart/flotanteQt4.png
19201         scale 70
19202
19203 \end_inset
19204
19205  ---un cuadro gris con etiqueta en rojo---.
19206 \end_layout
19207
19208 \begin_layout Standard
19209 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19210  errores de LaTeX si el texto circundante se formatea de modo especial.
19211 \end_layout
19212
19213 \begin_layout Standard
19214 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19215  y pinchando el botón correspondiente de la barra de herramientas para un
19216  flotante nuevo.
19217 \end_layout
19218
19219 \begin_layout Section
19220 Tipos de flotantes
19221 \end_layout
19222
19223 \begin_layout Standard
19224 Además de los flotantes de imagen y de tabla que se describen en la sección
19225 \begin_inset space ~
19226 \end_inset
19227
19228
19229 \begin_inset CommandInset ref
19230 LatexCommand ref
19231 reference "sec:Figuras-Flotantes"
19232
19233 \end_inset
19234
19235  y 
19236 \begin_inset CommandInset ref
19237 LatexCommand ref
19238 reference "sec:Tablas-Flotantes"
19239
19240 \end_inset
19241
19242 , respectivamente, LyX ofrece los tipos 
19243 \series bold
19244 Algoritmo
19245 \series default
19246  y 
19247 \series bold
19248 Ajustado
19249 \begin_inset space ~
19250 \end_inset
19251
19252 al
19253 \begin_inset space ~
19254 \end_inset
19255
19256 texto
19257 \series default
19258 .
19259 \end_layout
19260
19261 \begin_layout Subsection
19262 Algoritmos flotantes
19263 \begin_inset Index
19264 status collapsed
19265
19266 \begin_layout Plain Layout
19267 Flotantes ! Algoritmos
19268 \end_layout
19269
19270 \end_inset
19271
19272
19273 \begin_inset CommandInset label
19274 LatexCommand label
19275 name "sub:Algoritmos-Flotantes"
19276
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \begin_layout Standard
19283 \begin_inset Float algorithm
19284 placement h
19285 wide false
19286 sideways false
19287 status open
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Caption
19291
19292 \begin_layout Plain Layout
19293 \begin_inset CommandInset label
19294 LatexCommand label
19295 name "alg:Ejemplo-de-Algoritmo-flotante"
19296
19297 \end_inset
19298
19299 Ejemplo de algoritmo flotante
19300 \end_layout
19301
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout LyX-Code
19308 for I in 1..N loop
19309 \begin_inset Newline newline
19310 \end_inset
19311
19312  Sum:= Sum + A(I); /*comment*/
19313 \begin_inset Newline newline
19314 \end_inset
19315
19316 end loop
19317 \begin_inset VSpace -4mm
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324
19325
19326 \end_layout
19327
19328 \begin_layout Standard
19329 Este tipo de flotante se inserta con el menú 
19330 \family sans
19331 Insertar\SpecialChar \menuseparator
19332 Flotante\SpecialChar \menuseparator
19333 Algoritmo
19334 \family default
19335 .
19336  Se usa para códigos y descripciones de algoritmos.
19337  Un posible entorno para algoritmos es 
19338 \family sans
19339 Código-LyX
19340 \family default
19341 , descrito en 
19342 \emph on
19343 Guía del usuario
19344 \emph default
19345  de LyX.
19346  El algoritmo
19347 \begin_inset space ~
19348 \end_inset
19349
19350
19351 \begin_inset CommandInset ref
19352 LatexCommand ref
19353 reference "alg:Ejemplo-de-Algoritmo-flotante"
19354
19355 \end_inset
19356
19357  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19358  vertical de -4
19359 \begin_inset space \thinspace{}
19360 \end_inset
19361
19362 mm al final para tener la línea inferior exactamente bajo la última línea
19363  de texto.
19364 \end_layout
19365
19366 \begin_layout Standard
19367 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19368  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19369  la siguiente línea al preámbulo del documento
19370 \series bold
19371 :
19372 \end_layout
19373
19374 \begin_layout Standard
19375
19376 \series bold
19377
19378 \backslash
19379 floatname{algorithm}{nombre}
19380 \end_layout
19381
19382 \begin_layout Standard
19383
19384 \lang english
19385 where
19386 \family sans
19387 \lang spanish
19388  nombre
19389 \family default
19390  es la palabra 
19391 \begin_inset Quotes eld
19392 \end_inset
19393
19394
19395 \emph on
19396 algorithm
19397 \emph default
19398
19399 \begin_inset Quotes erd
19400 \end_inset
19401
19402  en el lenguaje deseado.
19403 \end_layout
19404
19405 \begin_layout Standard
19406
19407 \lang english
19408 To insert the list of algorithms you can in this case not use the menu 
19409 \family sans
19410 Insert\SpecialChar \menuseparator
19411 List
19412 \begin_inset space \thinspace{}
19413 \end_inset
19414
19415 /
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 TOC\SpecialChar \menuseparator
19420 List of Algorithms
19421 \family default
19422  when your document is an English one.
19423  For non-English documents, use this command in TeX-Code instead:
19424 \end_layout
19425
19426 \begin_layout Standard
19427
19428 \series bold
19429 \lang english
19430
19431 \backslash
19432 listof{algorithm}{your
19433 \begin_inset space ~
19434 \end_inset
19435
19436 name}
19437 \end_layout
19438
19439 \begin_layout Standard
19440
19441 \lang english
19442 where 
19443 \family sans
19444 your
19445 \begin_inset space ~
19446 \end_inset
19447
19448 name
19449 \family default
19450  is the word 
19451 \begin_inset Quotes eld
19452 \end_inset
19453
19454
19455 \emph on
19456 List of Algorithm
19457 \emph default
19458 s
19459 \begin_inset Quotes erd
19460 \end_inset
19461
19462  in your language.
19463 \end_layout
19464
19465 \begin_layout Standard
19466 Los algoritmos flotantes no se numeran por defecto según el esquema 
19467 \begin_inset Quotes eld
19468 \end_inset
19469
19470 capítulo.algoritmo
19471 \begin_inset Quotes erd
19472 \end_inset
19473
19474  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19475  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19476  en el preámbulo del documento:
19477 \end_layout
19478
19479 \begin_layout Standard
19480
19481 \series bold
19482
19483 \backslash
19484 numberwithin{algorithm}{chapter}
19485 \end_layout
19486
19487 \begin_layout Standard
19488 Para poder usar el comando 
19489 \series bold
19490
19491 \backslash
19492 numberwithin
19493 \series default
19494 , marca la opción 
19495 \family sans
19496 Usar
19497 \begin_inset space ~
19498 \end_inset
19499
19500 el
19501 \begin_inset space ~
19502 \end_inset
19503
19504 paquete
19505 \begin_inset space ~
19506 \end_inset
19507
19508 AMS
19509 \family default
19510  en el menú 
19511 \family sans
19512 Documento\SpecialChar \menuseparator
19513 Configuración\SpecialChar \menuseparator
19514 Ecuaciones
19515 \family default
19516 .
19517 \end_layout
19518
19519 \begin_layout Subsection
19520 Flotantes ajustados a texto
19521 \begin_inset Index
19522 status collapsed
19523
19524 \begin_layout Plain Layout
19525 Flotantes ! Ajustados a texto
19526 \end_layout
19527
19528 \end_inset
19529
19530
19531 \begin_inset CommandInset label
19532 LatexCommand label
19533 name "sub:floatflt-flotante-ajustado"
19534
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \begin_layout Standard
19541 \begin_inset Wrap figure
19542 lines 0
19543 placement l
19544 overhang 0col%
19545 width "40col%"
19546 status open
19547
19548 \begin_layout Plain Layout
19549 \begin_inset Graphics
19550         filename ../clipart/mobius.eps
19551         width 40col%
19552         rotateOrigin center
19553
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \begin_layout Plain Layout
19560 \begin_inset Caption
19561
19562 \begin_layout Plain Layout
19563 \begin_inset CommandInset label
19564 LatexCommand label
19565 name "fig:Esto-es-una"
19566
19567 \end_inset
19568
19569 Esto es una figura adosada, y esto la genial cabecera que la describe.
19570 \begin_inset VSpace medskip
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582
19583 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19584  de manera que ocupe sólo una parte del ancho de columna.
19585  Puede insertarse usando el menú 
19586 \family sans
19587 Insertar\SpecialChar \menuseparator
19588 Flotante\SpecialChar \menuseparator
19589 Flotante
19590 \begin_inset space ~
19591 \end_inset
19592
19593 de
19594 \begin_inset space ~
19595 \end_inset
19596
19597 ajuste
19598 \begin_inset space ~
19599 \end_inset
19600
19601 de
19602 \begin_inset space ~
19603 \end_inset
19604
19605 texto
19606 \family default
19607  si está instalado el paquete LaTeX 
19608 \series bold
19609 wrapfig
19610 \series default
19611
19612 \begin_inset Index
19613 status collapsed
19614
19615 \begin_layout Plain Layout
19616 LaTeX-paquetes ! wrapfig
19617 \begin_inset ERT
19618 status collapsed
19619
19620 \begin_layout Plain Layout
19621
19622
19623 \backslash
19624
19625 \begin_inset ERT
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629
19630 {
19631 \end_layout
19632
19633 \end_inset
19634
19635
19636 \begin_inset ERT
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640
19641 }
19642 \end_layout
19643
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650
19651 vspace
19652 \begin_inset ERT
19653 status collapsed
19654
19655 \begin_layout Plain Layout
19656
19657 {
19658 \end_layout
19659
19660 \end_inset
19661
19662 4mm
19663 \begin_inset ERT
19664 status collapsed
19665
19666 \begin_layout Plain Layout
19667
19668 }
19669 \end_layout
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677
19678 .
19679 \begin_inset Foot
19680 status collapsed
19681
19682 \begin_layout Plain Layout
19683 La instalación de paquetes LaTeX se explica en el manual 
19684 \emph on
19685 Configuración de LaTeX
19686 \emph default
19687 .
19688 \end_layout
19689
19690 \end_inset
19691
19692  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19693  cuadro del flotante.
19694  La figura
19695 \begin_inset space ~
19696 \end_inset
19697
19698
19699 \begin_inset CommandInset ref
19700 LatexCommand ref
19701 reference "fig:Esto-es-una"
19702
19703 \end_inset
19704
19705  es un ejemplo de flotante ajustado al texto con una anchura del 40
19706 \begin_inset space \thinspace{}
19707 \end_inset
19708
19709 col%.
19710 \begin_inset Foot
19711 status collapsed
19712
19713 \begin_layout Plain Layout
19714 Ver unidades disponibles en el apéndice
19715 \begin_inset space ~
19716 \end_inset
19717
19718
19719 \begin_inset CommandInset ref
19720 LatexCommand ref
19721 reference "cha:Unidades-disponibles-en"
19722
19723 \end_inset
19724
19725 .
19726 \end_layout
19727
19728 \end_inset
19729
19730  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19731  del texto envolvente.
19732 \end_layout
19733
19734 \begin_layout Standard
19735 \begin_inset Note Greyedout
19736 status open
19737
19738 \begin_layout Plain Layout
19739
19740 \series bold
19741 Nota:
19742 \series default
19743  ¡Los flotantes adosados a texto son frágiles! P.
19744 \begin_inset space \thinspace{}
19745 \end_inset
19746
19747 e.
19748 \begin_inset space ~
19749 \end_inset
19750
19751 si una figura está demasiado cerca de la parte inferior de la página se
19752  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19753  o situarse junto a otro texto.
19754 \end_layout
19755
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \begin_layout Standard
19762 En general:
19763 \end_layout
19764
19765 \begin_layout Itemize
19766 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19767  salto de página.
19768  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19769  esté casi listo y puedas prever los saltos de página.
19770 \end_layout
19771
19772 \begin_layout Itemize
19773 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19774  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19775 \end_layout
19776
19777 \begin_layout Itemize
19778 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19779  que asegura que hay un párrafo de texto entre ellos.
19780 \end_layout
19781
19782 \begin_layout Itemize
19783 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19784 \end_layout
19785
19786 \begin_layout Section
19787 Numeración de flotantes
19788 \begin_inset CommandInset label
19789 LatexCommand label
19790 name "sec:Numeración-de-flotantes"
19791
19792 \end_inset
19793
19794
19795 \begin_inset Index
19796 status collapsed
19797
19798 \begin_layout Plain Layout
19799 Flotantes ! Numeración
19800 \end_layout
19801
19802 \end_inset
19803
19804
19805 \end_layout
19806
19807 \begin_layout Standard
19808 En general, los flotantes se numeran independientemente de las secciones
19809  en las que se encuentran o según el esquema 
19810 \begin_inset Quotes eld
19811 \end_inset
19812
19813 capítulo.número
19814 \begin_inset Quotes erd
19815 \end_inset
19816
19817  o 
19818 \begin_inset Quotes eld
19819 \end_inset
19820
19821 sección.número
19822 \begin_inset Quotes erd
19823 \end_inset
19824
19825 , dependiendo de la clase de documento utilizada.
19826 \end_layout
19827
19828 \begin_layout Standard
19829 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19830  comando en el preámbulo del documento:
19831 \end_layout
19832
19833 \begin_layout Standard
19834
19835 \series bold
19836
19837 \backslash
19838 renewcommand{
19839 \backslash
19840 thetable}{
19841 \backslash
19842 roman{table}}
19843 \end_layout
19844
19845 \begin_layout Standard
19846
19847 \series bold
19848
19849 \backslash
19850 thetable 
19851 \series default
19852 es el comando que imprime el número de la tabla, para figuras flotantes
19853  el comando sería 
19854 \series bold
19855
19856 \backslash
19857 thefigure
19858 \series default
19859 .
19860  El comando 
19861 \series bold
19862
19863 \backslash
19864 roman
19865 \series default
19866  imprime el número de tabla en números romanos en minúscula.
19867 \end_layout
19868
19869 \begin_layout Standard
19870 Para cambiar el esquema de numeración, por ejemplo a 
19871 \begin_inset Quotes eld
19872 \end_inset
19873
19874 subsección.número
19875 \begin_inset Quotes erd
19876 \end_inset
19877
19878 , usa este comando en el preámbulo:
19879 \end_layout
19880
19881 \begin_layout Standard
19882
19883 \series bold
19884
19885 \backslash
19886 numberwithin{table}{subsection}
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Para poder usar el comando 
19891 \series bold
19892
19893 \backslash
19894 numberwithin
19895 \series default
19896 , debes marcar la opción 
19897 \family sans
19898 Usar
19899 \begin_inset space ~
19900 \end_inset
19901
19902 el
19903 \begin_inset space ~
19904 \end_inset
19905
19906 paquete
19907 \begin_inset space ~
19908 \end_inset
19909
19910 AMS 
19911 \family default
19912 en el apartado 
19913 \family sans
19914 Ecuaciones 
19915 \family default
19916 de las preferencias del documento.
19917 \end_layout
19918
19919 \begin_layout Standard
19920 Puedes ver más detalles y notas importantes sobre comandos de numeración
19921  en la sección
19922 \begin_inset space ~
19923 \end_inset
19924
19925
19926 \begin_inset CommandInset ref
19927 LatexCommand ref
19928 reference "sub:Numeración-de-Notas-al-Pie"
19929
19930 \end_inset
19931
19932 .
19933 \end_layout
19934
19935 \begin_layout Section
19936 Referencias a flotantes
19937 \begin_inset CommandInset label
19938 LatexCommand label
19939 name "sec:Referencias-a-Flotantes"
19940
19941 \end_inset
19942
19943
19944 \begin_inset Index
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Flotantes ! Referencias
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \begin_inset Index
19955 status collapsed
19956
19957 \begin_layout Plain Layout
19958 Referencias
19959 \end_layout
19960
19961 \end_inset
19962
19963
19964 \end_layout
19965
19966 \begin_layout Standard
19967 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19968  menú 
19969 \family sans
19970 Insertar\SpecialChar \menuseparator
19971 Etiqueta
19972 \family default
19973  o el botón 
19974 \begin_inset Graphics
19975         filename ../../images/label-insert.png
19976         scale 85
19977
19978 \end_inset
19979
19980 .
19981  Aparece una ventana esperando la introducción del texto de la etiqueta
19982  y se inserta un cuadro gris como este: 
19983 \begin_inset Graphics
19984         filename clipart/etiquetaQt4.png
19985         scale 85
19986
19987 \end_inset
19988
19989 .
19990  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19991  El prefijo depende del tipo de flotante, p.
19992 \begin_inset space \thinspace{}
19993 \end_inset
19994
19995 e.
19996 \begin_inset space ~
19997 \end_inset
19998
19999 para figuras el prefijo será 
20000 \begin_inset Quotes eld
20001 \end_inset
20002
20003
20004 \family sans
20005 fig:
20006 \family default
20007
20008 \begin_inset Quotes erd
20009 \end_inset
20010
20011 .
20012 \end_layout
20013
20014 \begin_layout Standard
20015 La etiqueta se usa como ancla y el nombre para la referencia.
20016  Puedes referenciar la etiqueta usando el menú 
20017 \family sans
20018 Insertar\SpecialChar \menuseparator
20019 Referencia
20020 \family default
20021
20022 \begin_inset space ~
20023 \end_inset
20024
20025
20026 \family sans
20027 cruzada
20028 \family default
20029  o el botón 
20030 \begin_inset Graphics
20031         filename ../../images/dialog-show-new-inset_ref.png
20032         scale 85
20033
20034 \end_inset
20035
20036 .
20037  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20038  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20039  trabajando de la lista desplegable de la parte superior del diálogo.
20040  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20041  Se inserta un cuadro gris como este: 
20042 \begin_inset Graphics
20043         filename clipart/referenciaQt4.png
20044         scale 85
20045
20046 \end_inset
20047
20048 .
20049  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20050 \end_layout
20051
20052 \begin_layout Standard
20053 Se recomienda poner un espacio protegido entre el nombre de la referencia
20054  cruzada y su número para evitar saltos de línea entre ellos.
20055  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20056  dos interrogaciones en la salida.
20057 \end_layout
20058
20059 \begin_layout Standard
20060 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20061  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20062  al texto de la etiqueta nueva, no te ocupes por eso.
20063 \end_layout
20064
20065 \begin_layout Standard
20066 El botón 
20067 \family sans
20068 Ir
20069 \begin_inset space ~
20070 \end_inset
20071
20072 a
20073 \begin_inset space ~
20074 \end_inset
20075
20076 la
20077 \begin_inset space ~
20078 \end_inset
20079
20080 etiqueta
20081 \family default
20082  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20083  y el texto del botón cambia a 
20084 \family sans
20085 Volver
20086 \family default
20087 , con el que se puede retornar a la referencia.
20088  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20089  la etiqueta pero sin opción de volver.
20090 \end_layout
20091
20092 \begin_layout Subsection
20093 Formatos de referencia cruzada
20094 \begin_inset CommandInset label
20095 LatexCommand label
20096 name "sub:Formatos-referencia-cruzada"
20097
20098 \end_inset
20099
20100
20101 \begin_inset Index
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105 Referencias ! Formatos
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \begin_layout Standard
20114 Hay seis variedades de referencias cruzadas:
20115 \end_layout
20116
20117 \begin_layout Description
20118 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20119  
20120 \begin_inset CommandInset ref
20121 LatexCommand ref
20122 reference "fig:Dos-imágenes-distorsionadas"
20123
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \begin_layout Description
20130 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20131  habitual para referirse a fórmulas, especialmente si se omite el nombre
20132  
20133 \begin_inset Quotes eld
20134 \end_inset
20135
20136 Ecuación
20137 \begin_inset Quotes erd
20138 \end_inset
20139
20140
20141 \begin_inset CommandInset ref
20142 LatexCommand eqref
20143 reference "eq:Wgn"
20144
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \begin_layout Description
20151 <página>: imprime el número de página: Página
20152 \begin_inset space ~
20153 \end_inset
20154
20155
20156 \begin_inset CommandInset ref
20157 LatexCommand pageref
20158 reference "fig:Dos-imágenes-distorsionadas"
20159
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \begin_layout Description
20166 en
20167 \begin_inset space ~
20168 \end_inset
20169
20170 página
20171 \begin_inset space ~
20172 \end_inset
20173
20174 <página>: imprime el texto 
20175 \begin_inset Quotes eld
20176 \end_inset
20177
20178 en la página
20179 \begin_inset Quotes erd
20180 \end_inset
20181
20182  y el número de página: 
20183 \begin_inset CommandInset ref
20184 LatexCommand vpageref
20185 reference "fig:Dos-imágenes-distorsionadas"
20186
20187 \end_inset
20188
20189
20190 \end_layout
20191
20192 \begin_layout Description
20193 <referencia>
20194 \begin_inset space ~
20195 \end_inset
20196
20197 en
20198 \begin_inset space ~
20199 \end_inset
20200
20201 página
20202 \begin_inset space ~
20203 \end_inset
20204
20205 <página>: imprime el número flotante, el texto 
20206 \begin_inset Quotes eld
20207 \end_inset
20208
20209 en la página
20210 \begin_inset Quotes erd
20211 \end_inset
20212
20213  y el número de página: 
20214 \begin_inset CommandInset ref
20215 LatexCommand vref
20216 reference "fig:Dos-imágenes-distorsionadas"
20217
20218 \end_inset
20219
20220
20221 \end_layout
20222
20223 \begin_layout Description
20224 Referencia
20225 \begin_inset space ~
20226 \end_inset
20227
20228 con
20229 \begin_inset space ~
20230 \end_inset
20231
20232 formato: imprime un formato personalizado.
20233  
20234 \begin_inset Note Greyedout
20235 status open
20236
20237 \begin_layout Plain Layout
20238
20239 \series bold
20240 Nota:
20241 \series default
20242  Esta característica sólo está disponible si está instalado el paquete LaTeX
20243  
20244 \series bold
20245 prettyref
20246 \series default
20247 .
20248 \end_layout
20249
20250 \end_inset
20251
20252
20253 \end_layout
20254
20255 \begin_layout Standard
20256 Ten en cuenta que el estilo <página>
20257 \begin_inset space \thinspace{}
20258 \end_inset
20259
20260  no imprime el número si la etiqueta está en la misma página, en la anterior
20261  o en la siguiente.
20262  En su lugar verás p.
20263 \begin_inset space \thinspace{}
20264 \end_inset
20265
20266 e.
20267 \begin_inset space ~
20268 \end_inset
20269
20270 el texto 
20271 \begin_inset Quotes eld
20272 \end_inset
20273
20274
20275 \family sans
20276 en esta página
20277 \family default
20278
20279 \begin_inset Quotes erd
20280 \end_inset
20281
20282 .
20283 \end_layout
20284
20285 \begin_layout Standard
20286 El número y página actual de la parte del documento referida es automáticamente
20287  calculado por LaTeX en la salida.
20288  Las variedades se ajustan en el campo 
20289 \family sans
20290 Formato
20291 \family default
20292  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20293 \end_layout
20294
20295 \begin_layout Subsection
20296 Designación automática de referencias
20297 \begin_inset Index
20298 status collapsed
20299
20300 \begin_layout Plain Layout
20301 Referencias ! Designación automática
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \begin_layout Standard
20310 El paquete LaTeX 
20311 \series bold
20312 hyperref
20313 \series default
20314  dispone de una característica muy útil que permite incluir automáticamente
20315  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20316  de texto como secciones).
20317  Quieres p.
20318 \begin_inset space \thinspace{}
20319 \end_inset
20320
20321 e.
20322 \begin_inset space ~
20323 \end_inset
20324
20325 escribir la palabra 
20326 \begin_inset Quotes eld
20327 \end_inset
20328
20329 Figura
20330 \begin_inset Quotes erd
20331 \end_inset
20332
20333  antes de cada cuadro de referencia.
20334  Para conseguirlo debes cargar el paquete LaTeX 
20335 \series bold
20336 hyperref
20337 \series default
20338
20339 \begin_inset Index
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343 LaTeX-paquetes ! hyperref
20344 \end_layout
20345
20346 \end_inset
20347
20348  en el preámbulo del documento con
20349 \end_layout
20350
20351 \begin_layout Standard
20352
20353 \series bold
20354
20355 \backslash
20356 usepackage[pdfborder={0 0 0}]{hyperref}
20357 \begin_inset Newline newline
20358 \end_inset
20359
20360
20361 \backslash
20362 AtBeginDocument{
20363 \backslash
20364 renewcommand{
20365 \backslash
20366 ref}[1]{
20367 \backslash
20368 mbox{
20369 \backslash
20370 autoref{#1}}}}
20371 \end_layout
20372
20373 \begin_layout Standard
20374
20375 \series bold
20376 hyperref
20377 \series default
20378  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20379  esto significa que el lector del documento podrá pinchar sobre una entrada
20380  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20381  documento.
20382  
20383 \series bold
20384 hyperref
20385 \series default
20386  también crea marcadores PDF para cada sección para facilitar al lector
20387  la navegación por el documento.
20388  Esto también se ha usado en este documento pero si echas una ojeada al
20389  preámbulo encontrarás varias opciones en la carga de 
20390 \series bold
20391 hyperref
20392 \series default
20393 .
20394  Para aprender más sobre ello acude a la documentación del paquete 
20395 \begin_inset CommandInset citation
20396 LatexCommand cite
20397 key "hyperref"
20398
20399 \end_inset
20400
20401 .
20402 \end_layout
20403
20404 \begin_layout Standard
20405 \begin_inset Note Greyedout
20406 status open
20407
20408 \begin_layout Plain Layout
20409
20410 \series bold
20411 Nota:
20412 \series default
20413  La designación automática de referencias no puede usarse en el estilo 
20414 \family sans
20415 Referencia
20416 \begin_inset space ~
20417 \end_inset
20418
20419 con
20420 \begin_inset space ~
20421 \end_inset
20422
20423 formato
20424 \family default
20425 , descrita en la sección
20426 \begin_inset space ~
20427 \end_inset
20428
20429
20430 \begin_inset CommandInset ref
20431 LatexCommand ref
20432 reference "sub:Formatos-referencia-cruzada"
20433
20434 \end_inset
20435
20436 .
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Subsection
20445 Colocación de referencias
20446 \begin_inset CommandInset label
20447 LatexCommand label
20448 name "sub:Colocación-de-Referencias"
20449
20450 \end_inset
20451
20452
20453 \begin_inset Index
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 Referencias ! Colocación
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Si usas 
20467 \series bold
20468 hyperref
20469 \series default
20470
20471 \begin_inset Index
20472 status collapsed
20473
20474 \begin_layout Plain Layout
20475 LaTeX-paquetes ! hyperref
20476 \end_layout
20477
20478 \end_inset
20479
20480  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20481  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20482  La leyenda será la primera parte del texto en pantalla, de forma que para
20483  ver la imagen debes deslizar.
20484  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20485  Usando el paquete 
20486 \series bold
20487 hypcap
20488 \series default
20489
20490 \begin_inset Index
20491 status collapsed
20492
20493 \begin_layout Plain Layout
20494 LaTeX-paquetes ! hypcap
20495 \end_layout
20496
20497 \end_inset
20498
20499 , que forma parte del paquete LaTeX 
20500 \series bold
20501 oberdiek
20502 \series default
20503
20504 \begin_inset Index
20505 status collapsed
20506
20507 \begin_layout Plain Layout
20508 LaTeX-paquetes ! oberdiek
20509 \end_layout
20510
20511 \end_inset
20512
20513 , el ancla de enlace se sitúa al comienzo de un flotante.
20514  Para usar esta característica para figuras flotantes carga 
20515 \series bold
20516 hypcap
20517 \series default
20518  en el preámbulo con
20519 \end_layout
20520
20521 \begin_layout Standard
20522
20523 \series bold
20524
20525 \backslash
20526 usepackage[figure]{hypcap}
20527 \end_layout
20528
20529 \begin_layout Standard
20530 Puedes usar 
20531 \series bold
20532 hypcap
20533 \series default
20534  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20535  Más información en el manual de 
20536 \series bold
20537 hypcap
20538 \series default
20539  
20540 \begin_inset CommandInset citation
20541 LatexCommand cite
20542 key "hypcap"
20543
20544 \end_inset
20545
20546 .
20547 \end_layout
20548
20549 \begin_layout Standard
20550 \begin_inset Note Greyedout
20551 status open
20552
20553 \begin_layout Plain Layout
20554
20555 \series bold
20556 Nota: hypcap
20557 \series default
20558  debe cargarse después de 
20559 \series bold
20560 hyperref
20561 \series default
20562  en el preámbulo
20563 \series bold
20564 .
20565 \end_layout
20566
20567 \end_inset
20568
20569
20570 \end_layout
20571
20572 \begin_layout Standard
20573 \begin_inset Note Greyedout
20574 status open
20575
20576 \begin_layout Plain Layout
20577
20578 \series bold
20579 Nota:
20580 \series default
20581  La colocación de referencias no afecta a las referencias a subfiguras.
20582 \end_layout
20583
20584 \end_inset
20585
20586
20587 \end_layout
20588
20589 \begin_layout Section
20590 Colocación de flotantes
20591 \begin_inset CommandInset label
20592 LatexCommand label
20593 name "sec:Colocación-de-Flotantes"
20594
20595 \end_inset
20596
20597
20598 \begin_inset Index
20599 status collapsed
20600
20601 \begin_layout Plain Layout
20602 Flotantes ! Colocación
20603 \end_layout
20604
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \begin_layout Standard
20611 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20612  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20613  los flotantes.
20614 \begin_inset Newline newline
20615 \end_inset
20616
20617 La opción 
20618 \family sans
20619 Extender
20620 \begin_inset space ~
20621 \end_inset
20622
20623 columnas
20624 \family default
20625  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20626  abarcará ambas columnas en lugar de una sola.
20627 \begin_inset Newline newline
20628 \end_inset
20629
20630 La opción 
20631 \family sans
20632 Girar
20633 \begin_inset space ~
20634 \end_inset
20635
20636 a
20637 \begin_inset space ~
20638 \end_inset
20639
20640 un
20641 \begin_inset space ~
20642 \end_inset
20643
20644 lado
20645 \family default
20646  sirve para girar flotantes, ver sección
20647 \begin_inset space ~
20648 \end_inset
20649
20650
20651 \begin_inset CommandInset ref
20652 LatexCommand ref
20653 reference "sec:Rotación-de-Flotantes"
20654
20655 \end_inset
20656
20657 .
20658  
20659 \end_layout
20660
20661 \begin_layout Standard
20662 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20663  la posición de un flotante si desmarcas la opción 
20664 \family sans
20665 Usar
20666 \begin_inset space ~
20667 \end_inset
20668
20669 ubicación
20670 \begin_inset space ~
20671 \end_inset
20672
20673 predeterminada
20674 \family default
20675 :
20676 \end_layout
20677
20678 \begin_layout Description
20679
20680 \family sans
20681 \series bold
20682 Aquí
20683 \begin_inset space ~
20684 \end_inset
20685
20686 si
20687 \begin_inset space ~
20688 \end_inset
20689
20690 es
20691 \begin_inset space ~
20692 \end_inset
20693
20694 posible
20695 \family default
20696 \series default
20697  intenta situar el flotante en la posición en la que se inserta
20698 \end_layout
20699
20700 \begin_layout Description
20701
20702 \family sans
20703 \series bold
20704 Principio
20705 \begin_inset space ~
20706 \end_inset
20707
20708 de
20709 \begin_inset space ~
20710 \end_inset
20711
20712 página
20713 \family default
20714 \series default
20715  intenta situar el flotante al principio de la página actual
20716 \end_layout
20717
20718 \begin_layout Description
20719
20720 \family sans
20721 \series bold
20722 Fin
20723 \begin_inset space ~
20724 \end_inset
20725
20726 de
20727 \begin_inset space ~
20728 \end_inset
20729
20730 página
20731 \family default
20732 \series default
20733  intenta situar el flotante al final de la página actual
20734 \end_layout
20735
20736 \begin_layout Description
20737
20738 \family sans
20739 \series bold
20740 Página
20741 \begin_inset space ~
20742 \end_inset
20743
20744 de
20745 \begin_inset space ~
20746 \end_inset
20747
20748 flotantes
20749 \family default
20750 \series default
20751  intenta situar el flotante en una página propia 
20752 \end_layout
20753
20754 \begin_layout Standard
20755 LaTeX usa 
20756 \emph on
20757 siempre
20758 \emph default
20759  ese orden de opciones.
20760  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20761  lugar 
20762 \family sans
20763 Aquí
20764 \begin_inset space ~
20765 \end_inset
20766
20767 si
20768 \begin_inset space ~
20769 \end_inset
20770
20771 es
20772 \begin_inset space ~
20773 \end_inset
20774
20775 posible
20776 \family default
20777 , luego 
20778 \family sans
20779 Principio
20780 \begin_inset space ~
20781 \end_inset
20782
20783 de
20784 \begin_inset space ~
20785 \end_inset
20786
20787 página
20788 \family default
20789 , y después las otras.
20790  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20791  pero en dicho orden.
20792  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20793  pero intenta poner el flotante en la página siguiente.
20794 \end_layout
20795
20796 \begin_layout Standard
20797 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20798 \end_layout
20799
20800 \begin_layout Labeling
20801 \labelwidthstring 00.00.0000
20802
20803 \family sans
20804 Principio
20805 \begin_inset space ~
20806 \end_inset
20807
20808 de
20809 \begin_inset space ~
20810 \end_inset
20811
20812 página:
20813 \family default
20814  sólo si el flotante ocupa menos del 70
20815 \begin_inset space \thinspace{}
20816 \end_inset
20817
20818 % de la página puede ubicarse al principio de página (
20819 \series bold
20820
20821 \backslash
20822 topfraction
20823 \series default
20824 )
20825 \end_layout
20826
20827 \begin_layout Labeling
20828 \labelwidthstring 00.00.0000
20829
20830 \family sans
20831 Fin
20832 \begin_inset space ~
20833 \end_inset
20834
20835 de
20836 \begin_inset space ~
20837 \end_inset
20838
20839 página:
20840 \family default
20841  sólo si el flotante ocupa menos del 30
20842 \begin_inset space \thinspace{}
20843 \end_inset
20844
20845 % de la página puede ubicarse al fin de página.
20846  (
20847 \series bold
20848
20849 \backslash
20850 bottomfraction
20851 \series default
20852 )
20853 \end_layout
20854
20855 \begin_layout Labeling
20856 \labelwidthstring 00.00.0000
20857
20858 \family sans
20859 Página
20860 \begin_inset space ~
20861 \end_inset
20862
20863 de
20864 \begin_inset space ~
20865 \end_inset
20866
20867 flotantes:
20868 \family default
20869  sólo si más del 50
20870 \begin_inset space \thinspace{}
20871 \end_inset
20872
20873 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20874  página.
20875  (
20876 \series bold
20877
20878 \backslash
20879 floatpagefraction
20880 \series default
20881 )
20882 \end_layout
20883
20884 \begin_layout Standard
20885 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20886  
20887 \family sans
20888 Ignorar
20889 \begin_inset space ~
20890 \end_inset
20891
20892 reglas
20893 \begin_inset space ~
20894 \end_inset
20895
20896 de
20897 \begin_inset space ~
20898 \end_inset
20899
20900 LaTeX
20901 \family default
20902 .
20903 \begin_inset Newline newline
20904 \end_inset
20905
20906 También puedes redefinir las reglas con los comandos LaTeX que van entre
20907  paréntesis tras la descripción de las reglas anteriores.
20908  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20909  la regla 
20910 \family sans
20911 Fin
20912 \family default
20913
20914 \begin_inset space ~
20915 \end_inset
20916
20917
20918 \family sans
20919 de
20920 \family default
20921
20922 \begin_inset space ~
20923 \end_inset
20924
20925
20926 \family sans
20927 página
20928 \family default
20929  al 50
20930 \begin_inset space \thinspace{}
20931 \end_inset
20932
20933 %, añade esta línea en el preámbulo:
20934 \end_layout
20935
20936 \begin_layout Standard
20937
20938 \series bold
20939
20940 \backslash
20941 renewcommand{
20942 \backslash
20943 bottomfraction}{0.5}
20944 \end_layout
20945
20946 \begin_layout Standard
20947 En determinados casos podrías necesitar ubicar un flotante exactamente en
20948  la posición en la que se inserta.
20949  Para esto puedes usar la opción 
20950 \family sans
20951 Aquí
20952 \begin_inset space ~
20953 \end_inset
20954
20955 definitivamente
20956 \family default
20957 .
20958  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20959  porque el flotante ya no podrá 
20960 \begin_inset Quotes eld
20961 \end_inset
20962
20963 flotar
20964 \begin_inset Quotes erd
20965 \end_inset
20966
20967  y si haces cambios al documento se podría estropear el diseño de la página.
20968 \end_layout
20969
20970 \begin_layout Standard
20971 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20972  están rodeados por texto de un párrafo determinado.
20973 \begin_inset VSpace bigskip
20974 \end_inset
20975
20976
20977 \end_layout
20978
20979 \begin_layout Standard
20980 A veces surge el problema de que un flotante se sitúa al principio de la
20981  página mientras que su sección correspondiente empieza en mitad de la página,
20982  así que el lector podría creer que el flotante forma parte de la sección
20983  anterior.
20984  Para evitarlo puede emplearse el comando LaTeX 
20985 \series bold
20986
20987 \backslash
20988 suppressfloats
20989 \series default
20990 , que suprime la ubicación de un flotante dado en la página donde se inserta
20991  y además puede servir para evitar que el flotante se coloque antes del
20992  inicio de sección.
20993  Para ello, añade estos comandos al preámbulo:
20994 \end_layout
20995
20996 \begin_layout Standard
20997
20998 \series bold
20999
21000 \backslash
21001 let
21002 \backslash
21003 mySection
21004 \backslash
21005 section
21006 \begin_inset Newline newline
21007 \end_inset
21008
21009
21010 \backslash
21011 renewcommand{
21012 \backslash
21013 section}{
21014 \backslash
21015 suppressfloats[t]
21016 \backslash
21017 mySection}
21018 \end_layout
21019
21020 \begin_layout Standard
21021 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21022  subsecciones.
21023  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21024  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21025 \end_layout
21026
21027 \begin_layout Standard
21028 \begin_inset VSpace bigskip
21029 \end_inset
21030
21031 En ciertos casos se quieren tener todas las figuras/tablas al final del
21032  documento.
21033  Para estos casos está el paquete LaTeX 
21034 \series bold
21035 endfloat
21036 \series default
21037
21038 \begin_inset Index
21039 status collapsed
21040
21041 \begin_layout Plain Layout
21042 LaTeX-paquetes ! endfloat
21043 \end_layout
21044
21045 \end_inset
21046
21047 .
21048  Pone todas las figuras y tablas flotantes al final del documento en secciones
21049  propias.
21050  En la posición original del flotante se inserta una indicación como 
21051 \begin_inset Quotes eld
21052 \end_inset
21053
21054
21055 \family sans
21056 [Figure
21057 \begin_inset space ~
21058 \end_inset
21059
21060 3.2 about here.]
21061 \family default
21062
21063 \begin_inset Quotes erd
21064 \end_inset
21065
21066 .
21067  El paquete 
21068 \series bold
21069 endfloat
21070 \series default
21071  se carga en el preámbulo con la línea
21072 \end_layout
21073
21074 \begin_layout Standard
21075
21076 \series bold
21077
21078 \backslash
21079 usepackage[options]{endfloat}
21080 \end_layout
21081
21082 \begin_layout Standard
21083 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21084  Para más información ver la documentación de 
21085 \begin_inset CommandInset citation
21086 LatexCommand cite
21087 key "endfloat"
21088
21089 \end_inset
21090
21091 .
21092 \begin_inset Newline newline
21093 \end_inset
21094
21095
21096 \begin_inset Note Greyedout
21097 status open
21098
21099 \begin_layout Plain Layout
21100
21101 \series bold
21102 Nota: endfloat
21103 \series default
21104  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21105  ver sección
21106 \begin_inset space ~
21107 \end_inset
21108
21109 4 en 
21110 \begin_inset CommandInset citation
21111 LatexCommand cite
21112 key "endfloat"
21113
21114 \end_inset
21115
21116 .
21117 \end_layout
21118
21119 \end_inset
21120
21121
21122 \begin_inset Newline newline
21123 \end_inset
21124
21125
21126 \begin_inset Note Greyedout
21127 status open
21128
21129 \begin_layout Plain Layout
21130
21131 \series bold
21132 Nota:
21133 \series default
21134  Actualmente hay un error en 
21135 \series bold
21136 endfloat
21137 \series default
21138  cuando la leyenda contiene el carácter alemán 
21139 \begin_inset Quotes eld
21140 \end_inset
21141
21142 ß
21143 \begin_inset Quotes erd
21144 \end_inset
21145
21146 .
21147  Usa en ese caso el comando 
21148 \begin_inset Quotes eld
21149 \end_inset
21150
21151
21152 \series bold
21153
21154 \backslash
21155 ss
21156 \series default
21157
21158 \begin_inset Quotes erd
21159 \end_inset
21160
21161  en ERT en vez de 
21162 \begin_inset Quotes eld
21163 \end_inset
21164
21165 ß
21166 \begin_inset Quotes erd
21167 \end_inset
21168
21169 .
21170 \end_layout
21171
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \begin_layout Standard
21178 \begin_inset VSpace bigskip
21179 \end_inset
21180
21181 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21182 \begin_inset CommandInset citation
21183 LatexCommand cite
21184 key "latexcompanion,latexguide,latexbook"
21185
21186 \end_inset
21187
21188 .
21189 \end_layout
21190
21191 \begin_layout Section
21192 Rotación de flotantes
21193 \begin_inset CommandInset label
21194 LatexCommand label
21195 name "sec:Rotación-de-Flotantes"
21196
21197 \end_inset
21198
21199
21200 \begin_inset Index
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204 Flotantes ! Rotación
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \begin_layout Standard
21213 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21214  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21215  la opción 
21216 \family sans
21217 Girar
21218 \begin_inset space ~
21219 \end_inset
21220
21221 a
21222 \begin_inset space ~
21223 \end_inset
21224
21225 un
21226 \begin_inset space ~
21227 \end_inset
21228
21229 lado
21230 \family default
21231 .
21232 \end_layout
21233
21234 \begin_layout Standard
21235 Los flotantes girados son puestos siempre en su propia página (o columna
21236  si el documento es de dos columnas).
21237  Se rotan de forma que puedes leerlos desde el margen externo.
21238  Para forzar determinada dirección de rotación para todas las páginas, puedes
21239  añadir una de las opciones 
21240 \series bold
21241 figuresleft
21242 \series default
21243  o 
21244 \series bold
21245 figuresright
21246 \series default
21247  a las opciones de clase del documento.
21248 \end_layout
21249
21250 \begin_layout Standard
21251 Los flotantes girados se refieren igual que los normales, y el formato de
21252  la leyenda también es el mismo: un ejemplo es la tabla
21253 \begin_inset space ~
21254 \end_inset
21255
21256
21257 \begin_inset CommandInset ref
21258 LatexCommand ref
21259 reference "tab:Tabla-girada"
21260
21261 \end_inset
21262
21263 .
21264 \end_layout
21265
21266 \begin_layout Standard
21267 \begin_inset Note Greyedout
21268 status open
21269
21270 \begin_layout Plain Layout
21271
21272 \series bold
21273 Nota:
21274 \series default
21275  No todos los visores DVI pueden mostrar tablas giradas.
21276 \end_layout
21277
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 \begin_inset Float table
21285 wide false
21286 sideways true
21287 status open
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Caption
21291
21292 \begin_layout Plain Layout
21293 \begin_inset CommandInset label
21294 LatexCommand label
21295 name "tab:Tabla-girada"
21296
21297 \end_inset
21298
21299 Tabla girada
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Plain Layout
21308 \align center
21309 \begin_inset Tabular
21310 <lyxtabular version="3" rows="1" columns="5">
21311 <features>
21312 <column alignment="center" valignment="top" width="0">
21313 <column alignment="center" valignment="top" width="0">
21314 <column alignment="center" valignment="top" width="0">
21315 <column alignment="center" valignment="top" width="0">
21316 <column alignment="center" valignment="top" width="0">
21317 <row>
21318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 test
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 b
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340 c
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 d
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 e
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 </lyxtabular>
21365
21366 \end_inset
21367
21368
21369 \end_layout
21370
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \begin_layout Section
21377 Flotantes adosados
21378 \begin_inset Index
21379 status collapsed
21380
21381 \begin_layout Plain Layout
21382 Flotantes ! Adosados
21383 \end_layout
21384
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \begin_layout Standard
21391 Para colocar flotantes unos junto a otros, como en la figura
21392 \begin_inset space ~
21393 \end_inset
21394
21395
21396 \begin_inset CommandInset ref
21397 LatexCommand ref
21398 reference "fig:Flotante-izquierda"
21399
21400 \end_inset
21401
21402  y 
21403 \begin_inset CommandInset ref
21404 LatexCommand ref
21405 reference "fig:Flotante-derecha"
21406
21407 \end_inset
21408
21409 , se pone 
21410 \emph on
21411 un
21412 \emph default
21413  solo flotante.
21414  En él se insertan dos cuadros tipo minipágina
21415 \begin_inset Foot
21416 status open
21417
21418 \begin_layout Plain Layout
21419 Las minipáginas se explican en la sección
21420 \begin_inset space ~
21421 \end_inset
21422
21423
21424 \begin_inset CommandInset ref
21425 LatexCommand ref
21426 reference "sec:Minipáginas"
21427
21428 \end_inset
21429
21430 .
21431 \end_layout
21432
21433 \end_inset
21434
21435 .
21436  La anchura se establece en 45-50
21437 \begin_inset space \thinspace{}
21438 \end_inset
21439
21440 % de la columna y la alineación en 
21441 \family sans
21442 Inferior
21443 \family default
21444  para cada minipágina.
21445  Las minipáginas contienen la imagen y su título, de igual forma que en
21446  los flotantes.
21447  La única diferencia es que el 
21448 \family sans
21449 Ancho
21450 \begin_inset space ~
21451 \end_inset
21452
21453 de
21454 \begin_inset space ~
21455 \end_inset
21456
21457 columna
21458 \begin_inset space ~
21459 \end_inset
21460
21461 %
21462 \family default
21463  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21464 \end_layout
21465
21466 \begin_layout Standard
21467 \begin_inset Float figure
21468 placement h
21469 wide false
21470 sideways false
21471 status open
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Box Frameless
21475 position "b"
21476 hor_pos "c"
21477 has_inner_box 1
21478 inner_pos "t"
21479 use_parbox 0
21480 width "45col%"
21481 special "none"
21482 height "1in"
21483 height_special "totalheight"
21484 status open
21485
21486 \begin_layout Plain Layout
21487 \align center
21488 \begin_inset Graphics
21489         filename ../clipart/mobius.eps
21490         lyxscale 50
21491         width 100col%
21492         scaleBeforeRotation
21493
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \begin_layout Plain Layout
21500 \begin_inset Caption
21501
21502 \begin_layout Plain Layout
21503 \begin_inset CommandInset label
21504 LatexCommand label
21505 name "fig:Flotante-izquierda"
21506
21507 \end_inset
21508
21509 Flotante en el lado izquierdo.
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \begin_inset space \hfill{}
21521 \end_inset
21522
21523
21524 \begin_inset Box Frameless
21525 position "b"
21526 hor_pos "c"
21527 has_inner_box 1
21528 inner_pos "t"
21529 use_parbox 0
21530 width "45col%"
21531 special "none"
21532 height "1in"
21533 height_special "totalheight"
21534 status open
21535
21536 \begin_layout Plain Layout
21537 \align center
21538 \begin_inset Graphics
21539         filename ../clipart/platypus.eps
21540         lyxscale 50
21541         width 100col%
21542         scaleBeforeRotation
21543
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \begin_layout Plain Layout
21550 \begin_inset Caption
21551
21552 \begin_layout Plain Layout
21553 \begin_inset CommandInset label
21554 LatexCommand label
21555 name "fig:Flotante-derecha"
21556
21557 \end_inset
21558
21559 Flotante en el lado derecho.
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \begin_layout Section
21578 Formato de las leyendas
21579 \begin_inset Index
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583 Leyendas ! Formato
21584 \end_layout
21585
21586 \end_inset
21587
21588
21589 \begin_inset Index
21590 status collapsed
21591
21592 \begin_layout Plain Layout
21593 Flotantes ! Formato de las leyendas
21594 \end_layout
21595
21596 \end_inset
21597
21598
21599 \begin_inset Index
21600 status collapsed
21601
21602 \begin_layout Plain Layout
21603 LaTeX-paquetes ! caption
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \begin_inset CommandInset label
21610 LatexCommand label
21611 name "sec:Formato-de-leyendas"
21612
21613 \end_inset
21614
21615
21616 \end_layout
21617
21618 \begin_layout Standard
21619 El entorno 
21620 \family sans
21621 Leyenda
21622 \family default
21623  es el predeterminado para los 
21624 \family sans
21625 Flotantes
21626 \family default
21627 .
21628  En LyX las leyendas se muestran como etiqueta, p.
21629 \begin_inset space \thinspace{}
21630 \end_inset
21631
21632 e.
21633 \begin_inset space ~
21634 \end_inset
21635
21636
21637 \begin_inset Quotes eld
21638 \end_inset
21639
21640
21641 \family sans
21642 Figura #
21643 \family default
21644 :
21645 \begin_inset Quotes erd
21646 \end_inset
21647
21648  seguida por el texto.
21649  
21650 \begin_inset Quotes eld
21651 \end_inset
21652
21653 #
21654 \begin_inset Quotes erd
21655 \end_inset
21656
21657  es el número real de referencia.
21658  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21659  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21660  del texto.
21661  El formato de la leyenda no es apropiado para todos los formatos de documento.
21662  
21663 \end_layout
21664
21665 \begin_layout Standard
21666 Para cambiar el formato predeterminado carga el paquete LaTeX 
21667 \series bold
21668 caption
21669 \series default
21670
21671 \begin_inset Index
21672 status collapsed
21673
21674 \begin_layout Plain Layout
21675 LaTeX-paquetes ! caption
21676 \end_layout
21677
21678 \end_inset
21679
21680  en el preámbulo del documento con la línea:
21681 \end_layout
21682
21683 \begin_layout Standard
21684
21685 \series bold
21686
21687 \backslash
21688 usepackage[definición de formato]{caption}
21689 \end_layout
21690
21691 \begin_layout Standard
21692 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21693  las leyendas de tabla siempre sobre ella como en este documento, usa el
21694  comando:
21695 \end_layout
21696
21697 \begin_layout Standard
21698
21699 \series bold
21700
21701 \backslash
21702 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21703 \end_layout
21704
21705 \begin_layout Standard
21706 También puedes definir distintos formatos de leyenda para los distintos
21707  tipos de flotantes.
21708  En ese caso carga el paquete 
21709 \series bold
21710 caption
21711 \series default
21712  sin opciones específicas y define los distintos formatos con ayuda del
21713  comando
21714 \end_layout
21715
21716 \begin_layout Standard
21717
21718 \series bold
21719
21720 \backslash
21721 captionsetup[tipo de flotante]{definición de formato}
21722 \end_layout
21723
21724 \begin_layout Standard
21725 en el preámbulo del documento.
21726  Por ejemplo las leyendas de la Figura
21727 \begin_inset space ~
21728 \end_inset
21729
21730
21731 \begin_inset CommandInset ref
21732 LatexCommand ref
21733 reference "fig:Esto-es-una-fig"
21734
21735 \end_inset
21736
21737  y la tabla
21738 \begin_inset space ~
21739 \end_inset
21740
21741
21742 \begin_inset CommandInset ref
21743 LatexCommand ref
21744 reference "tab:Esto-es-una-tab"
21745
21746 \end_inset
21747
21748  pueden crearse usando los siguientes comandos en el preámbulo:
21749 \end_layout
21750
21751 \begin_layout Standard
21752
21753 \series bold
21754
21755 \backslash
21756 usepackage[tableposition=top]{caption}
21757 \series default
21758
21759 \begin_inset Newline newline
21760 \end_inset
21761
21762
21763 \series bold
21764
21765 \backslash
21766 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21767 \begin_inset Newline newline
21768 \end_inset
21769
21770
21771 \begin_inset ERT
21772 status collapsed
21773
21774 \begin_layout Plain Layout
21775
21776
21777 \backslash
21778 hphantom{
21779 \backslash
21780
21781 \backslash
21782 captionsetup[figure]
21783 \backslash
21784 {}
21785 \end_layout
21786
21787 \end_inset
21788
21789  labelsep=period}
21790 \begin_inset Newline newline
21791 \end_inset
21792
21793
21794 \backslash
21795 captionsetup[table]{labelfont={bf,sf}}
21796 \end_layout
21797
21798 \begin_layout Standard
21799 \begin_inset Note Greyedout
21800 status open
21801
21802 \begin_layout Plain Layout
21803
21804 \series bold
21805 Nota: 
21806 \series default
21807 La opción 
21808 \series bold
21809 tableposition=top
21810 \series default
21811  no tiene efecto si se usa una clase de documento 
21812 \series bold
21813 koma-script
21814 \series default
21815 .
21816  En este caso debe utilizarse la opción de clase de documento 
21817 \series bold
21818 tablecaptionabove
21819 \series default
21820 .
21821  
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \begin_layout Standard
21830 Para más información sobre el paquete 
21831 \series bold
21832 caption
21833 \series default
21834  acude a su documentación 
21835 \begin_inset CommandInset citation
21836 LatexCommand cite
21837 key "caption,caption-de"
21838
21839 \end_inset
21840
21841 .
21842 \end_layout
21843
21844 \begin_layout Standard
21845 Para cambiar el nombre de la etiqueta de 
21846 \begin_inset Quotes eld
21847 \end_inset
21848
21849 Figura
21850 \begin_inset Quotes erd
21851 \end_inset
21852
21853  a 
21854 \begin_inset Quotes eld
21855 \end_inset
21856
21857 Imagen
21858 \begin_inset Quotes erd
21859 \end_inset
21860
21861 , p.
21862 \begin_inset space \thinspace{}
21863 \end_inset
21864
21865 e., usa el siguiente comando de preámbulo:
21866 \end_layout
21867
21868 \begin_layout Standard
21869
21870 \series bold
21871
21872 \backslash
21873 renewcommand{
21874 \backslash
21875 fnum@figure}{Imagen~
21876 \backslash
21877 thefigure}
21878 \end_layout
21879
21880 \begin_layout Standard
21881 donde 
21882 \series bold
21883
21884 \backslash
21885 thefigure
21886 \series default
21887  inserta el número de figura y 
21888 \series bold
21889
21890 \begin_inset Quotes eld
21891 \end_inset
21892
21893
21894 \series default
21895 ~
21896 \series bold
21897
21898 \begin_inset Quotes erd
21899 \end_inset
21900
21901
21902 \series default
21903  genera un espacio protegido.
21904
21905 \series bold
21906  
21907 \end_layout
21908
21909 \begin_layout Standard
21910 \begin_inset VSpace bigskip
21911 \end_inset
21912
21913 Si estás usando la clase de documento 
21914 \series bold
21915 koma-script
21916 \series default
21917
21918 \begin_inset Index
21919 status collapsed
21920
21921 \begin_layout Plain Layout
21922 LaTeX-paquetes ! koma-script
21923 \end_layout
21924
21925 \end_inset
21926
21927  (
21928 \family sans
21929 article (koma-script)
21930 \family default
21931
21932 \family sans
21933 book (koma-script)
21934 \family default
21935
21936 \family sans
21937 letter (koma-script)
21938 \family default
21939 , o 
21940 \family sans
21941 report (koma-script)
21942 \family default
21943
21944 \begin_inset space \thinspace{}
21945 \end_inset
21946
21947 ), puedes emplear en vez del paquete 
21948 \series bold
21949 caption
21950 \series default
21951  el comando 
21952 \series bold
21953
21954 \backslash
21955 setkomafont
21956 \series default
21957  incluido en 
21958 \series bold
21959 koma-script
21960 \series default
21961 .
21962  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21963  comando en el preámbulo del documento:
21964 \end_layout
21965
21966 \begin_layout Standard
21967
21968 \series bold
21969
21970 \backslash
21971 setkomafont{captionlabel}{
21972 \backslash
21973 bfseries}
21974 \end_layout
21975
21976 \begin_layout Standard
21977 Más información sobre 
21978 \series bold
21979
21980 \backslash
21981 setkomafont
21982 \series default
21983  en la documentación de 
21984 \series bold
21985 koma-script
21986 \series default
21987  
21988 \begin_inset CommandInset citation
21989 LatexCommand cite
21990 key "koma-script"
21991
21992 \end_inset
21993
21994 .
21995 \end_layout
21996
21997 \begin_layout Standard
21998 \begin_inset ERT
21999 status open
22000
22001 \begin_layout Plain Layout
22002
22003
22004 \backslash
22005 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22006 }
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \begin_inset Note Note
22013 status open
22014
22015 \begin_layout Plain Layout
22016 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset Float figure
22026 placement !p
22027 wide false
22028 sideways false
22029 status open
22030
22031 \begin_layout Plain Layout
22032 \align center
22033 \begin_inset Graphics
22034         filename ../clipart/mobius.eps
22035         lyxscale 50
22036         scale 50
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Caption
22045
22046 \begin_layout Plain Layout
22047 \begin_inset CommandInset label
22048 LatexCommand label
22049 name "fig:Esto-es-una-fig"
22050
22051 \end_inset
22052
22053
22054 \begin_inset OptArg
22055 status open
22056
22057 \begin_layout Plain Layout
22058 Figura con leyenda muy larga
22059 \end_layout
22060
22061 \end_inset
22062
22063 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22064  mostrar el formato diferente.
22065  Aquí se usa una leyenda personalizada.
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Standard
22079 \begin_inset ERT
22080 status open
22081
22082 \begin_layout Plain Layout
22083
22084
22085 \backslash
22086 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22087 on}
22088 \end_layout
22089
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \begin_layout Standard
22096 \begin_inset Float table
22097 placement !p
22098 wide false
22099 sideways false
22100 status collapsed
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Caption
22104
22105 \begin_layout Plain Layout
22106 \begin_inset CommandInset label
22107 LatexCommand label
22108 name "tab:Esto-es-una-tab"
22109
22110 \end_inset
22111
22112
22113 \begin_inset OptArg
22114 status collapsed
22115
22116 \begin_layout Plain Layout
22117 Tabla con leyenda muy larga
22118 \end_layout
22119
22120 \end_inset
22121
22122 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22123  el formato diferente.
22124  Aquí se usa el formato de leyenda estándar para las tablas.
22125 \end_layout
22126
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \begin_layout Plain Layout
22133 \align center
22134 \begin_inset Tabular
22135 <lyxtabular version="3" rows="1" columns="5">
22136 <features>
22137 <column alignment="center" valignment="top" width="0">
22138 <column alignment="center" valignment="top" width="0">
22139 <column alignment="center" valignment="top" width="0">
22140 <column alignment="center" valignment="top" width="0">
22141 <column alignment="center" valignment="top" width="0">
22142 <row>
22143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22144 \begin_inset Text
22145
22146 \begin_layout Plain Layout
22147 a
22148 \end_layout
22149
22150 \end_inset
22151 </cell>
22152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156 b
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165 c
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174 d
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183 e
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 </row>
22189 </lyxtabular>
22190
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \begin_layout Section
22202 Colocación de leyendas
22203 \begin_inset Index
22204 status collapsed
22205
22206 \begin_layout Plain Layout
22207 Leyendas ! Colocación
22208 \end_layout
22209
22210 \end_inset
22211
22212
22213 \begin_inset Index
22214 status collapsed
22215
22216 \begin_layout Plain Layout
22217 Flotantes ! Colocación de leyendas
22218 \end_layout
22219
22220 \end_inset
22221
22222
22223 \begin_inset CommandInset label
22224 LatexCommand label
22225 name "sec:Colocación-de-leyendas"
22226
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \begin_layout Standard
22233 La norma habitual para colocar las leyendas es:
22234 \end_layout
22235
22236 \begin_layout Description
22237 Figura: La leyenda al pie de la figura
22238 \end_layout
22239
22240 \begin_layout Description
22241 Tabla: La leyenda sobre la tabla
22242 \end_layout
22243
22244 \begin_layout Standard
22245 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22246  la tabla.
22247  Esto implica que si usas las clases de documento 
22248 \family sans
22249 article
22250 \family default
22251
22252 \family sans
22253 book
22254 \family default
22255
22256 \family sans
22257 letter
22258 \family default
22259 , o 
22260 \family sans
22261 report
22262 \family default
22263  no habrá espacio entre la leyenda y la tabla.
22264  Para insertar el espacio adecuado añade la siguiente opción al comando
22265  del paquete LaTeX 
22266 \series bold
22267 caption
22268 \series default
22269  en el preámbulo del documento
22270 \begin_inset Foot
22271 status collapsed
22272
22273 \begin_layout Plain Layout
22274 Ver la sección
22275 \begin_inset space ~
22276 \end_inset
22277
22278
22279 \begin_inset CommandInset ref
22280 LatexCommand ref
22281 reference "sec:Formato-de-leyendas"
22282
22283 \end_inset
22284
22285  para más información sobre el paquete 
22286 \series bold
22287 caption
22288 \series default
22289 .
22290 \end_layout
22291
22292 \end_inset
22293
22294 :
22295 \end_layout
22296
22297 \begin_layout Standard
22298
22299 \series bold
22300 tableposition=top
22301 \end_layout
22302
22303 \begin_layout Standard
22304 Si estás usando la clase 
22305 \series bold
22306 koma-script
22307 \series default
22308
22309 \begin_inset Index
22310 status collapsed
22311
22312 \begin_layout Plain Layout
22313 LaTeX-paquetes ! koma-script
22314 \end_layout
22315
22316 \end_inset
22317
22318  (
22319 \family sans
22320 article (koma-script)
22321 \family default
22322
22323 \family sans
22324 book (koma-script)
22325 \family default
22326
22327 \family sans
22328 letter (koma-script)
22329 \family default
22330 , o 
22331 \family sans
22332 report (koma-script)
22333 \family default
22334
22335 \begin_inset space \thinspace{}
22336 \end_inset
22337
22338 ), en vez de 
22339 \series bold
22340 caption
22341 \series default
22342  puedes poner la opción 
22343 \series bold
22344 tablecaptionabove
22345 \series default
22346  de la clase de documento.
22347 \end_layout
22348
22349 \begin_layout Standard
22350 \begin_inset VSpace bigskip
22351 \end_inset
22352
22353 También es posible poner la leyenda junto a una figura o tabla.
22354  Para conseguirlo hay que cargar el paquete LaTeX 
22355 \series bold
22356 sidecap
22357 \series default
22358
22359 \begin_inset Index
22360 status collapsed
22361
22362 \begin_layout Plain Layout
22363 LaTeX-paquetes ! sidecap
22364 \end_layout
22365
22366 \end_inset
22367
22368  añadiendo en el preámbulo del documento la línea
22369 \end_layout
22370
22371 \begin_layout Standard
22372
22373 \series bold
22374
22375 \backslash
22376 usepackage[option]{sidecap}
22377 \end_layout
22378
22379 \begin_layout Standard
22380 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22381  de la página ---a la derecha en páginas impares, a la izquierda en las
22382  pares---.
22383  Puedes cambiar la colocación al margen interno con la opción 
22384 \series bold
22385 innercaption
22386 \series default
22387 .
22388  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22389  opciones 
22390 \series bold
22391 rightcaption
22392 \series default
22393  o 
22394 \series bold
22395 leftcaption
22396 \series default
22397 , respectivamente.
22398 \end_layout
22399
22400 \begin_layout Standard
22401 \begin_inset ERT
22402 status collapsed
22403
22404 \begin_layout Plain Layout
22405
22406
22407 \backslash
22408 ifsidecap
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \begin_inset Note Note
22415 status open
22416
22417 \begin_layout Plain Layout
22418 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22419  LaTeX 
22420 \series bold
22421 sidecap
22422 \series default
22423 .
22424 \end_layout
22425
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \begin_layout Standard
22432 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22433  estos comandos al preámbulo del documento:
22434 \end_layout
22435
22436 \begin_layout Standard
22437
22438 \lyxline
22439
22440 \end_layout
22441
22442 \begin_layout Standard
22443
22444 \series bold
22445
22446 \backslash
22447 newcommand{
22448 \backslash
22449 TabBesBeg}{%
22450 \begin_inset Newline newline
22451 \end_inset
22452
22453
22454 \begin_inset ERT
22455 status collapsed
22456
22457 \begin_layout Plain Layout
22458
22459
22460 \backslash
22461 hphantom{ }
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \backslash
22468 let
22469 \backslash
22470 MyTable
22471 \backslash
22472 table
22473 \begin_inset Newline newline
22474 \end_inset
22475
22476
22477 \begin_inset ERT
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481
22482
22483 \backslash
22484 hphantom{ }
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \backslash
22491 let
22492 \backslash
22493 MyEndtable
22494 \backslash
22495 endtable
22496 \begin_inset Newline newline
22497 \end_inset
22498
22499
22500 \begin_inset ERT
22501 status collapsed
22502
22503 \begin_layout Plain Layout
22504
22505
22506 \backslash
22507 hphantom{ }
22508 \end_layout
22509
22510 \end_inset
22511
22512
22513 \backslash
22514 renewenvironment{table}{
22515 \backslash
22516 begin{SCtable}}{
22517 \backslash
22518 end{SCtable}}}
22519 \end_layout
22520
22521 \begin_layout Standard
22522
22523 \series bold
22524
22525 \backslash
22526 newcommand{
22527 \backslash
22528 TabBesEnd}{%
22529 \begin_inset Newline newline
22530 \end_inset
22531
22532
22533 \begin_inset ERT
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537
22538
22539 \backslash
22540 hphantom{ }
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \backslash
22547 let
22548 \backslash
22549 table
22550 \backslash
22551 MyTable
22552 \begin_inset Newline newline
22553 \end_inset
22554
22555
22556 \begin_inset ERT
22557 status collapsed
22558
22559 \begin_layout Plain Layout
22560
22561
22562 \backslash
22563 hphantom{ }
22564 \end_layout
22565
22566 \end_inset
22567
22568
22569 \backslash
22570 let
22571 \backslash
22572 endtable
22573 \backslash
22574 MyEndtable
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 newcommand{
22583 \backslash
22584 FigBesBeg}{%
22585 \begin_inset Newline newline
22586 \end_inset
22587
22588
22589 \begin_inset ERT
22590 status collapsed
22591
22592 \begin_layout Plain Layout
22593
22594
22595 \backslash
22596 hphantom{ }
22597 \end_layout
22598
22599 \end_inset
22600
22601
22602 \backslash
22603 let
22604 \backslash
22605 MyFigure
22606 \backslash
22607 figure
22608 \begin_inset Newline newline
22609 \end_inset
22610
22611
22612 \begin_inset ERT
22613 status collapsed
22614
22615 \begin_layout Plain Layout
22616
22617
22618 \backslash
22619 hphantom{ }
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \backslash
22626 let
22627 \backslash
22628 MyEndfigure
22629 \backslash
22630 endfigure
22631 \begin_inset Newline newline
22632 \end_inset
22633
22634
22635 \begin_inset ERT
22636 status collapsed
22637
22638 \begin_layout Plain Layout
22639
22640
22641 \backslash
22642 hphantom{ }
22643 \end_layout
22644
22645 \end_inset
22646
22647
22648 \backslash
22649 renewenvironment{figure}{
22650 \backslash
22651 begin{SCfigure}}{
22652 \backslash
22653 end{SCfigure}}}
22654 \end_layout
22655
22656 \begin_layout Standard
22657
22658 \series bold
22659
22660 \backslash
22661 newcommand{
22662 \backslash
22663 FigBesEnd}{%
22664 \begin_inset Newline newline
22665 \end_inset
22666
22667
22668 \begin_inset ERT
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672
22673
22674 \backslash
22675 hphantom{ }
22676 \end_layout
22677
22678 \end_inset
22679
22680
22681 \backslash
22682 let
22683 \backslash
22684 figure
22685 \backslash
22686 MyFigure
22687 \begin_inset Newline newline
22688 \end_inset
22689
22690
22691 \begin_inset ERT
22692 status collapsed
22693
22694 \begin_layout Plain Layout
22695
22696
22697 \backslash
22698 hphantom{ }
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \backslash
22705 let
22706 \backslash
22707 endfigure
22708 \backslash
22709 MyEndfigure}
22710 \end_layout
22711
22712 \begin_layout Standard
22713
22714 \lyxline
22715
22716 \end_layout
22717
22718 \begin_layout Standard
22719 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22720  en un lado.
22721  Para figuras flotantes usa el comando
22722 \end_layout
22723
22724 \begin_layout Standard
22725
22726 \series bold
22727
22728 \backslash
22729 FigBesBeg
22730 \end_layout
22731
22732 \begin_layout Standard
22733 en ERT antes del flotante.
22734  Detrás del flotante inserta
22735 \end_layout
22736
22737 \begin_layout Standard
22738
22739 \series bold
22740
22741 \backslash
22742 FigBesEnd
22743 \end_layout
22744
22745 \begin_layout Standard
22746 en ERT para volver a la definición original de flotantes.
22747 \end_layout
22748
22749 \begin_layout Standard
22750 Para tablas flotantes usa los comandos correspondientes
22751 \end_layout
22752
22753 \begin_layout Standard
22754
22755 \series bold
22756
22757 \backslash
22758 TabBesBeg
22759 \series default
22760  y 
22761 \series bold
22762
22763 \backslash
22764 TabBesEnd
22765 \end_layout
22766
22767 \begin_layout Standard
22768 La figura
22769 \begin_inset space ~
22770 \end_inset
22771
22772
22773 \begin_inset CommandInset ref
22774 LatexCommand ref
22775 reference "fig:encab-al-lado"
22776
22777 \end_inset
22778
22779  y la tabla
22780 \begin_inset space ~
22781 \end_inset
22782
22783
22784 \begin_inset CommandInset ref
22785 LatexCommand ref
22786 reference "tab:encab-al-lado"
22787
22788 \end_inset
22789
22790  son ejemplos en los que el título se sitúa al lado.
22791 \end_layout
22792
22793 \begin_layout Standard
22794 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22795  en tablas flotantes y debajo en las figuras flotantes.
22796  Para cambiarlo, puedes usar el comando
22797 \end_layout
22798
22799 \begin_layout Standard
22800
22801 \series bold
22802
22803 \backslash
22804 sidecaptionvpos{tipo de flotante}{colocación}
22805 \end_layout
22806
22807 \begin_layout Standard
22808 en el preámbulo o en ERT antes del flotante.
22809  El tipo de flotante es 
22810 \family sans
22811 figure
22812 \family default
22813  o 
22814 \family sans
22815 table
22816 \family default
22817 , la colocación puede ser 
22818 \begin_inset Quotes eld
22819 \end_inset
22820
22821
22822 \family sans
22823 t
22824 \family default
22825
22826 \begin_inset Quotes erd
22827 \end_inset
22828
22829  por 
22830 \begin_inset Quotes eld
22831 \end_inset
22832
22833 top
22834 \begin_inset Quotes erd
22835 \end_inset
22836
22837  (arriba), 
22838 \begin_inset Quotes eld
22839 \end_inset
22840
22841
22842 \family sans
22843 c
22844 \family default
22845
22846 \begin_inset Quotes erd
22847 \end_inset
22848
22849  por 
22850 \begin_inset Quotes eld
22851 \end_inset
22852
22853 center
22854 \begin_inset Quotes erd
22855 \end_inset
22856
22857  (centro), o 
22858 \begin_inset Quotes eld
22859 \end_inset
22860
22861
22862 \family sans
22863 b
22864 \family default
22865
22866 \begin_inset Quotes erd
22867 \end_inset
22868
22869  por 
22870 \begin_inset Quotes eld
22871 \end_inset
22872
22873 bottom
22874 \begin_inset Quotes erd
22875 \end_inset
22876
22877  (abajo).
22878  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22879  usa el comando
22880 \end_layout
22881
22882 \begin_layout Standard
22883
22884 \series bold
22885
22886 \backslash
22887 sidecaptionvpos{figure}{c}
22888 \end_layout
22889
22890 \begin_layout Standard
22891 Esto se ha hecho en la figura
22892 \begin_inset space ~
22893 \end_inset
22894
22895
22896 \begin_inset CommandInset ref
22897 LatexCommand ref
22898 reference "fig:encab-al-lado-de-fig"
22899
22900 \end_inset
22901
22902 .
22903 \end_layout
22904
22905 \begin_layout Standard
22906 \begin_inset VSpace medskip
22907 \end_inset
22908
22909 Más información sobre el paquete 
22910 \series bold
22911 sidecap
22912 \series default
22913  en su documentación 
22914 \begin_inset CommandInset citation
22915 LatexCommand cite
22916 key "sidecap"
22917
22918 \end_inset
22919
22920 .
22921 \end_layout
22922
22923 \begin_layout Standard
22924 \begin_inset Note Greyedout
22925 status open
22926
22927 \begin_layout Plain Layout
22928
22929 \series bold
22930 Nota:
22931 \series default
22932  El paquete LaTeX 
22933 \series bold
22934 hypcap
22935 \series default
22936
22937 \begin_inset Index
22938 status collapsed
22939
22940 \begin_layout Plain Layout
22941 LaTeX-paquetes ! hypcap
22942 \end_layout
22943
22944 \end_inset
22945
22946 , descrito en la sección
22947 \begin_inset space ~
22948 \end_inset
22949
22950
22951 \begin_inset CommandInset ref
22952 LatexCommand ref
22953 reference "sub:Colocación-de-Referencias"
22954
22955 \end_inset
22956
22957 , no afecta a flotantes con la leyenda al lado.
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \end_layout
22964
22965 \begin_layout Standard
22966 \begin_inset ERT
22967 status collapsed
22968
22969 \begin_layout Plain Layout
22970
22971
22972 \backslash
22973 FigBesBeg 
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 \begin_inset Float figure
22983 wide false
22984 sideways false
22985 status open
22986
22987 \begin_layout Plain Layout
22988 \begin_inset Graphics
22989         filename ../clipart/escher-lsd.eps
22990         scale 75
22991
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Caption
22999
23000 \begin_layout Plain Layout
23001 \begin_inset CommandInset label
23002 LatexCommand label
23003 name "fig:encab-al-lado"
23004
23005 \end_inset
23006
23007 Leyenda al lado de una figura.
23008 \end_layout
23009
23010 \end_inset
23011
23012
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \begin_layout Standard
23021 \begin_inset ERT
23022 status collapsed
23023
23024 \begin_layout Plain Layout
23025
23026
23027 \backslash
23028 TabBesBeg 
23029 \end_layout
23030
23031 \end_inset
23032
23033
23034 \end_layout
23035
23036 \begin_layout Standard
23037 \begin_inset Float table
23038 wide false
23039 sideways false
23040 status open
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Caption
23044
23045 \begin_layout Plain Layout
23046 \begin_inset CommandInset label
23047 LatexCommand label
23048 name "tab:encab-al-lado"
23049
23050 \end_inset
23051
23052 Leyenda al lado de una tabla.
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Tabular
23062 <lyxtabular version="3" rows="4" columns="5">
23063 <features>
23064 <column alignment="center" valignment="top" width="0">
23065 <column alignment="center" valignment="top" width="0">
23066 <column alignment="center" valignment="top" width="0">
23067 <column alignment="center" valignment="top" width="0">
23068 <column alignment="center" valignment="top" width="0">
23069 <row>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 a
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 b
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110 c
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 d
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23145 \begin_inset Text
23146
23147 \begin_layout Plain Layout
23148 e
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 </row>
23163 <row>
23164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23165 \begin_inset Text
23166
23167 \begin_layout Plain Layout
23168 f
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23174 \begin_inset Text
23175
23176 \begin_layout Plain Layout
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 g
23187 \end_layout
23188
23189 \end_inset
23190 </cell>
23191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23192 \begin_inset Text
23193
23194 \begin_layout Plain Layout
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204 h
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 </row>
23210 <row>
23211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 i
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23230 \begin_inset Text
23231
23232 \begin_layout Plain Layout
23233
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 j
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 </lyxtabular>
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Standard
23270 \begin_inset ERT
23271 status collapsed
23272
23273 \begin_layout Plain Layout
23274
23275
23276 \backslash
23277 TabBesEnd
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \begin_inset ERT
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290
23291
23292 \backslash
23293 sidecaptionvpos{figure}{c}
23294 \end_layout
23295
23296 \end_inset
23297
23298
23299 \begin_inset Float figure
23300 wide false
23301 sideways false
23302 status open
23303
23304 \begin_layout Plain Layout
23305 \begin_inset Graphics
23306         filename ../clipart/escher-lsd.eps
23307         scale 75
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Plain Layout
23315 \begin_inset Caption
23316
23317 \begin_layout Plain Layout
23318 \begin_inset CommandInset label
23319 LatexCommand label
23320 name "fig:encab-al-lado-de-fig"
23321
23322 \end_inset
23323
23324 Leyenda centrada verticalmente junto a una figura.
23325 \end_layout
23326
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Standard
23338 \begin_inset ERT
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342
23343
23344 \backslash
23345 FigBesEnd
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \begin_layout Standard
23354 \begin_inset ERT
23355 status collapsed
23356
23357 \begin_layout Plain Layout
23358
23359
23360 \backslash
23361 else
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \begin_inset Note Note
23368 status open
23369
23370 \begin_layout Plain Layout
23371 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23372  
23373 \series bold
23374 sidecap
23375 \series default
23376 .
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Standard
23385 Debes instalar el paquete LaTeX 
23386 \series bold
23387 sidecap
23388 \series default
23389  para ver la parte siguiente en la salida.
23390 \end_layout
23391
23392 \begin_layout Standard
23393 \begin_inset ERT
23394 status collapsed
23395
23396 \begin_layout Plain Layout
23397
23398
23399 \backslash
23400 fi
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \begin_layout Section
23409 Lista de flotantes
23410 \begin_inset CommandInset label
23411 LatexCommand label
23412 name "sec:Lista-de-Flotantes"
23413
23414 \end_inset
23415
23416
23417 \begin_inset Index
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421 Flotantes ! Lista de
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 Igual que en el índice general se listan las secciones del documento, hay
23431  listas para todos los tipos de flotantes, como las figuras.
23432  Se pueden insertar mediante los submenús 
23433 \family sans
23434 Insertar\SpecialChar \menuseparator
23435 Lista / IG
23436 \family default
23437 .
23438 \end_layout
23439
23440 \begin_layout Standard
23441 Las entradas de la lista son los títulos del flotante o su título corto,
23442  el número de flotante, y el número de la página del documento en la que
23443  aparecen.
23444 \end_layout
23445
23446 \begin_layout Standard
23447 Puedes encontrar las listas de figuras y tablas al final de este documento.
23448 \end_layout
23449
23450 \begin_layout Chapter
23451 Notas
23452 \end_layout
23453
23454 \begin_layout Section
23455 Notas en LyX 
23456 \begin_inset CommandInset label
23457 LatexCommand label
23458 name "sec:Notas-en-LyX"
23459
23460 \end_inset
23461
23462
23463 \begin_inset Index
23464 status collapsed
23465
23466 \begin_layout Plain Layout
23467 Notas ! Notas en LyX
23468 \end_layout
23469
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \begin_layout Standard
23476 Las notas se insertan con el botón 
23477 \begin_inset Graphics
23478         filename ../../images/note-insert.png
23479         scale 85
23480
23481 \end_inset
23482
23483  o con el menú 
23484 \family sans
23485 Insertar\SpecialChar \menuseparator
23486 Nota
23487 \family default
23488 .
23489  Hay cinco tipos de notas:
23490 \end_layout
23491
23492 \begin_layout Description
23493 Nota
23494 \begin_inset space ~
23495 \end_inset
23496
23497 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23498  Su cuadro se muestra como este:
23499 \begin_inset Newline newline
23500 \end_inset
23501
23502
23503 \begin_inset Newline newline
23504 \end_inset
23505
23506
23507 \begin_inset Graphics
23508         filename clipart/NotaLyXImagenQt4.png
23509         display false
23510         scale 85
23511
23512 \end_inset
23513
23514  
23515 \begin_inset Note Note
23516 status collapsed
23517
23518 \begin_layout Plain Layout
23519 Este es un texto en un recuadro que no se muestra en la salida.
23520 \end_layout
23521
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \begin_layout Description
23528 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23529  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23530 \family sans
23531 Archivo\SpecialChar \menuseparator
23532 Exportar\SpecialChar \menuseparator
23533 LaTeX (pdflatex) / (plain)
23534 \family default
23535 .
23536  Su recuadro se ve así:
23537 \begin_inset Newline newline
23538 \end_inset
23539
23540
23541 \begin_inset Newline newline
23542 \end_inset
23543
23544
23545 \begin_inset Graphics
23546         filename clipart/ComentNotaImagenQt4.png
23547         display false
23548         scale 85
23549
23550 \end_inset
23551
23552  
23553 \begin_inset Note Comment
23554 status collapsed
23555
23556 \begin_layout Plain Layout
23557 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \begin_layout Description
23566 Resaltado
23567 \begin_inset space ~
23568 \end_inset
23569
23570 en
23571 \begin_inset space ~
23572 \end_inset
23573
23574 gris Esta nota aparece en la salida como texto resaltado en gris.
23575  Su recuadro se parece a este:
23576 \begin_inset Newline newline
23577 \end_inset
23578
23579
23580 \begin_inset Newline newline
23581 \end_inset
23582
23583
23584 \begin_inset Graphics
23585         filename clipart/GrisNotaImagenQt4.png
23586         display false
23587         scale 85
23588
23589 \end_inset
23590
23591
23592 \begin_inset Newline newline
23593 \end_inset
23594
23595
23596 \begin_inset ERT
23597 status collapsed
23598
23599 \begin_layout Plain Layout
23600
23601
23602 \backslash
23603 renewenvironment{lyxgreyedout}
23604 \end_layout
23605
23606 \begin_layout Plain Layout
23607
23608 {
23609 \backslash
23610 textcolor[gray]{0.8}
23611 \backslash
23612 bgroup}{
23613 \backslash
23614 egroup}
23615 \end_layout
23616
23617 \end_inset
23618
23619
23620 \begin_inset Note Greyedout
23621 status open
23622
23623 \begin_layout Plain Layout
23624 Este es el texto
23625 \begin_inset Foot
23626 status open
23627
23628 \begin_layout Plain Layout
23629 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23630 \end_layout
23631
23632 \end_inset
23633
23634  de un comentario que se muestra resaltado en gris.
23635 \end_layout
23636
23637 \end_inset
23638
23639
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 renewenvironment{lyxgreyedout}
23648 \end_layout
23649
23650 \begin_layout Plain Layout
23651
23652 {
23653 \backslash
23654 textcolor{blue}
23655 \backslash
23656 bgroup}{
23657 \backslash
23658 egroup}
23659 \end_layout
23660
23661 \end_inset
23662
23663
23664 \begin_inset Note Note
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23669  original de LyX, ya que en el preámbulo de este documento se han redefinido
23670  estas notas para que salgan en azul, como se indica más adelante.
23671 \end_layout
23672
23673 \end_inset
23674
23675
23676 \begin_inset Newline newline
23677 \end_inset
23678
23679
23680 \begin_inset Newline newline
23681 \end_inset
23682
23683 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23684  está un poco sangrada, y por otra parte pueden tener notas al pie.
23685 \end_layout
23686
23687 \begin_layout Description
23688 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23689  Su recuadro se verá como este:
23690 \begin_inset Newline newline
23691 \end_inset
23692
23693
23694 \begin_inset Newline newline
23695 \end_inset
23696
23697
23698 \family roman
23699 \series medium
23700
23701 \begin_inset Graphics
23702         filename clipart/NotaEnmarcadaImg.png
23703         display false
23704
23705 \end_inset
23706
23707
23708 \family default
23709 \series default
23710  
23711 \family roman
23712 \series medium
23713
23714 \begin_inset Box Framed
23715 position "t"
23716 hor_pos "c"
23717 has_inner_box 0
23718 inner_pos "t"
23719 use_parbox 0
23720 width "100col%"
23721 special "none"
23722 height "1in"
23723 height_special "totalheight"
23724 status open
23725
23726 \begin_layout Plain Layout
23727
23728 \family roman
23729 Este texto en un cuadro de nota se verá enmarcado en la salida.
23730 \end_layout
23731
23732 \end_inset
23733
23734
23735 \family default
23736 \series default
23737  
23738 \family roman
23739 \series medium
23740
23741 \family default
23742 \series default
23743 diferencia de los cuadros enmarcados
23744 \begin_inset Foot
23745 status collapsed
23746
23747 \begin_layout Plain Layout
23748 Los cuadros enmarcados se describen en la sección
23749 \begin_inset space ~
23750 \end_inset
23751
23752
23753 \begin_inset CommandInset ref
23754 LatexCommand ref
23755 reference "sec:Cuadros-Enmarcados"
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763
23764 , este marco emplea siempre la anchura total de página y la nota va en su
23765  propio párrafo.
23766 \end_layout
23767
23768 \begin_layout Description
23769 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23770  Su recuadro se verá como este:
23771 \begin_inset Newline newline
23772 \end_inset
23773
23774
23775 \begin_inset Newline newline
23776 \end_inset
23777
23778
23779 \family roman
23780 \series medium
23781
23782 \begin_inset Graphics
23783         filename clipart/NotaSombreadaImg.png
23784         display false
23785
23786 \end_inset
23787
23788  
23789 \begin_inset Box Shaded
23790 position "t"
23791 hor_pos "c"
23792 has_inner_box 0
23793 inner_pos "t"
23794 use_parbox 0
23795 width "100col%"
23796 special "none"
23797 height "1in"
23798 height_special "totalheight"
23799 status open
23800
23801 \begin_layout Plain Layout
23802
23803 \family roman
23804 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23805 \end_layout
23806
23807 \end_inset
23808
23809  A diferencia de los cuadros coloreados
23810 \family default
23811 \series default
23812
23813 \begin_inset Foot
23814 status collapsed
23815
23816 \begin_layout Plain Layout
23817 Los cuadros coloreados se describen en la sección
23818 \begin_inset space ~
23819 \end_inset
23820
23821
23822 \begin_inset CommandInset ref
23823 LatexCommand ref
23824 reference "sec:Cuadros-Coloreados"
23825
23826 \end_inset
23827
23828 .
23829 \end_layout
23830
23831 \end_inset
23832
23833 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23834  párrafo.
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset VSpace bigskip
23839 \end_inset
23840
23841 Si usas el botón de la barra de herramientas 
23842 \begin_inset Graphics
23843         filename ../../images/note-insert.png
23844         scale 85
23845
23846 \end_inset
23847
23848  para insertar notas, se inserta una 
23849 \family sans
23850 Nota
23851 \begin_inset space ~
23852 \end_inset
23853
23854 LyX
23855 \family default
23856 .
23857  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23858  recuadro.
23859  
23860 \family roman
23861 \series medium
23862 \bar no
23863 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23864  botón de herramienta 
23865 \family sans
23866 \series default
23867 \bar default
23868 Nota
23869 \family default
23870 .
23871  Para cambiar una nota a texto, pulsa la tecla 
23872 \family sans
23873 Retroceso
23874 \family default
23875  cuando el cursor está en la primera posición de una nota, o la tecla 
23876 \family sans
23877 Supr
23878 \family default
23879  cuando el cursor está en la última posición de la nota, respectivamente.
23880 \end_layout
23881
23882 \begin_layout Standard
23883 \begin_inset VSpace bigskip
23884 \end_inset
23885
23886 Se puede cambiar el color del 
23887 \family sans
23888 Resaltado en gris
23889 \family default
23890  poniendo en el preámbulo el comando:
23891 \end_layout
23892
23893 \begin_layout Standard
23894
23895 \series bold
23896
23897 \backslash
23898 renewenvironment{lyxgreyedout}
23899 \begin_inset Newline newline
23900 \end_inset
23901
23902
23903 \begin_inset ERT
23904 status collapsed
23905
23906 \begin_layout Plain Layout
23907
23908
23909 \backslash
23910 hphantom{ }
23911 \end_layout
23912
23913 \end_inset
23914
23915 {
23916 \backslash
23917 textcolor{color}
23918 \backslash
23919 bgroup}{
23920 \backslash
23921 egroup}
23922 \end_layout
23923
23924 \begin_layout Standard
23925 Los colores disponibles y el método para definir nuestros propios colores
23926  se explica en la sección
23927 \begin_inset space ~
23928 \end_inset
23929
23930
23931 \begin_inset CommandInset ref
23932 LatexCommand ref
23933 reference "sec:Tablas-Coloreadas"
23934
23935 \end_inset
23936
23937 .
23938 \end_layout
23939
23940 \begin_layout Standard
23941 Las notas en azul en este documento se han hecho con notas del tipo 
23942 \family sans
23943 Resaltado en gris
23944 \family default
23945  pero definiendo el color del texto en azul.
23946 \end_layout
23947
23948 \begin_layout Standard
23949 \begin_inset VSpace bigskip
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \begin_layout Standard
23956 El estilo de texto en las notas de tipo 
23957 \family sans
23958 Enmarcado
23959 \family default
23960  y 
23961 \family sans
23962 Sombreado
23963 \family default
23964  se puede establecer en el diálogo 
23965 \family sans
23966 Estilo del texto.
23967 \end_layout
23968
23969 \begin_layout Standard
23970 El grosor predeterminado del marco en las notas 
23971 \family sans
23972 Enmarcadas
23973 \family default
23974  es 0.4
23975 \begin_inset space \thinspace{}
23976 \end_inset
23977
23978 pt; se puede cambiar con el comando 
23979 \backslash
23980
23981 \series bold
23982 FrameRule
23983 \series default
23984 .
23985  El espacio entre el contenido y el marco es 9
23986 \series bold
23987
23988 \begin_inset space \thinspace{}
23989 \end_inset
23990
23991
23992 \series default
23993 pt por defecto; se puede cambiar con 
23994 \series bold
23995
23996 \backslash
23997 FrameSep
23998 \series default
23999 .
24000  Por ejemplo, el marco de la siguiente nota 
24001 \family sans
24002 Enmarcada
24003 \family default
24004  está hecho con los comandos ERT
24005 \series bold
24006  
24007 \end_layout
24008
24009 \begin_layout Standard
24010
24011 \series bold
24012
24013 \backslash
24014 FrameRule 5pt 
24015 \backslash
24016 FrameSep 0.5cm
24017 \end_layout
24018
24019 \begin_layout Standard
24020 \begin_inset ERT
24021 status collapsed
24022
24023 \begin_layout Plain Layout
24024
24025
24026 \backslash
24027 FrameRule 5pt 
24028 \backslash
24029 FrameSep 0.5cm
24030 \end_layout
24031
24032 \end_inset
24033
24034
24035 \begin_inset Box Framed
24036 position "t"
24037 hor_pos "c"
24038 has_inner_box 0
24039 inner_pos "t"
24040 use_parbox 0
24041 width "100col%"
24042 special "none"
24043 height "1in"
24044 height_special "totalheight"
24045 status open
24046
24047 \begin_layout Plain Layout
24048 Texto en una nota 
24049 \family sans
24050 Enmarcada
24051 \family default
24052 .
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \begin_inset ERT
24059 status collapsed
24060
24061 \begin_layout Plain Layout
24062
24063
24064 \backslash
24065 FrameRule 0.4pt 
24066 \backslash
24067 FrameSep 9pt
24068 \end_layout
24069
24070 \end_inset
24071
24072
24073 \end_layout
24074
24075 \begin_layout Standard
24076 \begin_inset VSpace bigskip
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \begin_layout Standard
24083 Para las notas 
24084 \family sans
24085 Sombreadas
24086 \family default
24087  el espacio entre el contenido y el borde es 3
24088 \begin_inset space \thinspace{}
24089 \end_inset
24090
24091 pt por defecto; se puede cambiar con 
24092 \series bold
24093
24094 \backslash
24095 fboxsep
24096 \series default
24097 .
24098 \begin_inset Newline newline
24099 \end_inset
24100
24101 El color rojo predeterminado se puede cambiar con el comando 
24102 \series bold
24103
24104 \backslash
24105 def\SpecialChar \textcompwordmark{}
24106 inecolor{shadebox}
24107 \series default
24108 .
24109  El esquema del comando 
24110 \series bold
24111
24112 \backslash
24113 def\SpecialChar \textcompwordmark{}
24114 inecolor
24115 \series default
24116  se explica en la sección
24117 \begin_inset space ~
24118 \end_inset
24119
24120
24121 \begin_inset CommandInset ref
24122 LatexCommand ref
24123 reference "sec:Tablas-Coloreadas"
24124
24125 \end_inset
24126
24127
24128 \begin_inset Foot
24129 status collapsed
24130
24131 \begin_layout Plain Layout
24132 Observa que 
24133 \series bold
24134
24135 \backslash
24136 def\SpecialChar \textcompwordmark{}
24137 inecolor 
24138 \series default
24139 requiere el paquete LaTeX 
24140 \series bold
24141 color
24142 \series default
24143  en el preámbulo,  véase la sección
24144 \series bold
24145
24146 \begin_inset space ~
24147 \end_inset
24148
24149
24150 \begin_inset CommandInset ref
24151 LatexCommand ref
24152 reference "sec:Cuadros-Coloreados"
24153
24154 \end_inset
24155
24156
24157 \series default
24158 .
24159
24160 \series bold
24161  
24162 \end_layout
24163
24164 \end_inset
24165
24166 .
24167 \end_layout
24168
24169 \begin_layout Standard
24170 Por ejemplo, la siguiente nota 
24171 \family sans
24172 Sombreada
24173 \family default
24174  se ha hecho con los comandos ERT
24175 \end_layout
24176
24177 \begin_layout Standard
24178
24179 \series bold
24180
24181 \backslash
24182 fboxsep 0.5cm
24183 \begin_inset Newline newline
24184 \end_inset
24185
24186
24187 \backslash
24188 def\SpecialChar \textcompwordmark{}
24189 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \begin_inset ERT
24194 status collapsed
24195
24196 \begin_layout Plain Layout
24197
24198
24199 \backslash
24200 fboxsep 0.5cm
24201 \end_layout
24202
24203 \end_inset
24204
24205
24206 \begin_inset ERT
24207 status collapsed
24208
24209 \begin_layout Plain Layout
24210
24211
24212 \backslash
24213 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24214 \end_layout
24215
24216 \end_inset
24217
24218
24219 \begin_inset Box Shaded
24220 position "t"
24221 hor_pos "c"
24222 has_inner_box 0
24223 inner_pos "t"
24224 use_parbox 0
24225 width "100col%"
24226 special "none"
24227 height "1in"
24228 height_special "totalheight"
24229 status open
24230
24231 \begin_layout Plain Layout
24232
24233 \color yellow
24234 Texto amarillo en una nota 
24235 \family sans
24236 Sombreada
24237 \family default
24238  
24239 \begin_inset space ~
24240 \end_inset
24241
24242 con fondo verde oscuro.
24243 \end_layout
24244
24245 \end_inset
24246
24247
24248 \begin_inset ERT
24249 status collapsed
24250
24251 \begin_layout Plain Layout
24252
24253
24254 \backslash
24255 fboxsep 3pt
24256 \end_layout
24257
24258 \end_inset
24259
24260
24261 \begin_inset ERT
24262 status collapsed
24263
24264 \begin_layout Plain Layout
24265
24266
24267 \backslash
24268 definecolor{shadecolor}{rgb}{1,0,0}
24269 \end_layout
24270
24271 \end_inset
24272
24273
24274 \end_layout
24275
24276 \begin_layout Section
24277 Notas al pie
24278 \begin_inset CommandInset label
24279 LatexCommand label
24280 name "sec:Notas-al-pie"
24281
24282 \end_inset
24283
24284
24285 \begin_inset Index
24286 status collapsed
24287
24288 \begin_layout Plain Layout
24289 Notas ! al pie
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \begin_inset Index
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299 Notas al pie
24300 \end_layout
24301
24302 \end_inset
24303
24304
24305 \end_layout
24306
24307 \begin_layout Standard
24308 Las notas al pie se insertan con el botón 
24309 \begin_inset Graphics
24310         filename ../../images/footnote-insert.png
24311         scale 85
24312
24313 \end_inset
24314
24315  o el menú 
24316 \family sans
24317 Insertar\SpecialChar \menuseparator
24318 Nota
24319 \begin_inset space ~
24320 \end_inset
24321
24322 al
24323 \begin_inset space ~
24324 \end_inset
24325
24326 pie
24327 \family default
24328 .
24329  
24330 \family roman
24331 \series medium
24332 \bar no
24333 Aparece un recuadro como este:
24334 \family default
24335 \series default
24336 \bar default
24337  
24338 \begin_inset Graphics
24339         filename clipart/notapieQt4.png
24340         scale 80
24341
24342 \end_inset
24343
24344  
24345 \family roman
24346 \series medium
24347 \bar no
24348 donde puedes introducir el texto.
24349  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24350  sobre el
24351 \family default
24352 \series default
24353 \bar default
24354  
24355 \family roman
24356 \series medium
24357 \bar no
24358 botón
24359 \family default
24360 \series default
24361 \bar default
24362 .
24363  Para cambiar una nota al pie a texto, pulsa la tecla 
24364 \family sans
24365 Retroceso
24366 \family default
24367  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24368  
24369 \family sans
24370 Supr
24371 \family default
24372  cuando el cursor está en la última posición de la nota, respectivamente.
24373 \end_layout
24374
24375 \begin_layout Standard
24376 Aquí hay un ejemplo de nota al pie:
24377 \family roman
24378 \series medium
24379 \bar no
24380
24381 \begin_inset Foot
24382 status open
24383
24384 \begin_layout Plain Layout
24385 \begin_inset CommandInset label
24386 LatexCommand label
24387 name "pie:Esto-es-una"
24388
24389 \end_inset
24390
24391 Ejemplo de nota al pie.
24392 \end_layout
24393
24394 \end_inset
24395
24396
24397 \family default
24398 \series default
24399 \bar default
24400
24401 \begin_inset ERT
24402 status collapsed
24403
24404 \begin_layout Plain Layout
24405
24406
24407 \backslash
24408 newcounter{MyRepeatFoot}
24409 \end_layout
24410
24411 \begin_layout Plain Layout
24412
24413
24414 \backslash
24415 setcounter{MyRepeatFoot}{
24416 \backslash
24417 thefootnote}
24418 \end_layout
24419
24420 \end_inset
24421
24422
24423 \end_layout
24424
24425 \begin_layout Standard
24426 En la salida, el pie se muestra como número exponente en el lugar del texto
24427  donde se coloca el recuadro.
24428  El texto se coloca al final de la página actual.
24429  Los números de las notas son calculados por LaTeX, y son consecutivos.
24430  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24431 \end_layout
24432
24433 \begin_layout Standard
24434 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24435  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24436  se describe en la sección
24437 \begin_inset space ~
24438 \end_inset
24439
24440
24441 \begin_inset CommandInset ref
24442 LatexCommand ref
24443 reference "sec:Referencias-a-Flotantes"
24444
24445 \end_inset
24446
24447 .
24448 \begin_inset Newline newline
24449 \end_inset
24450
24451 Esto es una referencia cruzada a la Nota al pie
24452 \begin_inset space ~
24453 \end_inset
24454
24455
24456 \begin_inset CommandInset ref
24457 LatexCommand ref
24458 reference "pie:Esto-es-una"
24459
24460 \end_inset
24461
24462 .
24463 \begin_inset Newline newline
24464 \end_inset
24465
24466
24467 \begin_inset Note Greyedout
24468 status open
24469
24470 \begin_layout Plain Layout
24471
24472 \series bold
24473 Nota:
24474 \series default
24475  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24476  de insertar un prefijo, p.
24477 \begin_inset space \thinspace{}
24478 \end_inset
24479
24480 e.
24481 \begin_inset space ~
24482 \end_inset
24483
24484
24485 \family sans
24486
24487 \begin_inset Quotes eld
24488 \end_inset
24489
24490 pie:
24491 \family default
24492
24493 \begin_inset Quotes erd
24494 \end_inset
24495
24496  manualmente cuando quieras usar el estilo 
24497 \family sans
24498 Referencia
24499 \begin_inset space ~
24500 \end_inset
24501
24502 con
24503 \begin_inset space ~
24504 \end_inset
24505
24506 formato
24507 \family default
24508 .
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \begin_inset VSpace defskip
24518 \end_inset
24519
24520 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24521 \begin_inset space ~
24522 \end_inset
24523
24524
24525 \begin_inset CommandInset ref
24526 LatexCommand ref
24527 reference "sec:Minipáginas"
24528
24529 \end_inset
24530
24531 .
24532  Los pies en tablas largas en la sección
24533 \begin_inset space ~
24534 \end_inset
24535
24536
24537 \begin_inset CommandInset ref
24538 LatexCommand ref
24539 reference "sub:Notas-al-pie-en-Tablas-Largas"
24540
24541 \end_inset
24542
24543 .
24544 \end_layout
24545
24546 \begin_layout Standard
24547 \begin_inset VSpace defskip
24548 \end_inset
24549
24550 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24551 \series bold
24552
24553 \backslash
24554 footnotemark[número]
24555 \series default
24556  en ERT.
24557  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24558  no quieres imprimir el pie cada vez.
24559 \begin_inset Newline newline
24560 \end_inset
24561
24562 Como no sabes el número del pie que se repite mientras escribes el texto,
24563  tienes que guardarlo.
24564  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24565  en ERT detrás de Nota
24566 \begin_inset space ~
24567 \end_inset
24568
24569 al
24570 \begin_inset space ~
24571 \end_inset
24572
24573 pie
24574 \begin_inset space ~
24575 \end_inset
24576
24577
24578 \begin_inset CommandInset ref
24579 LatexCommand ref
24580 reference "pie:Esto-es-una"
24581
24582 \end_inset
24583
24584  para guardar el número de pie:
24585 \end_layout
24586
24587 \begin_layout Standard
24588
24589 \series bold
24590
24591 \backslash
24592 newcounter{MyRepeatFoot}
24593 \begin_inset Newline newline
24594 \end_inset
24595
24596
24597 \backslash
24598 setcounter{MyRepeatFoot}{
24599 \backslash
24600 thefootnote}
24601 \end_layout
24602
24603 \begin_layout Standard
24604 La marca de pie se crea entonces con el comando:
24605 \end_layout
24606
24607 \begin_layout Standard
24608
24609 \series bold
24610
24611 \backslash
24612 footnotemark[
24613 \backslash
24614 theMyRepeatFoot]
24615 \end_layout
24616
24617 \begin_layout Standard
24618 Aquí hay un ejemplo de marca de pie:
24619 \family roman
24620 \series medium
24621 \bar no
24622
24623 \begin_inset ERT
24624 status collapsed
24625
24626 \begin_layout Plain Layout
24627
24628
24629 \backslash
24630 footnotemark[
24631 \backslash
24632 theMyRepeatFoot]
24633 \end_layout
24634
24635 \end_inset
24636
24637
24638 \end_layout
24639
24640 \begin_layout Subsection
24641 Numeración de notas al pie
24642 \begin_inset CommandInset label
24643 LatexCommand label
24644 name "sub:Numeración-de-Notas-al-Pie"
24645
24646 \end_inset
24647
24648
24649 \begin_inset Index
24650 status collapsed
24651
24652 \begin_layout Plain Layout
24653 Notas al pie ! Numeración
24654 \end_layout
24655
24656 \end_inset
24657
24658
24659 \end_layout
24660
24661 \begin_layout Standard
24662 Para reiniciar el número de pie a 1 en cada sección añade este 
24663 \family roman
24664 comando en el preámbulo:
24665 \end_layout
24666
24667 \begin_layout Standard
24668
24669 \series bold
24670
24671 \backslash
24672 @addtoreset{footnote}{section}
24673 \end_layout
24674
24675 \begin_layout Standard
24676 \begin_inset VSpace bigskip
24677 \end_inset
24678
24679 El siguiente comando en el preámbulo cambia el estilo de numeración del
24680  pie a números romanos en minúsculas:
24681 \end_layout
24682
24683 \begin_layout Standard
24684
24685 \series bold
24686
24687 \backslash
24688 renewcommand{
24689 \backslash
24690 thefootnote}{
24691 \backslash
24692 roman{footnote}}
24693 \end_layout
24694
24695 \begin_layout Standard
24696 \begin_inset ERT
24697 status collapsed
24698
24699 \begin_layout Plain Layout
24700
24701
24702 \backslash
24703 renewcommand{
24704 \backslash
24705 thefootnote}{
24706 \backslash
24707 roman{footnote}}
24708 \end_layout
24709
24710 \end_inset
24711
24712  Nota al pie en números romanos:
24713 \begin_inset Foot
24714 status open
24715
24716 \begin_layout Plain Layout
24717 Ejemplo de nota al pie en números romanos.
24718 \end_layout
24719
24720 \end_inset
24721
24722
24723 \begin_inset ERT
24724 status collapsed
24725
24726 \begin_layout Plain Layout
24727
24728
24729 \backslash
24730 renewcommand{
24731 \backslash
24732 thefootnote}{
24733 \backslash
24734 arabic{footnote}}
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Standard
24743 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24744  
24745 \series bold
24746
24747 \backslash
24748 roman
24749 \series default
24750  por 
24751 \series bold
24752
24753 \backslash
24754 Roman
24755 \series default
24756 .
24757  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24758 \series bold
24759
24760 \backslash
24761 Alph
24762 \series default
24763  o 
24764 \series bold
24765
24766 \backslash
24767 alph
24768 \series default
24769 , respectivamente.
24770  Para ordenar las notas al pie con símbolos usa 
24771 \series bold
24772
24773 \backslash
24774 fnsymbol
24775 \series default
24776 .
24777 \end_layout
24778
24779 \begin_layout Standard
24780 \begin_inset Note Greyedout
24781 status open
24782
24783 \begin_layout Plain Layout
24784
24785 \series bold
24786 Nota:
24787 \series default
24788  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24789  simples.
24790 \end_layout
24791
24792 \end_inset
24793
24794
24795 \begin_inset Newline newline
24796 \end_inset
24797
24798
24799 \begin_inset Note Greyedout
24800 status open
24801
24802 \begin_layout Plain Layout
24803
24804 \series bold
24805 Nota:
24806 \series default
24807  sólo puedes ordenar hasta 9 pies con símbolos.
24808 \end_layout
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Standard
24816 Para volver al estilo de numeración predeterminado cuando has cambiado a
24817  otro estilo, usa 
24818 \series bold
24819
24820 \backslash
24821 arabic
24822 \series default
24823  en vez de 
24824 \series bold
24825
24826 \backslash
24827 roman
24828 \series default
24829  en el comando anterior.
24830 \begin_inset ERT
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834
24835
24836 \backslash
24837 renewcommand{
24838 \backslash
24839 thefootnote}{
24840 \backslash
24841 arabic{footnote}}
24842 \end_layout
24843
24844 \end_inset
24845
24846
24847 \end_layout
24848
24849 \begin_layout Standard
24850 \begin_inset VSpace bigskip
24851 \end_inset
24852
24853
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Si quieres numerar notas al pie en el esquema 
24858 \begin_inset Quotes eld
24859 \end_inset
24860
24861 capítulo.nota
24862 \begin_inset Quotes erd
24863 \end_inset
24864
24865 , añade el siguiente comando al preámbulo del documento:
24866 \end_layout
24867
24868 \begin_layout Standard
24869
24870 \series bold
24871
24872 \backslash
24873 numberwithin{footnote}{chapter}
24874 \end_layout
24875
24876 \begin_layout Standard
24877 Para poder usar el comando 
24878 \series bold
24879
24880 \backslash
24881 numberwithin
24882 \series default
24883 , marca la opción 
24884 \family sans
24885 Usar
24886 \family default
24887
24888 \begin_inset space ~
24889 \end_inset
24890
24891
24892 \family sans
24893 el
24894 \family default
24895
24896 \begin_inset space ~
24897 \end_inset
24898
24899
24900 \family sans
24901 paquete
24902 \family default
24903
24904 \begin_inset space ~
24905 \end_inset
24906
24907
24908 \family sans
24909 AMS
24910 \family default
24911  en la solapa 
24912 \family sans
24913 Ecuaciones
24914 \family default
24915  de la configuración del documento.
24916 \end_layout
24917
24918 \begin_layout Standard
24919 \begin_inset ERT
24920 status collapsed
24921
24922 \begin_layout Plain Layout
24923
24924
24925 \backslash
24926 numberwithin{footnote}{chapter}
24927 \end_layout
24928
24929 \end_inset
24930
24931 Esto es otro ejemplo de nota al pie:
24932 \series bold
24933
24934 \begin_inset Foot
24935 status open
24936
24937 \begin_layout Plain Layout
24938 Nota al pie numerada en el esquema 
24939 \begin_inset Quotes eld
24940 \end_inset
24941
24942 capítulo.nota
24943 \begin_inset Quotes erd
24944 \end_inset
24945
24946 .
24947 \end_layout
24948
24949 \end_inset
24950
24951
24952 \series default
24953
24954 \begin_inset ERT
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958
24959
24960 \backslash
24961 renewcommand{
24962 \backslash
24963 thefootnote}{
24964 \backslash
24965 arabic{footnote}}
24966 \end_layout
24967
24968 \end_inset
24969
24970
24971 \end_layout
24972
24973 \begin_layout Standard
24974 \begin_inset Note Greyedout
24975 status open
24976
24977 \begin_layout Plain Layout
24978
24979 \series bold
24980 Nota: 
24981 \backslash
24982 numberwithin 
24983 \series default
24984 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24985  previas para obtener números no arábigos se sobreescriben.
24986 \end_layout
24987
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \begin_layout Standard
24994 Así, para obtener por ejemplo el esquema 
24995 \begin_inset Quotes eld
24996 \end_inset
24997
24998 capítulo.
24999 \backslash
25000 Roman{footnote}
25001 \begin_inset Quotes erd
25002 \end_inset
25003
25004 , usa este comando en vez de 
25005 \series bold
25006
25007 \backslash
25008 numberwithin
25009 \series default
25010 :
25011 \end_layout
25012
25013 \begin_layout Standard
25014
25015 \series bold
25016
25017 \backslash
25018 renewcommand{
25019 \backslash
25020 thefootnote}{
25021 \backslash
25022 thechapter.
25023 \backslash
25024 Roman{footnote}}
25025 \end_layout
25026
25027 \begin_layout Subsection
25028 Colocación de notas al pie
25029 \begin_inset Index
25030 status collapsed
25031
25032 \begin_layout Plain Layout
25033 Notas al pie ! Colocación
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Standard
25042 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25043  entre ellas al final de la página.
25044  Para hacerlas más legibles puedes añadir p.
25045 \begin_inset space \thinspace{}
25046 \end_inset
25047
25048 e.
25049 \begin_inset space ~
25050 \end_inset
25051
25052 1.5
25053 \begin_inset space \thinspace{}
25054 \end_inset
25055
25056 mm con el comando siguiente en el preámbulo:
25057 \end_layout
25058
25059 \begin_layout Standard
25060
25061 \series bold
25062
25063 \backslash
25064 let
25065 \backslash
25066 myFoot
25067 \backslash
25068 footnote
25069 \begin_inset Newline newline
25070 \end_inset
25071
25072
25073 \backslash
25074 renewcommand{
25075 \backslash
25076 footnote}[1]{
25077 \backslash
25078 myFoot{#1
25079 \backslash
25080 vspace{1.5mm}}}
25081 \end_layout
25082
25083 \begin_layout Standard
25084 \begin_inset VSpace bigskip
25085 \end_inset
25086
25087 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25088  ver la figura
25089 \begin_inset space ~
25090 \end_inset
25091
25092
25093 \begin_inset CommandInset ref
25094 LatexCommand ref
25095 reference "fig:Colocación-standard-del-pie"
25096
25097 \end_inset
25098
25099 .
25100  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25101  en la figura
25102 \begin_inset space ~
25103 \end_inset
25104
25105
25106 \begin_inset CommandInset ref
25107 LatexCommand ref
25108 reference "fig:Colocación-del-pie-en"
25109
25110 \end_inset
25111
25112 , usa el paquete LaTeX 
25113 \series bold
25114 ftnright
25115 \series default
25116
25117 \begin_inset Index
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121 LaTeX-paquetes ! ftnright
25122 \end_layout
25123
25124 \end_inset
25125
25126  con este comando en el preámbulo:
25127 \end_layout
25128
25129 \begin_layout Standard
25130
25131 \series bold
25132
25133 \backslash
25134 usepackage{ftnright}
25135 \end_layout
25136
25137 \begin_layout Standard
25138 \begin_inset Float figure
25139 placement !h
25140 wide false
25141 sideways false
25142 status open
25143
25144 \begin_layout Plain Layout
25145 \begin_inset ERT
25146 status collapsed
25147
25148 \begin_layout Plain Layout
25149
25150
25151 \backslash
25152 framebox{
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \begin_inset Graphics
25159         filename ../clipart/without_fntright.pdf
25160         width 100col%
25161
25162 \end_inset
25163
25164
25165 \begin_inset ERT
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169
25170 }
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Plain Layout
25179 \begin_inset Caption
25180
25181 \begin_layout Plain Layout
25182 \begin_inset CommandInset label
25183 LatexCommand label
25184 name "fig:Colocación-standard-del-pie"
25185
25186 \end_inset
25187
25188 Colocación estándar de notas al pie en documentos a dos columnas.
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \begin_inset Float figure
25203 placement !h
25204 wide false
25205 sideways false
25206 status open
25207
25208 \begin_layout Plain Layout
25209 \begin_inset ERT
25210 status collapsed
25211
25212 \begin_layout Plain Layout
25213
25214
25215 \backslash
25216 framebox{
25217 \end_layout
25218
25219 \end_inset
25220
25221
25222 \begin_inset Graphics
25223         filename ../clipart/with_fntright.pdf
25224         width 100col%
25225
25226 \end_inset
25227
25228
25229 \begin_inset ERT
25230 status collapsed
25231
25232 \begin_layout Plain Layout
25233
25234 }
25235 \end_layout
25236
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \begin_layout Plain Layout
25243 \begin_inset Caption
25244
25245 \begin_layout Plain Layout
25246 \begin_inset CommandInset label
25247 LatexCommand label
25248 name "fig:Colocación-del-pie-en"
25249
25250 \end_inset
25251
25252 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25253  el paquete LaTeX 
25254 \series bold
25255 ftnright
25256 \series default
25257 .
25258 \end_layout
25259
25260 \end_inset
25261
25262
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \begin_layout Standard
25271 \begin_inset VSpace bigskip
25272 \end_inset
25273
25274 En alguna literatura científica es habitual reunir las notas para imprimirlas
25275  en un párrafo separado al final de la sección, como en la figura
25276 \begin_inset space ~
25277 \end_inset
25278
25279
25280 \begin_inset CommandInset ref
25281 LatexCommand ref
25282 reference "fig:Notas-al-final----notas-al-pie"
25283
25284 \end_inset
25285
25286 .
25287  Para usar notas finales
25288 \begin_inset Index
25289 status collapsed
25290
25291 \begin_layout Plain Layout
25292 Notas finales
25293 \end_layout
25294
25295 \end_inset
25296
25297  en vez de notas al pie, carga el paquete LaTeX 
25298 \series bold
25299 endnotes
25300 \series default
25301
25302 \begin_inset Index
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306 LaTeX-paquetes ! endnotes
25307 \end_layout
25308
25309 \end_inset
25310
25311  con las siguientes líneas en el preámbulo de tu documento:
25312 \end_layout
25313
25314 \begin_layout Standard
25315
25316 \series bold
25317
25318 \backslash
25319 usepackage{endnotes}
25320 \begin_inset Newline newline
25321 \end_inset
25322
25323
25324 \backslash
25325 let
25326 \backslash
25327 footnote
25328 \backslash
25329 endnote
25330 \end_layout
25331
25332 \begin_layout Standard
25333 Para insertar la colección de notas, escribe el comando
25334 \end_layout
25335
25336 \begin_layout Standard
25337
25338 \series bold
25339
25340 \backslash
25341 theendnotes
25342 \end_layout
25343
25344 \begin_layout Standard
25345 en ERT al final de una sección o capítulo.
25346 \end_layout
25347
25348 \begin_layout Standard
25349 \begin_inset Float figure
25350 wide false
25351 sideways false
25352 status open
25353
25354 \begin_layout Plain Layout
25355 \align center
25356 \begin_inset ERT
25357 status collapsed
25358
25359 \begin_layout Plain Layout
25360
25361
25362 \backslash
25363 framebox{
25364 \end_layout
25365
25366 \end_inset
25367
25368
25369 \begin_inset Graphics
25370         filename ../clipart/endnotes.pdf
25371
25372 \end_inset
25373
25374
25375 \begin_inset ERT
25376 status collapsed
25377
25378 \begin_layout Plain Layout
25379
25380 }
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \begin_layout Plain Layout
25389 \begin_inset Caption
25390
25391 \begin_layout Plain Layout
25392 \begin_inset CommandInset label
25393 LatexCommand label
25394 name "fig:Notas-al-final----notas-al-pie"
25395
25396 \end_inset
25397
25398 Notas al final: notas impresas en párrafo separado al final de la sección
25399  o del capítulo.
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413 \begin_inset VSpace medskip
25414 \end_inset
25415
25416 La cabecera de párrafo para las notas finales no se traduce automáticamente
25417  al lenguaje del documento, hay que hacerlo manualmente.
25418   El siguiente comando de preámbulo traduce el nombre en inglés 
25419 \begin_inset Quotes eld
25420 \end_inset
25421
25422 Notes
25423 \begin_inset Quotes erd
25424 \end_inset
25425
25426  al español 
25427 \begin_inset Quotes eld
25428 \end_inset
25429
25430 Notas
25431 \begin_inset Quotes erd
25432 \end_inset
25433
25434 :
25435 \end_layout
25436
25437 \begin_layout Standard
25438
25439 \series bold
25440
25441 \backslash
25442 renewcommand{
25443 \backslash
25444 notesname}{Notas}
25445 \end_layout
25446
25447 \begin_layout Standard
25448 \begin_inset VSpace medskip
25449 \end_inset
25450
25451 La numeración de notas finales puede cambiarse como la de las notas al pie,
25452  como se describe en la sección
25453 \begin_inset space ~
25454 \end_inset
25455
25456
25457 \begin_inset CommandInset ref
25458 LatexCommand ref
25459 reference "sub:Numeración-de-Notas-al-Pie"
25460
25461 \end_inset
25462
25463 ; sólo hay que reemplazar el comando 
25464 \series bold
25465
25466 \backslash
25467 thefootnote
25468 \series default
25469  por 
25470 \series bold
25471
25472 \backslash
25473 theendnote
25474 \series default
25475 .
25476  Para restablecer la numeración usa el comando 
25477 \series bold
25478
25479 \backslash
25480 @addtoreset
25481 \series default
25482  como se describe en la sección
25483 \begin_inset space ~
25484 \end_inset
25485
25486
25487 \begin_inset CommandInset ref
25488 LatexCommand ref
25489 reference "sub:Numeración-de-Notas-al-Pie"
25490
25491 \end_inset
25492
25493  y sustituye el parámetro de comando 
25494 \series bold
25495 footnote
25496 \series default
25497  por 
25498 \series bold
25499 endnote
25500 \series default
25501 .
25502 \end_layout
25503
25504 \begin_layout Standard
25505 Para crear sólo una marca para una nota final, usa el comando 
25506 \series bold
25507
25508 \backslash
25509 endnotemark[número]
25510 \series default
25511  similar al comando 
25512 \series bold
25513
25514 \backslash
25515 footnotemark
25516 \series default
25517 , descrito en la sección
25518 \begin_inset space ~
25519 \end_inset
25520
25521
25522 \begin_inset CommandInset ref
25523 LatexCommand ref
25524 reference "sec:Notas-al-pie"
25525
25526 \end_inset
25527
25528 .
25529 \end_layout
25530
25531 \begin_layout Standard
25532 \begin_inset VSpace bigskip
25533 \end_inset
25534
25535 Las notas al pie también pueden colocarse al margen de la página y la alineación
25536  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25537 \series bold
25538 footmisc
25539 \series default
25540
25541 \begin_inset Index
25542 status collapsed
25543
25544 \begin_layout Plain Layout
25545 LaTeX-paquetes ! footmisc
25546 \end_layout
25547
25548 \end_inset
25549
25550  
25551 \begin_inset CommandInset citation
25552 LatexCommand cite
25553 key "footmisc"
25554
25555 \end_inset
25556
25557  para más información.
25558 \end_layout
25559
25560 \begin_layout Standard
25561 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25562  
25563 \begin_inset CommandInset citation
25564 LatexCommand cite
25565 key "latexcompanion,latexguide,latexbook"
25566
25567 \end_inset
25568
25569 .
25570 \end_layout
25571
25572 \begin_layout Section
25573 Notas al margen
25574 \begin_inset Index
25575 status collapsed
25576
25577 \begin_layout Plain Layout
25578 Notas ! al margen
25579 \end_layout
25580
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \begin_layout Standard
25587 Las notas al margen se ven y se comportan en LyX como notas al pie.
25588  Se insertan con el menú 
25589 \family sans
25590 Insertar\SpecialChar \menuseparator
25591 Nota
25592 \begin_inset space ~
25593 \end_inset
25594
25595 al
25596 \begin_inset space ~
25597 \end_inset
25598
25599 margen
25600 \family default
25601  o con el botón 
25602 \begin_inset Graphics
25603         filename ../../images/marginalnote-insert.png
25604         scale 85
25605
25606 \end_inset
25607
25608 .
25609  Aparece un cuadro gris con la etiqueta 
25610 \family roman
25611 \series medium
25612
25613 \begin_inset Quotes eld
25614 \end_inset
25615
25616 margen
25617 \begin_inset Quotes erd
25618 \end_inset
25619
25620  en color rojo y un marco en el que puedes escribir el texto de la nota.
25621 \end_layout
25622
25623 \begin_layout Standard
25624 Al lado hay un ejemplo de nota al margen.
25625
25626 \family roman
25627 \series medium
25628  
25629 \begin_inset Marginal
25630 status open
25631
25632 \begin_layout Plain Layout
25633 Esto es una nota al margen.
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \begin_layout Standard
25642 Estas notas salen en el margen derecho en documentos a una cara.
25643  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25644  en páginas pares, derecho en páginas impares---.
25645  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25646  a la derecha si la nota aparece en el margen izquierdo---.
25647  La primera línea de la nota se sitúa en la posición de la línea del texto
25648  en la que se inserta en el documento.
25649 \end_layout
25650
25651 \begin_layout Standard
25652 \begin_inset VSpace bigskip
25653 \end_inset
25654
25655 Para colocar la nota en el margen interno añade el comando
25656 \end_layout
25657
25658 \begin_layout Standard
25659
25660 \series bold
25661
25662 \backslash
25663 reversemarginpar
25664 \end_layout
25665
25666 \begin_layout Standard
25667 en ERT antes de la nota.
25668  La nueva colocación es válida para todas las siguientes notas al margen.
25669  
25670 \begin_inset ERT
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674
25675
25676 \backslash
25677 reversemarginpar 
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \begin_inset Marginal
25684 status open
25685
25686 \begin_layout Plain Layout
25687 Esto es una nota en el margen interno.
25688 \end_layout
25689
25690 \end_inset
25691
25692
25693 \series bold
25694
25695 \begin_inset Newline newline
25696 \end_inset
25697
25698
25699 \series default
25700
25701 \begin_inset Note Greyedout
25702 status open
25703
25704 \begin_layout Plain Layout
25705
25706 \series bold
25707 Nota:
25708 \series default
25709  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25710  no se mostrará correctamente en la salida.
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \begin_layout Standard
25719 Para volver a la ubicación predeterminada inserta en ERT el comando
25720 \begin_inset ERT
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724
25725
25726 \backslash
25727 normalmarginpar 
25728 \end_layout
25729
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \begin_layout Standard
25736
25737 \series bold
25738
25739 \backslash
25740 normalmarginpar
25741 \end_layout
25742
25743 \begin_layout Standard
25744 \begin_inset Note Greyedout
25745 status open
25746
25747 \begin_layout Plain Layout
25748
25749 \series bold
25750 Nota:
25751 \series default
25752  El comando se ignora si en el mismo párrafo está también presente el comando
25753  
25754 \series bold
25755
25756 \backslash
25757 reversemarginpar
25758 \series default
25759 .
25760 \end_layout
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Standard
25768 \begin_inset VSpace bigskip
25769 \end_inset
25770
25771
25772 \family roman
25773 \series medium
25774
25775 \begin_inset Marginal
25776 status open
25777
25778 \begin_layout Plain Layout
25779 PalabraMuyLargaAlMargen no partida con guión.
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \family default
25786 \series default
25787  Como en el caso descrito en la sección
25788 \begin_inset space ~
25789 \end_inset
25790
25791
25792 \begin_inset CommandInset ref
25793 LatexCommand ref
25794 reference "sub:Líneas-Múltiples-en"
25795
25796 \end_inset
25797
25798 , una palabra larga no puede partirse con guión cuando es la primera en
25799  la nota al margen.
25800  Para evitar esto, inserta el comando
25801 \end_layout
25802
25803 \begin_layout Standard
25804
25805 \series bold
25806
25807 \backslash
25808 hspace{0pt}
25809 \end_layout
25810
25811 \begin_layout Standard
25812 en ERT antes de la palabra
25813 \family roman
25814 \series medium
25815 .
25816  
25817 \begin_inset Marginal
25818 status open
25819
25820 \begin_layout Plain Layout
25821 \begin_inset ERT
25822 status collapsed
25823
25824 \begin_layout Plain Layout
25825
25826
25827 \backslash
25828 hspace{0pt}
25829 \end_layout
25830
25831 \end_inset
25832
25833 PalabraMuyLargaAlMargen partida con guión.
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Standard
25842 \begin_inset VSpace bigskip
25843 \end_inset
25844
25845
25846 \end_layout
25847
25848 \begin_layout Standard
25849 \begin_inset Note Greyedout
25850 status open
25851
25852 \begin_layout Plain Layout
25853
25854 \series bold
25855 Nota:
25856 \series default
25857  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25858  notas al pie.
25859 \end_layout
25860
25861 \end_inset
25862
25863
25864 \end_layout
25865
25866 \begin_layout Standard
25867 \begin_inset VSpace bigskip
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \begin_layout Standard
25874 \begin_inset ERT
25875 status collapsed
25876
25877 \begin_layout Plain Layout
25878
25879
25880 \backslash
25881 ifmarginnote
25882 \end_layout
25883
25884 \end_inset
25885
25886
25887 \begin_inset Note Note
25888 status open
25889
25890 \begin_layout Plain Layout
25891 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25892  LaTeX 
25893 \series bold
25894 marginnote
25895 \series default
25896 .
25897 \end_layout
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \begin_layout Standard
25905 Esta restricción se puede salvar con el paquete LaTeX 
25906 \series bold
25907 marginnote
25908 \series default
25909
25910 \begin_inset Index
25911 status collapsed
25912
25913 \begin_layout Plain Layout
25914 LaTeX-paquetes ! marginnote
25915 \end_layout
25916
25917 \end_inset
25918
25919 .
25920  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25921  notas al margen es redefinido para usar el comando provisto por el paquete
25922  
25923 \series bold
25924 marginnote
25925 \series default
25926 :
25927 \end_layout
25928
25929 \begin_layout Standard
25930
25931 \series bold
25932
25933 \backslash
25934 usepackage{marginnote}
25935 \begin_inset Newline newline
25936 \end_inset
25937
25938
25939 \backslash
25940 let
25941 \backslash
25942 marginpar
25943 \backslash
25944 marginnote
25945 \end_layout
25946
25947 \begin_layout Standard
25948 Esto se ha utilizado en el presente documento porque 
25949 \series bold
25950 marginnote
25951 \series default
25952  tiene una característica adicional útil: Puedes imponer un offset vertical
25953  a la nota.
25954  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25955  diseño de la página.
25956  El offset se determina en LyX como ERT directamente tras la nota al margen
25957  en el esquema
25958 \end_layout
25959
25960 \begin_layout Standard
25961
25962 \series bold
25963 [offset]
25964 \end_layout
25965
25966 \begin_layout Standard
25967 donde offset es una longitud en una de las unidades de la tabla
25968 \begin_inset space ~
25969 \end_inset
25970
25971
25972 \begin_inset CommandInset ref
25973 LatexCommand ref
25974 reference "tab:Unidades"
25975
25976 \end_inset
25977
25978 .
25979  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25980  abajo.
25981  
25982 \family roman
25983 \series medium
25984 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25985 \begin_inset space \thinspace{}
25986 \end_inset
25987
25988 cm arriba con el comando ERT 
25989 \begin_inset Quotes eld
25990 \end_inset
25991
25992
25993 \family default
25994 \series bold
25995 [-1.5cm]
25996 \family roman
25997 \series medium
25998
25999 \begin_inset Quotes erd
26000 \end_inset
26001
26002
26003 \begin_inset Marginal
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007 Esta nota está 1.5
26008 \begin_inset space \thinspace{}
26009 \end_inset
26010
26011 cm por encima de su posición original.
26012 \end_layout
26013
26014 \end_inset
26015
26016
26017 \family default
26018 \series default
26019
26020 \begin_inset ERT
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024
26025 [-1.5cm]
26026 \end_layout
26027
26028 \end_inset
26029
26030
26031 \end_layout
26032
26033 \begin_layout Standard
26034 \begin_inset VSpace medskip
26035 \end_inset
26036
26037 Con 
26038 \series bold
26039 marginnote
26040 \series default
26041  también puedes cambiar la alineación del texto en el margen.
26042  Por ejemplo los comandos
26043 \end_layout
26044
26045 \begin_layout Standard
26046
26047 \series bold
26048
26049 \backslash
26050 renewcommand*{
26051 \backslash
26052 raggedleftmarginnote}{
26053 \backslash
26054 centering}
26055 \begin_inset Newline newline
26056 \end_inset
26057
26058
26059 \backslash
26060 renewcommand*{
26061 \backslash
26062 raggedrightmarginnote}{
26063 \backslash
26064 centering}
26065 \end_layout
26066
26067 \begin_layout Standard
26068 producen alineación centrada.
26069  
26070 \series bold
26071
26072 \backslash
26073 raggedleftmarginnote
26074 \series default
26075  identifica las notas que aparecen al lado izquierdo.
26076 \family roman
26077 \series medium
26078
26079 \begin_inset ERT
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083
26084
26085 \backslash
26086 renewcommand*{
26087 \backslash
26088 raggedleftmarginnote}{
26089 \backslash
26090 centering}
26091 \end_layout
26092
26093 \begin_layout Plain Layout
26094
26095
26096 \backslash
26097 renewcommand*{
26098 \backslash
26099 raggedrightmarginnote}{
26100 \backslash
26101 centering}
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \begin_inset Marginal
26108 status open
26109
26110 \begin_layout Plain Layout
26111 El texto de esta nota está centrado.
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \family default
26118 \series default
26119  El valor predeterminado es 
26120 \end_layout
26121
26122 \begin_layout Standard
26123
26124 \series bold
26125
26126 \backslash
26127 renewcommand*{
26128 \backslash
26129 raggedleftmarginnote}{
26130 \backslash
26131 raggedleft}
26132 \begin_inset Newline newline
26133 \end_inset
26134
26135
26136 \backslash
26137 renewcommand*{
26138 \backslash
26139 raggedrightmarginnote}{
26140 \backslash
26141 raggedright}
26142 \family roman
26143 \series medium
26144
26145 \begin_inset ERT
26146 status collapsed
26147
26148 \begin_layout Plain Layout
26149
26150
26151 \backslash
26152 renewcommand*{
26153 \backslash
26154 raggedleftmarginnote}{
26155 \backslash
26156 raggedleft}
26157 \end_layout
26158
26159 \begin_layout Plain Layout
26160
26161
26162 \backslash
26163 renewcommand*{
26164 \backslash
26165 raggedrightmarginnote}{
26166 \backslash
26167 raggedright}
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Standard
26176 \begin_inset VSpace medskip
26177 \end_inset
26178
26179 Para otras características de 
26180 \series bold
26181 marginnote
26182 \series default
26183  mira en su documentación 
26184 \begin_inset CommandInset citation
26185 LatexCommand cite
26186 key "marginnote"
26187
26188 \end_inset
26189
26190 .
26191 \end_layout
26192
26193 \begin_layout Standard
26194 \begin_inset VSpace bigskip
26195 \end_inset
26196
26197 El diseño de las notas al margen puede ser redefinido.
26198  Por ejemplo, para crear una cabecera para todas las notas con el texto
26199  
26200 \begin_inset Quotes eld
26201 \end_inset
26202
26203
26204 \series bold
26205 \bar under
26206 ¡
26207 \family sans
26208 Atención
26209 \family default
26210 !
26211 \series default
26212 \bar default
26213
26214 \begin_inset Quotes erd
26215 \end_inset
26216
26217 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26218 \end_layout
26219
26220 \begin_layout Standard
26221
26222 \series bold
26223
26224 \backslash
26225 let
26226 \backslash
26227 myMarginpar
26228 \backslash
26229 marginpar
26230 \begin_inset Newline newline
26231 \end_inset
26232
26233
26234 \backslash
26235 renewcommand{
26236 \backslash
26237 marginpar}[1]{
26238 \backslash
26239 myMarginpar{%
26240 \begin_inset Newline newline
26241 \end_inset
26242
26243
26244 \begin_inset ERT
26245 status collapsed
26246
26247 \begin_layout Plain Layout
26248
26249
26250 \backslash
26251 hphantom{ }
26252 \end_layout
26253
26254 \end_inset
26255
26256
26257 \backslash
26258 hspace{0pt}
26259 \backslash
26260 textsf{
26261 \backslash
26262 textbf{
26263 \backslash
26264 underbar{¡Atención!}}}%
26265 \begin_inset Newline newline
26266 \end_inset
26267
26268
26269 \begin_inset ERT
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 hphantom{ }
26277 \end_layout
26278
26279 \end_inset
26280
26281
26282 \backslash
26283 vspace{1.5mm}
26284 \backslash
26285
26286 \backslash
26287 #1}}
26288 \end_layout
26289
26290 \begin_layout Standard
26291
26292 \family roman
26293 \series medium
26294 \begin_inset ERT
26295 status collapsed
26296
26297 \begin_layout Plain Layout
26298
26299
26300 \backslash
26301 let
26302 \backslash
26303 myMarginpar
26304 \backslash
26305 marginpar
26306 \end_layout
26307
26308 \begin_layout Plain Layout
26309
26310
26311 \backslash
26312 renewcommand{
26313 \backslash
26314 marginpar}[1]{
26315 \backslash
26316 myMarginpar{%
26317 \end_layout
26318
26319 \begin_layout Plain Layout
26320
26321    
26322 \backslash
26323 textsf{
26324 \backslash
26325 textbf{
26326 \backslash
26327 underbar{¡Atención!}}}%
26328 \end_layout
26329
26330 \begin_layout Plain Layout
26331
26332    
26333 \backslash
26334 vspace{1.5mm}
26335 \backslash
26336
26337 \backslash
26338 #1}}
26339 \end_layout
26340
26341 \end_inset
26342
26343
26344 \begin_inset Marginal
26345 status open
26346
26347 \begin_layout Plain Layout
26348 Esta es una nota con una cabecera definida.
26349 \end_layout
26350
26351 \end_inset
26352
26353
26354 \family default
26355 \series default
26356
26357 \begin_inset ERT
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361
26362 [-1.5cm]
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \family roman
26369 \series medium
26370
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 renewcommand{
26379 \backslash
26380 marginpar}[1]{
26381 \backslash
26382 myMarginpar{#1}}
26383 \end_layout
26384
26385 \end_inset
26386
26387
26388 \family default
26389 \series default
26390
26391 \begin_inset Note Note
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26396 \end_layout
26397
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \begin_layout Standard
26404 \begin_inset ERT
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408
26409
26410 \backslash
26411 else
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \begin_inset Note Note
26418 status open
26419
26420 \begin_layout Plain Layout
26421 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26422  
26423 \series bold
26424 marginnote
26425 \series default
26426 .
26427 \end_layout
26428
26429 \end_inset
26430
26431
26432 \end_layout
26433
26434 \begin_layout Standard
26435 Debes instalar el paquete LaTeX 
26436 \series bold
26437 marginnote
26438 \series default
26439  para ver la parte siguiente en la salida.
26440 \end_layout
26441
26442 \begin_layout Standard
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 fi
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \begin_layout Chapter
26459 Cuadros
26460 \end_layout
26461
26462 \begin_layout Section
26463 Introducción
26464 \begin_inset Index
26465 status collapsed
26466
26467 \begin_layout Plain Layout
26468 Cuadros ! Introducción
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Standard
26477 Los cuadros se emplean para dar formato a bloques de texto.
26478  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26479 \begin_inset space ~
26480 \end_inset
26481
26482
26483 \begin_inset CommandInset ref
26484 LatexCommand ref
26485 reference "sec:Minipáginas"
26486
26487 \end_inset
26488
26489 , enmarcar textos, ver sección
26490 \begin_inset space ~
26491 \end_inset
26492
26493
26494 \begin_inset CommandInset ref
26495 LatexCommand ref
26496 reference "sec:Cuadros-Enmarcados"
26497
26498 \end_inset
26499
26500 , evitar la división de palabras, ver sección
26501 \begin_inset space ~
26502 \end_inset
26503
26504
26505 \begin_inset CommandInset ref
26506 LatexCommand ref
26507 reference "sec:Evitar-la-Partición"
26508
26509 \end_inset
26510
26511 , alinear texto, ver sección
26512 \begin_inset space ~
26513 \end_inset
26514
26515
26516 \begin_inset CommandInset ref
26517 LatexCommand ref
26518 reference "sub:Alineación-Vertical"
26519
26520 \end_inset
26521
26522 , o para poner color de fondo a un texto, ver sección
26523 \begin_inset space ~
26524 \end_inset
26525
26526
26527 \begin_inset CommandInset ref
26528 LatexCommand ref
26529 reference "sec:Cuadros-Coloreados"
26530
26531 \end_inset
26532
26533 .
26534 \end_layout
26535
26536 \begin_layout Standard
26537 Se insertan con el menú 
26538 \family sans
26539 Insertar\SpecialChar \menuseparator
26540 Cuadro
26541 \family default
26542  o con el botón 
26543 \begin_inset Graphics
26544         filename ../../images/box-insert.png
26545         scale 85
26546
26547 \end_inset
26548
26549 .
26550  Surge un recuadro gris con la etiqueta 
26551 \family sans
26552 Cuadro (Minipágina)
26553 \family default
26554
26555 \begin_inset Graphics
26556         filename clipart/CuadroMinipagQt4.png
26557         scale 75
26558         keepAspectRatio
26559
26560 \end_inset
26561
26562 .
26563  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26564  Sale un diálogo en el que 
26565 \family sans
26566 Cuadro
26567 \family default
26568
26569 \begin_inset space ~
26570 \end_inset
26571
26572
26573 \family sans
26574 interior
26575 \family default
26576  permite escoger los tipos 
26577 \family sans
26578 Parbox (
26579 \family default
26580
26581 \begin_inset Quotes eld
26582 \end_inset
26583
26584
26585 \family sans
26586 Párrafo
26587 \family default
26588
26589 \begin_inset Quotes erd
26590 \end_inset
26591
26592
26593 \family sans
26594 )
26595 \family default
26596  y 
26597 \family sans
26598 Minipágina
26599 \family default
26600 .
26601  
26602 \family sans
26603 Minipágina
26604 \family default
26605  es el predeterminado para nuevos cuadros y se explica en la sección
26606 \begin_inset space ~
26607 \end_inset
26608
26609
26610 \begin_inset CommandInset ref
26611 LatexCommand ref
26612 reference "sec:Minipáginas"
26613
26614 \end_inset
26615
26616 ; el tipo 
26617 \family sans
26618 Parbox
26619 \family default
26620  se describe en la sección
26621 \begin_inset space ~
26622 \end_inset
26623
26624
26625 \begin_inset CommandInset ref
26626 LatexCommand ref
26627 reference "sec:Cuadros-de-Párrafo"
26628
26629 \end_inset
26630
26631 .
26632 \end_layout
26633
26634 \begin_layout Standard
26635 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26636  flotantes o las notas al pie.
26637 \end_layout
26638
26639 \begin_layout Standard
26640 \begin_inset Note Greyedout
26641 status open
26642
26643 \begin_layout Plain Layout
26644
26645 \series bold
26646 Nota:
26647 \series default
26648  Los cuadros no deben ser el ítem en un entorno 
26649 \family sans
26650 Enumeración
26651 \family default
26652  o 
26653 \family sans
26654 Descripción
26655 \family default
26656 .
26657 \end_layout
26658
26659 \end_inset
26660
26661
26662 \end_layout
26663
26664 \begin_layout Standard
26665 \begin_inset Note Greyedout
26666 status open
26667
26668 \begin_layout Plain Layout
26669
26670 \series bold
26671 Nota:
26672 \series default
26673  Por razones desconocidas sólo se puede poner el tipo 
26674 \family sans
26675 Cuadro
26676 \begin_inset space ~
26677 \end_inset
26678
26679 interior
26680 \family default
26681  en 
26682 \family sans
26683 Ninguno
26684 \family default
26685  cuando se emplea un cuadro enmarcado.
26686  Los cuadros sin ningún tipo de 
26687 \family sans
26688 Cuadro
26689 \begin_inset space ~
26690 \end_inset
26691
26692 interior
26693 \family default
26694  y sin marcos se explican en la sección
26695 \begin_inset space ~
26696 \end_inset
26697
26698
26699 \begin_inset CommandInset ref
26700 LatexCommand ref
26701 reference "sec:Evitar-la-Partición"
26702
26703 \end_inset
26704
26705 .
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \begin_layout Section
26714 Diálogo de cuadros
26715 \begin_inset CommandInset label
26716 LatexCommand label
26717 name "sec:Diálogo-Cuadros"
26718
26719 \end_inset
26720
26721
26722 \begin_inset Index
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726 Cuadros ! Configuración
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \begin_layout Subsection
26735 Tamaño
26736 \begin_inset Index
26737 status collapsed
26738
26739 \begin_layout Plain Layout
26740 Cuadros ! Tamaño
26741 \end_layout
26742
26743 \end_inset
26744
26745
26746 \end_layout
26747
26748 \begin_layout Standard
26749 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26750 \family sans
26751 Ancho
26752 \family default
26753  y 
26754 \family sans
26755 Alto
26756 \family default
26757 .
26758  Las unidades disponibles para la geometría se explican en la tabla
26759 \begin_inset space ~
26760 \end_inset
26761
26762
26763 \begin_inset CommandInset ref
26764 LatexCommand ref
26765 reference "tab:Unidades"
26766
26767 \end_inset
26768
26769 .
26770  El campo 
26771 \family sans
26772 Alto
26773 \family default
26774  ofrece los siguientes tamaños adicionales:
26775 \end_layout
26776
26777 \begin_layout Description
26778 Profundidad Este es el texto plano 
26779 \begin_inset Quotes eld
26780 \end_inset
26781
26782 alto
26783 \begin_inset Quotes erd
26784 \end_inset
26785
26786 .
26787  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26788  cuadro:
26789 \begin_inset Newline newline
26790 \end_inset
26791
26792
26793 \begin_inset Newline newline
26794 \end_inset
26795
26796
26797 \begin_inset Newline newline
26798 \end_inset
26799
26800
26801 \begin_inset Box Boxed
26802 position "c"
26803 hor_pos "c"
26804 has_inner_box 1
26805 inner_pos "c"
26806 use_parbox 0
26807 width "12col%"
26808 special "none"
26809 height "1in"
26810 height_special "depth"
26811 status open
26812
26813 \begin_layout Plain Layout
26814 \align center
26815 Cuadro con altura establecida en 1
26816 \begin_inset space \thinspace{}
26817 \end_inset
26818
26819 Profundidad
26820 \end_layout
26821
26822 \end_inset
26823
26824
26825 \begin_inset Newline newline
26826 \end_inset
26827
26828
26829 \begin_inset Newline newline
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Description
26836 Alto Es la altura del texto que está dentro del cuadro.
26837  Un valor de, p.
26838 \begin_inset space \thinspace{}
26839 \end_inset
26840
26841 e.
26842 \begin_inset space ~
26843 \end_inset
26844
26845 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26846  
26847 \begin_inset Box Boxed
26848 position "c"
26849 hor_pos "c"
26850 has_inner_box 1
26851 inner_pos "c"
26852 use_parbox 0
26853 width "20col%"
26854 special "none"
26855 height "2in"
26856 height_special "height"
26857 status open
26858
26859 \begin_layout Plain Layout
26860 \align center
26861 Cuadro con altura puesta en 2
26862 \begin_inset space \thinspace{}
26863 \end_inset
26864
26865 Alto
26866 \end_layout
26867
26868 \end_inset
26869
26870
26871 \end_layout
26872
26873 \begin_layout Description
26874 Alto
26875 \begin_inset space ~
26876 \end_inset
26877
26878 total Esto es el Alto
26879 \begin_inset space \thinspace{}
26880 \end_inset
26881
26882 +
26883 \begin_inset space \thinspace{}
26884 \end_inset
26885
26886 Profundidad: 
26887 \begin_inset Box Boxed
26888 position "c"
26889 hor_pos "c"
26890 has_inner_box 1
26891 inner_pos "c"
26892 use_parbox 0
26893 width "20col%"
26894 special "none"
26895 height "1in"
26896 height_special "totalheight"
26897 status open
26898
26899 \begin_layout Plain Layout
26900 \align center
26901 Cuadro con altura puesta a 1
26902 \begin_inset space \thinspace{}
26903 \end_inset
26904
26905 Alto
26906 \begin_inset space ~
26907 \end_inset
26908
26909 total
26910 \end_layout
26911
26912 \end_inset
26913
26914
26915 \end_layout
26916
26917 \begin_layout Description
26918 Ancho Esto determina al ancho del cuadro como altura: 
26919 \begin_inset Box Boxed
26920 position "c"
26921 hor_pos "c"
26922 has_inner_box 1
26923 inner_pos "c"
26924 use_parbox 0
26925 width "12col%"
26926 special "none"
26927 height "1in"
26928 height_special "width"
26929 status open
26930
26931 \begin_layout Plain Layout
26932 \align center
26933 Cuadro con altura puesta en 1
26934 \begin_inset space \thinspace{}
26935 \end_inset
26936
26937 Ancho
26938 \end_layout
26939
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \begin_layout Subsection
26946 Alineación
26947 \begin_inset Index
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951 Cuadros ! Alineación
26952 \end_layout
26953
26954 \end_inset
26955
26956
26957 \end_layout
26958
26959 \begin_layout Standard
26960 Si has elegido un 
26961 \family sans
26962 Cuadro
26963 \begin_inset space ~
26964 \end_inset
26965
26966 interior
26967 \family default
26968 , la alineación vertical del cuadro puede ser:
26969 \end_layout
26970
26971 \begin_layout Description
26972 Superior Ejemplo de línea de texto.
26973  
26974 \begin_inset Box Boxed
26975 position "t"
26976 hor_pos "c"
26977 has_inner_box 1
26978 inner_pos "c"
26979 use_parbox 0
26980 width "12col%"
26981 special "none"
26982 height "1in"
26983 height_special "totalheight"
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987 \align center
26988 Cuadro alineado arriba.
26989 \end_layout
26990
26991 \end_inset
26992
26993  Ejemplo de línea de texto.
26994 \end_layout
26995
26996 \begin_layout Description
26997 Medio Ejemplo de línea de texto.
26998  
26999 \begin_inset Box Boxed
27000 position "c"
27001 hor_pos "c"
27002 has_inner_box 1
27003 inner_pos "c"
27004 use_parbox 0
27005 width "12col%"
27006 special "none"
27007 height "1in"
27008 height_special "totalheight"
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 \align center
27013 Cuadro alineado en medio.
27014 \end_layout
27015
27016 \end_inset
27017
27018  Ejemplo de línea de texto.
27019 \end_layout
27020
27021 \begin_layout Description
27022 Inferior Ejemplo de línea de texto.
27023  
27024 \begin_inset Box Boxed
27025 position "b"
27026 hor_pos "c"
27027 has_inner_box 1
27028 inner_pos "c"
27029 use_parbox 0
27030 width "12col%"
27031 special "none"
27032 height "1in"
27033 height_special "totalheight"
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037 \align center
27038 Cuadro alineado abajo.
27039 \end_layout
27040
27041 \end_inset
27042
27043  Ejemplo de línea de texto.
27044 \end_layout
27045
27046 \begin_layout Standard
27047 \begin_inset Note Greyedout
27048 status open
27049
27050 \begin_layout Plain Layout
27051
27052 \series bold
27053 Nota:
27054 \series default
27055  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27056  en una línea y, p.
27057 \begin_inset space \thinspace{}
27058 \end_inset
27059
27060 e., uno de ellos tiene sombreado y el otro no.
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \begin_layout Standard
27069 La alineación horizontal del cuadro puede establecerse en el diálogo de
27070  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27071 \end_layout
27072
27073 \begin_layout Standard
27074 \begin_inset VSpace bigskip
27075 \end_inset
27076
27077 Si has escogido un 
27078 \family sans
27079 Cuadro
27080 \begin_inset space ~
27081 \end_inset
27082
27083 interior
27084 \family default
27085 , el contenido puede alinearse verticalmente a:
27086 \end_layout
27087
27088 \begin_layout Description
27089 Superior Ejemplo de línea de texto.
27090  
27091 \begin_inset Box Boxed
27092 position "c"
27093 hor_pos "c"
27094 has_inner_box 1
27095 inner_pos "t"
27096 use_parbox 0
27097 width "12col%"
27098 special "none"
27099 height "1.5in"
27100 height_special "totalheight"
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 \align center
27105 Cuadro con texto alineado arriba.
27106 \end_layout
27107
27108 \end_inset
27109
27110  Ejemplo de línea de texto.
27111 \end_layout
27112
27113 \begin_layout Description
27114 Medio Ejemplo de línea de texto.
27115  
27116 \begin_inset Box Boxed
27117 position "c"
27118 hor_pos "c"
27119 has_inner_box 1
27120 inner_pos "c"
27121 use_parbox 0
27122 width "12col%"
27123 special "none"
27124 height "1.5in"
27125 height_special "totalheight"
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129 \align center
27130 Cuadro con texto alineado en medio.
27131 \end_layout
27132
27133 \end_inset
27134
27135  Ejemplo de línea de texto.
27136 \end_layout
27137
27138 \begin_layout Description
27139 Inferior Ejemplo de línea de texto.
27140  
27141 \begin_inset Box Boxed
27142 position "c"
27143 hor_pos "c"
27144 has_inner_box 1
27145 inner_pos "b"
27146 use_parbox 0
27147 width "12col%"
27148 special "none"
27149 height "1.5in"
27150 height_special "totalheight"
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154 \align center
27155 Cuadro con texto alineado abajo.
27156 \end_layout
27157
27158 \end_inset
27159
27160  Ejemplo de línea de texto.
27161 \end_layout
27162
27163 \begin_layout Description
27164 Estirado Ejemplo de línea de texto.
27165  
27166 \begin_inset Box Boxed
27167 position "c"
27168 hor_pos "c"
27169 has_inner_box 1
27170 inner_pos "s"
27171 use_parbox 0
27172 width "12col%"
27173 special "none"
27174 height "1.5in"
27175 height_special "totalheight"
27176 status collapsed
27177
27178 \begin_layout Plain Layout
27179 \align center
27180 Este texto
27181 \end_layout
27182
27183 \begin_layout Plain Layout
27184 \align center
27185 está
27186 \end_layout
27187
27188 \begin_layout Plain Layout
27189 \align center
27190 estirado.
27191 \end_layout
27192
27193 \end_inset
27194
27195  Ejemplo de línea de texto.
27196 \end_layout
27197
27198 \begin_layout Standard
27199 Para estirar el contenido debe tener más de un párrafo.
27200  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27201 \end_layout
27202
27203 \begin_layout Standard
27204 \begin_inset VSpace bigskip
27205 \end_inset
27206
27207 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27208  LyX cuando hayas escogido un 
27209 \family sans
27210 Cuadro
27211 \begin_inset space ~
27212 \end_inset
27213
27214 interior
27215 \family default
27216 .
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \align center
27221 \begin_inset Box Boxed
27222 position "c"
27223 hor_pos "c"
27224 has_inner_box 1
27225 inner_pos "s"
27226 use_parbox 0
27227 width "15col%"
27228 special "none"
27229 height "1.25in"
27230 height_special "totalheight"
27231 status open
27232
27233 \begin_layout Plain Layout
27234 \align left
27235 Cuadro
27236 \end_layout
27237
27238 \begin_layout Plain Layout
27239 \align center
27240 con texto
27241 \end_layout
27242
27243 \begin_layout Plain Layout
27244 \align right
27245 estirado
27246 \end_layout
27247
27248 \end_inset
27249
27250
27251 \end_layout
27252
27253 \begin_layout Standard
27254 Si no has establecido un 
27255 \family sans
27256 Cuadro
27257 \begin_inset space ~
27258 \end_inset
27259
27260 interior
27261 \family default
27262 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27263  cuadro.
27264 \end_layout
27265
27266 \begin_layout Standard
27267 \align center
27268 \begin_inset Box Boxed
27269 position "c"
27270 hor_pos "s"
27271 has_inner_box 0
27272 inner_pos "s"
27273 use_parbox 0
27274 width "90col%"
27275 special "none"
27276 height "1.25in"
27277 height_special "totalheight"
27278 status open
27279
27280 \begin_layout Plain Layout
27281 \align left
27282 Texto estirado horizontalmente.
27283 \end_layout
27284
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_layout Section
27291 Cuadros enmarcados
27292 \begin_inset CommandInset label
27293 LatexCommand label
27294 name "sec:Cuadros-Enmarcados"
27295
27296 \end_inset
27297
27298
27299 \begin_inset Index
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303 Cuadros ! Marcos
27304 \end_layout
27305
27306 \end_inset
27307
27308
27309 \end_layout
27310
27311 \begin_layout Standard
27312 El estilo de marco del cuadro se puede determinar en la lista desplegable
27313  
27314 \family sans
27315 Tipo
27316 \family default
27317  del diálogo de cuadros.
27318  Son posibles los siguientes marcos:
27319 \end_layout
27320
27321 \begin_layout Description
27322 Marco
27323 \begin_inset space ~
27324 \end_inset
27325
27326 rectangular Dibuja un marco rectangular alrededor del cuadro.
27327  El grosor del marco depende de 
27328 \series bold
27329
27330 \backslash
27331 fboxrule
27332 \series default
27333 .
27334  
27335 \begin_inset Box Boxed
27336 position "c"
27337 hor_pos "c"
27338 has_inner_box 1
27339 inner_pos "c"
27340 use_parbox 0
27341 width "25col%"
27342 special "none"
27343 height "1in"
27344 height_special "totalheight"
27345 status open
27346
27347 \begin_layout Plain Layout
27348 \align center
27349 Cuadro rectangular
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \begin_layout Description
27358 Marco
27359 \begin_inset space ~
27360 \end_inset
27361
27362 ovalado,
27363 \begin_inset space ~
27364 \end_inset
27365
27366 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27367 \begin_inset space \thinspace{}
27368 \end_inset
27369
27370 pt.
27371  
27372 \begin_inset Box ovalbox
27373 position "c"
27374 hor_pos "c"
27375 has_inner_box 1
27376 inner_pos "c"
27377 use_parbox 0
27378 width "25col%"
27379 special "none"
27380 height "1in"
27381 height_special "totalheight"
27382 status open
27383
27384 \begin_layout Plain Layout
27385 \align center
27386 Marco ovalado, fino
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Description
27395 Marco
27396 \begin_inset space ~
27397 \end_inset
27398
27399 ovalado,
27400 \begin_inset space ~
27401 \end_inset
27402
27403 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27404 \begin_inset space \thinspace{}
27405 \end_inset
27406
27407 pt.
27408  
27409 \begin_inset Box Ovalbox
27410 position "c"
27411 hor_pos "c"
27412 has_inner_box 1
27413 inner_pos "c"
27414 use_parbox 0
27415 width "30col%"
27416 special "none"
27417 height "1in"
27418 height_special "totalheight"
27419 status open
27420
27421 \begin_layout Plain Layout
27422 \align center
27423 Cuadro ovalado, grueso
27424 \end_layout
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \begin_layout Description
27432 Marco
27433 \begin_inset space ~
27434 \end_inset
27435
27436 con
27437 \begin_inset space ~
27438 \end_inset
27439
27440 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27441  El grosor de la línea tiene el tamaño dado por 
27442 \series bold
27443
27444 \backslash
27445 fboxrule
27446 \series default
27447 , la sombra tiene una anchura de 4
27448 \begin_inset space \thinspace{}
27449 \end_inset
27450
27451 pt.
27452  
27453 \begin_inset Box Shadowbox
27454 position "c"
27455 hor_pos "c"
27456 has_inner_box 1
27457 inner_pos "c"
27458 use_parbox 0
27459 width "20col%"
27460 special "none"
27461 height "1in"
27462 height_special "totalheight"
27463 status open
27464
27465 \begin_layout Plain Layout
27466 \align center
27467 Marco sombrado
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \begin_layout Description
27476 Marco
27477 \begin_inset space ~
27478 \end_inset
27479
27480 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27481  El grosor de la línea interior es 0.75
27482 \begin_inset space \thinspace{}
27483 \end_inset
27484
27485
27486 \series bold
27487
27488 \backslash
27489 fboxrule
27490 \series default
27491 , el de la línea exterior es 1.5
27492 \begin_inset space \thinspace{}
27493 \end_inset
27494
27495
27496 \series bold
27497
27498 \backslash
27499 fboxrule
27500 \series default
27501 .
27502  La distancia entre líneas es 1.5
27503 \begin_inset space \thinspace{}
27504 \end_inset
27505
27506
27507 \series bold
27508
27509 \backslash
27510 fboxrule
27511 \series default
27512
27513 \begin_inset space \thinspace{}
27514 \end_inset
27515
27516 +
27517 \begin_inset space \thinspace{}
27518 \end_inset
27519
27520 0.5
27521 \begin_inset space \thinspace{}
27522 \end_inset
27523
27524 pt.
27525  
27526 \begin_inset Box Doublebox
27527 position "c"
27528 hor_pos "c"
27529 has_inner_box 1
27530 inner_pos "c"
27531 use_parbox 0
27532 width "20col%"
27533 special "none"
27534 height "1in"
27535 height_special "totalheight"
27536 status open
27537
27538 \begin_layout Plain Layout
27539 \align center
27540 Marco doble
27541 \end_layout
27542
27543 \end_inset
27544
27545
27546 \end_layout
27547
27548 \begin_layout Standard
27549 \begin_inset VSpace bigskip
27550 \end_inset
27551
27552 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27553  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27554  LaTeX 
27555 \series bold
27556 fancybox
27557 \series default
27558
27559 \begin_inset Index
27560 status collapsed
27561
27562 \begin_layout Plain Layout
27563 LaTeX-paquetes ! fancybox
27564 \end_layout
27565
27566 \end_inset
27567
27568 .
27569 \end_layout
27570
27571 \begin_layout Standard
27572 \begin_inset VSpace bigskip
27573 \end_inset
27574
27575 El valor predeterminado por 
27576 \series bold
27577
27578 \backslash
27579 fboxrule
27580 \series default
27581  es 0.4
27582 \begin_inset space \thinspace{}
27583 \end_inset
27584
27585 pt.
27586  Puede cambiarse con el siguiente comando en ERT, p.
27587 \begin_inset space \thinspace{}
27588 \end_inset
27589
27590 e.
27591 \begin_inset space ~
27592 \end_inset
27593
27594 a
27595 \begin_inset space ~
27596 \end_inset
27597
27598 2
27599 \begin_inset space \thinspace{}
27600 \end_inset
27601
27602 pt:
27603 \end_layout
27604
27605 \begin_layout Standard
27606
27607 \series bold
27608
27609 \backslash
27610 setlength{
27611 \backslash
27612 fboxrule}{2pt}
27613 \end_layout
27614
27615 \begin_layout Standard
27616 \begin_inset ERT
27617 status collapsed
27618
27619 \begin_layout Plain Layout
27620
27621
27622 \backslash
27623 setlength{
27624 \backslash
27625 fboxrule}{2pt}
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \begin_inset Box Boxed
27632 position "c"
27633 hor_pos "c"
27634 has_inner_box 1
27635 inner_pos "c"
27636 use_parbox 0
27637 width "25col%"
27638 special "none"
27639 height "1in"
27640 height_special "totalheight"
27641 status open
27642
27643 \begin_layout Plain Layout
27644 \align center
27645 Cuadro rectangular con 
27646 \series bold
27647
27648 \backslash
27649 fboxrule
27650 \series default
27651
27652 \begin_inset space \thinspace{}
27653 \end_inset
27654
27655 =
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 2
27660 \begin_inset space \thinspace{}
27661 \end_inset
27662
27663 pt
27664 \end_layout
27665
27666 \end_inset
27667
27668
27669 \begin_inset ERT
27670 status collapsed
27671
27672 \begin_layout Plain Layout
27673
27674
27675 \backslash
27676 setlength{
27677 \backslash
27678 fboxrule}{0.4pt}
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_layout Standard
27687 \begin_inset VSpace bigskip
27688 \end_inset
27689
27690 El espacio entre el marco y el contenido del cuadro es 3
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694 pt por defecto para todos los estilos.
27695  Se puede cambiar mediante la longitud 
27696 \series bold
27697
27698 \backslash
27699 fboxsep
27700 \series default
27701 .
27702  Por ejemplo el comando
27703 \end_layout
27704
27705 \begin_layout Standard
27706
27707 \series bold
27708
27709 \backslash
27710 setlength{
27711 \backslash
27712 fboxsep}{10pt}
27713 \end_layout
27714
27715 \begin_layout Standard
27716 determina un valor de 10
27717 \begin_inset space \thinspace{}
27718 \end_inset
27719
27720 pt, como en el siguiente cuadro:
27721 \end_layout
27722
27723 \begin_layout Standard
27724 \begin_inset ERT
27725 status collapsed
27726
27727 \begin_layout Plain Layout
27728
27729
27730 \backslash
27731 setlength{
27732 \backslash
27733 fboxsep}{10pt}
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \begin_inset Box Boxed
27740 position "c"
27741 hor_pos "c"
27742 has_inner_box 1
27743 inner_pos "c"
27744 use_parbox 0
27745 width "25col%"
27746 special "none"
27747 height "1in"
27748 height_special "totalheight"
27749 status open
27750
27751 \begin_layout Plain Layout
27752 \align center
27753 Cuadro rectangular con 
27754 \series bold
27755
27756 \backslash
27757 fboxsep
27758 \series default
27759
27760 \begin_inset space \thinspace{}
27761 \end_inset
27762
27763 =
27764 \begin_inset space \thinspace{}
27765 \end_inset
27766
27767 10
27768 \begin_inset space \thinspace{}
27769 \end_inset
27770
27771 pt
27772 \end_layout
27773
27774 \end_inset
27775
27776
27777 \begin_inset ERT
27778 status collapsed
27779
27780 \begin_layout Plain Layout
27781
27782
27783 \backslash
27784 setlength{
27785 \backslash
27786 fboxsep}{3pt}
27787 \end_layout
27788
27789 \end_inset
27790
27791
27792 \end_layout
27793
27794 \begin_layout Standard
27795 \begin_inset VSpace bigskip
27796 \end_inset
27797
27798 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27799  el comando 
27800 \series bold
27801
27802 \backslash
27803 cornersize
27804 \series default
27805 .
27806  El comando
27807 \end_layout
27808
27809 \begin_layout Standard
27810
27811 \series bold
27812
27813 \backslash
27814 cornersize*{1cm}
27815 \end_layout
27816
27817 \begin_layout Standard
27818 establece un diámetro de 1
27819 \begin_inset space \thinspace{}
27820 \end_inset
27821
27822 cm.
27823  El comando
27824 \end_layout
27825
27826 \begin_layout Standard
27827
27828 \series bold
27829
27830 \backslash
27831 cornersize{num}
27832 \end_layout
27833
27834 \begin_layout Standard
27835 fija el diámetro en 
27836 \family sans
27837 num
27838 \begin_inset space \thinspace{}
27839 \end_inset
27840
27841 ×
27842 \begin_inset space \thinspace{}
27843 \end_inset
27844
27845 mínimo
27846 \family default
27847  
27848 \family sans
27849 (ancho y alto del cuadro)
27850 \family default
27851 .
27852  Por defecto es 
27853 \series bold
27854
27855 \backslash
27856 cornersize{0.5}
27857 \series default
27858 .
27859 \end_layout
27860
27861 \begin_layout Standard
27862 \begin_inset ERT
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866
27867
27868 \backslash
27869 cornersize*{1.5cm}
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \begin_inset Box Ovalbox
27876 position "c"
27877 hor_pos "c"
27878 has_inner_box 1
27879 inner_pos "c"
27880 use_parbox 0
27881 width "28col%"
27882 special "none"
27883 height "1in"
27884 height_special "totalheight"
27885 status open
27886
27887 \begin_layout Plain Layout
27888 \align center
27889 Cuadro ovalado con 
27890 \series bold
27891
27892 \backslash
27893 cornersize
27894 \series default
27895
27896 \begin_inset space \thinspace{}
27897 \end_inset
27898
27899 =
27900 \begin_inset space \thinspace{}
27901 \end_inset
27902
27903 1.5
27904 \begin_inset space \thinspace{}
27905 \end_inset
27906
27907 cm
27908 \end_layout
27909
27910 \end_inset
27911
27912
27913 \begin_inset ERT
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917
27918
27919 \backslash
27920 cornersize{0.5}
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \begin_inset VSpace bigskip
27930 \end_inset
27931
27932 El tamaño de la sombra se puede ajustar cambiando la longitud 
27933 \series bold
27934
27935 \backslash
27936 shadowsize
27937 \series default
27938 .
27939  Este comando la ajusta a 2
27940 \begin_inset space \thinspace{}
27941 \end_inset
27942
27943 pt en el cuadro siguiente:
27944 \end_layout
27945
27946 \begin_layout Standard
27947
27948 \series bold
27949
27950 \backslash
27951 setlength{
27952 \backslash
27953 shadowsize}{2pt}
27954 \end_layout
27955
27956 \begin_layout Standard
27957 \begin_inset ERT
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961
27962
27963 \backslash
27964 setlength{
27965 \backslash
27966 shadowsize}{2pt}
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \begin_inset Box Shadowbox
27973 position "c"
27974 hor_pos "c"
27975 has_inner_box 1
27976 inner_pos "c"
27977 use_parbox 0
27978 width "28col%"
27979 special "none"
27980 height "1in"
27981 height_special "totalheight"
27982 status open
27983
27984 \begin_layout Plain Layout
27985 \align center
27986 Cuadro sombreado con 
27987 \series bold
27988
27989 \backslash
27990 shadowsize
27991 \series default
27992
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996 =
27997 \begin_inset space \thinspace{}
27998 \end_inset
27999
28000 2
28001 \begin_inset space \thinspace{}
28002 \end_inset
28003
28004 pt
28005 \end_layout
28006
28007 \end_inset
28008
28009
28010 \begin_inset ERT
28011 status collapsed
28012
28013 \begin_layout Plain Layout
28014
28015
28016 \backslash
28017 setlength{
28018 \backslash
28019 shadowsize}{4pt}
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Standard
28028 \begin_inset VSpace bigskip
28029 \end_inset
28030
28031 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28032  a los comandos.
28033 \end_layout
28034
28035 \begin_layout Section
28036 Minipáginas
28037 \begin_inset CommandInset label
28038 LatexCommand label
28039 name "sec:Minipáginas"
28040
28041 \end_inset
28042
28043
28044 \begin_inset Index
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048 Cuadros ! Minipáginas
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28058  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28059 \end_layout
28060
28061 \begin_layout Standard
28062 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28063 \end_layout
28064
28065 \begin_layout Standard
28066 A continuación hay dos ejemplos de minipáginas adosadas.
28067  Su anchura está puesta en 45
28068 \begin_inset space \thinspace{}
28069 \end_inset
28070
28071 col% y separadas por un relleno horizontal, insertado vía el menú 
28072 \family sans
28073 Insertar\SpecialChar \menuseparator
28074 Formato
28075 \begin_inset space ~
28076 \end_inset
28077
28078
28079 \family default
28080 es
28081 \family sans
28082 pecial
28083 \begin_inset space ~
28084 \end_inset
28085
28086 \SpecialChar \menuseparator
28087 Relleno
28088 \begin_inset space ~
28089 \end_inset
28090
28091 horizontal
28092 \family default
28093 .
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset Box Frameless
28098 position "t"
28099 hor_pos "c"
28100 has_inner_box 1
28101 inner_pos "c"
28102 use_parbox 0
28103 width "45col%"
28104 special "none"
28105 height "1in"
28106 height_special "totalheight"
28107 status open
28108
28109 \begin_layout Plain Layout
28110
28111 \lang german
28112 Dies ist ein deutscher Text.
28113  Dies ist ein deutscher Text.
28114  Dies ist ein deutscher Text.
28115  Dies ist ein deutscher Text.
28116  Dies ist ein deutscher Text.
28117  Dies ist ein deutscher Text.
28118  Dies ist ein deutscher Text.
28119  Dies ist ein deutscher Text.
28120  Dies ist ein deutscher Text.
28121  Dies ist ein deutscher Text.
28122  Dies ist ein deutscher Text.
28123  Dies ist ein deutscher Text.
28124  Dies ist ein deutscher Text
28125 \begin_inset Foot
28126 status collapsed
28127
28128 \begin_layout Plain Layout
28129
28130 \lang german
28131 Dies ist eine deutsche Fußnote.
28132 \end_layout
28133
28134 \end_inset
28135
28136 .
28137  Dies ist ein deutscher Text.
28138  Dies ist ein deutscher Text.
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \begin_inset space \hfill{}
28145 \end_inset
28146
28147
28148 \begin_inset Box Frameless
28149 position "t"
28150 hor_pos "c"
28151 has_inner_box 1
28152 inner_pos "c"
28153 use_parbox 0
28154 width "45col%"
28155 special "none"
28156 height "1in"
28157 height_special "totalheight"
28158 status open
28159
28160 \begin_layout Plain Layout
28161 This is an English Text.
28162  This is an English Text.
28163  This is an English Text.
28164  This is an English Text.
28165  This is an English Text.
28166  This is an English Text.
28167  This is an English Text.
28168  This is an English Text.
28169  This is an English Text.
28170  This is an English Text.
28171  This is an English Text.
28172  This is an English Text.
28173  This is an English Text.
28174  This is an English Text.
28175  This is an English Text.
28176  This is an English Text.
28177 \begin_inset Foot
28178 status collapsed
28179
28180 \begin_layout Plain Layout
28181 This is an English footnote.
28182 \end_layout
28183
28184 \end_inset
28185
28186  This is an English Text.
28187  
28188 \end_layout
28189
28190 \end_inset
28191
28192
28193 \end_layout
28194
28195 \begin_layout Standard
28196 \begin_inset VSpace bigskip
28197 \end_inset
28198
28199 Otra aplicación de los cuadros son las notas a pie en tablas.
28200  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28201  al final de la página actual.
28202  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28203  en la parte inferior, ordenadas con letras.
28204  La ordenación de las notas al pie se restablece en cada minipágina pero
28205  no fuera de las minipáginas.
28206 \end_layout
28207
28208 \begin_layout Standard
28209 La nota al pie en esta tabla no aparece: 
28210 \begin_inset Tabular
28211 <lyxtabular version="3" rows="3" columns="4">
28212 <features>
28213 <column alignment="center" valignment="top" width="0pt">
28214 <column alignment="center" valignment="top" width="0pt">
28215 <column alignment="center" valignment="top" width="0pt">
28216 <column alignment="center" valignment="top" width="0pt">
28217 <row>
28218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28219 \begin_inset Text
28220
28221 \begin_layout Plain Layout
28222 1
28223 \end_layout
28224
28225 \end_inset
28226 </cell>
28227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28228 \begin_inset Text
28229
28230 \begin_layout Plain Layout
28231 2
28232 \end_layout
28233
28234 \end_inset
28235 </cell>
28236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28237 \begin_inset Text
28238
28239 \begin_layout Plain Layout
28240 3
28241 \begin_inset Foot
28242 status open
28243
28244 \begin_layout Plain Layout
28245 Nota al pie en una tabla.
28246 \end_layout
28247
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \end_inset
28254 </cell>
28255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28256 \begin_inset Text
28257
28258 \begin_layout Plain Layout
28259 4
28260 \end_layout
28261
28262 \end_inset
28263 </cell>
28264 </row>
28265 <row>
28266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28267 \begin_inset Text
28268
28269 \begin_layout Plain Layout
28270 a
28271 \end_layout
28272
28273 \end_inset
28274 </cell>
28275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28276 \begin_inset Text
28277
28278 \begin_layout Plain Layout
28279 b
28280 \end_layout
28281
28282 \end_inset
28283 </cell>
28284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28285 \begin_inset Text
28286
28287 \begin_layout Plain Layout
28288 c
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Plain Layout
28297 d
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 </row>
28303 <row>
28304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308 e
28309 \end_layout
28310
28311 \end_inset
28312 </cell>
28313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28314 \begin_inset Text
28315
28316 \begin_layout Plain Layout
28317 f
28318 \end_layout
28319
28320 \end_inset
28321 </cell>
28322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28323 \begin_inset Text
28324
28325 \begin_layout Plain Layout
28326 g
28327 \end_layout
28328
28329 \end_inset
28330 </cell>
28331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28332 \begin_inset Text
28333
28334 \begin_layout Plain Layout
28335 h
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 </row>
28341 </lyxtabular>
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 \align center
28350 \begin_inset Box Frameless
28351 position "t"
28352 hor_pos "c"
28353 has_inner_box 1
28354 inner_pos "c"
28355 use_parbox 0
28356 width "30col%"
28357 special "none"
28358 height "1in"
28359 height_special "totalheight"
28360 status open
28361
28362 \begin_layout Plain Layout
28363 \align center
28364 \begin_inset Tabular
28365 <lyxtabular version="3" rows="3" columns="4">
28366 <features>
28367 <column alignment="center" valignment="top" width="0pt">
28368 <column alignment="center" valignment="top" width="0pt">
28369 <column alignment="center" valignment="top" width="0pt">
28370 <column alignment="center" valignment="top" width="0pt">
28371 <row>
28372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28373 \begin_inset Text
28374
28375 \begin_layout Plain Layout
28376 1
28377 \end_layout
28378
28379 \end_inset
28380 </cell>
28381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28382 \begin_inset Text
28383
28384 \begin_layout Plain Layout
28385 2
28386 \end_layout
28387
28388 \end_inset
28389 </cell>
28390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28391 \begin_inset Text
28392
28393 \begin_layout Plain Layout
28394 3
28395 \begin_inset Foot
28396 status open
28397
28398 \begin_layout Plain Layout
28399 Nota al pie en una tabla..
28400 \end_layout
28401
28402 \end_inset
28403
28404
28405 \end_layout
28406
28407 \end_inset
28408 </cell>
28409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Plain Layout
28413 4
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 </row>
28419 <row>
28420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28421 \begin_inset Text
28422
28423 \begin_layout Plain Layout
28424 a
28425 \end_layout
28426
28427 \end_inset
28428 </cell>
28429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28430 \begin_inset Text
28431
28432 \begin_layout Plain Layout
28433 b
28434 \end_layout
28435
28436 \end_inset
28437 </cell>
28438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28439 \begin_inset Text
28440
28441 \begin_layout Plain Layout
28442 c
28443 \end_layout
28444
28445 \end_inset
28446 </cell>
28447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Plain Layout
28451 d
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 </row>
28457 <row>
28458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28459 \begin_inset Text
28460
28461 \begin_layout Plain Layout
28462 e
28463 \end_layout
28464
28465 \end_inset
28466 </cell>
28467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28468 \begin_inset Text
28469
28470 \begin_layout Plain Layout
28471 f
28472 \end_layout
28473
28474 \end_inset
28475 </cell>
28476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28477 \begin_inset Text
28478
28479 \begin_layout Plain Layout
28480 g
28481 \end_layout
28482
28483 \end_inset
28484 </cell>
28485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28486 \begin_inset Text
28487
28488 \begin_layout Plain Layout
28489 h
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 </row>
28495 </lyxtabular>
28496
28497 \end_inset
28498
28499
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Standard
28508 \begin_inset VSpace bigskip
28509 \end_inset
28510
28511 La configuración global de párrafos se ignora en las minipáginas.
28512  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28513  pongas p.
28514 \begin_inset space \thinspace{}
28515 \end_inset
28516
28517 e.
28518 \begin_inset space ~
28519 \end_inset
28520
28521
28522 \family sans
28523 Salto
28524 \begin_inset space ~
28525 \end_inset
28526
28527 medio
28528 \family default
28529  en la configuración del documento.
28530 \end_layout
28531
28532 \begin_layout Standard
28533 Las minipáginas también sirven para poner un color de fondo para partes
28534  de texto, ver sección
28535 \begin_inset space ~
28536 \end_inset
28537
28538
28539 \begin_inset CommandInset ref
28540 LatexCommand ref
28541 reference "sub:Color-en-Párrafos"
28542
28543 \end_inset
28544
28545 .
28546 \end_layout
28547
28548 \begin_layout Standard
28549 \begin_inset Note Greyedout
28550 status open
28551
28552 \begin_layout Plain Layout
28553
28554 \series bold
28555 Nota:
28556 \series default
28557  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28558  tener minipáginas en tablas, flotantes, y otros cuadros.
28559 \end_layout
28560
28561 \end_inset
28562
28563
28564 \end_layout
28565
28566 \begin_layout Section
28567 Cuadros de párrafo
28568 \begin_inset CommandInset label
28569 LatexCommand label
28570 name "sec:Cuadros-de-Párrafo"
28571
28572 \end_inset
28573
28574
28575 \begin_inset Index
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579 Cuadros ! de párrafo
28580 \end_layout
28581
28582 \end_inset
28583
28584
28585 \end_layout
28586
28587 \begin_layout Standard
28588 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28589  de que no pueden contener notas al pie.
28590   La diferencia principal es que las minipáginas no son verdaderos cuadros
28591  sino entornos de LaTeX.
28592 \end_layout
28593
28594 \begin_layout Standard
28595 \align center
28596 \begin_inset Box Frameless
28597 position "t"
28598 hor_pos "c"
28599 has_inner_box 1
28600 inner_pos "t"
28601 use_parbox 1
28602 width "33col%"
28603 special "none"
28604 height "1in"
28605 height_special "totalheight"
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609 Texto en un cuadro de párrafo.
28610  Texto en un cuadro de párrafo.
28611  Esta nota no aparece:
28612 \begin_inset Foot
28613 status open
28614
28615 \begin_layout Plain Layout
28616 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \begin_layout Section
28630 Cuadros para palabras y caracteres
28631 \begin_inset Index
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 Cuadros ! para palabras y caracteres
28636 \end_layout
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Subsection
28644 Evitar la partición de palabras
28645 \begin_inset CommandInset label
28646 LatexCommand label
28647 name "sec:Evitar-la-Partición"
28648
28649 \end_inset
28650
28651
28652 \begin_inset Index
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656 Cuadros ! para evitar la partición de palabras
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \begin_layout Standard
28665 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28666  con guión.
28667 \begin_inset Newline newline
28668 \end_inset
28669
28670 He aquí un ejemplo:
28671 \end_layout
28672
28673 \begin_layout Standard
28674 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28675 \begin_inset Quotes eld
28676 \end_inset
28677
28678 estalarguísimapalabra
28679 \begin_inset Quotes erd
28680 \end_inset
28681
28682 .
28683 \end_layout
28684
28685 \begin_layout Standard
28686 Para evitar su división usa el comando
28687 \end_layout
28688
28689 \begin_layout Standard
28690
28691 \series bold
28692
28693 \backslash
28694 mbox{
28695 \end_layout
28696
28697 \begin_layout Standard
28698 en ERT antes de la palabra.
28699  Tras ella inserta una llave de cierre 
28700 \begin_inset Quotes eld
28701 \end_inset
28702
28703
28704 \series bold
28705 }
28706 \series default
28707
28708 \begin_inset Quotes erd
28709 \end_inset
28710
28711  en ERT.
28712 \end_layout
28713
28714 \begin_layout Standard
28715 Este es el resultado:
28716 \end_layout
28717
28718 \begin_layout Standard
28719 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28720 \begin_inset ERT
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724
28725
28726 \backslash
28727 mbox{
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \begin_inset Quotes eld
28734 \end_inset
28735
28736 estalarguísimapalabra
28737 \begin_inset Quotes erd
28738 \end_inset
28739
28740 .
28741 \begin_inset ERT
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745
28746 }
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \begin_layout Standard
28755 Como alternativa puedes poner el comando 
28756 \begin_inset Quotes eld
28757 \end_inset
28758
28759
28760 \series bold
28761
28762 \backslash
28763 -
28764 \series default
28765
28766 \begin_inset Quotes grd
28767 \end_inset
28768
28769  en ERT directamente antes de la palabra:
28770 \end_layout
28771
28772 \begin_layout Standard
28773 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28774 \begin_inset Quotes eld
28775 \end_inset
28776
28777
28778 \begin_inset ERT
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782
28783
28784 \backslash
28785 -
28786 \end_layout
28787
28788 \end_inset
28789
28790 estalarguísimapalabra
28791 \begin_inset Quotes erd
28792 \end_inset
28793
28794 .
28795 \end_layout
28796
28797 \begin_layout Standard
28798 Por supuesto, la palabra sobresale del margen.
28799  Para evitarlo añade, con el menú 
28800 \family sans
28801 Insertar\SpecialChar \menuseparator
28802 Formato
28803 \begin_inset space ~
28804 \end_inset
28805
28806 especial
28807 \begin_inset space ~
28808 \end_inset
28809
28810 \SpecialChar \menuseparator
28811 Salto
28812 \begin_inset space ~
28813 \end_inset
28814
28815 de
28816 \begin_inset space ~
28817 \end_inset
28818
28819
28820 \family default
28821 línea (atajo 
28822 \series bold
28823 Ctrl-Intro
28824 \series default
28825 ), un salto de línea antes de la palabra:
28826 \end_layout
28827
28828 \begin_layout Standard
28829 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28830 \begin_inset Newline newline
28831 \end_inset
28832
28833
28834 \begin_inset ERT
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838
28839
28840 \backslash
28841 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 Subsection
28869 Alineación vertical
28870 \begin_inset CommandInset label
28871 LatexCommand label
28872 name "sub:Alineación-Vertical"
28873
28874 \end_inset
28875
28876
28877 \begin_inset Index
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 Cuadros ! para alineación vertical
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \end_layout
28888
28889 \begin_layout Standard
28890 Con ayuda del comando 
28891 \series bold
28892
28893 \backslash
28894 raisebox
28895 \series default
28896  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28897  
28898 \series bold
28899
28900 \backslash
28901 raisebox
28902 \series default
28903  se utiliza según el esquema:
28904 \end_layout
28905
28906 \begin_layout Standard
28907
28908 \series bold
28909
28910 \backslash
28911 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28912 \end_layout
28913
28914 \begin_layout Standard
28915 La elevación puede ser un valor positivo para subir el cuadro o negativo
28916  para bajarlo.
28917 \end_layout
28918
28919 \begin_layout Standard
28920 Para alinear una palabra, p.
28921 \begin_inset space \thinspace{}
28922 \end_inset
28923
28924 e
28925 \begin_inset space ~
28926 \end_inset
28927
28928
28929 \begin_inset Quotes eld
28930 \end_inset
28931
28932 prevención
28933 \begin_inset Quotes erd
28934 \end_inset
28935
28936  para que la parte inferior de la letra más 
28937 \begin_inset Quotes eld
28938 \end_inset
28939
28940 profunda
28941 \begin_inset Quotes erd
28942 \end_inset
28943
28944  
28945 \begin_inset Quotes eld
28946 \end_inset
28947
28948 p
28949 \begin_inset Quotes erd
28950 \end_inset
28951
28952  esté en la línea de base, inserta el comando
28953 \end_layout
28954
28955 \begin_layout Standard
28956
28957 \series bold
28958
28959 \backslash
28960 raisebox{
28961 \backslash
28962 depth}{
28963 \end_layout
28964
28965 \begin_layout Standard
28966 en ERT antes de la palabra.
28967  Detrás de la palabra inserta una llave de cierre 
28968 \begin_inset Quotes eld
28969 \end_inset
28970
28971
28972 \series bold
28973 }
28974 \series default
28975
28976 \begin_inset Quotes erd
28977 \end_inset
28978
28979  en ERT.
28980 \begin_inset Newline newline
28981 \end_inset
28982
28983 Este es el resultado:
28984 \end_layout
28985
28986 \begin_layout Standard
28987 Esto es una línea de texto con la palabra 
28988 \begin_inset ERT
28989 status collapsed
28990
28991 \begin_layout Plain Layout
28992
28993
28994 \backslash
28995 raisebox{
28996 \backslash
28997 depth}{
28998 \end_layout
28999
29000 \end_inset
29001
29002
29003 \begin_inset Quotes eld
29004 \end_inset
29005
29006 prevención
29007 \begin_inset Quotes erd
29008 \end_inset
29009
29010
29011 \begin_inset ERT
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015
29016 }
29017 \end_layout
29018
29019 \end_inset
29020
29021  elevada.
29022 \end_layout
29023
29024 \begin_layout Standard
29025 \begin_inset VSpace bigskip
29026 \end_inset
29027
29028 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29029 \end_layout
29030
29031 \begin_layout Standard
29032 Esto es una línea de texto con la palabra 
29033 \begin_inset ERT
29034 status collapsed
29035
29036 \begin_layout Plain Layout
29037
29038
29039 \backslash
29040 raisebox{-
29041 \backslash
29042 depth}{
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \begin_inset Quotes eld
29049 \end_inset
29050
29051 prevención
29052 \begin_inset Quotes erd
29053 \end_inset
29054
29055
29056 \begin_inset ERT
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060
29061 }
29062 \end_layout
29063
29064 \end_inset
29065
29066  como palabra más baja.
29067 \begin_inset Newline newline
29068 \end_inset
29069
29070 Esto es una línea de texto con la palabra 
29071 \begin_inset ERT
29072 status collapsed
29073
29074 \begin_layout Plain Layout
29075
29076
29077 \backslash
29078 raisebox{0.5cm}{
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \begin_inset Quotes eld
29085 \end_inset
29086
29087 testigo
29088 \begin_inset Quotes erd
29089 \end_inset
29090
29091
29092 \begin_inset ERT
29093 status collapsed
29094
29095 \begin_layout Plain Layout
29096
29097 }
29098 \end_layout
29099
29100 \end_inset
29101
29102  como palabra más alta.
29103 \end_layout
29104
29105 \begin_layout Standard
29106 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29107  Por ejemplo
29108 \end_layout
29109
29110 \begin_layout Standard
29111
29112 \series bold
29113
29114 \backslash
29115 raisebox{-
29116 \backslash
29117 depth}[0pt]{
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Esto es una línea de texto con la palabra 
29122 \begin_inset ERT
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126
29127
29128 \backslash
29129 raisebox{-
29130 \backslash
29131 depth}[0pt]{
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \begin_inset Quotes eld
29138 \end_inset
29139
29140 prevención
29141 \begin_inset Quotes erd
29142 \end_inset
29143
29144
29145 \begin_inset ERT
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149
29150 }
29151 \end_layout
29152
29153 \end_inset
29154
29155  como palabra más baja.
29156 \begin_inset Newline newline
29157 \end_inset
29158
29159 Esto es una línea de texto con la palabra 
29160 \begin_inset ERT
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164
29165
29166 \backslash
29167 raisebox{0.5cm}[0pt]{
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \begin_inset Quotes eld
29174 \end_inset
29175
29176 testigo
29177 \begin_inset Quotes erd
29178 \end_inset
29179
29180
29181 \begin_inset ERT
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185
29186 }
29187 \end_layout
29188
29189 \end_inset
29190
29191  como palabra más alta.
29192 \end_layout
29193
29194 \begin_layout Section
29195 Cuadros coloreados
29196 \begin_inset CommandInset label
29197 LatexCommand label
29198 name "sec:Cuadros-Coloreados"
29199
29200 \end_inset
29201
29202
29203 \begin_inset Index
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 Cuadros ! Color
29208 \end_layout
29209
29210 \end_inset
29211
29212
29213 \end_layout
29214
29215 \begin_layout Subsection
29216 Color en texto
29217 \begin_inset Index
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 Color ! en texto
29222 \end_layout
29223
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \begin_layout Standard
29230 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29231  Esto requiere cargar el paquete LaTeX 
29232 \series bold
29233 color
29234 \series default
29235
29236 \begin_inset Index
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 LaTeX-paquetes ! color
29241 \end_layout
29242
29243 \end_inset
29244
29245  en el preámbulo del documento con
29246 \end_layout
29247
29248 \begin_layout Standard
29249
29250 \series bold
29251
29252 \backslash
29253 @ifundef\SpecialChar \textcompwordmark{}
29254 ined{textcolor}
29255 \begin_inset Newline newline
29256 \end_inset
29257
29258
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 hphantom{ }
29267 \end_layout
29268
29269 \end_inset
29270
29271 {
29272 \backslash
29273 usepackage{color}}{}
29274 \end_layout
29275
29276 \begin_layout Standard
29277 LyX cargará automáticamente el paquete 
29278 \series bold
29279 color
29280 \series default
29281  cuando colorees texto
29282 \begin_inset Foot
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Para evitar cargarlo dos veces se usa el comando 
29287 \series bold
29288
29289 \backslash
29290 @ifundef\SpecialChar \textcompwordmark{}
29291 ined
29292 \series default
29293 .
29294 \end_layout
29295
29296 \end_inset
29297
29298 .
29299 \end_layout
29300
29301 \begin_layout Standard
29302 \begin_inset VSpace medskip
29303 \end_inset
29304
29305 Los cuadros coloreados se crean con el comando 
29306 \series bold
29307
29308 \backslash
29309 colorbox
29310 \series default
29311 , de acuerdo con el siguiente esquema:
29312 \end_layout
29313
29314 \begin_layout Standard
29315
29316 \series bold
29317
29318 \backslash
29319 colorbox{color}{contenido del cuadro}
29320 \end_layout
29321
29322 \begin_layout Standard
29323 El contenido también puede ser un cuadro y los cuadros coloreados también
29324  pueden estar en otros cuadros.
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Los siguientes colores están predefinidos:
29329 \begin_inset Newline newline
29330 \end_inset
29331
29332
29333 \family sans
29334 red
29335 \family default
29336
29337 \family sans
29338 green
29339 \family default
29340
29341 \family sans
29342 yellow, blue
29343 \family default
29344
29345 \family sans
29346 cyan
29347 \family default
29348 \series bold
29349 ,
29350 \series default
29351  
29352 \family sans
29353 magenta, black
29354 \family default
29355
29356 \family sans
29357 white
29358 \family default
29359 .
29360 \begin_inset Newline newline
29361 \end_inset
29362
29363 También puedes definir tus propios colores según se explica en la sección
29364 \begin_inset space ~
29365 \end_inset
29366
29367
29368 \begin_inset CommandInset ref
29369 LatexCommand ref
29370 reference "sec:Tablas-Coloreadas"
29371
29372 \end_inset
29373
29374 .
29375 \end_layout
29376
29377 \begin_layout Standard
29378 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29379 \end_layout
29380
29381 \begin_layout Standard
29382
29383 \series bold
29384
29385 \backslash
29386 colorbox{red}{
29387 \end_layout
29388
29389 \begin_layout Standard
29390 en ERT antes de la palabra.
29391  Tras la palabra inserta una llave de cierre 
29392 \begin_inset Quotes eld
29393 \end_inset
29394
29395
29396 \series bold
29397 }
29398 \series default
29399
29400 \begin_inset Quotes erd
29401 \end_inset
29402
29403  en ERT.
29404 \begin_inset Newline newline
29405 \end_inset
29406
29407 Este es el resultado:
29408 \end_layout
29409
29410 \begin_layout Standard
29411 Línea en la que la palabra 
29412 \begin_inset ERT
29413 status collapsed
29414
29415 \begin_layout Plain Layout
29416
29417
29418 \backslash
29419 colorbox{red}{
29420 \end_layout
29421
29422 \end_inset
29423
29424
29425 \begin_inset Quotes eld
29426 \end_inset
29427
29428 ¡Atención!
29429 \begin_inset Quotes erd
29430 \end_inset
29431
29432
29433 \begin_inset ERT
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437
29438 }
29439 \end_layout
29440
29441 \end_inset
29442
29443  tiene fondo rojo.
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \begin_inset VSpace bigskip
29448 \end_inset
29449
29450 Si quieres un marco de distinto color, puedes emplear el comando 
29451 \series bold
29452
29453 \backslash
29454 fcolorbox
29455 \series default
29456  con el esquema siguiente:
29457 \end_layout
29458
29459 \begin_layout Standard
29460
29461 \series bold
29462
29463 \backslash
29464 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29465 \end_layout
29466
29467 \begin_layout Standard
29468
29469 \series bold
29470
29471 \backslash
29472 fcolorbox
29473 \series default
29474  es una extensión de 
29475 \series bold
29476
29477 \backslash
29478 colorbox
29479 \series default
29480 .
29481  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29482  con las longitudes 
29483 \series bold
29484
29485 \backslash
29486 fboxrule
29487 \series default
29488  y 
29489 \series bold
29490
29491 \backslash
29492 fboxsep
29493 \series default
29494 , respectivamente, como se describe en la sección
29495 \begin_inset space ~
29496 \end_inset
29497
29498
29499 \begin_inset CommandInset ref
29500 LatexCommand ref
29501 reference "sec:Cuadros-Enmarcados"
29502
29503 \end_inset
29504
29505 .
29506 \end_layout
29507
29508 \begin_layout Standard
29509 Para el ejemplo siguiente se ha utilizado el comando
29510 \end_layout
29511
29512 \begin_layout Standard
29513
29514 \series bold
29515
29516 \backslash
29517 fcolorbox{cyan}{magenta}{
29518 \end_layout
29519
29520 \begin_layout Standard
29521 Este es un ejemplo en el que se ha puesto un grosor de 1
29522 \begin_inset space \thinspace{}
29523 \end_inset
29524
29525 mm para la línea del marco:
29526 \begin_inset Newline newline
29527 \end_inset
29528
29529
29530 \begin_inset ERT
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534
29535
29536 \backslash
29537 fboxrule 1mm 
29538 \backslash
29539 fboxsep 1mm
29540 \end_layout
29541
29542 \end_inset
29543
29544
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550
29551 \backslash
29552 fcolorbox{cyan}{magenta}{
29553 \end_layout
29554
29555 \end_inset
29556
29557 Texto en un marco coloreado y enmarcado.
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563 }
29564 \end_layout
29565
29566 \end_inset
29567
29568
29569 \end_layout
29570
29571 \begin_layout Standard
29572 \begin_inset VSpace bigskip
29573 \end_inset
29574
29575 Por supuesto también puedes colorear el texto en un marco coloreado:
29576 \begin_inset Newline newline
29577 \end_inset
29578
29579
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585
29586 \backslash
29587 fcolorbox{cyan}{magenta}{
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \color yellow
29594 Texto coloreado en un marco sombreado y coloreado.
29595 \color none
29596
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601
29602 }
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset ERT
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612
29613
29614 \backslash
29615 fboxrule 0.4pt 
29616 \backslash
29617 fboxsep 3pt
29618 \end_layout
29619
29620 \end_inset
29621
29622
29623 \end_layout
29624
29625 \begin_layout Standard
29626
29627 \series bold
29628 \begin_inset VSpace medskip
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Standard
29635 \begin_inset Note Greyedout
29636 status open
29637
29638 \begin_layout Plain Layout
29639
29640 \series bold
29641 Nota:
29642 \series default
29643  El texto en cuadros coloreados no puede tener saltos de línea.
29644  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29645  coloreado como se describe a continuación.
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \end_layout
29652
29653 \begin_layout Subsection
29654 Color en párrafos
29655 \begin_inset CommandInset label
29656 LatexCommand label
29657 name "sub:Color-en-Párrafos"
29658
29659 \end_inset
29660
29661
29662 \begin_inset Index
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 Color ! en párrafos
29667 \end_layout
29668
29669 \end_inset
29670
29671
29672 \end_layout
29673
29674 \begin_layout Standard
29675 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29676  Antes de la minipágina inserta el comando 
29677 \series bold
29678
29679 \backslash
29680 colorbox
29681 \end_layout
29682
29683 \begin_layout Standard
29684
29685 \series bold
29686
29687 \backslash
29688 colorbox{color}{
29689 \end_layout
29690
29691 \begin_layout Standard
29692 en ERT.
29693  Detrás de la minipágina inserta una llave de cierre 
29694 \begin_inset Quotes eld
29695 \end_inset
29696
29697
29698 \series bold
29699 }
29700 \series default
29701
29702 \begin_inset Quotes erd
29703 \end_inset
29704
29705  en ERT.
29706 \end_layout
29707
29708 \begin_layout Standard
29709 \begin_inset ERT
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713
29714
29715 \backslash
29716 colorbox{grisclaro}{
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \begin_inset Box Frameless
29723 position "t"
29724 hor_pos "c"
29725 has_inner_box 1
29726 inner_pos "t"
29727 use_parbox 0
29728 width "100col%"
29729 special "none"
29730 height "1in"
29731 height_special "totalheight"
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735 Texto con color de fondo.
29736  Texto con color de fondo.
29737 \end_layout
29738
29739 \begin_layout Plain Layout
29740 \begin_inset VSpace defskip
29741 \end_inset
29742
29743 El texto puede tener notas al pie
29744 \begin_inset Foot
29745 status open
29746
29747 \begin_layout Plain Layout
29748 Otro ejemplo de nota
29749 \end_layout
29750
29751 \end_inset
29752
29753  y puede incluir tablas y figuras.
29754 \end_layout
29755
29756 \begin_layout Plain Layout
29757 \align center
29758 \begin_inset Tabular
29759 <lyxtabular version="3" rows="3" columns="3">
29760 <features>
29761 <column alignment="center" valignment="top" width="0">
29762 <column alignment="center" valignment="top" width="0">
29763 <column alignment="center" valignment="top" width="0">
29764 <row>
29765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29766 \begin_inset Text
29767
29768 \begin_layout Plain Layout
29769 a
29770 \end_layout
29771
29772 \end_inset
29773 </cell>
29774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29775 \begin_inset Text
29776
29777 \begin_layout Plain Layout
29778 !
29779 \end_layout
29780
29781 \end_inset
29782 </cell>
29783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29784 \begin_inset Text
29785
29786 \begin_layout Plain Layout
29787 3
29788 \end_layout
29789
29790 \end_inset
29791 </cell>
29792 </row>
29793 <row>
29794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29795 \begin_inset Text
29796
29797 \begin_layout Plain Layout
29798 <
29799 \end_layout
29800
29801 \end_inset
29802 </cell>
29803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29804 \begin_inset Text
29805
29806 \begin_layout Plain Layout
29807 b2
29808 \begin_inset Quotes erd
29809 \end_inset
29810
29811 |
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29817 \begin_inset Text
29818
29819 \begin_layout Plain Layout
29820 >
29821 \end_layout
29822
29823 \end_inset
29824 </cell>
29825 </row>
29826 <row>
29827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Plain Layout
29831 1
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29837 \begin_inset Text
29838
29839 \begin_layout Plain Layout
29840 §
29841 \end_layout
29842
29843 \end_inset
29844 </cell>
29845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29846 \begin_inset Text
29847
29848 \begin_layout Plain Layout
29849 c
29850 \end_layout
29851
29852 \end_inset
29853 </cell>
29854 </row>
29855 </lyxtabular>
29856
29857 \end_inset
29858
29859
29860 \end_layout
29861
29862 \end_inset
29863
29864
29865 \begin_inset ERT
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869
29870 }
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Section
29879 Cuadros rotados y escalados
29880 \end_layout
29881
29882 \begin_layout Standard
29883 Para poder usar los comandos descritos en esta sección hay que cargar el
29884  paquete LaTeX 
29885 \series bold
29886 graphicx
29887 \begin_inset Index
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891 LaTeX-paquetes ! graphicx
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \series default
29898  en el preámbulo del documento, con el comando
29899 \end_layout
29900
29901 \begin_layout Standard
29902
29903 \series bold
29904
29905 \backslash
29906 @ifundefined{rotatebox}
29907 \begin_inset Newline newline
29908 \end_inset
29909
29910
29911 \begin_inset ERT
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915
29916
29917 \backslash
29918 hphantom{ }
29919 \end_layout
29920
29921 \end_inset
29922
29923 {
29924 \backslash
29925 usepackage{graphicx}}{}
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \begin_inset Note Greyedout
29930 status open
29931
29932 \begin_layout Plain Layout
29933
29934 \series bold
29935 Nota: 
29936 \series default
29937 Algunos visores DVI no pueden mostrar material rotado o escalado.
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 \begin_inset Note Greyedout
29947 status open
29948
29949 \begin_layout Plain Layout
29950
29951 \series bold
29952 Nota:
29953 \series default
29954  Los cuadros rotados o escalados no pueden contener flotantes.
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \begin_layout Subsection
29963 Cuadros rotados
29964 \begin_inset Index
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968 Cuadros ! Rotar
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset Index
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Material rotado
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \begin_inset Index
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988 Figuras ! Rotar
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \begin_inset Index
29995 status collapsed
29996
29997 \begin_layout Plain Layout
29998 Tablas ! Rotar
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 Para rotar material debes ponerlo en un cuadro rotado.
30008  Los cuadros rotados se crean con el comando 
30009 \series bold
30010
30011 \backslash
30012 rotatebox
30013 \series default
30014  en código TeX, según el esquema:
30015 \end_layout
30016
30017 \begin_layout Standard
30018
30019 \series bold
30020
30021 \backslash
30022 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30023 \end_layout
30024
30025 \begin_layout Standard
30026 El origen de rotación se especifica en la forma 
30027 \series bold
30028 origin=position
30029 \series default
30030 .
30031  Son posibles las posiciones siguientes: 
30032 \emph on
30033 c
30034 \emph default
30035  (center), 
30036 \emph on
30037 l
30038 \emph default
30039  (left), 
30040 \emph on
30041 r
30042 \emph default
30043  (right), 
30044 \emph on
30045 b
30046 \emph default
30047  (bottom), 
30048 \emph on
30049 t
30050 \emph default
30051  (top), así como combinaciones adecuadas de las posiciones básicas.
30052  Por ejemplo, 
30053 \emph on
30054 lt
30055 \emph default
30056  significa que el origen de rotación es la esquina superior izquierda del
30057  cuadro.
30058  Si no se especifica origen de rotación se usará la posición 
30059 \emph on
30060 l
30061 \emph default
30062 .
30063  El ángulo de rotación es un número de grados, y puede ser negativo.
30064  El sentido de giro es contrario al de las agujas del reloj.
30065 \end_layout
30066
30067 \begin_layout Standard
30068 En el siguiente ejemplo se ha insertado el comando 
30069 \series bold
30070
30071 \backslash
30072 rotatebox[origin=c]{60}{ 
30073 \series default
30074 como código TeX delante del texto «con rotación»; después del texto, el
30075  cuadro se ha cerrado con llave de cierre en código TeX.
30076 \end_layout
30077
30078 \begin_layout Standard
30079 Esta línea contiene texto 
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084
30085
30086 \backslash
30087 rotatebox[origin=c]{60}{
30088 \end_layout
30089
30090 \end_inset
30091
30092 con rotación
30093 \begin_inset ERT
30094 status collapsed
30095
30096 \begin_layout Plain Layout
30097
30098 }
30099 \end_layout
30100
30101 \end_inset
30102
30103 .
30104 \end_layout
30105
30106 \begin_layout Standard
30107 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30108  línea:
30109 \end_layout
30110
30111 \begin_layout Standard
30112 En esta línea hay texto enmarcado 
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118
30119 \backslash
30120 rotatebox[origin=r]{-60}{
30121 \end_layout
30122
30123 \end_inset
30124
30125
30126 \begin_inset Box Doublebox
30127 position "c"
30128 hor_pos "c"
30129 has_inner_box 0
30130 inner_pos "c"
30131 use_parbox 0
30132 width "1in"
30133 special "width"
30134 height "1in"
30135 height_special "totalheight"
30136 status open
30137
30138 \begin_layout Plain Layout
30139 con rotación
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \begin_inset ERT
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149
30150 }
30151 \end_layout
30152
30153 \end_inset
30154
30155  y 
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 rotatebox[origin=lb]{60}{
30164 \end_layout
30165
30166 \end_inset
30167
30168
30169 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30170 \end_inset
30171
30172
30173 \begin_inset ERT
30174 status collapsed
30175
30176 \begin_layout Plain Layout
30177
30178 }
30179 \end_layout
30180
30181 \end_inset
30182
30183  una ecuación.
30184 \end_layout
30185
30186 \begin_layout Standard
30187 O una imagen o una tabla:
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Aquí hay una imagen girada 
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 rotatebox[origin=lb]{90}{
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \begin_inset Graphics
30206         filename ../clipart/platypus.eps
30207         lyxscale 50
30208         width 25col%
30209
30210 \end_inset
30211
30212
30213 \begin_inset ERT
30214 status collapsed
30215
30216 \begin_layout Plain Layout
30217
30218 }
30219 \end_layout
30220
30221 \end_inset
30222
30223  y una tabla girada 
30224 \begin_inset ERT
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228
30229
30230 \backslash
30231 rotatebox[origin=l]{-90}{
30232 \end_layout
30233
30234 \end_inset
30235
30236
30237 \begin_inset Tabular
30238 <lyxtabular version="3" rows="2" columns="2">
30239 <features>
30240 <column alignment="center" valignment="top" width="0">
30241 <column alignment="center" valignment="top" width="0">
30242 <row>
30243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30244 \begin_inset Text
30245
30246 \begin_layout Plain Layout
30247 q
30248 \end_layout
30249
30250 \end_inset
30251 </cell>
30252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30253 \begin_inset Text
30254
30255 \begin_layout Plain Layout
30256 w
30257 \end_layout
30258
30259 \end_inset
30260 </cell>
30261 </row>
30262 <row>
30263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30264 \begin_inset Text
30265
30266 \begin_layout Plain Layout
30267 e
30268 \end_layout
30269
30270 \end_inset
30271 </cell>
30272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30273 \begin_inset Text
30274
30275 \begin_layout Plain Layout
30276 r
30277 \end_layout
30278
30279 \end_inset
30280 </cell>
30281 </row>
30282 </lyxtabular>
30283
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
30298 \end_layout
30299
30300 \begin_layout Subsection
30301 Cuadros escalados
30302 \begin_inset Index
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306 Cuadros ! Escalar
30307 \end_layout
30308
30309 \end_inset
30310
30311
30312 \begin_inset Index
30313 status collapsed
30314
30315 \begin_layout Plain Layout
30316 Material escalado
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Index
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326 Figuras ! Escalar
30327 \end_layout
30328
30329 \end_inset
30330
30331
30332 \begin_inset Index
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336 Tablas ! Escalar
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \begin_layout Standard
30345 Para escalar material se pueden usar los comandos 
30346 \series bold
30347
30348 \backslash
30349 scalebox
30350 \series default
30351  y 
30352 \series bold
30353
30354 \backslash
30355 resizebox 
30356 \series default
30357 en código TeX.
30358 \end_layout
30359
30360 \begin_layout Standard
30361
30362 \series bold
30363
30364 \backslash
30365 scalebox
30366 \series default
30367  se usa con el esquema siguiente:
30368 \end_layout
30369
30370 \begin_layout Standard
30371
30372 \series bold
30373
30374 \backslash
30375 scalebox{horizontal}[vertical]{contenido del cuadro}
30376 \end_layout
30377
30378 \begin_layout Standard
30379 Horizontal y vertical son los factores de escala correspondientes.
30380  Si no se especifica factor vertical, su valor será el mismo que el factor
30381  de escala horizontal.
30382  
30383 \end_layout
30384
30385 \begin_layout Standard
30386 Por ejemplo, el comando 
30387 \series bold
30388
30389 \backslash
30390 scalebox{2}{Hola} 
30391 \series default
30392 crea un 
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398
30399 \backslash
30400 scalebox{2}{
30401 \end_layout
30402
30403 \end_inset
30404
30405 Hola
30406 \begin_inset ERT
30407 status collapsed
30408
30409 \begin_layout Plain Layout
30410
30411 }
30412 \end_layout
30413
30414 \end_inset
30415
30416  de doble tamaño que el texto normal del documento.
30417 \end_layout
30418
30419 \begin_layout Standard
30420 El comando 
30421 \series bold
30422
30423 \backslash
30424 scalebox{2}[1]{Hola} 
30425 \series default
30426 distorsiona el 
30427 \begin_inset ERT
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431
30432
30433 \backslash
30434 scalebox{2}[1]{
30435 \end_layout
30436
30437 \end_inset
30438
30439 Hola
30440 \begin_inset ERT
30441 status collapsed
30442
30443 \begin_layout Plain Layout
30444
30445 }
30446 \end_layout
30447
30448 \end_inset
30449
30450 .
30451 \end_layout
30452
30453 \begin_layout Standard
30454 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30455  Por eso el comando 
30456 \series bold
30457
30458 \backslash
30459 scalebox{-1}[1]{Hola} 
30460 \series default
30461 puede usarse para reflejar un texto: 
30462 \begin_inset ERT
30463 status collapsed
30464
30465 \begin_layout Plain Layout
30466
30467
30468 \backslash
30469 scalebox{-1}[1]{
30470 \end_layout
30471
30472 \end_inset
30473
30474 Hola
30475 \begin_inset ERT
30476 status collapsed
30477
30478 \begin_layout Plain Layout
30479
30480 }
30481 \end_layout
30482
30483 \end_inset
30484
30485 .
30486 \end_layout
30487
30488 \begin_layout Standard
30489
30490 \series bold
30491
30492 \backslash
30493 scalebox{1}[-1]{Hola} 
30494 \series default
30495 refleja el 
30496 \begin_inset ERT
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500
30501
30502 \backslash
30503 scalebox{1}[-1]{
30504 \end_layout
30505
30506 \end_inset
30507
30508 Hola
30509 \begin_inset ERT
30510 status collapsed
30511
30512 \begin_layout Plain Layout
30513
30514 }
30515 \end_layout
30516
30517 \end_inset
30518
30519  sobre la base.
30520 \end_layout
30521
30522 \begin_layout Standard
30523 El comando 
30524 \series bold
30525
30526 \backslash
30527 scalebox{-1}[1]{contenido del cuadro} 
30528 \series default
30529 puede sustituirse por 
30530 \series bold
30531
30532 \begin_inset Newline newline
30533 \end_inset
30534
30535
30536 \backslash
30537 reflectbox{contenido del cuadro}
30538 \begin_inset VSpace defskip
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545 El comando 
30546 \series bold
30547
30548 \backslash
30549 resizebox
30550 \series default
30551  sirve para escalar el cuadro a una altura y anchura definidas, según el
30552  esquema:
30553 \end_layout
30554
30555 \begin_layout Standard
30556
30557 \series bold
30558
30559 \backslash
30560 resizebox{anchura}{altura}{contenido del cuadro}
30561 \end_layout
30562
30563 \begin_layout Standard
30564 Si uno de los argumentos del comando es un signo de exclamación, 
30565 \series bold
30566 !
30567 \series default
30568 , la escala se produce de forma que se mantiene la relación de las dimensiones
30569  originales del contenido del cuadro.
30570  
30571 \end_layout
30572
30573 \begin_layout Standard
30574 El comando 
30575 \series bold
30576
30577 \backslash
30578 resizebox{2cm}{1cm}{Hola}
30579 \series default
30580  genera: 
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586
30587 \backslash
30588 resizebox{2cm}{1cm}{
30589 \end_layout
30590
30591 \end_inset
30592
30593 Hola
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599 }
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \begin_inset Newline newline
30606 \end_inset
30607
30608 El comando 
30609 \series bold
30610
30611 \backslash
30612 resizebox{2cm}{!}{Hola}
30613 \series default
30614  genera: 
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 resizebox{2cm}{!}{
30623 \end_layout
30624
30625 \end_inset
30626
30627 Hola
30628 \begin_inset ERT
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632
30633 }
30634 \end_layout
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset VSpace defskip
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \begin_layout Standard
30649 \begin_inset Note Greyedout
30650 status open
30651
30652 \begin_layout Plain Layout
30653
30654 \series bold
30655 Nota: 
30656 \series default
30657 Si los argumentos de 
30658 \series bold
30659
30660 \backslash
30661 scalebox
30662 \series default
30663  o 
30664 \series bold
30665
30666 \backslash
30667 resizebox
30668 \series default
30669  son cero, no se generan errores de LaTeX al exportar el documento, pero
30670  puede suceder que la salida no se muestre o que sea incompleta.
30671  
30672 \end_layout
30673
30674 \end_inset
30675
30676
30677 \begin_inset VSpace defskip
30678 \end_inset
30679
30680
30681 \end_layout
30682
30683 \begin_layout Standard
30684 Los cuadros se pueden combinar en cualquier orden.
30685  Por ejemplo, el comando
30686 \series bold
30687
30688 \begin_inset Newline newline
30689 \end_inset
30690
30691
30692 \backslash
30693 rotatebox[origin=c]{-45}{
30694 \backslash
30695 resizebox{2cm}{!}{
30696 \backslash
30697 reflectbox{Hola}}}
30698 \begin_inset Newline newline
30699 \end_inset
30700
30701
30702 \series default
30703 genera:
30704 \end_layout
30705
30706 \begin_layout Standard
30707 \noindent
30708 \align center
30709 \begin_inset ERT
30710 status collapsed
30711
30712 \begin_layout Plain Layout
30713
30714
30715 \backslash
30716 rotatebox[origin=c]{-45}{
30717 \backslash
30718 resizebox{2cm}{!}{
30719 \backslash
30720 reflectbox{
30721 \end_layout
30722
30723 \end_inset
30724
30725 Hola
30726 \begin_inset ERT
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730
30731 }}}
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 \noindent
30741 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30742 \end_layout
30743
30744 \begin_layout Standard
30745 \noindent
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \align center
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 rotatebox[origin=c]{-30}{
30759 \backslash
30760 resizebox{2cm}{!}{
30761 \backslash
30762 reflectbox{
30763 \end_layout
30764
30765 \end_inset
30766
30767
30768 \begin_inset Graphics
30769         filename ../clipart/platypus.eps
30770         lyxscale 50
30771         width 25col%
30772
30773 \end_inset
30774
30775
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781 }}}
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \begin_inset ERT
30788 status collapsed
30789
30790 \begin_layout Plain Layout
30791
30792
30793 \backslash
30794 rotatebox[origin=c]{-45}{
30795 \backslash
30796 resizebox{2cm}{!}{
30797 \backslash
30798 reflectbox{
30799 \end_layout
30800
30801 \end_inset
30802
30803
30804 \begin_inset Tabular
30805 <lyxtabular version="3" rows="2" columns="2">
30806 <features>
30807 <column alignment="center" valignment="top" width="0">
30808 <column alignment="center" valignment="top" width="0">
30809 <row>
30810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30811 \begin_inset Text
30812
30813 \begin_layout Plain Layout
30814 q
30815 \end_layout
30816
30817 \end_inset
30818 </cell>
30819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30820 \begin_inset Text
30821
30822 \begin_layout Plain Layout
30823 w
30824 \end_layout
30825
30826 \end_inset
30827 </cell>
30828 </row>
30829 <row>
30830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834 e
30835 \end_layout
30836
30837 \end_inset
30838 </cell>
30839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30840 \begin_inset Text
30841
30842 \begin_layout Plain Layout
30843 r
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 </row>
30849 </lyxtabular>
30850
30851 \end_inset
30852
30853
30854 \begin_inset ERT
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858
30859 }}}
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset ERT
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869
30870
30871 \backslash
30872 rotatebox[origin=c]{-45}{
30873 \backslash
30874 resizebox{2cm}{!}{
30875 \backslash
30876 reflectbox{
30877 \end_layout
30878
30879 \end_inset
30880
30881
30882 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30883 \end_inset
30884
30885
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891 }}}
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \end_layout
30898
30899 \begin_layout Standard
30900 Si se usa el estilo global 
30901 \series bold
30902 fleqn
30903 \series default
30904  para las ecuaciones del documento
30905 \begin_inset Foot
30906 status collapsed
30907
30908 \begin_layout Plain Layout
30909 Si «fleqn» se añade a las opciones de clase del documento.
30910 \end_layout
30911
30912 \end_inset
30913
30914 , también pueden escalarse las ecuaciones en estilo presentación.
30915 \end_layout
30916
30917 \begin_layout Chapter
30918 Archivo
30919 \begin_inset Index
30920 status collapsed
30921
30922 \begin_layout Plain Layout
30923 Archivo, insertar
30924 \end_layout
30925
30926 \end_inset
30927
30928
30929 \end_layout
30930
30931 \begin_layout Standard
30932 Con el menú 
30933 \family sans
30934 Insertar\SpecialChar \menuseparator
30935 Archivo 
30936 \family default
30937 se pueden insertar archivos externos en un documento.
30938  Estos pueden ser:
30939 \end_layout
30940
30941 \begin_layout Description
30942 Documento
30943 \begin_inset space ~
30944 \end_inset
30945
30946 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30947 \end_layout
30948
30949 \begin_layout Description
30950 Texto
30951 \begin_inset space ~
30952 \end_inset
30953
30954 simple
30955 \begin_inset space ~
30956 \end_inset
30957
30958 como
30959 \begin_inset space ~
30960 \end_inset
30961
30962 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30963  como un nuevo párrafo.
30964 \end_layout
30965
30966 \begin_layout Description
30967 Texto
30968 \begin_inset space ~
30969 \end_inset
30970
30971 simple
30972 \begin_inset space ~
30973 \end_inset
30974
30975 como
30976 \begin_inset space ~
30977 \end_inset
30978
30979 párrafos Un documento de texto; cada línea del texto se inserta tal como
30980  está, formando un solo párrafo.
30981  Las líneas vacías generan un nuevo párrafo en tu documento.
30982 \end_layout
30983
30984 \begin_layout Description
30985 Material
30986 \begin_inset space ~
30987 \end_inset
30988
30989 externo Archivos en diversos formatos.
30990 \end_layout
30991
30992 \begin_layout Description
30993 Documento
30994 \begin_inset space ~
30995 \end_inset
30996
30997 hijo Documentos LyX, LaTeX o texto simple.
30998 \end_layout
30999
31000 \begin_layout Section
31001 Material externo
31002 \begin_inset Index
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006 Material externo
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 Esta característica te permite insertar archivos en tu documento sin convertirlo
31016 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31017  las necesarias conversiones.
31018  Esto es parecido a la inserción de imágenes en diversos formatos en los
31019  documentos LyX.
31020 \end_layout
31021
31022 \begin_layout Standard
31023 El material externo se puede insertar mediante el diálogo que surge a partir
31024  del menú 
31025 \family sans
31026 Insertar\SpecialChar \menuseparator
31027 Archivo\SpecialChar \menuseparator
31028 Material
31029 \begin_inset space ~
31030 \end_inset
31031
31032 externo
31033 \family default
31034 .
31035  Actualmente se permiten los siguientes tipos de archivo (
31036 \family sans
31037 Plantillas
31038 \family default
31039 ):
31040 \end_layout
31041
31042 \begin_layout Description
31043 Diagrama
31044 \begin_inset space ~
31045 \end_inset
31046
31047 de
31048 \begin_inset space ~
31049 \end_inset
31050
31051 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31052  con el programa 
31053 \series bold
31054
31055 \begin_inset CommandInset href
31056 LatexCommand href
31057 name "XBoard"
31058 target "http://en.wikipedia.org/wiki/XBoard"
31059
31060 \end_inset
31061
31062
31063 \series default
31064 .
31065 \end_layout
31066
31067 \begin_layout Description
31068 Fecha Esta inserta la fecha en el formato 
31069 \emph on
31070 Día-Mes-Año.
31071
31072 \emph default
31073  A continuación hay una fecha insertada como material externo: 
31074 \begin_inset External
31075         template Date
31076         filename .
31077
31078 \end_inset
31079
31080
31081 \lang english
31082
31083 \begin_inset space ~
31084 \end_inset
31085
31086
31087 \begin_inset Note Note
31088 status open
31089
31090 \begin_layout Plain Layout
31091
31092 \lang english
31093 Remove the protected space when bug 4398 is fixed!
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \lang spanish
31100
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104 La fecha no se muestra en LyX, sólo en la salida.
31105  Hay otros dos métodos de insertar una fecha, con el menú 
31106 \family sans
31107 Insertar\SpecialChar \menuseparator
31108 Fecha
31109 \family default
31110  y con el comando LaTeX 
31111 \series bold
31112
31113 \backslash
31114 today
31115 \series default
31116  en ERT.
31117  Los distintos métodos se comparan en la tabla
31118 \begin_inset space ~
31119 \end_inset
31120
31121
31122 \begin_inset CommandInset ref
31123 LatexCommand ref
31124 reference "tab:Comparación-de"
31125
31126 \end_inset
31127
31128 .
31129 \end_layout
31130
31131 \begin_layout Description
31132 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31133 \begin_inset Newline linebreak
31134 \end_inset
31135
31136
31137 \series bold
31138
31139 \begin_inset CommandInset href
31140 LatexCommand href
31141 name "LilyPond"
31142 target "http://en.wikipedia.org/wiki/LilyPond"
31143
31144 \end_inset
31145
31146
31147 \series default
31148 .
31149 \end_layout
31150
31151 \begin_layout Description
31152 RasterImage Sirve para insertar imágenes bitmap.
31153  Casi todos los formatos populares de imágenes están soportados.
31154  Las imágenes se pueden tratar en el diálogo 
31155 \family sans
31156 Material Externo
31157 \family default
31158  como las que habitualmente se incluyen mediante el diálogo 
31159 \family sans
31160 Gráficos
31161 \family default
31162 , tal como se explica en la sección
31163 \begin_inset space ~
31164 \end_inset
31165
31166
31167 \begin_inset CommandInset ref
31168 LatexCommand ref
31169 reference "sec:Diálogo-Gráficos"
31170
31171 \end_inset
31172
31173 .
31174  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31175  PDF y EPS no están soportadas.
31176 \end_layout
31177
31178 \begin_layout Description
31179 XFig Esta plantilla soporta imágenes creadas con el programa 
31180 \series bold
31181
31182 \begin_inset CommandInset href
31183 LatexCommand href
31184 name "Xfig"
31185 target "http://en.wikipedia.org/wiki/Xfig"
31186
31187 \end_inset
31188
31189
31190 \series default
31191 .
31192 \end_layout
31193
31194 \begin_layout Standard
31195 \begin_inset Float table
31196 placement h
31197 wide false
31198 sideways false
31199 status open
31200
31201 \begin_layout Plain Layout
31202 \begin_inset Caption
31203
31204 \begin_layout Plain Layout
31205 \begin_inset CommandInset label
31206 LatexCommand label
31207 name "tab:Comparación-de"
31208
31209 \end_inset
31210
31211 Comparación de los métodos de inserción de fecha.
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \end_layout
31218
31219 \begin_layout Plain Layout
31220 \align center
31221 \begin_inset Tabular
31222 <lyxtabular version="3" rows="4" columns="4">
31223 <features>
31224 <column alignment="center" valignment="top" width="0">
31225 <column alignment="center" valignment="top" width="0">
31226 <column alignment="center" valignment="top" width="0">
31227 <column alignment="center" valignment="top" width="0">
31228 <row>
31229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31230 \begin_inset Text
31231
31232 \begin_layout Plain Layout
31233 Tipo del Documento
31234 \end_layout
31235
31236 \end_inset
31237 </cell>
31238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31239 \begin_inset Text
31240
31241 \begin_layout Plain Layout
31242
31243 \family sans
31244 Material Externo\SpecialChar \menuseparator
31245 Fecha
31246 \end_layout
31247
31248 \end_inset
31249 </cell>
31250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Plain Layout
31254
31255 \family sans
31256 Insertar\SpecialChar \menuseparator
31257 Fecha
31258 \end_layout
31259
31260 \end_inset
31261 </cell>
31262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31263 \begin_inset Text
31264
31265 \begin_layout Plain Layout
31266 comando 
31267 \series bold
31268
31269 \backslash
31270 today
31271 \end_layout
31272
31273 \end_inset
31274 </cell>
31275 </row>
31276 <row>
31277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31278 \begin_inset Text
31279
31280 \begin_layout Plain Layout
31281 LyX
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 como cuadro
31291 \end_layout
31292
31293 \end_inset
31294 </cell>
31295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31296 \begin_inset Text
31297
31298 \begin_layout Plain Layout
31299 como fecha
31300 \end_layout
31301
31302 \end_inset
31303 </cell>
31304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31305 \begin_inset Text
31306
31307 \begin_layout Plain Layout
31308 como cuadro ERT
31309 \end_layout
31310
31311 \end_inset
31312 </cell>
31313 </row>
31314 <row>
31315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31316 \begin_inset Text
31317
31318 \begin_layout Plain Layout
31319 LaTeX
31320 \end_layout
31321
31322 \end_inset
31323 </cell>
31324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31325 \begin_inset Text
31326
31327 \begin_layout Plain Layout
31328 como fecha
31329 \end_layout
31330
31331 \end_inset
31332 </cell>
31333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31334 \begin_inset Text
31335
31336 \begin_layout Plain Layout
31337 como fecha
31338 \end_layout
31339
31340 \end_inset
31341 </cell>
31342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 como comando
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 </row>
31352 <row>
31353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31354 \begin_inset Text
31355
31356 \begin_layout Plain Layout
31357 DVI, PDF, PS
31358 \end_layout
31359
31360 \end_inset
31361 </cell>
31362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31363 \begin_inset Text
31364
31365 \begin_layout Plain Layout
31366 como fecha
31367 \end_layout
31368
31369 \end_inset
31370 </cell>
31371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31372 \begin_inset Text
31373
31374 \begin_layout Plain Layout
31375 como fecha
31376 \end_layout
31377
31378 \end_inset
31379 </cell>
31380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31381 \begin_inset Text
31382
31383 \begin_layout Plain Layout
31384 como fecha
31385 \end_layout
31386
31387 \end_inset
31388 </cell>
31389 </row>
31390 </lyxtabular>
31391
31392 \end_inset
31393
31394
31395 \end_layout
31396
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \begin_layout Standard
31403 Si utilizas la opción 
31404 \family sans
31405 Borrador
31406 \family default
31407  en la solapa 
31408 \family sans
31409 Archivo
31410 \family default
31411  del diálogo 
31412 \family sans
31413 Material Externo
31414 \family default
31415 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31416 \family sans
31417
31418 \begin_inset Newline newline
31419 \end_inset
31420
31421
31422 \family default
31423 El material externo se muestra en LyX como un cuadro del tipo:
31424 \family sans
31425  
31426 \family default
31427
31428 \begin_inset Graphics
31429         filename clipart/MaterialExternoQt4.png
31430         scale 80
31431
31432 \end_inset
31433
31434  o como imagen, según la configuración elegida en la solapa 
31435 \family sans
31436 Vista
31437 \begin_inset space ~
31438 \end_inset
31439
31440 LyX 
31441 \family default
31442 del diálogo 
31443 \family sans
31444 Material Externo.
31445 \end_layout
31446
31447 \begin_layout Standard
31448 En el manual 
31449 \emph on
31450 Personalización
31451 \emph default
31452  se explica cómo definir tus propias plantillas.
31453 \end_layout
31454
31455 \begin_layout Section
31456 Documento hijo
31457 \begin_inset CommandInset label
31458 LatexCommand label
31459 name "sec:Documento-Hijo"
31460
31461 \end_inset
31462
31463
31464 \begin_inset Index
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Documento hijo
31469 \end_layout
31470
31471 \end_inset
31472
31473
31474 \end_layout
31475
31476 \begin_layout Standard
31477 Los documentos hijos se emplean en el caso de tener un documento extenso
31478  compuesto por varias partes o secciones más grandes.
31479  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31480  en varios archivos que pueden ser revisados por separado.
31481  Estos archivos se conocen como documentos hijos, y el llamado documento
31482  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31483  
31484 \end_layout
31485
31486 \begin_layout Standard
31487 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31488  cuadros del tipo: 
31489 \begin_inset Graphics
31490         filename clipart/DocumentoHijoQt4.png
31491         scale 80
31492
31493 \end_inset
31494
31495 .
31496  Para incluir documentos hijos en un documento maestro utiliza el menú 
31497 \family sans
31498 Insertar
31499 \family default
31500 \SpecialChar \menuseparator
31501
31502 \family sans
31503 Archivo
31504 \family default
31505 \SpecialChar \menuseparator
31506
31507 \family sans
31508 Documento
31509 \begin_inset space ~
31510 \end_inset
31511
31512 hijo
31513 \family default
31514 .
31515  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31516 \end_layout
31517
31518 \begin_layout Description
31519 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31520  Al pulsar el botón 
31521 \family sans
31522 Cargar
31523 \family default
31524  en el diálogo 
31525 \family sans
31526 Documento hijo
31527 \family default
31528 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31529  la ventana de LyX y así puedes modificarlos si quieres.
31530 \end_layout
31531
31532 \begin_layout Standard
31533 Aquí hay un archivo insertado con el método 
31534 \family sans
31535 Incluir
31536 \family default
31537
31538 \begin_inset CommandInset include
31539 LatexCommand include
31540 filename "DocumentoPostizo1.lyx"
31541
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \begin_layout Standard
31548 La numeración de secciones tiene en cuenta las secciones de los archivos
31549  incluidos en el orden en que están insertados en el documento maestro.
31550  El documento incluido de ejemplo tiene una subsección que se numera como
31551  subsección de la presente sección.
31552  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31553 \begin_inset space ~
31554 \end_inset
31555
31556
31557 \begin_inset CommandInset ref
31558 LatexCommand ref
31559 reference "sub:Subsección-Externa-1"
31560
31561 \end_inset
31562
31563 .
31564 \end_layout
31565
31566 \begin_layout Standard
31567 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31568  del documento maestro.
31569  Los documentos incluidos se insertan comenzando una página nueva y acabando
31570  con un salto de página.
31571 \end_layout
31572
31573 \begin_layout Standard
31574 Con el comando LaTeX 
31575 \series bold
31576
31577 \backslash
31578 includeonly
31579 \series default
31580  puedes determinar qué documentos hijos serán procesados al generar la salida.
31581  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31582  un extenso documento y quieres ahorrar tiempo de compilación.
31583  
31584 \series bold
31585
31586 \backslash
31587 includeonly 
31588 \series default
31589 se inserta en el preámbulo del documento maestro, poniendo como argumento
31590  una lista de los nombres de archivo separados con comas, p.
31591 \begin_inset space \thinspace{}
31592 \end_inset
31593
31594 e.
31595  la orden:
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601
31602 \backslash
31603 includeonly{capítulo1,capítulo5}
31604 \end_layout
31605
31606 \begin_layout Standard
31607 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31608 \begin_inset Quotes eld
31609 \end_inset
31610
31611 capítulo1.lyx
31612 \begin_inset Quotes erd
31613 \end_inset
31614
31615  (o 
31616 \begin_inset Quotes eld
31617 \end_inset
31618
31619 capítulo1.tex
31620 \begin_inset Quotes erd
31621 \end_inset
31622
31623 ) y 
31624 \begin_inset Quotes eld
31625 \end_inset
31626
31627 capítulo5.lyx
31628 \begin_inset Quotes erd
31629 \end_inset
31630
31631 .
31632 \end_layout
31633
31634 \begin_layout Standard
31635 \begin_inset Note Greyedout
31636 status open
31637
31638 \begin_layout Plain Layout
31639
31640 \series bold
31641 Nota:
31642 \series default
31643  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31644  a la del documento maestro, recibirás una advertencia al exportar/ver el
31645  documento, ya que esto podría dar resultados inesperados.
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Description
31654 Entrada Este método es muy parecido al método 
31655 \family sans
31656 Incluir
31657 \family default
31658 .
31659  Las diferencias son:
31660 \end_layout
31661
31662 \begin_deeper
31663 \begin_layout Itemize
31664 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31665  un salto de página.
31666 \end_layout
31667
31668 \begin_layout Itemize
31669 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31670 \family sans
31671 Vista
31672 \begin_inset space ~
31673 \end_inset
31674
31675 preliminar
31676 \begin_inset space ~
31677 \end_inset
31678
31679 inmediata 
31680 \family default
31681 está activada en el diálogo 
31682 \family sans
31683 Herramientas\SpecialChar \menuseparator
31684 Preferencias
31685 \family default
31686 , apartado 
31687 \family sans
31688 Apariencia\SpecialChar \menuseparator
31689 Gráficos
31690 \family default
31691 .
31692 \end_layout
31693
31694 \begin_layout Itemize
31695 No se puede utilizar el comando LaTeX 
31696 \series bold
31697
31698 \backslash
31699 includeonly
31700 \series default
31701 .
31702 \end_layout
31703
31704 \end_deeper
31705 \begin_layout Standard
31706 Aquí hay un documento hijo insertado con el método 
31707 \family sans
31708 Entrada
31709 \family default
31710 :
31711 \end_layout
31712
31713 \begin_layout Standard
31714 \begin_inset CommandInset include
31715 LatexCommand input
31716 filename "DocumentoPostizo2.lyx"
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \begin_layout Description
31724 Literal Con este método se puede incluir todo archivo de texto.
31725  El archivo aparece en la salida con su código fuente, y si contiene comandos
31726  no se ejecutan.
31727  Con la opción 
31728 \family sans
31729 Marcar espacios en la salida
31730 \family default
31731  cada espacio en el código fuente se muestra en la salida con el carácter
31732  
31733 \begin_inset Quotes eld
31734 \end_inset
31735
31736
31737 \begin_inset ERT
31738 status collapsed
31739
31740 \begin_layout Plain Layout
31741
31742
31743 \backslash
31744 textvisiblespace
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \begin_inset Quotes erd
31751 \end_inset
31752
31753 .
31754  La diferencia con el método de inserción mediante el menú 
31755 \family sans
31756 Insertar
31757 \family default
31758 \SpecialChar \menuseparator
31759
31760 \family sans
31761 Archivo
31762 \family default
31763 \SpecialChar \menuseparator
31764
31765 \family sans
31766 Texto
31767 \begin_inset space ~
31768 \end_inset
31769
31770 simple
31771 \family default
31772  es que en este caso el contenido del archivo se ve en LyX, mientras que
31773  en modo 
31774 \family sans
31775 Literal 
31776 \family default
31777 no se muestra el contenido, sino un recuadro con el nombre.
31778
31779 \family sans
31780  
31781 \end_layout
31782
31783 \begin_layout Standard
31784 Aquí se inserta un documento hijo en modo Literal:
31785 \begin_inset CommandInset include
31786 LatexCommand verbatiminput
31787 filename "DocumentoTextoPostizo.txt"
31788
31789 \end_inset
31790
31791
31792 \begin_inset VSpace bigskip
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \begin_layout Standard
31799 Aquí se inserta un documento hijo en modo Literal con la opción 
31800 \family sans
31801 Marcar espacios en la salida
31802 \family default
31803 :
31804 \begin_inset CommandInset include
31805 LatexCommand verbatiminput*
31806 filename "DocumentoTextoPostizo.txt"
31807
31808 \end_inset
31809
31810
31811 \begin_inset VSpace bigskip
31812 \end_inset
31813
31814
31815 \end_layout
31816
31817 \begin_layout Standard
31818 \begin_inset Note Greyedout
31819 status open
31820
31821 \begin_layout Plain Layout
31822
31823 \series bold
31824 Nota:
31825 \series default
31826  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31827  incluidos en modo 
31828 \family sans
31829 literal
31830 \family default
31831  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31832  archivo de texto.
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \end_layout
31839
31840 \begin_layout Description
31841 Listado
31842 \begin_inset space ~
31843 \end_inset
31844
31845 de
31846 \begin_inset space ~
31847 \end_inset
31848
31849 programa Este tipo se describe en el capítulo
31850 \begin_inset space ~
31851 \end_inset
31852
31853
31854 \begin_inset CommandInset ref
31855 LatexCommand ref
31856 reference "cha:Listado-de-programa"
31857
31858 \end_inset
31859
31860 .
31861 \end_layout
31862
31863 \begin_layout Standard
31864 \begin_inset Note Greyedout
31865 status open
31866
31867 \begin_layout Plain Layout
31868
31869 \series bold
31870 Nota:
31871 \series default
31872  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31873  problemas en LaTeX.
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \begin_layout Chapter
31882 Listado de programa
31883 \begin_inset CommandInset label
31884 LatexCommand label
31885 name "cha:Listado-de-programa"
31886
31887 \end_inset
31888
31889
31890 \begin_inset Index
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894 Listado de programa
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \begin_inset Index
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904 Listado de programa ! list@
31905 \emph on
31906 listings
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \begin_inset Index
31913 status collapsed
31914
31915 \begin_layout Plain Layout
31916 Flotantes ! Listado de programa
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 Para incluir y tipografiar código de programación puedes usar la opción
31926  de menú disponible en 
31927 \family sans
31928 Insertar\SpecialChar \menuseparator
31929 Listado
31930 \begin_inset space ~
31931 \end_inset
31932
31933 de
31934 \begin_inset space ~
31935 \end_inset
31936
31937 programa.
31938  
31939 \family default
31940 El paquete LaTeX 
31941 \series bold
31942 listings
31943 \series default
31944
31945 \begin_inset Index
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949 LaTeX-paquetes ! listings
31950 \end_layout
31951
31952 \end_inset
31953
31954  provee un mecanismo potente y flexible para insertar código fuente en tu
31955  documento.
31956 \end_layout
31957
31958 \begin_layout Standard
31959 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31960  en el que puedes establecer el formato del mismo.
31961 \end_layout
31962
31963 \begin_layout Standard
31964 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
31965  La opción de ubicación 
31966 \family sans
31967 Listado
31968 \begin_inset space ~
31969 \end_inset
31970
31971 insertado
31972 \family default
31973  lo imprime en la línea, como este ejemplo: 
31974 \begin_inset listings
31975 lstparams "language={C++}"
31976 inline true
31977 status open
31978
31979 \begin_layout Plain Layout
31980
31981 \lang english
31982 int a=5;
31983 \end_layout
31984
31985 \end_inset
31986
31987
31988 \family sans
31989
31990 \begin_inset Newline newline
31991 \end_inset
31992
31993
31994 \family default
31995 La opción 
31996 \family sans
31997 Flotante
31998 \family default
31999  crea un listado flotante cuya colocación se puede especificar mediante
32000  las opciones 
32001 \begin_inset Quotes erd
32002 \end_inset
32003
32004
32005 \family sans
32006 h
32007 \family default
32008
32009 \begin_inset Quotes erd
32010 \end_inset
32011
32012
32013 \begin_inset Quotes eld
32014 \end_inset
32015
32016
32017 \family sans
32018 t
32019 \family default
32020
32021 \begin_inset Quotes erd
32022 \end_inset
32023
32024
32025 \begin_inset Quotes eld
32026 \end_inset
32027
32028
32029 \family sans
32030 b
32031 \family default
32032
32033 \begin_inset Quotes erd
32034 \end_inset
32035
32036  y 
32037 \begin_inset Quotes eld
32038 \end_inset
32039
32040
32041 \family sans
32042 p
32043 \family default
32044
32045 \begin_inset Quotes erd
32046 \end_inset
32047
32048 , correspondientes a las opciones de colocación de flotantes descritas en
32049  la sección
32050 \family sans
32051
32052 \begin_inset space ~
32053 \end_inset
32054
32055
32056 \begin_inset CommandInset ref
32057 LatexCommand ref
32058 reference "sec:Colocación-de-Flotantes"
32059
32060 \end_inset
32061
32062
32063 \family default
32064 .
32065  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32066  p.
32067 \family sans
32068
32069 \begin_inset space \thinspace{}
32070 \end_inset
32071
32072
32073 \family default
32074 e.
32075 \begin_inset space ~
32076 \end_inset
32077
32078
32079 \begin_inset Quotes eld
32080 \end_inset
32081
32082
32083 \family sans
32084 htbp
32085 \family default
32086
32087 \begin_inset Quotes erd
32088 \end_inset
32089
32090 .
32091  La opción 
32092 \begin_inset Quotes eld
32093 \end_inset
32094
32095
32096 \family sans
32097 h
32098 \family default
32099
32100 \begin_inset Quotes erd
32101 \end_inset
32102
32103  a veces no tiene efecto, pero no necesitas usar la opción 
32104 \family sans
32105 Flotante
32106 \family default
32107  en ese caso puesto que los listados de programa no flotantes también pueden
32108  tener leyendas y ser referenciadas.
32109 \end_layout
32110
32111 \begin_layout Standard
32112 Se puede añadir una leyenda a un listado de programa con el menú 
32113 \family sans
32114 Insertar\SpecialChar \menuseparator
32115 Leyenda
32116 \family default
32117
32118 \begin_inset Foot
32119 status open
32120
32121 \begin_layout Plain Layout
32122 Para traducir la etiqueta 
32123 \begin_inset Quotes eld
32124 \end_inset
32125
32126 Listado
32127 \begin_inset Quotes erd
32128 \end_inset
32129
32130  de la leyenda, se añade al preámbulo del documento el comando 
32131 \series bold
32132
32133 \backslash
32134 renewcommand{
32135 \backslash
32136 lstlistingname}{Listado}
32137 \series default
32138 .
32139  (
32140 \emph on
32141 N.
32142 \begin_inset space \thinspace{}
32143 \end_inset
32144
32145 del t.
32146 \emph default
32147 )
32148 \end_layout
32149
32150 \end_inset
32151
32152 .
32153  Los listados de programa se pueden referenciar como los flotantes: Listado
32154 \begin_inset space ~
32155 \end_inset
32156
32157
32158 \begin_inset CommandInset ref
32159 LatexCommand ref
32160 reference "lst:Ejemplo-de-listado-de-programa"
32161
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \begin_layout Standard
32168 \begin_inset listings
32169 lstparams "language=Python"
32170 inline false
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175 \lang english
32176 \begin_inset Caption
32177
32178 \begin_layout Plain Layout
32179 \begin_inset CommandInset label
32180 LatexCommand label
32181 name "lst:Ejemplo-de-listado-de-programa"
32182
32183 \end_inset
32184
32185 Ejemplo de listado de programa flotante
32186 \end_layout
32187
32188 \end_inset
32189
32190 # Ejemplo de listado flotante
32191 \end_layout
32192
32193 \begin_layout Plain Layout
32194
32195 \lang english
32196 def func(param):
32197 \end_layout
32198
32199 \begin_layout Plain Layout
32200
32201 \lang english
32202     'this is a python function'
32203 \end_layout
32204
32205 \begin_layout Plain Layout
32206
32207 \lang english
32208     pass
32209 \end_layout
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32218  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32219  y tipografiadas de manera especial en la salida.
32220  En el ejemplo, la clave de Python 
32221 \begin_inset Quotes eld
32222 \end_inset
32223
32224 def
32225 \begin_inset Quotes erd
32226 \end_inset
32227
32228  es reconocida y se imprimirá en negrita.
32229 \end_layout
32230
32231 \begin_layout Standard
32232 \begin_inset Note Greyedout
32233 status collapsed
32234
32235 \begin_layout Plain Layout
32236
32237 \series bold
32238 Nota:
32239 \series default
32240  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32241  debe probablemente a que dicha fuente no suministra negritas.
32242  En este caso selecciona una fuente distinta en el menú 
32243 \family sans
32244 Documento
32245 \family default
32246 \SpecialChar \menuseparator
32247
32248 \family sans
32249 Configuración
32250 \family default
32251 \SpecialChar \menuseparator
32252
32253 \family sans
32254 Fuentes.
32255  
32256 \family default
32257 (Las fuentes 
32258 \emph on
32259 LuxiMono, BeraMono
32260 \emph default
32261  y 
32262 \emph on
32263 Courier 
32264 \emph default
32265 suministran negritas.)
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \begin_layout Standard
32274 En la sección 
32275 \family sans
32276 Numeración
32277 \begin_inset space ~
32278 \end_inset
32279
32280 de
32281 \begin_inset space ~
32282 \end_inset
32283
32284 líneas
32285 \family default
32286  del diálogo puedes elegir el estilo de numeración de las líneas.
32287  En el campo 
32288 \family sans
32289 Paso 
32290 \family default
32291 puedes insertar un número para determinar qué líneas se numeran.
32292  Por ejemplo, si pones 
32293 \begin_inset Quotes eld
32294 \end_inset
32295
32296 3
32297 \begin_inset Quotes erd
32298 \end_inset
32299
32300 , se numera sólo una de cada tres líneas.
32301  
32302 \end_layout
32303
32304 \begin_layout Standard
32305 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32306  en la salida.
32307  La opción 
32308 \family sans
32309 Tabla
32310 \begin_inset space ~
32311 \end_inset
32312
32313 de
32314 \begin_inset space ~
32315 \end_inset
32316
32317 caracteres
32318 \begin_inset space ~
32319 \end_inset
32320
32321 extendida
32322 \family default
32323  debería emplearse si se usan en el código caracteres nacionales como la
32324  diéresis alemana.
32325 \begin_inset Newline newline
32326 \end_inset
32327
32328 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32329  
32330 \begin_inset Quotes eld
32331 \end_inset
32332
32333 3
32334 \begin_inset Quotes erd
32335 \end_inset
32336
32337 , lenguaje 
32338 \begin_inset Quotes eld
32339 \end_inset
32340
32341 Python
32342 \begin_inset Quotes erd
32343 \end_inset
32344
32345 , opciones de estilo 
32346 \begin_inset Quotes eld
32347 \end_inset
32348
32349 Tabla de caracteres extendida
32350 \begin_inset Quotes erd
32351 \end_inset
32352
32353  y 
32354 \begin_inset Quotes eld
32355 \end_inset
32356
32357 Espacio como símbolo
32358 \begin_inset Quotes erd
32359 \end_inset
32360
32361 , rango de líneas 3-8:
32362 \begin_inset listings
32363 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32364 inline false
32365 status collapsed
32366
32367 \begin_layout Plain Layout
32368
32369 \lang english
32370 def func(param):
32371 \end_layout
32372
32373 \begin_layout Plain Layout
32374
32375 \lang english
32376     'this is a python function'
32377 \end_layout
32378
32379 \begin_layout Plain Layout
32380
32381 \lang english
32382     pass
32383 \end_layout
32384
32385 \begin_layout Plain Layout
32386
32387 \lang english
32388 def func(param):
32389 \end_layout
32390
32391 \begin_layout Plain Layout
32392
32393 \lang english
32394 'This is a German word: Tschüß'
32395 \end_layout
32396
32397 \begin_layout Plain Layout
32398
32399 \lang english
32400 pass
32401 \end_layout
32402
32403 \begin_layout Plain Layout
32404
32405 \lang english
32406 def func(param):
32407 \end_layout
32408
32409 \begin_layout Plain Layout
32410
32411 \lang english
32412 'this is a python function'
32413 \end_layout
32414
32415 \begin_layout Plain Layout
32416
32417 \lang english
32418 pass
32419 \end_layout
32420
32421 \end_inset
32422
32423
32424 \end_layout
32425
32426 \begin_layout Standard
32427 \begin_inset Note Greyedout
32428 status open
32429
32430 \begin_layout Plain Layout
32431
32432 \series bold
32433 Nota:
32434 \series default
32435  Debido a un error en el paquete 
32436 \series bold
32437 listings
32438 \series default
32439  la numeración de líneas cambia en una línea por cada listado previo.
32440  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32441  3 y 6.
32442 \end_layout
32443
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \begin_layout Standard
32450 \begin_inset VSpace bigskip
32451 \end_inset
32452
32453
32454 \end_layout
32455
32456 \begin_layout Standard
32457 También es posible imprimir como listado de programa líneas de un archivo.
32458  Para hacer esto, usa el menú 
32459 \family sans
32460 Insertar\SpecialChar \menuseparator
32461 Archivo\SpecialChar \menuseparator
32462 Documento
32463 \begin_inset space ~
32464 \end_inset
32465
32466 hijo 
32467 \family default
32468 y elige el tipo 
32469 \family sans
32470 Listado de programa
32471 \family default
32472 .
32473 \begin_inset Foot
32474 status collapsed
32475
32476 \begin_layout Plain Layout
32477 Los restantes tipos de documento hijo se describen en la sección
32478 \begin_inset space ~
32479 \end_inset
32480
32481
32482 \begin_inset CommandInset ref
32483 LatexCommand ref
32484 reference "sec:Documento-Hijo"
32485
32486 \end_inset
32487
32488 .
32489 \end_layout
32490
32491 \end_inset
32492
32493  En el diálogo de documento hijo puedes especificar los parámetros del listado
32494  en el cuadro de texto.
32495  Para ver una lista de los parámetros disponibles teclea una interrogación
32496  
32497 \begin_inset Quotes eld
32498 \end_inset
32499
32500 ?
32501 \begin_inset Quotes erd
32502 \end_inset
32503
32504  en el cuadro.
32505 \end_layout
32506
32507 \begin_layout Standard
32508 Para referenciar un documento hijo tipo listado, escribe el texto de la
32509  etiqueta en el campo correspondiente del diálogo de documento hijo.
32510  Después se puede referenciar la etiqueta con el menú 
32511 \family sans
32512 Insertar\SpecialChar \menuseparator
32513 Referencia cruzada.
32514 \end_layout
32515
32516 \begin_layout Standard
32517 A continuación hay un ejemplo, Listado
32518 \begin_inset space ~
32519 \end_inset
32520
32521
32522 \begin_inset CommandInset ref
32523 LatexCommand ref
32524 reference "lst:archivo-listado"
32525
32526 \end_inset
32527
32528 , de inserción de líneas de un archivo; en él se incluye el rango de las
32529  líneas 10
32530 \begin_inset space \thinspace{}
32531 \end_inset
32532
32533 -
32534 \begin_inset space \thinspace{}
32535 \end_inset
32536
32537 15 de este archivo LyX.
32538 \end_layout
32539
32540 \begin_layout Standard
32541 \begin_inset CommandInset include
32542 LatexCommand lstinputlisting
32543 filename "EmbeddedObjects.lyx"
32544 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32545
32546 \end_inset
32547
32548
32549 \begin_inset VSpace bigskip
32550 \end_inset
32551
32552
32553 \end_layout
32554
32555 \begin_layout Standard
32556 Las preferencias globales se pueden establecer en el diálogo 
32557 \family sans
32558 Documento\SpecialChar \menuseparator
32559 Configuración\SpecialChar \menuseparator
32560 Diseño
32561 \begin_inset space ~
32562 \end_inset
32563
32564 del
32565 \begin_inset space ~
32566 \end_inset
32567
32568 texto.
32569  
32570 \family default
32571 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32572  
32573 \begin_inset Quotes eld
32574 \end_inset
32575
32576 ?
32577 \begin_inset Quotes erd
32578 \end_inset
32579
32580  en el campo de texto.
32581 \end_layout
32582
32583 \begin_layout Standard
32584 Para más información sobre el paquete 
32585 \series bold
32586 listings
32587 \series default
32588 , consulta su documentación
32589 \begin_inset space ~
32590 \end_inset
32591
32592
32593 \begin_inset CommandInset citation
32594 LatexCommand cite
32595 key "listings"
32596
32597 \end_inset
32598
32599 .
32600 \end_layout
32601
32602 \begin_layout Standard
32603 \begin_inset Newpage newpage
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Chapter
32610 \start_of_appendix
32611 Unidades disponibles en LyX
32612 \begin_inset Index
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616 Unidades
32617 \end_layout
32618
32619 \end_inset
32620
32621
32622 \begin_inset CommandInset label
32623 LatexCommand label
32624 name "cha:Unidades-disponibles-en"
32625
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \begin_layout Standard
32632 Para comprender las unidades utilizadas en este manual, el cuadro
32633 \begin_inset space ~
32634 \end_inset
32635
32636
32637 \begin_inset CommandInset ref
32638 LatexCommand ref
32639 reference "tab:Unidades"
32640
32641 \end_inset
32642
32643  describe todas las unidades disponibles en LyX.
32644 \end_layout
32645
32646 \begin_layout Standard
32647 \begin_inset Float table
32648 placement h
32649 wide false
32650 sideways false
32651 status open
32652
32653 \begin_layout Plain Layout
32654 \begin_inset Caption
32655
32656 \begin_layout Plain Layout
32657 \begin_inset CommandInset label
32658 LatexCommand label
32659 name "tab:Unidades"
32660
32661 \end_inset
32662
32663 Unidades
32664 \end_layout
32665
32666 \end_inset
32667
32668
32669 \end_layout
32670
32671 \begin_layout Plain Layout
32672 \begin_inset VSpace medskip
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \begin_layout Plain Layout
32679 \align center
32680 \begin_inset Tabular
32681 <lyxtabular version="3" rows="20" columns="2">
32682 <features>
32683 <column alignment="center" valignment="top" width="0">
32684 <column alignment="center" valignment="top" width="0">
32685 <row>
32686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690 unidad
32691 \end_layout
32692
32693 \end_inset
32694 </cell>
32695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32696 \begin_inset Text
32697
32698 \begin_layout Plain Layout
32699 nombre/descripción
32700 \end_layout
32701
32702 \end_inset
32703 </cell>
32704 </row>
32705 <row>
32706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 mm
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32716 \begin_inset Text
32717
32718 \begin_layout Plain Layout
32719 milímetro
32720 \end_layout
32721
32722 \end_inset
32723 </cell>
32724 </row>
32725 <row>
32726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730 cm
32731 \end_layout
32732
32733 \end_inset
32734 </cell>
32735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32736 \begin_inset Text
32737
32738 \begin_layout Plain Layout
32739 centímetro
32740 \end_layout
32741
32742 \end_inset
32743 </cell>
32744 </row>
32745 <row>
32746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32747 \begin_inset Text
32748
32749 \begin_layout Plain Layout
32750 in
32751 \end_layout
32752
32753 \end_inset
32754 </cell>
32755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32756 \begin_inset Text
32757
32758 \begin_layout Plain Layout
32759 pulgada
32760 \end_layout
32761
32762 \end_inset
32763 </cell>
32764 </row>
32765 <row>
32766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32767 \begin_inset Text
32768
32769 \begin_layout Plain Layout
32770 pt
32771 \end_layout
32772
32773 \end_inset
32774 </cell>
32775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779 punto (72.27
32780 \begin_inset space \thinspace{}
32781 \end_inset
32782
32783 pt = 1
32784 \begin_inset space \thinspace{}
32785 \end_inset
32786
32787 in)
32788 \end_layout
32789
32790 \end_inset
32791 </cell>
32792 </row>
32793 <row>
32794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32795 \begin_inset Text
32796
32797 \begin_layout Plain Layout
32798 pc
32799 \end_layout
32800
32801 \end_inset
32802 </cell>
32803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32804 \begin_inset Text
32805
32806 \begin_layout Plain Layout
32807 pica (1
32808 \begin_inset space \thinspace{}
32809 \end_inset
32810
32811 pc = 12
32812 \begin_inset space \thinspace{}
32813 \end_inset
32814
32815 pt)
32816 \end_layout
32817
32818 \end_inset
32819 </cell>
32820 </row>
32821 <row>
32822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32823 \begin_inset Text
32824
32825 \begin_layout Plain Layout
32826 sp
32827 \end_layout
32828
32829 \end_inset
32830 </cell>
32831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32832 \begin_inset Text
32833
32834 \begin_layout Plain Layout
32835 punto escalado (65536
32836 \begin_inset space \thinspace{}
32837 \end_inset
32838
32839 sp = 1
32840 \begin_inset space \thinspace{}
32841 \end_inset
32842
32843 pt)
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 </row>
32849 <row>
32850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32851 \begin_inset Text
32852
32853 \begin_layout Plain Layout
32854 bp
32855 \end_layout
32856
32857 \end_inset
32858 </cell>
32859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863 punto grande (72
32864 \begin_inset space \thinspace{}
32865 \end_inset
32866
32867 bp = 1
32868 \begin_inset space \thinspace{}
32869 \end_inset
32870
32871 in)
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 </row>
32877 <row>
32878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882 dd
32883 \end_layout
32884
32885 \end_inset
32886 </cell>
32887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 didot (1
32892 \begin_inset space \thinspace{}
32893 \end_inset
32894
32895 dd 
32896 \begin_inset Formula $\approx$
32897 \end_inset
32898
32899  0.376
32900 \begin_inset space \thinspace{}
32901 \end_inset
32902
32903 mm)
32904 \end_layout
32905
32906 \end_inset
32907 </cell>
32908 </row>
32909 <row>
32910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32911 \begin_inset Text
32912
32913 \begin_layout Plain Layout
32914 cc
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923 cicero (1
32924 \begin_inset space \thinspace{}
32925 \end_inset
32926
32927 cc = 12
32928 \begin_inset space \thinspace{}
32929 \end_inset
32930
32931 dd)
32932 \end_layout
32933
32934 \end_inset
32935 </cell>
32936 </row>
32937 <row>
32938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942 Scale%
32943 \end_layout
32944
32945 \end_inset
32946 </cell>
32947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32948 \begin_inset Text
32949
32950 \begin_layout Plain Layout
32951 % de anchura original de la imagen
32952 \end_layout
32953
32954 \end_inset
32955 </cell>
32956 </row>
32957 <row>
32958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32959 \begin_inset Text
32960
32961 \begin_layout Plain Layout
32962 text%
32963 \end_layout
32964
32965 \end_inset
32966 </cell>
32967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32968 \begin_inset Text
32969
32970 \begin_layout Plain Layout
32971 % de anchura de texto
32972 \end_layout
32973
32974 \end_inset
32975 </cell>
32976 </row>
32977 <row>
32978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32979 \begin_inset Text
32980
32981 \begin_layout Plain Layout
32982 col%
32983 \end_layout
32984
32985 \end_inset
32986 </cell>
32987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32988 \begin_inset Text
32989
32990 \begin_layout Plain Layout
32991 % de anchura de columna
32992 \end_layout
32993
32994 \end_inset
32995 </cell>
32996 </row>
32997 <row>
32998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32999 \begin_inset Text
33000
33001 \begin_layout Plain Layout
33002 page%
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 % de anchura de página
33012 \end_layout
33013
33014 \end_inset
33015 </cell>
33016 </row>
33017 <row>
33018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33019 \begin_inset Text
33020
33021 \begin_layout Plain Layout
33022 line%
33023 \end_layout
33024
33025 \end_inset
33026 </cell>
33027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33028 \begin_inset Text
33029
33030 \begin_layout Plain Layout
33031 % de anchura de línea
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 theight%
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 % de altura de texto
33052 \end_layout
33053
33054 \end_inset
33055 </cell>
33056 </row>
33057 <row>
33058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33059 \begin_inset Text
33060
33061 \begin_layout Plain Layout
33062 pheight%
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 % de altura de página
33072 \end_layout
33073
33074 \end_inset
33075 </cell>
33076 </row>
33077 <row>
33078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33079 \begin_inset Text
33080
33081 \begin_layout Plain Layout
33082 ex
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 altura de la letra 
33092 \emph on
33093 x
33094 \emph default
33095  en la fuente actual
33096 \end_layout
33097
33098 \end_inset
33099 </cell>
33100 </row>
33101 <row>
33102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33103 \begin_inset Text
33104
33105 \begin_layout Plain Layout
33106 em
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115 anchura de la letra 
33116 \emph on
33117 M
33118 \emph default
33119  en la fuente actual
33120 \end_layout
33121
33122 \end_inset
33123 </cell>
33124 </row>
33125 <row>
33126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33127 \begin_inset Text
33128
33129 \begin_layout Plain Layout
33130 mu
33131 \end_layout
33132
33133 \end_inset
33134 </cell>
33135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33136 \begin_inset Text
33137
33138 \begin_layout Plain Layout
33139 unidad matemática (1
33140 \begin_inset space \thinspace{}
33141 \end_inset
33142
33143 mu = 1/18
33144 \begin_inset space \thinspace{}
33145 \end_inset
33146
33147 em)
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 </row>
33153 </lyxtabular>
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \begin_layout Chapter
33166 Formatos de archivos de salida con gráficos
33167 \begin_inset CommandInset label
33168 LatexCommand label
33169 name "cha:Formatos-de-Archivos-de-Salida"
33170
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \begin_layout Section
33177 DVI
33178 \begin_inset Index
33179 status collapsed
33180
33181 \begin_layout Plain Layout
33182 Formatos de archivo ! DVI
33183 \end_layout
33184
33185 \end_inset
33186
33187
33188 \begin_inset Index
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192 DVI|see
33193 \begin_inset ERT
33194 status collapsed
33195
33196 \begin_layout Plain Layout
33197
33198 {
33199 \end_layout
33200
33201 \end_inset
33202
33203 Formatos de archivo
33204 \begin_inset ERT
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208
33209 }
33210 \end_layout
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \begin_layout Standard
33223 Este tipo de archivo tiene la extensión 
33224 \begin_inset Quotes eld
33225 \end_inset
33226
33227
33228 \family typewriter
33229 .dvi
33230 \family default
33231
33232 \begin_inset Quotes erd
33233 \end_inset
33234
33235 .
33236  Se denomina 
33237 \begin_inset Quotes eld
33238 \end_inset
33239
33240 device-independent
33241 \begin_inset Quotes erd
33242 \end_inset
33243
33244  (DVI), porque es completamente portable; se pueden mover de una máquina
33245  a otra sin necesidad de conversión alguna.
33246  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33247  Los DVI se usan para vistas preliminares rápidas y como preparación para
33248  otros formatos de salida como PostScript.
33249 \end_layout
33250
33251 \begin_layout Standard
33252 \begin_inset Note Greyedout
33253 status open
33254
33255 \begin_layout Plain Layout
33256
33257 \series bold
33258 Nota:
33259 \series default
33260  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33261 \end_layout
33262
33263 \end_inset
33264
33265  Por tanto no debes olvidar esto si mueves archivos 
33266 \family typewriter
33267 .dvi
33268 \family default
33269  a otro ordenador.
33270  Esta característica también puede retardar la visualización del archivo,
33271  porque el visor DVI tiene que convertir la imagen en segundo plano para
33272  hacerla visible al deslizar el visor.
33273  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33274 \end_layout
33275
33276 \begin_layout Standard
33277 Un documento se exporta a DVI con el menú 
33278 \family sans
33279 Archivo\SpecialChar \menuseparator
33280 Exportar\SpecialChar \menuseparator
33281 DVI
33282 \family default
33283 .
33284  Puedes ver la salida del documento en DVI con el menú 
33285 \family sans
33286 Ver\SpecialChar \menuseparator
33287 DVI 
33288 \family default
33289 o con el botón
33290 \begin_inset space ~
33291 \end_inset
33292
33293
33294 \begin_inset Graphics
33295         filename ../../images/buffer-view_dvi.png
33296         scale 85
33297
33298 \end_inset
33299
33300 .
33301 \end_layout
33302
33303 \begin_layout Section
33304 PostScript
33305 \begin_inset CommandInset label
33306 LatexCommand label
33307 name "sec:PostScript"
33308
33309 \end_inset
33310
33311
33312 \begin_inset Index
33313 status collapsed
33314
33315 \begin_layout Plain Layout
33316 Formatos de archivo ! PostScript
33317 \end_layout
33318
33319 \end_inset
33320
33321
33322 \begin_inset Index
33323 status collapsed
33324
33325 \begin_layout Plain Layout
33326 PostScript|see
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332 {
33333 \end_layout
33334
33335 \end_inset
33336
33337 Formatos de archivo
33338 \begin_inset ERT
33339 status collapsed
33340
33341 \begin_layout Plain Layout
33342
33343 }
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \end_layout
33350
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \begin_layout Standard
33357 Este tipo de archivo tiene la extensión 
33358 \begin_inset Quotes eld
33359 \end_inset
33360
33361
33362 \family typewriter
33363 .ps
33364 \family default
33365
33366 \begin_inset Quotes erd
33367 \end_inset
33368
33369 .
33370  PostScript fue desarrollado por la compañía 
33371 \family typewriter
33372 Adobe
33373 \family default
33374  como lenguaje para impresoras.
33375  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33376  PostScript puede considerarse como un 
33377 \begin_inset Quotes eld
33378 \end_inset
33379
33380 lenguaje de programación
33381 \begin_inset Quotes erd
33382 \end_inset
33383
33384 ; con él puedes calcular y dibujar imágenes y diagramas
33385 \begin_inset Foot
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 Si estás interesado en este tema acude al paquete LaTeX 
33390 \series bold
33391 PSTricks
33392 \series default
33393  
33394 \begin_inset CommandInset citation
33395 LatexCommand cite
33396 key "pstricks"
33397
33398 \end_inset
33399
33400 .
33401 \end_layout
33402
33403 \end_inset
33404
33405 .
33406  Por esto los archivos suelen ser más grandes que los PDF.
33407 \end_layout
33408
33409 \begin_layout Standard
33410 Los archivos PostScript sólo pueden contener imágenes en el formato 
33411 \begin_inset Quotes eld
33412 \end_inset
33413
33414 Encapsulated PostScript
33415 \begin_inset Quotes erd
33416 \end_inset
33417
33418  (EPS, extensión 
33419 \begin_inset Quotes eld
33420 \end_inset
33421
33422
33423 \family typewriter
33424 .eps
33425 \family default
33426
33427 \begin_inset Quotes erd
33428 \end_inset
33429
33430 ).
33431  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33432  en segundo plano para convertir las imágenes a EPS.
33433  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33434  cada vez que veas o exportes el documento.
33435  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33436  puedes evitar el problema insertando las imágenes directamente en EPS.
33437 \end_layout
33438
33439 \begin_layout Standard
33440 El documento se puede exportar a PostScript con el menú 
33441 \family sans
33442 Archivo\SpecialChar \menuseparator
33443 Exportar\SpecialChar \menuseparator
33444 Postscript
33445 \family default
33446 .
33447  Se puede ver la salida en PostScript con el menú 
33448 \family sans
33449 Ver\SpecialChar \menuseparator
33450 Postscript 
33451 \family default
33452 o con el botón
33453 \begin_inset space ~
33454 \end_inset
33455
33456
33457 \begin_inset Graphics
33458         filename ../../images/buffer-view_ps.png
33459
33460 \end_inset
33461
33462 .
33463 \end_layout
33464
33465 \begin_layout Section
33466 PDF
33467 \begin_inset CommandInset label
33468 LatexCommand label
33469 name "sec:PDF"
33470
33471 \end_inset
33472
33473
33474 \begin_inset Index
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 Formatos de archivo ! PDF
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \begin_inset Index
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488 PDF
33489 \end_layout
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Este tipo de archivo tiene la extensión 
33498 \begin_inset Quotes eld
33499 \end_inset
33500
33501
33502 \family typewriter
33503 .pdf
33504 \family default
33505
33506 \begin_inset Quotes erd
33507 \end_inset
33508
33509 .
33510  El formato 
33511 \begin_inset Quotes eld
33512 \end_inset
33513
33514 Portable Document Format
33515 \begin_inset Quotes erd
33516 \end_inset
33517
33518  (PDF) fue desarrollado por 
33519 \family typewriter
33520 Adobe
33521 \family default
33522  como derivado de PostScript.
33523  Es más comprimido y utiliza muchos menos comandos que PostScript.
33524  Como su nombre 
33525 \begin_inset Quotes eld
33526 \end_inset
33527
33528 portable
33529 \begin_inset Quotes erd
33530 \end_inset
33531
33532  indica, puede ser procesado por cualquier sistema operativo y la salida
33533  impresa se muestra exactamente igual.
33534 \end_layout
33535
33536 \begin_layout Standard
33537 PDF puede contener imágenes en su propio formato PDF, en el formato 
33538 \begin_inset Quotes eld
33539 \end_inset
33540
33541 Joint Photographic Experts Group
33542 \begin_inset Quotes erd
33543 \end_inset
33544
33545  (JPG, extensión 
33546 \begin_inset Quotes eld
33547 \end_inset
33548
33549
33550 \family typewriter
33551 .jpg
33552 \family default
33553
33554 \begin_inset Quotes erd
33555 \end_inset
33556
33557  o 
33558 \begin_inset Quotes eld
33559 \end_inset
33560
33561
33562 \family typewriter
33563 .jpeg
33564 \family default
33565
33566 \begin_inset Quotes erd
33567 \end_inset
33568
33569 ), y en el formato 
33570 \begin_inset Quotes eld
33571 \end_inset
33572
33573 Portable Network Graphics
33574 \begin_inset Quotes erd
33575 \end_inset
33576
33577  (PNG, extensión 
33578 \begin_inset Quotes eld
33579 \end_inset
33580
33581
33582 \family typewriter
33583 .png
33584 \family default
33585
33586 \begin_inset Quotes erd
33587 \end_inset
33588
33589 ).
33590  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33591  en segundo plano a alguno de los anteriores.
33592  Pero como se ha comentado en la sección sobre PostScript, la conversión
33593  de gráficos ralentiza el trabajo.
33594  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33595  mencionados.
33596 \end_layout
33597
33598 \begin_layout Standard
33599 Un documento se puede exportar a PDF con el menú 
33600 \family sans
33601 Archivo\SpecialChar \menuseparator
33602 Exportar
33603 \family default
33604  en tres modos diferentes:
33605 \end_layout
33606
33607 \begin_layout Description
33608 PDF
33609 \begin_inset space ~
33610 \end_inset
33611
33612 (ps2pdf) Este utiliza el programa 
33613 \family typewriter
33614 ps2pdf
33615 \family default
33616  que crea un PDF a partir de una versión PostScript del archivo.
33617  La versión PostScript es producida por el programa 
33618 \family typewriter
33619 dvips
33620 \family default
33621  que usa una versión DVI como paso intermedio.
33622  Así que este modo de exportación consta de tres conversiones.
33623 \end_layout
33624
33625 \begin_layout Description
33626 PDF
33627 \begin_inset space ~
33628 \end_inset
33629
33630 (dvipdfm) Este utiliza el programa 
33631 \family typewriter
33632 dvipdfm
33633 \family default
33634  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33635  PDF.
33636 \end_layout
33637
33638 \begin_layout Description
33639 PDF
33640 \begin_inset space ~
33641 \end_inset
33642
33643 (pdflatex) Este utiliza el programa 
33644 \family typewriter
33645 pdftex
33646 \family default
33647  que convierte directamente el archivo a PDF.
33648 \end_layout
33649
33650 \begin_layout Standard
33651 Se recomienda usar 
33652 \family sans
33653 PDF
33654 \begin_inset space ~
33655 \end_inset
33656
33657 (pdflatex)
33658 \family default
33659  porque 
33660 \family typewriter
33661 pdftex
33662 \family default
33663  soporta todas las características de las versiones actuales de PDF, es
33664  rápido y estable.
33665  El programa 
33666 \family typewriter
33667 dvipdfm
33668 \family default
33669  ya no se desarrolla y está un poco obsoleto.
33670 \end_layout
33671
33672 \begin_layout Standard
33673 La salida en formato PDF se puede ver con el menú 
33674 \family sans
33675 Ver 
33676 \family default
33677 o con el botón
33678 \begin_inset space ~
33679 \end_inset
33680
33681
33682 \begin_inset Graphics
33683         filename ../../images/buffer-view_pdf2.png
33684         scale 85
33685
33686 \end_inset
33687
33688  (que usa 
33689 \family sans
33690 PDF
33691 \begin_inset space ~
33692 \end_inset
33693
33694 (pdflatex)
33695 \family default
33696 ).
33697 \end_layout
33698
33699 \begin_layout Chapter
33700 Explicación de la ecuación
33701 \begin_inset space ~
33702 \end_inset
33703
33704
33705 \begin_inset CommandInset ref
33706 LatexCommand eqref
33707 reference "eq:Wgn"
33708
33709 \end_inset
33710
33711
33712 \begin_inset CommandInset label
33713 LatexCommand label
33714 name "cha:Explicación-de-la-Ecuación"
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Standard
33722 La anchura total de 
33723 \emph on
33724 n
33725 \emph default
33726  celdas de una tabla 
33727 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33728 \end_inset
33729
33730  puede calcularse con
33731 \end_layout
33732
33733 \begin_layout Standard
33734 \begin_inset Formula \begin{equation}
33735 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}
33736
33737 \end_inset
33738
33739
33740 \end_layout
33741
33742 \begin_layout Standard
33743 donde 
33744 \begin_inset Formula $W_{g\, n}$
33745 \end_inset
33746
33747  es el ancho dado de todas las celdas.
33748  
33749 \series bold
33750
33751 \backslash
33752 tabcolsep
33753 \series default
33754  es la longitud LaTeX entre el texto y el borde de la celda, 6
33755 \begin_inset space \thinspace{}
33756 \end_inset
33757
33758 pt por defecto.
33759  
33760 \series bold
33761
33762 \backslash
33763 arrayrulewidth
33764 \series default
33765  es el grosor de línea del borde, 0.4
33766 \begin_inset space \thinspace{}
33767 \end_inset
33768
33769 pt por defecto.
33770 \end_layout
33771
33772 \begin_layout Standard
33773 Procediendo como en la ecuación
33774 \begin_inset space ~
33775 \end_inset
33776
33777
33778 \begin_inset CommandInset ref
33779 LatexCommand eqref
33780 reference "eq:Wtot_n"
33781
33782 \end_inset
33783
33784 , el ancho total de una multicolumna, 
33785 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33786 \end_inset
33787
33788  es
33789 \end_layout
33790
33791 \begin_layout Standard
33792 \begin_inset Formula \begin{equation}
33793 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33794
33795 \end_inset
33796
33797
33798 \end_layout
33799
33800 \begin_layout Standard
33801 Igualando las ecuaciones
33802 \begin_inset space ~
33803 \end_inset
33804
33805
33806 \begin_inset CommandInset ref
33807 LatexCommand eqref
33808 reference "eq:Wtot_n"
33809
33810 \end_inset
33811
33812  y 
33813 \begin_inset CommandInset ref
33814 LatexCommand eqref
33815 reference "eq:Wtot_mult"
33816
33817 \end_inset
33818
33819  podemos calcular el ancho dado necesario 
33820 \begin_inset Formula $W_{g\, n}$
33821 \end_inset
33822
33823  cuando se expanden 
33824 \emph on
33825 n
33826 \emph default
33827  columnas, de forma que cada una de ellas tiene una anchura total  
33828 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33829 \end_inset
33830
33831 :
33832 \end_layout
33833
33834 \begin_layout Standard
33835 \begin_inset Formula \begin{equation}
33836 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33837
33838 \end_inset
33839
33840
33841 \end_layout
33842
33843 \begin_layout Bibliography
33844 \begin_inset CommandInset bibitem
33845 LatexCommand bibitem
33846 key "latexcompanion"
33847
33848 \end_inset
33849
33850 Frank Mittelbach and Michel Goossens: 
33851 \emph on
33852 The LaTeX Companion Second Edition.
33853
33854 \emph default
33855  Addison-Wesley, 2004
33856 \end_layout
33857
33858 \begin_layout Bibliography
33859 \begin_inset CommandInset bibitem
33860 LatexCommand bibitem
33861 key "latexguide"
33862
33863 \end_inset
33864
33865 Helmut Kopka and Patrick W.
33866  Daly: 
33867 \emph on
33868 A Guide to LaTeX Fourth Edition.
33869
33870 \emph default
33871  Addison-Wesley, 2003
33872 \end_layout
33873
33874 \begin_layout Bibliography
33875 \begin_inset CommandInset bibitem
33876 LatexCommand bibitem
33877 key "latexbook"
33878
33879 \end_inset
33880
33881 Leslie Lamport: 
33882 \emph on
33883 LaTeX: A Document Preparation System.
33884
33885 \emph default
33886  Addison-Wesley, second edition, 1994
33887 \end_layout
33888
33889 \begin_layout Bibliography
33890 \begin_inset CommandInset bibitem
33891 LatexCommand bibitem
33892 key "booktabs"
33893
33894 \end_inset
33895
33896 Documentación del paquete LaTeX 
33897 \series bold
33898
33899 \begin_inset CommandInset href
33900 LatexCommand href
33901 name "booktabs"
33902 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33903
33904 \end_inset
33905
33906
33907 \series default
33908
33909 \begin_inset Index
33910 status collapsed
33911
33912 \begin_layout Plain Layout
33913 LaTeX-paquetes ! booktabs
33914 \end_layout
33915
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Bibliography
33922 \begin_inset CommandInset bibitem
33923 LatexCommand bibitem
33924 key "caption"
33925
33926 \end_inset
33927
33928 Documentación del paquete LaTeX 
33929 \series bold
33930
33931 \begin_inset CommandInset href
33932 LatexCommand href
33933 name "caption"
33934 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33935
33936 \end_inset
33937
33938
33939 \series default
33940
33941 \begin_inset Index
33942 status collapsed
33943
33944 \begin_layout Plain Layout
33945 LaTeX-paquetes ! caption
33946 \end_layout
33947
33948 \end_inset
33949
33950
33951 \end_layout
33952
33953 \begin_layout Bibliography
33954 \begin_inset CommandInset bibitem
33955 LatexCommand bibitem
33956 key "endfloat"
33957
33958 \end_inset
33959
33960 Documentación del paquete LaTeX 
33961 \series bold
33962
33963 \begin_inset CommandInset href
33964 LatexCommand href
33965 name "endfloat"
33966 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33967
33968 \end_inset
33969
33970
33971 \series default
33972
33973 \begin_inset Index
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977 LaTeX-paquetes ! endfloat
33978 \end_layout
33979
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \begin_layout Bibliography
33986 \begin_inset CommandInset bibitem
33987 LatexCommand bibitem
33988 key "wrapfig"
33989
33990 \end_inset
33991
33992 Documentación del paquete LaTeX 
33993 \series bold
33994
33995 \begin_inset CommandInset href
33996 LatexCommand href
33997 name "wrapfig"
33998 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33999
34000 \end_inset
34001
34002
34003 \series default
34004
34005 \begin_inset Index
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009 LaTeX-paquetes ! wrapfig
34010 \begin_inset ERT
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014
34015
34016 \backslash
34017
34018 \begin_inset ERT
34019 status collapsed
34020
34021 \begin_layout Plain Layout
34022
34023 {
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \begin_inset ERT
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033
34034 }
34035 \end_layout
34036
34037 \end_inset
34038
34039
34040 \end_layout
34041
34042 \end_inset
34043
34044 vspace
34045 \begin_inset ERT
34046 status collapsed
34047
34048 \begin_layout Plain Layout
34049
34050 {
34051 \end_layout
34052
34053 \end_inset
34054
34055 4mm
34056 \begin_inset ERT
34057 status collapsed
34058
34059 \begin_layout Plain Layout
34060
34061 }
34062 \end_layout
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \begin_layout Bibliography
34075 \begin_inset CommandInset bibitem
34076 LatexCommand bibitem
34077 key "footmisc"
34078
34079 \end_inset
34080
34081 Documentación del paquete LaTeX 
34082 \series bold
34083
34084 \begin_inset CommandInset href
34085 LatexCommand href
34086 name "footmisc"
34087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34088
34089 \end_inset
34090
34091
34092 \series default
34093
34094 \begin_inset Index
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 LaTeX-paquetes ! footmisc
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Bibliography
34107 \begin_inset CommandInset bibitem
34108 LatexCommand bibitem
34109 key "hypcap"
34110
34111 \end_inset
34112
34113 Documentación del paquete LaTeX 
34114 \series bold
34115
34116 \begin_inset CommandInset href
34117 LatexCommand href
34118 name "hypcap"
34119 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34120
34121 \end_inset
34122
34123
34124 \series default
34125
34126 \begin_inset Index
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130 LaTeX-paquetes ! hyperref
34131 \end_layout
34132
34133 \end_inset
34134
34135
34136 \end_layout
34137
34138 \begin_layout Bibliography
34139 \begin_inset CommandInset bibitem
34140 LatexCommand bibitem
34141 key "hyperref"
34142
34143 \end_inset
34144
34145 Documentación del paquete LaTeX 
34146 \series bold
34147
34148 \begin_inset CommandInset href
34149 LatexCommand href
34150 name "hyperref"
34151 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34152
34153 \end_inset
34154
34155
34156 \series default
34157
34158 \begin_inset Index
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162 LaTeX-paquetes ! hyperref
34163 \end_layout
34164
34165 \end_inset
34166
34167
34168 \end_layout
34169
34170 \begin_layout Bibliography
34171 \begin_inset CommandInset bibitem
34172 LatexCommand bibitem
34173 key "koma-script"
34174
34175 \end_inset
34176
34177 Documentación del paquete LaTeX 
34178 \series bold
34179
34180 \begin_inset CommandInset href
34181 LatexCommand href
34182 name "koma-script"
34183 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34184
34185 \end_inset
34186
34187
34188 \series default
34189
34190 \begin_inset Index
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 LaTeX-paquetes ! koma-script
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Bibliography
34203 \begin_inset CommandInset bibitem
34204 LatexCommand bibitem
34205 key "listings"
34206
34207 \end_inset
34208
34209 Documentación del paquete LaTeX 
34210 \series bold
34211
34212 \begin_inset CommandInset href
34213 LatexCommand href
34214 name "listings"
34215 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34216
34217 \end_inset
34218
34219
34220 \series default
34221
34222 \begin_inset Index
34223 status collapsed
34224
34225 \begin_layout Plain Layout
34226 LaTeX-paquetes ! listings
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Bibliography
34235 \begin_inset CommandInset bibitem
34236 LatexCommand bibitem
34237 key "marginnote"
34238
34239 \end_inset
34240
34241 Documentación del paquete LaTeX 
34242 \series bold
34243
34244 \begin_inset CommandInset href
34245 LatexCommand href
34246 name "marginnote"
34247 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34248
34249 \end_inset
34250
34251
34252 \series default
34253
34254 \begin_inset Index
34255 status collapsed
34256
34257 \begin_layout Plain Layout
34258 LaTeX-paquetes ! marginnote
34259 \end_layout
34260
34261 \end_inset
34262
34263
34264 \end_layout
34265
34266 \begin_layout Bibliography
34267 \begin_inset CommandInset bibitem
34268 LatexCommand bibitem
34269 key "pstricks"
34270
34271 \end_inset
34272
34273 Página web del paquete LaTeX 
34274 \series bold
34275
34276 \begin_inset CommandInset href
34277 LatexCommand href
34278 name "PSTricks"
34279 target "http://tug.org/PSTricks/"
34280
34281 \end_inset
34282
34283
34284 \series default
34285
34286 \begin_inset Index
34287 status collapsed
34288
34289 \begin_layout Plain Layout
34290 LaTeX-paquetes ! PSTricks
34291 \end_layout
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \begin_layout Bibliography
34299 \begin_inset CommandInset bibitem
34300 LatexCommand bibitem
34301 key "sidecap"
34302
34303 \end_inset
34304
34305 Documentación del paquete LaTeX 
34306 \series bold
34307
34308 \begin_inset CommandInset href
34309 LatexCommand href
34310 name "sidecap"
34311 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34312
34313 \end_inset
34314
34315
34316 \series default
34317
34318 \begin_inset Index
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322 LaTeX-paquetes ! sidecap
34323 \end_layout
34324
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \begin_layout Bibliography
34331 \begin_inset CommandInset bibitem
34332 LatexCommand bibitem
34333 key "NewInLyX16"
34334
34335 \end_inset
34336
34337
34338 \begin_inset CommandInset href
34339 LatexCommand href
34340 name "Página wiki"
34341 target "http://wiki.lyx.org/LyX/NewInLyX16"
34342
34343 \end_inset
34344
34345  sobre características nuevas para la versión 
34346 \family sans
34347 LyX
34348 \begin_inset space ~
34349 \end_inset
34350
34351 1.6.0
34352 \family default
34353 .
34354 \end_layout
34355
34356 \begin_layout Standard
34357 \begin_inset CommandInset index_print
34358 LatexCommand printindex
34359
34360 \end_inset
34361
34362
34363 \end_layout
34364
34365 \begin_layout Standard
34366 \begin_inset FloatList figure
34367
34368 \end_inset
34369
34370
34371 \end_layout
34372
34373 \begin_layout Standard
34374 \begin_inset FloatList table
34375
34376 \end_inset
34377
34378
34379 \end_layout
34380
34381 \begin_layout Standard
34382 \begin_inset ERT
34383 status open
34384
34385 \begin_layout Plain Layout
34386
34387
34388 \backslash
34389 listof{algorithm}{Lista de algoritmos}
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \begin_inset Note Note
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399 Véase la sección
34400 \begin_inset space ~
34401 \end_inset
34402
34403
34404 \begin_inset CommandInset ref
34405 LatexCommand ref
34406 reference "sub:Algoritmos-Flotantes"
34407
34408 \end_inset
34409
34410  para una descripción.
34411 \end_layout
34412
34413 \end_inset
34414
34415
34416 \end_layout
34417
34418 \end_body
34419 \end_document