]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
Spanish EmbeddedObjects.lyx: translation update by Ignacio
[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 336
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC are numbered roman
109 % and a PDF-bookmark for the TOC is added
110 \pagenumbering{Roman}
111 \let\myTOC\tableofcontents
112 \renewcommand{\tableofcontents}{%
113  \pdfbookmark[1]{Índice general}{}
114  \myTOC
115  \cleardoublepage
116  \pagenumbering{arabic}}
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164
165 % to translate the listing label
166 % para traducir la etiqueta listing
167 \renewcommand{\lstlistingname}{Listado}
168 \end_preamble
169 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
170 \language spanish
171 \inputencoding auto
172 \font_roman default
173 \font_sans default
174 \font_typewriter default
175 \font_default_family default
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100
179 \font_tt_scale 100
180
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         display color
706         scale 70
707         clip
708         rotateOrigin center
709
710 \end_inset
711
712
713 \end_layout
714
715 \begin_layout Standard
716 Esta es la misma imagen pero en modo borrador:
717 \end_layout
718
719 \begin_layout Standard
720 \align center
721 \begin_inset Graphics
722         filename ../clipart/mobius.eps
723         display color
724         scale 70
725         draft
726         rotateOrigin center
727
728 \end_inset
729
730
731 \end_layout
732
733 \begin_layout Section
734 Figuras flotantes
735 \begin_inset CommandInset label
736 LatexCommand label
737 name "sec:Figuras-Flotantes"
738
739 \end_inset
740
741
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 Flotantes ! Figuras
747 \end_layout
748
749 \end_inset
750
751
752 \begin_inset Index
753 status collapsed
754
755 \begin_layout Plain Layout
756 Figuras ! Flotantes
757 \end_layout
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 Para información general sobre flotantes, echa una ojeada a la sección
766 \begin_inset space ~
767 \end_inset
768
769
770 \begin_inset CommandInset ref
771 LatexCommand ref
772 reference "sec:IntroducciónFlotantes"
773
774 \end_inset
775
776 .
777 \end_layout
778
779 \begin_layout Standard
780 El botón 
781 \begin_inset Graphics
782         filename ../../images/float-insert_figure.png
783         scale 85
784
785 \end_inset
786
787  y el menú 
788 \family sans
789 Insertar\SpecialChar \menuseparator
790 Flotante\SpecialChar \menuseparator
791 Figura
792 \family default
793  insertan un flotante con la etiqueta 
794 \begin_inset Quotes eld
795 \end_inset
796
797 Figura #:
798 \begin_inset Quotes erd
799 \end_inset
800
801  (# es el número actual).
802  La imagen se puede insertar sobre el título, como en la figura
803 \begin_inset space ~
804 \end_inset
805
806
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "fig:kill-plat"
810
811 \end_inset
812
813 , o bajo el título, como en la figura
814 \begin_inset space ~
815 \end_inset
816
817
818 \begin_inset CommandInset ref
819 LatexCommand ref
820 reference "fig:escher"
821
822 \end_inset
823
824 .
825  Más información sobre ubicación de títulos en la sección
826 \begin_inset space ~
827 \end_inset
828
829
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sec:Colocación-de-leyendas"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \begin_layout Standard
840 \begin_inset Float figure
841 wide false
842 sideways false
843 status open
844
845 \begin_layout Plain Layout
846 \align center
847 \begin_inset Graphics
848         filename ../clipart/platypus.eps
849         display color
850         width 50col%
851         rotateOrigin center
852
853 \end_inset
854
855
856 \end_layout
857
858 \begin_layout Plain Layout
859 \begin_inset Caption
860
861 \begin_layout Plain Layout
862 \begin_inset CommandInset label
863 LatexCommand label
864 name "fig:kill-plat"
865
866 \end_inset
867
868 Un platypus muy distorsionado en un flotante.
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \end_inset
877
878
879 \end_layout
880
881 \begin_layout Standard
882 \begin_inset Float figure
883 wide false
884 sideways false
885 status open
886
887 \begin_layout Plain Layout
888 \begin_inset Caption
889
890 \begin_layout Plain Layout
891 \begin_inset CommandInset label
892 LatexCommand label
893 name "fig:escher"
894
895 \end_inset
896
897 M.C.
898  Escher en ácido.
899 \end_layout
900
901 \end_inset
902
903
904 \end_layout
905
906 \begin_layout Plain Layout
907 \align center
908 \begin_inset Graphics
909         filename ../clipart/escher-lsd.eps
910         display color
911         scale 80
912         rotateOrigin center
913
914 \end_inset
915
916
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Standard
925 \begin_inset Index
926 status collapsed
927
928 \begin_layout Plain Layout
929 Referencias ! a figuras
930 \end_layout
931
932 \end_inset
933
934 Las figuras
935 \begin_inset space ~
936 \end_inset
937
938
939 \begin_inset CommandInset ref
940 LatexCommand ref
941 reference "fig:kill-plat"
942
943 \end_inset
944
945  y 
946 \begin_inset CommandInset ref
947 LatexCommand ref
948 reference "fig:escher"
949
950 \end_inset
951
952  son ejemplos de figuras con referencias cruzadas.
953  Las figuras pueden tener referencias cruzadas en el documento mediante
954  referencia a su etiqueta.
955  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
956 \family sans
957 Insertar\SpecialChar \menuseparator
958 Etiqueta
959 \family default
960  o el botón 
961 \begin_inset Graphics
962         filename ../../images/label-insert.png
963         scale 85
964
965 \end_inset
966
967 .
968  Ahora puedes referirte a la etiqueta usando el menú 
969 \family sans
970 Insertar\SpecialChar \menuseparator
971 Referencia
972 \begin_inset space ~
973 \end_inset
974
975 cruzada
976 \family default
977  o el botón 
978 \begin_inset Graphics
979         filename ../../images/dialog-show-new-inset_ref.png
980         scale 85
981
982 \end_inset
983
984 .
985  Es importante emplear referencias a flotantes, mejor que alusiones vagas
986  como 
987 \begin_inset Quotes eld
988 \end_inset
989
990 la figura de arriba
991 \begin_inset Quotes erd
992 \end_inset
993
994 , porque como LaTeX recolocará los flotantes en el documento final, podría
995  no quedar 
996 \begin_inset Quotes eld
997 \end_inset
998
999 arriba
1000 \begin_inset Quotes erd
1001 \end_inset
1002
1003  precisamente.
1004 \begin_inset Newline newline
1005 \end_inset
1006
1007 Las referencias se explican con detalle en la sección
1008 \begin_inset space ~
1009 \end_inset
1010
1011
1012 \begin_inset CommandInset ref
1013 LatexCommand ref
1014 reference "sec:Referencias-a-Flotantes"
1015
1016 \end_inset
1017
1018 .
1019 \end_layout
1020
1021 \begin_layout Standard
1022 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1023  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
1024  Esto es posible mediante la solapa 
1025 \family sans
1026 Opciones
1027 \begin_inset space ~
1028 \end_inset
1029
1030 extra
1031 \family default
1032  del diálogo gráficos.
1033  Elige la opción 
1034 \family sans
1035 Subfigura
1036 \family default
1037  e introduce el subtítulo en la casilla 
1038 \family sans
1039 Descripción
1040 \family default
1041 .
1042  Ten en cuenta que sólo el título principal  del flotante se añade a la
1043  Lista de Figuras.
1044  La figura
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:Dos-imágenes-distorsionadas"
1052
1053 \end_inset
1054
1055  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1056  También se pueden poner una sobre otra.
1057 \end_layout
1058
1059 \begin_layout Standard
1060 \begin_inset Float figure
1061 wide false
1062 sideways false
1063 status open
1064
1065 \begin_layout Plain Layout
1066 \begin_inset space \hfill{}
1067 \end_inset
1068
1069
1070 \begin_inset Float figure
1071 wide false
1072 sideways false
1073 status open
1074
1075 \begin_layout Plain Layout
1076 \begin_inset Caption
1077
1078 \begin_layout Plain Layout
1079 Estructura indefinible
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \begin_layout Plain Layout
1088 \begin_inset Graphics
1089         filename ../clipart/escher-lsd.eps
1090         width 45col%
1091
1092 \end_inset
1093
1094
1095 \end_layout
1096
1097 \end_inset
1098
1099
1100 \begin_inset space \hfill{}
1101 \end_inset
1102
1103
1104 \begin_inset Float figure
1105 wide false
1106 sideways false
1107 status open
1108
1109 \begin_layout Plain Layout
1110 \begin_inset Caption
1111
1112 \begin_layout Plain Layout
1113
1114 \end_layout
1115
1116 \end_inset
1117
1118
1119 \end_layout
1120
1121 \begin_layout Plain Layout
1122 \begin_inset Graphics
1123         filename ../clipart/platypus.eps
1124         lyxscale 60
1125         width 45col%
1126
1127 \end_inset
1128
1129
1130 \end_layout
1131
1132 \end_inset
1133
1134
1135 \begin_inset space \hfill{}
1136 \end_inset
1137
1138
1139 \end_layout
1140
1141 \begin_layout Plain Layout
1142 \begin_inset Caption
1143
1144 \begin_layout Plain Layout
1145 \begin_inset CommandInset label
1146 LatexCommand label
1147 name "fig:Dos-imágenes-distorsionadas"
1148
1149 \end_inset
1150
1151 Dos imágenes distorsionadas.
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \end_inset
1160
1161
1162 \end_layout
1163
1164 \begin_layout Section
1165 Formatos de imagen
1166 \begin_inset CommandInset label
1167 LatexCommand label
1168 name "sec:Formatos-de-imagen"
1169
1170 \end_inset
1171
1172
1173 \begin_inset Index
1174 status collapsed
1175
1176 \begin_layout Plain Layout
1177 Formatos de imagen
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \begin_inset Index
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187 Figuras ! Formatos de imagen
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \end_layout
1194
1195 \begin_layout Standard
1196 Puedes insertar imágenes en cualquier formato.
1197  Pero como se explica en el apéndice
1198 \begin_inset space ~
1199 \end_inset
1200
1201
1202 \begin_inset CommandInset ref
1203 LatexCommand ref
1204 reference "cha:Formatos-de-Archivos-de-Salida"
1205
1206 \end_inset
1207
1208 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1209  de archivo de imagen.
1210  Por eso LyX usa el programa 
1211 \family sans
1212 Imagemagick
1213 \family default
1214  en segundo plano para convertir imágenes al formato adecuado.
1215  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1216  los formatos de imagen admitidos en el formato de archivo de salida.
1217  Los formatos de salida se explican en el apéndice
1218 \begin_inset space ~
1219 \end_inset
1220
1221
1222 \begin_inset CommandInset ref
1223 LatexCommand ref
1224 reference "cha:Formatos-de-Archivos-de-Salida"
1225
1226 \end_inset
1227
1228 .
1229 \end_layout
1230
1231 \begin_layout Standard
1232 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1233 \end_layout
1234
1235 \begin_layout Description
1236 Imágenes
1237 \begin_inset space ~
1238 \end_inset
1239
1240 mapa
1241 \begin_inset space ~
1242 \end_inset
1243
1244 de
1245 \begin_inset space ~
1246 \end_inset
1247
1248 bits
1249 \begin_inset space ~
1250 \end_inset
1251
1252 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1253  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1254  de zoom.
1255  Formatos de imágenes en bitmap bien conocidos son 
1256 \begin_inset Quotes eld
1257 \end_inset
1258
1259 Graphics Interchange Format
1260 \begin_inset Quotes erd
1261 \end_inset
1262
1263  (GIF, extensión 
1264 \begin_inset Quotes eld
1265 \end_inset
1266
1267 .gif
1268 \begin_inset Quotes erd
1269 \end_inset
1270
1271 )
1272 \begin_inset Index
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276 GIF|see
1277 \begin_inset ERT
1278 status collapsed
1279
1280 \begin_layout Plain Layout
1281
1282 {
1283 \end_layout
1284
1285 \end_inset
1286
1287 Formatos de imagen
1288 \begin_inset ERT
1289 status collapsed
1290
1291 \begin_layout Plain Layout
1292
1293 }
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \end_layout
1300
1301 \end_inset
1302
1303
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307 Portable Network Graphics
1308 \begin_inset Quotes erd
1309 \end_inset
1310
1311  (PNG, extensión 
1312 \begin_inset Quotes eld
1313 \end_inset
1314
1315 .png
1316 \begin_inset Quotes erd
1317 \end_inset
1318
1319 )
1320 \begin_inset Index
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 PNG|see
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 {
1331 \end_layout
1332
1333 \end_inset
1334
1335 Formatos de imagen
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 }
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351 , y 
1352 \begin_inset Quotes eld
1353 \end_inset
1354
1355 Joint Photographic Experts Group
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359  (JPG, extensión 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363 .jpg
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367  o 
1368 \begin_inset Quotes eld
1369 \end_inset
1370
1371 .jpeg
1372 \begin_inset Quotes erd
1373 \end_inset
1374
1375 )
1376 \begin_inset Index
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380 JPG|see
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 {
1387 \end_layout
1388
1389 \end_inset
1390
1391 Formatos de imagen
1392 \begin_inset ERT
1393 status collapsed
1394
1395 \begin_layout Plain Layout
1396
1397 }
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \end_inset
1406
1407 .
1408 \end_layout
1409
1410 \begin_layout Description
1411 Imágenes
1412 \begin_inset space ~
1413 \end_inset
1414
1415 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1416 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1417  La posibilidad de escalado hace falta para crear presentaciones, porque
1418  éstas siempre son escaladas por el proyector.
1419  El escalado también es útil en los documentos en línea para permitir el
1420  zoom en diagramas.
1421 \begin_inset Newline newline
1422 \end_inset
1423
1424 Formatos de imagen escalables pueden ser 
1425 \begin_inset Quotes eld
1426 \end_inset
1427
1428 Scalable Vector Graphics
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432  (SVG, extensión 
1433 \begin_inset Quotes eld
1434 \end_inset
1435
1436 .svg
1437 \begin_inset Quotes erd
1438 \end_inset
1439
1440 )
1441 \begin_inset Index
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 SVG|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Formatos de imagen
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \begin_inset Quotes eld
1474 \end_inset
1475
1476 Encapsulated PostScript
1477 \begin_inset Quotes erd
1478 \end_inset
1479
1480  (EPS, extensión 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484 .eps
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488 )
1489 \begin_inset Index
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493 EPS|see
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 {
1500 \end_layout
1501
1502 \end_inset
1503
1504 Formatos de imagen
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 }
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \end_layout
1517
1518 \end_inset
1519
1520
1521 \begin_inset Quotes eld
1522 \end_inset
1523
1524 Portable Document Format
1525 \begin_inset Quotes erd
1526 \end_inset
1527
1528  (PDF, extensión 
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 .pdf
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536 )
1537 \begin_inset Index
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541 PDF|see
1542 \begin_inset ERT
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 {
1548 \end_layout
1549
1550 \end_inset
1551
1552 Formatos de imagen
1553 \begin_inset ERT
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557
1558 }
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \end_layout
1565
1566 \end_inset
1567
1568 , y 
1569 \begin_inset Quotes eld
1570 \end_inset
1571
1572 Windows Metafile
1573 \begin_inset Quotes erd
1574 \end_inset
1575
1576  (WMF, extensión 
1577 \begin_inset Quotes eld
1578 \end_inset
1579
1580 .wmf
1581 \begin_inset Quotes erd
1582 \end_inset
1583
1584 )
1585 \begin_inset Index
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589 WMF|see
1590 \begin_inset ERT
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594
1595 {
1596 \end_layout
1597
1598 \end_inset
1599
1600 Formatos de imagen
1601 \begin_inset ERT
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605
1606 }
1607 \end_layout
1608
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \end_inset
1615
1616 .
1617  Escribimos 
1618 \begin_inset Quotes eld
1619 \end_inset
1620
1621 pueden ser
1622 \begin_inset Quotes erd
1623 \end_inset
1624
1625 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1626  será todavía una imagen bitmap.
1627  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1628  a la imagen original
1629 \begin_inset Foot
1630 status collapsed
1631
1632 \begin_layout Plain Layout
1633 En el caso de PDF, además se comprime la imagen original.
1634 \end_layout
1635
1636 \end_inset
1637
1638 .
1639  Por ejemplo, los archivos PDF generados por 
1640 \family sans
1641 Adobe Photoshop
1642 \family default
1643  son imágenes bitmap.
1644 \end_layout
1645
1646 \begin_layout Standard
1647 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1648  viceversa.
1649  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1650  archivos de salida PDF y PostScript, respectivamente.
1651  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1652  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1653 \begin_inset Formula $\to$
1654 \end_inset
1655
1656  PDF/EPS.
1657 \end_layout
1658
1659 \begin_layout Chapter
1660 Tablas
1661 \begin_inset CommandInset label
1662 LatexCommand label
1663 name "cha:Tablas"
1664
1665 \end_inset
1666
1667
1668 \begin_inset Index
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 Tablas
1673 \end_layout
1674
1675 \end_inset
1676
1677
1678 \end_layout
1679
1680 \begin_layout Section
1681 Introducción
1682 \begin_inset Index
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Tablas ! Introducción
1687 \end_layout
1688
1689 \end_inset
1690
1691
1692 \end_layout
1693
1694 \begin_layout Standard
1695 Puede insertarse una tabla mediante el botón
1696 \begin_inset Graphics
1697         filename ../../images/tabular-insert.png
1698         scale 85
1699
1700 \end_inset
1701
1702  o el menú 
1703 \family sans
1704 Insertar\SpecialChar \menuseparator
1705 Tabla
1706 \family default
1707 .
1708  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1709  el número de filas y de columnas de la tabla.
1710  Si usas el menú aparece un diálogo en el que se pide el número de filas
1711  y columnas.
1712  
1713 \begin_inset Newline newline
1714 \end_inset
1715
1716 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1717  fila aparece separada por una línea doble: la línea inferior de la primera
1718  fila y la línea superior de la segunda fila.
1719  Ejemplo de tabla:
1720 \end_layout
1721
1722 \begin_layout Standard
1723 \align center
1724 \begin_inset Tabular
1725 <lyxtabular version="3" rows="4" columns="4">
1726 <features>
1727 <column alignment="center" valignment="top" width="0">
1728 <column alignment="center" valignment="top" width="0pt">
1729 <column alignment="center" valignment="top" width="0in">
1730 <column alignment="center" valignment="top" width="0pt">
1731 <row>
1732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1733 \begin_inset Text
1734
1735 \begin_layout Plain Layout
1736
1737 \end_layout
1738
1739 \end_inset
1740 </cell>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \family roman
1747 \series medium
1748 \shape up
1749 \size normal
1750 \emph off
1751 \bar no
1752 \noun off
1753 \color none
1754 1
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1760 \begin_inset Text
1761
1762 \begin_layout Plain Layout
1763 2
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772 3
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 </row>
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783
1784 \family roman
1785 \series medium
1786 \shape up
1787 \size normal
1788 \emph off
1789 \bar no
1790 \noun off
1791 \color none
1792 A
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 </row>
1825 <row>
1826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1827 \begin_inset Text
1828
1829 \begin_layout Plain Layout
1830
1831 \family roman
1832 \series medium
1833 \shape up
1834 \size normal
1835 \emph off
1836 \bar no
1837 \noun off
1838 \color none
1839 B
1840 \end_layout
1841
1842 \end_inset
1843 </cell>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \size normal
1859 \noun off
1860 \color none
1861  
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1867 \begin_inset Text
1868
1869 \begin_layout Plain Layout
1870
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 </row>
1876 <row>
1877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1878 \begin_inset Text
1879
1880 \begin_layout Plain Layout
1881
1882 \family roman
1883 \series medium
1884 \shape up
1885 \size normal
1886 \emph off
1887 \bar no
1888 \noun off
1889 \color none
1890 C
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 </row>
1923 </lyxtabular>
1924
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \begin_layout Section
1931 Diálogo de tablas
1932 \begin_inset Index
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936 Tablas ! Diálogo
1937 \end_layout
1938
1939 \end_inset
1940
1941
1942 \end_layout
1943
1944 \begin_layout Standard
1945 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1946  pinchar sobre ella con el botón derecho del ratón.
1947  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1948  encuentra el cursor.
1949  La mayoría de opciones también trabajan sobre una selección de celdas,
1950  de filas o de columnas.
1951  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1952  su 
1953 \emph on
1954 contenido
1955 \emph default
1956 .
1957  En el cuadro de diálogo aparecen las siguientes solapas:
1958 \end_layout
1959
1960 \begin_layout Description
1961
1962 \family sans
1963 Configuración
1964 \begin_inset space ~
1965 \end_inset
1966
1967 de
1968 \begin_inset space ~
1969 \end_inset
1970
1971 la
1972 \begin_inset space ~
1973 \end_inset
1974
1975 tabla
1976 \family default
1977  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1978  actual.
1979  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1980  Una anchura determinada permite tener saltos de línea y distintos párrafos
1981  de texto, ver sección 
1982 \begin_inset space ~
1983 \end_inset
1984
1985
1986 \begin_inset CommandInset ref
1987 LatexCommand ref
1988 reference "sub:Líneas-Múltiples-en"
1989
1990 \end_inset
1991
1992 .
1993  Si no estableces anchura, la columna será tan ancha como el contenido de
1994  la celda más ancha.
1995 \begin_inset Newline newline
1996 \end_inset
1997
1998 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1999  ver sección
2000 \begin_inset space ~
2001 \end_inset
2002
2003
2004 \begin_inset CommandInset ref
2005 LatexCommand ref
2006 reference "sub:Multicolumnas"
2007
2008 \end_inset
2009
2010 .
2011 \begin_inset Newline newline
2012 \end_inset
2013
2014 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2015  90º en el sentido de las agujas del reloj.
2016  La rotación no se ve en LyX, sí en la salida.
2017 \begin_inset Newline newline
2018 \end_inset
2019
2020
2021 \begin_inset Note Greyedout
2022 status open
2023
2024 \begin_layout Plain Layout
2025
2026 \series bold
2027 Nota:
2028 \series default
2029  no todos los visores DVI pueden mostrar rotaciones.
2030 \end_layout
2031
2032 \end_inset
2033
2034
2035 \begin_inset Newline newline
2036 \end_inset
2037
2038 También es posible introducir argumentos LaTeX necesarios para formatos
2039  especiales, ver sección
2040 \begin_inset space ~
2041 \end_inset
2042
2043
2044 \begin_inset CommandInset ref
2045 LatexCommand ref
2046 reference "sub:Cálculos-en-Multicolumnas"
2047
2048 \end_inset
2049
2050  y 
2051 \begin_inset CommandInset ref
2052 LatexCommand ref
2053 reference "sec:Tablas-Coloreadas"
2054
2055 \end_inset
2056
2057 .
2058 \end_layout
2059
2060 \begin_layout Description
2061
2062 \family sans
2063 Bordes
2064 \family default
2065  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2066 \end_layout
2067
2068 \begin_layout Description
2069
2070 \family sans
2071 Tabla
2072 \begin_inset space ~
2073 \end_inset
2074
2075 larga
2076 \family default
2077  Para hacer 
2078 \emph on
2079 tablas largas
2080 \emph default
2081  que pueden extenderse por varias páginas.
2082  La sección
2083 \begin_inset space ~
2084 \end_inset
2085
2086
2087 \begin_inset CommandInset ref
2088 LatexCommand ref
2089 reference "sec:Tablas-Largas"
2090
2091 \end_inset
2092
2093  describe su uso en detalle.
2094 \end_layout
2095
2096 \begin_layout Standard
2097 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2098  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2099  aparecerá inmediatamente en el diálogo.
2100 \end_layout
2101
2102 \begin_layout Section
2103 Barra de herramientas de tabla
2104 \begin_inset Index
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 Tablas ! Barra de herramientas
2109 \end_layout
2110
2111 \end_inset
2112
2113
2114 \end_layout
2115
2116 \begin_layout Standard
2117 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2118  para cambiar las tablas de manera más rápida.
2119  Normalmente debería aparecer en la parte inferior de la ventana principal
2120  de LyX cuando el cursor está dentro de una tabla.
2121  En cualquier momento se puede presentar esta barra pinchando con el botón
2122  derecho del ratón en cualquier punto de la barra principal de menú.
2123 \end_layout
2124
2125 \begin_layout Standard
2126 La barra de herramientas tiene los siguientes iconos:
2127 \end_layout
2128
2129 \begin_layout Labeling
2130 \labelwidthstring 00.00.0000
2131 \begin_inset Graphics
2132         filename ../../images/tabular-feature_append-row.png
2133
2134 \end_inset
2135
2136  añade una fila bajo la celda actual o selección
2137 \end_layout
2138
2139 \begin_layout Labeling
2140 \labelwidthstring 00.00.0000
2141 \begin_inset Graphics
2142         filename ../../images/tabular-feature_append-column.png
2143
2144 \end_inset
2145
2146  añade una columna a la derecha de la celda actual o selección
2147 \end_layout
2148
2149 \begin_layout Labeling
2150 \labelwidthstring 00.00.0000
2151 \begin_inset Graphics
2152         filename ../../images/tabular-feature_delete-row.png
2153
2154 \end_inset
2155
2156  borra la fila actual o selección
2157 \end_layout
2158
2159 \begin_layout Labeling
2160 \labelwidthstring 00.00.0000
2161 \begin_inset Graphics
2162         filename ../../images/tabular-feature_delete-column.png
2163
2164 \end_inset
2165
2166  borra la columna actual o selección
2167 \end_layout
2168
2169 \begin_layout Labeling
2170 \labelwidthstring 00.00.0000
2171 \begin_inset Graphics
2172         filename ../../images/tabular-feature_toggle-line-top.png
2173
2174 \end_inset
2175
2176  añade una línea sobre la celda/fila actual o la selección
2177 \end_layout
2178
2179 \begin_layout Labeling
2180 \labelwidthstring 00.00.0000
2181 \begin_inset Graphics
2182         filename ../../images/tabular-feature_toggle-line-bottom.png
2183
2184 \end_inset
2185
2186  añade una línea bajo la celda/fila actual o la selección
2187 \end_layout
2188
2189 \begin_layout Labeling
2190 \labelwidthstring 00.00.0000
2191 \begin_inset Graphics
2192         filename ../../images/tabular-feature_toggle-line-left.png
2193
2194 \end_inset
2195
2196  añade una línea a la izquierda de la celda/fila actual o la selección
2197 \end_layout
2198
2199 \begin_layout Labeling
2200 \labelwidthstring 00.00.0000
2201 \begin_inset Graphics
2202         filename ../../images/tabular-feature_toggle-line-right.png
2203
2204 \end_inset
2205
2206  añade una línea a la derecha de la celda/fila actual o la selección
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../../images/tabular-feature_set-all-lines.png
2213
2214 \end_inset
2215
2216  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2217  actual no es multicolumna esto afecta también a la fila y a la columna)
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../../images/tabular-feature_unset-all-lines.png
2224
2225 \end_inset
2226
2227  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2228  actual no es multicolumna esto afecta también a la fila y a la columna)
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233 \begin_inset Graphics
2234         filename ../../images/tabular-feature_align-left.png
2235
2236 \end_inset
2237
2238  alinea a la izquierda el contenido de la celda/columna
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243 \begin_inset Graphics
2244         filename ../../images/tabular-feature_align-center.png
2245
2246 \end_inset
2247
2248  centra el contenido de la celda/columna horizontalmente
2249 \end_layout
2250
2251 \begin_layout Labeling
2252 \labelwidthstring 00.00.0000
2253 \begin_inset Graphics
2254         filename ../../images/tabular-feature_align-right.png
2255
2256 \end_inset
2257
2258  alinea a la derecha el contenido de la celda/columna
2259 \end_layout
2260
2261 \begin_layout Labeling
2262 \labelwidthstring 00.00.0000
2263 \begin_inset Graphics
2264         filename ../../images/tabular-feature_valign-top.png
2265
2266 \end_inset
2267
2268  alinea arriba el contenido de la celda
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../../images/tabular-feature_valign-middle.png
2275
2276 \end_inset
2277
2278  centra verticalmente el contenido de la celda
2279 \end_layout
2280
2281 \begin_layout Labeling
2282 \labelwidthstring 00.00.0000
2283 \begin_inset Graphics
2284         filename ../../images/tabular-feature_valign-bottom.png
2285
2286 \end_inset
2287
2288  alinea abajo el contenido de la celda
2289 \end_layout
2290
2291 \begin_layout Labeling
2292 \labelwidthstring 00.00.0000
2293 \begin_inset Graphics
2294         filename ../../images/tabular-feature_set-rotate-cell.png
2295
2296 \end_inset
2297
2298  gira la celda o selección 90° como las agujas de reloj
2299 \end_layout
2300
2301 \begin_layout Labeling
2302 \labelwidthstring 00.00.0000
2303 \begin_inset Graphics
2304         filename ../../images/tabular-feature_set-rotate-tabular.png
2305
2306 \end_inset
2307
2308  gira toda la tabla 90° como agujas del reloj
2309 \end_layout
2310
2311 \begin_layout Labeling
2312 \labelwidthstring 00.00.0000
2313 \begin_inset Graphics
2314         filename ../../images/tabular-feature_multicolumn.png
2315
2316 \end_inset
2317
2318  establece la celda actual o selección como multicolumna
2319 \end_layout
2320
2321 \begin_layout Standard
2322 \begin_inset Note Greyedout
2323 status open
2324
2325 \begin_layout Plain Layout
2326
2327 \series bold
2328 Nota:
2329 \series default
2330  En la salida se emplea la alineación vertical de la primera celda de una
2331  fila para todas las celdas restantes de la fila.
2332 \end_layout
2333
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \begin_layout Section
2340 Menú Editar Tabla
2341 \begin_inset Index
2342 status collapsed
2343
2344 \begin_layout Plain Layout
2345 Tablas ! Editar
2346 \end_layout
2347
2348 \end_inset
2349
2350
2351 \end_layout
2352
2353 \begin_layout Standard
2354 Además del diálogo y la barra de herramientas, el menú 
2355 \family sans
2356 Editar\SpecialChar \menuseparator
2357 Tabla
2358 \family default
2359  permite añadir y borrar bordes para la fila/columna actual y establecer
2360  la selección como multicolumna.
2361  El menú sólo está disponible si el cursor está en la tabla.
2362 \end_layout
2363
2364 \begin_layout Section
2365 Tablas flotantes
2366 \begin_inset CommandInset label
2367 LatexCommand label
2368 name "sec:Tablas-Flotantes"
2369
2370 \end_inset
2371
2372
2373 \begin_inset Index
2374 status collapsed
2375
2376 \begin_layout Plain Layout
2377 Flotantes ! Tablas
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \begin_inset Index
2384 status collapsed
2385
2386 \begin_layout Plain Layout
2387 Tablas ! Flotantes
2388 \end_layout
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \begin_layout Standard
2396 Para una explicación general sobre flotantes, echa un vistazo a la sección
2397 \begin_inset space ~
2398 \end_inset
2399
2400
2401 \begin_inset CommandInset ref
2402 LatexCommand ref
2403 reference "sec:IntroducciónFlotantes"
2404
2405 \end_inset
2406
2407 .
2408 \end_layout
2409
2410 \begin_layout Standard
2411 \begin_inset Float table
2412 placement h
2413 wide false
2414 sideways false
2415 status collapsed
2416
2417 \begin_layout Plain Layout
2418 \begin_inset Caption
2419
2420 \begin_layout Plain Layout
2421 \begin_inset CommandInset label
2422 LatexCommand label
2423 name "tab:una tabla flotante"
2424
2425 \end_inset
2426
2427 Una tabla flotante.
2428 \end_layout
2429
2430 \end_inset
2431
2432
2433 \end_layout
2434
2435 \begin_layout Plain Layout
2436 \align center
2437 \begin_inset Tabular
2438 <lyxtabular version="3" rows="3" columns="3">
2439 <features>
2440 <column alignment="center" valignment="top" width="0pt">
2441 <column alignment="center" valignment="top" width="0pt">
2442 <column alignment="center" valignment="top" width="0pt">
2443 <row>
2444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Plain Layout
2448
2449 \family roman
2450 \series medium
2451 \shape up
2452 \size normal
2453 \emph off
2454 \bar no
2455 \noun off
2456 \color none
2457 1
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466
2467 \family roman
2468 \series medium
2469 \shape up
2470 \size normal
2471 \emph off
2472 \bar no
2473 \noun off
2474 \color none
2475 2
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2481 \begin_inset Text
2482
2483 \begin_layout Plain Layout
2484
2485 \family roman
2486 \series medium
2487 \shape up
2488 \size normal
2489 \emph off
2490 \bar no
2491 \noun off
2492 \color none
2493 3
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 </row>
2499 <row>
2500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2501 \begin_inset Text
2502
2503 \begin_layout Plain Layout
2504
2505 \family roman
2506 \series medium
2507 \shape up
2508 \size normal
2509 \emph off
2510 \bar no
2511 \noun off
2512 \color none
2513 Pepe
2514 \end_layout
2515
2516 \end_inset
2517 </cell>
2518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2519 \begin_inset Text
2520
2521 \begin_layout Plain Layout
2522
2523 \family roman
2524 \series medium
2525 \shape up
2526 \size normal
2527 \emph off
2528 \bar no
2529 \noun off
2530 \color none
2531 Mari
2532 \end_layout
2533
2534 \end_inset
2535 </cell>
2536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Plain Layout
2540
2541 \family roman
2542 \series medium
2543 \shape up
2544 \size normal
2545 \emph off
2546 \bar no
2547 \noun off
2548 \color none
2549 Teo
2550 \end_layout
2551
2552 \end_inset
2553 </cell>
2554 </row>
2555 <row>
2556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560
2561 \family roman
2562 \series medium
2563 \shape up
2564 \size normal
2565 \emph off
2566 \bar no
2567 \noun off
2568 \color none
2569 \begin_inset Formula $\int x^{2}dx$
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2578 \begin_inset Text
2579
2580 \begin_layout Plain Layout
2581
2582 \family roman
2583 \series medium
2584 \shape up
2585 \size normal
2586 \emph off
2587 \bar no
2588 \noun off
2589 \color none
2590 \begin_inset Formula $\left[\begin{array}{cc}
2591 a & b\\
2592 c & d\end{array}\right]$
2593 \end_inset
2594
2595
2596 \end_layout
2597
2598 \end_inset
2599 </cell>
2600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2601 \begin_inset Text
2602
2603 \begin_layout Plain Layout
2604
2605 \family roman
2606 \series medium
2607 \shape up
2608 \size normal
2609 \emph off
2610 \bar no
2611 \noun off
2612 \color none
2613 \begin_inset Formula $1+1=2$
2614 \end_inset
2615
2616
2617 \end_layout
2618
2619 \end_inset
2620 </cell>
2621 </row>
2622 </lyxtabular>
2623
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \end_layout
2633
2634 \begin_layout Standard
2635 Las tablas flotantes pueden insertarse con el menú 
2636 \family sans
2637 Insertar\SpecialChar \menuseparator
2638 Flotante\SpecialChar \menuseparator
2639 Tabla
2640 \family default
2641  o con el botón 
2642 \begin_inset Graphics
2643         filename ../../images/float-insert_table.png
2644         scale 85
2645
2646 \end_inset
2647
2648 .
2649 \end_layout
2650
2651 \begin_layout Standard
2652 El flotante se muestra como un cuadro desplegable con la etiqueta 
2653 \begin_inset Quotes eld
2654 \end_inset
2655
2656 Tabla
2657 \begin_inset space ~
2658 \end_inset
2659
2660 #:
2661 \begin_inset Quotes erd
2662 \end_inset
2663
2664  (# es el número actual).
2665  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2666  Para insertar una tabla en el flotante se sitúa el cursor al final del
2667  texto del encabezado y se pulsa Intro.
2668  La leyenda se imprime encima de la tabla.
2669 \end_layout
2670
2671 \begin_layout Standard
2672 La tabla
2673 \begin_inset space ~
2674 \end_inset
2675
2676
2677 \begin_inset CommandInset ref
2678 LatexCommand ref
2679 reference "tab:una tabla flotante"
2680
2681 \end_inset
2682
2683  es un ejemplo de tabla flotante.
2684 \end_layout
2685
2686 \begin_layout Standard
2687 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2688  no es soportado en las clases estándar de LaTeX.
2689  Esto significa que si estás usando las clases de documento 
2690 \family sans
2691 article
2692 \family default
2693
2694 \family sans
2695 book
2696 \family default
2697
2698 \family sans
2699 letter
2700 \family default
2701  o 
2702 \family sans
2703 report
2704 \family default
2705  no habrá espacio entre la leyenda y la tabla.
2706  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2707  del documento la siguiente opción al comando del paquete LaTeX 
2708 \series bold
2709 caption
2710 \series default
2711
2712 \begin_inset Index
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 LaTeX-paquetes ! caption
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \begin_inset Foot
2723 status open
2724
2725 \begin_layout Plain Layout
2726 Para más información ve a la sección
2727 \begin_inset space ~
2728 \end_inset
2729
2730
2731 \begin_inset CommandInset ref
2732 LatexCommand ref
2733 reference "sec:Colocación-de-leyendas"
2734
2735 \end_inset
2736
2737 .
2738 \end_layout
2739
2740 \end_inset
2741
2742 :
2743 \end_layout
2744
2745 \begin_layout Standard
2746
2747 \series bold
2748 tableposition=top
2749 \end_layout
2750
2751 \begin_layout Standard
2752 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2753  
2754 \series bold
2755 caption
2756 \series default
2757  como se describe en la sección
2758 \begin_inset space ~
2759 \end_inset
2760
2761
2762 \begin_inset CommandInset ref
2763 LatexCommand ref
2764 reference "sec:Formato-de-leyendas"
2765
2766 \end_inset
2767
2768 .
2769  
2770 \end_layout
2771
2772 \begin_layout Standard
2773 \begin_inset Index
2774 status collapsed
2775
2776 \begin_layout Plain Layout
2777 Referencias ! a tablas
2778 \end_layout
2779
2780 \end_inset
2781
2782 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2783  etiqueta.
2784  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2785 \family sans
2786 Insertar\SpecialChar \menuseparator
2787 Etiqueta
2788 \family default
2789  o con el botón 
2790 \begin_inset Graphics
2791         filename ../../images/label-insert.png
2792         scale 85
2793
2794 \end_inset
2795
2796 .
2797  Ahora puedes referenciar la etiqueta con el menú 
2798 \family sans
2799 Insertar\SpecialChar \menuseparator
2800 Referencia
2801 \begin_inset space ~
2802 \end_inset
2803
2804 cruzada
2805 \family default
2806  o con el botón 
2807 \begin_inset Graphics
2808         filename ../../images/dialog-show-new-inset_ref.png
2809         scale 85
2810
2811 \end_inset
2812
2813 .
2814 \begin_inset Newline newline
2815 \end_inset
2816
2817 Las referencias se explican con detalle en la sección
2818 \begin_inset space ~
2819 \end_inset
2820
2821
2822 \begin_inset CommandInset ref
2823 LatexCommand ref
2824 reference "sec:Referencias-a-Flotantes"
2825
2826 \end_inset
2827
2828 .
2829 \end_layout
2830
2831 \begin_layout Section
2832 Tablas largas
2833 \begin_inset CommandInset label
2834 LatexCommand label
2835 name "sec:Tablas-Largas"
2836
2837 \end_inset
2838
2839
2840 \begin_inset Index
2841 status collapsed
2842
2843 \begin_layout Plain Layout
2844 Tablas largas
2845 \end_layout
2846
2847 \end_inset
2848
2849
2850 \begin_inset Index
2851 status collapsed
2852
2853 \begin_layout Plain Layout
2854 Tablas ! Largas
2855 \end_layout
2856
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \begin_layout Standard
2863 Si la tabla es demasiado larga para una página, puedes usar la opción 
2864 \family sans
2865 Usar
2866 \begin_inset space ~
2867 \end_inset
2868
2869 tabla
2870 \begin_inset space ~
2871 \end_inset
2872
2873 larga
2874 \family default
2875  en la solapa 
2876 \family sans
2877 Tabla
2878 \begin_inset space ~
2879 \end_inset
2880
2881 larga
2882 \family default
2883  del diálogo de tablas, para repartir automáticamente la tabla en varias
2884  páginas.
2885  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2886 \end_layout
2887
2888 \begin_layout Description
2889
2890 \family sans
2891 Encabezado:
2892 \family default
2893  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2894  definida, se definen como filas de encabezado para todas las páginas de
2895  la tabla, excepto para la primera página si 
2896 \family sans
2897 Primer
2898 \begin_inset space ~
2899 \end_inset
2900
2901 encabezado
2902 \family default
2903  está definido.
2904  Este se denomina encabezado principal.
2905 \end_layout
2906
2907 \begin_layout Description
2908
2909 \family sans
2910 Primer
2911 \begin_inset space ~
2912 \end_inset
2913
2914 encabezado:
2915 \family default
2916  La fila actual y superiores, que no tienen ninguna opción especial definida,
2917  se definen como filas cabeceras de la primera página de la tabla.
2918 \end_layout
2919
2920 \begin_layout Description
2921
2922 \family sans
2923 Pie:
2924 \family default
2925  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2926  definida, se definen como filas de pie de todas las páginas de la tabla,
2927  excepto para la última página si se define 
2928 \family sans
2929 Último
2930 \begin_inset space ~
2931 \end_inset
2932
2933 pie.
2934 \end_layout
2935
2936 \begin_layout Description
2937
2938 \family sans
2939 Último
2940 \begin_inset space ~
2941 \end_inset
2942
2943 pie: L
2944 \family default
2945 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2946  se definen como filas de pie de la última página de la tabla.
2947 \end_layout
2948
2949 \begin_layout Standard
2950 También se puede especificar en qué fila se ha de cortar la tabla.
2951  Si se establece más de una opción en la misma fila, habría que tener en
2952  cuenta que sólo la primera de ellas se usa en la fila dada.
2953  Las otras quedarán definidas como 
2954 \emph on
2955 vacías
2956 \emph default
2957 .
2958  En este contexto, primera significa primero en este orden: 
2959 \family sans
2960 Encabezado, Primer
2961 \begin_inset space ~
2962 \end_inset
2963
2964 encabezado
2965 \family default
2966
2967 \family sans
2968 Pie, Último
2969 \begin_inset space ~
2970 \end_inset
2971
2972 pie
2973 \family default
2974 .
2975  La siguiente tabla muestra cómo funciona:
2976 \end_layout
2977
2978 \begin_layout Standard
2979
2980 \end_layout
2981
2982 \begin_layout Standard
2983 \align center
2984 \begin_inset Tabular
2985 <lyxtabular version="3" rows="69" columns="3">
2986 <features islongtable="true">
2987 <column alignment="left" valignment="top" width="0cm">
2988 <column alignment="left" valignment="top" width="0pt">
2989 <column alignment="right" valignment="top" width="0pt">
2990 <row endfirsthead="true">
2991 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995
2996 \series bold
2997 Ejemplo de lista telefónica (ignore los nombres)
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 </row>
3021 <row endfirsthead="true">
3022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \series bold
3028 NOMBRE
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046
3047 \series bold
3048 TEL.
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 </row>
3054 <row endhead="true">
3055 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \series bold
3061 Ejemplo de lista telefónica
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 </row>
3085 <row endhead="true">
3086 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \series bold
3092 NOMBRE
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \series bold
3112 TEL.
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row endfoot="true">
3119 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123  continúa en la página siguiente
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3138 \begin_inset Text
3139
3140 \begin_layout Plain Layout
3141
3142 \end_layout
3143
3144 \end_inset
3145 </cell>
3146 </row>
3147 <row>
3148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3149 \begin_inset Text
3150
3151 \begin_layout Plain Layout
3152
3153 \series bold
3154 Annovi
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163 Silvia
3164 \end_layout
3165
3166 \end_inset
3167 </cell>
3168 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172 111
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 <row>
3179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3180 \begin_inset Text
3181
3182 \begin_layout Plain Layout
3183
3184 \series bold
3185 Bertoli
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 Stefano
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 111
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \series bold
3216 Bozzi
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 Walter
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3231 \begin_inset Text
3232
3233 \begin_layout Plain Layout
3234 111
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 <row>
3241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245
3246 \series bold
3247 Cachia
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 Maria
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 111
3266 \end_layout
3267
3268 \end_inset
3269 </cell>
3270 </row>
3271 <row>
3272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276
3277 \series bold
3278 Cachia
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 Maurizio
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3293 \begin_inset Text
3294
3295 \begin_layout Plain Layout
3296 111
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 </row>
3302 <row>
3303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3304 \begin_inset Text
3305
3306 \begin_layout Plain Layout
3307
3308 \series bold
3309 Cinquemani
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 Giusi
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3324 \begin_inset Text
3325
3326 \begin_layout Plain Layout
3327 111
3328 \end_layout
3329
3330 \end_inset
3331 </cell>
3332 </row>
3333 <row>
3334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3335 \begin_inset Text
3336
3337 \begin_layout Plain Layout
3338
3339 \series bold
3340 Colin
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 Bernard
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 111
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \series bold
3371 Concli
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 Gianfranco
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 111
3390 \end_layout
3391
3392 \end_inset
3393 </cell>
3394 </row>
3395 <row>
3396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400
3401 \series bold
3402 Dal Bosco
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 Carolina
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3417 \begin_inset Text
3418
3419 \begin_layout Plain Layout
3420 111
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 <row>
3427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Dalpiaz
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Annamaria
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 111
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row>
3458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 Feliciello
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 Domenico
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482 111
3483 \end_layout
3484
3485 \end_inset
3486 </cell>
3487 </row>
3488 <row>
3489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \series bold
3495 Focarelli
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 Paola
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3510 \begin_inset Text
3511
3512 \begin_layout Plain Layout
3513 111
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 </row>
3519 <row>
3520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3521 \begin_inset Text
3522
3523 \begin_layout Plain Layout
3524
3525 \series bold
3526 Galletti
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Oreste
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 111
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 </row>
3550 <row>
3551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3552 \begin_inset Text
3553
3554 \begin_layout Plain Layout
3555
3556 \series bold
3557 Gasparini
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 Franca
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 111
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row>
3582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586
3587 \series bold
3588 Rizzardi
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 Paola
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 111
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 <row>
3613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619 Lassini
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 Giancarlo
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 111
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row>
3644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \series bold
3650 Malfatti
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 Luciano
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3665 \begin_inset Text
3666
3667 \begin_layout Plain Layout
3668 111
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \series bold
3681 Malfatti
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 Valeriano
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3696 \begin_inset Text
3697
3698 \begin_layout Plain Layout
3699 111
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 </row>
3705 <row>
3706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3707 \begin_inset Text
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712 Meneguzzo
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 Roberto
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3727 \begin_inset Text
3728
3729 \begin_layout Plain Layout
3730 111
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741
3742 \series bold
3743 Mezzadra
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 Roberto
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3758 \begin_inset Text
3759
3760 \begin_layout Plain Layout
3761 111
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 </row>
3767 <row>
3768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3769 \begin_inset Text
3770
3771 \begin_layout Plain Layout
3772
3773 \series bold
3774 Pirpamer
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 Erich
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3789 \begin_inset Text
3790
3791 \begin_layout Plain Layout
3792 111
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 </row>
3798 <row>
3799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3800 \begin_inset Text
3801
3802 \begin_layout Plain Layout
3803
3804 \series bold
3805 Pochiesa
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 Paolo
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3820 \begin_inset Text
3821
3822 \begin_layout Plain Layout
3823 111, 222
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 </row>
3829 <row>
3830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3831 \begin_inset Text
3832
3833 \begin_layout Plain Layout
3834
3835 \series bold
3836 Radina
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 Claudio
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 111
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 </row>
3860 <row>
3861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3862 \begin_inset Text
3863
3864 \begin_layout Plain Layout
3865
3866 \series bold
3867 Stuffer
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 Oskar
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3882 \begin_inset Text
3883
3884 \begin_layout Plain Layout
3885 111
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 </row>
3891 <row>
3892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3893 \begin_inset Text
3894
3895 \begin_layout Plain Layout
3896
3897 \series bold
3898 Tacchelli
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 Ugo
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3913 \begin_inset Text
3914
3915 \begin_layout Plain Layout
3916 111
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 </row>
3922 <row>
3923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3924 \begin_inset Text
3925
3926 \begin_layout Plain Layout
3927
3928 \series bold
3929 Tezzele
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 Margit
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3944 \begin_inset Text
3945
3946 \begin_layout Plain Layout
3947 111
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 </row>
3953 <row>
3954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3955 \begin_inset Text
3956
3957 \begin_layout Plain Layout
3958
3959 \series bold
3960 Unterkalmsteiner
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 Frieda
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3975 \begin_inset Text
3976
3977 \begin_layout Plain Layout
3978 111
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \series bold
3991 Vieider
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 Hilde
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4006 \begin_inset Text
4007
4008 \begin_layout Plain Layout
4009 111
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 </row>
4015 <row>
4016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4017 \begin_inset Text
4018
4019 \begin_layout Plain Layout
4020
4021 \series bold
4022 Vigna
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 Jürgen
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4037 \begin_inset Text
4038
4039 \begin_layout Plain Layout
4040 111
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 </row>
4046 <row>
4047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4048 \begin_inset Text
4049
4050 \begin_layout Plain Layout
4051
4052 \series bold
4053 Weber
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 Maurizio
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071 111
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 </row>
4077 <row>
4078 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4079 \begin_inset Text
4080
4081 \begin_layout Plain Layout
4082
4083 \series bold
4084 Winkler
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 Franz
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4099 \begin_inset Text
4100
4101 \begin_layout Plain Layout
4102 111
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 </row>
4108 <row>
4109 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4110 \begin_inset Text
4111
4112 \begin_layout Plain Layout
4113  
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Annovi
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Silvia
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 555
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Bertoli
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Stefano
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 555
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Bozzi
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Walter
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 555
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Cachia
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Maria
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 555
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Cachia
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Maurizio
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 555
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Cinquemani
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Giusi
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 555
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Colin
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Bernard
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 555
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Concli
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Gianfranco
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 555
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Dal Bosco
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Carolina
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 555
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Dalpiaz
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Annamaria
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 555
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Feliciello
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Domenico
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 555
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Focarelli
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Paola
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 555
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Galletti
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Oreste
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 555
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Gasparini
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Franca
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 555
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576
4577 \series bold
4578 Rizzardi
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 Paola
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 555
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 </row>
4602 <row>
4603 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4604 \begin_inset Text
4605
4606 \begin_layout Plain Layout
4607
4608 \series bold
4609 Lassini
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 Giancarlo
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4624 \begin_inset Text
4625
4626 \begin_layout Plain Layout
4627 555
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 </row>
4633 <row>
4634 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4635 \begin_inset Text
4636
4637 \begin_layout Plain Layout
4638
4639 \series bold
4640 Malfatti
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 Luciano
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4655 \begin_inset Text
4656
4657 \begin_layout Plain Layout
4658 555
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 </row>
4664 <row>
4665 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4666 \begin_inset Text
4667
4668 \begin_layout Plain Layout
4669
4670 \series bold
4671 Malfatti
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 Valeriano
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4686 \begin_inset Text
4687
4688 \begin_layout Plain Layout
4689 555
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 </row>
4695 <row>
4696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4697 \begin_inset Text
4698
4699 \begin_layout Plain Layout
4700
4701 \series bold
4702 Meneguzzo
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 Roberto
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4717 \begin_inset Text
4718
4719 \begin_layout Plain Layout
4720 555
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 </row>
4726 <row>
4727 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4728 \begin_inset Text
4729
4730 \begin_layout Plain Layout
4731
4732 \series bold
4733 Mezzadra
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 Roberto
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4748 \begin_inset Text
4749
4750 \begin_layout Plain Layout
4751 555
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 </row>
4757 <row>
4758 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4759 \begin_inset Text
4760
4761 \begin_layout Plain Layout
4762
4763 \series bold
4764 Pirpamer
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 Erich
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4779 \begin_inset Text
4780
4781 \begin_layout Plain Layout
4782 555
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 </row>
4788 <row>
4789 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793
4794 \series bold
4795 Pochiesa
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 Paolo
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4810 \begin_inset Text
4811
4812 \begin_layout Plain Layout
4813 555, 222
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 </row>
4819 <row>
4820 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4821 \begin_inset Text
4822
4823 \begin_layout Plain Layout
4824
4825 \series bold
4826 Radina
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 Claudio
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 555
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 </row>
4850 <row>
4851 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855
4856 \series bold
4857 Stuffer
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 Oskar
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4872 \begin_inset Text
4873
4874 \begin_layout Plain Layout
4875 555
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 </row>
4881 <row>
4882 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886
4887 \series bold
4888 Tacchelli
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 Ugo
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906 555
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 <row>
4913 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917
4918 \series bold
4919 Tezzele
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 Margit
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4934 \begin_inset Text
4935
4936 \begin_layout Plain Layout
4937 555
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 </row>
4943 <row>
4944 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4945 \begin_inset Text
4946
4947 \begin_layout Plain Layout
4948
4949 \series bold
4950 Unterkalmsteiner
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 Frieda
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 555
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 </row>
4974 <row>
4975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4976 \begin_inset Text
4977
4978 \begin_layout Plain Layout
4979
4980 \series bold
4981 Vieider
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 Hilde
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4996 \begin_inset Text
4997
4998 \begin_layout Plain Layout
4999 555
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 </row>
5005 <row>
5006 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5007 \begin_inset Text
5008
5009 \begin_layout Plain Layout
5010
5011 \series bold
5012 Vigna
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 Jürgen
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5027 \begin_inset Text
5028
5029 \begin_layout Plain Layout
5030 999
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 </row>
5036 <row>
5037 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5038 \begin_inset Text
5039
5040 \begin_layout Plain Layout
5041
5042 \series bold
5043 Weber
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Maurizio
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 555
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \series bold
5074 Winkler
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 Franz
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 555
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 </row>
5098 <row endlastfoot="true">
5099 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 fin
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 </lyxtabular>
5128
5129 \end_inset
5130
5131
5132 \begin_inset ERT
5133 status open
5134
5135 \begin_layout Plain Layout
5136
5137
5138 \backslash
5139 addtocounter{table}{-1}
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \begin_inset Note Note
5146 status collapsed
5147
5148 \begin_layout Plain Layout
5149 Para comprender el uso de este comando, lee al final de la sección
5150 \begin_inset space ~
5151 \end_inset
5152
5153
5154 \begin_inset CommandInset ref
5155 LatexCommand ref
5156 reference "sub:Leyendas-en-Tablas"
5157
5158 \end_inset
5159
5160  la primera nota resaltada en gris.
5161  
5162 \end_layout
5163
5164 \end_inset
5165
5166
5167 \end_layout
5168
5169 \begin_layout Subsection
5170 Notas al pie en tablas largas
5171 \begin_inset CommandInset label
5172 LatexCommand label
5173 name "sub:Notas-al-pie-en-Tablas-Largas"
5174
5175 \end_inset
5176
5177
5178 \begin_inset Index
5179 status collapsed
5180
5181 \begin_layout Plain Layout
5182 Tablas largas ! Notas al pie
5183 \end_layout
5184
5185 \end_inset
5186
5187
5188 \end_layout
5189
5190 \begin_layout Standard
5191 Se pueden insertar notas al pie en cada celda de una tabla larga.
5192  Las notas se muestran en la parte inferior de la página en la que esté
5193  la celda con la nota.
5194  La tabla
5195 \begin_inset space ~
5196 \end_inset
5197
5198
5199 \begin_inset CommandInset ref
5200 LatexCommand ref
5201 reference "tab:DifLeyendas"
5202
5203 \end_inset
5204
5205  tiene un ejemplo de nota al pie.
5206 \end_layout
5207
5208 \begin_layout Subsection
5209 Alineación de tablas largas
5210 \begin_inset Index
5211 status collapsed
5212
5213 \begin_layout Plain Layout
5214 Tablas largas ! Alineación
5215 \end_layout
5216
5217 \end_inset
5218
5219
5220 \end_layout
5221
5222 \begin_layout Standard
5223 Las tablas largas se centran por defecto.
5224  Al contrario de la alineación de filas y columnas, la alineación de una
5225  tabla no se puede cambiar por ahora en el diálogo de tablas.
5226  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5227  longitudes 
5228 \series bold
5229
5230 \backslash
5231 LTleft
5232 \series default
5233  y 
5234 \series bold
5235
5236 \backslash
5237 LTright 
5238 \series default
5239 insertando la línea siguiente como ERT antes de la correspondiente tabla
5240  larga:
5241 \end_layout
5242
5243 \begin_layout Standard
5244
5245 \series bold
5246
5247 \backslash
5248 setlength{
5249 \backslash
5250 LTleft}{valor}
5251 \end_layout
5252
5253 \begin_layout Standard
5254 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5255 \begin_inset space ~
5256 \end_inset
5257
5258
5259 \begin_inset CommandInset ref
5260 LatexCommand ref
5261 reference "tab:Unidades"
5262
5263 \end_inset
5264
5265 .
5266  
5267 \series bold
5268
5269 \backslash
5270 LTlent 
5271 \series default
5272 controla la distancia entre el borde izquierdo de la página y la tabla.
5273  
5274 \series bold
5275
5276 \backslash
5277 LTright 
5278 \series default
5279 la distancia desde el lado derecho.
5280  El valor predeterminado para ambas longitudes es 
5281 \series bold
5282
5283 \backslash
5284 fill
5285 \series default
5286 , que en este caso es lo mismo que un relleno horizontal en LyX.
5287 \end_layout
5288
5289 \begin_layout Standard
5290 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5291 \series bold
5292
5293 \backslash
5294 LTleft
5295 \series default
5296  0 pt.
5297 \begin_inset ERT
5298 status collapsed
5299
5300 \begin_layout Plain Layout
5301
5302
5303 \backslash
5304 setlength{
5305 \backslash
5306 LTleft}{0pt}
5307 \end_layout
5308
5309 \end_inset
5310
5311
5312 \end_layout
5313
5314 \begin_layout Standard
5315 \begin_inset Tabular
5316 <lyxtabular version="3" rows="5" columns="5">
5317 <features islongtable="true">
5318 <column alignment="center" valignment="top" width="0">
5319 <column alignment="center" valignment="top" width="0">
5320 <column alignment="center" valignment="top" width="0">
5321 <column alignment="center" valignment="top" width="0">
5322 <column alignment="center" valignment="top" width="0">
5323 <row>
5324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 1
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 2
5338 \end_layout
5339
5340 \end_inset
5341 </cell>
5342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5343 \begin_inset Text
5344
5345 \begin_layout Plain Layout
5346 3
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 4
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 5
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375 asd
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 s
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 s
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5399 \begin_inset Text
5400
5401 \begin_layout Plain Layout
5402 s
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 asd
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 </row>
5417 <row>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 asd
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 s
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5437 \begin_inset Text
5438
5439 \begin_layout Plain Layout
5440 s
5441 \end_layout
5442
5443 \end_inset
5444 </cell>
5445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5446 \begin_inset Text
5447
5448 \begin_layout Plain Layout
5449 s
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 asd
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 </row>
5464 <row>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 asd
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 s
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5484 \begin_inset Text
5485
5486 \begin_layout Plain Layout
5487 s
5488 \end_layout
5489
5490 \end_inset
5491 </cell>
5492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5493 \begin_inset Text
5494
5495 \begin_layout Plain Layout
5496 s
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 asd
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 </row>
5511 <row>
5512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 asd
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 asd
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 asd
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 asd
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5549 \begin_inset Text
5550
5551 \begin_layout Plain Layout
5552 asd
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 </lyxtabular>
5559
5560 \end_inset
5561
5562
5563 \begin_inset ERT
5564 status collapsed
5565
5566 \begin_layout Plain Layout
5567
5568
5569 \backslash
5570 setlength{
5571 \backslash
5572 LTleft}{
5573 \backslash
5574 fill}
5575 \end_layout
5576
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \begin_layout Subsection
5583 Leyendas en tablas largas
5584 \begin_inset Index
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 Tablas largas ! Leyendas
5589 \end_layout
5590
5591 \end_inset
5592
5593
5594 \begin_inset CommandInset label
5595 LatexCommand label
5596 name "sub:Leyendas-en-Tablas"
5597
5598 \end_inset
5599
5600
5601 \end_layout
5602
5603 \begin_layout Standard
5604 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5605  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5606  para tablas largas.
5607 \end_layout
5608
5609 \begin_layout Standard
5610 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5611  hay que crearlos de la sigiente forma:
5612 \end_layout
5613
5614 \begin_layout Enumerate
5615 Crea una tabla larga.
5616 \end_layout
5617
5618 \begin_layout Enumerate
5619 Marca la primera fila y deshabilita su línea superior.
5620 \end_layout
5621
5622 \begin_layout Enumerate
5623 Inserta una leyenda con el menú 
5624 \family sans
5625 Insertar\SpecialChar \menuseparator
5626 Leyenda
5627 \family default
5628  en la primera celda.
5629 \begin_inset Newline newline
5630 \end_inset
5631
5632 También puedes añadir un 
5633 \family sans
5634 título breve
5635 \family default
5636  para la leyenda .
5637 \end_layout
5638
5639 \begin_layout Enumerate
5640 Inserta un 
5641 \begin_inset Quotes eld
5642 \end_inset
5643
5644
5645 \series bold
5646
5647 \backslash
5648
5649 \backslash
5650 %
5651 \series default
5652
5653 \begin_inset Quotes erd
5654 \end_inset
5655
5656  como ERT detrás de la leyenda.
5657 \end_layout
5658
5659 \begin_layout Standard
5660 En la Lista de tablas aparecerá el título breve en vez del título completo.
5661  El 
5662 \series bold
5663
5664 \begin_inset Quotes eld
5665 \end_inset
5666
5667
5668 \backslash
5669
5670 \backslash
5671 %
5672 \series default
5673
5674 \begin_inset Quotes erd
5675 \end_inset
5676
5677  detrás de la leyenda elimina las líneas verticales entre las siguientes
5678  celdas de la fila.
5679  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5680  la tabla real comienza en la segunda fila.
5681 \end_layout
5682
5683 \begin_layout Standard
5684 He aquí una pequeña tabla larga para mostrar cómo funciona:
5685 \end_layout
5686
5687 \begin_layout Standard
5688 \begin_inset Tabular
5689 <lyxtabular version="3" rows="6" columns="5">
5690 <features islongtable="true">
5691 <column alignment="center" valignment="top" width="0">
5692 <column alignment="center" valignment="top" width="0">
5693 <column alignment="center" valignment="top" width="0">
5694 <column alignment="center" valignment="top" width="0">
5695 <column alignment="center" valignment="top" width="0">
5696 <row caption="true">
5697 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Caption
5702
5703 \begin_layout Plain Layout
5704 Tabla larga con leyenda
5705 \begin_inset OptArg
5706 status open
5707
5708 \begin_layout Plain Layout
5709 Tabla larga
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718
5719
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755
5756 \end_layout
5757
5758 \end_inset
5759 </cell>
5760 </row>
5761 <row>
5762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 1
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5772 \begin_inset Text
5773
5774 \begin_layout Plain Layout
5775 2
5776 \end_layout
5777
5778 \end_inset
5779 </cell>
5780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5781 \begin_inset Text
5782
5783 \begin_layout Plain Layout
5784 3
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793 4
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 5
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 </row>
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 asd
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 s
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 s
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 s
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 asd
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 <row>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 asd
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 s
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 s
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 asd
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 </row>
5902 <row>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 asd
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 s
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 asd
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 </row>
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 asd
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 asd
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 asd
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 </lyxtabular>
5997
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \begin_layout Standard
6004 \begin_inset VSpace medskip
6005 \end_inset
6006
6007
6008 \begin_inset Note Greyedout
6009 status open
6010
6011 \begin_layout Plain Layout
6012
6013 \series bold
6014 Nota
6015 \series default
6016 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6017  leyenda en alguna de ellas.
6018  Por esto podría suceder que, p.
6019 \begin_inset space \thinspace{}
6020 \end_inset
6021
6022 e., la tabla
6023 \begin_inset space ~
6024 \end_inset
6025
6026 2.4 siga a la tabla
6027 \begin_inset space ~
6028 \end_inset
6029
6030 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6031  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6032  en ERT:
6033 \end_layout
6034
6035 \begin_layout Plain Layout
6036
6037 \series bold
6038
6039 \backslash
6040 addtocounter{table}{-1}
6041 \end_layout
6042
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \begin_layout Standard
6049 \begin_inset Note Greyedout
6050 status open
6051
6052 \begin_layout Plain Layout
6053
6054 \series bold
6055 Nota:
6056 \series default
6057  Si utilizas el paquete LaTeX 
6058 \series bold
6059 hyperref
6060 \series default
6061
6062 \begin_inset Index
6063 status collapsed
6064
6065 \begin_layout Plain Layout
6066 LaTeX-paquetes ! hyperref
6067 \end_layout
6068
6069 \end_inset
6070
6071  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6072  llevan siempre al principio del documento.
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Subsubsection
6081 Referencias a tablas largas
6082 \begin_inset Index
6083 status collapsed
6084
6085 \begin_layout Plain Layout
6086 Tablas largas ! Referencias a
6087 \end_layout
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Standard
6095 \begin_inset Tabular
6096 <lyxtabular version="3" rows="6" columns="5">
6097 <features islongtable="true">
6098 <column alignment="center" valignment="top" width="0">
6099 <column alignment="center" valignment="top" width="0">
6100 <column alignment="center" valignment="top" width="0">
6101 <column alignment="center" valignment="top" width="0">
6102 <column alignment="center" valignment="top" width="0">
6103 <row caption="true">
6104 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 \begin_inset Caption
6109
6110 \begin_layout Plain Layout
6111 Tabla larga referenciada
6112 \begin_inset CommandInset label
6113 LatexCommand label
6114 name "tab:RefEjemplo"
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6129 \begin_inset Text
6130
6131 \begin_layout Plain Layout
6132
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150
6151 \end_layout
6152
6153 \end_inset
6154 </cell>
6155 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \end_layout
6161
6162 \end_inset
6163 </cell>
6164 </row>
6165 <row>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 1
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179 2
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 3
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 4
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 5
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 </row>
6212 <row>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 asd
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 s
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 s
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 s
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 asd
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 </row>
6259 <row>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 asd
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 s
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 s
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 s
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6297 \begin_inset Text
6298
6299 \begin_layout Plain Layout
6300 asd
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 asd
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 s
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 s
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 s
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 asd
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 </row>
6353 <row>
6354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 asd
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 sad
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 asd
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 asd
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 asd
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 </row>
6400 </lyxtabular>
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Standard
6408 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6409  Observa que tienes que añadir el prefijo 
6410 \begin_inset Quotes eld
6411 \end_inset
6412
6413
6414 \emph on
6415 tab
6416 \emph default
6417 :
6418 \begin_inset Quotes erd
6419 \end_inset
6420
6421  manualmente en el campo de etiqueta.
6422  
6423 \end_layout
6424
6425 \begin_layout Standard
6426 Esto es una referencia a la tabla
6427 \begin_inset space ~
6428 \end_inset
6429
6430
6431 \begin_inset CommandInset ref
6432 LatexCommand ref
6433 reference "tab:RefEjemplo"
6434
6435 \end_inset
6436
6437 .
6438 \end_layout
6439
6440 \begin_layout Standard
6441 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6442  del documento mediante el paquete LaTeX 
6443 \series bold
6444 caption
6445 \series default
6446
6447 \begin_inset Index
6448 status collapsed
6449
6450 \begin_layout Plain Layout
6451 LaTeX-paquetes ! caption
6452 \end_layout
6453
6454 \end_inset
6455
6456 , véase sección
6457 \begin_inset space ~
6458 \end_inset
6459
6460  
6461 \begin_inset CommandInset ref
6462 LatexCommand ref
6463 reference "sec:Formato-de-leyendas"
6464
6465 \end_inset
6466
6467 .
6468 \end_layout
6469
6470 \begin_layout Subsubsection
6471 Anchura de la leyenda
6472 \begin_inset Index
6473 status collapsed
6474
6475 \begin_layout Plain Layout
6476 Tablas largas ! Anchura de la leyenda
6477 \end_layout
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \begin_layout Standard
6485 La anchura máxima se define por la longitud 
6486 \series bold
6487
6488 \backslash
6489 LTcapwidth
6490 \series default
6491 .
6492  Por defecto es 4
6493 \begin_inset space \thinspace{}
6494 \end_inset
6495
6496 in (4
6497 \begin_inset space ~
6498 \end_inset
6499
6500 pulgadas).
6501  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6502  documento antes de la tabla larga a la que afecta
6503 \end_layout
6504
6505 \begin_layout Standard
6506
6507 \series bold
6508
6509 \backslash
6510 setlength{
6511 \backslash
6512 LTcapwidth}{anchura}
6513 \end_layout
6514
6515 \begin_layout Standard
6516 donde la anchura puede ser una de las unidades listadas en el apéndice
6517 \begin_inset space ~
6518 \end_inset
6519
6520
6521 \begin_inset CommandInset ref
6522 LatexCommand ref
6523 reference "cha:Unidades-disponibles-en"
6524
6525 \end_inset
6526
6527 .
6528 \end_layout
6529
6530 \begin_layout Standard
6531 Las tablas siguientes muestran la diferencia:
6532 \end_layout
6533
6534 \begin_layout Standard
6535 \begin_inset Tabular
6536 <lyxtabular version="3" rows="6" columns="5">
6537 <features islongtable="true">
6538 <column alignment="center" valignment="top" width="0">
6539 <column alignment="center" valignment="top" width="0">
6540 <column alignment="center" valignment="top" width="0">
6541 <column alignment="center" valignment="top" width="0">
6542 <column alignment="center" valignment="top" width="0">
6543 <row caption="true">
6544 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6545 \begin_inset Text
6546
6547 \begin_layout Plain Layout
6548 \begin_inset Caption
6549
6550 \begin_layout Plain Layout
6551 Leyenda larga completa con anchura predeterminada leyenda larga completa
6552  con anchura predeterminada
6553 \begin_inset OptArg
6554 status open
6555
6556 \begin_layout Plain Layout
6557 Leyenda con anchura predeterminada
6558 \end_layout
6559
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \end_inset
6566
6567
6568 \end_layout
6569
6570 \end_inset
6571 </cell>
6572 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6573 \begin_inset Text
6574
6575 \begin_layout Plain Layout
6576
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6582 \begin_inset Text
6583
6584 \begin_layout Plain Layout
6585
6586 \end_layout
6587
6588 \end_inset
6589 </cell>
6590 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6591 \begin_inset Text
6592
6593 \begin_layout Plain Layout
6594
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 </row>
6609 <row>
6610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 1
6615 \end_layout
6616
6617 \end_inset
6618 </cell>
6619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 2
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 3
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Plain Layout
6641 4
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 5
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 </row>
6656 <row>
6657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6658 \begin_inset Text
6659
6660 \begin_layout Plain Layout
6661 asd
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6667 \begin_inset Text
6668
6669 \begin_layout Plain Layout
6670 s
6671 \end_layout
6672
6673 \end_inset
6674 </cell>
6675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6676 \begin_inset Text
6677
6678 \begin_layout Plain Layout
6679 s
6680 \end_layout
6681
6682 \end_inset
6683 </cell>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 s
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 asd
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 </row>
6703 <row>
6704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708 asd
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717 s
6718 \end_layout
6719
6720 \end_inset
6721 </cell>
6722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6723 \begin_inset Text
6724
6725 \begin_layout Plain Layout
6726 s
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 s
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 asd
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 asd
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6761 \begin_inset Text
6762
6763 \begin_layout Plain Layout
6764 s
6765 \end_layout
6766
6767 \end_inset
6768 </cell>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773 s
6774 \end_layout
6775
6776 \end_inset
6777 </cell>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 s
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 </row>
6797 <row>
6798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Plain Layout
6811 sad
6812 \end_layout
6813
6814 \end_inset
6815 </cell>
6816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6817 \begin_inset Text
6818
6819 \begin_layout Plain Layout
6820 asd
6821 \end_layout
6822
6823 \end_inset
6824 </cell>
6825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 asd
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 </row>
6844 </lyxtabular>
6845
6846 \end_inset
6847
6848
6849 \end_layout
6850
6851 \begin_layout Standard
6852 \begin_inset ERT
6853 status collapsed
6854
6855 \begin_layout Plain Layout
6856
6857
6858 \backslash
6859 setlength{
6860 \backslash
6861 LTcapwidth}{5cm}
6862 \end_layout
6863
6864 \end_inset
6865
6866
6867 \begin_inset Tabular
6868 <lyxtabular version="3" rows="6" columns="5">
6869 <features islongtable="true">
6870 <column alignment="center" valignment="top" width="0">
6871 <column alignment="center" valignment="top" width="0">
6872 <column alignment="center" valignment="top" width="0">
6873 <column alignment="center" valignment="top" width="0">
6874 <column alignment="center" valignment="top" width="0">
6875 <row caption="true">
6876 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 \begin_inset Caption
6881
6882 \begin_layout Plain Layout
6883 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 leyenda larga completa con anchura de 5
6892 \begin_inset space \thinspace{}
6893 \end_inset
6894
6895 cm
6896 \begin_inset OptArg
6897 status open
6898
6899 \begin_layout Plain Layout
6900 Leyenda con anchura
6901 \begin_inset space \thinspace{}
6902 \end_inset
6903
6904 =
6905 \begin_inset space \thinspace{}
6906 \end_inset
6907
6908 5
6909 \begin_inset space \thinspace{}
6910 \end_inset
6911
6912 cm
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \end_inset
6921
6922
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931
6932 \end_layout
6933
6934 \end_inset
6935 </cell>
6936 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6937 \begin_inset Text
6938
6939 \begin_layout Plain Layout
6940
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 </row>
6964 <row>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 1
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 2
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 3
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 4
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005 5
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 </row>
7011 <row>
7012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7013 \begin_inset Text
7014
7015 \begin_layout Plain Layout
7016 asd
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 s
7026 \end_layout
7027
7028 \end_inset
7029 </cell>
7030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 s
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 s
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 asd
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 <row>
7059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7060 \begin_inset Text
7061
7062 \begin_layout Plain Layout
7063 asd
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 s
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 s
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 s
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 asd
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 </row>
7105 <row>
7106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7107 \begin_inset Text
7108
7109 \begin_layout Plain Layout
7110 asd
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 s
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 s
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 s
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 asd
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 </row>
7152 <row>
7153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157 asd
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7163 \begin_inset Text
7164
7165 \begin_layout Plain Layout
7166 sad
7167 \end_layout
7168
7169 \end_inset
7170 </cell>
7171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 asd
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 asd
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 asd
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 </row>
7199 </lyxtabular>
7200
7201 \end_inset
7202
7203
7204 \begin_inset ERT
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208
7209
7210 \backslash
7211 setlength{
7212 \backslash
7213 LTcapwidth}{4in}
7214 \end_layout
7215
7216 \end_inset
7217
7218
7219 \end_layout
7220
7221 \begin_layout Standard
7222 \begin_inset Note Greyedout
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226
7227 \series bold
7228 Nota: 
7229 \series default
7230 Si se usa el paquete LaTeX 
7231 \series bold
7232 caption
7233 \series default
7234
7235 \begin_inset Index
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239 LaTeX-paquetes ! caption
7240 \end_layout
7241
7242 \end_inset
7243
7244 , como en este documento, se usa la anchura de toda la página para el pie
7245  si utilizas el valor por defecto de 4
7246 \begin_inset space \thinspace{}
7247 \end_inset
7248
7249 in para 
7250 \series bold
7251
7252 \backslash
7253 LTcapwidth
7254 \series default
7255 .
7256  En este caso, para conseguir exactamente un pie de 4
7257 \begin_inset space \thinspace{}
7258 \end_inset
7259
7260 in, puedes poner un valor ligeramente diferente de 4.0
7261 \begin_inset space \thinspace{}
7262 \end_inset
7263
7264 in, p.
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 e.
7269  3.99
7270 \begin_inset space \thinspace{}
7271 \end_inset
7272
7273 in, o el comando de LaTeX 
7274 \series bold
7275
7276 \backslash
7277 captionsetup{width=valor}
7278 \series default
7279 , suministrado por el paquete 
7280 \series bold
7281 caption
7282 \series default
7283 .
7284 \end_layout
7285
7286 \end_inset
7287
7288
7289 \end_layout
7290
7291 \begin_layout Subsubsection
7292 Leyendas distintas para cada página
7293 \begin_inset Index
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297 Tablas largas ! Leyendas distintas para cada página
7298 \end_layout
7299
7300 \end_inset
7301
7302
7303 \end_layout
7304
7305 \begin_layout Standard
7306 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7307  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7308  como primer encabezado.
7309  La leyenda para las restantes páginas se inserta sin título breve en una
7310  fila postiza de leyenda marcada como primer encabezado.
7311  Si este encabezado no ha de incluir el número de tabla, usa el comando
7312 \end_layout
7313
7314 \begin_layout Standard
7315
7316 \series bold
7317
7318 \backslash
7319 caption*{texto de la leyenda}
7320 \end_layout
7321
7322 \begin_layout Standard
7323 en vez del recuadro de leyenda de LyX.
7324  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7325  La tabla
7326 \begin_inset space ~
7327 \end_inset
7328
7329
7330 \begin_inset CommandInset ref
7331 LatexCommand ref
7332 reference "tab:DifLeyendas"
7333
7334 \end_inset
7335
7336  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7337  no incluye número de tabla.
7338 \end_layout
7339
7340 \begin_layout Standard
7341 \align center
7342 \begin_inset Tabular
7343 <lyxtabular version="3" rows="60" columns="3">
7344 <features islongtable="true">
7345 <column alignment="left" valignment="top" width="0cm">
7346 <column alignment="left" valignment="top" width="0pt">
7347 <column alignment="right" valignment="top" width="0pt">
7348 <row endfirsthead="true" caption="true">
7349 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 \begin_inset Caption
7354
7355 \begin_layout Plain Layout
7356 Ejemplo de lista telefónica
7357 \begin_inset CommandInset label
7358 LatexCommand label
7359 name "tab:DifLeyendas"
7360
7361 \end_inset
7362
7363
7364 \begin_inset OptArg
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368 Ejemplo de lista telefónica
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377
7378
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 </row>
7402 <row endfirsthead="true">
7403 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \series bold
7409 Ejemplo de lista telefónica (ignore los nombres)
7410 \end_layout
7411
7412 \end_inset
7413 </cell>
7414 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7415 \begin_inset Text
7416
7417 \begin_layout Plain Layout
7418
7419 \end_layout
7420
7421 \end_inset
7422 </cell>
7423 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7424 \begin_inset Text
7425
7426 \begin_layout Plain Layout
7427
7428 \end_layout
7429
7430 \end_inset
7431 </cell>
7432 </row>
7433 <row endfirsthead="true">
7434 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7435 \begin_inset Text
7436
7437 \begin_layout Plain Layout
7438
7439 \series bold
7440 NOMBRE
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Plain Layout
7449
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458
7459 \series bold
7460 TEL.
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 <row endhead="true" caption="true">
7467 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 \begin_inset ERT
7472 status open
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 caption*{Continúa Ejemplo de lista telefónica}
7479 \backslash
7480
7481 \backslash
7482 %
7483 \end_layout
7484
7485 \end_inset
7486
7487
7488 \end_layout
7489
7490 \end_inset
7491 </cell>
7492 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7493 \begin_inset Text
7494
7495 \begin_layout Plain Layout
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row endhead="true">
7512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \series bold
7518 Ejemplo de lista telefónica
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row endhead="true">
7543 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \series bold
7549 NOMBRE
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567
7568 \series bold
7569 TEL.
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row endfoot="true">
7576 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 continúa en página siguiente
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7586 \begin_inset Text
7587
7588 \begin_layout Plain Layout
7589
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 </row>
7604 <row>
7605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609
7610 \series bold
7611 Annovi
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 Silvia
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 111
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \series bold
7642 Bertoli
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 Stefano
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 111
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 <row>
7667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7668 \begin_inset Text
7669
7670 \begin_layout Plain Layout
7671
7672 \series bold
7673 Bozzi
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 Walter
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 111
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 </row>
7697 <row>
7698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7699 \begin_inset Text
7700
7701 \begin_layout Plain Layout
7702
7703 \series bold
7704 Cachia
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 Maria
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 111
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733
7734 \series bold
7735 Cachia
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7741 \begin_inset Text
7742
7743 \begin_layout Plain Layout
7744 Maurizio
7745 \end_layout
7746
7747 \end_inset
7748 </cell>
7749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7750 \begin_inset Text
7751
7752 \begin_layout Plain Layout
7753 111
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row>
7760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \series bold
7766 Cinquemani
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 Giusi
7776 \end_layout
7777
7778 \end_inset
7779 </cell>
7780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7781 \begin_inset Text
7782
7783 \begin_layout Plain Layout
7784 111
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 </row>
7790 <row>
7791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7792 \begin_inset Text
7793
7794 \begin_layout Plain Layout
7795
7796 \series bold
7797 Colin
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806 Bernard
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 111
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 <row>
7822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7823 \begin_inset Text
7824
7825 \begin_layout Plain Layout
7826
7827 \series bold
7828 Concli
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Plain Layout
7837 Gianfranco
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 111
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 </row>
7852 <row>
7853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857
7858 \series bold
7859 Dal Bosco
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7865 \begin_inset Text
7866
7867 \begin_layout Plain Layout
7868 Carolina
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877 111
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 </row>
7883 <row>
7884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888
7889 \series bold
7890 Dalpiaz
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7896 \begin_inset Text
7897
7898 \begin_layout Plain Layout
7899 Annamaria
7900 \end_layout
7901
7902 \end_inset
7903 </cell>
7904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7905 \begin_inset Text
7906
7907 \begin_layout Plain Layout
7908 111
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 </row>
7914 <row>
7915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919
7920 \series bold
7921 Feliciello
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 Domenico
7931 \end_layout
7932
7933 \end_inset
7934 </cell>
7935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 111
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \series bold
7952 Focarelli
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 Paola
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970 111
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \series bold
7983 Galletti
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 Oreste
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 111
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \series bold
8014 Gasparini
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 Franca
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032 111
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \series bold
8045 Rizzardi
8046 \series default
8047
8048 \begin_inset Foot
8049 status open
8050
8051 \begin_layout Plain Layout
8052 Ejemplo de nota al pie
8053 \end_layout
8054
8055 \end_inset
8056
8057
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 Paola
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 111
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 Lassini
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 Giancarlo
8098 \end_layout
8099
8100 \end_inset
8101 </cell>
8102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106 111
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 </row>
8112 <row>
8113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \series bold
8119 Malfatti
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8125 \begin_inset Text
8126
8127 \begin_layout Plain Layout
8128 Luciano
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 111
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 </row>
8143 <row>
8144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8145 \begin_inset Text
8146
8147 \begin_layout Plain Layout
8148
8149 \series bold
8150 Malfatti
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159 Valeriano
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 111
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Meneguzzo
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Roberto
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Mezzadra
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Roberto
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Pirpamer
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Erich
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Pochiesa
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Paolo
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111, 222
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Radina
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Claudio
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Stuffer
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Oskar
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Tacchelli
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Ugo
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Tezzele
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Margit
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Unterkalmsteiner
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Frieda
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Vieider
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Hilde
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Vigna
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Jürgen
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Weber
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Maurizio
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Winkler
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Franz
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582  
8583 \end_layout
8584
8585 \end_inset
8586 </cell>
8587 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8588 \begin_inset Text
8589
8590 \begin_layout Plain Layout
8591
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 </row>
8606 <row>
8607 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611
8612 \series bold
8613 Annovi
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Silvia
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 555
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \series bold
8644 Bertoli
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 Stefano
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 555
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \series bold
8675 Bozzi
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 Walter
8685 \end_layout
8686
8687 \end_inset
8688 </cell>
8689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693 555
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 <row>
8700 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706 Cachia
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715 Maria
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 555
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 </row>
8730 <row>
8731 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8732 \begin_inset Text
8733
8734 \begin_layout Plain Layout
8735
8736 \series bold
8737 Cachia
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746 Maurizio
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 555
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 <row>
8762 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8763 \begin_inset Text
8764
8765 \begin_layout Plain Layout
8766
8767 \series bold
8768 Cinquemani
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Giusi
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 555
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \series bold
8799 Colin
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 Bernard
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 555
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \series bold
8830 Concli
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 Gianfranco
8840 \end_layout
8841
8842 \end_inset
8843 </cell>
8844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8845 \begin_inset Text
8846
8847 \begin_layout Plain Layout
8848 555
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861 Dal Bosco
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870 Carolina
8871 \end_layout
8872
8873 \end_inset
8874 </cell>
8875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879 555
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 </row>
8885 <row>
8886 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890
8891 \series bold
8892 Dalpiaz
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Annamaria
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 555
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 </row>
8916 <row>
8917 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8918 \begin_inset Text
8919
8920 \begin_layout Plain Layout
8921
8922 \series bold
8923 Feliciello
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 Domenico
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 555
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \series bold
8954 Focarelli
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8960 \begin_inset Text
8961
8962 \begin_layout Plain Layout
8963 Paola
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8969 \begin_inset Text
8970
8971 \begin_layout Plain Layout
8972 555
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 </row>
8978 <row>
8979 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983
8984 \series bold
8985 Galletti
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8991 \begin_inset Text
8992
8993 \begin_layout Plain Layout
8994 Oreste
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 555
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014
9015 \series bold
9016 Gasparini
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 Franca
9026 \end_layout
9027
9028 \end_inset
9029 </cell>
9030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034 555
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \series bold
9047 Rizzardi
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9053 \begin_inset Text
9054
9055 \begin_layout Plain Layout
9056 Paola
9057 \end_layout
9058
9059 \end_inset
9060 </cell>
9061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 555
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 </row>
9071 <row>
9072 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076
9077 \series bold
9078 Lassini
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087 Giancarlo
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9093 \begin_inset Text
9094
9095 \begin_layout Plain Layout
9096 555
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9104 \begin_inset Text
9105
9106 \begin_layout Plain Layout
9107
9108 \series bold
9109 Malfatti
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 Luciano
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 555
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \series bold
9140 Malfatti
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 Valeriano
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9155 \begin_inset Text
9156
9157 \begin_layout Plain Layout
9158 555
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 </row>
9164 <row>
9165 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169
9170 \series bold
9171 Meneguzzo
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 Roberto
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 555
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \series bold
9202 Mezzadra
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 Roberto
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 555
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 <row endlastfoot="true">
9227 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 </row>
9255 </lyxtabular>
9256
9257 \end_inset
9258
9259
9260 \end_layout
9261
9262 \begin_layout Standard
9263 \begin_inset Newpage newpage
9264 \end_inset
9265
9266
9267 \end_layout
9268
9269 \begin_layout Section
9270 Particularidades de las tablas largas
9271 \end_layout
9272
9273 \begin_layout Subsection
9274 Cálculos
9275 \begin_inset Index
9276 status collapsed
9277
9278 \begin_layout Plain Layout
9279 Tablas largas ! Cálculos
9280 \end_layout
9281
9282 \end_inset
9283
9284
9285 \end_layout
9286
9287 \begin_layout Standard
9288 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9289  utilizando los denominados 
9290 \begin_inset Quotes eld
9291 \end_inset
9292
9293 trozos
9294 \begin_inset Quotes erd
9295 \end_inset
9296
9297 , que son partes de la tabla presentes en la memoria de LaTeX.
9298  El valor predeterminado está establecido a sólo 20 filas.
9299  Si estás usando tablas largas con muchas páginas, la generación del documento
9300  puede hacerse muy lenta.
9301  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9302  el siguiente comando en el preámbulo del documento:
9303 \end_layout
9304
9305 \begin_layout Standard
9306
9307 \series bold
9308
9309 \backslash
9310 setcounter{LTchunksize}{100}
9311 \end_layout
9312
9313 \begin_layout Subsection
9314 Flotantes y tablas largas
9315 \begin_inset Index
9316 status collapsed
9317
9318 \begin_layout Plain Layout
9319 Tablas largas ! Flotantes
9320 \end_layout
9321
9322 \end_inset
9323
9324
9325 \end_layout
9326
9327 \begin_layout Standard
9328 Podría haber problemas si un flotante aparece en la misma página donde comienza
9329  una tabla larga.
9330  Para evitarlo, añade el comando 
9331 \series bold
9332
9333 \backslash
9334 clearpage
9335 \series default
9336  como ERT antes de la tabla.
9337 \end_layout
9338
9339 \begin_layout Subsection
9340 Saltos de página forzados
9341 \begin_inset Index
9342 status collapsed
9343
9344 \begin_layout Plain Layout
9345 Tablas largas ! Saltos de página forzados
9346 \end_layout
9347
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \begin_layout Standard
9354 Por defecto, las tablas sólo se cortan entre filas.
9355  Si tienes una celda con líneas múltiples y necesitas un salto de página
9356  dentro de la celda, inserta el comando de nueva línea 
9357 \begin_inset Quotes eld
9358 \end_inset
9359
9360
9361 \series bold
9362
9363 \backslash
9364
9365 \backslash
9366
9367 \series default
9368
9369 \begin_inset Quotes erd
9370 \end_inset
9371
9372  como ERT en el punto en que quieras cortar.
9373  Antes del comando 
9374 \begin_inset Quotes eld
9375 \end_inset
9376
9377
9378 \series bold
9379
9380 \backslash
9381
9382 \backslash
9383
9384 \series default
9385
9386 \begin_inset Quotes erd
9387 \end_inset
9388
9389  debes insertar en ERT tantos caracteres 
9390 \begin_inset Quotes eld
9391 \end_inset
9392
9393
9394 \series bold
9395 &
9396 \series default
9397
9398 \begin_inset Quotes erd
9399 \end_inset
9400
9401  como columnas siguientes de la tabla.
9402  
9403 \series bold
9404 &
9405 \series default
9406  es el carácter para separar celdas.
9407  Escribe en ERT después de cada 
9408 \series bold
9409 &
9410 \series default
9411  el contenido de la celda siguiente correspondiente y borra el contenido
9412  de esas celdas.
9413 \begin_inset Newline newline
9414 \end_inset
9415
9416 Detrás del comando 
9417 \series bold
9418
9419 \backslash
9420
9421 \backslash
9422
9423 \series default
9424 , inserta tantos 
9425 \series bold
9426 &
9427 \series default
9428  como columnas haya delante de la actual.
9429  En la tabla
9430 \begin_inset space ~
9431 \end_inset
9432
9433
9434 \begin_inset CommandInset ref
9435 LatexCommand ref
9436 reference "tab:Saltos de Página Forzados"
9437
9438 \end_inset
9439
9440  la celda que debería cortarse está en la segunda columna seguida de otra
9441  columna.
9442  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9443  
9444 \begin_inset Quotes eld
9445 \end_inset
9446
9447
9448 \emph on
9449 Castelchiodato,
9450 \emph default
9451
9452 \begin_inset Quotes erd
9453 \end_inset
9454
9455 :
9456 \end_layout
9457
9458 \begin_layout Standard
9459
9460 \series bold
9461 & 111
9462 \backslash
9463
9464 \backslash
9465
9466 \begin_inset Newline newline
9467 \end_inset
9468
9469 &
9470 \end_layout
9471
9472 \begin_layout Standard
9473 El 
9474 \begin_inset Quotes eld
9475 \end_inset
9476
9477 111
9478 \begin_inset Quotes erd
9479 \end_inset
9480
9481  en la tercera columna de la fila se ha borrado.
9482  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9483  superior pero quisieras una línea horizontal donde se corta la celda, usa
9484  este comando alternativo:
9485 \end_layout
9486
9487 \begin_layout Standard
9488
9489 \series bold
9490 & 111
9491 \backslash
9492
9493 \backslash
9494
9495 \begin_inset Newline newline
9496 \end_inset
9497
9498
9499 \backslash
9500 hline &
9501 \end_layout
9502
9503 \begin_layout Standard
9504 Cuando la celda a cortar está en la última columna, el comando
9505 \end_layout
9506
9507 \begin_layout Standard
9508
9509 \series bold
9510
9511 \backslash
9512 setlength{
9513 \backslash
9514 parfillskip}{0pt}
9515 \end_layout
9516
9517 \begin_layout Standard
9518 debe insertarse como ERT al principio de la celda.
9519  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9520  aparecerá con toda su anchura.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \align center
9525 \begin_inset Tabular
9526 <lyxtabular version="3" rows="39" columns="3">
9527 <features islongtable="true">
9528 <column alignment="left" valignment="top" width="0cm">
9529 <column alignment="left" valignment="top" width="3cm">
9530 <column alignment="right" valignment="top" width="0pt">
9531 <row endfirsthead="true" caption="true">
9532 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 \begin_inset Caption
9537
9538 \begin_layout Plain Layout
9539 Tabla con salto de página forzado en celda
9540 \begin_inset CommandInset label
9541 LatexCommand label
9542 name "tab:Saltos de Página Forzados"
9543
9544 \end_inset
9545
9546
9547 \begin_inset OptArg
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Tabla con salto de página forzado en celda
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row endfirsthead="true">
9586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \series bold
9592 Ejemplo de lista telefónica (ignore los nombres)
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row endfirsthead="true">
9617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \series bold
9623 NOMBRE
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 TEL.
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row endhead="true" caption="true">
9650 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 \begin_inset ERT
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658
9659
9660 \backslash
9661 caption*{Continúa tabla con salto de página forzado en celda}
9662 \backslash
9663
9664 \backslash
9665 %
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row endhead="true">
9695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699  
9700 \series bold
9701 Ejemplo de lista telefónica
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row endhead="true">
9726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 NOMBRE
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752 TEL.
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 <row endfoot="true">
9759 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 continúa en página siguiente
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Annovi
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Silvia
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Bertoli
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Stefano
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Bozzi
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Walter
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Cachia
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Maria
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Cachia
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Maurizio
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Cinquemani
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Giusi
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Colin
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Bernard
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Concli
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Gianfranco
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Dal Bosco
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Carolina
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Dalpiaz
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Annamaria
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Feliciello
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Domenico
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Focarelli
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Paola
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Galletti
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Oreste
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Gasparini
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Franca
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Lassini
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Giancarlo, 11.
10238  Fürst von Montecompatri, 11.
10239  Fürst von Sulmona und Vivaro, 10.
10240  Fürst von Rossano, 5.
10241  Herzog von Canemorte, 11.
10242  Herzog von Palombara, 5.
10243  Herzog von Castelchiodato,
10244 \begin_inset ERT
10245 status open
10246
10247 \begin_layout Plain Layout
10248
10249 & 111
10250 \backslash
10251
10252 \backslash
10253
10254 \end_layout
10255
10256 \begin_layout Plain Layout
10257
10258 &
10259 \end_layout
10260
10261 \end_inset
10262
10263  11.
10264  Herzog von Poggionativo, 11.
10265  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10266  Graf von Valinfreda, 11.
10267  Baron von Cropalati, 11.
10268  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Malfatti
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Luciano
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Malfatti
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Valeriano
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Meneguzzo
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Roberto
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Mezzadra
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Roberto
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Pirpamer
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Erich
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Pochiesa
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Paolo
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111, 222
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Radina
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Claudio
10486 \end_layout
10487
10488 \end_inset
10489 </cell>
10490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10491 \begin_inset Text
10492
10493 \begin_layout Plain Layout
10494 111
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 </row>
10500 <row>
10501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505
10506 \series bold
10507 Rizzardi
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 Paolo
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 111
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Stuffer
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Oskar
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Tacchelli
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Ugo
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Tezzele
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Margit
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Unterkalmsteiner
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Frieda
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Vieider
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Hilde
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Vigna
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Jürgen
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Weber
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Maurizio
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 111
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755 Winkler
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Franz
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 111
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 <row endlastfoot="true">
10780 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784
10785 \end_layout
10786
10787 \end_inset
10788 </cell>
10789 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 </row>
10808 </lyxtabular>
10809
10810 \end_inset
10811
10812
10813 \end_layout
10814
10815 \begin_layout Section
10816 Líneas múltiples en columnas y filas
10817 \end_layout
10818
10819 \begin_layout Subsection
10820 Líneas múltiples en celdas
10821 \begin_inset CommandInset label
10822 LatexCommand label
10823 name "sub:Líneas-Múltiples-en"
10824
10825 \end_inset
10826
10827
10828 \begin_inset Index
10829 status collapsed
10830
10831 \begin_layout Plain Layout
10832 Líneas múltiples en celdas
10833 \end_layout
10834
10835 \end_inset
10836
10837
10838 \begin_inset Index
10839 status collapsed
10840
10841 \begin_layout Plain Layout
10842 Tablas ! Saltos de línea
10843 \end_layout
10844
10845 \end_inset
10846
10847
10848 \end_layout
10849
10850 \begin_layout Standard
10851 \align center
10852 \begin_inset Float table
10853 placement H
10854 wide false
10855 sideways false
10856 status open
10857
10858 \begin_layout Plain Layout
10859 \begin_inset Caption
10860
10861 \begin_layout Plain Layout
10862 \begin_inset CommandInset label
10863 LatexCommand label
10864 name "tab:Tabla-con-múltiples"
10865
10866 \end_inset
10867
10868 Tabla con líneas múltiples en celda
10869 \end_layout
10870
10871 \end_inset
10872
10873
10874 \end_layout
10875
10876 \begin_layout Plain Layout
10877 \align center
10878 \begin_inset Tabular
10879 <lyxtabular version="3" rows="3" columns="3">
10880 <features>
10881 <column alignment="center" valignment="middle" width="2.5cm">
10882 <column alignment="center" valignment="middle" width="0">
10883 <column alignment="center" valignment="middle" width="0">
10884 <row>
10885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 líneas
10890 \begin_inset Newline linebreak
10891 \end_inset
10892
10893 múltiples
10894 \end_layout
10895
10896 \end_inset
10897 </cell>
10898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902 b
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 c
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 </row>
10917 <row>
10918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 d
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 e
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 f
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 g
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 h
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 i
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 </row>
10975 </lyxtabular>
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \end_inset
10983
10984
10985 \end_layout
10986
10987 \begin_layout Standard
10988 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10989  párrafos con varias líneas y guionado.
10990 \end_layout
10991
10992 \begin_layout Standard
10993 Para generar la tabla
10994 \begin_inset space ~
10995 \end_inset
10996
10997
10998 \begin_inset CommandInset ref
10999 LatexCommand ref
11000 reference "tab:Tabla-con-múltiples"
11001
11002 \end_inset
11003
11004 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11005  En el diálogo que surge establece una anchura de 2.5
11006 \begin_inset space \thinspace{}
11007 \end_inset
11008
11009 cm y escoge centro en alineación vertical y horizontal.
11010  La alineación vertical se utiliza para todas las celdas de la fila.
11011  Como nuestro texto es menor de 2.5
11012 \begin_inset space \thinspace{}
11013 \end_inset
11014
11015 cm, sólo aparece una línea.
11016  Para poner dos añadimos
11017 \lang english
11018 , a justified line break (shortcut 
11019 \family sans
11020 Ctrl-Shift-Return
11021 \family default
11022 ) was added.
11023
11024 \lang spanish
11025  Si el texto es más ancho que la celda será automáticamente dividido en
11026  líneas.
11027 \end_layout
11028
11029 \begin_layout Standard
11030 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11031  con guión si es la primera entrada.
11032  Por eso hay que insertar algo para que dicha palabra no sea la primera
11033  entrada: añade el comando
11034 \end_layout
11035
11036 \begin_layout Standard
11037
11038 \series bold
11039
11040 \backslash
11041 hspace{0pt}
11042 \end_layout
11043
11044 \begin_layout Standard
11045 en ERT antes de la palabra.
11046  Como el espacio es 0 la salida no cambia.
11047  La tabla
11048 \begin_inset space ~
11049 \end_inset
11050
11051
11052 \begin_inset CommandInset ref
11053 LatexCommand ref
11054 reference "tab:Tabla-con-y"
11055
11056 \end_inset
11057
11058  muestra el efecto.
11059 \end_layout
11060
11061 \begin_layout Standard
11062 \begin_inset Float table
11063 placement b
11064 wide false
11065 sideways false
11066 status open
11067
11068 \begin_layout Plain Layout
11069 \begin_inset Caption
11070
11071 \begin_layout Plain Layout
11072 \begin_inset CommandInset label
11073 LatexCommand label
11074 name "tab:Tabla-con-y"
11075
11076 \end_inset
11077
11078 Tablas con y sin guión
11079 \end_layout
11080
11081 \end_inset
11082
11083
11084 \end_layout
11085
11086 \begin_layout Plain Layout
11087 \begin_inset space \hfill{}
11088 \end_inset
11089
11090
11091 \begin_inset Tabular
11092 <lyxtabular version="3" rows="3" columns="3">
11093 <features>
11094 <column alignment="center" valignment="middle" width="2.5cm">
11095 <column alignment="center" valignment="middle" width="0">
11096 <column alignment="center" valignment="middle" width="0">
11097 <row>
11098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 celdaconpalabramuylarga
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 b
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 c
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 </row>
11126 <row>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 d
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 e
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 f
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 </row>
11155 <row>
11156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 g
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 h
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 i
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 </row>
11184 </lyxtabular>
11185
11186 \end_inset
11187
11188
11189 \begin_inset space \hfill{}
11190 \end_inset
11191
11192
11193 \begin_inset Tabular
11194 <lyxtabular version="3" rows="3" columns="3">
11195 <features>
11196 <column alignment="center" valignment="middle" width="2.5cm">
11197 <column alignment="center" valignment="middle" width="0">
11198 <column alignment="center" valignment="middle" width="0">
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 \begin_inset ERT
11205 status collapsed
11206
11207 \begin_layout Plain Layout
11208
11209
11210 \backslash
11211 hspace{0pt}
11212 \end_layout
11213
11214 \end_inset
11215
11216 celdaconpalabramuylarga
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 b
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 c
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 <row>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 d
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 e
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 f
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 </row>
11269 <row>
11270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 g
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 h
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 i
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 </row>
11298 </lyxtabular>
11299
11300 \end_inset
11301
11302
11303 \begin_inset space \hfill{}
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \begin_layout Subsection
11315 Multicolumnas
11316 \begin_inset CommandInset label
11317 LatexCommand label
11318 name "sub:Multicolumnas"
11319
11320 \end_inset
11321
11322
11323 \begin_inset Index
11324 status collapsed
11325
11326 \begin_layout Plain Layout
11327 Multicolumnas
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \begin_inset Index
11334 status collapsed
11335
11336 \begin_layout Plain Layout
11337 Tablas ! Multicolumnas
11338 \end_layout
11339
11340 \end_inset
11341
11342
11343 \end_layout
11344
11345 \begin_layout Subsubsection
11346 Fundamentos de multicolumna
11347 \end_layout
11348
11349 \begin_layout Standard
11350 Para extender una celda sobre varias columnas, se marcan las celdas que
11351  se desee combinar y se usa el botón 
11352 \begin_inset Graphics
11353         filename ../../images/tabular-feature_multicolumn.png
11354         scale 85
11355
11356 \end_inset
11357
11358 , el menú 
11359 \family sans
11360 Editar\SpecialChar \menuseparator
11361 Tabla\SpecialChar \menuseparator
11362 Multicolumna
11363 \family default
11364 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11365  bajo la solapa 
11366 \family sans
11367 Configuración
11368 \family default
11369 , la casilla Multicolumna.
11370 \end_layout
11371
11372 \begin_layout Standard
11373 Las multicolumnas tienen su propia configuración de celdas.
11374  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11375  multicolumna.
11376  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11377  otra en la última fila sin borde superior:
11378 \end_layout
11379
11380 \begin_layout Standard
11381 \align center
11382 \begin_inset Tabular
11383 <lyxtabular version="3" rows="3" columns="4">
11384 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11385 <column alignment="center" valignment="top" width="0pt">
11386 <column alignment="center" valignment="middle" width="0">
11387 <column alignment="center" valignment="top" width="0in">
11388 <column alignment="center" valignment="top" width="0pt">
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 abc
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 def ghi
11404 \end_layout
11405
11406 \end_inset
11407 </cell>
11408 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11409 \begin_inset Text
11410
11411 \begin_layout Plain Layout
11412
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 jkl
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432
11433 \family roman
11434 \series medium
11435 \shape up
11436 \size normal
11437 \emph off
11438 \bar no
11439 \noun off
11440 \color none
11441 A
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 B
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 C
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 D
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 <row>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 1
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 2
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 3
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 4
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 </row>
11512 </lyxtabular>
11513
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \begin_layout Subsubsection
11520 Cálculos en multicolumnas
11521 \begin_inset CommandInset label
11522 LatexCommand label
11523 name "sub:Cálculos-en-Multicolumnas"
11524
11525 \end_inset
11526
11527
11528 \begin_inset Index
11529 status collapsed
11530
11531 \begin_layout Plain Layout
11532 Multicolumnas ! Cálculos
11533 \end_layout
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Standard
11541 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11542  la anchura de celda de las columnas combinadas en la celda multicolumna.
11543 \end_layout
11544
11545 \begin_layout Standard
11546 \begin_inset Float table
11547 placement h
11548 wide false
11549 sideways false
11550 status open
11551
11552 \begin_layout Plain Layout
11553 \begin_inset Caption
11554
11555 \begin_layout Plain Layout
11556 \begin_inset CommandInset label
11557 LatexCommand label
11558 name "tab:Tabla-con-centrado"
11559
11560 \end_inset
11561
11562 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11563 te la mitad de anchura que la celda multicolumna
11564 \begin_inset OptArg
11565 status collapsed
11566
11567 \begin_layout Plain Layout
11568 Tabla multicolumna perfecta
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \end_inset
11577
11578
11579 \end_layout
11580
11581 \begin_layout Plain Layout
11582 \align center
11583 \begin_inset Tabular
11584 <lyxtabular version="3" rows="3" columns="3">
11585 <features>
11586 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11587 <column alignment="center" valignment="middle" width="0">
11588 <column alignment="center" valignment="top" width="0">
11589 <row>
11590 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11591 \begin_inset Text
11592
11593 \begin_layout Plain Layout
11594 multicolumna línea múltiple
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603
11604 \end_layout
11605
11606 \end_inset
11607 </cell>
11608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11609 \begin_inset Text
11610
11611 \begin_layout Plain Layout
11612 c
11613 \end_layout
11614
11615 \end_inset
11616 </cell>
11617 </row>
11618 <row>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 d
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11629 \begin_inset Text
11630
11631 \begin_layout Plain Layout
11632 e
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 f
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 <row>
11648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 g
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 h
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 i
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 </lyxtabular>
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \end_inset
11684
11685
11686 \end_layout
11687
11688 \begin_layout Standard
11689 Por ejemplo, para crear la tabla
11690 \begin_inset space ~
11691 \end_inset
11692
11693
11694 \begin_inset CommandInset ref
11695 LatexCommand ref
11696 reference "tab:Tabla-con-centrado"
11697
11698 \end_inset
11699
11700 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11701  clic-derecha.
11702  En el diálogo marca 
11703 \emph on
11704 multicolumna
11705 \emph default
11706
11707 \emph on
11708 alineación centro
11709 \emph default
11710  y una anchura de 2.5
11711 \begin_inset space \thinspace{}
11712 \end_inset
11713
11714 cm.
11715  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11716  de la celda multicolumna, así que deberías ajustar 1.25
11717 \begin_inset space \thinspace{}
11718 \end_inset
11719
11720 cm para la primera columna.
11721  La segunda columna tendrá entonces automáticamente 1.25
11722 \begin_inset space \thinspace{}
11723 \end_inset
11724
11725 cm de anchura.
11726  Para la tabla
11727 \begin_inset space ~
11728 \end_inset
11729
11730
11731 \begin_inset CommandInset ref
11732 LatexCommand ref
11733 reference "tab:Tabla-sin-mitad"
11734
11735 \end_inset
11736
11737  se ha procedido de la siguiente manera:
11738 \end_layout
11739
11740 \begin_layout Standard
11741 \begin_inset Float table
11742 wide false
11743 sideways false
11744 status open
11745
11746 \begin_layout Plain Layout
11747 \begin_inset Caption
11748
11749 \begin_layout Plain Layout
11750 \begin_inset CommandInset label
11751 LatexCommand label
11752 name "tab:Tabla-sin-mitad"
11753
11754 \end_inset
11755
11756 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11757  anchura que la celda multicolumna
11758 \begin_inset OptArg
11759 status open
11760
11761 \begin_layout Plain Layout
11762 Tabla multicolumna imperfecta
11763 \end_layout
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \end_layout
11774
11775 \begin_layout Plain Layout
11776 \align center
11777 \begin_inset Tabular
11778 <lyxtabular version="3" rows="3" columns="3">
11779 <features>
11780 <column alignment="center" valignment="top" width="1.25cm">
11781 <column alignment="center" valignment="top" width="0">
11782 <column alignment="center" valignment="top" width="0">
11783 <row>
11784 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 multicolumna línea múltiple
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797
11798 \end_layout
11799
11800 \end_inset
11801 </cell>
11802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11803 \begin_inset Text
11804
11805 \begin_layout Plain Layout
11806 c
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 </row>
11812 <row>
11813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 d
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 e
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 f
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 </row>
11841 <row>
11842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 g
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855 h
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 i
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 </row>
11870 </lyxtabular>
11871
11872 \end_inset
11873
11874
11875 \end_layout
11876
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \begin_layout Standard
11883 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11884 a, es un poco mayor.
11885  La razón es que la anchura dada para una celda 
11886 \begin_inset Formula $W_{g}$
11887 \end_inset
11888
11889  no es su anchura total 
11890 \begin_inset Formula $W_{\mathrm{tot}}$
11891 \end_inset
11892
11893  porque una celda es siempre algo mayor que la anchura dada.
11894  El apéndice
11895 \begin_inset space ~
11896 \end_inset
11897
11898
11899 \begin_inset CommandInset ref
11900 LatexCommand eqref
11901 reference "cha:Explicación-de-la-Ecuación"
11902
11903 \end_inset
11904
11905  lo explica con detalle.
11906 \end_layout
11907
11908 \begin_layout Standard
11909 La anchura dada necesaria, 
11910 \begin_inset Formula $W_{g\, n}$
11911 \end_inset
11912
11913  para combinar 
11914 \emph on
11915 n
11916 \emph default
11917  columnas puede calcularse de manera que cada columna tenga una anchura
11918  total de 
11919 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11920 \end_inset
11921
11922 :
11923 \begin_inset Formula \begin{equation}
11924 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11925
11926 \end_inset
11927
11928
11929 \end_layout
11930
11931 \begin_layout Standard
11932 En nuestro caso tenemos 
11933 \begin_inset Formula $n=2$
11934 \end_inset
11935
11936
11937 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11938 \end_inset
11939
11940
11941 \begin_inset space \thinspace{}
11942 \end_inset
11943
11944 cm y los valores predeterminados para longitudes, así la ecuación
11945 \begin_inset space ~
11946 \end_inset
11947
11948
11949 \begin_inset CommandInset ref
11950 LatexCommand ref
11951 reference "eq:Wgn"
11952
11953 \end_inset
11954
11955  queda
11956 \begin_inset Formula \begin{equation}
11957 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Standard
11965 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11966  
11967 \series bold
11968 calc
11969 \series default
11970  con la línea
11971 \begin_inset Index
11972 status collapsed
11973
11974 \begin_layout Plain Layout
11975 LaTeX-paquetes ! calc
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \begin_layout Standard
11984
11985 \series bold
11986
11987 \backslash
11988 usepackage{calc}
11989 \end_layout
11990
11991 \begin_layout Standard
11992 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11993  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11994  He aquí un repaso de los argumentos:
11995 \end_layout
11996
11997 \begin_layout Itemize
11998
11999 \series bold
12000 p{ancho}
12001 \series default
12002  crea celdas con anchura fija, el texto alineado arriba
12003 \end_layout
12004
12005 \begin_layout Itemize
12006
12007 \series bold
12008 m{ancho}
12009 \series default
12010  crea celdas con anchura fija, el texto con alineación vertical centrada
12011  
12012 \end_layout
12013
12014 \begin_layout Itemize
12015
12016 \series bold
12017 b{ancho}
12018 \series default
12019  crea celdas con anchura fija, el texto alineado abajo
12020 \end_layout
12021
12022 \begin_layout Standard
12023 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12024  en el diálogo se ignoran.
12025 \end_layout
12026
12027 \begin_layout Standard
12028 \begin_inset Note Greyedout
12029 status open
12030
12031 \begin_layout Plain Layout
12032
12033 \series bold
12034 Nota:
12035 \series default
12036  Debido a un error, LyX muestra de todas formas estas propiedades.
12037 \end_layout
12038
12039 \end_inset
12040
12041  
12042 \end_layout
12043
12044 \begin_layout Standard
12045 El comando 
12046 \series bold
12047
12048 \backslash
12049 centering
12050 \series default
12051  centra horizontalmente el texto.
12052  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12053  columna extendida:
12054 \end_layout
12055
12056 \begin_layout Standard
12057
12058 \series bold
12059 >{
12060 \backslash
12061 centering}m{1.25cm-6.2pt}
12062 \end_layout
12063
12064 \begin_layout Standard
12065 El comando 
12066 \series bold
12067 >{ }
12068 \series default
12069  significa que los comandos entre llaves se aplican antes de crear la celda.
12070 \end_layout
12071
12072 \begin_layout Standard
12073 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12074 , aún está alineado a la izquierda.
12075  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12076  Así que para multicolumnas hemos de usar el argumento de LaTeX
12077 \end_layout
12078
12079 \begin_layout Standard
12080
12081 \series bold
12082 >{
12083 \backslash
12084 centering}m{2.5cm}
12085 \end_layout
12086
12087 \begin_layout Subsection
12088 Multifilas
12089 \begin_inset Index
12090 status collapsed
12091
12092 \begin_layout Plain Layout
12093 Multifilas
12094 \end_layout
12095
12096 \end_inset
12097
12098
12099 \begin_inset Index
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103 Tablas ! Multifilas
12104 \end_layout
12105
12106 \end_inset
12107
12108
12109 \begin_inset Index
12110 status collapsed
12111
12112 \begin_layout Plain Layout
12113 LaTeX-paquetes ! multirow
12114 \end_layout
12115
12116 \end_inset
12117
12118
12119 \end_layout
12120
12121 \begin_layout Standard
12122 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12123  hace falta un poco de ERT.
12124  Hay que cargar el paquete de LaTeX 
12125 \series bold
12126 multirow
12127 \series default
12128  en el preámbulo del documento con el comando
12129 \end_layout
12130
12131 \begin_layout Standard
12132
12133 \series bold
12134
12135 \backslash
12136 usepackage{multirow}
12137 \end_layout
12138
12139 \begin_layout Standard
12140 Las multifilas se crean con el comando
12141 \end_layout
12142
12143 \begin_layout Standard
12144
12145 \series bold
12146
12147 \backslash
12148 multirow{número de filas}{ancho de celda}{entrada de celda}
12149 \end_layout
12150
12151 \begin_layout Standard
12152 Para crear la siguiente tabla:
12153 \end_layout
12154
12155 \begin_layout Standard
12156 \align center
12157 \begin_inset ERT
12158 status collapsed
12159
12160 \begin_layout Plain Layout
12161
12162
12163 \backslash
12164 renewcommand{
12165 \backslash
12166 multirowsetup}{
12167 \backslash
12168 centering}
12169 \end_layout
12170
12171 \end_inset
12172
12173
12174 \begin_inset Tabular
12175 <lyxtabular version="3" rows="3" columns="3">
12176 <features>
12177 <column alignment="center" valignment="top" width="0">
12178 <column alignment="center" valignment="top" width="0">
12179 <column alignment="center" valignment="top" width="0">
12180 <row>
12181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 a
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 b
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 c
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 <row>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 \begin_inset ERT
12215 status collapsed
12216
12217 \begin_layout Plain Layout
12218
12219
12220 \backslash
12221 multirow{2}{2.5cm}{
12222 \end_layout
12223
12224 \end_inset
12225
12226 entrada multifila
12227 \begin_inset ERT
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231
12232 }
12233 \end_layout
12234
12235 \end_inset
12236
12237
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 e
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12252 \begin_inset Text
12253
12254 \begin_layout Plain Layout
12255 f
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275 h
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 i
12285 \end_layout
12286
12287 \end_inset
12288 </cell>
12289 </row>
12290 </lyxtabular>
12291
12292 \end_inset
12293
12294
12295 \begin_inset ERT
12296 status collapsed
12297
12298 \begin_layout Plain Layout
12299
12300
12301 \backslash
12302 renewcommand{
12303 \backslash
12304 multirowsetup}{
12305 \backslash
12306 raggedright}
12307 \end_layout
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 crea una tabla 3×3.
12316  Para quitar la línea sobre la última celda en la primera columna, se marca
12317  la celda como multicolumna y se quita el borde superior.
12318  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12319  ahí el comando
12320 \end_layout
12321
12322 \begin_layout Standard
12323
12324 \series bold
12325
12326 \backslash
12327 multirow{2}{2.5cm}{
12328 \end_layout
12329
12330 \begin_layout Standard
12331 como ERT.
12332  Según los parámetros del comando la multifila se expande a dos filas y
12333  tiene de ancho 2.5
12334 \begin_inset space \thinspace{}
12335 \end_inset
12336
12337 cm.
12338  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12339  finaliza con llave derecha 
12340 \series bold
12341 }
12342 \series default
12343  en otro cuadro ERT tras el texto.
12344 \end_layout
12345
12346 \begin_layout Standard
12347
12348 \series bold
12349
12350 \backslash
12351 multirow
12352 \series default
12353  alinea su contenido a la izquierda por defecto.
12354  Para cambiarlo renombra el comando 
12355 \series bold
12356
12357 \backslash
12358 multirowsetup
12359 \series default
12360  con el comando
12361 \end_layout
12362
12363 \begin_layout Standard
12364
12365 \series bold
12366
12367 \backslash
12368 renewcommand{
12369 \backslash
12370 multirowsetup}{
12371 \backslash
12372 centering}
12373 \end_layout
12374
12375 \begin_layout Standard
12376 en ERT en el preámbulo del documento.
12377  Entonces se centran todas las entradas de celdas multifila en el documento.
12378  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12379  en ERT justo antes de la tabla en lugar de en el preámbulo.
12380  Si el texto debe estar alineado a la derecha, reemplaza 
12381 \series bold
12382
12383 \backslash
12384 centering
12385 \series default
12386  por 
12387 \series bold
12388
12389 \backslash
12390 raggedleft
12391 \series default
12392 .
12393  Para volver a alineado a la izquierda usa 
12394 \series bold
12395
12396 \backslash
12397 raggedright
12398 \series default
12399 .
12400 \end_layout
12401
12402 \begin_layout Section
12403 Tablas formales
12404 \begin_inset CommandInset label
12405 LatexCommand label
12406 name "sec:Tablas-Formales"
12407
12408 \end_inset
12409
12410
12411 \begin_inset Index
12412 status collapsed
12413
12414 \begin_layout Plain Layout
12415 Tablas Formales
12416 \end_layout
12417
12418 \end_inset
12419
12420
12421 \begin_inset Index
12422 status collapsed
12423
12424 \begin_layout Plain Layout
12425 Tablas ! Estilo formal
12426 \end_layout
12427
12428 \end_inset
12429
12430  
12431 \end_layout
12432
12433 \begin_layout Standard
12434 En los libros, las tablas se suelen presentar en un formato como el de la
12435  tabla 
12436 \begin_inset space ~
12437 \end_inset
12438
12439
12440 \begin_inset CommandInset ref
12441 LatexCommand ref
12442 reference "tab:Ejemplo-tabla-formal"
12443
12444 \end_inset
12445
12446 .
12447  Se denominan tablas 
12448 \emph on
12449 formales
12450 \emph default
12451 .
12452  Para hacer tablas con este diseño, elige 
12453 \family sans
12454 Estilo
12455 \family default
12456
12457 \begin_inset space ~
12458 \end_inset
12459
12460
12461 \family sans
12462 Formal
12463 \family default
12464  en la solapa 
12465 \family sans
12466 Bordes
12467 \family default
12468  del cuadro de diálogo de tablas.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 \begin_inset Float table
12473 placement h
12474 wide false
12475 sideways false
12476 status open
12477
12478 \begin_layout Plain Layout
12479 \begin_inset Caption
12480
12481 \begin_layout Plain Layout
12482 \begin_inset CommandInset label
12483 LatexCommand label
12484 name "tab:Ejemplo-tabla-formal"
12485
12486 \end_inset
12487
12488 Ejemplo de tabla formal
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \begin_layout Plain Layout
12497 \align center
12498 \begin_inset Tabular
12499 <lyxtabular version="3" rows="8" columns="4">
12500 <features booktabs="true">
12501 <column alignment="center" valignment="top" width="0">
12502 <column alignment="center" valignment="top" width="0">
12503 <column alignment="center" valignment="top" width="0">
12504 <column alignment="center" valignment="top" width="0">
12505 <row>
12506 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 System
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 Medipix
12520 \begin_inset Formula $\,$
12521 \end_inset
12522
12523 1
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Medipix
12533 \begin_inset Formula $\,$
12534 \end_inset
12535
12536 2
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 <row>
12552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 \begin_inset ERT
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560
12561
12562 \backslash
12563 cmidrule(r){2-2}
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 cmidrule(l){3-4}
12577 \end_layout
12578
12579 \end_inset
12580
12581 Detector thickness [µm]
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 300
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 300
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 700
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 </row>
12614 <row>
12615 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 Edge angle [°]
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 3.55
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 2.71
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 7.99
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 <row topspace="default">
12653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 Spatial resolution [µm]
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 4.26
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 10.17
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 10.56
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 </row>
12690 <row topspace="default">
12691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 MTF at 
12696 \begin_inset Formula $f_{\mathrm{max}}$
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 0.53
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 0.37
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 0.39
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row topspace="default">
12733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 \begin_inset ERT
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741
12742
12743 \backslash
12744 cmidrule(l{10pt}){1-1}
12745 \end_layout
12746
12747 \end_inset
12748
12749 LSF-spatial resolution
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 </row>
12782 <row>
12783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 in µm
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 129.7
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 52.75
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 50.78
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 </row>
12820 <row>
12821 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 in % of pixel size
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 76.3
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 95.9
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 92.3
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 </lyxtabular>
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \begin_layout Standard
12871 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12872  correspondientes que se encuentran en la solapa 
12873 \family sans
12874 Bordes 
12875 \family default
12876 del diálogo
12877 \family sans
12878  Configuración
12879 \begin_inset space ~
12880 \end_inset
12881
12882 de
12883 \begin_inset space ~
12884 \end_inset
12885
12886 la
12887 \begin_inset space ~
12888 \end_inset
12889
12890 tabla
12891 \family default
12892 , como se explica en la sección
12893 \begin_inset space ~
12894 \end_inset
12895
12896
12897 \begin_inset CommandInset ref
12898 LatexCommand ref
12899 reference "sub:Espacio-adicional"
12900
12901 \end_inset
12902
12903
12904 \end_layout
12905
12906 \begin_layout Standard
12907 A diferencia de las tablas normales, las tablas formales no tienen líneas
12908  verticales.
12909  Las líneas horizontales se pueden poner o no como en las tablas normales,
12910  pero en la salida se mostrarán con distinto grosor:
12911 \begin_inset Newline newline
12912 \end_inset
12913
12914 Las líneas primera y última tienen un grosor predeterminado de 0.08
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 em, las demás tienen un grosor predeterminado de 0.05
12919 \begin_inset space \thinspace{}
12920 \end_inset
12921
12922 em.
12923 \end_layout
12924
12925 \begin_layout Standard
12926 Estos valores predeterminados se pueden cambiar
12927 \series bold
12928  
12929 \series default
12930 con las líneas de preámbulo:
12931 \end_layout
12932
12933 \begin_layout Standard
12934
12935 \series bold
12936
12937 \backslash
12938 let
12939 \backslash
12940 mytoprule
12941 \backslash
12942 toprule
12943 \begin_inset Newline newline
12944 \end_inset
12945
12946
12947 \backslash
12948 renewcommand{
12949 \backslash
12950 toprule}{
12951 \backslash
12952 mytoprule[grosor]}
12953 \end_layout
12954
12955 \begin_layout Standard
12956 Este ejemplo es para la primera línea, la denominada 
12957 \series bold
12958 toprule
12959 \series default
12960 .
12961  Si quieres cambiar el grosor de la última línea, reemplaza 
12962 \series bold
12963 toprule
12964 \series default
12965  por 
12966 \series bold
12967 bottomrule
12968 \series default
12969 .
12970  Y para cambiar el grosor de las demás líneas cambia 
12971 \series bold
12972 toprule
12973 \series default
12974  por 
12975 \series bold
12976 midrule
12977 \series default
12978 .
12979  Puedes usar cualquiera de las unidades listadas en el apéndice
12980 \begin_inset space ~
12981 \end_inset
12982
12983
12984 \begin_inset CommandInset ref
12985 LatexCommand ref
12986 reference "cha:Unidades-disponibles-en"
12987
12988 \end_inset
12989
12990 para establecer el grosor.
12991 \end_layout
12992
12993 \begin_layout Standard
12994 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12995  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12996  LyX empleará internamente el comando 
12997 \series bold
12998
12999 \backslash
13000 cmidrule
13001 \series default
13002  para dibujar la línea.
13003  El esquema completo es
13004 \end_layout
13005
13006 \begin_layout Standard
13007
13008 \series bold
13009
13010 \backslash
13011 cmidrule[grosor](recorte){inicol-fincol}
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Por el momento, LyX no soporta las opciones de 
13016 \series bold
13017
13018 \backslash
13019 cmidrule
13020 \series default
13021 , así que para usarlas hay que emplear ERT.
13022  Las líneas 
13023 \series bold
13024
13025 \backslash
13026 cmidrule
13027 \series default
13028  se pueden insertar manualmente con el comando en ERT como primera entrada
13029  de la primera celda de una fila.
13030  En la salida se dibujará la línea sobre dicha fila.
13031 \end_layout
13032
13033 \begin_layout Standard
13034 El grosor predeterminado es 0.03
13035 \begin_inset space \thinspace{}
13036 \end_inset
13037
13038 em.
13039  
13040 \series bold
13041 inicol
13042 \series default
13043  es el número de la columna en la que comienza la línea y 
13044 \series bold
13045 fincol
13046 \series default
13047  es el número de la columna en la que acaba la línea.
13048  El valor 
13049 \series bold
13050 fincol
13051 \series default
13052  debe especificarse siempre, aunque la línea se extienda sobre una sola
13053  columna.
13054  El parámetro opcional 
13055 \series bold
13056 recorte
13057 \series default
13058  debe ser 
13059 \emph on
13060 l{recorte}
13061 \emph default
13062  o 
13063 \emph on
13064 r{recorte}
13065 \emph default
13066 , donde 
13067 \emph on
13068 recorte
13069 \emph default
13070  también es opcional.
13071  Por ejemplo, el parámetro 
13072 \emph on
13073 l{2pt}
13074 \emph default
13075  significa que la línea se recorta 2
13076 \begin_inset space \thinspace{}
13077 \end_inset
13078
13079 pt por su izquierda.
13080  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13081 \begin_inset space \thinspace{}
13082 \end_inset
13083
13084 em.
13085
13086 \series bold
13087  
13088 \end_layout
13089
13090 \begin_layout Standard
13091
13092 \end_layout
13093
13094 \begin_layout Standard
13095 \begin_inset VSpace bigskip
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 La tabla
13103 \begin_inset space ~
13104 \end_inset
13105
13106
13107 \begin_inset CommandInset ref
13108 LatexCommand ref
13109 reference "tab:Ejemplo-tabla-formal"
13110
13111 \end_inset
13112
13113  se ha creado con los comandos
13114 \end_layout
13115
13116 \begin_layout Standard
13117
13118 \series bold
13119
13120 \backslash
13121 cmidrule(r){2-2}
13122 \backslash
13123 cmidrule(l){3-4}
13124 \end_layout
13125
13126 \begin_layout Standard
13127 en la segunda fila, 
13128 \series bold
13129
13130 \backslash
13131 midrule
13132 \series default
13133  en la tercera, y
13134 \end_layout
13135
13136 \begin_layout Standard
13137
13138 \series bold
13139
13140 \backslash
13141 cmidrule(l{10pt}){1-1}
13142 \end_layout
13143
13144 \begin_layout Standard
13145 en la sexta fila.
13146 \end_layout
13147
13148 \begin_layout Standard
13149 \begin_inset VSpace bigskip
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 Quizá quieras superponer líneas 
13157 \series bold
13158
13159 \backslash
13160 cmidrules
13161 \series default
13162  como en la tabla
13163 \begin_inset space ~
13164 \end_inset
13165
13166
13167 \begin_inset CommandInset ref
13168 LatexCommand ref
13169 reference "tab:Tabla-formal-especial"
13170
13171 \end_inset
13172
13173 .
13174  Esto se consigue con el comando ERT
13175 \end_layout
13176
13177 \begin_layout Standard
13178
13179 \series bold
13180
13181 \backslash
13182 morecmidrules
13183 \end_layout
13184
13185 \begin_layout Standard
13186 El comando que se ha utilizado para la segunda fila de la tabla
13187 \begin_inset space ~
13188 \end_inset
13189
13190
13191 \begin_inset CommandInset ref
13192 LatexCommand ref
13193 reference "tab:Tabla-formal-especial"
13194
13195 \end_inset
13196
13197  es
13198 \end_layout
13199
13200 \begin_layout Standard
13201
13202 \series bold
13203
13204 \backslash
13205 cmidrule(r){2-2}
13206 \backslash
13207 cmidrule(l){3-4}
13208 \backslash
13209 morecmidrules
13210 \backslash
13211 cmidrule{2-4}
13212 \end_layout
13213
13214 \begin_layout Standard
13215 El comando para la sexta fila es
13216 \end_layout
13217
13218 \begin_layout Standard
13219
13220 \series bold
13221
13222 \backslash
13223 midrule
13224 \backslash
13225 morecmidrules
13226 \backslash
13227 cmidrule{3-4}
13228 \series default
13229
13230 \begin_inset VSpace bigskip
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \begin_layout Standard
13237 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13238  el siguiente comando para dibujar líneas que se extienden sobre todas las
13239  columnas
13240 \end_layout
13241
13242 \begin_layout Standard
13243
13244 \series bold
13245
13246 \backslash
13247 specialrule{anchura}{espacio superior}{espacio inferior}
13248 \end_layout
13249
13250 \begin_layout Standard
13251 Para más información sobre estas características especiales, acude al manual
13252  del paquete LaTeX 
13253 \series bold
13254 booktabs
13255 \series default
13256
13257 \begin_inset CommandInset citation
13258 LatexCommand cite
13259 key "booktabs"
13260
13261 \end_inset
13262
13263 .
13264 \begin_inset Index
13265 status collapsed
13266
13267 \begin_layout Plain Layout
13268 LaTeX-paquetes ! booktabs
13269 \end_layout
13270
13271 \end_inset
13272
13273  
13274 \begin_inset VSpace bigskip
13275 \end_inset
13276
13277
13278 \end_layout
13279
13280 \begin_layout Standard
13281 \begin_inset Float table
13282 placement h
13283 wide false
13284 sideways false
13285 status open
13286
13287 \begin_layout Plain Layout
13288 \begin_inset Caption
13289
13290 \begin_layout Plain Layout
13291 \begin_inset CommandInset label
13292 LatexCommand label
13293 name "tab:Tabla-formal-especial"
13294
13295 \end_inset
13296
13297 Tabla formal especial
13298 \end_layout
13299
13300 \end_inset
13301
13302
13303 \end_layout
13304
13305 \begin_layout Plain Layout
13306 \align center
13307 \begin_inset Tabular
13308 <lyxtabular version="3" rows="8" columns="4">
13309 <features booktabs="true">
13310 <column alignment="center" valignment="top" width="0">
13311 <column alignment="center" valignment="top" width="0">
13312 <column alignment="center" valignment="top" width="0">
13313 <column alignment="center" valignment="top" width="0">
13314 <row>
13315 <cell alignment="center" valignment="top" topline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 System
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 Medipix
13329 \begin_inset space \thinspace{}
13330 \end_inset
13331
13332 1
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 Medipix
13342 \begin_inset space \thinspace{}
13343 \end_inset
13344
13345 2
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 <row>
13361 <cell alignment="center" valignment="top" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 \begin_inset ERT
13366 status collapsed
13367
13368 \begin_layout Plain Layout
13369
13370
13371 \backslash
13372 cmidrule(r){2-2}
13373 \end_layout
13374
13375 \end_inset
13376
13377
13378 \begin_inset ERT
13379 status collapsed
13380
13381 \begin_layout Plain Layout
13382
13383
13384 \backslash
13385 cmidrule(l){3-4}
13386 \end_layout
13387
13388 \end_inset
13389
13390
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396
13397 \backslash
13398 morecmidrules 
13399 \end_layout
13400
13401 \end_inset
13402
13403
13404 \begin_inset ERT
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408
13409
13410 \backslash
13411 cmidrule{2-4}
13412 \end_layout
13413
13414 \end_inset
13415
13416 Detector thickness [µm]
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 300
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 300
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 700
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 </row>
13449 <row>
13450 <cell alignment="center" valignment="top" topline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 Edge angle [°]
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 3.55
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 2.71
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 7.99
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 </row>
13487 <row topspace="default">
13488 <cell alignment="center" valignment="top" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 Spatial resolution [µm]
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 4.26
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 10.17
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 <cell alignment="center" valignment="top" usebox="none">
13516 \begin_inset Text
13517
13518 \begin_layout Plain Layout
13519 10.56
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 </row>
13525 <row topspace="default">
13526 <cell alignment="center" valignment="top" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530 MTF at 
13531 \begin_inset Formula $f_{\mathrm{max}}$
13532 \end_inset
13533
13534
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 0.53
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 0.37
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 0.39
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 </row>
13567 <row>
13568 <cell alignment="center" valignment="top" topline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 \begin_inset ERT
13573 status collapsed
13574
13575 \begin_layout Plain Layout
13576
13577
13578 \backslash
13579 morecmidrules 
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \begin_inset ERT
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589
13590
13591 \backslash
13592 cmidrule{3-4}
13593 \end_layout
13594
13595 \end_inset
13596
13597 LSF-spatial resolution
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 <row>
13631 <cell alignment="center" valignment="top" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 in µm
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 129.7
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 <cell alignment="center" valignment="top" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653 52.75
13654 \end_layout
13655
13656 \end_inset
13657 </cell>
13658 <cell alignment="center" valignment="top" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 50.78
13663 \end_layout
13664
13665 \end_inset
13666 </cell>
13667 </row>
13668 <row>
13669 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Plain Layout
13673 in % of pixel size
13674 \end_layout
13675
13676 \end_inset
13677 </cell>
13678 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13679 \begin_inset Text
13680
13681 \begin_layout Plain Layout
13682 76.3
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13688 \begin_inset Text
13689
13690 \begin_layout Plain Layout
13691 95.9
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 92.3
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 </row>
13706 </lyxtabular>
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \begin_layout Section
13719 Alineación vertical de tablas
13720 \begin_inset Index
13721 status collapsed
13722
13723 \begin_layout Plain Layout
13724 Tablas ! Alineación vertical
13725 \end_layout
13726
13727 \end_inset
13728
13729
13730 \end_layout
13731
13732 \begin_layout Standard
13733 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13734  en un cuadro.
13735  Entonces el cuadro se puede alinear verticalmente como se describe en la
13736  sección
13737 \begin_inset space ~
13738 \end_inset
13739
13740
13741 \begin_inset CommandInset ref
13742 LatexCommand ref
13743 reference "sec:Diálogo-Cuadros"
13744
13745 \end_inset
13746
13747 .
13748  
13749 \end_layout
13750
13751 \begin_layout Standard
13752 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13753 \begin_inset Foot
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757 Las minipáginas se describen en la sección
13758 \begin_inset space ~
13759 \end_inset
13760
13761
13762 \begin_inset CommandInset ref
13763 LatexCommand ref
13764 reference "sec:Minipáginas"
13765
13766 \end_inset
13767
13768 .
13769 \end_layout
13770
13771 \end_inset
13772
13773  que tiene una anchura de 15
13774 \begin_inset space \thinspace{}
13775 \end_inset
13776
13777 col%:
13778 \end_layout
13779
13780 \begin_layout Itemize
13781 test 
13782 \begin_inset Box Frameless
13783 position "t"
13784 hor_pos "c"
13785 has_inner_box 1
13786 inner_pos "c"
13787 use_parbox 0
13788 width "15col%"
13789 special "none"
13790 height "1in"
13791 height_special "totalheight"
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795 \begin_inset Tabular
13796 <lyxtabular version="3" rows="3" columns="3">
13797 <features>
13798 <column alignment="center" valignment="top" width="0">
13799 <column alignment="center" valignment="top" width="0">
13800 <column alignment="center" valignment="top" width="0">
13801 <row>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 a
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 d
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 g
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 b
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 e
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 h
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 <row>
13860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864 c
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873 f
13874 \end_layout
13875
13876 \end_inset
13877 </cell>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 i
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 </row>
13888 </lyxtabular>
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \end_inset
13896
13897  test 
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903
13904 \backslash
13905 raisebox{0.85
13906 \backslash
13907 baselineskip}{
13908 \end_layout
13909
13910 \end_inset
13911
13912
13913 \begin_inset Box Frameless
13914 position "t"
13915 hor_pos "c"
13916 has_inner_box 1
13917 inner_pos "c"
13918 use_parbox 0
13919 width "15col%"
13920 special "none"
13921 height "1in"
13922 height_special "totalheight"
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926 \begin_inset Tabular
13927 <lyxtabular version="3" rows="3" columns="3">
13928 <features>
13929 <column alignment="center" valignment="top" width="0">
13930 <column alignment="center" valignment="top" width="0">
13931 <column alignment="center" valignment="top" width="0">
13932 <row>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 a
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946 d
13947 \end_layout
13948
13949 \end_inset
13950 </cell>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 g
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 </row>
13961 <row>
13962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 b
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13972 \begin_inset Text
13973
13974 \begin_layout Plain Layout
13975 e
13976 \end_layout
13977
13978 \end_inset
13979 </cell>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 h
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 </row>
13990 <row>
13991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13992 \begin_inset Text
13993
13994 \begin_layout Plain Layout
13995 c
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004 f
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 i
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 </row>
14019 </lyxtabular>
14020
14021 \end_inset
14022
14023
14024 \end_layout
14025
14026 \end_inset
14027
14028
14029 \begin_inset ERT
14030 status collapsed
14031
14032 \begin_layout Plain Layout
14033
14034 }
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Itemize
14043 test 
14044 \begin_inset Box Frameless
14045 position "c"
14046 hor_pos "c"
14047 has_inner_box 1
14048 inner_pos "c"
14049 use_parbox 0
14050 width "15col%"
14051 special "none"
14052 height "1in"
14053 height_special "totalheight"
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 \begin_inset Tabular
14058 <lyxtabular version="3" rows="3" columns="3">
14059 <features>
14060 <column alignment="center" valignment="top" width="0">
14061 <column alignment="center" valignment="top" width="0">
14062 <column alignment="center" valignment="top" width="0">
14063 <row>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 a
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077 d
14078 \end_layout
14079
14080 \end_inset
14081 </cell>
14082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14083 \begin_inset Text
14084
14085 \begin_layout Plain Layout
14086 g
14087 \end_layout
14088
14089 \end_inset
14090 </cell>
14091 </row>
14092 <row>
14093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 b
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 e
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115 h
14116 \end_layout
14117
14118 \end_inset
14119 </cell>
14120 </row>
14121 <row>
14122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 c
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 f
14136 \end_layout
14137
14138 \end_inset
14139 </cell>
14140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14141 \begin_inset Text
14142
14143 \begin_layout Plain Layout
14144 i
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 </row>
14150 </lyxtabular>
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \end_inset
14158
14159
14160 \end_layout
14161
14162 \begin_layout Itemize
14163 test 
14164 \begin_inset Box Frameless
14165 position "b"
14166 hor_pos "c"
14167 has_inner_box 1
14168 inner_pos "c"
14169 use_parbox 0
14170 width "15col%"
14171 special "none"
14172 height "1in"
14173 height_special "totalheight"
14174 status collapsed
14175
14176 \begin_layout Plain Layout
14177 \begin_inset Tabular
14178 <lyxtabular version="3" rows="3" columns="3">
14179 <features>
14180 <column alignment="center" valignment="top" width="0">
14181 <column alignment="center" valignment="top" width="0">
14182 <column alignment="center" valignment="top" width="0">
14183 <row>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 a
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 d
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 g
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 </row>
14212 <row>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 b
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 e
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 h
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 </row>
14241 <row>
14242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14243 \begin_inset Text
14244
14245 \begin_layout Plain Layout
14246 c
14247 \end_layout
14248
14249 \end_inset
14250 </cell>
14251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14252 \begin_inset Text
14253
14254 \begin_layout Plain Layout
14255 f
14256 \end_layout
14257
14258 \end_inset
14259 </cell>
14260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 i
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 </lyxtabular>
14271
14272 \end_inset
14273
14274
14275 \end_layout
14276
14277 \end_inset
14278
14279  test 
14280 \begin_inset ERT
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284
14285
14286 \backslash
14287 raisebox{-0.32
14288 \backslash
14289 baselineskip}{
14290 \end_layout
14291
14292 \end_inset
14293
14294
14295 \begin_inset Box Frameless
14296 position "b"
14297 hor_pos "c"
14298 has_inner_box 1
14299 inner_pos "c"
14300 use_parbox 0
14301 width "15col%"
14302 special "none"
14303 height "1in"
14304 height_special "totalheight"
14305 status collapsed
14306
14307 \begin_layout Plain Layout
14308 \begin_inset Tabular
14309 <lyxtabular version="3" rows="3" columns="3">
14310 <features>
14311 <column alignment="center" valignment="top" width="0">
14312 <column alignment="center" valignment="top" width="0">
14313 <column alignment="center" valignment="top" width="0">
14314 <row>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 a
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14325 \begin_inset Text
14326
14327 \begin_layout Plain Layout
14328 d
14329 \end_layout
14330
14331 \end_inset
14332 </cell>
14333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14334 \begin_inset Text
14335
14336 \begin_layout Plain Layout
14337 g
14338 \end_layout
14339
14340 \end_inset
14341 </cell>
14342 </row>
14343 <row>
14344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 b
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14354 \begin_inset Text
14355
14356 \begin_layout Plain Layout
14357 e
14358 \end_layout
14359
14360 \end_inset
14361 </cell>
14362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14363 \begin_inset Text
14364
14365 \begin_layout Plain Layout
14366 h
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 <row>
14373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 c
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 f
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14392 \begin_inset Text
14393
14394 \begin_layout Plain Layout
14395 i
14396 \end_layout
14397
14398 \end_inset
14399 </cell>
14400 </row>
14401 </lyxtabular>
14402
14403 \end_inset
14404
14405
14406 \end_layout
14407
14408 \end_inset
14409
14410
14411 \begin_inset ERT
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415
14416 }
14417 \end_layout
14418
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \begin_layout Standard
14425 Como ves, los contenidos de la primera y última filas no se alinean correctament
14426 e con la línea de texto donde está la tabla.
14427  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14428  un cuadro elevado (
14429 \begin_inset Quotes eld
14430 \end_inset
14431
14432 raisebox
14433 \begin_inset Quotes erd
14434 \end_inset
14435
14436 )
14437 \begin_inset Foot
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 El uso del comando 
14442 \series bold
14443
14444 \backslash
14445 raisebox
14446 \series default
14447  se explica en la sección
14448 \begin_inset space ~
14449 \end_inset
14450
14451
14452 \begin_inset CommandInset ref
14453 LatexCommand ref
14454 reference "sub:Alineación-Vertical"
14455
14456 \end_inset
14457
14458 .
14459 \end_layout
14460
14461 \end_inset
14462
14463 .
14464  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14465  usando el comando en ERT
14466 \end_layout
14467
14468 \begin_layout Standard
14469
14470 \series bold
14471
14472 \backslash
14473 raisebox{0.85
14474 \backslash
14475 baselineskip}{
14476 \end_layout
14477
14478 \begin_layout Standard
14479 antes del cuadro.
14480  Tras él, se pone la llave de cierre 
14481 \series bold
14482 }
14483 \series default
14484  también como ERT.
14485  Para la segunda tabla en el tercer ítem se usa el comando 
14486 \end_layout
14487
14488 \begin_layout Standard
14489
14490 \series bold
14491
14492 \backslash
14493 raisebox{-0.32
14494 \backslash
14495 baselineskip}{
14496 \end_layout
14497
14498 \begin_layout Standard
14499 \begin_inset Note Greyedout
14500 status open
14501
14502 \begin_layout Plain Layout
14503
14504 \series bold
14505 Not
14506 \series default
14507 a: La alineación del contenido de la fila con la línea del texto adyacente
14508  no es exacta.
14509  El factor necesario del comando 
14510 \series bold
14511
14512 \backslash
14513 raisebox
14514 \series default
14515  para este alineamiento depende de la fuente del documento, del tamaño de
14516  la fuente y del grosor de línea de la tabla.
14517 \end_layout
14518
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \begin_layout Section
14525 Tablas coloreadas
14526 \begin_inset CommandInset label
14527 LatexCommand label
14528 name "sec:Tablas-Coloreadas"
14529
14530 \end_inset
14531
14532
14533 \begin_inset Index
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537 Tablas ! Coloreadas
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \begin_layout Subsection
14546 Celdas coloreadas
14547 \begin_inset Index
14548 status collapsed
14549
14550 \begin_layout Plain Layout
14551 Tablas coloreadas ! Celdas
14552 \end_layout
14553
14554 \end_inset
14555
14556
14557 \begin_inset Index
14558 status collapsed
14559
14560 \begin_layout Plain Layout
14561 Color ! en celdas de tablas
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \begin_layout Standard
14570 \begin_inset Float table
14571 placement h
14572 wide false
14573 sideways false
14574 status open
14575
14576 \begin_layout Plain Layout
14577 \begin_inset Caption
14578
14579 \begin_layout Plain Layout
14580 \begin_inset CommandInset label
14581 LatexCommand label
14582 name "tab:Tabla-coloreada-sin"
14583
14584 \end_inset
14585
14586 Tabla coloreada sin usar el paquete 
14587 \series bold
14588 colortbl
14589 \series default
14590
14591 \begin_inset OptArg
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 Tabla sin colortbl
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Plain Layout
14609 \align center
14610 \begin_inset Tabular
14611 <lyxtabular version="3" rows="3" columns="3">
14612 <features>
14613 <column alignment="center" valignment="top" width="0">
14614 <column alignment="center" valignment="top" width="0">
14615 <column alignment="center" valignment="top" width="0">
14616 <row>
14617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \color green
14623 a
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632
14633 \color red
14634 b
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643
14644 \color red
14645 c
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 <row>
14652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14653 \begin_inset Text
14654
14655 \begin_layout Plain Layout
14656
14657 \color green
14658 d
14659 \end_layout
14660
14661 \end_inset
14662 </cell>
14663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14664 \begin_inset Text
14665
14666 \begin_layout Plain Layout
14667
14668 \color blue
14669 e
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14675 \begin_inset Text
14676
14677 \begin_layout Plain Layout
14678
14679 \color blue
14680 f
14681 \end_layout
14682
14683 \end_inset
14684 </cell>
14685 </row>
14686 <row>
14687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14688 \begin_inset Text
14689
14690 \begin_layout Plain Layout
14691
14692 \color green
14693 g
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702
14703 \color blue
14704 h
14705 \end_layout
14706
14707 \end_inset
14708 </cell>
14709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713
14714 \color blue
14715 i
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 </row>
14721 </lyxtabular>
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14735  el menú 
14736 \family sans
14737 Editar\SpecialChar \menuseparator
14738 Estilo
14739 \begin_inset space ~
14740 \end_inset
14741
14742 del
14743 \begin_inset space ~
14744 \end_inset
14745
14746 Texto
14747 \family default
14748 .
14749  Esto se ha hecho en la tabla
14750 \begin_inset space ~
14751 \end_inset
14752
14753
14754 \begin_inset CommandInset ref
14755 LatexCommand ref
14756 reference "tab:Tabla-coloreada-sin"
14757
14758 \end_inset
14759
14760 .
14761  En cualquier otro caso hay que usar el paquete LaTeX 
14762 \series bold
14763 colortbl
14764 \series default
14765 .
14766 \begin_inset Index
14767 status collapsed
14768
14769 \begin_layout Plain Layout
14770 LaTeX-paquetes ! colortbl
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786 ifcolortbl
14787 \end_layout
14788
14789 \end_inset
14790
14791
14792 \begin_inset Note Note
14793 status open
14794
14795 \begin_layout Plain Layout
14796 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14797  LaTeX 
14798 \series bold
14799 colortbl
14800 \series default
14801 .
14802 \end_layout
14803
14804 \end_inset
14805
14806
14807 \end_layout
14808
14809 \begin_layout Standard
14810 Para crear tablas coloreadas, 
14811 \series bold
14812 colortbl
14813 \series default
14814  debe cargarse en el preámbulo con la línea
14815 \end_layout
14816
14817 \begin_layout Standard
14818
14819 \series bold
14820
14821 \backslash
14822 usepackage{colortbl}
14823 \end_layout
14824
14825 \begin_layout Standard
14826 El color de una columna se define con el comando
14827 \end_layout
14828
14829 \begin_layout Standard
14830
14831 \series bold
14832
14833 \backslash
14834 columncolor{nombre del color}
14835 \end_layout
14836
14837 \begin_layout Standard
14838 dentro del comando 
14839 \series bold
14840 >{ }
14841 \series default
14842 .
14843  Más sobre el comando 
14844 \series bold
14845 >{}
14846 \series default
14847  se explica en la sección
14848 \begin_inset space ~
14849 \end_inset
14850
14851
14852 \begin_inset CommandInset ref
14853 LatexCommand ref
14854 reference "sub:Cálculos-en-Multicolumnas"
14855
14856 \end_inset
14857
14858 .
14859 \end_layout
14860
14861 \begin_layout Standard
14862 Los siguientes nombres de color están predefinidos:
14863 \end_layout
14864
14865 \begin_layout Standard
14866
14867 \family sans
14868 red
14869 \family default
14870
14871 \family sans
14872 green
14873 \family default
14874
14875 \family sans
14876 yellow, blue
14877 \family default
14878
14879 \family sans
14880 cyan
14881 \family default
14882 \series bold
14883 ,
14884 \series default
14885  
14886 \family sans
14887 magenta, black
14888 \family default
14889
14890 \family sans
14891 white
14892 \end_layout
14893
14894 \begin_layout Standard
14895 \begin_inset VSpace medskip
14896 \end_inset
14897
14898
14899 \end_layout
14900
14901 \begin_layout Standard
14902 Puedes definir tus propios colores con el comando
14903 \end_layout
14904
14905 \begin_layout Standard
14906
14907 \series bold
14908
14909 \backslash
14910 definecolor{nombre del color}{modelo de color}{valores de color}
14911 \end_layout
14912
14913 \begin_layout Standard
14914 El modelo de color puede ser
14915 \end_layout
14916
14917 \begin_layout Labeling
14918 \labelwidthstring 00.00.0000
14919 cmyk: cyan, magenta, yellow, black
14920 \end_layout
14921
14922 \begin_layout Labeling
14923 \labelwidthstring 00.00.0000
14924 rgb: red, green, blue
14925 \end_layout
14926
14927 \begin_layout Labeling
14928 \labelwidthstring 00.00.0000
14929 gray: gray
14930 \end_layout
14931
14932 \begin_layout Standard
14933 y los valores de color son números separados por comas entre 0 y 1 que describen
14934  el factor para el color correspondiente del modelo de color.
14935 \end_layout
14936
14937 \begin_layout Standard
14938 Por ejemplo, puedes definir el color
14939 \series bold
14940  
14941 \series default
14942
14943 \begin_inset Quotes eld
14944 \end_inset
14945
14946
14947 \emph on
14948 verde oscuro
14949 \emph default
14950
14951 \begin_inset Quotes erd
14952 \end_inset
14953
14954  en el preámbulo con
14955 \end_layout
14956
14957 \begin_layout Standard
14958
14959 \series bold
14960
14961 \backslash
14962 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14963 \end_layout
14964
14965 \begin_layout Standard
14966 y el color 
14967 \begin_inset Quotes eld
14968 \end_inset
14969
14970
14971 \emph on
14972 gris claro
14973 \emph default
14974
14975 \begin_inset Quotes erd
14976 \end_inset
14977
14978  con
14979 \end_layout
14980
14981 \begin_layout Standard
14982
14983 \series bold
14984
14985 \backslash
14986 definecolor{grisclaro}{gray}{0.8}
14987 \end_layout
14988
14989 \begin_layout Standard
14990 \begin_inset VSpace medskip
14991 \end_inset
14992
14993
14994 \end_layout
14995
14996 \begin_layout Standard
14997 Las líneas se colorean con el comando
14998 \end_layout
14999
15000 \begin_layout Standard
15001
15002 \series bold
15003
15004 \backslash
15005 rowcolor{nombre del color}
15006 \end_layout
15007
15008 \begin_layout Standard
15009 y las celdas se colorean con el comando
15010 \end_layout
15011
15012 \begin_layout Standard
15013
15014 \series bold
15015
15016 \backslash
15017 cellcolor{nombre del color}
15018 \end_layout
15019
15020 \begin_layout Standard
15021 Ambos comandos se insertan al principio de una celda como ERT.
15022 \end_layout
15023
15024 \begin_layout Standard
15025 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15026 \family sans
15027 Editar\SpecialChar \menuseparator
15028 Estilo
15029 \begin_inset space ~
15030 \end_inset
15031
15032 del
15033 \begin_inset space ~
15034 \end_inset
15035
15036 Texto
15037 \family default
15038 .
15039  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15040  puede ocasionar errores de LaTeX.
15041 \end_layout
15042
15043 \begin_layout Standard
15044 \begin_inset VSpace bigskip
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Standard
15051 Para crear la tabla
15052 \begin_inset space ~
15053 \end_inset
15054
15055
15056 \begin_inset CommandInset ref
15057 LatexCommand ref
15058 reference "tab:Tabla-coloreada-con"
15059
15060 \end_inset
15061
15062  haz lo siguiente: el color de la primera columna debe ser 
15063 \emph on
15064 verde oscuro
15065 \emph default
15066 , entonces inserta
15067 \end_layout
15068
15069 \begin_layout Standard
15070
15071 \series bold
15072 >{
15073 \backslash
15074 columncolor{verdeoscuro}
15075 \backslash
15076 centering}c
15077 \end_layout
15078
15079 \begin_layout Standard
15080 como argumento LaTeX para esta columna.
15081  La primera fila debe ser azul, por tanto inserta el comando ERT
15082 \end_layout
15083
15084 \begin_layout Standard
15085
15086 \series bold
15087
15088 \backslash
15089 rowcolow{cyan}
15090 \end_layout
15091
15092 \begin_layout Standard
15093 en la primera celda de esta fila.
15094  Observa que esto sobreescribe el color de la columna para la primera celda.
15095  La última celda de la última fila se colorea magenta insertando el comando
15096  ERT
15097 \end_layout
15098
15099 \begin_layout Standard
15100
15101 \series bold
15102
15103 \backslash
15104 cellcolor{magenta}
15105 \end_layout
15106
15107 \begin_layout Standard
15108 Ahora podrían colorearse los caracteres usando el menú 
15109 \family sans
15110 Editar\SpecialChar \menuseparator
15111 Estilo
15112 \begin_inset space ~
15113 \end_inset
15114
15115 del
15116 \begin_inset space ~
15117 \end_inset
15118
15119 Texto
15120 \family default
15121 .
15122 \end_layout
15123
15124 \begin_layout Standard
15125 \begin_inset Float table
15126 placement h
15127 wide false
15128 sideways false
15129 status open
15130
15131 \begin_layout Plain Layout
15132 \begin_inset Caption
15133
15134 \begin_layout Plain Layout
15135 \begin_inset CommandInset label
15136 LatexCommand label
15137 name "tab:Tabla-coloreada-con"
15138
15139 \end_inset
15140
15141 Tabla coloreada con el paquete 
15142 \series bold
15143 colortbl
15144 \series default
15145
15146 \begin_inset OptArg
15147 status open
15148
15149 \begin_layout Plain Layout
15150 Tabla con 
15151 \series bold
15152 colortbl
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161
15162
15163 \end_layout
15164
15165 \begin_layout Plain Layout
15166 \align center
15167 \begin_inset Tabular
15168 <lyxtabular version="3" rows="3" columns="3">
15169 <features>
15170 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15171 <column alignment="center" valignment="top" width="0">
15172 <column alignment="center" valignment="top" width="0">
15173 <row>
15174 <cell alignment="center" valignment="top" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 \begin_inset ERT
15179 status collapsed
15180
15181 \begin_layout Plain Layout
15182
15183
15184 \backslash
15185 rowcolor{cyan}
15186 \end_layout
15187
15188 \end_inset
15189
15190
15191 \color magenta
15192 a
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201
15202 \color red
15203 b
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212
15213 \color red
15214 c
15215 \end_layout
15216
15217 \end_inset
15218 </cell>
15219 </row>
15220 <row>
15221 <cell alignment="center" valignment="top" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225
15226 \color yellow
15227 d
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 <cell alignment="center" valignment="top" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \color blue
15238 e
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \color blue
15249 f
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \color yellow
15262 g
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \color blue
15273 h
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 \begin_inset ERT
15283 status collapsed
15284
15285 \begin_layout Plain Layout
15286
15287
15288 \backslash
15289 cellcolor{magenta}
15290 \end_layout
15291
15292 \end_inset
15293
15294
15295 \color green
15296 i
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 </row>
15302 </lyxtabular>
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315 \begin_inset ERT
15316 status collapsed
15317
15318 \begin_layout Plain Layout
15319
15320
15321 \backslash
15322 else
15323 \end_layout
15324
15325 \end_inset
15326
15327
15328 \begin_inset Note Note
15329 status open
15330
15331 \begin_layout Plain Layout
15332 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15333  
15334 \series bold
15335 colortbl
15336 \series default
15337 .
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \begin_layout Standard
15346 Debes instalar el paquete LaTeX 
15347 \series bold
15348 colortbl
15349 \series default
15350  para ver la parte siguiente en la salida.
15351 \end_layout
15352
15353 \begin_layout Standard
15354 \begin_inset ERT
15355 status collapsed
15356
15357 \begin_layout Plain Layout
15358
15359
15360 \backslash
15361 fi
15362 \end_layout
15363
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \begin_layout Subsection
15370 Líneas coloreadas
15371 \begin_inset Index
15372 status collapsed
15373
15374 \begin_layout Plain Layout
15375 Tablas coloreadas ! Líneas
15376 \end_layout
15377
15378 \end_inset
15379
15380
15381 \begin_inset Index
15382 status collapsed
15383
15384 \begin_layout Plain Layout
15385 Color ! en bordes de tabla
15386 \end_layout
15387
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \begin_layout Standard
15394 Como se describe en la sección
15395 \begin_inset space ~
15396 \end_inset
15397
15398
15399 \begin_inset CommandInset ref
15400 LatexCommand ref
15401 reference "sub:Grosor-de-Líneas"
15402
15403 \end_inset
15404
15405 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15406  
15407 \series bold
15408
15409 \backslash
15410 arrayrulewidth
15411 \series default
15412 .
15413  Se ha puesto 1.5
15414 \begin_inset space \thinspace{}
15415 \end_inset
15416
15417 pt para todas las tablas de esta sección.
15418 \begin_inset ERT
15419 status collapsed
15420
15421 \begin_layout Plain Layout
15422
15423
15424 \backslash
15425 setlength{
15426 \backslash
15427 arrayrulewidth}{1.5pt}
15428 \end_layout
15429
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \begin_layout Standard
15436 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15437  el preámbulo del documento el siguiente formato de columna, de acuerdo
15438  a lo descrito en la sección
15439 \begin_inset space ~
15440 \end_inset
15441
15442
15443 \begin_inset CommandInset ref
15444 LatexCommand ref
15445 reference "sub:Formato-Personalizado"
15446
15447 \end_inset
15448
15449 :
15450 \end_layout
15451
15452 \begin_layout Standard
15453
15454 \series bold
15455
15456 \backslash
15457 newcolumntype{W}{!{
15458 \backslash
15459 color{green}
15460 \backslash
15461 vline}}
15462 \end_layout
15463
15464 \begin_layout Standard
15465 Para la tabla
15466 \begin_inset space ~
15467 \end_inset
15468
15469
15470 \begin_inset CommandInset ref
15471 LatexCommand ref
15472 reference "tab:Tabla-con-verticales-coloreadas"
15473
15474 \end_inset
15475
15476  se usó el argumento LaTeX
15477 \series bold
15478  WcW
15479 \series default
15480  para la última columna y
15481 \series bold
15482  Wc
15483 \series default
15484  para las demás.
15485 \end_layout
15486
15487 \begin_layout Standard
15488 Si quieres tener varios colores, define más formatos de columna.
15489 \end_layout
15490
15491 \begin_layout Standard
15492 \begin_inset Float table
15493 placement h
15494 wide false
15495 sideways false
15496 status open
15497
15498 \begin_layout Plain Layout
15499 \begin_inset Caption
15500
15501 \begin_layout Plain Layout
15502 \begin_inset CommandInset label
15503 LatexCommand label
15504 name "tab:Tabla-con-verticales-coloreadas"
15505
15506 \end_inset
15507
15508 Tabla con líneas verticales coloreadas
15509 \end_layout
15510
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \begin_layout Plain Layout
15517 \align center
15518 \begin_inset Tabular
15519 <lyxtabular version="3" rows="3" columns="3">
15520 <features>
15521 <column alignment="center" valignment="top" width="0" special="Wc">
15522 <column alignment="center" valignment="top" width="0" special="Wc">
15523 <column alignment="center" valignment="top" width="0" special="WcW">
15524 <row>
15525 <cell alignment="center" valignment="top" topline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529 sd
15530 \end_layout
15531
15532 \end_inset
15533 </cell>
15534 <cell alignment="center" valignment="top" topline="true" usebox="none">
15535 \begin_inset Text
15536
15537 \begin_layout Plain Layout
15538
15539 \end_layout
15540
15541 \end_inset
15542 </cell>
15543 <cell alignment="center" valignment="top" topline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 <cell alignment="center" valignment="top" topline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 sd
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \end_layout
15578
15579 \end_inset
15580 </cell>
15581 </row>
15582 <row>
15583 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587
15588 \end_layout
15589
15590 \end_inset
15591 </cell>
15592 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605 sd
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 </lyxtabular>
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \begin_layout Standard
15624 \begin_inset VSpace bigskip
15625 \end_inset
15626
15627 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15628 \begin_inset space ~
15629 \end_inset
15630
15631
15632 \begin_inset CommandInset ref
15633 LatexCommand ref
15634 reference "tab:Tabla-con-horizontales-coloreadas"
15635
15636 \end_inset
15637
15638 , inserta estos comandos en ERT antes de la tabla o del flotante:
15639 \end_layout
15640
15641 \begin_layout Standard
15642
15643 \series bold
15644
15645 \backslash
15646 let
15647 \backslash
15648 myHlineC
15649 \backslash
15650 hline
15651 \begin_inset Newline newline
15652 \end_inset
15653
15654
15655 \backslash
15656 renewcommand{
15657 \backslash
15658 hline}
15659 \begin_inset Newline newline
15660 \end_inset
15661
15662
15663 \begin_inset ERT
15664 status collapsed
15665
15666 \begin_layout Plain Layout
15667
15668
15669 \backslash
15670 hphantom{ }
15671 \end_layout
15672
15673 \end_inset
15674
15675 {
15676 \backslash
15677 arrayrulecolor{red}
15678 \backslash
15679 myHlineC
15680 \backslash
15681 arrayrulecolor{black}}
15682 \end_layout
15683
15684 \begin_layout Standard
15685 \begin_inset ERT
15686 status collapsed
15687
15688 \begin_layout Plain Layout
15689
15690
15691 \backslash
15692 let
15693 \backslash
15694 myHlineC
15695 \backslash
15696 hline
15697 \end_layout
15698
15699 \begin_layout Plain Layout
15700
15701
15702 \backslash
15703 renewcommand{
15704 \backslash
15705 hline}
15706 \end_layout
15707
15708 \begin_layout Plain Layout
15709
15710  {
15711 \backslash
15712 arrayrulecolor{red}
15713 \backslash
15714 myHlineC
15715 \backslash
15716 arrayrulecolor{black}}
15717 \end_layout
15718
15719 \end_inset
15720
15721
15722 \begin_inset Float table
15723 placement h
15724 wide false
15725 sideways false
15726 status open
15727
15728 \begin_layout Plain Layout
15729 \begin_inset Caption
15730
15731 \begin_layout Plain Layout
15732 \begin_inset CommandInset label
15733 LatexCommand label
15734 name "tab:Tabla-con-horizontales-coloreadas"
15735
15736 \end_inset
15737
15738 Tabla con líneas horizontales coloreadas
15739 \end_layout
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \begin_layout Plain Layout
15747 \align center
15748 \begin_inset Tabular
15749 <lyxtabular version="3" rows="3" columns="3">
15750 <features>
15751 <column alignment="center" valignment="top" width="0">
15752 <column alignment="center" valignment="top" width="0">
15753 <column alignment="center" valignment="top" width="0">
15754 <row>
15755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15756 \begin_inset Text
15757
15758 \begin_layout Plain Layout
15759 sd
15760 \end_layout
15761
15762 \end_inset
15763 </cell>
15764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15765 \begin_inset Text
15766
15767 \begin_layout Plain Layout
15768
15769 \end_layout
15770
15771 \end_inset
15772 </cell>
15773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15774 \begin_inset Text
15775
15776 \begin_layout Plain Layout
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 </row>
15783 <row>
15784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 sd
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15803 \begin_inset Text
15804
15805 \begin_layout Plain Layout
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row>
15813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 sd
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 </row>
15841 </lyxtabular>
15842
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \begin_layout Standard
15854 Para volver al color de línea negro predeterminado inserta este comando
15855  en ERT detrás de la tabla o el flotante:
15856 \end_layout
15857
15858 \begin_layout Standard
15859
15860 \series bold
15861
15862 \backslash
15863 renewcommand{
15864 \backslash
15865 hline}{
15866 \backslash
15867 myHlineC}
15868 \end_layout
15869
15870 \begin_layout Standard
15871 La tabla
15872 \begin_inset space ~
15873 \end_inset
15874
15875
15876 \begin_inset CommandInset ref
15877 LatexCommand ref
15878 reference "tab:Tabla-con-líneas-coloreadas"
15879
15880 \end_inset
15881
15882  es un ejemplo con líneas verticales y horizontales coloreadas.
15883 \end_layout
15884
15885 \begin_layout Standard
15886 \begin_inset Float table
15887 placement h
15888 wide false
15889 sideways false
15890 status open
15891
15892 \begin_layout Plain Layout
15893 \begin_inset Caption
15894
15895 \begin_layout Plain Layout
15896 \begin_inset CommandInset label
15897 LatexCommand label
15898 name "tab:Tabla-con-líneas-coloreadas"
15899
15900 \end_inset
15901
15902 Tabla con líneas coloreadas
15903 \end_layout
15904
15905 \end_inset
15906
15907
15908 \end_layout
15909
15910 \begin_layout Plain Layout
15911 \align center
15912 \begin_inset Tabular
15913 <lyxtabular version="3" rows="3" columns="3">
15914 <features>
15915 <column alignment="center" valignment="top" width="0" special="Wc">
15916 <column alignment="center" valignment="top" width="0" special="Wc">
15917 <column alignment="center" valignment="top" width="0" special="WcW">
15918 <row>
15919 <cell alignment="center" valignment="top" topline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 sd
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" topline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 <cell alignment="center" valignment="top" topline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \end_layout
15943
15944 \end_inset
15945 </cell>
15946 </row>
15947 <row>
15948 <cell alignment="center" valignment="top" topline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 sd
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 </row>
15976 <row>
15977 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 sd
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 </row>
16005 </lyxtabular>
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \begin_layout Standard
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 renewcommand{
16026 \backslash
16027 hline}{
16028 \backslash
16029 myHlineC}
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \begin_layout Standard
16038 \begin_inset ERT
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042
16043
16044 \backslash
16045 setlength{
16046 \backslash
16047 arrayrulewidth}{0.4pt}
16048 \end_layout
16049
16050 \end_inset
16051
16052
16053 \end_layout
16054
16055 \begin_layout Section
16056 Personalización de tablas
16057 \begin_inset Index
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061 Personalización de tablas
16062 \end_layout
16063
16064 \end_inset
16065
16066
16067 \begin_inset Index
16068 status collapsed
16069
16070 \begin_layout Plain Layout
16071 Tablas ! Personalización
16072 \end_layout
16073
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \begin_layout Subsection
16080 Espacio adicional en filas
16081 \begin_inset CommandInset label
16082 LatexCommand label
16083 name "sub:Espacio-adicional"
16084
16085 \end_inset
16086
16087
16088 \begin_inset Index
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092 Personalización de tablas ! Espacio adicional en filas
16093 \end_layout
16094
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \begin_layout Standard
16101 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16102  
16103 \family sans
16104 Bordes,
16105 \family default
16106  del diálogo de configuración de tablas.
16107  En el marco 
16108 \family sans
16109 Espacio
16110 \begin_inset space ~
16111 \end_inset
16112
16113 adicional
16114 \family default
16115  dispones de tres posibilidades:
16116 \end_layout
16117
16118 \begin_layout Description
16119 Superior
16120 \begin_inset space ~
16121 \end_inset
16122
16123 de
16124 \begin_inset space ~
16125 \end_inset
16126
16127 la
16128 \begin_inset space ~
16129 \end_inset
16130
16131 fila añade espacio sobre los caracteres de la fila.
16132  Si la tabla es de estilo formal
16133 \begin_inset Foot
16134 status collapsed
16135
16136 \begin_layout Plain Layout
16137 Las tablas formales se explican en la sección
16138 \begin_inset space ~
16139 \end_inset
16140
16141
16142 \begin_inset CommandInset ref
16143 LatexCommand ref
16144 reference "sec:Tablas-Formales"
16145
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \end_inset
16152
16153  LyX insertará 0.5
16154 \begin_inset space \thinspace{}
16155 \end_inset
16156
16157 em por defecto.
16158  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16159  verticales, como se ve en la tabla siguiente:
16160 \begin_inset VSpace medskip
16161 \end_inset
16162
16163
16164 \begin_inset Newline newline
16165 \end_inset
16166
16167
16168 \begin_inset space \hspace*{}
16169 \length 0pt
16170 \end_inset
16171
16172
16173 \begin_inset space \hfill{}
16174 \end_inset
16175
16176
16177 \begin_inset Tabular
16178 <lyxtabular version="3" rows="3" columns="1">
16179 <features>
16180 <column alignment="center" valignment="top" width="0">
16181 <row>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186 A
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 </row>
16192 <row topspace="3mm">
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 3
16198 \begin_inset space \thinspace{}
16199 \end_inset
16200
16201 mm sobre la fila
16202 \end_layout
16203
16204 \end_inset
16205 </cell>
16206 </row>
16207 <row>
16208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16209 \begin_inset Text
16210
16211 \begin_layout Plain Layout
16212 C
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 </row>
16218 </lyxtabular>
16219
16220 \end_inset
16221
16222
16223 \begin_inset space \hfill{}
16224 \end_inset
16225
16226
16227 \begin_inset space \hspace*{}
16228 \length 0pt
16229 \end_inset
16230
16231
16232 \begin_inset VSpace medskip
16233 \end_inset
16234
16235
16236 \begin_inset Newline newline
16237 \end_inset
16238
16239 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16240  sin líneas verticales.
16241 \end_layout
16242
16243 \begin_layout Description
16244 Inferior
16245 \begin_inset space ~
16246 \end_inset
16247
16248 de
16249 \begin_inset space ~
16250 \end_inset
16251
16252 la
16253 \begin_inset space ~
16254 \end_inset
16255
16256 fila añade espacio bajo los caracteres de la fila.
16257  Si la tabla es formal LyX inserta por defecto 0.5
16258 \begin_inset space \thinspace{}
16259 \end_inset
16260
16261 em; si la tabla es normal inserta 2
16262 \begin_inset space \thinspace{}
16263 \end_inset
16264
16265 pt.
16266  
16267 \end_layout
16268
16269 \begin_layout Description
16270 Entre
16271 \begin_inset space ~
16272 \end_inset
16273
16274 las
16275 \begin_inset space ~
16276 \end_inset
16277
16278 filas añade espacio entre la fila actual y la siguiente.
16279  Si la tabla es formal LyX inserta 0.5
16280 \begin_inset space \thinspace{}
16281 \end_inset
16282
16283 em por defecto.
16284  En tablas normales, el espacio adicional destruirá las líneas verticales
16285  de la tabla, como se ve en la siguiente:
16286 \begin_inset VSpace medskip
16287 \end_inset
16288
16289
16290 \begin_inset Newline newline
16291 \end_inset
16292
16293
16294 \begin_inset space \hspace*{}
16295 \length 0pt
16296 \end_inset
16297
16298
16299 \begin_inset space \hfill{}
16300 \end_inset
16301
16302
16303 \begin_inset Tabular
16304 <lyxtabular version="3" rows="3" columns="1">
16305 <features>
16306 <column alignment="center" valignment="top" width="0">
16307 <row>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 A
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 </row>
16318 <row interlinespace="3mm">
16319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16320 \begin_inset Text
16321
16322 \begin_layout Plain Layout
16323 \begin_inset Formula $\downarrow$
16324 \end_inset
16325
16326  3
16327 \begin_inset space \thinspace{}
16328 \end_inset
16329
16330 mm entre las filas
16331 \end_layout
16332
16333 \end_inset
16334 </cell>
16335 </row>
16336 <row>
16337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16338 \begin_inset Text
16339
16340 \begin_layout Plain Layout
16341 \begin_inset Formula $\uparrow$
16342 \end_inset
16343
16344  3
16345 \begin_inset space \thinspace{}
16346 \end_inset
16347
16348 mm entre las filas 
16349 \begin_inset Formula $\uparrow$
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 </lyxtabular>
16359
16360 \end_inset
16361
16362
16363 \begin_inset space \hfill{}
16364 \end_inset
16365
16366
16367 \begin_inset space \hspace*{}
16368 \length 0pt
16369 \end_inset
16370
16371
16372 \begin_inset VSpace medskip
16373 \end_inset
16374
16375
16376 \begin_inset Newline newline
16377 \end_inset
16378
16379 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16380  para tablas sin líneas verticales.
16381 \end_layout
16382
16383 \begin_layout Standard
16384 \begin_inset VSpace bigskip
16385 \end_inset
16386
16387 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16388  utiliza los siguientes comandos en el preámbulo:
16389 \end_layout
16390
16391 \begin_layout Standard
16392
16393 \series bold
16394
16395 \backslash
16396 @ifundefined{extrarowheight}
16397 \begin_inset Newline newline
16398 \end_inset
16399
16400
16401 \begin_inset ERT
16402 status collapsed
16403
16404 \begin_layout Plain Layout
16405
16406
16407 \backslash
16408 hphantom{ }
16409 \end_layout
16410
16411 \end_inset
16412
16413 {
16414 \backslash
16415 usepackage{array}}{}
16416 \begin_inset Newline newline
16417 \end_inset
16418
16419
16420 \backslash
16421 setlength{
16422 \backslash
16423 extrarowheight}{altura}
16424 \end_layout
16425
16426 \begin_layout Standard
16427 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16428  centrado en vertical.
16429  (Lyx cargará automáticamente el paquete 
16430 \series bold
16431 array
16432 \series default
16433  cuando uses formatos de tabla autodefinidos.
16434  Para evitar que sea cargado dos veces se pone al principio el comando 
16435 \series bold
16436
16437 \backslash
16438 @ifundefined
16439 \series default
16440 .)
16441 \end_layout
16442
16443 \begin_layout Standard
16444
16445 \end_layout
16446
16447 \begin_layout Subsection
16448 Alineación especial de celdas
16449 \begin_inset Index
16450 status collapsed
16451
16452 \begin_layout Plain Layout
16453 Personalización de tablas ! Alineación especial de celdas
16454 \end_layout
16455
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \begin_layout Standard
16462 A veces mejora la presentación si las entradas en las celdas de una columna
16463  se alinean con un carácter determinado, p.
16464 \begin_inset space \thinspace{}
16465 \end_inset
16466
16467 e.
16468 \begin_inset space ~
16469 \end_inset
16470
16471 el separador decimal, como en la tabla
16472 \begin_inset space ~
16473 \end_inset
16474
16475
16476 \begin_inset CommandInset ref
16477 LatexCommand ref
16478 reference "tab:Tabla-con-celdas-de"
16479
16480 \end_inset
16481
16482 .
16483 \end_layout
16484
16485 \begin_layout Standard
16486 \begin_inset Float table
16487 wide false
16488 sideways false
16489 status open
16490
16491 \begin_layout Plain Layout
16492 \begin_inset Caption
16493
16494 \begin_layout Plain Layout
16495 \begin_inset CommandInset label
16496 LatexCommand label
16497 name "tab:Tabla-con-celdas-de"
16498
16499 \end_inset
16500
16501 Tabla con celdas alineadas con el separador decimal.
16502 \end_layout
16503
16504 \end_inset
16505
16506
16507 \end_layout
16508
16509 \begin_layout Plain Layout
16510 \align center
16511 \begin_inset Tabular
16512 <lyxtabular version="3" rows="4" columns="2">
16513 <features>
16514 <column alignment="right" valignment="top" width="0">
16515 <column alignment="left" valignment="top" width="0" special="@{}l">
16516 <row>
16517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 leyenda
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 </row>
16536 <row>
16537 <cell alignment="center" valignment="top" usebox="none">
16538 \begin_inset Text
16539
16540 \begin_layout Plain Layout
16541 12.
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 6
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 </row>
16556 <row>
16557 <cell alignment="center" valignment="top" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 0.
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 68
16571 \end_layout
16572
16573 \end_inset
16574 </cell>
16575 </row>
16576 <row>
16577 <cell alignment="center" valignment="top" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 -123.
16582 \end_layout
16583
16584 \end_inset
16585 </cell>
16586 <cell alignment="center" valignment="top" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590 0
16591 \end_layout
16592
16593 \end_inset
16594 </cell>
16595 </row>
16596 </lyxtabular>
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \begin_layout Standard
16609 Esta es una tabla 4×2.
16610  La leyenda es una multicolumna centrada.
16611  La primera columna está alineada a la derecha y contiene el punto decimal
16612  y los dígitos anteriores.
16613  La segunda columna está alineada a la izquierda y contiene los dígitos
16614  posteriores al punto decimal.
16615  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16616  argumento LaTeX para la segunda columna:
16617 \end_layout
16618
16619 \begin_layout Standard
16620
16621 \series bold
16622 @{}l
16623 \end_layout
16624
16625 \begin_layout Standard
16626 La tabla
16627 \begin_inset space ~
16628 \end_inset
16629
16630
16631 \begin_inset CommandInset ref
16632 LatexCommand ref
16633 reference "tab:Varias-alineaciones"
16634
16635 \end_inset
16636
16637  muestra varios ejemplos de alineación.
16638  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16639 o más pequeño al comienzo de la última columna para conseguir el espacio
16640  adecuado alrededor del signo.
16641 \end_layout
16642
16643 \begin_layout Standard
16644 \begin_inset Float table
16645 wide false
16646 sideways false
16647 status open
16648
16649 \begin_layout Plain Layout
16650 \begin_inset Caption
16651
16652 \begin_layout Plain Layout
16653 \begin_inset CommandInset label
16654 LatexCommand label
16655 name "tab:Varias-alineaciones"
16656
16657 \end_inset
16658
16659 Tabla con varias alineaciones.
16660 \end_layout
16661
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \begin_layout Plain Layout
16668 \align center
16669 \begin_inset Tabular
16670 <lyxtabular version="3" rows="4" columns="6">
16671 <features>
16672 <column alignment="right" valignment="top" width="0">
16673 <column alignment="left" valignment="top" width="0" special="@{}l">
16674 <column alignment="right" valignment="top" width="0">
16675 <column alignment="left" valignment="top" width="0" special="@{}l">
16676 <column alignment="right" valignment="top" width="0">
16677 <column alignment="left" valignment="top" width="0" special="@{}l">
16678 <row>
16679 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 unidades
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 exponentes
16702 \end_layout
16703
16704 \end_inset
16705 </cell>
16706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 relaciones
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 </row>
16734 <row>
16735 <cell alignment="center" valignment="top" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 12×
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 24
16749 \begin_inset space \thinspace{}
16750 \end_inset
16751
16752 bottles
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Formula $10\cdot$
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $10^{\mbox{-}17}$
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\Gamma(t)\propto$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $\:\Upsilon(t)$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811 1024×
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 768
16821 \begin_inset space \thinspace{}
16822 \end_inset
16823
16824 Pixels
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 \begin_inset Formula $5.78\cdot$
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Formula $10^{7}$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 \begin_inset Formula $A\ne$
16858 \end_inset
16859
16860
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\: B_{\mathrm{red}}$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883 32×
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 6
16893 \begin_inset space \thinspace{}
16894 \end_inset
16895
16896 cm
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 -
16906 \begin_inset Formula $33.5\cdot$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset Formula $10^{4}$
16919 \end_inset
16920
16921
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 \begin_inset Formula $\sin(\alpha)\ge$
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 <cell alignment="center" valignment="top" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 \begin_inset Formula $\:\sin(\beta)$
16943 \end_inset
16944
16945
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 </row>
16951 </lyxtabular>
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \begin_layout Standard
16964 \begin_inset VSpace bigskip
16965 \end_inset
16966
16967 También hay un paquete LaTeX, 
16968 \series bold
16969 dcolumn
16970 \series default
16971
16972 \begin_inset Index
16973 status collapsed
16974
16975 \begin_layout Plain Layout
16976 LaTeX-paquetes ! dcolumn
16977 \end_layout
16978
16979 \end_inset
16980
16981 , que permite alinear el contenido de las celdas.
16982  Pero desgraciadamente trata las entradas de celda en modo matemático y
16983  no permite fórmulas en celdas: la primera columna de la tabla
16984 \begin_inset space ~
16985 \end_inset
16986
16987
16988 \begin_inset CommandInset ref
16989 LatexCommand ref
16990 reference "tab:Varias-alineaciones"
16991
16992 \end_inset
16993
16994  se verá con 
16995 \series bold
16996 dcolumn
16997 \series default
16998  como la primera columna en la tabla
16999 \begin_inset space ~
17000 \end_inset
17001
17002
17003 \begin_inset CommandInset ref
17004 LatexCommand ref
17005 reference "tab:Alineaciones-con-el"
17006
17007 \end_inset
17008
17009  y sólo con algunos trucos se consigue lo que se espera.
17010  La alineación de la segunda y tercera columnas de la tabla
17011 \begin_inset space ~
17012 \end_inset
17013
17014
17015 \begin_inset CommandInset ref
17016 LatexCommand ref
17017 reference "tab:Varias-alineaciones"
17018
17019 \end_inset
17020
17021  no es posible con 
17022 \series bold
17023 dcolumn
17024 \series default
17025 .
17026 \end_layout
17027
17028 \begin_layout Standard
17029 \begin_inset Float table
17030 placement h
17031 wide false
17032 sideways false
17033 status open
17034
17035 \begin_layout Plain Layout
17036 \begin_inset Caption
17037
17038 \begin_layout Plain Layout
17039 \begin_inset CommandInset label
17040 LatexCommand label
17041 name "tab:Alineaciones-con-el"
17042
17043 \end_inset
17044
17045
17046 \begin_inset OptArg
17047 status open
17048
17049 \begin_layout Plain Layout
17050 Tabla alineada con 
17051 \series bold
17052 dcolumn
17053 \end_layout
17054
17055 \end_inset
17056
17057 Alineaciones con el paquete LaTeX 
17058 \series bold
17059 dcolumn
17060 \series default
17061 .
17062  Se han tenido que usar unos trucos para la alineación de las columnas en
17063  la salida.
17064 \end_layout
17065
17066 \end_inset
17067
17068
17069 \end_layout
17070
17071 \begin_layout Plain Layout
17072 \align center
17073 \begin_inset Tabular
17074 <lyxtabular version="3" rows="4" columns="3">
17075 <features>
17076 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17077 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17078 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17079 <row>
17080 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17081 \begin_inset Text
17082
17083 \begin_layout Plain Layout
17084 unidades
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 unidades
17094 \end_layout
17095
17096 \end_inset
17097 </cell>
17098 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17099 \begin_inset Text
17100
17101 \begin_layout Plain Layout
17102 unidades
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 </row>
17108 <row>
17109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 12x24
17114 \begin_inset space \thinspace{}
17115 \end_inset
17116
17117 bottles
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 12x24
17127 \begin_inset space \thinspace{}
17128 \end_inset
17129
17130
17131 \begin_inset Formula $\mbox{bottles}$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 <cell alignment="center" valignment="top" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143 12
17144 \begin_inset ERT
17145 status collapsed
17146
17147 \begin_layout Plain Layout
17148
17149
17150 \backslash
17151 times
17152 \end_layout
17153
17154 \end_inset
17155
17156 24~
17157 \begin_inset Formula $\mbox{bottles}$
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171 1024x768
17172 \begin_inset space \thinspace{}
17173 \end_inset
17174
17175 Pixels
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 1024x768
17185 \begin_inset space \thinspace{}
17186 \end_inset
17187
17188
17189 \begin_inset Formula $\mbox{Pixels}$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 1024
17202 \begin_inset ERT
17203 status collapsed
17204
17205 \begin_layout Plain Layout
17206
17207
17208 \backslash
17209 times
17210 \end_layout
17211
17212 \end_inset
17213
17214 768~
17215 \begin_inset Formula $\mbox{Pixels}$
17216 \end_inset
17217
17218  
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 32x6
17230 \begin_inset space \thinspace{}
17231 \end_inset
17232
17233 cm
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 32x6
17243 \begin_inset space \thinspace{}
17244 \end_inset
17245
17246
17247 \begin_inset Formula $\mbox{cm}$
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 32
17260 \begin_inset ERT
17261 status collapsed
17262
17263 \begin_layout Plain Layout
17264
17265
17266 \backslash
17267 times
17268 \end_layout
17269
17270 \end_inset
17271
17272 6~
17273 \begin_inset Formula $\mbox{cm}$
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 </row>
17282 </lyxtabular>
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Subsection
17295 Formato personalizado de celda/columna
17296 \begin_inset CommandInset label
17297 LatexCommand label
17298 name "sub:Formato-Personalizado"
17299
17300 \end_inset
17301
17302
17303 \begin_inset Index
17304 status collapsed
17305
17306 \begin_layout Plain Layout
17307 Personalización de tablas ! Formato de celda/columna
17308 \end_layout
17309
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \begin_layout Standard
17316 El cálculo de la anchura necesaria para columnas extendidas descrito en
17317  la sección
17318 \begin_inset space ~
17319 \end_inset
17320
17321
17322 \begin_inset CommandInset ref
17323 LatexCommand ref
17324 reference "sub:Cálculos-en-Multicolumnas"
17325
17326 \end_inset
17327
17328  es muy pesado si tienes varias tablas con multicolumnas.
17329  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17330 mna aplicable a todas las tablas del documento.
17331  El formato se define con el comando
17332 \end_layout
17333
17334 \begin_layout Standard
17335
17336 \series bold
17337
17338 \backslash
17339 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17340 \end_layout
17341
17342 \begin_layout Standard
17343 El nombre de formato puede ser una sola letra.
17344  Las letras 
17345 \emph on
17346 b, c, l, m, p
17347 \emph default
17348  y 
17349 \emph on
17350 r
17351 \emph default
17352  están predefinidas y no pueden usarse.
17353  Pero se permiten todas las mayúsculas.
17354 \end_layout
17355
17356 \begin_layout Standard
17357 \begin_inset VSpace medskip
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \begin_layout Standard
17364 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17365  fija puedes definir el formato de celda
17366 \end_layout
17367
17368 \begin_layout Standard
17369
17370 \series bold
17371
17372 \backslash
17373 newcolumntype{M}[1]{>{
17374 \backslash
17375 centering
17376 \backslash
17377 hspace{0pt}}m{#1}}
17378 \end_layout
17379
17380 \begin_layout Standard
17381 donde 
17382 \series bold
17383
17384 \backslash
17385 hspace{0pt}
17386 \series default
17387  evita el problema de partir con guión la primera palabra, como se describe
17388  en la sección
17389 \begin_inset space ~
17390 \end_inset
17391
17392
17393 \begin_inset CommandInset ref
17394 LatexCommand ref
17395 reference "sub:Líneas-Múltiples-en"
17396
17397 \end_inset
17398
17399 .
17400  Ahora puedes introducir simplemente
17401 \end_layout
17402
17403 \begin_layout Standard
17404
17405 \series bold
17406 M{ancho}
17407 \end_layout
17408
17409 \begin_layout Standard
17410 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17411 \end_layout
17412
17413 \begin_layout Standard
17414 \begin_inset VSpace bigskip
17415 \end_inset
17416
17417
17418 \end_layout
17419
17420 \begin_layout Standard
17421 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17422 \end_layout
17423
17424 \begin_layout Standard
17425
17426 \series bold
17427
17428 \backslash
17429 newcolumntype{S}[2]{>{
17430 \backslash
17431 centering
17432 \backslash
17433 hspace{0pt}}
17434 \begin_inset Newline newline
17435 \end_inset
17436
17437
17438 \begin_inset ERT
17439 status collapsed
17440
17441 \begin_layout Plain Layout
17442
17443
17444 \backslash
17445 phantom{
17446 \end_layout
17447
17448 \end_inset
17449
17450
17451 \backslash
17452 newcolumntype
17453 \begin_inset ERT
17454 status collapsed
17455
17456 \begin_layout Plain Layout
17457
17458 }
17459 \end_layout
17460
17461 \end_inset
17462
17463 m{(#1+(2
17464 \backslash
17465 tabcolsep+
17466 \backslash
17467 arrayrulewidth)*(1-#2))/#2}}
17468 \end_layout
17469
17470 \begin_layout Standard
17471 Este formato usa la ecuación 
17472 \begin_inset CommandInset ref
17473 LatexCommand eqref
17474 reference "eq:Wgn"
17475
17476 \end_inset
17477
17478  para calcular la anchura necesaria para que cada celda extendida tenga
17479  la misma anchura.
17480 \end_layout
17481
17482 \begin_layout Standard
17483 Ahora puedes introducir
17484 \end_layout
17485
17486 \begin_layout Standard
17487
17488 \series bold
17489 S{ancho de la celda multicolumna}{número de columnas extendidas}
17490 \end_layout
17491
17492 \begin_layout Standard
17493 como argumento LaTeX de la columna.
17494 \end_layout
17495
17496 \begin_layout Standard
17497 \begin_inset VSpace bigskip
17498 \end_inset
17499
17500
17501 \end_layout
17502
17503 \begin_layout Standard
17504 Para columnas coloreadas puedes definir
17505 \end_layout
17506
17507 \begin_layout Standard
17508
17509 \series bold
17510
17511 \backslash
17512 newcolumntype{K}[1]{>{
17513 \backslash
17514 columncolor{#1}
17515 \backslash
17516 hspace{0pt}}c}
17517 \end_layout
17518
17519 \begin_layout Standard
17520 La 
17521 \begin_inset Quotes eld
17522 \end_inset
17523
17524 c
17525 \begin_inset Quotes erd
17526 \end_inset
17527
17528  al final crea una columna con anchura flexible cuyo texto está centrado
17529  horizontalmente.
17530  Ahora puedes introducir
17531 \end_layout
17532
17533 \begin_layout Standard
17534
17535 \series bold
17536 K{nombre del color}
17537 \end_layout
17538
17539 \begin_layout Standard
17540 como argumento LaTeX.
17541 \end_layout
17542
17543 \begin_layout Standard
17544 \begin_inset VSpace bigskip
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \begin_layout Standard
17551 Para crear la tabla
17552 \begin_inset space ~
17553 \end_inset
17554
17555
17556 \begin_inset CommandInset ref
17557 LatexCommand ref
17558 reference "tab:Tabla-con-formatos-definidos-por"
17559
17560 \end_inset
17561
17562  usa los argumentos LaTeX
17563 \end_layout
17564
17565 \begin_layout Standard
17566
17567 \series bold
17568 M{2.5cm}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 para la primera columna y la multicolumna,
17573 \end_layout
17574
17575 \begin_layout Standard
17576
17577 \series bold
17578 K{red}
17579 \end_layout
17580
17581 \begin_layout Standard
17582 para la última columna y
17583 \end_layout
17584
17585 \begin_layout Standard
17586
17587 \series bold
17588 S{2.5cm}{2}
17589 \end_layout
17590
17591 \begin_layout Standard
17592 para las celdas en la segunda columna.
17593 \end_layout
17594
17595 \begin_layout Standard
17596 \begin_inset Float table
17597 placement h
17598 wide false
17599 sideways false
17600 status open
17601
17602 \begin_layout Plain Layout
17603 \begin_inset Caption
17604
17605 \begin_layout Plain Layout
17606 \begin_inset CommandInset label
17607 LatexCommand label
17608 name "tab:Tabla-con-formatos-definidos-por"
17609
17610 \end_inset
17611
17612 Tabla con formatos definidos por el usuario
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Plain Layout
17621 \align center
17622 \begin_inset Tabular
17623 <lyxtabular version="3" rows="3" columns="4">
17624 <features>
17625 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17626 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17627 <column alignment="center" valignment="middle" width="0">
17628 <column alignment="center" valignment="middle" width="0" special="K{red}">
17629 <row>
17630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634 palabramuylargaenceldadetabla
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 multicolumna línea múltiple
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17649 \begin_inset Text
17650
17651 \begin_layout Plain Layout
17652
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 c
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 </row>
17667 <row>
17668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17669 \begin_inset Text
17670
17671 \begin_layout Plain Layout
17672 d
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 e
17682 \end_layout
17683
17684 \end_inset
17685 </cell>
17686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690 f
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 g
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 <row>
17706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710 h
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17716 \begin_inset Text
17717
17718 \begin_layout Plain Layout
17719 i
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728 j
17729 \end_layout
17730
17731 \end_inset
17732 </cell>
17733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17734 \begin_inset Text
17735
17736 \begin_layout Plain Layout
17737 k
17738 \end_layout
17739
17740 \end_inset
17741 </cell>
17742 </row>
17743 </lyxtabular>
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \end_inset
17751
17752
17753 \end_layout
17754
17755 \begin_layout Subsection
17756 Grosor de líneas
17757 \begin_inset CommandInset label
17758 LatexCommand label
17759 name "sub:Grosor-de-Líneas"
17760
17761 \end_inset
17762
17763
17764 \begin_inset Index
17765 status collapsed
17766
17767 \begin_layout Plain Layout
17768 Personalización de tablas ! Grosor de línea
17769 \end_layout
17770
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \begin_layout Standard
17777 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17778  
17779 \series bold
17780
17781 \backslash
17782 arrayrulewidth
17783 \series default
17784 .
17785  Por ejemplo, para poner un grosor de línea de 1.5
17786 \begin_inset space \thinspace{}
17787 \end_inset
17788
17789 pt, como en la tabla
17790 \begin_inset space ~
17791 \end_inset
17792
17793
17794 \begin_inset CommandInset ref
17795 LatexCommand ref
17796 reference "tab:Tabla-con-líneas"
17797
17798 \end_inset
17799
17800 , inserta el comando
17801 \end_layout
17802
17803 \begin_layout Standard
17804
17805 \series bold
17806
17807 \backslash
17808 setlength{
17809 \backslash
17810 arrayrulewidth}{1.5pt}
17811 \end_layout
17812
17813 \begin_layout Standard
17814 en ERT antes de la tabla o flotante.
17815  Este cambio es válido para todas las siguientes tablas.
17816  Para volver al valor predeterminado, define 
17817 \series bold
17818
17819 \backslash
17820 arrayrulewidth
17821 \series default
17822  a 0.4
17823 \begin_inset space \thinspace{}
17824 \end_inset
17825
17826 pt en ERT detrás de la tabla o flotante.
17827 \end_layout
17828
17829 \begin_layout Standard
17830 \begin_inset ERT
17831 status collapsed
17832
17833 \begin_layout Plain Layout
17834
17835
17836 \backslash
17837 setlength{
17838 \backslash
17839 arrayrulewidth}{1.5pt}
17840 \end_layout
17841
17842 \end_inset
17843
17844
17845 \begin_inset Float table
17846 wide false
17847 sideways false
17848 status open
17849
17850 \begin_layout Plain Layout
17851 \begin_inset Caption
17852
17853 \begin_layout Plain Layout
17854 \begin_inset CommandInset label
17855 LatexCommand label
17856 name "tab:Tabla-con-líneas"
17857
17858 \end_inset
17859
17860 Tabla con líneas de grosor 1.5
17861 \begin_inset space \thinspace{}
17862 \end_inset
17863
17864 pt
17865 \end_layout
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \begin_layout Plain Layout
17873 \align center
17874 \begin_inset Tabular
17875 <lyxtabular version="3" rows="3" columns="3">
17876 <features>
17877 <column alignment="center" valignment="top" width="0">
17878 <column alignment="center" valignment="top" width="0">
17879 <column alignment="center" valignment="top" width="0">
17880 <row>
17881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 sd
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17891 \begin_inset Text
17892
17893 \begin_layout Plain Layout
17894
17895 \end_layout
17896
17897 \end_inset
17898 </cell>
17899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17900 \begin_inset Text
17901
17902 \begin_layout Plain Layout
17903
17904 \end_layout
17905
17906 \end_inset
17907 </cell>
17908 </row>
17909 <row>
17910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17911 \begin_inset Text
17912
17913 \begin_layout Plain Layout
17914
17915 \end_layout
17916
17917 \end_inset
17918 </cell>
17919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17920 \begin_inset Text
17921
17922 \begin_layout Plain Layout
17923 sd
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 </row>
17938 <row>
17939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17940 \begin_inset Text
17941
17942 \begin_layout Plain Layout
17943
17944 \end_layout
17945
17946 \end_inset
17947 </cell>
17948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17949 \begin_inset Text
17950
17951 \begin_layout Plain Layout
17952
17953 \end_layout
17954
17955 \end_inset
17956 </cell>
17957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 sd
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 </row>
17967 </lyxtabular>
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \begin_inset ERT
17978 status collapsed
17979
17980 \begin_layout Plain Layout
17981
17982
17983 \backslash
17984 setlength{
17985 \backslash
17986 arrayrulewidth}{0.4pt}
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Standard
17995 \begin_inset VSpace bigskip
17996 \end_inset
17997
17998 Para definir un grosor de 1.5
17999 \begin_inset space \thinspace{}
18000 \end_inset
18001
18002 pt sólo para líneas horizontales, como en la tabla
18003 \begin_inset space ~
18004 \end_inset
18005
18006
18007 \begin_inset CommandInset ref
18008 LatexCommand ref
18009 reference "tab:Tabla-con-horizontales"
18010
18011 \end_inset
18012
18013 , inserta estos comandos en ERT antes de la tabla o flotante:
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019
18020 \backslash
18021 let
18022 \backslash
18023 myHline
18024 \backslash
18025 hline
18026 \begin_inset Newline newline
18027 \end_inset
18028
18029
18030 \backslash
18031 renewcommand{
18032 \backslash
18033 hline}
18034 \begin_inset Newline newline
18035 \end_inset
18036
18037  {
18038 \backslash
18039 noalign{
18040 \backslash
18041 global
18042 \backslash
18043 arrayrulewidth 1.5pt}
18044 \begin_inset Newline newline
18045 \end_inset
18046
18047   
18048 \backslash
18049 myHline
18050 \backslash
18051 noalign{
18052 \backslash
18053 global
18054 \backslash
18055 arrayrulewidth 0.4pt}}
18056 \end_layout
18057
18058 \begin_layout Standard
18059 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18060  de la tabla o flotante:
18061 \end_layout
18062
18063 \begin_layout Standard
18064
18065 \series bold
18066
18067 \backslash
18068 renewcommand{
18069 \backslash
18070 hline}{
18071 \backslash
18072 myHline}
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \begin_inset ERT
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080
18081
18082 \backslash
18083 let
18084 \backslash
18085 myHline
18086 \backslash
18087 hline
18088 \end_layout
18089
18090 \begin_layout Plain Layout
18091
18092
18093 \backslash
18094 renewcommand{
18095 \backslash
18096 hline}
18097 \end_layout
18098
18099 \begin_layout Plain Layout
18100
18101  {
18102 \backslash
18103 noalign{
18104 \backslash
18105 global
18106 \backslash
18107 arrayrulewidth 1.5pt}
18108 \end_layout
18109
18110 \begin_layout Plain Layout
18111
18112   
18113 \backslash
18114 myHline
18115 \backslash
18116 noalign{
18117 \backslash
18118 global
18119 \backslash
18120 arrayrulewidth 0.4pt}}
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \begin_inset Float table
18127 wide false
18128 sideways false
18129 status open
18130
18131 \begin_layout Plain Layout
18132 \begin_inset Caption
18133
18134 \begin_layout Plain Layout
18135 \begin_inset CommandInset label
18136 LatexCommand label
18137 name "tab:Tabla-con-horizontales"
18138
18139 \end_inset
18140
18141 Tabla con líneas horizontales de 1.5
18142 \begin_inset space \thinspace{}
18143 \end_inset
18144
18145 pt
18146 \end_layout
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \begin_layout Plain Layout
18154 \align center
18155 \begin_inset Tabular
18156 <lyxtabular version="3" rows="3" columns="3">
18157 <features>
18158 <column alignment="center" valignment="top" width="0">
18159 <column alignment="center" valignment="top" width="0">
18160 <column alignment="center" valignment="top" width="0">
18161 <row>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 sd
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184
18185 \end_layout
18186
18187 \end_inset
18188 </cell>
18189 </row>
18190 <row>
18191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18192 \begin_inset Text
18193
18194 \begin_layout Plain Layout
18195
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 sd
18205 \end_layout
18206
18207 \end_inset
18208 </cell>
18209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18210 \begin_inset Text
18211
18212 \begin_layout Plain Layout
18213
18214 \end_layout
18215
18216 \end_inset
18217 </cell>
18218 </row>
18219 <row>
18220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 sd
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 </lyxtabular>
18249
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \end_inset
18256
18257
18258 \begin_inset ERT
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262
18263
18264 \backslash
18265 renewcommand{
18266 \backslash
18267 hline}{
18268 \backslash
18269 myHline}
18270 \end_layout
18271
18272 \end_inset
18273
18274
18275 \end_layout
18276
18277 \begin_layout Standard
18278 \begin_inset VSpace bigskip
18279 \end_inset
18280
18281 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18282  siguiente formato de columna en el preámbulo del documento, de acuerdo
18283  con lo descrito en la sección
18284 \begin_inset space ~
18285 \end_inset
18286
18287
18288 \begin_inset CommandInset ref
18289 LatexCommand ref
18290 reference "sub:Formato-Personalizado"
18291
18292 \end_inset
18293
18294 :
18295 \end_layout
18296
18297 \begin_layout Standard
18298
18299 \series bold
18300
18301 \backslash
18302 newcolumntype{V}{!{
18303 \backslash
18304 vrule width 1.5pt}}
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Para la tabla
18309 \begin_inset space ~
18310 \end_inset
18311
18312
18313 \begin_inset CommandInset ref
18314 LatexCommand ref
18315 reference "tab:Tabla-con-verticales"
18316
18317 \end_inset
18318
18319  se usó el argumento LaTeX
18320 \end_layout
18321
18322 \begin_layout Standard
18323
18324 \series bold
18325 VcV
18326 \end_layout
18327
18328 \begin_layout Standard
18329 para la última columna y
18330 \end_layout
18331
18332 \begin_layout Standard
18333
18334 \series bold
18335 Vc
18336 \end_layout
18337
18338 \begin_layout Standard
18339 para las otras.
18340 \end_layout
18341
18342 \begin_layout Standard
18343 \begin_inset Float table
18344 wide false
18345 sideways false
18346 status open
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Caption
18350
18351 \begin_layout Plain Layout
18352 \begin_inset CommandInset label
18353 LatexCommand label
18354 name "tab:Tabla-con-verticales"
18355
18356 \end_inset
18357
18358 Tabla con líneas verticales de 1.5
18359 \begin_inset space \thinspace{}
18360 \end_inset
18361
18362 pt de grosor
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Plain Layout
18371 \align center
18372 \begin_inset Tabular
18373 <lyxtabular version="3" rows="3" columns="3">
18374 <features>
18375 <column alignment="center" valignment="top" width="0" special="Vc">
18376 <column alignment="center" valignment="top" width="0" special="Vc">
18377 <column alignment="center" valignment="top" width="0" special="VcV">
18378 <row>
18379 <cell alignment="center" valignment="top" topline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 sd
18384 \end_layout
18385
18386 \end_inset
18387 </cell>
18388 <cell alignment="center" valignment="top" topline="true" usebox="none">
18389 \begin_inset Text
18390
18391 \begin_layout Plain Layout
18392
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 sd
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 sd
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 </lyxtabular>
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \begin_layout Subsection
18478 Líneas de trazos
18479 \begin_inset Index
18480 status collapsed
18481
18482 \begin_layout Plain Layout
18483 Personalización de tablas ! Líneas de trazos
18484 \end_layout
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 \begin_inset ERT
18493 status collapsed
18494
18495 \begin_layout Plain Layout
18496
18497
18498 \backslash
18499 ifarydshln
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \begin_inset Note Note
18506 status open
18507
18508 \begin_layout Plain Layout
18509 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18510  LaTeX 
18511 \series bold
18512 arydshln
18513 \series default
18514 .
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \end_layout
18521
18522 \begin_layout Standard
18523 \begin_inset Float table
18524 placement H
18525 wide false
18526 sideways false
18527 status open
18528
18529 \begin_layout Plain Layout
18530 \begin_inset Caption
18531
18532 \begin_layout Plain Layout
18533 \begin_inset CommandInset label
18534 LatexCommand label
18535 name "tab:Tabla-con-trazos"
18536
18537 \end_inset
18538
18539 Tabla con líneas de trazos
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \end_layout
18546
18547 \begin_layout Plain Layout
18548 \align center
18549 \begin_inset Tabular
18550 <lyxtabular version="3" rows="5" columns="5">
18551 <features>
18552 <column alignment="center" valignment="top" width="0">
18553 <column alignment="center" valignment="top" width="0">
18554 <column alignment="center" valignment="top" width="0" special=":c">
18555 <column alignment="center" valignment="top" width="0">
18556 <column alignment="center" valignment="top" width="0">
18557 <row>
18558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18559 \begin_inset Text
18560
18561 \begin_layout Plain Layout
18562 a
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 b
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 c
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 d
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 e
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 </row>
18604 <row>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 f
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 g
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 h
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 i
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 j
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 </row>
18651 <row>
18652 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset ERT
18657 status collapsed
18658
18659 \begin_layout Plain Layout
18660
18661
18662 \backslash
18663 hdashline 
18664 \end_layout
18665
18666 \end_inset
18667
18668 k
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677 l
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 <cell alignment="center" valignment="top" usebox="none">
18683 \begin_inset Text
18684
18685 \begin_layout Plain Layout
18686 m
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 n
18696 \end_layout
18697
18698 \end_inset
18699 </cell>
18700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18701 \begin_inset Text
18702
18703 \begin_layout Plain Layout
18704 o
18705 \end_layout
18706
18707 \end_inset
18708 </cell>
18709 </row>
18710 <row>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 \begin_inset ERT
18716 status collapsed
18717
18718 \begin_layout Plain Layout
18719
18720
18721 \backslash
18722 cdashline{4-5}
18723 \end_layout
18724
18725 \end_inset
18726
18727 p
18728 \end_layout
18729
18730 \end_inset
18731 </cell>
18732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18733 \begin_inset Text
18734
18735 \begin_layout Plain Layout
18736 q
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 r
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 s
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 </row>
18769 <row>
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 t
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783 u
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792 v
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 w
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 x
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 </row>
18816 </lyxtabular>
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18830  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18831 \series bold
18832 arydshln
18833 \series default
18834
18835 \begin_inset Index
18836 status collapsed
18837
18838 \begin_layout Plain Layout
18839 LaTeX-paquetes ! arydshln
18840 \end_layout
18841
18842 \end_inset
18843
18844  
18845 \end_layout
18846
18847 \begin_layout Standard
18848
18849 \series bold
18850
18851 \backslash
18852 usepackage{arydshln}
18853 \end_layout
18854
18855 \begin_layout Standard
18856 Para hacer una línea vertical a trazos, introduce dos puntos 
18857 \begin_inset Quotes eld
18858 \end_inset
18859
18860 :
18861 \begin_inset Quotes erd
18862 \end_inset
18863
18864  junto con el carácter para alineación horizontal como argumento LaTeX en
18865  el diálogo de celda de tabla.
18866 \end_layout
18867
18868 \begin_layout Standard
18869 Para una línea de trazos horizontal añade el comando
18870 \end_layout
18871
18872 \begin_layout Standard
18873
18874 \series bold
18875
18876 \backslash
18877 hdashline
18878 \end_layout
18879
18880 \begin_layout Standard
18881 en ERT como primer elemento de la primera celda en la fila.
18882 \end_layout
18883
18884 \begin_layout Standard
18885 Para líneas de trazos en multicolumna usa el comando
18886 \end_layout
18887
18888 \begin_layout Standard
18889
18890 \series bold
18891
18892 \backslash
18893 cdashline{número de líneas
18894 \series default
18895 }
18896 \end_layout
18897
18898 \begin_layout Standard
18899 en ERT como primer elemento de la primera celda en la fila.
18900  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18901  4 y quieres una línea de trazos por encima, añade el comando
18902 \end_layout
18903
18904 \begin_layout Standard
18905
18906 \series bold
18907
18908 \backslash
18909 cdashline{2-4}
18910 \end_layout
18911
18912 \begin_layout Standard
18913 como primer elemento de la primera celda en la fila de la multicolumna.
18914 \end_layout
18915
18916 \begin_layout Standard
18917 \begin_inset VSpace bigskip
18918 \end_inset
18919
18920
18921 \end_layout
18922
18923 \begin_layout Standard
18924 La tabla
18925 \begin_inset space ~
18926 \end_inset
18927
18928
18929 \begin_inset CommandInset ref
18930 LatexCommand ref
18931 reference "tab:Tabla-con-trazos"
18932
18933 \end_inset
18934
18935  se ha hecho usando 
18936 \begin_inset Quotes eld
18937 \end_inset
18938
18939
18940 \series bold
18941 :c
18942 \series default
18943
18944 \begin_inset Quotes erd
18945 \end_inset
18946
18947  como argumento LaTeX de la tercera columna.
18948  El comando ERT 
18949 \series bold
18950
18951 \backslash
18952 hdashline
18953 \series default
18954  se ha insertado en la primera celda de la tercera fila y el comando ERT
18955 \begin_inset Newline newline
18956 \end_inset
18957
18958
18959 \series bold
18960
18961 \backslash
18962 cdashline{4-5}
18963 \series default
18964  en la primera celda de la cuarta fila.
18965 \end_layout
18966
18967 \begin_layout Standard
18968 \begin_inset Note Greyedout
18969 status open
18970
18971 \begin_layout Plain Layout
18972
18973 \series bold
18974 Nota:
18975 \series default
18976  Aparentemente el paquete LaTeX 
18977 \series bold
18978 arydshln
18979 \series default
18980  no es compatible con el paquete LaTeX 
18981 \series bold
18982 colortbl
18983 \series default
18984
18985 \begin_inset Index
18986 status collapsed
18987
18988 \begin_layout Plain Layout
18989 LaTeX-paquetes ! colortbl
18990 \end_layout
18991
18992 \end_inset
18993
18994  que se usa para tablas coloreadas en la sección
18995 \begin_inset space ~
18996 \end_inset
18997
18998
18999 \begin_inset CommandInset ref
19000 LatexCommand ref
19001 reference "sec:Tablas-Coloreadas"
19002
19003 \end_inset
19004
19005 .
19006  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19007 \end_layout
19008
19009 \end_inset
19010
19011
19012 \end_layout
19013
19014 \begin_layout Standard
19015 \begin_inset ERT
19016 status collapsed
19017
19018 \begin_layout Plain Layout
19019
19020
19021 \backslash
19022 else
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \begin_inset Note Note
19029 status open
19030
19031 \begin_layout Plain Layout
19032 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19033  
19034 \series bold
19035 arydshln
19036 \series default
19037 .
19038 \end_layout
19039
19040 \end_inset
19041
19042
19043 \end_layout
19044
19045 \begin_layout Standard
19046 Debes instalar el paquete LaTeX 
19047 \series bold
19048 arydshln
19049 \series default
19050  para ver la parte siguiente en la salida.
19051 \end_layout
19052
19053 \begin_layout Standard
19054 \begin_inset ERT
19055 status collapsed
19056
19057 \begin_layout Plain Layout
19058
19059
19060 \backslash
19061 fi
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Chapter
19070 Flotantes
19071 \begin_inset CommandInset label
19072 LatexCommand label
19073 name "cha:Flotantes"
19074
19075 \end_inset
19076
19077
19078 \begin_inset Index
19079 status collapsed
19080
19081 \begin_layout Plain Layout
19082 Flotantes
19083 \end_layout
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \begin_layout Section
19091 Introducción
19092 \begin_inset CommandInset label
19093 LatexCommand label
19094 name "sec:IntroducciónFlotantes"
19095
19096 \end_inset
19097
19098
19099 \begin_inset Index
19100 status collapsed
19101
19102 \begin_layout Plain Layout
19103 Flotantes ! Introducción
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19113  que no tiene posición fija.
19114  Puede 
19115 \begin_inset Quotes eld
19116 \end_inset
19117
19118 flotar
19119 \begin_inset Quotes erd
19120 \end_inset
19121
19122  adelante o atrás una o dos páginas, donde encaje mejor.
19123  Las 
19124 \family sans
19125 Notas
19126 \begin_inset space ~
19127 \end_inset
19128
19129 al
19130 \begin_inset space ~
19131 \end_inset
19132
19133 pie
19134 \family default
19135  y 
19136 \family sans
19137 Notas
19138 \begin_inset space ~
19139 \end_inset
19140
19141 al
19142 \begin_inset space ~
19143 \end_inset
19144
19145 margen
19146 \family default
19147  también son flotantes, porque pueden flotar a la página siguiente cuando
19148  hay demasiadas notas en la página.
19149 \end_layout
19150
19151 \begin_layout Standard
19152 Los flotantes hacen posible composiciones de alta calidad.
19153  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19154  impedir espacios en blanco y páginas sin texto.
19155  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19156  cada flotante puede ser referenciado en el texto.
19157  Por lo tanto los flotantes están numerados.
19158  Las referencias se describen en la sección
19159 \begin_inset space ~
19160 \end_inset
19161
19162
19163 \begin_inset CommandInset ref
19164 LatexCommand ref
19165 reference "sec:Referencias-a-Flotantes"
19166
19167 \end_inset
19168
19169 .
19170 \end_layout
19171
19172 \begin_layout Standard
19173 Para insertar un flotante, usa el menú 
19174 \family sans
19175 Insertar\SpecialChar \menuseparator
19176 Flotante
19177 \family default
19178 .
19179  Esto inserta un entorno 
19180 \family sans
19181 Leyenda,
19182 \family default
19183  un recuadro con una etiqueta.
19184  La etiqueta será traducida automáticamente al lenguaje del documento.
19185  Tras la etiqueta puede insertar el texto de la leyenda.
19186  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19187  separado dentro del flotante.
19188  Más sobre colocación de leyendas se describe en la sección
19189 \begin_inset space ~
19190 \end_inset
19191
19192
19193 \begin_inset CommandInset ref
19194 LatexCommand ref
19195 reference "sec:Colocación-de-leyendas"
19196
19197 \end_inset
19198
19199 .
19200  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19201  del flotante haciendo clic-izquierdo sobre él.
19202  Un cuadro cerrado se muestra así: 
19203 \begin_inset Graphics
19204         filename clipart/flotanteQt4.png
19205         scale 70
19206
19207 \end_inset
19208
19209  ---un cuadro gris con etiqueta en rojo---.
19210 \end_layout
19211
19212 \begin_layout Standard
19213 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19214  errores de LaTeX si el texto circundante se formatea de modo especial.
19215 \end_layout
19216
19217 \begin_layout Standard
19218 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19219  y pinchando el botón correspondiente de la barra de herramientas para un
19220  flotante nuevo.
19221 \end_layout
19222
19223 \begin_layout Section
19224 Tipos de flotantes
19225 \end_layout
19226
19227 \begin_layout Standard
19228 Además de los flotantes de imagen y de tabla que se describen en la sección
19229 \begin_inset space ~
19230 \end_inset
19231
19232
19233 \begin_inset CommandInset ref
19234 LatexCommand ref
19235 reference "sec:Figuras-Flotantes"
19236
19237 \end_inset
19238
19239  y 
19240 \begin_inset CommandInset ref
19241 LatexCommand ref
19242 reference "sec:Tablas-Flotantes"
19243
19244 \end_inset
19245
19246 , respectivamente, LyX ofrece los tipos 
19247 \series bold
19248 Algoritmo
19249 \series default
19250  y 
19251 \series bold
19252 Ajustado
19253 \begin_inset space ~
19254 \end_inset
19255
19256 al
19257 \begin_inset space ~
19258 \end_inset
19259
19260 texto
19261 \series default
19262 .
19263 \end_layout
19264
19265 \begin_layout Subsection
19266 Algoritmos flotantes
19267 \begin_inset Index
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 Flotantes ! Algoritmos
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \begin_inset CommandInset label
19278 LatexCommand label
19279 name "sub:Algoritmos-Flotantes"
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Standard
19287 \begin_inset Float algorithm
19288 placement h
19289 wide false
19290 sideways false
19291 status open
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Caption
19295
19296 \begin_layout Plain Layout
19297 \begin_inset CommandInset label
19298 LatexCommand label
19299 name "alg:Ejemplo-de-Algoritmo-flotante"
19300
19301 \end_inset
19302
19303 Ejemplo de algoritmo flotante
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \begin_layout LyX-Code
19312 for I in 1..N loop
19313 \begin_inset Newline newline
19314 \end_inset
19315
19316  Sum:= Sum + A(I); /*comment*/
19317 \begin_inset Newline newline
19318 \end_inset
19319
19320 end loop
19321 \begin_inset VSpace -4mm
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \begin_layout Standard
19333 Este tipo de flotante se inserta con el menú 
19334 \family sans
19335 Insertar\SpecialChar \menuseparator
19336 Flotante\SpecialChar \menuseparator
19337 Algoritmo
19338 \family default
19339 .
19340  Se usa para códigos y descripciones de algoritmos.
19341  Un posible entorno para algoritmos es 
19342 \family sans
19343 Código-LyX
19344 \family default
19345 , descrito en 
19346 \emph on
19347 Guía del usuario
19348 \emph default
19349  de LyX.
19350  El algoritmo
19351 \begin_inset space ~
19352 \end_inset
19353
19354
19355 \begin_inset CommandInset ref
19356 LatexCommand ref
19357 reference "alg:Ejemplo-de-Algoritmo-flotante"
19358
19359 \end_inset
19360
19361  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19362  vertical de -4
19363 \begin_inset space \thinspace{}
19364 \end_inset
19365
19366 mm al final para tener la línea inferior exactamente bajo la última línea
19367  de texto.
19368 \end_layout
19369
19370 \begin_layout Standard
19371 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19372  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19373  la siguiente línea al preámbulo del documento
19374 \series bold
19375 :
19376 \end_layout
19377
19378 \begin_layout Standard
19379
19380 \series bold
19381
19382 \backslash
19383 floatname{algorithm}{nombre}
19384 \end_layout
19385
19386 \begin_layout Standard
19387
19388 \lang english
19389 where
19390 \family sans
19391 \lang spanish
19392  nombre
19393 \family default
19394  es la palabra 
19395 \begin_inset Quotes eld
19396 \end_inset
19397
19398
19399 \emph on
19400 algorithm
19401 \emph default
19402
19403 \begin_inset Quotes erd
19404 \end_inset
19405
19406  en el lenguaje deseado.
19407 \end_layout
19408
19409 \begin_layout Standard
19410
19411 \lang english
19412 To insert the list of algorithms you can in this case not use the menu 
19413 \family sans
19414 Insert\SpecialChar \menuseparator
19415 List
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 /
19420 \begin_inset space \thinspace{}
19421 \end_inset
19422
19423 TOC\SpecialChar \menuseparator
19424 List of Algorithms
19425 \family default
19426  when your document is an English one.
19427  For non-English documents, use this command in TeX-Code instead:
19428 \end_layout
19429
19430 \begin_layout Standard
19431
19432 \series bold
19433 \lang english
19434
19435 \backslash
19436 listof{algorithm}{your
19437 \begin_inset space ~
19438 \end_inset
19439
19440 name}
19441 \end_layout
19442
19443 \begin_layout Standard
19444
19445 \lang english
19446 where 
19447 \family sans
19448 your
19449 \begin_inset space ~
19450 \end_inset
19451
19452 name
19453 \family default
19454  is the word 
19455 \begin_inset Quotes eld
19456 \end_inset
19457
19458
19459 \emph on
19460 List of Algorithm
19461 \emph default
19462 s
19463 \begin_inset Quotes erd
19464 \end_inset
19465
19466  in your language.
19467 \end_layout
19468
19469 \begin_layout Standard
19470 Los algoritmos flotantes no se numeran por defecto según el esquema 
19471 \begin_inset Quotes eld
19472 \end_inset
19473
19474 capítulo.algoritmo
19475 \begin_inset Quotes erd
19476 \end_inset
19477
19478  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19479  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19480  en el preámbulo del documento:
19481 \end_layout
19482
19483 \begin_layout Standard
19484
19485 \series bold
19486
19487 \backslash
19488 numberwithin{algorithm}{chapter}
19489 \end_layout
19490
19491 \begin_layout Standard
19492 Para poder usar el comando 
19493 \series bold
19494
19495 \backslash
19496 numberwithin
19497 \series default
19498 , marca la opción 
19499 \family sans
19500 Usar
19501 \begin_inset space ~
19502 \end_inset
19503
19504 el
19505 \begin_inset space ~
19506 \end_inset
19507
19508 paquete
19509 \begin_inset space ~
19510 \end_inset
19511
19512 AMS
19513 \family default
19514  en el menú 
19515 \family sans
19516 Documento\SpecialChar \menuseparator
19517 Configuración\SpecialChar \menuseparator
19518 Ecuaciones
19519 \family default
19520 .
19521 \end_layout
19522
19523 \begin_layout Subsection
19524 Flotantes ajustados a texto
19525 \begin_inset Index
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529 Flotantes ! Ajustados a texto
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \begin_inset CommandInset label
19536 LatexCommand label
19537 name "sub:floatflt-flotante-ajustado"
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout Standard
19545 \begin_inset Wrap figure
19546 lines 0
19547 placement l
19548 overhang 0col%
19549 width "40col%"
19550 status open
19551
19552 \begin_layout Plain Layout
19553 \begin_inset Graphics
19554         filename ../clipart/mobius.eps
19555         display color
19556         width 40col%
19557         rotateOrigin center
19558
19559 \end_inset
19560
19561
19562 \end_layout
19563
19564 \begin_layout Plain Layout
19565 \begin_inset Caption
19566
19567 \begin_layout Plain Layout
19568 \begin_inset CommandInset label
19569 LatexCommand label
19570 name "fig:Esto-es-una"
19571
19572 \end_inset
19573
19574 Esto es una figura adosada, y esto la genial cabecera que la describe.
19575 \begin_inset VSpace medskip
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \end_inset
19582
19583
19584 \end_layout
19585
19586 \end_inset
19587
19588 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19589  de manera que ocupe sólo una parte del ancho de columna.
19590  Puede insertarse usando el menú 
19591 \family sans
19592 Insertar\SpecialChar \menuseparator
19593 Flotante\SpecialChar \menuseparator
19594 Flotante
19595 \begin_inset space ~
19596 \end_inset
19597
19598 de
19599 \begin_inset space ~
19600 \end_inset
19601
19602 ajuste
19603 \begin_inset space ~
19604 \end_inset
19605
19606 de
19607 \begin_inset space ~
19608 \end_inset
19609
19610 texto
19611 \family default
19612  si está instalado el paquete LaTeX 
19613 \series bold
19614 wrapfig
19615 \series default
19616
19617 \begin_inset Index
19618 status collapsed
19619
19620 \begin_layout Plain Layout
19621 LaTeX-paquetes ! wrapfig
19622 \begin_inset ERT
19623 status collapsed
19624
19625 \begin_layout Plain Layout
19626
19627
19628 \backslash
19629
19630 \begin_inset ERT
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634
19635 {
19636 \end_layout
19637
19638 \end_inset
19639
19640
19641 \begin_inset ERT
19642 status collapsed
19643
19644 \begin_layout Plain Layout
19645
19646 }
19647 \end_layout
19648
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655
19656 vspace
19657 \begin_inset ERT
19658 status collapsed
19659
19660 \begin_layout Plain Layout
19661
19662 {
19663 \end_layout
19664
19665 \end_inset
19666
19667 4mm
19668 \begin_inset ERT
19669 status collapsed
19670
19671 \begin_layout Plain Layout
19672
19673 }
19674 \end_layout
19675
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682
19683 .
19684 \begin_inset Foot
19685 status collapsed
19686
19687 \begin_layout Plain Layout
19688 La instalación de paquetes LaTeX se explica en el manual 
19689 \emph on
19690 Configuración de LaTeX
19691 \emph default
19692 .
19693 \end_layout
19694
19695 \end_inset
19696
19697  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19698  cuadro del flotante.
19699  La figura
19700 \begin_inset space ~
19701 \end_inset
19702
19703
19704 \begin_inset CommandInset ref
19705 LatexCommand ref
19706 reference "fig:Esto-es-una"
19707
19708 \end_inset
19709
19710  es un ejemplo de flotante ajustado al texto con una anchura del 40
19711 \begin_inset space \thinspace{}
19712 \end_inset
19713
19714 col%.
19715 \begin_inset Foot
19716 status collapsed
19717
19718 \begin_layout Plain Layout
19719 Ver unidades disponibles en el apéndice
19720 \begin_inset space ~
19721 \end_inset
19722
19723
19724 \begin_inset CommandInset ref
19725 LatexCommand ref
19726 reference "cha:Unidades-disponibles-en"
19727
19728 \end_inset
19729
19730 .
19731 \end_layout
19732
19733 \end_inset
19734
19735  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19736  del texto envolvente.
19737 \end_layout
19738
19739 \begin_layout Standard
19740 \begin_inset Note Greyedout
19741 status open
19742
19743 \begin_layout Plain Layout
19744
19745 \series bold
19746 Nota:
19747 \series default
19748  ¡Los flotantes adosados a texto son frágiles! P.
19749 \begin_inset space \thinspace{}
19750 \end_inset
19751
19752 e.
19753 \begin_inset space ~
19754 \end_inset
19755
19756 si una figura está demasiado cerca de la parte inferior de la página se
19757  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19758  o situarse junto a otro texto.
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \begin_layout Standard
19767 En general:
19768 \end_layout
19769
19770 \begin_layout Itemize
19771 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19772  salto de página.
19773  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19774  esté casi listo y puedas prever los saltos de página.
19775 \end_layout
19776
19777 \begin_layout Itemize
19778 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19779  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19780 \end_layout
19781
19782 \begin_layout Itemize
19783 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19784  que asegura que hay un párrafo de texto entre ellos.
19785 \end_layout
19786
19787 \begin_layout Itemize
19788 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19789 \end_layout
19790
19791 \begin_layout Section
19792 Numeración de flotantes
19793 \begin_inset CommandInset label
19794 LatexCommand label
19795 name "sec:Numeración-de-flotantes"
19796
19797 \end_inset
19798
19799
19800 \begin_inset Index
19801 status collapsed
19802
19803 \begin_layout Plain Layout
19804 Flotantes ! Numeración
19805 \end_layout
19806
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \begin_layout Standard
19813 En general, los flotantes se numeran independientemente de las secciones
19814  en las que se encuentran o según el esquema 
19815 \begin_inset Quotes eld
19816 \end_inset
19817
19818 capítulo.número
19819 \begin_inset Quotes erd
19820 \end_inset
19821
19822  o 
19823 \begin_inset Quotes eld
19824 \end_inset
19825
19826 sección.número
19827 \begin_inset Quotes erd
19828 \end_inset
19829
19830 , dependiendo de la clase de documento utilizada.
19831 \end_layout
19832
19833 \begin_layout Standard
19834 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19835  comando en el preámbulo del documento:
19836 \end_layout
19837
19838 \begin_layout Standard
19839
19840 \series bold
19841
19842 \backslash
19843 renewcommand{
19844 \backslash
19845 thetable}{
19846 \backslash
19847 roman{table}}
19848 \end_layout
19849
19850 \begin_layout Standard
19851
19852 \series bold
19853
19854 \backslash
19855 thetable 
19856 \series default
19857 es el comando que imprime el número de la tabla, para figuras flotantes
19858  el comando sería 
19859 \series bold
19860
19861 \backslash
19862 thefigure
19863 \series default
19864 .
19865  El comando 
19866 \series bold
19867
19868 \backslash
19869 roman
19870 \series default
19871  imprime el número de tabla en números romanos en minúscula.
19872 \end_layout
19873
19874 \begin_layout Standard
19875 Para cambiar el esquema de numeración, por ejemplo a 
19876 \begin_inset Quotes eld
19877 \end_inset
19878
19879 subsección.número
19880 \begin_inset Quotes erd
19881 \end_inset
19882
19883 , usa este comando en el preámbulo:
19884 \end_layout
19885
19886 \begin_layout Standard
19887
19888 \series bold
19889
19890 \backslash
19891 numberwithin{table}{subsection}
19892 \end_layout
19893
19894 \begin_layout Standard
19895 Para poder usar el comando 
19896 \series bold
19897
19898 \backslash
19899 numberwithin
19900 \series default
19901 , debes marcar la opción 
19902 \family sans
19903 Usar
19904 \begin_inset space ~
19905 \end_inset
19906
19907 el
19908 \begin_inset space ~
19909 \end_inset
19910
19911 paquete
19912 \begin_inset space ~
19913 \end_inset
19914
19915 AMS 
19916 \family default
19917 en el apartado 
19918 \family sans
19919 Ecuaciones 
19920 \family default
19921 de las preferencias del documento.
19922 \end_layout
19923
19924 \begin_layout Standard
19925 Puedes ver más detalles y notas importantes sobre comandos de numeración
19926  en la sección
19927 \begin_inset space ~
19928 \end_inset
19929
19930
19931 \begin_inset CommandInset ref
19932 LatexCommand ref
19933 reference "sub:Numeración-de-Notas-al-Pie"
19934
19935 \end_inset
19936
19937 .
19938 \end_layout
19939
19940 \begin_layout Section
19941 Referencias a flotantes
19942 \begin_inset CommandInset label
19943 LatexCommand label
19944 name "sec:Referencias-a-Flotantes"
19945
19946 \end_inset
19947
19948
19949 \begin_inset Index
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953 Flotantes ! Referencias
19954 \end_layout
19955
19956 \end_inset
19957
19958
19959 \begin_inset Index
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963 Referencias
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \begin_layout Standard
19972 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19973  menú 
19974 \family sans
19975 Insertar\SpecialChar \menuseparator
19976 Etiqueta
19977 \family default
19978  o el botón 
19979 \begin_inset Graphics
19980         filename ../../images/label-insert.png
19981         scale 85
19982
19983 \end_inset
19984
19985 .
19986  Aparece una ventana esperando la introducción del texto de la etiqueta
19987  y se inserta un cuadro gris como este: 
19988 \begin_inset Graphics
19989         filename clipart/etiquetaQt4.png
19990         scale 85
19991
19992 \end_inset
19993
19994 .
19995  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19996  El prefijo depende del tipo de flotante, p.
19997 \begin_inset space \thinspace{}
19998 \end_inset
19999
20000 e.
20001 \begin_inset space ~
20002 \end_inset
20003
20004 para figuras el prefijo será 
20005 \begin_inset Quotes eld
20006 \end_inset
20007
20008
20009 \family sans
20010 fig:
20011 \family default
20012
20013 \begin_inset Quotes erd
20014 \end_inset
20015
20016 .
20017 \end_layout
20018
20019 \begin_layout Standard
20020 La etiqueta se usa como ancla y el nombre para la referencia.
20021  Puedes referenciar la etiqueta usando el menú 
20022 \family sans
20023 Insertar\SpecialChar \menuseparator
20024 Referencia
20025 \family default
20026
20027 \begin_inset space ~
20028 \end_inset
20029
20030
20031 \family sans
20032 cruzada
20033 \family default
20034  o el botón 
20035 \begin_inset Graphics
20036         filename ../../images/dialog-show-new-inset_ref.png
20037         scale 85
20038
20039 \end_inset
20040
20041 .
20042  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20043  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20044  trabajando de la lista desplegable de la parte superior del diálogo.
20045  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20046  Se inserta un cuadro gris como este: 
20047 \begin_inset Graphics
20048         filename clipart/referenciaQt4.png
20049         scale 85
20050
20051 \end_inset
20052
20053 .
20054  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20055 \end_layout
20056
20057 \begin_layout Standard
20058 Se recomienda poner un espacio protegido entre el nombre de la referencia
20059  cruzada y su número para evitar saltos de línea entre ellos.
20060  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20061  dos interrogaciones en la salida.
20062 \end_layout
20063
20064 \begin_layout Standard
20065 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20066  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20067  al texto de la etiqueta nueva, no te ocupes por eso.
20068 \end_layout
20069
20070 \begin_layout Standard
20071 El botón 
20072 \family sans
20073 Ir
20074 \begin_inset space ~
20075 \end_inset
20076
20077 a
20078 \begin_inset space ~
20079 \end_inset
20080
20081 la
20082 \begin_inset space ~
20083 \end_inset
20084
20085 etiqueta
20086 \family default
20087  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20088  y el texto del botón cambia a 
20089 \family sans
20090 Volver
20091 \family default
20092 , con el que se puede retornar a la referencia.
20093  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20094  la etiqueta pero sin opción de volver.
20095 \end_layout
20096
20097 \begin_layout Subsection
20098 Formatos de referencia cruzada
20099 \begin_inset CommandInset label
20100 LatexCommand label
20101 name "sub:Formatos-referencia-cruzada"
20102
20103 \end_inset
20104
20105
20106 \begin_inset Index
20107 status collapsed
20108
20109 \begin_layout Plain Layout
20110 Referencias ! Formatos
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \end_layout
20117
20118 \begin_layout Standard
20119 Hay seis variedades de referencias cruzadas:
20120 \end_layout
20121
20122 \begin_layout Description
20123 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20124  
20125 \begin_inset CommandInset ref
20126 LatexCommand ref
20127 reference "fig:Dos-imágenes-distorsionadas"
20128
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \begin_layout Description
20135 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20136  habitual para referirse a fórmulas, especialmente si se omite el nombre
20137  
20138 \begin_inset Quotes eld
20139 \end_inset
20140
20141 Ecuación
20142 \begin_inset Quotes erd
20143 \end_inset
20144
20145
20146 \begin_inset CommandInset ref
20147 LatexCommand eqref
20148 reference "eq:Wgn"
20149
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \begin_layout Description
20156 <página>: imprime el número de página: Página
20157 \begin_inset space ~
20158 \end_inset
20159
20160
20161 \begin_inset CommandInset ref
20162 LatexCommand pageref
20163 reference "fig:Dos-imágenes-distorsionadas"
20164
20165 \end_inset
20166
20167
20168 \end_layout
20169
20170 \begin_layout Description
20171 en
20172 \begin_inset space ~
20173 \end_inset
20174
20175 página
20176 \begin_inset space ~
20177 \end_inset
20178
20179 <página>: imprime el texto 
20180 \begin_inset Quotes eld
20181 \end_inset
20182
20183 en la página
20184 \begin_inset Quotes erd
20185 \end_inset
20186
20187  y el número de página: 
20188 \begin_inset CommandInset ref
20189 LatexCommand vpageref
20190 reference "fig:Dos-imágenes-distorsionadas"
20191
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \begin_layout Description
20198 <referencia>
20199 \begin_inset space ~
20200 \end_inset
20201
20202 en
20203 \begin_inset space ~
20204 \end_inset
20205
20206 página
20207 \begin_inset space ~
20208 \end_inset
20209
20210 <página>: imprime el número flotante, el texto 
20211 \begin_inset Quotes eld
20212 \end_inset
20213
20214 en la página
20215 \begin_inset Quotes erd
20216 \end_inset
20217
20218  y el número de página: 
20219 \begin_inset CommandInset ref
20220 LatexCommand vref
20221 reference "fig:Dos-imágenes-distorsionadas"
20222
20223 \end_inset
20224
20225
20226 \end_layout
20227
20228 \begin_layout Description
20229 Referencia
20230 \begin_inset space ~
20231 \end_inset
20232
20233 con
20234 \begin_inset space ~
20235 \end_inset
20236
20237 formato: imprime un formato personalizado.
20238  
20239 \begin_inset Note Greyedout
20240 status open
20241
20242 \begin_layout Plain Layout
20243
20244 \series bold
20245 Nota:
20246 \series default
20247  Esta característica sólo está disponible si está instalado el paquete LaTeX
20248  
20249 \series bold
20250 prettyref
20251 \series default
20252 .
20253 \end_layout
20254
20255 \end_inset
20256
20257
20258 \end_layout
20259
20260 \begin_layout Standard
20261 Ten en cuenta que el estilo <página>
20262 \begin_inset space \thinspace{}
20263 \end_inset
20264
20265  no imprime el número si la etiqueta está en la misma página, en la anterior
20266  o en la siguiente.
20267  En su lugar verás p.
20268 \begin_inset space \thinspace{}
20269 \end_inset
20270
20271 e.
20272 \begin_inset space ~
20273 \end_inset
20274
20275 el texto 
20276 \begin_inset Quotes eld
20277 \end_inset
20278
20279
20280 \family sans
20281 en esta página
20282 \family default
20283
20284 \begin_inset Quotes erd
20285 \end_inset
20286
20287 .
20288 \end_layout
20289
20290 \begin_layout Standard
20291 El número y página actual de la parte del documento referida es automáticamente
20292  calculado por LaTeX en la salida.
20293  Las variedades se ajustan en el campo 
20294 \family sans
20295 Formato
20296 \family default
20297  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20298 \end_layout
20299
20300 \begin_layout Subsection
20301 Designación automática de referencias
20302 \begin_inset Index
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306 Referencias ! Designación automática
20307 \end_layout
20308
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \begin_layout Standard
20315 El paquete LaTeX 
20316 \series bold
20317 hyperref
20318 \series default
20319  dispone de una característica muy útil que permite incluir automáticamente
20320  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20321  de texto como secciones).
20322  Quieres p.
20323 \begin_inset space \thinspace{}
20324 \end_inset
20325
20326 e.
20327 \begin_inset space ~
20328 \end_inset
20329
20330 escribir la palabra 
20331 \begin_inset Quotes eld
20332 \end_inset
20333
20334 Figura
20335 \begin_inset Quotes erd
20336 \end_inset
20337
20338  antes de cada cuadro de referencia.
20339  Para conseguirlo debes cargar el paquete LaTeX 
20340 \series bold
20341 hyperref
20342 \series default
20343
20344 \begin_inset Index
20345 status collapsed
20346
20347 \begin_layout Plain Layout
20348 LaTeX-paquetes ! hyperref
20349 \end_layout
20350
20351 \end_inset
20352
20353  en el preámbulo del documento con
20354 \end_layout
20355
20356 \begin_layout Standard
20357
20358 \series bold
20359
20360 \backslash
20361 usepackage[pdfborder={0 0 0}]{hyperref}
20362 \begin_inset Newline newline
20363 \end_inset
20364
20365
20366 \backslash
20367 AtBeginDocument{
20368 \backslash
20369 renewcommand{
20370 \backslash
20371 ref}[1]{
20372 \backslash
20373 mbox{
20374 \backslash
20375 autoref{#1}}}}
20376 \end_layout
20377
20378 \begin_layout Standard
20379
20380 \series bold
20381 hyperref
20382 \series default
20383  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20384  esto significa que el lector del documento podrá pinchar sobre una entrada
20385  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20386  documento.
20387  
20388 \series bold
20389 hyperref
20390 \series default
20391  también crea marcadores PDF para cada sección para facilitar al lector
20392  la navegación por el documento.
20393  Esto también se ha usado en este documento pero si echas una ojeada al
20394  preámbulo encontrarás varias opciones en la carga de 
20395 \series bold
20396 hyperref
20397 \series default
20398 .
20399  Para aprender más sobre ello acude a la documentación del paquete 
20400 \begin_inset CommandInset citation
20401 LatexCommand cite
20402 key "hyperref"
20403
20404 \end_inset
20405
20406 .
20407 \end_layout
20408
20409 \begin_layout Standard
20410 \begin_inset Note Greyedout
20411 status open
20412
20413 \begin_layout Plain Layout
20414
20415 \series bold
20416 Nota:
20417 \series default
20418  La designación automática de referencias no puede usarse en el estilo 
20419 \family sans
20420 Referencia
20421 \begin_inset space ~
20422 \end_inset
20423
20424 con
20425 \begin_inset space ~
20426 \end_inset
20427
20428 formato
20429 \family default
20430 , descrita en la sección
20431 \begin_inset space ~
20432 \end_inset
20433
20434
20435 \begin_inset CommandInset ref
20436 LatexCommand ref
20437 reference "sub:Formatos-referencia-cruzada"
20438
20439 \end_inset
20440
20441 .
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \begin_layout Subsection
20450 Colocación de referencias
20451 \begin_inset CommandInset label
20452 LatexCommand label
20453 name "sub:Colocación-de-Referencias"
20454
20455 \end_inset
20456
20457
20458 \begin_inset Index
20459 status collapsed
20460
20461 \begin_layout Plain Layout
20462 Referencias ! Colocación
20463 \end_layout
20464
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \begin_layout Standard
20471 Si usas 
20472 \series bold
20473 hyperref
20474 \series default
20475
20476 \begin_inset Index
20477 status collapsed
20478
20479 \begin_layout Plain Layout
20480 LaTeX-paquetes ! hyperref
20481 \end_layout
20482
20483 \end_inset
20484
20485  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20486  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20487  La leyenda será la primera parte del texto en pantalla, de forma que para
20488  ver la imagen debes deslizar.
20489  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20490  Usando el paquete 
20491 \series bold
20492 hypcap
20493 \series default
20494
20495 \begin_inset Index
20496 status collapsed
20497
20498 \begin_layout Plain Layout
20499 LaTeX-paquetes ! hypcap
20500 \end_layout
20501
20502 \end_inset
20503
20504 , que forma parte del paquete LaTeX 
20505 \series bold
20506 oberdiek
20507 \series default
20508
20509 \begin_inset Index
20510 status collapsed
20511
20512 \begin_layout Plain Layout
20513 LaTeX-paquetes ! oberdiek
20514 \end_layout
20515
20516 \end_inset
20517
20518 , el ancla de enlace se sitúa al comienzo de un flotante.
20519  Para usar esta característica para figuras flotantes carga 
20520 \series bold
20521 hypcap
20522 \series default
20523  en el preámbulo con
20524 \end_layout
20525
20526 \begin_layout Standard
20527
20528 \series bold
20529
20530 \backslash
20531 usepackage[figure]{hypcap}
20532 \end_layout
20533
20534 \begin_layout Standard
20535 Puedes usar 
20536 \series bold
20537 hypcap
20538 \series default
20539  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20540  Más información en el manual de 
20541 \series bold
20542 hypcap
20543 \series default
20544  
20545 \begin_inset CommandInset citation
20546 LatexCommand cite
20547 key "hypcap"
20548
20549 \end_inset
20550
20551 .
20552 \end_layout
20553
20554 \begin_layout Standard
20555 \begin_inset Note Greyedout
20556 status open
20557
20558 \begin_layout Plain Layout
20559
20560 \series bold
20561 Nota: hypcap
20562 \series default
20563  debe cargarse después de 
20564 \series bold
20565 hyperref
20566 \series default
20567  en el preámbulo
20568 \series bold
20569 .
20570 \end_layout
20571
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \begin_layout Standard
20578 \begin_inset Note Greyedout
20579 status open
20580
20581 \begin_layout Plain Layout
20582
20583 \series bold
20584 Nota:
20585 \series default
20586  La colocación de referencias no afecta a las referencias a subfiguras.
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Section
20595 Colocación de flotantes
20596 \begin_inset CommandInset label
20597 LatexCommand label
20598 name "sec:Colocación-de-Flotantes"
20599
20600 \end_inset
20601
20602
20603 \begin_inset Index
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607 Flotantes ! Colocación
20608 \end_layout
20609
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \begin_layout Standard
20616 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20617  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20618  los flotantes.
20619 \begin_inset Newline newline
20620 \end_inset
20621
20622 La opción 
20623 \family sans
20624 Extender
20625 \begin_inset space ~
20626 \end_inset
20627
20628 columnas
20629 \family default
20630  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20631  abarcará ambas columnas en lugar de una sola.
20632 \begin_inset Newline newline
20633 \end_inset
20634
20635 La opción 
20636 \family sans
20637 Girar
20638 \begin_inset space ~
20639 \end_inset
20640
20641 a
20642 \begin_inset space ~
20643 \end_inset
20644
20645 un
20646 \begin_inset space ~
20647 \end_inset
20648
20649 lado
20650 \family default
20651  sirve para girar flotantes, ver sección
20652 \begin_inset space ~
20653 \end_inset
20654
20655
20656 \begin_inset CommandInset ref
20657 LatexCommand ref
20658 reference "sec:Rotación-de-Flotantes"
20659
20660 \end_inset
20661
20662 .
20663  
20664 \end_layout
20665
20666 \begin_layout Standard
20667 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20668  la posición de un flotante si desmarcas la opción 
20669 \family sans
20670 Usar
20671 \begin_inset space ~
20672 \end_inset
20673
20674 ubicación
20675 \begin_inset space ~
20676 \end_inset
20677
20678 predeterminada
20679 \family default
20680 :
20681 \end_layout
20682
20683 \begin_layout Description
20684
20685 \family sans
20686 \series bold
20687 Aquí
20688 \begin_inset space ~
20689 \end_inset
20690
20691 si
20692 \begin_inset space ~
20693 \end_inset
20694
20695 es
20696 \begin_inset space ~
20697 \end_inset
20698
20699 posible
20700 \family default
20701 \series default
20702  intenta situar el flotante en la posición en la que se inserta
20703 \end_layout
20704
20705 \begin_layout Description
20706
20707 \family sans
20708 \series bold
20709 Principio
20710 \begin_inset space ~
20711 \end_inset
20712
20713 de
20714 \begin_inset space ~
20715 \end_inset
20716
20717 página
20718 \family default
20719 \series default
20720  intenta situar el flotante al principio de la página actual
20721 \end_layout
20722
20723 \begin_layout Description
20724
20725 \family sans
20726 \series bold
20727 Fin
20728 \begin_inset space ~
20729 \end_inset
20730
20731 de
20732 \begin_inset space ~
20733 \end_inset
20734
20735 página
20736 \family default
20737 \series default
20738  intenta situar el flotante al final de la página actual
20739 \end_layout
20740
20741 \begin_layout Description
20742
20743 \family sans
20744 \series bold
20745 Página
20746 \begin_inset space ~
20747 \end_inset
20748
20749 de
20750 \begin_inset space ~
20751 \end_inset
20752
20753 flotantes
20754 \family default
20755 \series default
20756  intenta situar el flotante en una página propia 
20757 \end_layout
20758
20759 \begin_layout Standard
20760 LaTeX usa 
20761 \emph on
20762 siempre
20763 \emph default
20764  ese orden de opciones.
20765  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20766  lugar 
20767 \family sans
20768 Aquí
20769 \begin_inset space ~
20770 \end_inset
20771
20772 si
20773 \begin_inset space ~
20774 \end_inset
20775
20776 es
20777 \begin_inset space ~
20778 \end_inset
20779
20780 posible
20781 \family default
20782 , luego 
20783 \family sans
20784 Principio
20785 \begin_inset space ~
20786 \end_inset
20787
20788 de
20789 \begin_inset space ~
20790 \end_inset
20791
20792 página
20793 \family default
20794 , y después las otras.
20795  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20796  pero en dicho orden.
20797  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20798  pero intenta poner el flotante en la página siguiente.
20799 \end_layout
20800
20801 \begin_layout Standard
20802 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20803 \end_layout
20804
20805 \begin_layout Labeling
20806 \labelwidthstring 00.00.0000
20807
20808 \family sans
20809 Principio
20810 \begin_inset space ~
20811 \end_inset
20812
20813 de
20814 \begin_inset space ~
20815 \end_inset
20816
20817 página:
20818 \family default
20819  sólo si el flotante ocupa menos del 70
20820 \begin_inset space \thinspace{}
20821 \end_inset
20822
20823 % de la página puede ubicarse al principio de página (
20824 \series bold
20825
20826 \backslash
20827 topfraction
20828 \series default
20829 )
20830 \end_layout
20831
20832 \begin_layout Labeling
20833 \labelwidthstring 00.00.0000
20834
20835 \family sans
20836 Fin
20837 \begin_inset space ~
20838 \end_inset
20839
20840 de
20841 \begin_inset space ~
20842 \end_inset
20843
20844 página:
20845 \family default
20846  sólo si el flotante ocupa menos del 30
20847 \begin_inset space \thinspace{}
20848 \end_inset
20849
20850 % de la página puede ubicarse al fin de página.
20851  (
20852 \series bold
20853
20854 \backslash
20855 bottomfraction
20856 \series default
20857 )
20858 \end_layout
20859
20860 \begin_layout Labeling
20861 \labelwidthstring 00.00.0000
20862
20863 \family sans
20864 Página
20865 \begin_inset space ~
20866 \end_inset
20867
20868 de
20869 \begin_inset space ~
20870 \end_inset
20871
20872 flotantes:
20873 \family default
20874  sólo si más del 50
20875 \begin_inset space \thinspace{}
20876 \end_inset
20877
20878 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20879  página.
20880  (
20881 \series bold
20882
20883 \backslash
20884 floatpagefraction
20885 \series default
20886 )
20887 \end_layout
20888
20889 \begin_layout Standard
20890 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20891  
20892 \family sans
20893 Ignorar
20894 \begin_inset space ~
20895 \end_inset
20896
20897 reglas
20898 \begin_inset space ~
20899 \end_inset
20900
20901 de
20902 \begin_inset space ~
20903 \end_inset
20904
20905 LaTeX
20906 \family default
20907 .
20908 \begin_inset Newline newline
20909 \end_inset
20910
20911 También puedes redefinir las reglas con los comandos LaTeX que van entre
20912  paréntesis tras la descripción de las reglas anteriores.
20913  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20914  la regla 
20915 \family sans
20916 Fin
20917 \family default
20918
20919 \begin_inset space ~
20920 \end_inset
20921
20922
20923 \family sans
20924 de
20925 \family default
20926
20927 \begin_inset space ~
20928 \end_inset
20929
20930
20931 \family sans
20932 página
20933 \family default
20934  al 50
20935 \begin_inset space \thinspace{}
20936 \end_inset
20937
20938 %, añade esta línea en el preámbulo:
20939 \end_layout
20940
20941 \begin_layout Standard
20942
20943 \series bold
20944
20945 \backslash
20946 renewcommand{
20947 \backslash
20948 bottomfraction}{0.5}
20949 \end_layout
20950
20951 \begin_layout Standard
20952 En determinados casos podrías necesitar ubicar un flotante exactamente en
20953  la posición en la que se inserta.
20954  Para esto puedes usar la opción 
20955 \family sans
20956 Aquí
20957 \begin_inset space ~
20958 \end_inset
20959
20960 definitivamente
20961 \family default
20962 .
20963  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20964  porque el flotante ya no podrá 
20965 \begin_inset Quotes eld
20966 \end_inset
20967
20968 flotar
20969 \begin_inset Quotes erd
20970 \end_inset
20971
20972  y si haces cambios al documento se podría estropear el diseño de la página.
20973 \end_layout
20974
20975 \begin_layout Standard
20976 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20977  están rodeados por texto de un párrafo determinado.
20978 \begin_inset VSpace bigskip
20979 \end_inset
20980
20981
20982 \end_layout
20983
20984 \begin_layout Standard
20985 A veces surge el problema de que un flotante se sitúa al principio de la
20986  página mientras que su sección correspondiente empieza en mitad de la página,
20987  así que el lector podría creer que el flotante forma parte de la sección
20988  anterior.
20989  Para evitarlo puede emplearse el comando LaTeX 
20990 \series bold
20991
20992 \backslash
20993 suppressfloats
20994 \series default
20995 , que suprime la ubicación de un flotante dado en la página donde se inserta
20996  y además puede servir para evitar que el flotante se coloque antes del
20997  inicio de sección.
20998  Para ello, añade estos comandos al preámbulo:
20999 \end_layout
21000
21001 \begin_layout Standard
21002
21003 \series bold
21004
21005 \backslash
21006 let
21007 \backslash
21008 mySection
21009 \backslash
21010 section
21011 \begin_inset Newline newline
21012 \end_inset
21013
21014
21015 \backslash
21016 renewcommand{
21017 \backslash
21018 section}{
21019 \backslash
21020 suppressfloats[t]
21021 \backslash
21022 mySection}
21023 \end_layout
21024
21025 \begin_layout Standard
21026 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21027  subsecciones.
21028  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21029  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21030 \end_layout
21031
21032 \begin_layout Standard
21033 \begin_inset VSpace bigskip
21034 \end_inset
21035
21036 En ciertos casos se quieren tener todas las figuras/tablas al final del
21037  documento.
21038  Para estos casos está el paquete LaTeX 
21039 \series bold
21040 endfloat
21041 \series default
21042
21043 \begin_inset Index
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047 LaTeX-paquetes ! endfloat
21048 \end_layout
21049
21050 \end_inset
21051
21052 .
21053  Pone todas las figuras y tablas flotantes al final del documento en secciones
21054  propias.
21055  En la posición original del flotante se inserta una indicación como 
21056 \begin_inset Quotes eld
21057 \end_inset
21058
21059
21060 \family sans
21061 [Figure
21062 \begin_inset space ~
21063 \end_inset
21064
21065 3.2 about here.]
21066 \family default
21067
21068 \begin_inset Quotes erd
21069 \end_inset
21070
21071 .
21072  El paquete 
21073 \series bold
21074 endfloat
21075 \series default
21076  se carga en el preámbulo con la línea
21077 \end_layout
21078
21079 \begin_layout Standard
21080
21081 \series bold
21082
21083 \backslash
21084 usepackage[options]{endfloat}
21085 \end_layout
21086
21087 \begin_layout Standard
21088 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21089  Para más información ver la documentación de 
21090 \begin_inset CommandInset citation
21091 LatexCommand cite
21092 key "endfloat"
21093
21094 \end_inset
21095
21096 .
21097 \begin_inset Newline newline
21098 \end_inset
21099
21100
21101 \begin_inset Note Greyedout
21102 status open
21103
21104 \begin_layout Plain Layout
21105
21106 \series bold
21107 Nota: endfloat
21108 \series default
21109  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21110  ver sección
21111 \begin_inset space ~
21112 \end_inset
21113
21114 4 en 
21115 \begin_inset CommandInset citation
21116 LatexCommand cite
21117 key "endfloat"
21118
21119 \end_inset
21120
21121 .
21122 \end_layout
21123
21124 \end_inset
21125
21126
21127 \begin_inset Newline newline
21128 \end_inset
21129
21130
21131 \begin_inset Note Greyedout
21132 status open
21133
21134 \begin_layout Plain Layout
21135
21136 \series bold
21137 Nota:
21138 \series default
21139  Actualmente hay un error en 
21140 \series bold
21141 endfloat
21142 \series default
21143  cuando la leyenda contiene el carácter alemán 
21144 \begin_inset Quotes eld
21145 \end_inset
21146
21147 ß
21148 \begin_inset Quotes erd
21149 \end_inset
21150
21151 .
21152  Usa en ese caso el comando 
21153 \begin_inset Quotes eld
21154 \end_inset
21155
21156
21157 \series bold
21158
21159 \backslash
21160 ss
21161 \series default
21162
21163 \begin_inset Quotes erd
21164 \end_inset
21165
21166  en ERT en vez de 
21167 \begin_inset Quotes eld
21168 \end_inset
21169
21170 ß
21171 \begin_inset Quotes erd
21172 \end_inset
21173
21174 .
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \begin_layout Standard
21183 \begin_inset VSpace bigskip
21184 \end_inset
21185
21186 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21187 \begin_inset CommandInset citation
21188 LatexCommand cite
21189 key "latexcompanion,latexguide,latexbook"
21190
21191 \end_inset
21192
21193 .
21194 \end_layout
21195
21196 \begin_layout Section
21197 Rotación de flotantes
21198 \begin_inset CommandInset label
21199 LatexCommand label
21200 name "sec:Rotación-de-Flotantes"
21201
21202 \end_inset
21203
21204
21205 \begin_inset Index
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209 Flotantes ! Rotación
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Standard
21218 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21219  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21220  la opción 
21221 \family sans
21222 Girar
21223 \begin_inset space ~
21224 \end_inset
21225
21226 a
21227 \begin_inset space ~
21228 \end_inset
21229
21230 un
21231 \begin_inset space ~
21232 \end_inset
21233
21234 lado
21235 \family default
21236 .
21237 \end_layout
21238
21239 \begin_layout Standard
21240 Los flotantes girados son puestos siempre en su propia página (o columna
21241  si el documento es de dos columnas).
21242  Se rotan de forma que puedes leerlos desde el margen externo.
21243  Para forzar determinada dirección de rotación para todas las páginas, puedes
21244  añadir una de las opciones 
21245 \series bold
21246 figuresleft
21247 \series default
21248  o 
21249 \series bold
21250 figuresright
21251 \series default
21252  a las opciones de clase del documento.
21253 \end_layout
21254
21255 \begin_layout Standard
21256 Los flotantes girados se refieren igual que los normales, y el formato de
21257  la leyenda también es el mismo: un ejemplo es la tabla
21258 \begin_inset space ~
21259 \end_inset
21260
21261
21262 \begin_inset CommandInset ref
21263 LatexCommand ref
21264 reference "tab:Tabla-girada"
21265
21266 \end_inset
21267
21268 .
21269 \end_layout
21270
21271 \begin_layout Standard
21272 \begin_inset Note Greyedout
21273 status open
21274
21275 \begin_layout Plain Layout
21276
21277 \series bold
21278 Nota:
21279 \series default
21280  No todos los visores DVI pueden mostrar tablas giradas.
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Standard
21289 \begin_inset Float table
21290 wide false
21291 sideways true
21292 status open
21293
21294 \begin_layout Plain Layout
21295 \begin_inset Caption
21296
21297 \begin_layout Plain Layout
21298 \begin_inset CommandInset label
21299 LatexCommand label
21300 name "tab:Tabla-girada"
21301
21302 \end_inset
21303
21304 Tabla girada
21305 \end_layout
21306
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \begin_layout Plain Layout
21313 \align center
21314 \begin_inset Tabular
21315 <lyxtabular version="3" rows="1" columns="5">
21316 <features>
21317 <column alignment="center" valignment="top" width="0">
21318 <column alignment="center" valignment="top" width="0">
21319 <column alignment="center" valignment="top" width="0">
21320 <column alignment="center" valignment="top" width="0">
21321 <column alignment="center" valignment="top" width="0">
21322 <row>
21323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 test
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 b
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 c
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21351 \begin_inset Text
21352
21353 \begin_layout Plain Layout
21354 d
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 e
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 </row>
21369 </lyxtabular>
21370
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \begin_layout Section
21382 Flotantes adosados
21383 \begin_inset Index
21384 status collapsed
21385
21386 \begin_layout Plain Layout
21387 Flotantes ! Adosados
21388 \end_layout
21389
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \begin_layout Standard
21396 Para colocar flotantes unos junto a otros, como en la figura
21397 \begin_inset space ~
21398 \end_inset
21399
21400
21401 \begin_inset CommandInset ref
21402 LatexCommand ref
21403 reference "fig:Flotante-izquierda"
21404
21405 \end_inset
21406
21407  y 
21408 \begin_inset CommandInset ref
21409 LatexCommand ref
21410 reference "fig:Flotante-derecha"
21411
21412 \end_inset
21413
21414 , se pone 
21415 \emph on
21416 un
21417 \emph default
21418  solo flotante.
21419  En él se insertan dos cuadros tipo minipágina
21420 \begin_inset Foot
21421 status open
21422
21423 \begin_layout Plain Layout
21424 Las minipáginas se explican en la sección
21425 \begin_inset space ~
21426 \end_inset
21427
21428
21429 \begin_inset CommandInset ref
21430 LatexCommand ref
21431 reference "sec:Minipáginas"
21432
21433 \end_inset
21434
21435 .
21436 \end_layout
21437
21438 \end_inset
21439
21440 .
21441  La anchura se establece en 45-50
21442 \begin_inset space \thinspace{}
21443 \end_inset
21444
21445 % de la columna y la alineación en 
21446 \family sans
21447 Inferior
21448 \family default
21449  para cada minipágina.
21450  Las minipáginas contienen la imagen y su título, de igual forma que en
21451  los flotantes.
21452  La única diferencia es que el 
21453 \family sans
21454 Ancho
21455 \begin_inset space ~
21456 \end_inset
21457
21458 de
21459 \begin_inset space ~
21460 \end_inset
21461
21462 columna
21463 \begin_inset space ~
21464 \end_inset
21465
21466 %
21467 \family default
21468  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21469 \end_layout
21470
21471 \begin_layout Standard
21472 \begin_inset Float figure
21473 placement h
21474 wide false
21475 sideways false
21476 status open
21477
21478 \begin_layout Plain Layout
21479 \begin_inset Box Frameless
21480 position "b"
21481 hor_pos "c"
21482 has_inner_box 1
21483 inner_pos "t"
21484 use_parbox 0
21485 width "45col%"
21486 special "none"
21487 height "1in"
21488 height_special "totalheight"
21489 status open
21490
21491 \begin_layout Plain Layout
21492 \align center
21493 \begin_inset Graphics
21494         filename ../clipart/mobius.eps
21495         lyxscale 50
21496         width 100col%
21497         scaleBeforeRotation
21498
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Caption
21506
21507 \begin_layout Plain Layout
21508 \begin_inset CommandInset label
21509 LatexCommand label
21510 name "fig:Flotante-izquierda"
21511
21512 \end_inset
21513
21514 Flotante en el lado izquierdo.
21515 \end_layout
21516
21517 \end_inset
21518
21519
21520 \end_layout
21521
21522 \end_inset
21523
21524
21525 \begin_inset space \hfill{}
21526 \end_inset
21527
21528
21529 \begin_inset Box Frameless
21530 position "b"
21531 hor_pos "c"
21532 has_inner_box 1
21533 inner_pos "t"
21534 use_parbox 0
21535 width "45col%"
21536 special "none"
21537 height "1in"
21538 height_special "totalheight"
21539 status open
21540
21541 \begin_layout Plain Layout
21542 \align center
21543 \begin_inset Graphics
21544         filename ../clipart/platypus.eps
21545         lyxscale 50
21546         width 100col%
21547         scaleBeforeRotation
21548
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Caption
21556
21557 \begin_layout Plain Layout
21558 \begin_inset CommandInset label
21559 LatexCommand label
21560 name "fig:Flotante-derecha"
21561
21562 \end_inset
21563
21564 Flotante en el lado derecho.
21565 \end_layout
21566
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \begin_layout Section
21583 Formato de las leyendas
21584 \begin_inset Index
21585 status collapsed
21586
21587 \begin_layout Plain Layout
21588 Leyendas ! Formato
21589 \end_layout
21590
21591 \end_inset
21592
21593
21594 \begin_inset Index
21595 status collapsed
21596
21597 \begin_layout Plain Layout
21598 Flotantes ! Formato de las leyendas
21599 \end_layout
21600
21601 \end_inset
21602
21603
21604 \begin_inset Index
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608 LaTeX-paquetes ! caption
21609 \end_layout
21610
21611 \end_inset
21612
21613
21614 \begin_inset CommandInset label
21615 LatexCommand label
21616 name "sec:Formato-de-leyendas"
21617
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \begin_layout Standard
21624 El entorno 
21625 \family sans
21626 Leyenda
21627 \family default
21628  es el predeterminado para los 
21629 \family sans
21630 Flotantes
21631 \family default
21632 .
21633  En LyX las leyendas se muestran como etiqueta, p.
21634 \begin_inset space \thinspace{}
21635 \end_inset
21636
21637 e.
21638 \begin_inset space ~
21639 \end_inset
21640
21641
21642 \begin_inset Quotes eld
21643 \end_inset
21644
21645
21646 \family sans
21647 Figura #
21648 \family default
21649 :
21650 \begin_inset Quotes erd
21651 \end_inset
21652
21653  seguida por el texto.
21654  
21655 \begin_inset Quotes eld
21656 \end_inset
21657
21658 #
21659 \begin_inset Quotes erd
21660 \end_inset
21661
21662  es el número real de referencia.
21663  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21664  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21665  del texto.
21666  El formato de la leyenda no es apropiado para todos los formatos de documento.
21667  
21668 \end_layout
21669
21670 \begin_layout Standard
21671 Para cambiar el formato predeterminado carga el paquete LaTeX 
21672 \series bold
21673 caption
21674 \series default
21675
21676 \begin_inset Index
21677 status collapsed
21678
21679 \begin_layout Plain Layout
21680 LaTeX-paquetes ! caption
21681 \end_layout
21682
21683 \end_inset
21684
21685  en el preámbulo del documento con la línea:
21686 \end_layout
21687
21688 \begin_layout Standard
21689
21690 \series bold
21691
21692 \backslash
21693 usepackage[definición de formato]{caption}
21694 \end_layout
21695
21696 \begin_layout Standard
21697 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21698  las leyendas de tabla siempre sobre ella como en este documento, usa el
21699  comando:
21700 \end_layout
21701
21702 \begin_layout Standard
21703
21704 \series bold
21705
21706 \backslash
21707 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21708 \end_layout
21709
21710 \begin_layout Standard
21711 También puedes definir distintos formatos de leyenda para los distintos
21712  tipos de flotantes.
21713  En ese caso carga el paquete 
21714 \series bold
21715 caption
21716 \series default
21717  sin opciones específicas y define los distintos formatos con ayuda del
21718  comando
21719 \end_layout
21720
21721 \begin_layout Standard
21722
21723 \series bold
21724
21725 \backslash
21726 captionsetup[tipo de flotante]{definición de formato}
21727 \end_layout
21728
21729 \begin_layout Standard
21730 en el preámbulo del documento.
21731  Por ejemplo las leyendas de la Figura
21732 \begin_inset space ~
21733 \end_inset
21734
21735
21736 \begin_inset CommandInset ref
21737 LatexCommand ref
21738 reference "fig:Esto-es-una-fig"
21739
21740 \end_inset
21741
21742  y la tabla
21743 \begin_inset space ~
21744 \end_inset
21745
21746
21747 \begin_inset CommandInset ref
21748 LatexCommand ref
21749 reference "tab:Esto-es-una-tab"
21750
21751 \end_inset
21752
21753  pueden crearse usando los siguientes comandos en el preámbulo:
21754 \end_layout
21755
21756 \begin_layout Standard
21757
21758 \series bold
21759
21760 \backslash
21761 usepackage[tableposition=top]{caption}
21762 \series default
21763
21764 \begin_inset Newline newline
21765 \end_inset
21766
21767
21768 \series bold
21769
21770 \backslash
21771 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21772 \begin_inset Newline newline
21773 \end_inset
21774
21775
21776 \begin_inset ERT
21777 status collapsed
21778
21779 \begin_layout Plain Layout
21780
21781
21782 \backslash
21783 hphantom{
21784 \backslash
21785
21786 \backslash
21787 captionsetup[figure]
21788 \backslash
21789 {}
21790 \end_layout
21791
21792 \end_inset
21793
21794  labelsep=period}
21795 \begin_inset Newline newline
21796 \end_inset
21797
21798
21799 \backslash
21800 captionsetup[table]{labelfont={bf,sf}}
21801 \end_layout
21802
21803 \begin_layout Standard
21804 \begin_inset Note Greyedout
21805 status open
21806
21807 \begin_layout Plain Layout
21808
21809 \series bold
21810 Nota: 
21811 \series default
21812 La opción 
21813 \series bold
21814 tableposition=top
21815 \series default
21816  no tiene efecto si se usa una clase de documento 
21817 \series bold
21818 koma-script
21819 \series default
21820 .
21821  En este caso debe utilizarse la opción de clase de documento 
21822 \series bold
21823 tablecaptionabove
21824 \series default
21825 .
21826  
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \end_layout
21833
21834 \begin_layout Standard
21835 Para más información sobre el paquete 
21836 \series bold
21837 caption
21838 \series default
21839  acude a su documentación 
21840 \begin_inset CommandInset citation
21841 LatexCommand cite
21842 key "caption,caption-de"
21843
21844 \end_inset
21845
21846 .
21847 \end_layout
21848
21849 \begin_layout Standard
21850 Para cambiar el nombre de la etiqueta de 
21851 \begin_inset Quotes eld
21852 \end_inset
21853
21854 Figura
21855 \begin_inset Quotes erd
21856 \end_inset
21857
21858  a 
21859 \begin_inset Quotes eld
21860 \end_inset
21861
21862 Imagen
21863 \begin_inset Quotes erd
21864 \end_inset
21865
21866 , p.
21867 \begin_inset space \thinspace{}
21868 \end_inset
21869
21870 e., usa el siguiente comando de preámbulo:
21871 \end_layout
21872
21873 \begin_layout Standard
21874
21875 \series bold
21876
21877 \backslash
21878 renewcommand{
21879 \backslash
21880 fnum@figure}{Imagen~
21881 \backslash
21882 thefigure}
21883 \end_layout
21884
21885 \begin_layout Standard
21886 donde 
21887 \series bold
21888
21889 \backslash
21890 thefigure
21891 \series default
21892  inserta el número de figura y 
21893 \series bold
21894
21895 \begin_inset Quotes eld
21896 \end_inset
21897
21898
21899 \series default
21900 ~
21901 \series bold
21902
21903 \begin_inset Quotes erd
21904 \end_inset
21905
21906
21907 \series default
21908  genera un espacio protegido.
21909
21910 \series bold
21911  
21912 \end_layout
21913
21914 \begin_layout Standard
21915 \begin_inset VSpace bigskip
21916 \end_inset
21917
21918 Si estás usando la clase de documento 
21919 \series bold
21920 koma-script
21921 \series default
21922
21923 \begin_inset Index
21924 status collapsed
21925
21926 \begin_layout Plain Layout
21927 LaTeX-paquetes ! koma-script
21928 \end_layout
21929
21930 \end_inset
21931
21932  (
21933 \family sans
21934 article (koma-script)
21935 \family default
21936
21937 \family sans
21938 book (koma-script)
21939 \family default
21940
21941 \family sans
21942 letter (koma-script)
21943 \family default
21944 , o 
21945 \family sans
21946 report (koma-script)
21947 \family default
21948
21949 \begin_inset space \thinspace{}
21950 \end_inset
21951
21952 ), puedes emplear en vez del paquete 
21953 \series bold
21954 caption
21955 \series default
21956  el comando 
21957 \series bold
21958
21959 \backslash
21960 setkomafont
21961 \series default
21962  incluido en 
21963 \series bold
21964 koma-script
21965 \series default
21966 .
21967  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21968  comando en el preámbulo del documento:
21969 \end_layout
21970
21971 \begin_layout Standard
21972
21973 \series bold
21974
21975 \backslash
21976 setkomafont{captionlabel}{
21977 \backslash
21978 bfseries}
21979 \end_layout
21980
21981 \begin_layout Standard
21982 Más información sobre 
21983 \series bold
21984
21985 \backslash
21986 setkomafont
21987 \series default
21988  en la documentación de 
21989 \series bold
21990 koma-script
21991 \series default
21992  
21993 \begin_inset CommandInset citation
21994 LatexCommand cite
21995 key "koma-script"
21996
21997 \end_inset
21998
21999 .
22000 \end_layout
22001
22002 \begin_layout Standard
22003 \begin_inset ERT
22004 status open
22005
22006 \begin_layout Plain Layout
22007
22008
22009 \backslash
22010 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22011 }
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \begin_inset Note Note
22018 status open
22019
22020 \begin_layout Plain Layout
22021 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22022 \end_layout
22023
22024 \end_inset
22025
22026
22027 \end_layout
22028
22029 \begin_layout Standard
22030 \begin_inset Float figure
22031 placement !p
22032 wide false
22033 sideways false
22034 status open
22035
22036 \begin_layout Plain Layout
22037 \align center
22038 \begin_inset Graphics
22039         filename ../clipart/mobius.eps
22040         lyxscale 50
22041         scale 50
22042
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \begin_layout Plain Layout
22049 \begin_inset Caption
22050
22051 \begin_layout Plain Layout
22052 \begin_inset CommandInset label
22053 LatexCommand label
22054 name "fig:Esto-es-una-fig"
22055
22056 \end_inset
22057
22058
22059 \begin_inset OptArg
22060 status open
22061
22062 \begin_layout Plain Layout
22063 Figura con leyenda muy larga
22064 \end_layout
22065
22066 \end_inset
22067
22068 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22069  mostrar el formato diferente.
22070  Aquí se usa una leyenda personalizada.
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \begin_layout Standard
22084 \begin_inset ERT
22085 status open
22086
22087 \begin_layout Plain Layout
22088
22089
22090 \backslash
22091 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22092 on}
22093 \end_layout
22094
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \begin_layout Standard
22101 \begin_inset Float table
22102 placement !p
22103 wide false
22104 sideways false
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108 \begin_inset Caption
22109
22110 \begin_layout Plain Layout
22111 \begin_inset CommandInset label
22112 LatexCommand label
22113 name "tab:Esto-es-una-tab"
22114
22115 \end_inset
22116
22117
22118 \begin_inset OptArg
22119 status collapsed
22120
22121 \begin_layout Plain Layout
22122 Tabla con leyenda muy larga
22123 \end_layout
22124
22125 \end_inset
22126
22127 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22128  el formato diferente.
22129  Aquí se usa el formato de leyenda estándar para las tablas.
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Plain Layout
22138 \align center
22139 \begin_inset Tabular
22140 <lyxtabular version="3" rows="1" columns="5">
22141 <features>
22142 <column alignment="center" valignment="top" width="0">
22143 <column alignment="center" valignment="top" width="0">
22144 <column alignment="center" valignment="top" width="0">
22145 <column alignment="center" valignment="top" width="0">
22146 <column alignment="center" valignment="top" width="0">
22147 <row>
22148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22149 \begin_inset Text
22150
22151 \begin_layout Plain Layout
22152 a
22153 \end_layout
22154
22155 \end_inset
22156 </cell>
22157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 b
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 c
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 d
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188 e
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 </row>
22194 </lyxtabular>
22195
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202
22203
22204 \end_layout
22205
22206 \begin_layout Section
22207 Colocación de leyendas
22208 \begin_inset Index
22209 status collapsed
22210
22211 \begin_layout Plain Layout
22212 Leyendas ! Colocación
22213 \end_layout
22214
22215 \end_inset
22216
22217
22218 \begin_inset Index
22219 status collapsed
22220
22221 \begin_layout Plain Layout
22222 Flotantes ! Colocación de leyendas
22223 \end_layout
22224
22225 \end_inset
22226
22227
22228 \begin_inset CommandInset label
22229 LatexCommand label
22230 name "sec:Colocación-de-leyendas"
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \begin_layout Standard
22238 La norma habitual para colocar las leyendas es:
22239 \end_layout
22240
22241 \begin_layout Description
22242 Figura: La leyenda al pie de la figura
22243 \end_layout
22244
22245 \begin_layout Description
22246 Tabla: La leyenda sobre la tabla
22247 \end_layout
22248
22249 \begin_layout Standard
22250 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22251  la tabla.
22252  Esto implica que si usas las clases de documento 
22253 \family sans
22254 article
22255 \family default
22256
22257 \family sans
22258 book
22259 \family default
22260
22261 \family sans
22262 letter
22263 \family default
22264 , o 
22265 \family sans
22266 report
22267 \family default
22268  no habrá espacio entre la leyenda y la tabla.
22269  Para insertar el espacio adecuado añade la siguiente opción al comando
22270  del paquete LaTeX 
22271 \series bold
22272 caption
22273 \series default
22274  en el preámbulo del documento
22275 \begin_inset Foot
22276 status collapsed
22277
22278 \begin_layout Plain Layout
22279 Ver la sección
22280 \begin_inset space ~
22281 \end_inset
22282
22283
22284 \begin_inset CommandInset ref
22285 LatexCommand ref
22286 reference "sec:Formato-de-leyendas"
22287
22288 \end_inset
22289
22290  para más información sobre el paquete 
22291 \series bold
22292 caption
22293 \series default
22294 .
22295 \end_layout
22296
22297 \end_inset
22298
22299 :
22300 \end_layout
22301
22302 \begin_layout Standard
22303
22304 \series bold
22305 tableposition=top
22306 \end_layout
22307
22308 \begin_layout Standard
22309 Si estás usando la clase 
22310 \series bold
22311 koma-script
22312 \series default
22313
22314 \begin_inset Index
22315 status collapsed
22316
22317 \begin_layout Plain Layout
22318 LaTeX-paquetes ! koma-script
22319 \end_layout
22320
22321 \end_inset
22322
22323  (
22324 \family sans
22325 article (koma-script)
22326 \family default
22327
22328 \family sans
22329 book (koma-script)
22330 \family default
22331
22332 \family sans
22333 letter (koma-script)
22334 \family default
22335 , o 
22336 \family sans
22337 report (koma-script)
22338 \family default
22339
22340 \begin_inset space \thinspace{}
22341 \end_inset
22342
22343 ), en vez de 
22344 \series bold
22345 caption
22346 \series default
22347  puedes poner la opción 
22348 \series bold
22349 tablecaptionabove
22350 \series default
22351  de la clase de documento.
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset VSpace bigskip
22356 \end_inset
22357
22358 También es posible poner la leyenda junto a una figura o tabla.
22359  Para conseguirlo hay que cargar el paquete LaTeX 
22360 \series bold
22361 sidecap
22362 \series default
22363
22364 \begin_inset Index
22365 status collapsed
22366
22367 \begin_layout Plain Layout
22368 LaTeX-paquetes ! sidecap
22369 \end_layout
22370
22371 \end_inset
22372
22373  añadiendo en el preámbulo del documento la línea
22374 \end_layout
22375
22376 \begin_layout Standard
22377
22378 \series bold
22379
22380 \backslash
22381 usepackage[option]{sidecap}
22382 \end_layout
22383
22384 \begin_layout Standard
22385 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22386  de la página ---a la derecha en páginas impares, a la izquierda en las
22387  pares---.
22388  Puedes cambiar la colocación al margen interno con la opción 
22389 \series bold
22390 innercaption
22391 \series default
22392 .
22393  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22394  opciones 
22395 \series bold
22396 rightcaption
22397 \series default
22398  o 
22399 \series bold
22400 leftcaption
22401 \series default
22402 , respectivamente.
22403 \end_layout
22404
22405 \begin_layout Standard
22406 \begin_inset ERT
22407 status collapsed
22408
22409 \begin_layout Plain Layout
22410
22411
22412 \backslash
22413 ifsidecap
22414 \end_layout
22415
22416 \end_inset
22417
22418
22419 \begin_inset Note Note
22420 status open
22421
22422 \begin_layout Plain Layout
22423 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22424  LaTeX 
22425 \series bold
22426 sidecap
22427 \series default
22428 .
22429 \end_layout
22430
22431 \end_inset
22432
22433
22434 \end_layout
22435
22436 \begin_layout Standard
22437 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22438  estos comandos al preámbulo del documento:
22439 \end_layout
22440
22441 \begin_layout Standard
22442
22443 \lyxline
22444
22445 \end_layout
22446
22447 \begin_layout Standard
22448
22449 \series bold
22450
22451 \backslash
22452 newcommand{
22453 \backslash
22454 TabBesBeg}{%
22455 \begin_inset Newline newline
22456 \end_inset
22457
22458
22459 \begin_inset ERT
22460 status collapsed
22461
22462 \begin_layout Plain Layout
22463
22464
22465 \backslash
22466 hphantom{ }
22467 \end_layout
22468
22469 \end_inset
22470
22471
22472 \backslash
22473 let
22474 \backslash
22475 MyTable
22476 \backslash
22477 table
22478 \begin_inset Newline newline
22479 \end_inset
22480
22481
22482 \begin_inset ERT
22483 status collapsed
22484
22485 \begin_layout Plain Layout
22486
22487
22488 \backslash
22489 hphantom{ }
22490 \end_layout
22491
22492 \end_inset
22493
22494
22495 \backslash
22496 let
22497 \backslash
22498 MyEndtable
22499 \backslash
22500 endtable
22501 \begin_inset Newline newline
22502 \end_inset
22503
22504
22505 \begin_inset ERT
22506 status collapsed
22507
22508 \begin_layout Plain Layout
22509
22510
22511 \backslash
22512 hphantom{ }
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \backslash
22519 renewenvironment{table}{
22520 \backslash
22521 begin{SCtable}}{
22522 \backslash
22523 end{SCtable}}}
22524 \end_layout
22525
22526 \begin_layout Standard
22527
22528 \series bold
22529
22530 \backslash
22531 newcommand{
22532 \backslash
22533 TabBesEnd}{%
22534 \begin_inset Newline newline
22535 \end_inset
22536
22537
22538 \begin_inset ERT
22539 status collapsed
22540
22541 \begin_layout Plain Layout
22542
22543
22544 \backslash
22545 hphantom{ }
22546 \end_layout
22547
22548 \end_inset
22549
22550
22551 \backslash
22552 let
22553 \backslash
22554 table
22555 \backslash
22556 MyTable
22557 \begin_inset Newline newline
22558 \end_inset
22559
22560
22561 \begin_inset ERT
22562 status collapsed
22563
22564 \begin_layout Plain Layout
22565
22566
22567 \backslash
22568 hphantom{ }
22569 \end_layout
22570
22571 \end_inset
22572
22573
22574 \backslash
22575 let
22576 \backslash
22577 endtable
22578 \backslash
22579 MyEndtable
22580 \end_layout
22581
22582 \begin_layout Standard
22583
22584 \series bold
22585
22586 \backslash
22587 newcommand{
22588 \backslash
22589 FigBesBeg}{%
22590 \begin_inset Newline newline
22591 \end_inset
22592
22593
22594 \begin_inset ERT
22595 status collapsed
22596
22597 \begin_layout Plain Layout
22598
22599
22600 \backslash
22601 hphantom{ }
22602 \end_layout
22603
22604 \end_inset
22605
22606
22607 \backslash
22608 let
22609 \backslash
22610 MyFigure
22611 \backslash
22612 figure
22613 \begin_inset Newline newline
22614 \end_inset
22615
22616
22617 \begin_inset ERT
22618 status collapsed
22619
22620 \begin_layout Plain Layout
22621
22622
22623 \backslash
22624 hphantom{ }
22625 \end_layout
22626
22627 \end_inset
22628
22629
22630 \backslash
22631 let
22632 \backslash
22633 MyEndfigure
22634 \backslash
22635 endfigure
22636 \begin_inset Newline newline
22637 \end_inset
22638
22639
22640 \begin_inset ERT
22641 status collapsed
22642
22643 \begin_layout Plain Layout
22644
22645
22646 \backslash
22647 hphantom{ }
22648 \end_layout
22649
22650 \end_inset
22651
22652
22653 \backslash
22654 renewenvironment{figure}{
22655 \backslash
22656 begin{SCfigure}}{
22657 \backslash
22658 end{SCfigure}}}
22659 \end_layout
22660
22661 \begin_layout Standard
22662
22663 \series bold
22664
22665 \backslash
22666 newcommand{
22667 \backslash
22668 FigBesEnd}{%
22669 \begin_inset Newline newline
22670 \end_inset
22671
22672
22673 \begin_inset ERT
22674 status collapsed
22675
22676 \begin_layout Plain Layout
22677
22678
22679 \backslash
22680 hphantom{ }
22681 \end_layout
22682
22683 \end_inset
22684
22685
22686 \backslash
22687 let
22688 \backslash
22689 figure
22690 \backslash
22691 MyFigure
22692 \begin_inset Newline newline
22693 \end_inset
22694
22695
22696 \begin_inset ERT
22697 status collapsed
22698
22699 \begin_layout Plain Layout
22700
22701
22702 \backslash
22703 hphantom{ }
22704 \end_layout
22705
22706 \end_inset
22707
22708
22709 \backslash
22710 let
22711 \backslash
22712 endfigure
22713 \backslash
22714 MyEndfigure}
22715 \end_layout
22716
22717 \begin_layout Standard
22718
22719 \lyxline
22720
22721 \end_layout
22722
22723 \begin_layout Standard
22724 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22725  en un lado.
22726  Para figuras flotantes usa el comando
22727 \end_layout
22728
22729 \begin_layout Standard
22730
22731 \series bold
22732
22733 \backslash
22734 FigBesBeg
22735 \end_layout
22736
22737 \begin_layout Standard
22738 en ERT antes del flotante.
22739  Detrás del flotante inserta
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \series bold
22745
22746 \backslash
22747 FigBesEnd
22748 \end_layout
22749
22750 \begin_layout Standard
22751 en ERT para volver a la definición original de flotantes.
22752 \end_layout
22753
22754 \begin_layout Standard
22755 Para tablas flotantes usa los comandos correspondientes
22756 \end_layout
22757
22758 \begin_layout Standard
22759
22760 \series bold
22761
22762 \backslash
22763 TabBesBeg
22764 \series default
22765  y 
22766 \series bold
22767
22768 \backslash
22769 TabBesEnd
22770 \end_layout
22771
22772 \begin_layout Standard
22773 La figura
22774 \begin_inset space ~
22775 \end_inset
22776
22777
22778 \begin_inset CommandInset ref
22779 LatexCommand ref
22780 reference "fig:encab-al-lado"
22781
22782 \end_inset
22783
22784  y la tabla
22785 \begin_inset space ~
22786 \end_inset
22787
22788
22789 \begin_inset CommandInset ref
22790 LatexCommand ref
22791 reference "tab:encab-al-lado"
22792
22793 \end_inset
22794
22795  son ejemplos en los que el título se sitúa al lado.
22796 \end_layout
22797
22798 \begin_layout Standard
22799 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22800  en tablas flotantes y debajo en las figuras flotantes.
22801  Para cambiarlo, puedes usar el comando
22802 \end_layout
22803
22804 \begin_layout Standard
22805
22806 \series bold
22807
22808 \backslash
22809 sidecaptionvpos{tipo de flotante}{colocación}
22810 \end_layout
22811
22812 \begin_layout Standard
22813 en el preámbulo o en ERT antes del flotante.
22814  El tipo de flotante es 
22815 \family sans
22816 figure
22817 \family default
22818  o 
22819 \family sans
22820 table
22821 \family default
22822 , la colocación puede ser 
22823 \begin_inset Quotes eld
22824 \end_inset
22825
22826
22827 \family sans
22828 t
22829 \family default
22830
22831 \begin_inset Quotes erd
22832 \end_inset
22833
22834  por 
22835 \begin_inset Quotes eld
22836 \end_inset
22837
22838 top
22839 \begin_inset Quotes erd
22840 \end_inset
22841
22842  (arriba), 
22843 \begin_inset Quotes eld
22844 \end_inset
22845
22846
22847 \family sans
22848 c
22849 \family default
22850
22851 \begin_inset Quotes erd
22852 \end_inset
22853
22854  por 
22855 \begin_inset Quotes eld
22856 \end_inset
22857
22858 center
22859 \begin_inset Quotes erd
22860 \end_inset
22861
22862  (centro), o 
22863 \begin_inset Quotes eld
22864 \end_inset
22865
22866
22867 \family sans
22868 b
22869 \family default
22870
22871 \begin_inset Quotes erd
22872 \end_inset
22873
22874  por 
22875 \begin_inset Quotes eld
22876 \end_inset
22877
22878 bottom
22879 \begin_inset Quotes erd
22880 \end_inset
22881
22882  (abajo).
22883  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22884  usa el comando
22885 \end_layout
22886
22887 \begin_layout Standard
22888
22889 \series bold
22890
22891 \backslash
22892 sidecaptionvpos{figure}{c}
22893 \end_layout
22894
22895 \begin_layout Standard
22896 Esto se ha hecho en la figura
22897 \begin_inset space ~
22898 \end_inset
22899
22900
22901 \begin_inset CommandInset ref
22902 LatexCommand ref
22903 reference "fig:encab-al-lado-de-fig"
22904
22905 \end_inset
22906
22907 .
22908 \end_layout
22909
22910 \begin_layout Standard
22911 \begin_inset VSpace medskip
22912 \end_inset
22913
22914 Más información sobre el paquete 
22915 \series bold
22916 sidecap
22917 \series default
22918  en su documentación 
22919 \begin_inset CommandInset citation
22920 LatexCommand cite
22921 key "sidecap"
22922
22923 \end_inset
22924
22925 .
22926 \end_layout
22927
22928 \begin_layout Standard
22929 \begin_inset Note Greyedout
22930 status open
22931
22932 \begin_layout Plain Layout
22933
22934 \series bold
22935 Nota:
22936 \series default
22937  El paquete LaTeX 
22938 \series bold
22939 hypcap
22940 \series default
22941
22942 \begin_inset Index
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946 LaTeX-paquetes ! hypcap
22947 \end_layout
22948
22949 \end_inset
22950
22951 , descrito en la sección
22952 \begin_inset space ~
22953 \end_inset
22954
22955
22956 \begin_inset CommandInset ref
22957 LatexCommand ref
22958 reference "sub:Colocación-de-Referencias"
22959
22960 \end_inset
22961
22962 , no afecta a flotantes con la leyenda al lado.
22963 \end_layout
22964
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \begin_layout Standard
22971 \begin_inset ERT
22972 status collapsed
22973
22974 \begin_layout Plain Layout
22975
22976
22977 \backslash
22978 FigBesBeg 
22979 \end_layout
22980
22981 \end_inset
22982
22983
22984 \end_layout
22985
22986 \begin_layout Standard
22987 \begin_inset Float figure
22988 wide false
22989 sideways false
22990 status open
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Graphics
22994         filename ../clipart/escher-lsd.eps
22995         scale 75
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \begin_layout Plain Layout
23003 \begin_inset Caption
23004
23005 \begin_layout Plain Layout
23006 \begin_inset CommandInset label
23007 LatexCommand label
23008 name "fig:encab-al-lado"
23009
23010 \end_inset
23011
23012 Leyenda al lado de una figura.
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021
23022
23023 \end_layout
23024
23025 \begin_layout Standard
23026 \begin_inset ERT
23027 status collapsed
23028
23029 \begin_layout Plain Layout
23030
23031
23032 \backslash
23033 TabBesBeg 
23034 \end_layout
23035
23036 \end_inset
23037
23038
23039 \end_layout
23040
23041 \begin_layout Standard
23042 \begin_inset Float table
23043 wide false
23044 sideways false
23045 status open
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Caption
23049
23050 \begin_layout Plain Layout
23051 \begin_inset CommandInset label
23052 LatexCommand label
23053 name "tab:encab-al-lado"
23054
23055 \end_inset
23056
23057 Leyenda al lado de una tabla.
23058 \end_layout
23059
23060 \end_inset
23061
23062
23063 \end_layout
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Tabular
23067 <lyxtabular version="3" rows="4" columns="5">
23068 <features>
23069 <column alignment="center" valignment="top" width="0">
23070 <column alignment="center" valignment="top" width="0">
23071 <column alignment="center" valignment="top" width="0">
23072 <column alignment="center" valignment="top" width="0">
23073 <column alignment="center" valignment="top" width="0">
23074 <row>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079 a
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \end_layout
23090
23091 \end_inset
23092 </cell>
23093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23094 \begin_inset Text
23095
23096 \begin_layout Plain Layout
23097 b
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 c
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 d
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 e
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 </row>
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 f
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 g
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \end_layout
23202
23203 \end_inset
23204 </cell>
23205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23206 \begin_inset Text
23207
23208 \begin_layout Plain Layout
23209 h
23210 \end_layout
23211
23212 \end_inset
23213 </cell>
23214 </row>
23215 <row>
23216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23217 \begin_inset Text
23218
23219 \begin_layout Plain Layout
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229 i
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247 j
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 </lyxtabular>
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset ERT
23276 status collapsed
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 TabBesEnd
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Standard
23291 \begin_inset ERT
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295
23296
23297 \backslash
23298 sidecaptionvpos{figure}{c}
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \begin_inset Float figure
23305 wide false
23306 sideways false
23307 status open
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Graphics
23311         filename ../clipart/escher-lsd.eps
23312         scale 75
23313
23314 \end_inset
23315
23316
23317 \end_layout
23318
23319 \begin_layout Plain Layout
23320 \begin_inset Caption
23321
23322 \begin_layout Plain Layout
23323 \begin_inset CommandInset label
23324 LatexCommand label
23325 name "fig:encab-al-lado-de-fig"
23326
23327 \end_inset
23328
23329 Leyenda centrada verticalmente junto a una figura.
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \begin_layout Standard
23343 \begin_inset ERT
23344 status collapsed
23345
23346 \begin_layout Plain Layout
23347
23348
23349 \backslash
23350 FigBesEnd
23351 \end_layout
23352
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \begin_layout Standard
23359 \begin_inset ERT
23360 status collapsed
23361
23362 \begin_layout Plain Layout
23363
23364
23365 \backslash
23366 else
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \begin_inset Note Note
23373 status open
23374
23375 \begin_layout Plain Layout
23376 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23377  
23378 \series bold
23379 sidecap
23380 \series default
23381 .
23382 \end_layout
23383
23384 \end_inset
23385
23386
23387 \end_layout
23388
23389 \begin_layout Standard
23390 Debes instalar el paquete LaTeX 
23391 \series bold
23392 sidecap
23393 \series default
23394  para ver la parte siguiente en la salida.
23395 \end_layout
23396
23397 \begin_layout Standard
23398 \begin_inset ERT
23399 status collapsed
23400
23401 \begin_layout Plain Layout
23402
23403
23404 \backslash
23405 fi
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Section
23414 Lista de flotantes
23415 \begin_inset CommandInset label
23416 LatexCommand label
23417 name "sec:Lista-de-Flotantes"
23418
23419 \end_inset
23420
23421
23422 \begin_inset Index
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426 Flotantes ! Lista de
23427 \end_layout
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \begin_layout Standard
23435 Igual que en el índice general se listan las secciones del documento, hay
23436  listas para todos los tipos de flotantes, como las figuras.
23437  Se pueden insertar mediante los submenús 
23438 \family sans
23439 Insertar\SpecialChar \menuseparator
23440 Lista / IG
23441 \family default
23442 .
23443 \end_layout
23444
23445 \begin_layout Standard
23446 Las entradas de la lista son los títulos del flotante o su título corto,
23447  el número de flotante, y el número de la página del documento en la que
23448  aparecen.
23449 \end_layout
23450
23451 \begin_layout Standard
23452 Puedes encontrar las listas de figuras y tablas al final de este documento.
23453 \end_layout
23454
23455 \begin_layout Chapter
23456 Notas
23457 \end_layout
23458
23459 \begin_layout Section
23460 Notas en LyX 
23461 \begin_inset CommandInset label
23462 LatexCommand label
23463 name "sec:Notas-en-LyX"
23464
23465 \end_inset
23466
23467
23468 \begin_inset Index
23469 status collapsed
23470
23471 \begin_layout Plain Layout
23472 Notas ! Notas en LyX
23473 \end_layout
23474
23475 \end_inset
23476
23477
23478 \end_layout
23479
23480 \begin_layout Standard
23481 Las notas se insertan con el botón 
23482 \begin_inset Graphics
23483         filename ../../images/note-insert.png
23484         scale 85
23485
23486 \end_inset
23487
23488  o con el menú 
23489 \family sans
23490 Insertar\SpecialChar \menuseparator
23491 Nota
23492 \family default
23493 .
23494  Hay cinco tipos de notas:
23495 \end_layout
23496
23497 \begin_layout Description
23498 Nota
23499 \begin_inset space ~
23500 \end_inset
23501
23502 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23503  Su cuadro se muestra como este:
23504 \begin_inset Newline newline
23505 \end_inset
23506
23507
23508 \begin_inset Newline newline
23509 \end_inset
23510
23511
23512 \begin_inset Graphics
23513         filename clipart/NotaLyXImagenQt4.png
23514         display none
23515         scale 85
23516
23517 \end_inset
23518
23519  
23520 \begin_inset Note Note
23521 status collapsed
23522
23523 \begin_layout Plain Layout
23524 Este es un texto en un recuadro que no se muestra en la salida.
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \begin_layout Description
23533 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23534  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23535 \family sans
23536 Archivo\SpecialChar \menuseparator
23537 Exportar\SpecialChar \menuseparator
23538 LaTeX (pdflatex) / (plain)
23539 \family default
23540 .
23541  Su recuadro se ve así:
23542 \begin_inset Newline newline
23543 \end_inset
23544
23545
23546 \begin_inset Newline newline
23547 \end_inset
23548
23549
23550 \begin_inset Graphics
23551         filename clipart/ComentNotaImagenQt4.png
23552         display none
23553         scale 85
23554
23555 \end_inset
23556
23557  
23558 \begin_inset Note Comment
23559 status collapsed
23560
23561 \begin_layout Plain Layout
23562 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23563 \end_layout
23564
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \begin_layout Description
23571 Resaltado
23572 \begin_inset space ~
23573 \end_inset
23574
23575 en
23576 \begin_inset space ~
23577 \end_inset
23578
23579 gris Esta nota aparece en la salida como texto resaltado en gris.
23580  Su recuadro se parece a este:
23581 \begin_inset Newline newline
23582 \end_inset
23583
23584
23585 \begin_inset Newline newline
23586 \end_inset
23587
23588
23589 \begin_inset Graphics
23590         filename clipart/GrisNotaImagenQt4.png
23591         display none
23592         scale 85
23593
23594 \end_inset
23595
23596
23597 \begin_inset Newline newline
23598 \end_inset
23599
23600
23601 \begin_inset ERT
23602 status collapsed
23603
23604 \begin_layout Plain Layout
23605
23606
23607 \backslash
23608 renewenvironment{lyxgreyedout}
23609 \end_layout
23610
23611 \begin_layout Plain Layout
23612
23613 {
23614 \backslash
23615 textcolor[gray]{0.8}
23616 \backslash
23617 bgroup}{
23618 \backslash
23619 egroup}
23620 \end_layout
23621
23622 \end_inset
23623
23624
23625 \begin_inset Note Greyedout
23626 status open
23627
23628 \begin_layout Plain Layout
23629 Este es el texto
23630 \begin_inset Foot
23631 status open
23632
23633 \begin_layout Plain Layout
23634 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23635 \end_layout
23636
23637 \end_inset
23638
23639  de un comentario que se muestra resaltado en gris.
23640 \end_layout
23641
23642 \end_inset
23643
23644
23645 \begin_inset ERT
23646 status collapsed
23647
23648 \begin_layout Plain Layout
23649
23650
23651 \backslash
23652 renewenvironment{lyxgreyedout}
23653 \end_layout
23654
23655 \begin_layout Plain Layout
23656
23657 {
23658 \backslash
23659 textcolor{blue}
23660 \backslash
23661 bgroup}{
23662 \backslash
23663 egroup}
23664 \end_layout
23665
23666 \end_inset
23667
23668
23669 \begin_inset Note Note
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23674  original de LyX, ya que en el preámbulo de este documento se han redefinido
23675  estas notas para que salgan en azul, como se indica más adelante.
23676 \end_layout
23677
23678 \end_inset
23679
23680
23681 \begin_inset Newline newline
23682 \end_inset
23683
23684
23685 \begin_inset Newline newline
23686 \end_inset
23687
23688 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23689  está un poco sangrada, y por otra parte pueden tener notas al pie.
23690 \end_layout
23691
23692 \begin_layout Description
23693 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23694  Su recuadro se verá como este:
23695 \begin_inset Newline newline
23696 \end_inset
23697
23698
23699 \begin_inset Newline newline
23700 \end_inset
23701
23702
23703 \family roman
23704 \series medium
23705
23706 \begin_inset Graphics
23707         filename clipart/NotaEnmarcadaImg.png
23708         display none
23709
23710 \end_inset
23711
23712
23713 \family default
23714 \series default
23715  
23716 \family roman
23717 \series medium
23718
23719 \begin_inset Box Framed
23720 position "t"
23721 hor_pos "c"
23722 has_inner_box 0
23723 inner_pos "t"
23724 use_parbox 0
23725 width "100col%"
23726 special "none"
23727 height "1in"
23728 height_special "totalheight"
23729 status open
23730
23731 \begin_layout Plain Layout
23732
23733 \family roman
23734 Este texto en un cuadro de nota se verá enmarcado en la salida.
23735 \end_layout
23736
23737 \end_inset
23738
23739
23740 \family default
23741 \series default
23742  
23743 \family roman
23744 \series medium
23745
23746 \family default
23747 \series default
23748 diferencia de los cuadros enmarcados
23749 \begin_inset Foot
23750 status collapsed
23751
23752 \begin_layout Plain Layout
23753 Los cuadros enmarcados se describen en la sección
23754 \begin_inset space ~
23755 \end_inset
23756
23757
23758 \begin_inset CommandInset ref
23759 LatexCommand ref
23760 reference "sec:Cuadros-Enmarcados"
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \end_inset
23768
23769 , este marco emplea siempre la anchura total de página y la nota va en su
23770  propio párrafo.
23771 \end_layout
23772
23773 \begin_layout Description
23774 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23775  Su recuadro se verá como este:
23776 \begin_inset Newline newline
23777 \end_inset
23778
23779
23780 \begin_inset Newline newline
23781 \end_inset
23782
23783
23784 \family roman
23785 \series medium
23786
23787 \begin_inset Graphics
23788         filename clipart/NotaSombreadaImg.png
23789         display none
23790
23791 \end_inset
23792
23793  
23794 \begin_inset Box Shaded
23795 position "t"
23796 hor_pos "c"
23797 has_inner_box 0
23798 inner_pos "t"
23799 use_parbox 0
23800 width "100col%"
23801 special "none"
23802 height "1in"
23803 height_special "totalheight"
23804 status open
23805
23806 \begin_layout Plain Layout
23807
23808 \family roman
23809 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23810 \end_layout
23811
23812 \end_inset
23813
23814  A diferencia de los cuadros coloreados
23815 \family default
23816 \series default
23817
23818 \begin_inset Foot
23819 status collapsed
23820
23821 \begin_layout Plain Layout
23822 Los cuadros coloreados se describen en la sección
23823 \begin_inset space ~
23824 \end_inset
23825
23826
23827 \begin_inset CommandInset ref
23828 LatexCommand ref
23829 reference "sec:Cuadros-Coloreados"
23830
23831 \end_inset
23832
23833 .
23834 \end_layout
23835
23836 \end_inset
23837
23838 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23839  párrafo.
23840 \end_layout
23841
23842 \begin_layout Standard
23843 \begin_inset VSpace bigskip
23844 \end_inset
23845
23846 Si usas el botón de la barra de herramientas 
23847 \begin_inset Graphics
23848         filename ../../images/note-insert.png
23849         scale 85
23850
23851 \end_inset
23852
23853  para insertar notas, se inserta una 
23854 \family sans
23855 Nota
23856 \begin_inset space ~
23857 \end_inset
23858
23859 LyX
23860 \family default
23861 .
23862  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23863  recuadro.
23864  
23865 \family roman
23866 \series medium
23867 \bar no
23868 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23869  botón de herramienta 
23870 \family sans
23871 \series default
23872 \bar default
23873 Nota
23874 \family default
23875 .
23876  Para cambiar una nota a texto, pulsa la tecla 
23877 \family sans
23878 Retroceso
23879 \family default
23880  cuando el cursor está en la primera posición de una nota, o la tecla 
23881 \family sans
23882 Supr
23883 \family default
23884  cuando el cursor está en la última posición de la nota, respectivamente.
23885 \end_layout
23886
23887 \begin_layout Standard
23888 \begin_inset VSpace bigskip
23889 \end_inset
23890
23891 Se puede cambiar el color del 
23892 \family sans
23893 Resaltado en gris
23894 \family default
23895  poniendo en el preámbulo el comando:
23896 \end_layout
23897
23898 \begin_layout Standard
23899
23900 \series bold
23901
23902 \backslash
23903 renewenvironment{lyxgreyedout}
23904 \begin_inset Newline newline
23905 \end_inset
23906
23907
23908 \begin_inset ERT
23909 status collapsed
23910
23911 \begin_layout Plain Layout
23912
23913
23914 \backslash
23915 hphantom{ }
23916 \end_layout
23917
23918 \end_inset
23919
23920 {
23921 \backslash
23922 textcolor{color}
23923 \backslash
23924 bgroup}{
23925 \backslash
23926 egroup}
23927 \end_layout
23928
23929 \begin_layout Standard
23930 Los colores disponibles y el método para definir nuestros propios colores
23931  se explica en la sección
23932 \begin_inset space ~
23933 \end_inset
23934
23935
23936 \begin_inset CommandInset ref
23937 LatexCommand ref
23938 reference "sec:Tablas-Coloreadas"
23939
23940 \end_inset
23941
23942 .
23943 \end_layout
23944
23945 \begin_layout Standard
23946 Las notas en azul en este documento se han hecho con notas del tipo 
23947 \family sans
23948 Resaltado en gris
23949 \family default
23950  pero definiendo el color del texto en azul.
23951 \end_layout
23952
23953 \begin_layout Standard
23954 \begin_inset VSpace bigskip
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \begin_layout Standard
23961 El estilo de texto en las notas de tipo 
23962 \family sans
23963 Enmarcado
23964 \family default
23965  y 
23966 \family sans
23967 Sombreado
23968 \family default
23969  se puede establecer en el diálogo 
23970 \family sans
23971 Estilo del texto.
23972 \end_layout
23973
23974 \begin_layout Standard
23975 El grosor predeterminado del marco en las notas 
23976 \family sans
23977 Enmarcadas
23978 \family default
23979  es 0.4
23980 \begin_inset space \thinspace{}
23981 \end_inset
23982
23983 pt; se puede cambiar con el comando 
23984 \backslash
23985
23986 \series bold
23987 FrameRule
23988 \series default
23989 .
23990  El espacio entre el contenido y el marco es 9
23991 \series bold
23992
23993 \begin_inset space \thinspace{}
23994 \end_inset
23995
23996
23997 \series default
23998 pt por defecto; se puede cambiar con 
23999 \series bold
24000
24001 \backslash
24002 FrameSep
24003 \series default
24004 .
24005  Por ejemplo, el marco de la siguiente nota 
24006 \family sans
24007 Enmarcada
24008 \family default
24009  está hecho con los comandos ERT
24010 \series bold
24011  
24012 \end_layout
24013
24014 \begin_layout Standard
24015
24016 \series bold
24017
24018 \backslash
24019 FrameRule 5pt 
24020 \backslash
24021 FrameSep 0.5cm
24022 \end_layout
24023
24024 \begin_layout Standard
24025 \begin_inset ERT
24026 status collapsed
24027
24028 \begin_layout Plain Layout
24029
24030
24031 \backslash
24032 FrameRule 5pt 
24033 \backslash
24034 FrameSep 0.5cm
24035 \end_layout
24036
24037 \end_inset
24038
24039
24040 \begin_inset Box Framed
24041 position "t"
24042 hor_pos "c"
24043 has_inner_box 0
24044 inner_pos "t"
24045 use_parbox 0
24046 width "100col%"
24047 special "none"
24048 height "1in"
24049 height_special "totalheight"
24050 status open
24051
24052 \begin_layout Plain Layout
24053 Texto en una nota 
24054 \family sans
24055 Enmarcada
24056 \family default
24057 .
24058 \end_layout
24059
24060 \end_inset
24061
24062
24063 \begin_inset ERT
24064 status collapsed
24065
24066 \begin_layout Plain Layout
24067
24068
24069 \backslash
24070 FrameRule 0.4pt 
24071 \backslash
24072 FrameSep 9pt
24073 \end_layout
24074
24075 \end_inset
24076
24077
24078 \end_layout
24079
24080 \begin_layout Standard
24081 \begin_inset VSpace bigskip
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 Para las notas 
24089 \family sans
24090 Sombreadas
24091 \family default
24092  el espacio entre el contenido y el borde es 3
24093 \begin_inset space \thinspace{}
24094 \end_inset
24095
24096 pt por defecto; se puede cambiar con 
24097 \series bold
24098
24099 \backslash
24100 fboxsep
24101 \series default
24102 .
24103 \begin_inset Newline newline
24104 \end_inset
24105
24106 El color rojo predeterminado se puede cambiar con el comando 
24107 \series bold
24108
24109 \backslash
24110 def\SpecialChar \textcompwordmark{}
24111 inecolor{shadebox}
24112 \series default
24113 .
24114  El esquema del comando 
24115 \series bold
24116
24117 \backslash
24118 def\SpecialChar \textcompwordmark{}
24119 inecolor
24120 \series default
24121  se explica en la sección
24122 \begin_inset space ~
24123 \end_inset
24124
24125
24126 \begin_inset CommandInset ref
24127 LatexCommand ref
24128 reference "sec:Tablas-Coloreadas"
24129
24130 \end_inset
24131
24132
24133 \begin_inset Foot
24134 status collapsed
24135
24136 \begin_layout Plain Layout
24137 Observa que 
24138 \series bold
24139
24140 \backslash
24141 def\SpecialChar \textcompwordmark{}
24142 inecolor 
24143 \series default
24144 requiere el paquete LaTeX 
24145 \series bold
24146 color
24147 \series default
24148  en el preámbulo,  véase la sección
24149 \series bold
24150
24151 \begin_inset space ~
24152 \end_inset
24153
24154
24155 \begin_inset CommandInset ref
24156 LatexCommand ref
24157 reference "sec:Cuadros-Coloreados"
24158
24159 \end_inset
24160
24161
24162 \series default
24163 .
24164
24165 \series bold
24166  
24167 \end_layout
24168
24169 \end_inset
24170
24171 .
24172 \end_layout
24173
24174 \begin_layout Standard
24175 Por ejemplo, la siguiente nota 
24176 \family sans
24177 Sombreada
24178 \family default
24179  se ha hecho con los comandos ERT
24180 \end_layout
24181
24182 \begin_layout Standard
24183
24184 \series bold
24185
24186 \backslash
24187 fboxsep 0.5cm
24188 \begin_inset Newline newline
24189 \end_inset
24190
24191
24192 \backslash
24193 def\SpecialChar \textcompwordmark{}
24194 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24195 \end_layout
24196
24197 \begin_layout Standard
24198 \begin_inset ERT
24199 status collapsed
24200
24201 \begin_layout Plain Layout
24202
24203
24204 \backslash
24205 fboxsep 0.5cm
24206 \end_layout
24207
24208 \end_inset
24209
24210
24211 \begin_inset ERT
24212 status collapsed
24213
24214 \begin_layout Plain Layout
24215
24216
24217 \backslash
24218 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \begin_inset Box Shaded
24225 position "t"
24226 hor_pos "c"
24227 has_inner_box 0
24228 inner_pos "t"
24229 use_parbox 0
24230 width "100col%"
24231 special "none"
24232 height "1in"
24233 height_special "totalheight"
24234 status open
24235
24236 \begin_layout Plain Layout
24237
24238 \color yellow
24239 Texto amarillo en una nota 
24240 \family sans
24241 Sombreada
24242 \family default
24243  
24244 \begin_inset space ~
24245 \end_inset
24246
24247 con fondo verde oscuro.
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \begin_inset ERT
24254 status collapsed
24255
24256 \begin_layout Plain Layout
24257
24258
24259 \backslash
24260 fboxsep 3pt
24261 \end_layout
24262
24263 \end_inset
24264
24265
24266 \begin_inset ERT
24267 status collapsed
24268
24269 \begin_layout Plain Layout
24270
24271
24272 \backslash
24273 definecolor{shadecolor}{rgb}{1,0,0}
24274 \end_layout
24275
24276 \end_inset
24277
24278
24279 \end_layout
24280
24281 \begin_layout Section
24282 Notas al pie
24283 \begin_inset CommandInset label
24284 LatexCommand label
24285 name "sec:Notas-al-pie"
24286
24287 \end_inset
24288
24289
24290 \begin_inset Index
24291 status collapsed
24292
24293 \begin_layout Plain Layout
24294 Notas ! al pie
24295 \end_layout
24296
24297 \end_inset
24298
24299
24300 \begin_inset Index
24301 status collapsed
24302
24303 \begin_layout Plain Layout
24304 Notas al pie
24305 \end_layout
24306
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \begin_layout Standard
24313 Las notas al pie se insertan con el botón 
24314 \begin_inset Graphics
24315         filename ../../images/footnote-insert.png
24316         scale 85
24317
24318 \end_inset
24319
24320  o el menú 
24321 \family sans
24322 Insertar\SpecialChar \menuseparator
24323 Nota
24324 \begin_inset space ~
24325 \end_inset
24326
24327 al
24328 \begin_inset space ~
24329 \end_inset
24330
24331 pie
24332 \family default
24333 .
24334  
24335 \family roman
24336 \series medium
24337 \bar no
24338 Aparece un recuadro como este:
24339 \family default
24340 \series default
24341 \bar default
24342  
24343 \begin_inset Graphics
24344         filename clipart/notapieQt4.png
24345         scale 80
24346
24347 \end_inset
24348
24349  
24350 \family roman
24351 \series medium
24352 \bar no
24353 donde puedes introducir el texto.
24354  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24355  sobre el
24356 \family default
24357 \series default
24358 \bar default
24359  
24360 \family roman
24361 \series medium
24362 \bar no
24363 botón
24364 \family default
24365 \series default
24366 \bar default
24367 .
24368  Para cambiar una nota al pie a texto, pulsa la tecla 
24369 \family sans
24370 Retroceso
24371 \family default
24372  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24373  
24374 \family sans
24375 Supr
24376 \family default
24377  cuando el cursor está en la última posición de la nota, respectivamente.
24378 \end_layout
24379
24380 \begin_layout Standard
24381 Aquí hay un ejemplo de nota al pie:
24382 \family roman
24383 \series medium
24384 \bar no
24385
24386 \begin_inset Foot
24387 status open
24388
24389 \begin_layout Plain Layout
24390 \begin_inset CommandInset label
24391 LatexCommand label
24392 name "pie:Esto-es-una"
24393
24394 \end_inset
24395
24396 Ejemplo de nota al pie.
24397 \end_layout
24398
24399 \end_inset
24400
24401
24402 \family default
24403 \series default
24404 \bar default
24405
24406 \begin_inset ERT
24407 status collapsed
24408
24409 \begin_layout Plain Layout
24410
24411
24412 \backslash
24413 newcounter{MyRepeatFoot}
24414 \end_layout
24415
24416 \begin_layout Plain Layout
24417
24418
24419 \backslash
24420 setcounter{MyRepeatFoot}{
24421 \backslash
24422 thefootnote}
24423 \end_layout
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Standard
24431 En la salida, el pie se muestra como número exponente en el lugar del texto
24432  donde se coloca el recuadro.
24433  El texto se coloca al final de la página actual.
24434  Los números de las notas son calculados por LaTeX, y son consecutivos.
24435  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24436 \end_layout
24437
24438 \begin_layout Standard
24439 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24440  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24441  se describe en la sección
24442 \begin_inset space ~
24443 \end_inset
24444
24445
24446 \begin_inset CommandInset ref
24447 LatexCommand ref
24448 reference "sec:Referencias-a-Flotantes"
24449
24450 \end_inset
24451
24452 .
24453 \begin_inset Newline newline
24454 \end_inset
24455
24456 Esto es una referencia cruzada a la Nota al pie
24457 \begin_inset space ~
24458 \end_inset
24459
24460
24461 \begin_inset CommandInset ref
24462 LatexCommand ref
24463 reference "pie:Esto-es-una"
24464
24465 \end_inset
24466
24467 .
24468 \begin_inset Newline newline
24469 \end_inset
24470
24471
24472 \begin_inset Note Greyedout
24473 status open
24474
24475 \begin_layout Plain Layout
24476
24477 \series bold
24478 Nota:
24479 \series default
24480  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24481  de insertar un prefijo, p.
24482 \begin_inset space \thinspace{}
24483 \end_inset
24484
24485 e.
24486 \begin_inset space ~
24487 \end_inset
24488
24489
24490 \family sans
24491
24492 \begin_inset Quotes eld
24493 \end_inset
24494
24495 pie:
24496 \family default
24497
24498 \begin_inset Quotes erd
24499 \end_inset
24500
24501  manualmente cuando quieras usar el estilo 
24502 \family sans
24503 Referencia
24504 \begin_inset space ~
24505 \end_inset
24506
24507 con
24508 \begin_inset space ~
24509 \end_inset
24510
24511 formato
24512 \family default
24513 .
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 \begin_inset VSpace defskip
24523 \end_inset
24524
24525 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24526 \begin_inset space ~
24527 \end_inset
24528
24529
24530 \begin_inset CommandInset ref
24531 LatexCommand ref
24532 reference "sec:Minipáginas"
24533
24534 \end_inset
24535
24536 .
24537  Los pies en tablas largas en la sección
24538 \begin_inset space ~
24539 \end_inset
24540
24541
24542 \begin_inset CommandInset ref
24543 LatexCommand ref
24544 reference "sub:Notas-al-pie-en-Tablas-Largas"
24545
24546 \end_inset
24547
24548 .
24549 \end_layout
24550
24551 \begin_layout Standard
24552 \begin_inset VSpace defskip
24553 \end_inset
24554
24555 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24556 \series bold
24557
24558 \backslash
24559 footnotemark[número]
24560 \series default
24561  en ERT.
24562  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24563  no quieres imprimir el pie cada vez.
24564 \begin_inset Newline newline
24565 \end_inset
24566
24567 Como no sabes el número del pie que se repite mientras escribes el texto,
24568  tienes que guardarlo.
24569  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24570  en ERT detrás de Nota
24571 \begin_inset space ~
24572 \end_inset
24573
24574 al
24575 \begin_inset space ~
24576 \end_inset
24577
24578 pie
24579 \begin_inset space ~
24580 \end_inset
24581
24582
24583 \begin_inset CommandInset ref
24584 LatexCommand ref
24585 reference "pie:Esto-es-una"
24586
24587 \end_inset
24588
24589  para guardar el número de pie:
24590 \end_layout
24591
24592 \begin_layout Standard
24593
24594 \series bold
24595
24596 \backslash
24597 newcounter{MyRepeatFoot}
24598 \begin_inset Newline newline
24599 \end_inset
24600
24601
24602 \backslash
24603 setcounter{MyRepeatFoot}{
24604 \backslash
24605 thefootnote}
24606 \end_layout
24607
24608 \begin_layout Standard
24609 La marca de pie se crea entonces con el comando:
24610 \end_layout
24611
24612 \begin_layout Standard
24613
24614 \series bold
24615
24616 \backslash
24617 footnotemark[
24618 \backslash
24619 theMyRepeatFoot]
24620 \end_layout
24621
24622 \begin_layout Standard
24623 Aquí hay un ejemplo de marca de pie:
24624 \family roman
24625 \series medium
24626 \bar no
24627
24628 \begin_inset ERT
24629 status collapsed
24630
24631 \begin_layout Plain Layout
24632
24633
24634 \backslash
24635 footnotemark[
24636 \backslash
24637 theMyRepeatFoot]
24638 \end_layout
24639
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \begin_layout Subsection
24646 Numeración de notas al pie
24647 \begin_inset CommandInset label
24648 LatexCommand label
24649 name "sub:Numeración-de-Notas-al-Pie"
24650
24651 \end_inset
24652
24653
24654 \begin_inset Index
24655 status collapsed
24656
24657 \begin_layout Plain Layout
24658 Notas al pie ! Numeración
24659 \end_layout
24660
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \begin_layout Standard
24667 Para reiniciar el número de pie a 1 en cada sección añade este 
24668 \family roman
24669 comando en el preámbulo:
24670 \end_layout
24671
24672 \begin_layout Standard
24673
24674 \series bold
24675
24676 \backslash
24677 @addtoreset{footnote}{section}
24678 \end_layout
24679
24680 \begin_layout Standard
24681 \begin_inset VSpace bigskip
24682 \end_inset
24683
24684 El siguiente comando en el preámbulo cambia el estilo de numeración del
24685  pie a números romanos en minúsculas:
24686 \end_layout
24687
24688 \begin_layout Standard
24689
24690 \series bold
24691
24692 \backslash
24693 renewcommand{
24694 \backslash
24695 thefootnote}{
24696 \backslash
24697 roman{footnote}}
24698 \end_layout
24699
24700 \begin_layout Standard
24701 \begin_inset ERT
24702 status collapsed
24703
24704 \begin_layout Plain Layout
24705
24706
24707 \backslash
24708 renewcommand{
24709 \backslash
24710 thefootnote}{
24711 \backslash
24712 roman{footnote}}
24713 \end_layout
24714
24715 \end_inset
24716
24717  Nota al pie en números romanos:
24718 \begin_inset Foot
24719 status open
24720
24721 \begin_layout Plain Layout
24722 Ejemplo de nota al pie en números romanos.
24723 \end_layout
24724
24725 \end_inset
24726
24727
24728 \begin_inset ERT
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732
24733
24734 \backslash
24735 renewcommand{
24736 \backslash
24737 thefootnote}{
24738 \backslash
24739 arabic{footnote}}
24740 \end_layout
24741
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \begin_layout Standard
24748 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24749  
24750 \series bold
24751
24752 \backslash
24753 roman
24754 \series default
24755  por 
24756 \series bold
24757
24758 \backslash
24759 Roman
24760 \series default
24761 .
24762  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24763 \series bold
24764
24765 \backslash
24766 Alph
24767 \series default
24768  o 
24769 \series bold
24770
24771 \backslash
24772 alph
24773 \series default
24774 , respectivamente.
24775  Para ordenar las notas al pie con símbolos usa 
24776 \series bold
24777
24778 \backslash
24779 fnsymbol
24780 \series default
24781 .
24782 \end_layout
24783
24784 \begin_layout Standard
24785 \begin_inset Note Greyedout
24786 status open
24787
24788 \begin_layout Plain Layout
24789
24790 \series bold
24791 Nota:
24792 \series default
24793  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24794  simples.
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \begin_inset Newline newline
24801 \end_inset
24802
24803
24804 \begin_inset Note Greyedout
24805 status open
24806
24807 \begin_layout Plain Layout
24808
24809 \series bold
24810 Nota:
24811 \series default
24812  sólo puedes ordenar hasta 9 pies con símbolos.
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 Para volver al estilo de numeración predeterminado cuando has cambiado a
24822  otro estilo, usa 
24823 \series bold
24824
24825 \backslash
24826 arabic
24827 \series default
24828  en vez de 
24829 \series bold
24830
24831 \backslash
24832 roman
24833 \series default
24834  en el comando anterior.
24835 \begin_inset ERT
24836 status collapsed
24837
24838 \begin_layout Plain Layout
24839
24840
24841 \backslash
24842 renewcommand{
24843 \backslash
24844 thefootnote}{
24845 \backslash
24846 arabic{footnote}}
24847 \end_layout
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 \begin_inset VSpace bigskip
24856 \end_inset
24857
24858
24859 \end_layout
24860
24861 \begin_layout Standard
24862 Si quieres numerar notas al pie en el esquema 
24863 \begin_inset Quotes eld
24864 \end_inset
24865
24866 capítulo.nota
24867 \begin_inset Quotes erd
24868 \end_inset
24869
24870 , añade el siguiente comando al preámbulo del documento:
24871 \end_layout
24872
24873 \begin_layout Standard
24874
24875 \series bold
24876
24877 \backslash
24878 numberwithin{footnote}{chapter}
24879 \end_layout
24880
24881 \begin_layout Standard
24882 Para poder usar el comando 
24883 \series bold
24884
24885 \backslash
24886 numberwithin
24887 \series default
24888 , marca la opción 
24889 \family sans
24890 Usar
24891 \family default
24892
24893 \begin_inset space ~
24894 \end_inset
24895
24896
24897 \family sans
24898 el
24899 \family default
24900
24901 \begin_inset space ~
24902 \end_inset
24903
24904
24905 \family sans
24906 paquete
24907 \family default
24908
24909 \begin_inset space ~
24910 \end_inset
24911
24912
24913 \family sans
24914 AMS
24915 \family default
24916  en la solapa 
24917 \family sans
24918 Ecuaciones
24919 \family default
24920  de la configuración del documento.
24921 \end_layout
24922
24923 \begin_layout Standard
24924 \begin_inset ERT
24925 status collapsed
24926
24927 \begin_layout Plain Layout
24928
24929
24930 \backslash
24931 numberwithin{footnote}{chapter}
24932 \end_layout
24933
24934 \end_inset
24935
24936 Esto es otro ejemplo de nota al pie:
24937 \series bold
24938
24939 \begin_inset Foot
24940 status open
24941
24942 \begin_layout Plain Layout
24943 Nota al pie numerada en el esquema 
24944 \begin_inset Quotes eld
24945 \end_inset
24946
24947 capítulo.nota
24948 \begin_inset Quotes erd
24949 \end_inset
24950
24951 .
24952 \end_layout
24953
24954 \end_inset
24955
24956
24957 \series default
24958
24959 \begin_inset ERT
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963
24964
24965 \backslash
24966 renewcommand{
24967 \backslash
24968 thefootnote}{
24969 \backslash
24970 arabic{footnote}}
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \end_layout
24977
24978 \begin_layout Standard
24979 \begin_inset Note Greyedout
24980 status open
24981
24982 \begin_layout Plain Layout
24983
24984 \series bold
24985 Nota: 
24986 \backslash
24987 numberwithin 
24988 \series default
24989 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24990  previas para obtener números no arábigos se sobreescriben.
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \begin_layout Standard
24999 Así, para obtener por ejemplo el esquema 
25000 \begin_inset Quotes eld
25001 \end_inset
25002
25003 capítulo.
25004 \backslash
25005 Roman{footnote}
25006 \begin_inset Quotes erd
25007 \end_inset
25008
25009 , usa este comando en vez de 
25010 \series bold
25011
25012 \backslash
25013 numberwithin
25014 \series default
25015 :
25016 \end_layout
25017
25018 \begin_layout Standard
25019
25020 \series bold
25021
25022 \backslash
25023 renewcommand{
25024 \backslash
25025 thefootnote}{
25026 \backslash
25027 thechapter.
25028 \backslash
25029 Roman{footnote}}
25030 \end_layout
25031
25032 \begin_layout Subsection
25033 Colocación de notas al pie
25034 \begin_inset Index
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038 Notas al pie ! Colocación
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Standard
25047 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25048  entre ellas al final de la página.
25049  Para hacerlas más legibles puedes añadir p.
25050 \begin_inset space \thinspace{}
25051 \end_inset
25052
25053 e.
25054 \begin_inset space ~
25055 \end_inset
25056
25057 1.5
25058 \begin_inset space \thinspace{}
25059 \end_inset
25060
25061 mm con el comando siguiente en el preámbulo:
25062 \end_layout
25063
25064 \begin_layout Standard
25065
25066 \series bold
25067
25068 \backslash
25069 let
25070 \backslash
25071 myFoot
25072 \backslash
25073 footnote
25074 \begin_inset Newline newline
25075 \end_inset
25076
25077
25078 \backslash
25079 renewcommand{
25080 \backslash
25081 footnote}[1]{
25082 \backslash
25083 myFoot{#1
25084 \backslash
25085 vspace{1.5mm}}}
25086 \end_layout
25087
25088 \begin_layout Standard
25089 \begin_inset VSpace bigskip
25090 \end_inset
25091
25092 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25093  ver la figura
25094 \begin_inset space ~
25095 \end_inset
25096
25097
25098 \begin_inset CommandInset ref
25099 LatexCommand ref
25100 reference "fig:Colocación-standard-del-pie"
25101
25102 \end_inset
25103
25104 .
25105  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25106  en la figura
25107 \begin_inset space ~
25108 \end_inset
25109
25110
25111 \begin_inset CommandInset ref
25112 LatexCommand ref
25113 reference "fig:Colocación-del-pie-en"
25114
25115 \end_inset
25116
25117 , usa el paquete LaTeX 
25118 \series bold
25119 ftnright
25120 \series default
25121
25122 \begin_inset Index
25123 status collapsed
25124
25125 \begin_layout Plain Layout
25126 LaTeX-paquetes ! ftnright
25127 \end_layout
25128
25129 \end_inset
25130
25131  con este comando en el preámbulo:
25132 \end_layout
25133
25134 \begin_layout Standard
25135
25136 \series bold
25137
25138 \backslash
25139 usepackage{ftnright}
25140 \end_layout
25141
25142 \begin_layout Standard
25143 \begin_inset Float figure
25144 placement !h
25145 wide false
25146 sideways false
25147 status open
25148
25149 \begin_layout Plain Layout
25150 \begin_inset ERT
25151 status collapsed
25152
25153 \begin_layout Plain Layout
25154
25155
25156 \backslash
25157 framebox{
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \begin_inset Graphics
25164         filename ../clipart/without_fntright.pdf
25165         width 100col%
25166
25167 \end_inset
25168
25169
25170 \begin_inset ERT
25171 status collapsed
25172
25173 \begin_layout Plain Layout
25174
25175 }
25176 \end_layout
25177
25178 \end_inset
25179
25180
25181 \end_layout
25182
25183 \begin_layout Plain Layout
25184 \begin_inset Caption
25185
25186 \begin_layout Plain Layout
25187 \begin_inset CommandInset label
25188 LatexCommand label
25189 name "fig:Colocación-standard-del-pie"
25190
25191 \end_inset
25192
25193 Colocación estándar de notas al pie en documentos a dos columnas.
25194 \end_layout
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \end_layout
25205
25206 \begin_layout Standard
25207 \begin_inset Float figure
25208 placement !h
25209 wide false
25210 sideways false
25211 status open
25212
25213 \begin_layout Plain Layout
25214 \begin_inset ERT
25215 status collapsed
25216
25217 \begin_layout Plain Layout
25218
25219
25220 \backslash
25221 framebox{
25222 \end_layout
25223
25224 \end_inset
25225
25226
25227 \begin_inset Graphics
25228         filename ../clipart/with_fntright.pdf
25229         width 100col%
25230
25231 \end_inset
25232
25233
25234 \begin_inset ERT
25235 status collapsed
25236
25237 \begin_layout Plain Layout
25238
25239 }
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Plain Layout
25248 \begin_inset Caption
25249
25250 \begin_layout Plain Layout
25251 \begin_inset CommandInset label
25252 LatexCommand label
25253 name "fig:Colocación-del-pie-en"
25254
25255 \end_inset
25256
25257 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25258  el paquete LaTeX 
25259 \series bold
25260 ftnright
25261 \series default
25262 .
25263 \end_layout
25264
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \begin_layout Standard
25276 \begin_inset VSpace bigskip
25277 \end_inset
25278
25279 En alguna literatura científica es habitual reunir las notas para imprimirlas
25280  en un párrafo separado al final de la sección, como en la figura
25281 \begin_inset space ~
25282 \end_inset
25283
25284
25285 \begin_inset CommandInset ref
25286 LatexCommand ref
25287 reference "fig:Notas-al-final----notas-al-pie"
25288
25289 \end_inset
25290
25291 .
25292  Para usar notas finales
25293 \begin_inset Index
25294 status collapsed
25295
25296 \begin_layout Plain Layout
25297 Notas finales
25298 \end_layout
25299
25300 \end_inset
25301
25302  en vez de notas al pie, carga el paquete LaTeX 
25303 \series bold
25304 endnotes
25305 \series default
25306
25307 \begin_inset Index
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311 LaTeX-paquetes ! endnotes
25312 \end_layout
25313
25314 \end_inset
25315
25316  con las siguientes líneas en el preámbulo de tu documento:
25317 \end_layout
25318
25319 \begin_layout Standard
25320
25321 \series bold
25322
25323 \backslash
25324 usepackage{endnotes}
25325 \begin_inset Newline newline
25326 \end_inset
25327
25328
25329 \backslash
25330 let
25331 \backslash
25332 footnote
25333 \backslash
25334 endnote
25335 \end_layout
25336
25337 \begin_layout Standard
25338 Para insertar la colección de notas, escribe el comando
25339 \end_layout
25340
25341 \begin_layout Standard
25342
25343 \series bold
25344
25345 \backslash
25346 theendnotes
25347 \end_layout
25348
25349 \begin_layout Standard
25350 en ERT al final de una sección o capítulo.
25351 \end_layout
25352
25353 \begin_layout Standard
25354 \begin_inset Float figure
25355 wide false
25356 sideways false
25357 status open
25358
25359 \begin_layout Plain Layout
25360 \align center
25361 \begin_inset ERT
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365
25366
25367 \backslash
25368 framebox{
25369 \end_layout
25370
25371 \end_inset
25372
25373
25374 \begin_inset Graphics
25375         filename ../clipart/endnotes.pdf
25376
25377 \end_inset
25378
25379
25380 \begin_inset ERT
25381 status collapsed
25382
25383 \begin_layout Plain Layout
25384
25385 }
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \begin_layout Plain Layout
25394 \begin_inset Caption
25395
25396 \begin_layout Plain Layout
25397 \begin_inset CommandInset label
25398 LatexCommand label
25399 name "fig:Notas-al-final----notas-al-pie"
25400
25401 \end_inset
25402
25403 Notas al final: notas impresas en párrafo separado al final de la sección
25404  o del capítulo.
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \end_layout
25416
25417 \begin_layout Standard
25418 \begin_inset VSpace medskip
25419 \end_inset
25420
25421 La cabecera de párrafo para las notas finales no se traduce automáticamente
25422  al lenguaje del documento, hay que hacerlo manualmente.
25423   El siguiente comando de preámbulo traduce el nombre en inglés 
25424 \begin_inset Quotes eld
25425 \end_inset
25426
25427 Notes
25428 \begin_inset Quotes erd
25429 \end_inset
25430
25431  al español 
25432 \begin_inset Quotes eld
25433 \end_inset
25434
25435 Notas
25436 \begin_inset Quotes erd
25437 \end_inset
25438
25439 :
25440 \end_layout
25441
25442 \begin_layout Standard
25443
25444 \series bold
25445
25446 \backslash
25447 renewcommand{
25448 \backslash
25449 notesname}{Notas}
25450 \end_layout
25451
25452 \begin_layout Standard
25453 \begin_inset VSpace medskip
25454 \end_inset
25455
25456 La numeración de notas finales puede cambiarse como la de las notas al pie,
25457  como se describe en la sección
25458 \begin_inset space ~
25459 \end_inset
25460
25461
25462 \begin_inset CommandInset ref
25463 LatexCommand ref
25464 reference "sub:Numeración-de-Notas-al-Pie"
25465
25466 \end_inset
25467
25468 ; sólo hay que reemplazar el comando 
25469 \series bold
25470
25471 \backslash
25472 thefootnote
25473 \series default
25474  por 
25475 \series bold
25476
25477 \backslash
25478 theendnote
25479 \series default
25480 .
25481  Para restablecer la numeración usa el comando 
25482 \series bold
25483
25484 \backslash
25485 @addtoreset
25486 \series default
25487  como se describe en la sección
25488 \begin_inset space ~
25489 \end_inset
25490
25491
25492 \begin_inset CommandInset ref
25493 LatexCommand ref
25494 reference "sub:Numeración-de-Notas-al-Pie"
25495
25496 \end_inset
25497
25498  y sustituye el parámetro de comando 
25499 \series bold
25500 footnote
25501 \series default
25502  por 
25503 \series bold
25504 endnote
25505 \series default
25506 .
25507 \end_layout
25508
25509 \begin_layout Standard
25510 Para crear sólo una marca para una nota final, usa el comando 
25511 \series bold
25512
25513 \backslash
25514 endnotemark[número]
25515 \series default
25516  similar al comando 
25517 \series bold
25518
25519 \backslash
25520 footnotemark
25521 \series default
25522 , descrito en la sección
25523 \begin_inset space ~
25524 \end_inset
25525
25526
25527 \begin_inset CommandInset ref
25528 LatexCommand ref
25529 reference "sec:Notas-al-pie"
25530
25531 \end_inset
25532
25533 .
25534 \end_layout
25535
25536 \begin_layout Standard
25537 \begin_inset VSpace bigskip
25538 \end_inset
25539
25540 Las notas al pie también pueden colocarse al margen de la página y la alineación
25541  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25542 \series bold
25543 footmisc
25544 \series default
25545
25546 \begin_inset Index
25547 status collapsed
25548
25549 \begin_layout Plain Layout
25550 LaTeX-paquetes ! footmisc
25551 \end_layout
25552
25553 \end_inset
25554
25555  
25556 \begin_inset CommandInset citation
25557 LatexCommand cite
25558 key "footmisc"
25559
25560 \end_inset
25561
25562  para más información.
25563 \end_layout
25564
25565 \begin_layout Standard
25566 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25567  
25568 \begin_inset CommandInset citation
25569 LatexCommand cite
25570 key "latexcompanion,latexguide,latexbook"
25571
25572 \end_inset
25573
25574 .
25575 \end_layout
25576
25577 \begin_layout Section
25578 Notas al margen
25579 \begin_inset Index
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583 Notas ! al margen
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 Las notas al margen se ven y se comportan en LyX como notas al pie.
25593  Se insertan con el menú 
25594 \family sans
25595 Insertar\SpecialChar \menuseparator
25596 Nota
25597 \begin_inset space ~
25598 \end_inset
25599
25600 al
25601 \begin_inset space ~
25602 \end_inset
25603
25604 margen
25605 \family default
25606  o con el botón 
25607 \begin_inset Graphics
25608         filename ../../images/marginalnote-insert.png
25609         scale 85
25610
25611 \end_inset
25612
25613 .
25614  Aparece un cuadro gris con la etiqueta 
25615 \family roman
25616 \series medium
25617
25618 \begin_inset Quotes eld
25619 \end_inset
25620
25621 margen
25622 \begin_inset Quotes erd
25623 \end_inset
25624
25625  en color rojo y un marco en el que puedes escribir el texto de la nota.
25626 \end_layout
25627
25628 \begin_layout Standard
25629 Al lado hay un ejemplo de nota al margen.
25630
25631 \family roman
25632 \series medium
25633  
25634 \begin_inset Marginal
25635 status open
25636
25637 \begin_layout Plain Layout
25638 Esto es una nota al margen.
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 Estas notas salen en el margen derecho en documentos a una cara.
25648  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25649  en páginas pares, derecho en páginas impares---.
25650  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25651  a la derecha si la nota aparece en el margen izquierdo---.
25652  La primera línea de la nota se sitúa en la posición de la línea del texto
25653  en la que se inserta en el documento.
25654 \end_layout
25655
25656 \begin_layout Standard
25657 \begin_inset VSpace bigskip
25658 \end_inset
25659
25660 Para colocar la nota en el margen interno añade el comando
25661 \end_layout
25662
25663 \begin_layout Standard
25664
25665 \series bold
25666
25667 \backslash
25668 reversemarginpar
25669 \end_layout
25670
25671 \begin_layout Standard
25672 en ERT antes de la nota.
25673  La nueva colocación es válida para todas las siguientes notas al margen.
25674  
25675 \begin_inset ERT
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679
25680
25681 \backslash
25682 reversemarginpar 
25683 \end_layout
25684
25685 \end_inset
25686
25687
25688 \begin_inset Marginal
25689 status open
25690
25691 \begin_layout Plain Layout
25692 Esto es una nota en el margen interno.
25693 \end_layout
25694
25695 \end_inset
25696
25697
25698 \series bold
25699
25700 \begin_inset Newline newline
25701 \end_inset
25702
25703
25704 \series default
25705
25706 \begin_inset Note Greyedout
25707 status open
25708
25709 \begin_layout Plain Layout
25710
25711 \series bold
25712 Nota:
25713 \series default
25714  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25715  no se mostrará correctamente en la salida.
25716 \end_layout
25717
25718 \end_inset
25719
25720
25721 \end_layout
25722
25723 \begin_layout Standard
25724 Para volver a la ubicación predeterminada inserta en ERT el comando
25725 \begin_inset ERT
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 normalmarginpar 
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741
25742 \series bold
25743
25744 \backslash
25745 normalmarginpar
25746 \end_layout
25747
25748 \begin_layout Standard
25749 \begin_inset Note Greyedout
25750 status open
25751
25752 \begin_layout Plain Layout
25753
25754 \series bold
25755 Nota:
25756 \series default
25757  El comando se ignora si en el mismo párrafo está también presente el comando
25758  
25759 \series bold
25760
25761 \backslash
25762 reversemarginpar
25763 \series default
25764 .
25765 \end_layout
25766
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \begin_layout Standard
25773 \begin_inset VSpace bigskip
25774 \end_inset
25775
25776
25777 \family roman
25778 \series medium
25779
25780 \begin_inset Marginal
25781 status open
25782
25783 \begin_layout Plain Layout
25784 PalabraMuyLargaAlMargen no partida con guión.
25785 \end_layout
25786
25787 \end_inset
25788
25789
25790 \family default
25791 \series default
25792  Como en el caso descrito en la sección
25793 \begin_inset space ~
25794 \end_inset
25795
25796
25797 \begin_inset CommandInset ref
25798 LatexCommand ref
25799 reference "sub:Líneas-Múltiples-en"
25800
25801 \end_inset
25802
25803 , una palabra larga no puede partirse con guión cuando es la primera en
25804  la nota al margen.
25805  Para evitar esto, inserta el comando
25806 \end_layout
25807
25808 \begin_layout Standard
25809
25810 \series bold
25811
25812 \backslash
25813 hspace{0pt}
25814 \end_layout
25815
25816 \begin_layout Standard
25817 en ERT antes de la palabra
25818 \family roman
25819 \series medium
25820 .
25821  
25822 \begin_inset Marginal
25823 status open
25824
25825 \begin_layout Plain Layout
25826 \begin_inset ERT
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830
25831
25832 \backslash
25833 hspace{0pt}
25834 \end_layout
25835
25836 \end_inset
25837
25838 PalabraMuyLargaAlMargen partida con guión.
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \begin_layout Standard
25847 \begin_inset VSpace bigskip
25848 \end_inset
25849
25850
25851 \end_layout
25852
25853 \begin_layout Standard
25854 \begin_inset Note Greyedout
25855 status open
25856
25857 \begin_layout Plain Layout
25858
25859 \series bold
25860 Nota:
25861 \series default
25862  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25863  notas al pie.
25864 \end_layout
25865
25866 \end_inset
25867
25868
25869 \end_layout
25870
25871 \begin_layout Standard
25872 \begin_inset VSpace bigskip
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \begin_layout Standard
25879 \begin_inset ERT
25880 status collapsed
25881
25882 \begin_layout Plain Layout
25883
25884
25885 \backslash
25886 ifmarginnote
25887 \end_layout
25888
25889 \end_inset
25890
25891
25892 \begin_inset Note Note
25893 status open
25894
25895 \begin_layout Plain Layout
25896 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25897  LaTeX 
25898 \series bold
25899 marginnote
25900 \series default
25901 .
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 Esta restricción se puede salvar con el paquete LaTeX 
25911 \series bold
25912 marginnote
25913 \series default
25914
25915 \begin_inset Index
25916 status collapsed
25917
25918 \begin_layout Plain Layout
25919 LaTeX-paquetes ! marginnote
25920 \end_layout
25921
25922 \end_inset
25923
25924 .
25925  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25926  notas al margen es redefinido para usar el comando provisto por el paquete
25927  
25928 \series bold
25929 marginnote
25930 \series default
25931 :
25932 \end_layout
25933
25934 \begin_layout Standard
25935
25936 \series bold
25937
25938 \backslash
25939 usepackage{marginnote}
25940 \begin_inset Newline newline
25941 \end_inset
25942
25943
25944 \backslash
25945 let
25946 \backslash
25947 marginpar
25948 \backslash
25949 marginnote
25950 \end_layout
25951
25952 \begin_layout Standard
25953 Esto se ha utilizado en el presente documento porque 
25954 \series bold
25955 marginnote
25956 \series default
25957  tiene una característica adicional útil: Puedes imponer un offset vertical
25958  a la nota.
25959  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25960  diseño de la página.
25961  El offset se determina en LyX como ERT directamente tras la nota al margen
25962  en el esquema
25963 \end_layout
25964
25965 \begin_layout Standard
25966
25967 \series bold
25968 [offset]
25969 \end_layout
25970
25971 \begin_layout Standard
25972 donde offset es una longitud en una de las unidades de la tabla
25973 \begin_inset space ~
25974 \end_inset
25975
25976
25977 \begin_inset CommandInset ref
25978 LatexCommand ref
25979 reference "tab:Unidades"
25980
25981 \end_inset
25982
25983 .
25984  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25985  abajo.
25986  
25987 \family roman
25988 \series medium
25989 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25990 \begin_inset space \thinspace{}
25991 \end_inset
25992
25993 cm arriba con el comando ERT 
25994 \begin_inset Quotes eld
25995 \end_inset
25996
25997
25998 \family default
25999 \series bold
26000 [-1.5cm]
26001 \family roman
26002 \series medium
26003
26004 \begin_inset Quotes erd
26005 \end_inset
26006
26007
26008 \begin_inset Marginal
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012 Esta nota está 1.5
26013 \begin_inset space \thinspace{}
26014 \end_inset
26015
26016 cm por encima de su posición original.
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \family default
26023 \series default
26024
26025 \begin_inset ERT
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029
26030 [-1.5cm]
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Standard
26039 \begin_inset VSpace medskip
26040 \end_inset
26041
26042 Con 
26043 \series bold
26044 marginnote
26045 \series default
26046  también puedes cambiar la alineación del texto en el margen.
26047  Por ejemplo los comandos
26048 \end_layout
26049
26050 \begin_layout Standard
26051
26052 \series bold
26053
26054 \backslash
26055 renewcommand*{
26056 \backslash
26057 raggedleftmarginnote}{
26058 \backslash
26059 centering}
26060 \begin_inset Newline newline
26061 \end_inset
26062
26063
26064 \backslash
26065 renewcommand*{
26066 \backslash
26067 raggedrightmarginnote}{
26068 \backslash
26069 centering}
26070 \end_layout
26071
26072 \begin_layout Standard
26073 producen alineación centrada.
26074  
26075 \series bold
26076
26077 \backslash
26078 raggedleftmarginnote
26079 \series default
26080  identifica las notas que aparecen al lado izquierdo.
26081 \family roman
26082 \series medium
26083
26084 \begin_inset ERT
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088
26089
26090 \backslash
26091 renewcommand*{
26092 \backslash
26093 raggedleftmarginnote}{
26094 \backslash
26095 centering}
26096 \end_layout
26097
26098 \begin_layout Plain Layout
26099
26100
26101 \backslash
26102 renewcommand*{
26103 \backslash
26104 raggedrightmarginnote}{
26105 \backslash
26106 centering}
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \begin_inset Marginal
26113 status open
26114
26115 \begin_layout Plain Layout
26116 El texto de esta nota está centrado.
26117 \end_layout
26118
26119 \end_inset
26120
26121
26122 \family default
26123 \series default
26124  El valor predeterminado es 
26125 \end_layout
26126
26127 \begin_layout Standard
26128
26129 \series bold
26130
26131 \backslash
26132 renewcommand*{
26133 \backslash
26134 raggedleftmarginnote}{
26135 \backslash
26136 raggedleft}
26137 \begin_inset Newline newline
26138 \end_inset
26139
26140
26141 \backslash
26142 renewcommand*{
26143 \backslash
26144 raggedrightmarginnote}{
26145 \backslash
26146 raggedright}
26147 \family roman
26148 \series medium
26149
26150 \begin_inset ERT
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154
26155
26156 \backslash
26157 renewcommand*{
26158 \backslash
26159 raggedleftmarginnote}{
26160 \backslash
26161 raggedleft}
26162 \end_layout
26163
26164 \begin_layout Plain Layout
26165
26166
26167 \backslash
26168 renewcommand*{
26169 \backslash
26170 raggedrightmarginnote}{
26171 \backslash
26172 raggedright}
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \begin_layout Standard
26181 \begin_inset VSpace medskip
26182 \end_inset
26183
26184 Para otras características de 
26185 \series bold
26186 marginnote
26187 \series default
26188  mira en su documentación 
26189 \begin_inset CommandInset citation
26190 LatexCommand cite
26191 key "marginnote"
26192
26193 \end_inset
26194
26195 .
26196 \end_layout
26197
26198 \begin_layout Standard
26199 \begin_inset VSpace bigskip
26200 \end_inset
26201
26202 El diseño de las notas al margen puede ser redefinido.
26203  Por ejemplo, para crear una cabecera para todas las notas con el texto
26204  
26205 \begin_inset Quotes eld
26206 \end_inset
26207
26208
26209 \series bold
26210 \bar under
26211 ¡
26212 \family sans
26213 Atención
26214 \family default
26215 !
26216 \series default
26217 \bar default
26218
26219 \begin_inset Quotes erd
26220 \end_inset
26221
26222 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26223 \end_layout
26224
26225 \begin_layout Standard
26226
26227 \series bold
26228
26229 \backslash
26230 let
26231 \backslash
26232 myMarginpar
26233 \backslash
26234 marginpar
26235 \begin_inset Newline newline
26236 \end_inset
26237
26238
26239 \backslash
26240 renewcommand{
26241 \backslash
26242 marginpar}[1]{
26243 \backslash
26244 myMarginpar{%
26245 \begin_inset Newline newline
26246 \end_inset
26247
26248
26249 \begin_inset ERT
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253
26254
26255 \backslash
26256 hphantom{ }
26257 \end_layout
26258
26259 \end_inset
26260
26261
26262 \backslash
26263 hspace{0pt}
26264 \backslash
26265 textsf{
26266 \backslash
26267 textbf{
26268 \backslash
26269 underbar{¡Atención!}}}%
26270 \begin_inset Newline newline
26271 \end_inset
26272
26273
26274 \begin_inset ERT
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278
26279
26280 \backslash
26281 hphantom{ }
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \backslash
26288 vspace{1.5mm}
26289 \backslash
26290
26291 \backslash
26292 #1}}
26293 \end_layout
26294
26295 \begin_layout Standard
26296
26297 \family roman
26298 \series medium
26299 \begin_inset ERT
26300 status collapsed
26301
26302 \begin_layout Plain Layout
26303
26304
26305 \backslash
26306 let
26307 \backslash
26308 myMarginpar
26309 \backslash
26310 marginpar
26311 \end_layout
26312
26313 \begin_layout Plain Layout
26314
26315
26316 \backslash
26317 renewcommand{
26318 \backslash
26319 marginpar}[1]{
26320 \backslash
26321 myMarginpar{%
26322 \end_layout
26323
26324 \begin_layout Plain Layout
26325
26326    
26327 \backslash
26328 textsf{
26329 \backslash
26330 textbf{
26331 \backslash
26332 underbar{¡Atención!}}}%
26333 \end_layout
26334
26335 \begin_layout Plain Layout
26336
26337    
26338 \backslash
26339 vspace{1.5mm}
26340 \backslash
26341
26342 \backslash
26343 #1}}
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \begin_inset Marginal
26350 status open
26351
26352 \begin_layout Plain Layout
26353 Esta es una nota con una cabecera definida.
26354 \end_layout
26355
26356 \end_inset
26357
26358
26359 \family default
26360 \series default
26361
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367 [-1.5cm]
26368 \end_layout
26369
26370 \end_inset
26371
26372
26373 \family roman
26374 \series medium
26375
26376 \begin_inset ERT
26377 status collapsed
26378
26379 \begin_layout Plain Layout
26380
26381
26382 \backslash
26383 renewcommand{
26384 \backslash
26385 marginpar}[1]{
26386 \backslash
26387 myMarginpar{#1}}
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \family default
26394 \series default
26395
26396 \begin_inset Note Note
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26401 \end_layout
26402
26403 \end_inset
26404
26405
26406 \end_layout
26407
26408 \begin_layout Standard
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 else
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \begin_inset Note Note
26423 status open
26424
26425 \begin_layout Plain Layout
26426 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26427  
26428 \series bold
26429 marginnote
26430 \series default
26431 .
26432 \end_layout
26433
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 Debes instalar el paquete LaTeX 
26441 \series bold
26442 marginnote
26443 \series default
26444  para ver la parte siguiente en la salida.
26445 \end_layout
26446
26447 \begin_layout Standard
26448 \begin_inset ERT
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452
26453
26454 \backslash
26455 fi
26456 \end_layout
26457
26458 \end_inset
26459
26460
26461 \end_layout
26462
26463 \begin_layout Chapter
26464 Cuadros
26465 \end_layout
26466
26467 \begin_layout Section
26468 Introducción
26469 \begin_inset Index
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473 Cuadros ! Introducción
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \begin_layout Standard
26482 Los cuadros se emplean para dar formato a bloques de texto.
26483  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26484 \begin_inset space ~
26485 \end_inset
26486
26487
26488 \begin_inset CommandInset ref
26489 LatexCommand ref
26490 reference "sec:Minipáginas"
26491
26492 \end_inset
26493
26494 , enmarcar textos, ver sección
26495 \begin_inset space ~
26496 \end_inset
26497
26498
26499 \begin_inset CommandInset ref
26500 LatexCommand ref
26501 reference "sec:Cuadros-Enmarcados"
26502
26503 \end_inset
26504
26505 , evitar la división de palabras, ver sección
26506 \begin_inset space ~
26507 \end_inset
26508
26509
26510 \begin_inset CommandInset ref
26511 LatexCommand ref
26512 reference "sec:Evitar-la-Partición"
26513
26514 \end_inset
26515
26516 , alinear texto, ver sección
26517 \begin_inset space ~
26518 \end_inset
26519
26520
26521 \begin_inset CommandInset ref
26522 LatexCommand ref
26523 reference "sub:Alineación-Vertical"
26524
26525 \end_inset
26526
26527 , o para poner color de fondo a un texto, ver sección
26528 \begin_inset space ~
26529 \end_inset
26530
26531
26532 \begin_inset CommandInset ref
26533 LatexCommand ref
26534 reference "sec:Cuadros-Coloreados"
26535
26536 \end_inset
26537
26538 .
26539 \end_layout
26540
26541 \begin_layout Standard
26542 Se insertan con el menú 
26543 \family sans
26544 Insertar\SpecialChar \menuseparator
26545 Cuadro
26546 \family default
26547  o con el botón 
26548 \begin_inset Graphics
26549         filename ../../images/box-insert.png
26550         scale 85
26551
26552 \end_inset
26553
26554 .
26555  Surge un recuadro gris con la etiqueta 
26556 \family sans
26557 Cuadro (Minipágina)
26558 \family default
26559
26560 \begin_inset Graphics
26561         filename clipart/CuadroMinipagQt4.png
26562         scale 75
26563         keepAspectRatio
26564
26565 \end_inset
26566
26567 .
26568  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26569  Sale un diálogo en el que 
26570 \family sans
26571 Cuadro
26572 \family default
26573
26574 \begin_inset space ~
26575 \end_inset
26576
26577
26578 \family sans
26579 interior
26580 \family default
26581  permite escoger los tipos 
26582 \family sans
26583 Parbox (
26584 \family default
26585
26586 \begin_inset Quotes eld
26587 \end_inset
26588
26589
26590 \family sans
26591 Párrafo
26592 \family default
26593
26594 \begin_inset Quotes erd
26595 \end_inset
26596
26597
26598 \family sans
26599 )
26600 \family default
26601  y 
26602 \family sans
26603 Minipágina
26604 \family default
26605 .
26606  
26607 \family sans
26608 Minipágina
26609 \family default
26610  es el predeterminado para nuevos cuadros y se explica en la sección
26611 \begin_inset space ~
26612 \end_inset
26613
26614
26615 \begin_inset CommandInset ref
26616 LatexCommand ref
26617 reference "sec:Minipáginas"
26618
26619 \end_inset
26620
26621 ; el tipo 
26622 \family sans
26623 Parbox
26624 \family default
26625  se describe en la sección
26626 \begin_inset space ~
26627 \end_inset
26628
26629
26630 \begin_inset CommandInset ref
26631 LatexCommand ref
26632 reference "sec:Cuadros-de-Párrafo"
26633
26634 \end_inset
26635
26636 .
26637 \end_layout
26638
26639 \begin_layout Standard
26640 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26641  flotantes o las notas al pie.
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset Note Greyedout
26646 status open
26647
26648 \begin_layout Plain Layout
26649
26650 \series bold
26651 Nota:
26652 \series default
26653  Los cuadros no deben ser el ítem en un entorno 
26654 \family sans
26655 Enumeración
26656 \family default
26657  o 
26658 \family sans
26659 Descripción
26660 \family default
26661 .
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Standard
26670 \begin_inset Note Greyedout
26671 status open
26672
26673 \begin_layout Plain Layout
26674
26675 \series bold
26676 Nota:
26677 \series default
26678  Por razones desconocidas sólo se puede poner el tipo 
26679 \family sans
26680 Cuadro
26681 \begin_inset space ~
26682 \end_inset
26683
26684 interior
26685 \family default
26686  en 
26687 \family sans
26688 Ninguno
26689 \family default
26690  cuando se emplea un cuadro enmarcado.
26691  Los cuadros sin ningún tipo de 
26692 \family sans
26693 Cuadro
26694 \begin_inset space ~
26695 \end_inset
26696
26697 interior
26698 \family default
26699  y sin marcos se explican en la sección
26700 \begin_inset space ~
26701 \end_inset
26702
26703
26704 \begin_inset CommandInset ref
26705 LatexCommand ref
26706 reference "sec:Evitar-la-Partición"
26707
26708 \end_inset
26709
26710 .
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \begin_layout Section
26719 Diálogo de cuadros
26720 \begin_inset CommandInset label
26721 LatexCommand label
26722 name "sec:Diálogo-Cuadros"
26723
26724 \end_inset
26725
26726
26727 \begin_inset Index
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731 Cuadros ! Configuración
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \end_layout
26738
26739 \begin_layout Subsection
26740 Tamaño
26741 \begin_inset Index
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 Cuadros ! Tamaño
26746 \end_layout
26747
26748 \end_inset
26749
26750
26751 \end_layout
26752
26753 \begin_layout Standard
26754 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26755 \family sans
26756 Ancho
26757 \family default
26758  y 
26759 \family sans
26760 Alto
26761 \family default
26762 .
26763  Las unidades disponibles para la geometría se explican en la tabla
26764 \begin_inset space ~
26765 \end_inset
26766
26767
26768 \begin_inset CommandInset ref
26769 LatexCommand ref
26770 reference "tab:Unidades"
26771
26772 \end_inset
26773
26774 .
26775  El campo 
26776 \family sans
26777 Alto
26778 \family default
26779  ofrece los siguientes tamaños adicionales:
26780 \end_layout
26781
26782 \begin_layout Description
26783 Profundidad Este es el texto plano 
26784 \begin_inset Quotes eld
26785 \end_inset
26786
26787 alto
26788 \begin_inset Quotes erd
26789 \end_inset
26790
26791 .
26792  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26793  cuadro:
26794 \begin_inset Newline newline
26795 \end_inset
26796
26797
26798 \begin_inset Newline newline
26799 \end_inset
26800
26801
26802 \begin_inset Newline newline
26803 \end_inset
26804
26805
26806 \begin_inset Box Boxed
26807 position "c"
26808 hor_pos "c"
26809 has_inner_box 1
26810 inner_pos "c"
26811 use_parbox 0
26812 width "12col%"
26813 special "none"
26814 height "1in"
26815 height_special "depth"
26816 status open
26817
26818 \begin_layout Plain Layout
26819 \align center
26820 Cuadro con altura establecida en 1
26821 \begin_inset space \thinspace{}
26822 \end_inset
26823
26824 Profundidad
26825 \end_layout
26826
26827 \end_inset
26828
26829
26830 \begin_inset Newline newline
26831 \end_inset
26832
26833
26834 \begin_inset Newline newline
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \begin_layout Description
26841 Alto Es la altura del texto que está dentro del cuadro.
26842  Un valor de, p.
26843 \begin_inset space \thinspace{}
26844 \end_inset
26845
26846 e.
26847 \begin_inset space ~
26848 \end_inset
26849
26850 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26851  
26852 \begin_inset Box Boxed
26853 position "c"
26854 hor_pos "c"
26855 has_inner_box 1
26856 inner_pos "c"
26857 use_parbox 0
26858 width "20col%"
26859 special "none"
26860 height "2in"
26861 height_special "height"
26862 status open
26863
26864 \begin_layout Plain Layout
26865 \align center
26866 Cuadro con altura puesta en 2
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870 Alto
26871 \end_layout
26872
26873 \end_inset
26874
26875
26876 \end_layout
26877
26878 \begin_layout Description
26879 Alto
26880 \begin_inset space ~
26881 \end_inset
26882
26883 total Esto es el Alto
26884 \begin_inset space \thinspace{}
26885 \end_inset
26886
26887 +
26888 \begin_inset space \thinspace{}
26889 \end_inset
26890
26891 Profundidad: 
26892 \begin_inset Box Boxed
26893 position "c"
26894 hor_pos "c"
26895 has_inner_box 1
26896 inner_pos "c"
26897 use_parbox 0
26898 width "20col%"
26899 special "none"
26900 height "1in"
26901 height_special "totalheight"
26902 status open
26903
26904 \begin_layout Plain Layout
26905 \align center
26906 Cuadro con altura puesta a 1
26907 \begin_inset space \thinspace{}
26908 \end_inset
26909
26910 Alto
26911 \begin_inset space ~
26912 \end_inset
26913
26914 total
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \begin_layout Description
26923 Ancho Esto determina al ancho del cuadro como altura: 
26924 \begin_inset Box Boxed
26925 position "c"
26926 hor_pos "c"
26927 has_inner_box 1
26928 inner_pos "c"
26929 use_parbox 0
26930 width "12col%"
26931 special "none"
26932 height "1in"
26933 height_special "width"
26934 status open
26935
26936 \begin_layout Plain Layout
26937 \align center
26938 Cuadro con altura puesta en 1
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 Ancho
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \begin_layout Subsection
26951 Alineación
26952 \begin_inset Index
26953 status collapsed
26954
26955 \begin_layout Plain Layout
26956 Cuadros ! Alineación
26957 \end_layout
26958
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \begin_layout Standard
26965 Si has elegido un 
26966 \family sans
26967 Cuadro
26968 \begin_inset space ~
26969 \end_inset
26970
26971 interior
26972 \family default
26973 , la alineación vertical del cuadro puede ser:
26974 \end_layout
26975
26976 \begin_layout Description
26977 Superior Ejemplo de línea de texto.
26978  
26979 \begin_inset Box Boxed
26980 position "t"
26981 hor_pos "c"
26982 has_inner_box 1
26983 inner_pos "c"
26984 use_parbox 0
26985 width "12col%"
26986 special "none"
26987 height "1in"
26988 height_special "totalheight"
26989 status collapsed
26990
26991 \begin_layout Plain Layout
26992 \align center
26993 Cuadro alineado arriba.
26994 \end_layout
26995
26996 \end_inset
26997
26998  Ejemplo de línea de texto.
26999 \end_layout
27000
27001 \begin_layout Description
27002 Medio Ejemplo de línea de texto.
27003  
27004 \begin_inset Box Boxed
27005 position "c"
27006 hor_pos "c"
27007 has_inner_box 1
27008 inner_pos "c"
27009 use_parbox 0
27010 width "12col%"
27011 special "none"
27012 height "1in"
27013 height_special "totalheight"
27014 status collapsed
27015
27016 \begin_layout Plain Layout
27017 \align center
27018 Cuadro alineado en medio.
27019 \end_layout
27020
27021 \end_inset
27022
27023  Ejemplo de línea de texto.
27024 \end_layout
27025
27026 \begin_layout Description
27027 Inferior Ejemplo de línea de texto.
27028  
27029 \begin_inset Box Boxed
27030 position "b"
27031 hor_pos "c"
27032 has_inner_box 1
27033 inner_pos "c"
27034 use_parbox 0
27035 width "12col%"
27036 special "none"
27037 height "1in"
27038 height_special "totalheight"
27039 status collapsed
27040
27041 \begin_layout Plain Layout
27042 \align center
27043 Cuadro alineado abajo.
27044 \end_layout
27045
27046 \end_inset
27047
27048  Ejemplo de línea de texto.
27049 \end_layout
27050
27051 \begin_layout Standard
27052 \begin_inset Note Greyedout
27053 status open
27054
27055 \begin_layout Plain Layout
27056
27057 \series bold
27058 Nota:
27059 \series default
27060  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27061  en una línea y, p.
27062 \begin_inset space \thinspace{}
27063 \end_inset
27064
27065 e., uno de ellos tiene sombreado y el otro no.
27066 \end_layout
27067
27068 \end_inset
27069
27070
27071 \end_layout
27072
27073 \begin_layout Standard
27074 La alineación horizontal del cuadro puede establecerse en el diálogo de
27075  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27076 \end_layout
27077
27078 \begin_layout Standard
27079 \begin_inset VSpace bigskip
27080 \end_inset
27081
27082 Si has escogido un 
27083 \family sans
27084 Cuadro
27085 \begin_inset space ~
27086 \end_inset
27087
27088 interior
27089 \family default
27090 , el contenido puede alinearse verticalmente a:
27091 \end_layout
27092
27093 \begin_layout Description
27094 Superior Ejemplo de línea de texto.
27095  
27096 \begin_inset Box Boxed
27097 position "c"
27098 hor_pos "c"
27099 has_inner_box 1
27100 inner_pos "t"
27101 use_parbox 0
27102 width "12col%"
27103 special "none"
27104 height "1.5in"
27105 height_special "totalheight"
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109 \align center
27110 Cuadro con texto alineado arriba.
27111 \end_layout
27112
27113 \end_inset
27114
27115  Ejemplo de línea de texto.
27116 \end_layout
27117
27118 \begin_layout Description
27119 Medio Ejemplo de línea de texto.
27120  
27121 \begin_inset Box Boxed
27122 position "c"
27123 hor_pos "c"
27124 has_inner_box 1
27125 inner_pos "c"
27126 use_parbox 0
27127 width "12col%"
27128 special "none"
27129 height "1.5in"
27130 height_special "totalheight"
27131 status collapsed
27132
27133 \begin_layout Plain Layout
27134 \align center
27135 Cuadro con texto alineado en medio.
27136 \end_layout
27137
27138 \end_inset
27139
27140  Ejemplo de línea de texto.
27141 \end_layout
27142
27143 \begin_layout Description
27144 Inferior Ejemplo de línea de texto.
27145  
27146 \begin_inset Box Boxed
27147 position "c"
27148 hor_pos "c"
27149 has_inner_box 1
27150 inner_pos "b"
27151 use_parbox 0
27152 width "12col%"
27153 special "none"
27154 height "1.5in"
27155 height_special "totalheight"
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159 \align center
27160 Cuadro con texto alineado abajo.
27161 \end_layout
27162
27163 \end_inset
27164
27165  Ejemplo de línea de texto.
27166 \end_layout
27167
27168 \begin_layout Description
27169 Estirado Ejemplo de línea de texto.
27170  
27171 \begin_inset Box Boxed
27172 position "c"
27173 hor_pos "c"
27174 has_inner_box 1
27175 inner_pos "s"
27176 use_parbox 0
27177 width "12col%"
27178 special "none"
27179 height "1.5in"
27180 height_special "totalheight"
27181 status collapsed
27182
27183 \begin_layout Plain Layout
27184 \align center
27185 Este texto
27186 \end_layout
27187
27188 \begin_layout Plain Layout
27189 \align center
27190 está
27191 \end_layout
27192
27193 \begin_layout Plain Layout
27194 \align center
27195 estirado.
27196 \end_layout
27197
27198 \end_inset
27199
27200  Ejemplo de línea de texto.
27201 \end_layout
27202
27203 \begin_layout Standard
27204 Para estirar el contenido debe tener más de un párrafo.
27205  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27206 \end_layout
27207
27208 \begin_layout Standard
27209 \begin_inset VSpace bigskip
27210 \end_inset
27211
27212 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27213  LyX cuando hayas escogido un 
27214 \family sans
27215 Cuadro
27216 \begin_inset space ~
27217 \end_inset
27218
27219 interior
27220 \family default
27221 .
27222 \end_layout
27223
27224 \begin_layout Standard
27225 \align center
27226 \begin_inset Box Boxed
27227 position "c"
27228 hor_pos "c"
27229 has_inner_box 1
27230 inner_pos "s"
27231 use_parbox 0
27232 width "15col%"
27233 special "none"
27234 height "1.25in"
27235 height_special "totalheight"
27236 status open
27237
27238 \begin_layout Plain Layout
27239 \align left
27240 Cuadro
27241 \end_layout
27242
27243 \begin_layout Plain Layout
27244 \align center
27245 con texto
27246 \end_layout
27247
27248 \begin_layout Plain Layout
27249 \align right
27250 estirado
27251 \end_layout
27252
27253 \end_inset
27254
27255
27256 \end_layout
27257
27258 \begin_layout Standard
27259 Si no has establecido un 
27260 \family sans
27261 Cuadro
27262 \begin_inset space ~
27263 \end_inset
27264
27265 interior
27266 \family default
27267 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27268  cuadro.
27269 \end_layout
27270
27271 \begin_layout Standard
27272 \align center
27273 \begin_inset Box Boxed
27274 position "c"
27275 hor_pos "s"
27276 has_inner_box 0
27277 inner_pos "s"
27278 use_parbox 0
27279 width "90col%"
27280 special "none"
27281 height "1.25in"
27282 height_special "totalheight"
27283 status open
27284
27285 \begin_layout Plain Layout
27286 \align left
27287 Texto estirado horizontalmente.
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Section
27296 Cuadros enmarcados
27297 \begin_inset CommandInset label
27298 LatexCommand label
27299 name "sec:Cuadros-Enmarcados"
27300
27301 \end_inset
27302
27303
27304 \begin_inset Index
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308 Cuadros ! Marcos
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \begin_layout Standard
27317 El estilo de marco del cuadro se puede determinar en la lista desplegable
27318  
27319 \family sans
27320 Tipo
27321 \family default
27322  del diálogo de cuadros.
27323  Son posibles los siguientes marcos:
27324 \end_layout
27325
27326 \begin_layout Description
27327 Marco
27328 \begin_inset space ~
27329 \end_inset
27330
27331 rectangular Dibuja un marco rectangular alrededor del cuadro.
27332  El grosor del marco depende de 
27333 \series bold
27334
27335 \backslash
27336 fboxrule
27337 \series default
27338 .
27339  
27340 \begin_inset Box Boxed
27341 position "c"
27342 hor_pos "c"
27343 has_inner_box 1
27344 inner_pos "c"
27345 use_parbox 0
27346 width "25col%"
27347 special "none"
27348 height "1in"
27349 height_special "totalheight"
27350 status open
27351
27352 \begin_layout Plain Layout
27353 \align center
27354 Cuadro rectangular
27355 \end_layout
27356
27357 \end_inset
27358
27359
27360 \end_layout
27361
27362 \begin_layout Description
27363 Marco
27364 \begin_inset space ~
27365 \end_inset
27366
27367 ovalado,
27368 \begin_inset space ~
27369 \end_inset
27370
27371 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27372 \begin_inset space \thinspace{}
27373 \end_inset
27374
27375 pt.
27376  
27377 \begin_inset Box ovalbox
27378 position "c"
27379 hor_pos "c"
27380 has_inner_box 1
27381 inner_pos "c"
27382 use_parbox 0
27383 width "25col%"
27384 special "none"
27385 height "1in"
27386 height_special "totalheight"
27387 status open
27388
27389 \begin_layout Plain Layout
27390 \align center
27391 Marco ovalado, fino
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Description
27400 Marco
27401 \begin_inset space ~
27402 \end_inset
27403
27404 ovalado,
27405 \begin_inset space ~
27406 \end_inset
27407
27408 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27409 \begin_inset space \thinspace{}
27410 \end_inset
27411
27412 pt.
27413  
27414 \begin_inset Box Ovalbox
27415 position "c"
27416 hor_pos "c"
27417 has_inner_box 1
27418 inner_pos "c"
27419 use_parbox 0
27420 width "30col%"
27421 special "none"
27422 height "1in"
27423 height_special "totalheight"
27424 status open
27425
27426 \begin_layout Plain Layout
27427 \align center
27428 Cuadro ovalado, grueso
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \end_layout
27435
27436 \begin_layout Description
27437 Marco
27438 \begin_inset space ~
27439 \end_inset
27440
27441 con
27442 \begin_inset space ~
27443 \end_inset
27444
27445 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27446  El grosor de la línea tiene el tamaño dado por 
27447 \series bold
27448
27449 \backslash
27450 fboxrule
27451 \series default
27452 , la sombra tiene una anchura de 4
27453 \begin_inset space \thinspace{}
27454 \end_inset
27455
27456 pt.
27457  
27458 \begin_inset Box Shadowbox
27459 position "c"
27460 hor_pos "c"
27461 has_inner_box 1
27462 inner_pos "c"
27463 use_parbox 0
27464 width "20col%"
27465 special "none"
27466 height "1in"
27467 height_special "totalheight"
27468 status open
27469
27470 \begin_layout Plain Layout
27471 \align center
27472 Marco sombrado
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Description
27481 Marco
27482 \begin_inset space ~
27483 \end_inset
27484
27485 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27486  El grosor de la línea interior es 0.75
27487 \begin_inset space \thinspace{}
27488 \end_inset
27489
27490
27491 \series bold
27492
27493 \backslash
27494 fboxrule
27495 \series default
27496 , el de la línea exterior es 1.5
27497 \begin_inset space \thinspace{}
27498 \end_inset
27499
27500
27501 \series bold
27502
27503 \backslash
27504 fboxrule
27505 \series default
27506 .
27507  La distancia entre líneas es 1.5
27508 \begin_inset space \thinspace{}
27509 \end_inset
27510
27511
27512 \series bold
27513
27514 \backslash
27515 fboxrule
27516 \series default
27517
27518 \begin_inset space \thinspace{}
27519 \end_inset
27520
27521 +
27522 \begin_inset space \thinspace{}
27523 \end_inset
27524
27525 0.5
27526 \begin_inset space \thinspace{}
27527 \end_inset
27528
27529 pt.
27530  
27531 \begin_inset Box Doublebox
27532 position "c"
27533 hor_pos "c"
27534 has_inner_box 1
27535 inner_pos "c"
27536 use_parbox 0
27537 width "20col%"
27538 special "none"
27539 height "1in"
27540 height_special "totalheight"
27541 status open
27542
27543 \begin_layout Plain Layout
27544 \align center
27545 Marco doble
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \end_layout
27552
27553 \begin_layout Standard
27554 \begin_inset VSpace bigskip
27555 \end_inset
27556
27557 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27558  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27559  LaTeX 
27560 \series bold
27561 fancybox
27562 \series default
27563
27564 \begin_inset Index
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568 LaTeX-paquetes ! fancybox
27569 \end_layout
27570
27571 \end_inset
27572
27573 .
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset VSpace bigskip
27578 \end_inset
27579
27580 El valor predeterminado por 
27581 \series bold
27582
27583 \backslash
27584 fboxrule
27585 \series default
27586  es 0.4
27587 \begin_inset space \thinspace{}
27588 \end_inset
27589
27590 pt.
27591  Puede cambiarse con el siguiente comando en ERT, p.
27592 \begin_inset space \thinspace{}
27593 \end_inset
27594
27595 e.
27596 \begin_inset space ~
27597 \end_inset
27598
27599 a
27600 \begin_inset space ~
27601 \end_inset
27602
27603 2
27604 \begin_inset space \thinspace{}
27605 \end_inset
27606
27607 pt:
27608 \end_layout
27609
27610 \begin_layout Standard
27611
27612 \series bold
27613
27614 \backslash
27615 setlength{
27616 \backslash
27617 fboxrule}{2pt}
27618 \end_layout
27619
27620 \begin_layout Standard
27621 \begin_inset ERT
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625
27626
27627 \backslash
27628 setlength{
27629 \backslash
27630 fboxrule}{2pt}
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \begin_inset Box Boxed
27637 position "c"
27638 hor_pos "c"
27639 has_inner_box 1
27640 inner_pos "c"
27641 use_parbox 0
27642 width "25col%"
27643 special "none"
27644 height "1in"
27645 height_special "totalheight"
27646 status open
27647
27648 \begin_layout Plain Layout
27649 \align center
27650 Cuadro rectangular con 
27651 \series bold
27652
27653 \backslash
27654 fboxrule
27655 \series default
27656
27657 \begin_inset space \thinspace{}
27658 \end_inset
27659
27660 =
27661 \begin_inset space \thinspace{}
27662 \end_inset
27663
27664 2
27665 \begin_inset space \thinspace{}
27666 \end_inset
27667
27668 pt
27669 \end_layout
27670
27671 \end_inset
27672
27673
27674 \begin_inset ERT
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678
27679
27680 \backslash
27681 setlength{
27682 \backslash
27683 fboxrule}{0.4pt}
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \end_layout
27690
27691 \begin_layout Standard
27692 \begin_inset VSpace bigskip
27693 \end_inset
27694
27695 El espacio entre el marco y el contenido del cuadro es 3
27696 \begin_inset space \thinspace{}
27697 \end_inset
27698
27699 pt por defecto para todos los estilos.
27700  Se puede cambiar mediante la longitud 
27701 \series bold
27702
27703 \backslash
27704 fboxsep
27705 \series default
27706 .
27707  Por ejemplo el comando
27708 \end_layout
27709
27710 \begin_layout Standard
27711
27712 \series bold
27713
27714 \backslash
27715 setlength{
27716 \backslash
27717 fboxsep}{10pt}
27718 \end_layout
27719
27720 \begin_layout Standard
27721 determina un valor de 10
27722 \begin_inset space \thinspace{}
27723 \end_inset
27724
27725 pt, como en el siguiente cuadro:
27726 \end_layout
27727
27728 \begin_layout Standard
27729 \begin_inset ERT
27730 status collapsed
27731
27732 \begin_layout Plain Layout
27733
27734
27735 \backslash
27736 setlength{
27737 \backslash
27738 fboxsep}{10pt}
27739 \end_layout
27740
27741 \end_inset
27742
27743
27744 \begin_inset Box Boxed
27745 position "c"
27746 hor_pos "c"
27747 has_inner_box 1
27748 inner_pos "c"
27749 use_parbox 0
27750 width "25col%"
27751 special "none"
27752 height "1in"
27753 height_special "totalheight"
27754 status open
27755
27756 \begin_layout Plain Layout
27757 \align center
27758 Cuadro rectangular con 
27759 \series bold
27760
27761 \backslash
27762 fboxsep
27763 \series default
27764
27765 \begin_inset space \thinspace{}
27766 \end_inset
27767
27768 =
27769 \begin_inset space \thinspace{}
27770 \end_inset
27771
27772 10
27773 \begin_inset space \thinspace{}
27774 \end_inset
27775
27776 pt
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \begin_inset ERT
27783 status collapsed
27784
27785 \begin_layout Plain Layout
27786
27787
27788 \backslash
27789 setlength{
27790 \backslash
27791 fboxsep}{3pt}
27792 \end_layout
27793
27794 \end_inset
27795
27796
27797 \end_layout
27798
27799 \begin_layout Standard
27800 \begin_inset VSpace bigskip
27801 \end_inset
27802
27803 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27804  el comando 
27805 \series bold
27806
27807 \backslash
27808 cornersize
27809 \series default
27810 .
27811  El comando
27812 \end_layout
27813
27814 \begin_layout Standard
27815
27816 \series bold
27817
27818 \backslash
27819 cornersize*{1cm}
27820 \end_layout
27821
27822 \begin_layout Standard
27823 establece un diámetro de 1
27824 \begin_inset space \thinspace{}
27825 \end_inset
27826
27827 cm.
27828  El comando
27829 \end_layout
27830
27831 \begin_layout Standard
27832
27833 \series bold
27834
27835 \backslash
27836 cornersize{num}
27837 \end_layout
27838
27839 \begin_layout Standard
27840 fija el diámetro en 
27841 \family sans
27842 num
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 ×
27847 \begin_inset space \thinspace{}
27848 \end_inset
27849
27850 mínimo
27851 \family default
27852  
27853 \family sans
27854 (ancho y alto del cuadro)
27855 \family default
27856 .
27857  Por defecto es 
27858 \series bold
27859
27860 \backslash
27861 cornersize{0.5}
27862 \series default
27863 .
27864 \end_layout
27865
27866 \begin_layout Standard
27867 \begin_inset ERT
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871
27872
27873 \backslash
27874 cornersize*{1.5cm}
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \begin_inset Box Ovalbox
27881 position "c"
27882 hor_pos "c"
27883 has_inner_box 1
27884 inner_pos "c"
27885 use_parbox 0
27886 width "28col%"
27887 special "none"
27888 height "1in"
27889 height_special "totalheight"
27890 status open
27891
27892 \begin_layout Plain Layout
27893 \align center
27894 Cuadro ovalado con 
27895 \series bold
27896
27897 \backslash
27898 cornersize
27899 \series default
27900
27901 \begin_inset space \thinspace{}
27902 \end_inset
27903
27904 =
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 1.5
27909 \begin_inset space \thinspace{}
27910 \end_inset
27911
27912 cm
27913 \end_layout
27914
27915 \end_inset
27916
27917
27918 \begin_inset ERT
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922
27923
27924 \backslash
27925 cornersize{0.5}
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Standard
27934 \begin_inset VSpace bigskip
27935 \end_inset
27936
27937 El tamaño de la sombra se puede ajustar cambiando la longitud 
27938 \series bold
27939
27940 \backslash
27941 shadowsize
27942 \series default
27943 .
27944  Este comando la ajusta a 2
27945 \begin_inset space \thinspace{}
27946 \end_inset
27947
27948 pt en el cuadro siguiente:
27949 \end_layout
27950
27951 \begin_layout Standard
27952
27953 \series bold
27954
27955 \backslash
27956 setlength{
27957 \backslash
27958 shadowsize}{2pt}
27959 \end_layout
27960
27961 \begin_layout Standard
27962 \begin_inset ERT
27963 status collapsed
27964
27965 \begin_layout Plain Layout
27966
27967
27968 \backslash
27969 setlength{
27970 \backslash
27971 shadowsize}{2pt}
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \begin_inset Box Shadowbox
27978 position "c"
27979 hor_pos "c"
27980 has_inner_box 1
27981 inner_pos "c"
27982 use_parbox 0
27983 width "28col%"
27984 special "none"
27985 height "1in"
27986 height_special "totalheight"
27987 status open
27988
27989 \begin_layout Plain Layout
27990 \align center
27991 Cuadro sombreado con 
27992 \series bold
27993
27994 \backslash
27995 shadowsize
27996 \series default
27997
27998 \begin_inset space \thinspace{}
27999 \end_inset
28000
28001 =
28002 \begin_inset space \thinspace{}
28003 \end_inset
28004
28005 2
28006 \begin_inset space \thinspace{}
28007 \end_inset
28008
28009 pt
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \begin_inset ERT
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019
28020
28021 \backslash
28022 setlength{
28023 \backslash
28024 shadowsize}{4pt}
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Standard
28033 \begin_inset VSpace bigskip
28034 \end_inset
28035
28036 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28037  a los comandos.
28038 \end_layout
28039
28040 \begin_layout Section
28041 Minipáginas
28042 \begin_inset CommandInset label
28043 LatexCommand label
28044 name "sec:Minipáginas"
28045
28046 \end_inset
28047
28048
28049 \begin_inset Index
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 Cuadros ! Minipáginas
28054 \end_layout
28055
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \begin_layout Standard
28062 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28063  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28068 \end_layout
28069
28070 \begin_layout Standard
28071 A continuación hay dos ejemplos de minipáginas adosadas.
28072  Su anchura está puesta en 45
28073 \begin_inset space \thinspace{}
28074 \end_inset
28075
28076 col% y separadas por un relleno horizontal, insertado vía el menú 
28077 \family sans
28078 Insertar\SpecialChar \menuseparator
28079 Formato
28080 \begin_inset space ~
28081 \end_inset
28082
28083
28084 \family default
28085 es
28086 \family sans
28087 pecial
28088 \begin_inset space ~
28089 \end_inset
28090
28091 \SpecialChar \menuseparator
28092 Relleno
28093 \begin_inset space ~
28094 \end_inset
28095
28096 horizontal
28097 \family default
28098 .
28099 \end_layout
28100
28101 \begin_layout Standard
28102 \begin_inset Box Frameless
28103 position "t"
28104 hor_pos "c"
28105 has_inner_box 1
28106 inner_pos "c"
28107 use_parbox 0
28108 width "45col%"
28109 special "none"
28110 height "1in"
28111 height_special "totalheight"
28112 status open
28113
28114 \begin_layout Plain Layout
28115
28116 \lang german
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  Dies ist ein deutscher Text.
28126  Dies ist ein deutscher Text.
28127  Dies ist ein deutscher Text.
28128  Dies ist ein deutscher Text.
28129  Dies ist ein deutscher Text
28130 \begin_inset Foot
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134
28135 \lang german
28136 Dies ist eine deutsche Fußnote.
28137 \end_layout
28138
28139 \end_inset
28140
28141 .
28142  Dies ist ein deutscher Text.
28143  Dies ist ein deutscher Text.
28144 \end_layout
28145
28146 \end_inset
28147
28148
28149 \begin_inset space \hfill{}
28150 \end_inset
28151
28152
28153 \begin_inset Box Frameless
28154 position "t"
28155 hor_pos "c"
28156 has_inner_box 1
28157 inner_pos "c"
28158 use_parbox 0
28159 width "45col%"
28160 special "none"
28161 height "1in"
28162 height_special "totalheight"
28163 status open
28164
28165 \begin_layout Plain Layout
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  This is an English Text.
28178  This is an English Text.
28179  This is an English Text.
28180  This is an English Text.
28181  This is an English Text.
28182 \begin_inset Foot
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186 This is an English footnote.
28187 \end_layout
28188
28189 \end_inset
28190
28191  This is an English Text.
28192  
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 \begin_inset VSpace bigskip
28202 \end_inset
28203
28204 Otra aplicación de los cuadros son las notas a pie en tablas.
28205  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28206  al final de la página actual.
28207  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28208  en la parte inferior, ordenadas con letras.
28209  La ordenación de las notas al pie se restablece en cada minipágina pero
28210  no fuera de las minipáginas.
28211 \end_layout
28212
28213 \begin_layout Standard
28214 La nota al pie en esta tabla no aparece: 
28215 \begin_inset Tabular
28216 <lyxtabular version="3" rows="3" columns="4">
28217 <features>
28218 <column alignment="center" valignment="top" width="0pt">
28219 <column alignment="center" valignment="top" width="0pt">
28220 <column alignment="center" valignment="top" width="0pt">
28221 <column alignment="center" valignment="top" width="0pt">
28222 <row>
28223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28224 \begin_inset Text
28225
28226 \begin_layout Plain Layout
28227 1
28228 \end_layout
28229
28230 \end_inset
28231 </cell>
28232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28233 \begin_inset Text
28234
28235 \begin_layout Plain Layout
28236 2
28237 \end_layout
28238
28239 \end_inset
28240 </cell>
28241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28242 \begin_inset Text
28243
28244 \begin_layout Plain Layout
28245 3
28246 \begin_inset Foot
28247 status open
28248
28249 \begin_layout Plain Layout
28250 Nota al pie en una tabla.
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28261 \begin_inset Text
28262
28263 \begin_layout Plain Layout
28264 4
28265 \end_layout
28266
28267 \end_inset
28268 </cell>
28269 </row>
28270 <row>
28271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Plain Layout
28275 a
28276 \end_layout
28277
28278 \end_inset
28279 </cell>
28280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28281 \begin_inset Text
28282
28283 \begin_layout Plain Layout
28284 b
28285 \end_layout
28286
28287 \end_inset
28288 </cell>
28289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28290 \begin_inset Text
28291
28292 \begin_layout Plain Layout
28293 c
28294 \end_layout
28295
28296 \end_inset
28297 </cell>
28298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28299 \begin_inset Text
28300
28301 \begin_layout Plain Layout
28302 d
28303 \end_layout
28304
28305 \end_inset
28306 </cell>
28307 </row>
28308 <row>
28309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28310 \begin_inset Text
28311
28312 \begin_layout Plain Layout
28313 e
28314 \end_layout
28315
28316 \end_inset
28317 </cell>
28318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28319 \begin_inset Text
28320
28321 \begin_layout Plain Layout
28322 f
28323 \end_layout
28324
28325 \end_inset
28326 </cell>
28327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28328 \begin_inset Text
28329
28330 \begin_layout Plain Layout
28331 g
28332 \end_layout
28333
28334 \end_inset
28335 </cell>
28336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28337 \begin_inset Text
28338
28339 \begin_layout Plain Layout
28340 h
28341 \end_layout
28342
28343 \end_inset
28344 </cell>
28345 </row>
28346 </lyxtabular>
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Standard
28354 \align center
28355 \begin_inset Box Frameless
28356 position "t"
28357 hor_pos "c"
28358 has_inner_box 1
28359 inner_pos "c"
28360 use_parbox 0
28361 width "30col%"
28362 special "none"
28363 height "1in"
28364 height_special "totalheight"
28365 status open
28366
28367 \begin_layout Plain Layout
28368 \align center
28369 \begin_inset Tabular
28370 <lyxtabular version="3" rows="3" columns="4">
28371 <features>
28372 <column alignment="center" valignment="top" width="0pt">
28373 <column alignment="center" valignment="top" width="0pt">
28374 <column alignment="center" valignment="top" width="0pt">
28375 <column alignment="center" valignment="top" width="0pt">
28376 <row>
28377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28378 \begin_inset Text
28379
28380 \begin_layout Plain Layout
28381 1
28382 \end_layout
28383
28384 \end_inset
28385 </cell>
28386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28387 \begin_inset Text
28388
28389 \begin_layout Plain Layout
28390 2
28391 \end_layout
28392
28393 \end_inset
28394 </cell>
28395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28396 \begin_inset Text
28397
28398 \begin_layout Plain Layout
28399 3
28400 \begin_inset Foot
28401 status open
28402
28403 \begin_layout Plain Layout
28404 Nota al pie en una tabla..
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \end_inset
28413 </cell>
28414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 4
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 </row>
28424 <row>
28425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28426 \begin_inset Text
28427
28428 \begin_layout Plain Layout
28429 a
28430 \end_layout
28431
28432 \end_inset
28433 </cell>
28434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28435 \begin_inset Text
28436
28437 \begin_layout Plain Layout
28438 b
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Plain Layout
28447 c
28448 \end_layout
28449
28450 \end_inset
28451 </cell>
28452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28453 \begin_inset Text
28454
28455 \begin_layout Plain Layout
28456 d
28457 \end_layout
28458
28459 \end_inset
28460 </cell>
28461 </row>
28462 <row>
28463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Plain Layout
28467 e
28468 \end_layout
28469
28470 \end_inset
28471 </cell>
28472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28473 \begin_inset Text
28474
28475 \begin_layout Plain Layout
28476 f
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Plain Layout
28485 g
28486 \end_layout
28487
28488 \end_inset
28489 </cell>
28490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28491 \begin_inset Text
28492
28493 \begin_layout Plain Layout
28494 h
28495 \end_layout
28496
28497 \end_inset
28498 </cell>
28499 </row>
28500 </lyxtabular>
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 \begin_inset VSpace bigskip
28514 \end_inset
28515
28516 La configuración global de párrafos se ignora en las minipáginas.
28517  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28518  pongas p.
28519 \begin_inset space \thinspace{}
28520 \end_inset
28521
28522 e.
28523 \begin_inset space ~
28524 \end_inset
28525
28526
28527 \family sans
28528 Salto
28529 \begin_inset space ~
28530 \end_inset
28531
28532 medio
28533 \family default
28534  en la configuración del documento.
28535 \end_layout
28536
28537 \begin_layout Standard
28538 Las minipáginas también sirven para poner un color de fondo para partes
28539  de texto, ver sección
28540 \begin_inset space ~
28541 \end_inset
28542
28543
28544 \begin_inset CommandInset ref
28545 LatexCommand ref
28546 reference "sub:Color-en-Párrafos"
28547
28548 \end_inset
28549
28550 .
28551 \end_layout
28552
28553 \begin_layout Standard
28554 \begin_inset Note Greyedout
28555 status open
28556
28557 \begin_layout Plain Layout
28558
28559 \series bold
28560 Nota:
28561 \series default
28562  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28563  tener minipáginas en tablas, flotantes, y otros cuadros.
28564 \end_layout
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Section
28572 Cuadros de párrafo
28573 \begin_inset CommandInset label
28574 LatexCommand label
28575 name "sec:Cuadros-de-Párrafo"
28576
28577 \end_inset
28578
28579
28580 \begin_inset Index
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584 Cuadros ! de párrafo
28585 \end_layout
28586
28587 \end_inset
28588
28589
28590 \end_layout
28591
28592 \begin_layout Standard
28593 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28594  de que no pueden contener notas al pie.
28595   La diferencia principal es que las minipáginas no son verdaderos cuadros
28596  sino entornos de LaTeX.
28597 \end_layout
28598
28599 \begin_layout Standard
28600 \align center
28601 \begin_inset Box Frameless
28602 position "t"
28603 hor_pos "c"
28604 has_inner_box 1
28605 inner_pos "t"
28606 use_parbox 1
28607 width "33col%"
28608 special "none"
28609 height "1in"
28610 height_special "totalheight"
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614 Texto en un cuadro de párrafo.
28615  Texto en un cuadro de párrafo.
28616  Esta nota no aparece:
28617 \begin_inset Foot
28618 status open
28619
28620 \begin_layout Plain Layout
28621 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \end_layout
28633
28634 \begin_layout Section
28635 Cuadros para palabras y caracteres
28636 \begin_inset Index
28637 status collapsed
28638
28639 \begin_layout Plain Layout
28640 Cuadros ! para palabras y caracteres
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \end_layout
28647
28648 \begin_layout Subsection
28649 Evitar la partición de palabras
28650 \begin_inset CommandInset label
28651 LatexCommand label
28652 name "sec:Evitar-la-Partición"
28653
28654 \end_inset
28655
28656
28657 \begin_inset Index
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 Cuadros ! para evitar la partición de palabras
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28671  con guión.
28672 \begin_inset Newline newline
28673 \end_inset
28674
28675 He aquí un ejemplo:
28676 \end_layout
28677
28678 \begin_layout Standard
28679 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28680 \begin_inset Quotes eld
28681 \end_inset
28682
28683 estalarguísimapalabra
28684 \begin_inset Quotes erd
28685 \end_inset
28686
28687 .
28688 \end_layout
28689
28690 \begin_layout Standard
28691 Para evitar su división usa el comando
28692 \end_layout
28693
28694 \begin_layout Standard
28695
28696 \series bold
28697
28698 \backslash
28699 mbox{
28700 \end_layout
28701
28702 \begin_layout Standard
28703 en ERT antes de la palabra.
28704  Tras ella inserta una llave de cierre 
28705 \begin_inset Quotes eld
28706 \end_inset
28707
28708
28709 \series bold
28710 }
28711 \series default
28712
28713 \begin_inset Quotes erd
28714 \end_inset
28715
28716  en ERT.
28717 \end_layout
28718
28719 \begin_layout Standard
28720 Este es el resultado:
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28725 \begin_inset ERT
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729
28730
28731 \backslash
28732 mbox{
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \begin_inset Quotes eld
28739 \end_inset
28740
28741 estalarguísimapalabra
28742 \begin_inset Quotes erd
28743 \end_inset
28744
28745 .
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751 }
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \end_layout
28758
28759 \begin_layout Standard
28760 Como alternativa puedes poner el comando 
28761 \begin_inset Quotes eld
28762 \end_inset
28763
28764
28765 \series bold
28766
28767 \backslash
28768 -
28769 \series default
28770
28771 \begin_inset Quotes grd
28772 \end_inset
28773
28774  en ERT directamente antes de la palabra:
28775 \end_layout
28776
28777 \begin_layout Standard
28778 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28779 \begin_inset Quotes eld
28780 \end_inset
28781
28782
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 -
28791 \end_layout
28792
28793 \end_inset
28794
28795 estalarguísimapalabra
28796 \begin_inset Quotes erd
28797 \end_inset
28798
28799 .
28800 \end_layout
28801
28802 \begin_layout Standard
28803 Por supuesto, la palabra sobresale del margen.
28804  Para evitarlo añade, con el menú 
28805 \family sans
28806 Insertar\SpecialChar \menuseparator
28807 Formato
28808 \begin_inset space ~
28809 \end_inset
28810
28811 especial
28812 \begin_inset space ~
28813 \end_inset
28814
28815 \SpecialChar \menuseparator
28816 Salto
28817 \begin_inset space ~
28818 \end_inset
28819
28820 de
28821 \begin_inset space ~
28822 \end_inset
28823
28824
28825 \family default
28826 línea (atajo 
28827 \series bold
28828 Ctrl-Intro
28829 \series default
28830 ), un salto de línea antes de la palabra:
28831 \end_layout
28832
28833 \begin_layout Standard
28834 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28835 \begin_inset Newline newline
28836 \end_inset
28837
28838
28839 \begin_inset ERT
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843
28844
28845 \backslash
28846 mbox{
28847 \end_layout
28848
28849 \end_inset
28850
28851
28852 \begin_inset Quotes eld
28853 \end_inset
28854
28855 estalarguísimapalabra
28856 \begin_inset Quotes erd
28857 \end_inset
28858
28859 .
28860 \begin_inset ERT
28861 status collapsed
28862
28863 \begin_layout Plain Layout
28864
28865 }
28866 \end_layout
28867
28868 \end_inset
28869
28870
28871 \end_layout
28872
28873 \begin_layout Subsection
28874 Alineación vertical
28875 \begin_inset CommandInset label
28876 LatexCommand label
28877 name "sub:Alineación-Vertical"
28878
28879 \end_inset
28880
28881
28882 \begin_inset Index
28883 status collapsed
28884
28885 \begin_layout Plain Layout
28886 Cuadros ! para alineación vertical
28887 \end_layout
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Standard
28895 Con ayuda del comando 
28896 \series bold
28897
28898 \backslash
28899 raisebox
28900 \series default
28901  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28902  
28903 \series bold
28904
28905 \backslash
28906 raisebox
28907 \series default
28908  se utiliza según el esquema:
28909 \end_layout
28910
28911 \begin_layout Standard
28912
28913 \series bold
28914
28915 \backslash
28916 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28917 \end_layout
28918
28919 \begin_layout Standard
28920 La elevación puede ser un valor positivo para subir el cuadro o negativo
28921  para bajarlo.
28922 \end_layout
28923
28924 \begin_layout Standard
28925 Para alinear una palabra, p.
28926 \begin_inset space \thinspace{}
28927 \end_inset
28928
28929 e
28930 \begin_inset space ~
28931 \end_inset
28932
28933
28934 \begin_inset Quotes eld
28935 \end_inset
28936
28937 prevención
28938 \begin_inset Quotes erd
28939 \end_inset
28940
28941  para que la parte inferior de la letra más 
28942 \begin_inset Quotes eld
28943 \end_inset
28944
28945 profunda
28946 \begin_inset Quotes erd
28947 \end_inset
28948
28949  
28950 \begin_inset Quotes eld
28951 \end_inset
28952
28953 p
28954 \begin_inset Quotes erd
28955 \end_inset
28956
28957  esté en la línea de base, inserta el comando
28958 \end_layout
28959
28960 \begin_layout Standard
28961
28962 \series bold
28963
28964 \backslash
28965 raisebox{
28966 \backslash
28967 depth}{
28968 \end_layout
28969
28970 \begin_layout Standard
28971 en ERT antes de la palabra.
28972  Detrás de la palabra inserta una llave de cierre 
28973 \begin_inset Quotes eld
28974 \end_inset
28975
28976
28977 \series bold
28978 }
28979 \series default
28980
28981 \begin_inset Quotes erd
28982 \end_inset
28983
28984  en ERT.
28985 \begin_inset Newline newline
28986 \end_inset
28987
28988 Este es el resultado:
28989 \end_layout
28990
28991 \begin_layout Standard
28992 Esto es una línea de texto con la palabra 
28993 \begin_inset ERT
28994 status collapsed
28995
28996 \begin_layout Plain Layout
28997
28998
28999 \backslash
29000 raisebox{
29001 \backslash
29002 depth}{
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \begin_inset Quotes eld
29009 \end_inset
29010
29011 prevención
29012 \begin_inset Quotes erd
29013 \end_inset
29014
29015
29016 \begin_inset ERT
29017 status collapsed
29018
29019 \begin_layout Plain Layout
29020
29021 }
29022 \end_layout
29023
29024 \end_inset
29025
29026  elevada.
29027 \end_layout
29028
29029 \begin_layout Standard
29030 \begin_inset VSpace bigskip
29031 \end_inset
29032
29033 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29034 \end_layout
29035
29036 \begin_layout Standard
29037 Esto es una línea de texto con la palabra 
29038 \begin_inset ERT
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042
29043
29044 \backslash
29045 raisebox{-
29046 \backslash
29047 depth}{
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \begin_inset Quotes eld
29054 \end_inset
29055
29056 prevención
29057 \begin_inset Quotes erd
29058 \end_inset
29059
29060
29061 \begin_inset ERT
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065
29066 }
29067 \end_layout
29068
29069 \end_inset
29070
29071  como palabra más baja.
29072 \begin_inset Newline newline
29073 \end_inset
29074
29075 Esto es una línea de texto con la palabra 
29076 \begin_inset ERT
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080
29081
29082 \backslash
29083 raisebox{0.5cm}{
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \begin_inset Quotes eld
29090 \end_inset
29091
29092 testigo
29093 \begin_inset Quotes erd
29094 \end_inset
29095
29096
29097 \begin_inset ERT
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101
29102 }
29103 \end_layout
29104
29105 \end_inset
29106
29107  como palabra más alta.
29108 \end_layout
29109
29110 \begin_layout Standard
29111 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29112  Por ejemplo
29113 \end_layout
29114
29115 \begin_layout Standard
29116
29117 \series bold
29118
29119 \backslash
29120 raisebox{-
29121 \backslash
29122 depth}[0pt]{
29123 \end_layout
29124
29125 \begin_layout Standard
29126 Esto es una línea de texto con la palabra 
29127 \begin_inset ERT
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131
29132
29133 \backslash
29134 raisebox{-
29135 \backslash
29136 depth}[0pt]{
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \begin_inset Quotes eld
29143 \end_inset
29144
29145 prevención
29146 \begin_inset Quotes erd
29147 \end_inset
29148
29149
29150 \begin_inset ERT
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154
29155 }
29156 \end_layout
29157
29158 \end_inset
29159
29160  como palabra más baja.
29161 \begin_inset Newline newline
29162 \end_inset
29163
29164 Esto es una línea de texto con la palabra 
29165 \begin_inset ERT
29166 status collapsed
29167
29168 \begin_layout Plain Layout
29169
29170
29171 \backslash
29172 raisebox{0.5cm}[0pt]{
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \begin_inset Quotes eld
29179 \end_inset
29180
29181 testigo
29182 \begin_inset Quotes erd
29183 \end_inset
29184
29185
29186 \begin_inset ERT
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190
29191 }
29192 \end_layout
29193
29194 \end_inset
29195
29196  como palabra más alta.
29197 \end_layout
29198
29199 \begin_layout Section
29200 Cuadros coloreados
29201 \begin_inset CommandInset label
29202 LatexCommand label
29203 name "sec:Cuadros-Coloreados"
29204
29205 \end_inset
29206
29207
29208 \begin_inset Index
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212 Cuadros ! Color
29213 \end_layout
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \begin_layout Subsection
29221 Color en texto
29222 \begin_inset Index
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Color ! en texto
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29236  Esto requiere cargar el paquete LaTeX 
29237 \series bold
29238 color
29239 \series default
29240
29241 \begin_inset Index
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245 LaTeX-paquetes ! color
29246 \end_layout
29247
29248 \end_inset
29249
29250  en el preámbulo del documento con
29251 \end_layout
29252
29253 \begin_layout Standard
29254
29255 \series bold
29256
29257 \backslash
29258 @ifundef\SpecialChar \textcompwordmark{}
29259 ined{textcolor}
29260 \begin_inset Newline newline
29261 \end_inset
29262
29263
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269
29270 \backslash
29271 hphantom{ }
29272 \end_layout
29273
29274 \end_inset
29275
29276 {
29277 \backslash
29278 usepackage{color}}{}
29279 \end_layout
29280
29281 \begin_layout Standard
29282 LyX cargará automáticamente el paquete 
29283 \series bold
29284 color
29285 \series default
29286  cuando colorees texto
29287 \begin_inset Foot
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291 Para evitar cargarlo dos veces se usa el comando 
29292 \series bold
29293
29294 \backslash
29295 @ifundef\SpecialChar \textcompwordmark{}
29296 ined
29297 \series default
29298 .
29299 \end_layout
29300
29301 \end_inset
29302
29303 .
29304 \end_layout
29305
29306 \begin_layout Standard
29307 \begin_inset VSpace medskip
29308 \end_inset
29309
29310 Los cuadros coloreados se crean con el comando 
29311 \series bold
29312
29313 \backslash
29314 colorbox
29315 \series default
29316 , de acuerdo con el siguiente esquema:
29317 \end_layout
29318
29319 \begin_layout Standard
29320
29321 \series bold
29322
29323 \backslash
29324 colorbox{color}{contenido del cuadro}
29325 \end_layout
29326
29327 \begin_layout Standard
29328 El contenido también puede ser un cuadro y los cuadros coloreados también
29329  pueden estar en otros cuadros.
29330 \end_layout
29331
29332 \begin_layout Standard
29333 Los siguientes colores están predefinidos:
29334 \begin_inset Newline newline
29335 \end_inset
29336
29337
29338 \family sans
29339 red
29340 \family default
29341
29342 \family sans
29343 green
29344 \family default
29345
29346 \family sans
29347 yellow, blue
29348 \family default
29349
29350 \family sans
29351 cyan
29352 \family default
29353 \series bold
29354 ,
29355 \series default
29356  
29357 \family sans
29358 magenta, black
29359 \family default
29360
29361 \family sans
29362 white
29363 \family default
29364 .
29365 \begin_inset Newline newline
29366 \end_inset
29367
29368 También puedes definir tus propios colores según se explica en la sección
29369 \begin_inset space ~
29370 \end_inset
29371
29372
29373 \begin_inset CommandInset ref
29374 LatexCommand ref
29375 reference "sec:Tablas-Coloreadas"
29376
29377 \end_inset
29378
29379 .
29380 \end_layout
29381
29382 \begin_layout Standard
29383 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29384 \end_layout
29385
29386 \begin_layout Standard
29387
29388 \series bold
29389
29390 \backslash
29391 colorbox{red}{
29392 \end_layout
29393
29394 \begin_layout Standard
29395 en ERT antes de la palabra.
29396  Tras la palabra inserta una llave de cierre 
29397 \begin_inset Quotes eld
29398 \end_inset
29399
29400
29401 \series bold
29402 }
29403 \series default
29404
29405 \begin_inset Quotes erd
29406 \end_inset
29407
29408  en ERT.
29409 \begin_inset Newline newline
29410 \end_inset
29411
29412 Este es el resultado:
29413 \end_layout
29414
29415 \begin_layout Standard
29416 Línea en la que la palabra 
29417 \begin_inset ERT
29418 status collapsed
29419
29420 \begin_layout Plain Layout
29421
29422
29423 \backslash
29424 colorbox{red}{
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \begin_inset Quotes eld
29431 \end_inset
29432
29433 ¡Atención!
29434 \begin_inset Quotes erd
29435 \end_inset
29436
29437
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443 }
29444 \end_layout
29445
29446 \end_inset
29447
29448  tiene fondo rojo.
29449 \end_layout
29450
29451 \begin_layout Standard
29452 \begin_inset VSpace bigskip
29453 \end_inset
29454
29455 Si quieres un marco de distinto color, puedes emplear el comando 
29456 \series bold
29457
29458 \backslash
29459 fcolorbox
29460 \series default
29461  con el esquema siguiente:
29462 \end_layout
29463
29464 \begin_layout Standard
29465
29466 \series bold
29467
29468 \backslash
29469 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29470 \end_layout
29471
29472 \begin_layout Standard
29473
29474 \series bold
29475
29476 \backslash
29477 fcolorbox
29478 \series default
29479  es una extensión de 
29480 \series bold
29481
29482 \backslash
29483 colorbox
29484 \series default
29485 .
29486  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29487  con las longitudes 
29488 \series bold
29489
29490 \backslash
29491 fboxrule
29492 \series default
29493  y 
29494 \series bold
29495
29496 \backslash
29497 fboxsep
29498 \series default
29499 , respectivamente, como se describe en la sección
29500 \begin_inset space ~
29501 \end_inset
29502
29503
29504 \begin_inset CommandInset ref
29505 LatexCommand ref
29506 reference "sec:Cuadros-Enmarcados"
29507
29508 \end_inset
29509
29510 .
29511 \end_layout
29512
29513 \begin_layout Standard
29514 Para el ejemplo siguiente se ha utilizado el comando
29515 \end_layout
29516
29517 \begin_layout Standard
29518
29519 \series bold
29520
29521 \backslash
29522 fcolorbox{cyan}{magenta}{
29523 \end_layout
29524
29525 \begin_layout Standard
29526 Este es un ejemplo en el que se ha puesto un grosor de 1
29527 \begin_inset space \thinspace{}
29528 \end_inset
29529
29530 mm para la línea del marco:
29531 \begin_inset Newline newline
29532 \end_inset
29533
29534
29535 \begin_inset ERT
29536 status collapsed
29537
29538 \begin_layout Plain Layout
29539
29540
29541 \backslash
29542 fboxrule 1mm 
29543 \backslash
29544 fboxsep 1mm
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \begin_inset ERT
29551 status collapsed
29552
29553 \begin_layout Plain Layout
29554
29555
29556 \backslash
29557 fcolorbox{cyan}{magenta}{
29558 \end_layout
29559
29560 \end_inset
29561
29562 Texto en un marco coloreado y enmarcado.
29563 \begin_inset ERT
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567
29568 }
29569 \end_layout
29570
29571 \end_inset
29572
29573
29574 \end_layout
29575
29576 \begin_layout Standard
29577 \begin_inset VSpace bigskip
29578 \end_inset
29579
29580 Por supuesto también puedes colorear el texto en un marco coloreado:
29581 \begin_inset Newline newline
29582 \end_inset
29583
29584
29585 \begin_inset ERT
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589
29590
29591 \backslash
29592 fcolorbox{cyan}{magenta}{
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \color yellow
29599 Texto coloreado en un marco sombreado y coloreado.
29600 \color none
29601
29602 \begin_inset ERT
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606
29607 }
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \begin_inset ERT
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618
29619 \backslash
29620 fboxrule 0.4pt 
29621 \backslash
29622 fboxsep 3pt
29623 \end_layout
29624
29625 \end_inset
29626
29627
29628 \end_layout
29629
29630 \begin_layout Standard
29631
29632 \series bold
29633 \begin_inset VSpace medskip
29634 \end_inset
29635
29636
29637 \end_layout
29638
29639 \begin_layout Standard
29640 \begin_inset Note Greyedout
29641 status open
29642
29643 \begin_layout Plain Layout
29644
29645 \series bold
29646 Nota:
29647 \series default
29648  El texto en cuadros coloreados no puede tener saltos de línea.
29649  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29650  coloreado como se describe a continuación.
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \end_layout
29657
29658 \begin_layout Subsection
29659 Color en párrafos
29660 \begin_inset CommandInset label
29661 LatexCommand label
29662 name "sub:Color-en-Párrafos"
29663
29664 \end_inset
29665
29666
29667 \begin_inset Index
29668 status collapsed
29669
29670 \begin_layout Plain Layout
29671 Color ! en párrafos
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29681  Antes de la minipágina inserta el comando 
29682 \series bold
29683
29684 \backslash
29685 colorbox
29686 \end_layout
29687
29688 \begin_layout Standard
29689
29690 \series bold
29691
29692 \backslash
29693 colorbox{color}{
29694 \end_layout
29695
29696 \begin_layout Standard
29697 en ERT.
29698  Detrás de la minipágina inserta una llave de cierre 
29699 \begin_inset Quotes eld
29700 \end_inset
29701
29702
29703 \series bold
29704 }
29705 \series default
29706
29707 \begin_inset Quotes erd
29708 \end_inset
29709
29710  en ERT.
29711 \end_layout
29712
29713 \begin_layout Standard
29714 \begin_inset ERT
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718
29719
29720 \backslash
29721 colorbox{grisclaro}{
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \begin_inset Box Frameless
29728 position "t"
29729 hor_pos "c"
29730 has_inner_box 1
29731 inner_pos "t"
29732 use_parbox 0
29733 width "100col%"
29734 special "none"
29735 height "1in"
29736 height_special "totalheight"
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 Texto con color de fondo.
29741  Texto con color de fondo.
29742 \end_layout
29743
29744 \begin_layout Plain Layout
29745 \begin_inset VSpace defskip
29746 \end_inset
29747
29748 El texto puede tener notas al pie
29749 \begin_inset Foot
29750 status open
29751
29752 \begin_layout Plain Layout
29753 Otro ejemplo de nota
29754 \end_layout
29755
29756 \end_inset
29757
29758  y puede incluir tablas y figuras.
29759 \end_layout
29760
29761 \begin_layout Plain Layout
29762 \align center
29763 \begin_inset Tabular
29764 <lyxtabular version="3" rows="3" columns="3">
29765 <features>
29766 <column alignment="center" valignment="top" width="0">
29767 <column alignment="center" valignment="top" width="0">
29768 <column alignment="center" valignment="top" width="0">
29769 <row>
29770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29771 \begin_inset Text
29772
29773 \begin_layout Plain Layout
29774 a
29775 \end_layout
29776
29777 \end_inset
29778 </cell>
29779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29780 \begin_inset Text
29781
29782 \begin_layout Plain Layout
29783 !
29784 \end_layout
29785
29786 \end_inset
29787 </cell>
29788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29789 \begin_inset Text
29790
29791 \begin_layout Plain Layout
29792 3
29793 \end_layout
29794
29795 \end_inset
29796 </cell>
29797 </row>
29798 <row>
29799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29800 \begin_inset Text
29801
29802 \begin_layout Plain Layout
29803 <
29804 \end_layout
29805
29806 \end_inset
29807 </cell>
29808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29809 \begin_inset Text
29810
29811 \begin_layout Plain Layout
29812 b2
29813 \begin_inset Quotes erd
29814 \end_inset
29815
29816 |
29817 \end_layout
29818
29819 \end_inset
29820 </cell>
29821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29822 \begin_inset Text
29823
29824 \begin_layout Plain Layout
29825 >
29826 \end_layout
29827
29828 \end_inset
29829 </cell>
29830 </row>
29831 <row>
29832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29833 \begin_inset Text
29834
29835 \begin_layout Plain Layout
29836 1
29837 \end_layout
29838
29839 \end_inset
29840 </cell>
29841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29842 \begin_inset Text
29843
29844 \begin_layout Plain Layout
29845 §
29846 \end_layout
29847
29848 \end_inset
29849 </cell>
29850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29851 \begin_inset Text
29852
29853 \begin_layout Plain Layout
29854 c
29855 \end_layout
29856
29857 \end_inset
29858 </cell>
29859 </row>
29860 </lyxtabular>
29861
29862 \end_inset
29863
29864
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875 }
29876 \end_layout
29877
29878 \end_inset
29879
29880
29881 \end_layout
29882
29883 \begin_layout Section
29884 Cuadros rotados y escalados
29885 \end_layout
29886
29887 \begin_layout Standard
29888 Para poder usar los comandos descritos en esta sección hay que cargar el
29889  paquete LaTeX 
29890 \series bold
29891 graphicx
29892 \begin_inset Index
29893 status collapsed
29894
29895 \begin_layout Plain Layout
29896 LaTeX-paquetes ! graphicx
29897 \end_layout
29898
29899 \end_inset
29900
29901
29902 \series default
29903  en el preámbulo del documento, con el comando
29904 \end_layout
29905
29906 \begin_layout Standard
29907
29908 \series bold
29909
29910 \backslash
29911 @ifundefined{rotatebox}
29912 \begin_inset Newline newline
29913 \end_inset
29914
29915
29916 \begin_inset ERT
29917 status collapsed
29918
29919 \begin_layout Plain Layout
29920
29921
29922 \backslash
29923 hphantom{ }
29924 \end_layout
29925
29926 \end_inset
29927
29928 {
29929 \backslash
29930 usepackage{graphicx}}{}
29931 \end_layout
29932
29933 \begin_layout Standard
29934 \begin_inset Note Greyedout
29935 status open
29936
29937 \begin_layout Plain Layout
29938
29939 \series bold
29940 Nota: 
29941 \series default
29942 Algunos visores DVI no pueden mostrar material rotado o escalado.
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \end_layout
29949
29950 \begin_layout Standard
29951 \begin_inset Note Greyedout
29952 status open
29953
29954 \begin_layout Plain Layout
29955
29956 \series bold
29957 Nota:
29958 \series default
29959  Los cuadros rotados o escalados no pueden contener flotantes.
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Subsection
29968 Cuadros rotados
29969 \begin_inset Index
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 Cuadros ! Rotar
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \begin_inset Index
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 Material rotado
29984 \end_layout
29985
29986 \end_inset
29987
29988
29989 \begin_inset Index
29990 status collapsed
29991
29992 \begin_layout Plain Layout
29993 Figuras ! Rotar
29994 \end_layout
29995
29996 \end_inset
29997
29998
29999 \begin_inset Index
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003 Tablas ! Rotar
30004 \end_layout
30005
30006 \end_inset
30007
30008
30009 \end_layout
30010
30011 \begin_layout Standard
30012 Para rotar material debes ponerlo en un cuadro rotado.
30013  Los cuadros rotados se crean con el comando 
30014 \series bold
30015
30016 \backslash
30017 rotatebox
30018 \series default
30019  en código TeX, según el esquema:
30020 \end_layout
30021
30022 \begin_layout Standard
30023
30024 \series bold
30025
30026 \backslash
30027 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30028 \end_layout
30029
30030 \begin_layout Standard
30031 El origen de rotación se especifica en la forma 
30032 \series bold
30033 origin=position
30034 \series default
30035 .
30036  Son posibles las posiciones siguientes: 
30037 \emph on
30038 c
30039 \emph default
30040  (center), 
30041 \emph on
30042 l
30043 \emph default
30044  (left), 
30045 \emph on
30046 r
30047 \emph default
30048  (right), 
30049 \emph on
30050 b
30051 \emph default
30052  (bottom), 
30053 \emph on
30054 t
30055 \emph default
30056  (top), así como combinaciones adecuadas de las posiciones básicas.
30057  Por ejemplo, 
30058 \emph on
30059 lt
30060 \emph default
30061  significa que el origen de rotación es la esquina superior izquierda del
30062  cuadro.
30063  Si no se especifica origen de rotación se usará la posición 
30064 \emph on
30065 l
30066 \emph default
30067 .
30068  El ángulo de rotación es un número de grados, y puede ser negativo.
30069  El sentido de giro es contrario al de las agujas del reloj.
30070 \end_layout
30071
30072 \begin_layout Standard
30073 En el siguiente ejemplo se ha insertado el comando 
30074 \series bold
30075
30076 \backslash
30077 rotatebox[origin=c]{60}{ 
30078 \series default
30079 como código TeX delante del texto «con rotación»; después del texto, el
30080  cuadro se ha cerrado con llave de cierre en código TeX.
30081 \end_layout
30082
30083 \begin_layout Standard
30084 Esta línea contiene texto 
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090
30091 \backslash
30092 rotatebox[origin=c]{60}{
30093 \end_layout
30094
30095 \end_inset
30096
30097 con rotación
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 }
30104 \end_layout
30105
30106 \end_inset
30107
30108 .
30109 \end_layout
30110
30111 \begin_layout Standard
30112 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30113  línea:
30114 \end_layout
30115
30116 \begin_layout Standard
30117 En esta línea hay texto enmarcado 
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 rotatebox[origin=r]{-60}{
30126 \end_layout
30127
30128 \end_inset
30129
30130
30131 \begin_inset Box Doublebox
30132 position "c"
30133 hor_pos "c"
30134 has_inner_box 0
30135 inner_pos "c"
30136 use_parbox 0
30137 width "1in"
30138 special "width"
30139 height "1in"
30140 height_special "totalheight"
30141 status open
30142
30143 \begin_layout Plain Layout
30144 con rotación
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155 }
30156 \end_layout
30157
30158 \end_inset
30159
30160  y 
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 rotatebox[origin=lb]{60}{
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30175 \end_inset
30176
30177
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183 }
30184 \end_layout
30185
30186 \end_inset
30187
30188  una ecuación.
30189 \end_layout
30190
30191 \begin_layout Standard
30192 O una imagen o una tabla:
30193 \end_layout
30194
30195 \begin_layout Standard
30196 Aquí hay una imagen girada 
30197 \begin_inset ERT
30198 status collapsed
30199
30200 \begin_layout Plain Layout
30201
30202
30203 \backslash
30204 rotatebox[origin=lb]{90}{
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \begin_inset Graphics
30211         filename ../clipart/platypus.eps
30212         lyxscale 50
30213         width 25col%
30214
30215 \end_inset
30216
30217
30218 \begin_inset ERT
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222
30223 }
30224 \end_layout
30225
30226 \end_inset
30227
30228  y una tabla girada 
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 rotatebox[origin=l]{-90}{
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \begin_inset Tabular
30243 <lyxtabular version="3" rows="2" columns="2">
30244 <features>
30245 <column alignment="center" valignment="top" width="0">
30246 <column alignment="center" valignment="top" width="0">
30247 <row>
30248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30249 \begin_inset Text
30250
30251 \begin_layout Plain Layout
30252 q
30253 \end_layout
30254
30255 \end_inset
30256 </cell>
30257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30258 \begin_inset Text
30259
30260 \begin_layout Plain Layout
30261 w
30262 \end_layout
30263
30264 \end_inset
30265 </cell>
30266 </row>
30267 <row>
30268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30269 \begin_inset Text
30270
30271 \begin_layout Plain Layout
30272 e
30273 \end_layout
30274
30275 \end_inset
30276 </cell>
30277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30278 \begin_inset Text
30279
30280 \begin_layout Plain Layout
30281 r
30282 \end_layout
30283
30284 \end_inset
30285 </cell>
30286 </row>
30287 </lyxtabular>
30288
30289 \end_inset
30290
30291
30292 \begin_inset ERT
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296
30297 }
30298 \end_layout
30299
30300 \end_inset
30301
30302
30303 \end_layout
30304
30305 \begin_layout Subsection
30306 Cuadros escalados
30307 \begin_inset Index
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311 Cuadros ! Escalar
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \begin_inset Index
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 Material escalado
30322 \end_layout
30323
30324 \end_inset
30325
30326
30327 \begin_inset Index
30328 status collapsed
30329
30330 \begin_layout Plain Layout
30331 Figuras ! Escalar
30332 \end_layout
30333
30334 \end_inset
30335
30336
30337 \begin_inset Index
30338 status collapsed
30339
30340 \begin_layout Plain Layout
30341 Tablas ! Escalar
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350 Para escalar material se pueden usar los comandos 
30351 \series bold
30352
30353 \backslash
30354 scalebox
30355 \series default
30356  y 
30357 \series bold
30358
30359 \backslash
30360 resizebox 
30361 \series default
30362 en código TeX.
30363 \end_layout
30364
30365 \begin_layout Standard
30366
30367 \series bold
30368
30369 \backslash
30370 scalebox
30371 \series default
30372  se usa con el esquema siguiente:
30373 \end_layout
30374
30375 \begin_layout Standard
30376
30377 \series bold
30378
30379 \backslash
30380 scalebox{horizontal}[vertical]{contenido del cuadro}
30381 \end_layout
30382
30383 \begin_layout Standard
30384 Horizontal y vertical son los factores de escala correspondientes.
30385  Si no se especifica factor vertical, su valor será el mismo que el factor
30386  de escala horizontal.
30387  
30388 \end_layout
30389
30390 \begin_layout Standard
30391 Por ejemplo, el comando 
30392 \series bold
30393
30394 \backslash
30395 scalebox{2}{Hola} 
30396 \series default
30397 crea un 
30398 \begin_inset ERT
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402
30403
30404 \backslash
30405 scalebox{2}{
30406 \end_layout
30407
30408 \end_inset
30409
30410 Hola
30411 \begin_inset ERT
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415
30416 }
30417 \end_layout
30418
30419 \end_inset
30420
30421  de doble tamaño que el texto normal del documento.
30422 \end_layout
30423
30424 \begin_layout Standard
30425 El comando 
30426 \series bold
30427
30428 \backslash
30429 scalebox{2}[1]{Hola} 
30430 \series default
30431 distorsiona el 
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 scalebox{2}[1]{
30440 \end_layout
30441
30442 \end_inset
30443
30444 Hola
30445 \begin_inset ERT
30446 status collapsed
30447
30448 \begin_layout Plain Layout
30449
30450 }
30451 \end_layout
30452
30453 \end_inset
30454
30455 .
30456 \end_layout
30457
30458 \begin_layout Standard
30459 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30460  Por eso el comando 
30461 \series bold
30462
30463 \backslash
30464 scalebox{-1}[1]{Hola} 
30465 \series default
30466 puede usarse para reflejar un texto: 
30467 \begin_inset ERT
30468 status collapsed
30469
30470 \begin_layout Plain Layout
30471
30472
30473 \backslash
30474 scalebox{-1}[1]{
30475 \end_layout
30476
30477 \end_inset
30478
30479 Hola
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485 }
30486 \end_layout
30487
30488 \end_inset
30489
30490 .
30491 \end_layout
30492
30493 \begin_layout Standard
30494
30495 \series bold
30496
30497 \backslash
30498 scalebox{1}[-1]{Hola} 
30499 \series default
30500 refleja el 
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506
30507 \backslash
30508 scalebox{1}[-1]{
30509 \end_layout
30510
30511 \end_inset
30512
30513 Hola
30514 \begin_inset ERT
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518
30519 }
30520 \end_layout
30521
30522 \end_inset
30523
30524  sobre la base.
30525 \end_layout
30526
30527 \begin_layout Standard
30528 El comando 
30529 \series bold
30530
30531 \backslash
30532 scalebox{-1}[1]{contenido del cuadro} 
30533 \series default
30534 puede sustituirse por 
30535 \series bold
30536
30537 \begin_inset Newline newline
30538 \end_inset
30539
30540
30541 \backslash
30542 reflectbox{contenido del cuadro}
30543 \begin_inset VSpace defskip
30544 \end_inset
30545
30546
30547 \end_layout
30548
30549 \begin_layout Standard
30550 El comando 
30551 \series bold
30552
30553 \backslash
30554 resizebox
30555 \series default
30556  sirve para escalar el cuadro a una altura y anchura definidas, según el
30557  esquema:
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 resizebox{anchura}{altura}{contenido del cuadro}
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Si uno de los argumentos del comando es un signo de exclamación, 
30570 \series bold
30571 !
30572 \series default
30573 , la escala se produce de forma que se mantiene la relación de las dimensiones
30574  originales del contenido del cuadro.
30575  
30576 \end_layout
30577
30578 \begin_layout Standard
30579 El comando 
30580 \series bold
30581
30582 \backslash
30583 resizebox{2cm}{1cm}{Hola}
30584 \series default
30585  genera: 
30586 \begin_inset ERT
30587 status collapsed
30588
30589 \begin_layout Plain Layout
30590
30591
30592 \backslash
30593 resizebox{2cm}{1cm}{
30594 \end_layout
30595
30596 \end_inset
30597
30598 Hola
30599 \begin_inset ERT
30600 status collapsed
30601
30602 \begin_layout Plain Layout
30603
30604 }
30605 \end_layout
30606
30607 \end_inset
30608
30609
30610 \begin_inset Newline newline
30611 \end_inset
30612
30613 El comando 
30614 \series bold
30615
30616 \backslash
30617 resizebox{2cm}{!}{Hola}
30618 \series default
30619  genera: 
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625
30626 \backslash
30627 resizebox{2cm}{!}{
30628 \end_layout
30629
30630 \end_inset
30631
30632 Hola
30633 \begin_inset ERT
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637
30638 }
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Standard
30647 \begin_inset VSpace defskip
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \begin_layout Standard
30654 \begin_inset Note Greyedout
30655 status open
30656
30657 \begin_layout Plain Layout
30658
30659 \series bold
30660 Nota: 
30661 \series default
30662 Si los argumentos de 
30663 \series bold
30664
30665 \backslash
30666 scalebox
30667 \series default
30668  o 
30669 \series bold
30670
30671 \backslash
30672 resizebox
30673 \series default
30674  son cero, no se generan errores de LaTeX al exportar el documento, pero
30675  puede suceder que la salida no se muestre o que sea incompleta.
30676  
30677 \end_layout
30678
30679 \end_inset
30680
30681
30682 \begin_inset VSpace defskip
30683 \end_inset
30684
30685
30686 \end_layout
30687
30688 \begin_layout Standard
30689 Los cuadros se pueden combinar en cualquier orden.
30690  Por ejemplo, el comando
30691 \series bold
30692
30693 \begin_inset Newline newline
30694 \end_inset
30695
30696
30697 \backslash
30698 rotatebox[origin=c]{-45}{
30699 \backslash
30700 resizebox{2cm}{!}{
30701 \backslash
30702 reflectbox{Hola}}}
30703 \begin_inset Newline newline
30704 \end_inset
30705
30706
30707 \series default
30708 genera:
30709 \end_layout
30710
30711 \begin_layout Standard
30712 \noindent
30713 \align center
30714 \begin_inset ERT
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718
30719
30720 \backslash
30721 rotatebox[origin=c]{-45}{
30722 \backslash
30723 resizebox{2cm}{!}{
30724 \backslash
30725 reflectbox{
30726 \end_layout
30727
30728 \end_inset
30729
30730 Hola
30731 \begin_inset ERT
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735
30736 }}}
30737 \end_layout
30738
30739 \end_inset
30740
30741
30742 \end_layout
30743
30744 \begin_layout Standard
30745 \noindent
30746 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \noindent
30751
30752 \end_layout
30753
30754 \begin_layout Standard
30755 \align center
30756 \begin_inset ERT
30757 status collapsed
30758
30759 \begin_layout Plain Layout
30760
30761
30762 \backslash
30763 rotatebox[origin=c]{-30}{
30764 \backslash
30765 resizebox{2cm}{!}{
30766 \backslash
30767 reflectbox{
30768 \end_layout
30769
30770 \end_inset
30771
30772
30773 \begin_inset Graphics
30774         filename ../clipart/platypus.eps
30775         lyxscale 50
30776         width 25col%
30777
30778 \end_inset
30779
30780
30781 \begin_inset ERT
30782 status collapsed
30783
30784 \begin_layout Plain Layout
30785
30786 }}}
30787 \end_layout
30788
30789 \end_inset
30790
30791
30792 \begin_inset ERT
30793 status collapsed
30794
30795 \begin_layout Plain Layout
30796
30797
30798 \backslash
30799 rotatebox[origin=c]{-45}{
30800 \backslash
30801 resizebox{2cm}{!}{
30802 \backslash
30803 reflectbox{
30804 \end_layout
30805
30806 \end_inset
30807
30808
30809 \begin_inset Tabular
30810 <lyxtabular version="3" rows="2" columns="2">
30811 <features>
30812 <column alignment="center" valignment="top" width="0">
30813 <column alignment="center" valignment="top" width="0">
30814 <row>
30815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30816 \begin_inset Text
30817
30818 \begin_layout Plain Layout
30819 q
30820 \end_layout
30821
30822 \end_inset
30823 </cell>
30824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30825 \begin_inset Text
30826
30827 \begin_layout Plain Layout
30828 w
30829 \end_layout
30830
30831 \end_inset
30832 </cell>
30833 </row>
30834 <row>
30835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30836 \begin_inset Text
30837
30838 \begin_layout Plain Layout
30839 e
30840 \end_layout
30841
30842 \end_inset
30843 </cell>
30844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30845 \begin_inset Text
30846
30847 \begin_layout Plain Layout
30848 r
30849 \end_layout
30850
30851 \end_inset
30852 </cell>
30853 </row>
30854 </lyxtabular>
30855
30856 \end_inset
30857
30858
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864 }}}
30865 \end_layout
30866
30867 \end_inset
30868
30869
30870 \begin_inset ERT
30871 status collapsed
30872
30873 \begin_layout Plain Layout
30874
30875
30876 \backslash
30877 rotatebox[origin=c]{-45}{
30878 \backslash
30879 resizebox{2cm}{!}{
30880 \backslash
30881 reflectbox{
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30888 \end_inset
30889
30890
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896 }}}
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Si se usa el estilo global 
30906 \series bold
30907 fleqn
30908 \series default
30909  para las ecuaciones del documento
30910 \begin_inset Foot
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914 Si «fleqn» se añade a las opciones de clase del documento.
30915 \end_layout
30916
30917 \end_inset
30918
30919 , también pueden escalarse las ecuaciones en estilo presentación.
30920 \end_layout
30921
30922 \begin_layout Chapter
30923 Archivo
30924 \begin_inset Index
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928 Archivo, insertar
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \end_layout
30935
30936 \begin_layout Standard
30937 Con el menú 
30938 \family sans
30939 Insertar\SpecialChar \menuseparator
30940 Archivo 
30941 \family default
30942 se pueden insertar archivos externos en un documento.
30943  Estos pueden ser:
30944 \end_layout
30945
30946 \begin_layout Description
30947 Documento
30948 \begin_inset space ~
30949 \end_inset
30950
30951 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30952 \end_layout
30953
30954 \begin_layout Description
30955 Texto
30956 \begin_inset space ~
30957 \end_inset
30958
30959 simple
30960 \begin_inset space ~
30961 \end_inset
30962
30963 como
30964 \begin_inset space ~
30965 \end_inset
30966
30967 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30968  como un nuevo párrafo.
30969 \end_layout
30970
30971 \begin_layout Description
30972 Texto
30973 \begin_inset space ~
30974 \end_inset
30975
30976 simple
30977 \begin_inset space ~
30978 \end_inset
30979
30980 como
30981 \begin_inset space ~
30982 \end_inset
30983
30984 párrafos Un documento de texto; cada línea del texto se inserta tal como
30985  está, formando un solo párrafo.
30986  Las líneas vacías generan un nuevo párrafo en tu documento.
30987 \end_layout
30988
30989 \begin_layout Description
30990 Material
30991 \begin_inset space ~
30992 \end_inset
30993
30994 externo Archivos en diversos formatos.
30995 \end_layout
30996
30997 \begin_layout Description
30998 Documento
30999 \begin_inset space ~
31000 \end_inset
31001
31002 hijo Documentos LyX, LaTeX o texto simple.
31003 \end_layout
31004
31005 \begin_layout Section
31006 Material externo
31007 \begin_inset Index
31008 status collapsed
31009
31010 \begin_layout Plain Layout
31011 Material externo
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 Esta característica te permite insertar archivos en tu documento sin convertirlo
31021 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31022  las necesarias conversiones.
31023  Esto es parecido a la inserción de imágenes en diversos formatos en los
31024  documentos LyX.
31025 \end_layout
31026
31027 \begin_layout Standard
31028 El material externo se puede insertar mediante el diálogo que surge a partir
31029  del menú 
31030 \family sans
31031 Insertar\SpecialChar \menuseparator
31032 Archivo\SpecialChar \menuseparator
31033 Material
31034 \begin_inset space ~
31035 \end_inset
31036
31037 externo
31038 \family default
31039 .
31040  Actualmente se permiten los siguientes tipos de archivo (
31041 \family sans
31042 Plantillas
31043 \family default
31044 ):
31045 \end_layout
31046
31047 \begin_layout Description
31048 Diagrama
31049 \begin_inset space ~
31050 \end_inset
31051
31052 de
31053 \begin_inset space ~
31054 \end_inset
31055
31056 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31057  con el programa 
31058 \series bold
31059
31060 \begin_inset CommandInset href
31061 LatexCommand href
31062 name "XBoard"
31063 target "http://en.wikipedia.org/wiki/XBoard"
31064
31065 \end_inset
31066
31067
31068 \series default
31069 .
31070 \end_layout
31071
31072 \begin_layout Description
31073 Fecha Esta inserta la fecha en el formato 
31074 \emph on
31075 Día-Mes-Año.
31076
31077 \emph default
31078  A continuación hay una fecha insertada como material externo: 
31079 \begin_inset External
31080         template Date
31081         filename .
31082
31083 \end_inset
31084
31085
31086 \lang english
31087
31088 \begin_inset space ~
31089 \end_inset
31090
31091
31092 \begin_inset Note Note
31093 status open
31094
31095 \begin_layout Plain Layout
31096
31097 \lang english
31098 Remove the protected space when bug 4398 is fixed!
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \lang spanish
31105
31106 \begin_inset Newline newline
31107 \end_inset
31108
31109 La fecha no se muestra en LyX, sólo en la salida.
31110  Hay otros dos métodos de insertar una fecha, con el menú 
31111 \family sans
31112 Insertar\SpecialChar \menuseparator
31113 Fecha
31114 \family default
31115  y con el comando LaTeX 
31116 \series bold
31117
31118 \backslash
31119 today
31120 \series default
31121  en ERT.
31122  Los distintos métodos se comparan en la tabla
31123 \begin_inset space ~
31124 \end_inset
31125
31126
31127 \begin_inset CommandInset ref
31128 LatexCommand ref
31129 reference "tab:Comparación-de"
31130
31131 \end_inset
31132
31133 .
31134 \end_layout
31135
31136 \begin_layout Description
31137 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31138 \begin_inset Newline linebreak
31139 \end_inset
31140
31141
31142 \series bold
31143
31144 \begin_inset CommandInset href
31145 LatexCommand href
31146 name "LilyPond"
31147 target "http://en.wikipedia.org/wiki/LilyPond"
31148
31149 \end_inset
31150
31151
31152 \series default
31153 .
31154 \end_layout
31155
31156 \begin_layout Description
31157 RasterImage Sirve para insertar imágenes bitmap.
31158  Casi todos los formatos populares de imágenes están soportados.
31159  Las imágenes se pueden tratar en el diálogo 
31160 \family sans
31161 Material Externo
31162 \family default
31163  como las que habitualmente se incluyen mediante el diálogo 
31164 \family sans
31165 Gráficos
31166 \family default
31167 , tal como se explica en la sección
31168 \begin_inset space ~
31169 \end_inset
31170
31171
31172 \begin_inset CommandInset ref
31173 LatexCommand ref
31174 reference "sec:Diálogo-Gráficos"
31175
31176 \end_inset
31177
31178 .
31179  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31180  PDF y EPS no están soportadas.
31181 \end_layout
31182
31183 \begin_layout Description
31184 XFig Esta plantilla soporta imágenes creadas con el programa 
31185 \series bold
31186
31187 \begin_inset CommandInset href
31188 LatexCommand href
31189 name "Xfig"
31190 target "http://en.wikipedia.org/wiki/Xfig"
31191
31192 \end_inset
31193
31194
31195 \series default
31196 .
31197 \end_layout
31198
31199 \begin_layout Standard
31200 \begin_inset Float table
31201 placement h
31202 wide false
31203 sideways false
31204 status open
31205
31206 \begin_layout Plain Layout
31207 \begin_inset Caption
31208
31209 \begin_layout Plain Layout
31210 \begin_inset CommandInset label
31211 LatexCommand label
31212 name "tab:Comparación-de"
31213
31214 \end_inset
31215
31216 Comparación de los métodos de inserción de fecha.
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \end_layout
31223
31224 \begin_layout Plain Layout
31225 \align center
31226 \begin_inset Tabular
31227 <lyxtabular version="3" rows="4" columns="4">
31228 <features>
31229 <column alignment="center" valignment="top" width="0">
31230 <column alignment="center" valignment="top" width="0">
31231 <column alignment="center" valignment="top" width="0">
31232 <column alignment="center" valignment="top" width="0">
31233 <row>
31234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31235 \begin_inset Text
31236
31237 \begin_layout Plain Layout
31238 Tipo del Documento
31239 \end_layout
31240
31241 \end_inset
31242 </cell>
31243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31244 \begin_inset Text
31245
31246 \begin_layout Plain Layout
31247
31248 \family sans
31249 Material Externo\SpecialChar \menuseparator
31250 Fecha
31251 \end_layout
31252
31253 \end_inset
31254 </cell>
31255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31256 \begin_inset Text
31257
31258 \begin_layout Plain Layout
31259
31260 \family sans
31261 Insertar\SpecialChar \menuseparator
31262 Fecha
31263 \end_layout
31264
31265 \end_inset
31266 </cell>
31267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31268 \begin_inset Text
31269
31270 \begin_layout Plain Layout
31271 comando 
31272 \series bold
31273
31274 \backslash
31275 today
31276 \end_layout
31277
31278 \end_inset
31279 </cell>
31280 </row>
31281 <row>
31282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31283 \begin_inset Text
31284
31285 \begin_layout Plain Layout
31286 LyX
31287 \end_layout
31288
31289 \end_inset
31290 </cell>
31291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31292 \begin_inset Text
31293
31294 \begin_layout Plain Layout
31295 como cuadro
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304 como fecha
31305 \end_layout
31306
31307 \end_inset
31308 </cell>
31309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31310 \begin_inset Text
31311
31312 \begin_layout Plain Layout
31313 como cuadro ERT
31314 \end_layout
31315
31316 \end_inset
31317 </cell>
31318 </row>
31319 <row>
31320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31321 \begin_inset Text
31322
31323 \begin_layout Plain Layout
31324 LaTeX
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333 como fecha
31334 \end_layout
31335
31336 \end_inset
31337 </cell>
31338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31339 \begin_inset Text
31340
31341 \begin_layout Plain Layout
31342 como fecha
31343 \end_layout
31344
31345 \end_inset
31346 </cell>
31347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31348 \begin_inset Text
31349
31350 \begin_layout Plain Layout
31351 como comando
31352 \end_layout
31353
31354 \end_inset
31355 </cell>
31356 </row>
31357 <row>
31358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31359 \begin_inset Text
31360
31361 \begin_layout Plain Layout
31362 DVI, PDF, PS
31363 \end_layout
31364
31365 \end_inset
31366 </cell>
31367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31368 \begin_inset Text
31369
31370 \begin_layout Plain Layout
31371 como fecha
31372 \end_layout
31373
31374 \end_inset
31375 </cell>
31376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31377 \begin_inset Text
31378
31379 \begin_layout Plain Layout
31380 como fecha
31381 \end_layout
31382
31383 \end_inset
31384 </cell>
31385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31386 \begin_inset Text
31387
31388 \begin_layout Plain Layout
31389 como fecha
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 </row>
31395 </lyxtabular>
31396
31397 \end_inset
31398
31399
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \end_layout
31406
31407 \begin_layout Standard
31408 Si utilizas la opción 
31409 \family sans
31410 Borrador
31411 \family default
31412  en la solapa 
31413 \family sans
31414 Archivo
31415 \family default
31416  del diálogo 
31417 \family sans
31418 Material Externo
31419 \family default
31420 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31421 \family sans
31422
31423 \begin_inset Newline newline
31424 \end_inset
31425
31426
31427 \family default
31428 El material externo se muestra en LyX como un cuadro del tipo:
31429 \family sans
31430  
31431 \family default
31432
31433 \begin_inset Graphics
31434         filename clipart/MaterialExternoQt4.png
31435         scale 80
31436
31437 \end_inset
31438
31439  o como imagen, según la configuración elegida en la solapa 
31440 \family sans
31441 Vista
31442 \begin_inset space ~
31443 \end_inset
31444
31445 LyX 
31446 \family default
31447 del diálogo 
31448 \family sans
31449 Material Externo.
31450 \end_layout
31451
31452 \begin_layout Standard
31453 En el manual 
31454 \emph on
31455 Personalización
31456 \emph default
31457  se explica cómo definir tus propias plantillas.
31458 \end_layout
31459
31460 \begin_layout Section
31461 Documento hijo
31462 \begin_inset CommandInset label
31463 LatexCommand label
31464 name "sec:Documento-Hijo"
31465
31466 \end_inset
31467
31468
31469 \begin_inset Index
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 Documento hijo
31474 \end_layout
31475
31476 \end_inset
31477
31478
31479 \end_layout
31480
31481 \begin_layout Standard
31482 Los documentos hijos se emplean en el caso de tener un documento extenso
31483  compuesto por varias partes o secciones más grandes.
31484  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31485  en varios archivos que pueden ser revisados por separado.
31486  Estos archivos se conocen como documentos hijos, y el llamado documento
31487  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31488  
31489 \end_layout
31490
31491 \begin_layout Standard
31492 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31493  cuadros del tipo: 
31494 \begin_inset Graphics
31495         filename clipart/DocumentoHijoQt4.png
31496         scale 80
31497
31498 \end_inset
31499
31500 .
31501  Para incluir documentos hijos en un documento maestro utiliza el menú 
31502 \family sans
31503 Insertar
31504 \family default
31505 \SpecialChar \menuseparator
31506
31507 \family sans
31508 Archivo
31509 \family default
31510 \SpecialChar \menuseparator
31511
31512 \family sans
31513 Documento
31514 \begin_inset space ~
31515 \end_inset
31516
31517 hijo
31518 \family default
31519 .
31520  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31521 \end_layout
31522
31523 \begin_layout Description
31524 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31525  Al pulsar el botón 
31526 \family sans
31527 Cargar
31528 \family default
31529  en el diálogo 
31530 \family sans
31531 Documento hijo
31532 \family default
31533 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31534  la ventana de LyX y así puedes modificarlos si quieres.
31535 \end_layout
31536
31537 \begin_layout Standard
31538 Aquí hay un archivo insertado con el método 
31539 \family sans
31540 Incluir
31541 \family default
31542
31543 \begin_inset CommandInset include
31544 LatexCommand include
31545 filename "DocumentoPostizo1.lyx"
31546
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \begin_layout Standard
31553 La numeración de secciones tiene en cuenta las secciones de los archivos
31554  incluidos en el orden en que están insertados en el documento maestro.
31555  El documento incluido de ejemplo tiene una subsección que se numera como
31556  subsección de la presente sección.
31557  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31558 \begin_inset space ~
31559 \end_inset
31560
31561
31562 \begin_inset CommandInset ref
31563 LatexCommand ref
31564 reference "sub:Subsección-Externa-1"
31565
31566 \end_inset
31567
31568 .
31569 \end_layout
31570
31571 \begin_layout Standard
31572 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31573  del documento maestro.
31574  Los documentos incluidos se insertan comenzando una página nueva y acabando
31575  con un salto de página.
31576 \end_layout
31577
31578 \begin_layout Standard
31579 Con el comando LaTeX 
31580 \series bold
31581
31582 \backslash
31583 includeonly
31584 \series default
31585  puedes determinar qué documentos hijos serán procesados al generar la salida.
31586  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31587  un extenso documento y quieres ahorrar tiempo de compilación.
31588  
31589 \series bold
31590
31591 \backslash
31592 includeonly 
31593 \series default
31594 se inserta en el preámbulo del documento maestro, poniendo como argumento
31595  una lista de los nombres de archivo separados con comas, p.
31596 \begin_inset space \thinspace{}
31597 \end_inset
31598
31599 e.
31600  la orden:
31601 \end_layout
31602
31603 \begin_layout Standard
31604
31605 \series bold
31606
31607 \backslash
31608 includeonly{capítulo1,capítulo5}
31609 \end_layout
31610
31611 \begin_layout Standard
31612 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31613 \begin_inset Quotes eld
31614 \end_inset
31615
31616 capítulo1.lyx
31617 \begin_inset Quotes erd
31618 \end_inset
31619
31620  (o 
31621 \begin_inset Quotes eld
31622 \end_inset
31623
31624 capítulo1.tex
31625 \begin_inset Quotes erd
31626 \end_inset
31627
31628 ) y 
31629 \begin_inset Quotes eld
31630 \end_inset
31631
31632 capítulo5.lyx
31633 \begin_inset Quotes erd
31634 \end_inset
31635
31636 .
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset Note Greyedout
31641 status open
31642
31643 \begin_layout Plain Layout
31644
31645 \series bold
31646 Nota:
31647 \series default
31648  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31649  a la del documento maestro, recibirás una advertencia al exportar/ver el
31650  documento, ya que esto podría dar resultados inesperados.
31651 \end_layout
31652
31653 \end_inset
31654
31655
31656 \end_layout
31657
31658 \begin_layout Description
31659 Entrada Este método es muy parecido al método 
31660 \family sans
31661 Incluir
31662 \family default
31663 .
31664  Las diferencias son:
31665 \end_layout
31666
31667 \begin_deeper
31668 \begin_layout Itemize
31669 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31670  un salto de página.
31671 \end_layout
31672
31673 \begin_layout Itemize
31674 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31675 \family sans
31676 Vista
31677 \begin_inset space ~
31678 \end_inset
31679
31680 preliminar
31681 \begin_inset space ~
31682 \end_inset
31683
31684 inmediata 
31685 \family default
31686 está activada en el diálogo 
31687 \family sans
31688 Herramientas\SpecialChar \menuseparator
31689 Preferencias
31690 \family default
31691 , apartado 
31692 \family sans
31693 Apariencia\SpecialChar \menuseparator
31694 Gráficos
31695 \family default
31696 .
31697 \end_layout
31698
31699 \begin_layout Itemize
31700 No se puede utilizar el comando LaTeX 
31701 \series bold
31702
31703 \backslash
31704 includeonly
31705 \series default
31706 .
31707 \end_layout
31708
31709 \end_deeper
31710 \begin_layout Standard
31711 Aquí hay un documento hijo insertado con el método 
31712 \family sans
31713 Entrada
31714 \family default
31715 :
31716 \end_layout
31717
31718 \begin_layout Standard
31719 \begin_inset CommandInset include
31720 LatexCommand input
31721 filename "DocumentoPostizo2.lyx"
31722
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \begin_layout Description
31729 Literal Con este método se puede incluir todo archivo de texto.
31730  El archivo aparece en la salida con su código fuente, y si contiene comandos
31731  no se ejecutan.
31732  Con la opción 
31733 \family sans
31734 Marcar espacios en la salida
31735 \family default
31736  cada espacio en el código fuente se muestra en la salida con el carácter
31737  
31738 \begin_inset Quotes eld
31739 \end_inset
31740
31741
31742 \begin_inset ERT
31743 status collapsed
31744
31745 \begin_layout Plain Layout
31746
31747
31748 \backslash
31749 textvisiblespace
31750 \end_layout
31751
31752 \end_inset
31753
31754
31755 \begin_inset Quotes erd
31756 \end_inset
31757
31758 .
31759  La diferencia con el método de inserción mediante el menú 
31760 \family sans
31761 Insertar
31762 \family default
31763 \SpecialChar \menuseparator
31764
31765 \family sans
31766 Archivo
31767 \family default
31768 \SpecialChar \menuseparator
31769
31770 \family sans
31771 Texto
31772 \begin_inset space ~
31773 \end_inset
31774
31775 simple
31776 \family default
31777  es que en este caso el contenido del archivo se ve en LyX, mientras que
31778  en modo 
31779 \family sans
31780 Literal 
31781 \family default
31782 no se muestra el contenido, sino un recuadro con el nombre.
31783
31784 \family sans
31785  
31786 \end_layout
31787
31788 \begin_layout Standard
31789 Aquí se inserta un documento hijo en modo Literal:
31790 \begin_inset CommandInset include
31791 LatexCommand verbatiminput
31792 filename "DocumentoTextoPostizo.txt"
31793
31794 \end_inset
31795
31796
31797 \begin_inset VSpace bigskip
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Aquí se inserta un documento hijo en modo Literal con la opción 
31805 \family sans
31806 Marcar espacios en la salida
31807 \family default
31808 :
31809 \begin_inset CommandInset include
31810 LatexCommand verbatiminput*
31811 filename "DocumentoTextoPostizo.txt"
31812
31813 \end_inset
31814
31815
31816 \begin_inset VSpace bigskip
31817 \end_inset
31818
31819
31820 \end_layout
31821
31822 \begin_layout Standard
31823 \begin_inset Note Greyedout
31824 status open
31825
31826 \begin_layout Plain Layout
31827
31828 \series bold
31829 Nota:
31830 \series default
31831  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31832  incluidos en modo 
31833 \family sans
31834 literal
31835 \family default
31836  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31837  archivo de texto.
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \begin_layout Description
31846 Listado
31847 \begin_inset space ~
31848 \end_inset
31849
31850 de
31851 \begin_inset space ~
31852 \end_inset
31853
31854 programa Este tipo se describe en el capítulo
31855 \begin_inset space ~
31856 \end_inset
31857
31858
31859 \begin_inset CommandInset ref
31860 LatexCommand ref
31861 reference "cha:Listado-de-programa"
31862
31863 \end_inset
31864
31865 .
31866 \end_layout
31867
31868 \begin_layout Standard
31869 \begin_inset Note Greyedout
31870 status open
31871
31872 \begin_layout Plain Layout
31873
31874 \series bold
31875 Nota:
31876 \series default
31877  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31878  problemas en LaTeX.
31879 \end_layout
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Chapter
31887 Listado de programa
31888 \begin_inset CommandInset label
31889 LatexCommand label
31890 name "cha:Listado-de-programa"
31891
31892 \end_inset
31893
31894
31895 \begin_inset Index
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Listado de programa
31900 \end_layout
31901
31902 \end_inset
31903
31904
31905 \begin_inset Index
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909 Listado de programa ! list@
31910 \emph on
31911 listings
31912 \end_layout
31913
31914 \end_inset
31915
31916
31917 \begin_inset Index
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921 Flotantes ! Listado de programa
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \end_layout
31928
31929 \begin_layout Standard
31930 Para incluir y tipografiar código de programación puedes usar la opción
31931  de menú disponible en 
31932 \family sans
31933 Insertar\SpecialChar \menuseparator
31934 Listado
31935 \begin_inset space ~
31936 \end_inset
31937
31938 de
31939 \begin_inset space ~
31940 \end_inset
31941
31942 programa.
31943  
31944 \family default
31945 El paquete LaTeX 
31946 \series bold
31947 listings
31948 \series default
31949
31950 \begin_inset Index
31951 status collapsed
31952
31953 \begin_layout Plain Layout
31954 LaTeX-paquetes ! listings
31955 \end_layout
31956
31957 \end_inset
31958
31959  provee un mecanismo potente y flexible para insertar código fuente en tu
31960  documento.
31961 \end_layout
31962
31963 \begin_layout Standard
31964 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31965  en el que puedes establecer el formato del mismo.
31966 \end_layout
31967
31968 \begin_layout Standard
31969 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
31970  La opción de ubicación 
31971 \family sans
31972 Listado
31973 \begin_inset space ~
31974 \end_inset
31975
31976 insertado
31977 \family default
31978  lo imprime en la línea, como este ejemplo: 
31979 \begin_inset listings
31980 lstparams "language={C++}"
31981 inline true
31982 status open
31983
31984 \begin_layout Plain Layout
31985
31986 \lang english
31987 int a=5;
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \family sans
31994
31995 \begin_inset Newline newline
31996 \end_inset
31997
31998
31999 \family default
32000 La opción 
32001 \family sans
32002 Flotante
32003 \family default
32004  crea un listado flotante cuya colocación se puede especificar mediante
32005  las opciones 
32006 \begin_inset Quotes erd
32007 \end_inset
32008
32009
32010 \family sans
32011 h
32012 \family default
32013
32014 \begin_inset Quotes erd
32015 \end_inset
32016
32017
32018 \begin_inset Quotes eld
32019 \end_inset
32020
32021
32022 \family sans
32023 t
32024 \family default
32025
32026 \begin_inset Quotes erd
32027 \end_inset
32028
32029
32030 \begin_inset Quotes eld
32031 \end_inset
32032
32033
32034 \family sans
32035 b
32036 \family default
32037
32038 \begin_inset Quotes erd
32039 \end_inset
32040
32041  y 
32042 \begin_inset Quotes eld
32043 \end_inset
32044
32045
32046 \family sans
32047 p
32048 \family default
32049
32050 \begin_inset Quotes erd
32051 \end_inset
32052
32053 , correspondientes a las opciones de colocación de flotantes descritas en
32054  la sección
32055 \family sans
32056
32057 \begin_inset space ~
32058 \end_inset
32059
32060
32061 \begin_inset CommandInset ref
32062 LatexCommand ref
32063 reference "sec:Colocación-de-Flotantes"
32064
32065 \end_inset
32066
32067
32068 \family default
32069 .
32070  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32071  p.
32072 \family sans
32073
32074 \begin_inset space \thinspace{}
32075 \end_inset
32076
32077
32078 \family default
32079 e.
32080 \begin_inset space ~
32081 \end_inset
32082
32083
32084 \begin_inset Quotes eld
32085 \end_inset
32086
32087
32088 \family sans
32089 htbp
32090 \family default
32091
32092 \begin_inset Quotes erd
32093 \end_inset
32094
32095 .
32096  La opción 
32097 \begin_inset Quotes eld
32098 \end_inset
32099
32100
32101 \family sans
32102 h
32103 \family default
32104
32105 \begin_inset Quotes erd
32106 \end_inset
32107
32108  a veces no tiene efecto, pero no necesitas usar la opción 
32109 \family sans
32110 Flotante
32111 \family default
32112  en ese caso puesto que los listados de programa no flotantes también pueden
32113  tener leyendas y ser referenciadas.
32114 \end_layout
32115
32116 \begin_layout Standard
32117 Se puede añadir una leyenda a un listado de programa con el menú 
32118 \family sans
32119 Insertar\SpecialChar \menuseparator
32120 Leyenda
32121 \family default
32122
32123 \begin_inset Foot
32124 status open
32125
32126 \begin_layout Plain Layout
32127 Para traducir la etiqueta 
32128 \begin_inset Quotes eld
32129 \end_inset
32130
32131 Listado
32132 \begin_inset Quotes erd
32133 \end_inset
32134
32135  de la leyenda, se añade al preámbulo del documento el comando 
32136 \series bold
32137
32138 \backslash
32139 renewcommand{
32140 \backslash
32141 lstlistingname}{Listado}
32142 \series default
32143 .
32144  (
32145 \emph on
32146 N.
32147 \begin_inset space \thinspace{}
32148 \end_inset
32149
32150 del t.
32151 \emph default
32152 )
32153 \end_layout
32154
32155 \end_inset
32156
32157 .
32158  Los listados de programa se pueden referenciar como los flotantes: Listado
32159 \begin_inset space ~
32160 \end_inset
32161
32162
32163 \begin_inset CommandInset ref
32164 LatexCommand ref
32165 reference "lst:Ejemplo-de-listado-de-programa"
32166
32167 \end_inset
32168
32169
32170 \end_layout
32171
32172 \begin_layout Standard
32173 \begin_inset listings
32174 lstparams "language=Python"
32175 inline false
32176 status collapsed
32177
32178 \begin_layout Plain Layout
32179
32180 \lang english
32181 \begin_inset Caption
32182
32183 \begin_layout Plain Layout
32184 \begin_inset CommandInset label
32185 LatexCommand label
32186 name "lst:Ejemplo-de-listado-de-programa"
32187
32188 \end_inset
32189
32190 Ejemplo de listado de programa flotante
32191 \end_layout
32192
32193 \end_inset
32194
32195 # Ejemplo de listado flotante
32196 \end_layout
32197
32198 \begin_layout Plain Layout
32199
32200 \lang english
32201 def func(param):
32202 \end_layout
32203
32204 \begin_layout Plain Layout
32205
32206 \lang english
32207     'this is a python function'
32208 \end_layout
32209
32210 \begin_layout Plain Layout
32211
32212 \lang english
32213     pass
32214 \end_layout
32215
32216 \end_inset
32217
32218
32219 \end_layout
32220
32221 \begin_layout Standard
32222 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32223  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32224  y tipografiadas de manera especial en la salida.
32225  En el ejemplo, la clave de Python 
32226 \begin_inset Quotes eld
32227 \end_inset
32228
32229 def
32230 \begin_inset Quotes erd
32231 \end_inset
32232
32233  es reconocida y se imprimirá en negrita.
32234 \end_layout
32235
32236 \begin_layout Standard
32237 \begin_inset Note Greyedout
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242 \series bold
32243 Nota:
32244 \series default
32245  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32246  debe probablemente a que dicha fuente no suministra negritas.
32247  En este caso selecciona una fuente distinta en el menú 
32248 \family sans
32249 Documento
32250 \family default
32251 \SpecialChar \menuseparator
32252
32253 \family sans
32254 Configuración
32255 \family default
32256 \SpecialChar \menuseparator
32257
32258 \family sans
32259 Fuentes.
32260  
32261 \family default
32262 (Las fuentes 
32263 \emph on
32264 LuxiMono, BeraMono
32265 \emph default
32266  y 
32267 \emph on
32268 Courier 
32269 \emph default
32270 suministran negritas.)
32271 \end_layout
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 En la sección 
32280 \family sans
32281 Numeración
32282 \begin_inset space ~
32283 \end_inset
32284
32285 de
32286 \begin_inset space ~
32287 \end_inset
32288
32289 líneas
32290 \family default
32291  del diálogo puedes elegir el estilo de numeración de las líneas.
32292  En el campo 
32293 \family sans
32294 Paso 
32295 \family default
32296 puedes insertar un número para determinar qué líneas se numeran.
32297  Por ejemplo, si pones 
32298 \begin_inset Quotes eld
32299 \end_inset
32300
32301 3
32302 \begin_inset Quotes erd
32303 \end_inset
32304
32305 , se numera sólo una de cada tres líneas.
32306  
32307 \end_layout
32308
32309 \begin_layout Standard
32310 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32311  en la salida.
32312  La opción 
32313 \family sans
32314 Tabla
32315 \begin_inset space ~
32316 \end_inset
32317
32318 de
32319 \begin_inset space ~
32320 \end_inset
32321
32322 caracteres
32323 \begin_inset space ~
32324 \end_inset
32325
32326 extendida
32327 \family default
32328  debería emplearse si se usan en el código caracteres nacionales como la
32329  diéresis alemana.
32330 \begin_inset Newline newline
32331 \end_inset
32332
32333 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32334  
32335 \begin_inset Quotes eld
32336 \end_inset
32337
32338 3
32339 \begin_inset Quotes erd
32340 \end_inset
32341
32342 , lenguaje 
32343 \begin_inset Quotes eld
32344 \end_inset
32345
32346 Python
32347 \begin_inset Quotes erd
32348 \end_inset
32349
32350 , opciones de estilo 
32351 \begin_inset Quotes eld
32352 \end_inset
32353
32354 Tabla de caracteres extendida
32355 \begin_inset Quotes erd
32356 \end_inset
32357
32358  y 
32359 \begin_inset Quotes eld
32360 \end_inset
32361
32362 Espacio como símbolo
32363 \begin_inset Quotes erd
32364 \end_inset
32365
32366 , rango de líneas 3-8:
32367 \begin_inset listings
32368 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32369 inline false
32370 status collapsed
32371
32372 \begin_layout Plain Layout
32373
32374 \lang english
32375 def func(param):
32376 \end_layout
32377
32378 \begin_layout Plain Layout
32379
32380 \lang english
32381     'this is a python function'
32382 \end_layout
32383
32384 \begin_layout Plain Layout
32385
32386 \lang english
32387     pass
32388 \end_layout
32389
32390 \begin_layout Plain Layout
32391
32392 \lang english
32393 def func(param):
32394 \end_layout
32395
32396 \begin_layout Plain Layout
32397
32398 \lang english
32399 'This is a German word: Tschüß'
32400 \end_layout
32401
32402 \begin_layout Plain Layout
32403
32404 \lang english
32405 pass
32406 \end_layout
32407
32408 \begin_layout Plain Layout
32409
32410 \lang english
32411 def func(param):
32412 \end_layout
32413
32414 \begin_layout Plain Layout
32415
32416 \lang english
32417 'this is a python function'
32418 \end_layout
32419
32420 \begin_layout Plain Layout
32421
32422 \lang english
32423 pass
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \end_layout
32430
32431 \begin_layout Standard
32432 \begin_inset Note Greyedout
32433 status open
32434
32435 \begin_layout Plain Layout
32436
32437 \series bold
32438 Nota:
32439 \series default
32440  Debido a un error en el paquete 
32441 \series bold
32442 listings
32443 \series default
32444  la numeración de líneas cambia en una línea por cada listado previo.
32445  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32446  3 y 6.
32447 \end_layout
32448
32449 \end_inset
32450
32451
32452 \end_layout
32453
32454 \begin_layout Standard
32455 \begin_inset VSpace bigskip
32456 \end_inset
32457
32458
32459 \end_layout
32460
32461 \begin_layout Standard
32462 También es posible imprimir como listado de programa líneas de un archivo.
32463  Para hacer esto, usa el menú 
32464 \family sans
32465 Insertar\SpecialChar \menuseparator
32466 Archivo\SpecialChar \menuseparator
32467 Documento
32468 \begin_inset space ~
32469 \end_inset
32470
32471 hijo 
32472 \family default
32473 y elige el tipo 
32474 \family sans
32475 Listado de programa
32476 \family default
32477 .
32478 \begin_inset Foot
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482 Los restantes tipos de documento hijo se describen en la sección
32483 \begin_inset space ~
32484 \end_inset
32485
32486
32487 \begin_inset CommandInset ref
32488 LatexCommand ref
32489 reference "sec:Documento-Hijo"
32490
32491 \end_inset
32492
32493 .
32494 \end_layout
32495
32496 \end_inset
32497
32498  En el diálogo de documento hijo puedes especificar los parámetros del listado
32499  en el cuadro de texto.
32500  Para ver una lista de los parámetros disponibles teclea una interrogación
32501  
32502 \begin_inset Quotes eld
32503 \end_inset
32504
32505 ?
32506 \begin_inset Quotes erd
32507 \end_inset
32508
32509  en el cuadro.
32510 \end_layout
32511
32512 \begin_layout Standard
32513 Para referenciar un documento hijo tipo listado, escribe el texto de la
32514  etiqueta en el campo correspondiente del diálogo de documento hijo.
32515  Después se puede referenciar la etiqueta con el menú 
32516 \family sans
32517 Insertar\SpecialChar \menuseparator
32518 Referencia cruzada.
32519 \end_layout
32520
32521 \begin_layout Standard
32522 A continuación hay un ejemplo, Listado
32523 \begin_inset space ~
32524 \end_inset
32525
32526
32527 \begin_inset CommandInset ref
32528 LatexCommand ref
32529 reference "lst:archivo-listado"
32530
32531 \end_inset
32532
32533 , de inserción de líneas de un archivo; en él se incluye el rango de las
32534  líneas 10
32535 \begin_inset space \thinspace{}
32536 \end_inset
32537
32538 -
32539 \begin_inset space \thinspace{}
32540 \end_inset
32541
32542 15 de este archivo LyX.
32543 \end_layout
32544
32545 \begin_layout Standard
32546 \begin_inset CommandInset include
32547 LatexCommand lstinputlisting
32548 filename "EmbeddedObjects.lyx"
32549 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32550
32551 \end_inset
32552
32553
32554 \begin_inset VSpace bigskip
32555 \end_inset
32556
32557
32558 \end_layout
32559
32560 \begin_layout Standard
32561 Las preferencias globales se pueden establecer en el diálogo 
32562 \family sans
32563 Documento\SpecialChar \menuseparator
32564 Configuración\SpecialChar \menuseparator
32565 Diseño
32566 \begin_inset space ~
32567 \end_inset
32568
32569 del
32570 \begin_inset space ~
32571 \end_inset
32572
32573 texto.
32574  
32575 \family default
32576 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32577  
32578 \begin_inset Quotes eld
32579 \end_inset
32580
32581 ?
32582 \begin_inset Quotes erd
32583 \end_inset
32584
32585  en el campo de texto.
32586 \end_layout
32587
32588 \begin_layout Standard
32589 Para más información sobre el paquete 
32590 \series bold
32591 listings
32592 \series default
32593 , consulta su documentación
32594 \begin_inset space ~
32595 \end_inset
32596
32597
32598 \begin_inset CommandInset citation
32599 LatexCommand cite
32600 key "listings"
32601
32602 \end_inset
32603
32604 .
32605 \end_layout
32606
32607 \begin_layout Standard
32608 \begin_inset Newpage newpage
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Chapter
32615 \start_of_appendix
32616 Unidades disponibles en LyX
32617 \begin_inset Index
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621 Unidades
32622 \end_layout
32623
32624 \end_inset
32625
32626
32627 \begin_inset CommandInset label
32628 LatexCommand label
32629 name "cha:Unidades-disponibles-en"
32630
32631 \end_inset
32632
32633
32634 \end_layout
32635
32636 \begin_layout Standard
32637 Para comprender las unidades utilizadas en este manual, el cuadro
32638 \begin_inset space ~
32639 \end_inset
32640
32641
32642 \begin_inset CommandInset ref
32643 LatexCommand ref
32644 reference "tab:Unidades"
32645
32646 \end_inset
32647
32648  describe todas las unidades disponibles en LyX.
32649 \end_layout
32650
32651 \begin_layout Standard
32652 \begin_inset Float table
32653 placement h
32654 wide false
32655 sideways false
32656 status open
32657
32658 \begin_layout Plain Layout
32659 \begin_inset Caption
32660
32661 \begin_layout Plain Layout
32662 \begin_inset CommandInset label
32663 LatexCommand label
32664 name "tab:Unidades"
32665
32666 \end_inset
32667
32668 Unidades
32669 \end_layout
32670
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \begin_layout Plain Layout
32677 \begin_inset VSpace medskip
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Plain Layout
32684 \align center
32685 \begin_inset Tabular
32686 <lyxtabular version="3" rows="20" columns="2">
32687 <features>
32688 <column alignment="center" valignment="top" width="0">
32689 <column alignment="center" valignment="top" width="0">
32690 <row>
32691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695 unidad
32696 \end_layout
32697
32698 \end_inset
32699 </cell>
32700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32701 \begin_inset Text
32702
32703 \begin_layout Plain Layout
32704 nombre/descripción
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 <row>
32711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32712 \begin_inset Text
32713
32714 \begin_layout Plain Layout
32715 mm
32716 \end_layout
32717
32718 \end_inset
32719 </cell>
32720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32721 \begin_inset Text
32722
32723 \begin_layout Plain Layout
32724 milímetro
32725 \end_layout
32726
32727 \end_inset
32728 </cell>
32729 </row>
32730 <row>
32731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32732 \begin_inset Text
32733
32734 \begin_layout Plain Layout
32735 cm
32736 \end_layout
32737
32738 \end_inset
32739 </cell>
32740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32741 \begin_inset Text
32742
32743 \begin_layout Plain Layout
32744 centímetro
32745 \end_layout
32746
32747 \end_inset
32748 </cell>
32749 </row>
32750 <row>
32751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32752 \begin_inset Text
32753
32754 \begin_layout Plain Layout
32755 in
32756 \end_layout
32757
32758 \end_inset
32759 </cell>
32760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32761 \begin_inset Text
32762
32763 \begin_layout Plain Layout
32764 pulgada
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 </row>
32770 <row>
32771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 pt
32776 \end_layout
32777
32778 \end_inset
32779 </cell>
32780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32781 \begin_inset Text
32782
32783 \begin_layout Plain Layout
32784 punto (72.27
32785 \begin_inset space \thinspace{}
32786 \end_inset
32787
32788 pt = 1
32789 \begin_inset space \thinspace{}
32790 \end_inset
32791
32792 in)
32793 \end_layout
32794
32795 \end_inset
32796 </cell>
32797 </row>
32798 <row>
32799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803 pc
32804 \end_layout
32805
32806 \end_inset
32807 </cell>
32808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32809 \begin_inset Text
32810
32811 \begin_layout Plain Layout
32812 pica (1
32813 \begin_inset space \thinspace{}
32814 \end_inset
32815
32816 pc = 12
32817 \begin_inset space \thinspace{}
32818 \end_inset
32819
32820 pt)
32821 \end_layout
32822
32823 \end_inset
32824 </cell>
32825 </row>
32826 <row>
32827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32828 \begin_inset Text
32829
32830 \begin_layout Plain Layout
32831 sp
32832 \end_layout
32833
32834 \end_inset
32835 </cell>
32836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32837 \begin_inset Text
32838
32839 \begin_layout Plain Layout
32840 punto escalado (65536
32841 \begin_inset space \thinspace{}
32842 \end_inset
32843
32844 sp = 1
32845 \begin_inset space \thinspace{}
32846 \end_inset
32847
32848 pt)
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 </row>
32854 <row>
32855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 bp
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 punto grande (72
32869 \begin_inset space \thinspace{}
32870 \end_inset
32871
32872 bp = 1
32873 \begin_inset space \thinspace{}
32874 \end_inset
32875
32876 in)
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 </row>
32882 <row>
32883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 dd
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896 didot (1
32897 \begin_inset space \thinspace{}
32898 \end_inset
32899
32900 dd 
32901 \begin_inset Formula $\approx$
32902 \end_inset
32903
32904  0.376
32905 \begin_inset space \thinspace{}
32906 \end_inset
32907
32908 mm)
32909 \end_layout
32910
32911 \end_inset
32912 </cell>
32913 </row>
32914 <row>
32915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32916 \begin_inset Text
32917
32918 \begin_layout Plain Layout
32919 cc
32920 \end_layout
32921
32922 \end_inset
32923 </cell>
32924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32925 \begin_inset Text
32926
32927 \begin_layout Plain Layout
32928 cicero (1
32929 \begin_inset space \thinspace{}
32930 \end_inset
32931
32932 cc = 12
32933 \begin_inset space \thinspace{}
32934 \end_inset
32935
32936 dd)
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 <row>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 Scale%
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 % de anchura original de la imagen
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 </row>
32962 <row>
32963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 text%
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 % de anchura de texto
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 <row>
32983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 col%
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 % de anchura de columna
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 </row>
33002 <row>
33003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33004 \begin_inset Text
33005
33006 \begin_layout Plain Layout
33007 page%
33008 \end_layout
33009
33010 \end_inset
33011 </cell>
33012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33013 \begin_inset Text
33014
33015 \begin_layout Plain Layout
33016 % de anchura de página
33017 \end_layout
33018
33019 \end_inset
33020 </cell>
33021 </row>
33022 <row>
33023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33024 \begin_inset Text
33025
33026 \begin_layout Plain Layout
33027 line%
33028 \end_layout
33029
33030 \end_inset
33031 </cell>
33032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33033 \begin_inset Text
33034
33035 \begin_layout Plain Layout
33036 % de anchura de línea
33037 \end_layout
33038
33039 \end_inset
33040 </cell>
33041 </row>
33042 <row>
33043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33044 \begin_inset Text
33045
33046 \begin_layout Plain Layout
33047 theight%
33048 \end_layout
33049
33050 \end_inset
33051 </cell>
33052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33053 \begin_inset Text
33054
33055 \begin_layout Plain Layout
33056 % de altura de texto
33057 \end_layout
33058
33059 \end_inset
33060 </cell>
33061 </row>
33062 <row>
33063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33064 \begin_inset Text
33065
33066 \begin_layout Plain Layout
33067 pheight%
33068 \end_layout
33069
33070 \end_inset
33071 </cell>
33072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33073 \begin_inset Text
33074
33075 \begin_layout Plain Layout
33076 % de altura de página
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 </row>
33082 <row>
33083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33084 \begin_inset Text
33085
33086 \begin_layout Plain Layout
33087 ex
33088 \end_layout
33089
33090 \end_inset
33091 </cell>
33092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33093 \begin_inset Text
33094
33095 \begin_layout Plain Layout
33096 altura de la letra 
33097 \emph on
33098 x
33099 \emph default
33100  en la fuente actual
33101 \end_layout
33102
33103 \end_inset
33104 </cell>
33105 </row>
33106 <row>
33107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33108 \begin_inset Text
33109
33110 \begin_layout Plain Layout
33111 em
33112 \end_layout
33113
33114 \end_inset
33115 </cell>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120 anchura de la letra 
33121 \emph on
33122 M
33123 \emph default
33124  en la fuente actual
33125 \end_layout
33126
33127 \end_inset
33128 </cell>
33129 </row>
33130 <row>
33131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33132 \begin_inset Text
33133
33134 \begin_layout Plain Layout
33135 mu
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 unidad matemática (1
33145 \begin_inset space \thinspace{}
33146 \end_inset
33147
33148 mu = 1/18
33149 \begin_inset space \thinspace{}
33150 \end_inset
33151
33152 em)
33153 \end_layout
33154
33155 \end_inset
33156 </cell>
33157 </row>
33158 </lyxtabular>
33159
33160 \end_inset
33161
33162
33163 \end_layout
33164
33165 \end_inset
33166
33167
33168 \end_layout
33169
33170 \begin_layout Chapter
33171 Formatos de archivos de salida con gráficos
33172 \begin_inset CommandInset label
33173 LatexCommand label
33174 name "cha:Formatos-de-Archivos-de-Salida"
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Section
33182 DVI
33183 \begin_inset Index
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187 Formatos de archivo ! DVI
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \begin_inset Index
33194 status collapsed
33195
33196 \begin_layout Plain Layout
33197 DVI|see
33198 \begin_inset ERT
33199 status collapsed
33200
33201 \begin_layout Plain Layout
33202
33203 {
33204 \end_layout
33205
33206 \end_inset
33207
33208 Formatos de archivo
33209 \begin_inset ERT
33210 status collapsed
33211
33212 \begin_layout Plain Layout
33213
33214 }
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \end_layout
33221
33222 \end_inset
33223
33224
33225 \end_layout
33226
33227 \begin_layout Standard
33228 Este tipo de archivo tiene la extensión 
33229 \begin_inset Quotes eld
33230 \end_inset
33231
33232
33233 \family typewriter
33234 .dvi
33235 \family default
33236
33237 \begin_inset Quotes erd
33238 \end_inset
33239
33240 .
33241  Se denomina 
33242 \begin_inset Quotes eld
33243 \end_inset
33244
33245 device-independent
33246 \begin_inset Quotes erd
33247 \end_inset
33248
33249  (DVI), porque es completamente portable; se pueden mover de una máquina
33250  a otra sin necesidad de conversión alguna.
33251  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33252  Los DVI se usan para vistas preliminares rápidas y como preparación para
33253  otros formatos de salida como PostScript.
33254 \end_layout
33255
33256 \begin_layout Standard
33257 \begin_inset Note Greyedout
33258 status open
33259
33260 \begin_layout Plain Layout
33261
33262 \series bold
33263 Nota:
33264 \series default
33265  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33266 \end_layout
33267
33268 \end_inset
33269
33270  Por tanto no debes olvidar esto si mueves archivos 
33271 \family typewriter
33272 .dvi
33273 \family default
33274  a otro ordenador.
33275  Esta característica también puede retardar la visualización del archivo,
33276  porque el visor DVI tiene que convertir la imagen en segundo plano para
33277  hacerla visible al deslizar el visor.
33278  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33279 \end_layout
33280
33281 \begin_layout Standard
33282 Un documento se exporta a DVI con el menú 
33283 \family sans
33284 Archivo\SpecialChar \menuseparator
33285 Exportar\SpecialChar \menuseparator
33286 DVI
33287 \family default
33288 .
33289  Puedes ver la salida del documento en DVI con el menú 
33290 \family sans
33291 Ver\SpecialChar \menuseparator
33292 DVI 
33293 \family default
33294 o con el botón
33295 \begin_inset space ~
33296 \end_inset
33297
33298
33299 \begin_inset Graphics
33300         filename ../../images/buffer-view_dvi.png
33301         scale 85
33302
33303 \end_inset
33304
33305 .
33306 \end_layout
33307
33308 \begin_layout Section
33309 PostScript
33310 \begin_inset CommandInset label
33311 LatexCommand label
33312 name "sec:PostScript"
33313
33314 \end_inset
33315
33316
33317 \begin_inset Index
33318 status collapsed
33319
33320 \begin_layout Plain Layout
33321 Formatos de archivo ! PostScript
33322 \end_layout
33323
33324 \end_inset
33325
33326
33327 \begin_inset Index
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331 PostScript|see
33332 \begin_inset ERT
33333 status collapsed
33334
33335 \begin_layout Plain Layout
33336
33337 {
33338 \end_layout
33339
33340 \end_inset
33341
33342 Formatos de archivo
33343 \begin_inset ERT
33344 status collapsed
33345
33346 \begin_layout Plain Layout
33347
33348 }
33349 \end_layout
33350
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \end_layout
33360
33361 \begin_layout Standard
33362 Este tipo de archivo tiene la extensión 
33363 \begin_inset Quotes eld
33364 \end_inset
33365
33366
33367 \family typewriter
33368 .ps
33369 \family default
33370
33371 \begin_inset Quotes erd
33372 \end_inset
33373
33374 .
33375  PostScript fue desarrollado por la compañía 
33376 \family typewriter
33377 Adobe
33378 \family default
33379  como lenguaje para impresoras.
33380  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33381  PostScript puede considerarse como un 
33382 \begin_inset Quotes eld
33383 \end_inset
33384
33385 lenguaje de programación
33386 \begin_inset Quotes erd
33387 \end_inset
33388
33389 ; con él puedes calcular y dibujar imágenes y diagramas
33390 \begin_inset Foot
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394 Si estás interesado en este tema acude al paquete LaTeX 
33395 \series bold
33396 PSTricks
33397 \series default
33398  
33399 \begin_inset CommandInset citation
33400 LatexCommand cite
33401 key "pstricks"
33402
33403 \end_inset
33404
33405 .
33406 \end_layout
33407
33408 \end_inset
33409
33410 .
33411  Por esto los archivos suelen ser más grandes que los PDF.
33412 \end_layout
33413
33414 \begin_layout Standard
33415 Los archivos PostScript sólo pueden contener imágenes en el formato 
33416 \begin_inset Quotes eld
33417 \end_inset
33418
33419 Encapsulated PostScript
33420 \begin_inset Quotes erd
33421 \end_inset
33422
33423  (EPS, extensión 
33424 \begin_inset Quotes eld
33425 \end_inset
33426
33427
33428 \family typewriter
33429 .eps
33430 \family default
33431
33432 \begin_inset Quotes erd
33433 \end_inset
33434
33435 ).
33436  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33437  en segundo plano para convertir las imágenes a EPS.
33438  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33439  cada vez que veas o exportes el documento.
33440  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33441  puedes evitar el problema insertando las imágenes directamente en EPS.
33442 \end_layout
33443
33444 \begin_layout Standard
33445 El documento se puede exportar a PostScript con el menú 
33446 \family sans
33447 Archivo\SpecialChar \menuseparator
33448 Exportar\SpecialChar \menuseparator
33449 Postscript
33450 \family default
33451 .
33452  Se puede ver la salida en PostScript con el menú 
33453 \family sans
33454 Ver\SpecialChar \menuseparator
33455 Postscript 
33456 \family default
33457 o con el botón
33458 \begin_inset space ~
33459 \end_inset
33460
33461
33462 \begin_inset Graphics
33463         filename ../../images/buffer-view_ps.png
33464
33465 \end_inset
33466
33467 .
33468 \end_layout
33469
33470 \begin_layout Section
33471 PDF
33472 \begin_inset CommandInset label
33473 LatexCommand label
33474 name "sec:PDF"
33475
33476 \end_inset
33477
33478
33479 \begin_inset Index
33480 status collapsed
33481
33482 \begin_layout Plain Layout
33483 Formatos de archivo ! PDF
33484 \end_layout
33485
33486 \end_inset
33487
33488
33489 \begin_inset Index
33490 status collapsed
33491
33492 \begin_layout Plain Layout
33493 PDF
33494 \end_layout
33495
33496 \end_inset
33497
33498
33499 \end_layout
33500
33501 \begin_layout Standard
33502 Este tipo de archivo tiene la extensión 
33503 \begin_inset Quotes eld
33504 \end_inset
33505
33506
33507 \family typewriter
33508 .pdf
33509 \family default
33510
33511 \begin_inset Quotes erd
33512 \end_inset
33513
33514 .
33515  El formato 
33516 \begin_inset Quotes eld
33517 \end_inset
33518
33519 Portable Document Format
33520 \begin_inset Quotes erd
33521 \end_inset
33522
33523  (PDF) fue desarrollado por 
33524 \family typewriter
33525 Adobe
33526 \family default
33527  como derivado de PostScript.
33528  Es más comprimido y utiliza muchos menos comandos que PostScript.
33529  Como su nombre 
33530 \begin_inset Quotes eld
33531 \end_inset
33532
33533 portable
33534 \begin_inset Quotes erd
33535 \end_inset
33536
33537  indica, puede ser procesado por cualquier sistema operativo y la salida
33538  impresa se muestra exactamente igual.
33539 \end_layout
33540
33541 \begin_layout Standard
33542 PDF puede contener imágenes en su propio formato PDF, en el formato 
33543 \begin_inset Quotes eld
33544 \end_inset
33545
33546 Joint Photographic Experts Group
33547 \begin_inset Quotes erd
33548 \end_inset
33549
33550  (JPG, extensión 
33551 \begin_inset Quotes eld
33552 \end_inset
33553
33554
33555 \family typewriter
33556 .jpg
33557 \family default
33558
33559 \begin_inset Quotes erd
33560 \end_inset
33561
33562  o 
33563 \begin_inset Quotes eld
33564 \end_inset
33565
33566
33567 \family typewriter
33568 .jpeg
33569 \family default
33570
33571 \begin_inset Quotes erd
33572 \end_inset
33573
33574 ), y en el formato 
33575 \begin_inset Quotes eld
33576 \end_inset
33577
33578 Portable Network Graphics
33579 \begin_inset Quotes erd
33580 \end_inset
33581
33582  (PNG, extensión 
33583 \begin_inset Quotes eld
33584 \end_inset
33585
33586
33587 \family typewriter
33588 .png
33589 \family default
33590
33591 \begin_inset Quotes erd
33592 \end_inset
33593
33594 ).
33595  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33596  en segundo plano a alguno de los anteriores.
33597  Pero como se ha comentado en la sección sobre PostScript, la conversión
33598  de gráficos ralentiza el trabajo.
33599  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33600  mencionados.
33601 \end_layout
33602
33603 \begin_layout Standard
33604 Un documento se puede exportar a PDF con el menú 
33605 \family sans
33606 Archivo\SpecialChar \menuseparator
33607 Exportar
33608 \family default
33609  en tres modos diferentes:
33610 \end_layout
33611
33612 \begin_layout Description
33613 PDF
33614 \begin_inset space ~
33615 \end_inset
33616
33617 (ps2pdf) Este utiliza el programa 
33618 \family typewriter
33619 ps2pdf
33620 \family default
33621  que crea un PDF a partir de una versión PostScript del archivo.
33622  La versión PostScript es producida por el programa 
33623 \family typewriter
33624 dvips
33625 \family default
33626  que usa una versión DVI como paso intermedio.
33627  Así que este modo de exportación consta de tres conversiones.
33628 \end_layout
33629
33630 \begin_layout Description
33631 PDF
33632 \begin_inset space ~
33633 \end_inset
33634
33635 (dvipdfm) Este utiliza el programa 
33636 \family typewriter
33637 dvipdfm
33638 \family default
33639  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33640  PDF.
33641 \end_layout
33642
33643 \begin_layout Description
33644 PDF
33645 \begin_inset space ~
33646 \end_inset
33647
33648 (pdflatex) Este utiliza el programa 
33649 \family typewriter
33650 pdftex
33651 \family default
33652  que convierte directamente el archivo a PDF.
33653 \end_layout
33654
33655 \begin_layout Standard
33656 Se recomienda usar 
33657 \family sans
33658 PDF
33659 \begin_inset space ~
33660 \end_inset
33661
33662 (pdflatex)
33663 \family default
33664  porque 
33665 \family typewriter
33666 pdftex
33667 \family default
33668  soporta todas las características de las versiones actuales de PDF, es
33669  rápido y estable.
33670  El programa 
33671 \family typewriter
33672 dvipdfm
33673 \family default
33674  ya no se desarrolla y está un poco obsoleto.
33675 \end_layout
33676
33677 \begin_layout Standard
33678 La salida en formato PDF se puede ver con el menú 
33679 \family sans
33680 Ver 
33681 \family default
33682 o con el botón
33683 \begin_inset space ~
33684 \end_inset
33685
33686
33687 \begin_inset Graphics
33688         filename ../../images/buffer-view_pdf2.png
33689         scale 85
33690
33691 \end_inset
33692
33693  (que usa 
33694 \family sans
33695 PDF
33696 \begin_inset space ~
33697 \end_inset
33698
33699 (pdflatex)
33700 \family default
33701 ).
33702 \end_layout
33703
33704 \begin_layout Chapter
33705 Explicación de la ecuación
33706 \begin_inset space ~
33707 \end_inset
33708
33709
33710 \begin_inset CommandInset ref
33711 LatexCommand eqref
33712 reference "eq:Wgn"
33713
33714 \end_inset
33715
33716
33717 \begin_inset CommandInset label
33718 LatexCommand label
33719 name "cha:Explicación-de-la-Ecuación"
33720
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 La anchura total de 
33728 \emph on
33729 n
33730 \emph default
33731  celdas de una tabla 
33732 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33733 \end_inset
33734
33735  puede calcularse con
33736 \end_layout
33737
33738 \begin_layout Standard
33739 \begin_inset Formula \begin{equation}
33740 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}
33741
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \begin_layout Standard
33748 donde 
33749 \begin_inset Formula $W_{g\, n}$
33750 \end_inset
33751
33752  es el ancho dado de todas las celdas.
33753  
33754 \series bold
33755
33756 \backslash
33757 tabcolsep
33758 \series default
33759  es la longitud LaTeX entre el texto y el borde de la celda, 6
33760 \begin_inset space \thinspace{}
33761 \end_inset
33762
33763 pt por defecto.
33764  
33765 \series bold
33766
33767 \backslash
33768 arrayrulewidth
33769 \series default
33770  es el grosor de línea del borde, 0.4
33771 \begin_inset space \thinspace{}
33772 \end_inset
33773
33774 pt por defecto.
33775 \end_layout
33776
33777 \begin_layout Standard
33778 Procediendo como en la ecuación
33779 \begin_inset space ~
33780 \end_inset
33781
33782
33783 \begin_inset CommandInset ref
33784 LatexCommand eqref
33785 reference "eq:Wtot_n"
33786
33787 \end_inset
33788
33789 , el ancho total de una multicolumna, 
33790 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33791 \end_inset
33792
33793  es
33794 \end_layout
33795
33796 \begin_layout Standard
33797 \begin_inset Formula \begin{equation}
33798 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33799
33800 \end_inset
33801
33802
33803 \end_layout
33804
33805 \begin_layout Standard
33806 Igualando las ecuaciones
33807 \begin_inset space ~
33808 \end_inset
33809
33810
33811 \begin_inset CommandInset ref
33812 LatexCommand eqref
33813 reference "eq:Wtot_n"
33814
33815 \end_inset
33816
33817  y 
33818 \begin_inset CommandInset ref
33819 LatexCommand eqref
33820 reference "eq:Wtot_mult"
33821
33822 \end_inset
33823
33824  podemos calcular el ancho dado necesario 
33825 \begin_inset Formula $W_{g\, n}$
33826 \end_inset
33827
33828  cuando se expanden 
33829 \emph on
33830 n
33831 \emph default
33832  columnas, de forma que cada una de ellas tiene una anchura total  
33833 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33834 \end_inset
33835
33836 :
33837 \end_layout
33838
33839 \begin_layout Standard
33840 \begin_inset Formula \begin{equation}
33841 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \begin_layout Bibliography
33849 \begin_inset CommandInset bibitem
33850 LatexCommand bibitem
33851 key "latexcompanion"
33852
33853 \end_inset
33854
33855 Frank Mittelbach and Michel Goossens: 
33856 \emph on
33857 The LaTeX Companion Second Edition.
33858
33859 \emph default
33860  Addison-Wesley, 2004
33861 \end_layout
33862
33863 \begin_layout Bibliography
33864 \begin_inset CommandInset bibitem
33865 LatexCommand bibitem
33866 key "latexguide"
33867
33868 \end_inset
33869
33870 Helmut Kopka and Patrick W.
33871  Daly: 
33872 \emph on
33873 A Guide to LaTeX Fourth Edition.
33874
33875 \emph default
33876  Addison-Wesley, 2003
33877 \end_layout
33878
33879 \begin_layout Bibliography
33880 \begin_inset CommandInset bibitem
33881 LatexCommand bibitem
33882 key "latexbook"
33883
33884 \end_inset
33885
33886 Leslie Lamport: 
33887 \emph on
33888 LaTeX: A Document Preparation System.
33889
33890 \emph default
33891  Addison-Wesley, second edition, 1994
33892 \end_layout
33893
33894 \begin_layout Bibliography
33895 \begin_inset CommandInset bibitem
33896 LatexCommand bibitem
33897 key "booktabs"
33898
33899 \end_inset
33900
33901 Documentación del paquete LaTeX 
33902 \series bold
33903
33904 \begin_inset CommandInset href
33905 LatexCommand href
33906 name "booktabs"
33907 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33908
33909 \end_inset
33910
33911
33912 \series default
33913
33914 \begin_inset Index
33915 status collapsed
33916
33917 \begin_layout Plain Layout
33918 LaTeX-paquetes ! booktabs
33919 \end_layout
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \begin_layout Bibliography
33927 \begin_inset CommandInset bibitem
33928 LatexCommand bibitem
33929 key "caption"
33930
33931 \end_inset
33932
33933 Documentación del paquete LaTeX 
33934 \series bold
33935
33936 \begin_inset CommandInset href
33937 LatexCommand href
33938 name "caption"
33939 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33940
33941 \end_inset
33942
33943
33944 \series default
33945
33946 \begin_inset Index
33947 status collapsed
33948
33949 \begin_layout Plain Layout
33950 LaTeX-paquetes ! caption
33951 \end_layout
33952
33953 \end_inset
33954
33955
33956 \end_layout
33957
33958 \begin_layout Bibliography
33959 \begin_inset CommandInset bibitem
33960 LatexCommand bibitem
33961 key "endfloat"
33962
33963 \end_inset
33964
33965 Documentación del paquete LaTeX 
33966 \series bold
33967
33968 \begin_inset CommandInset href
33969 LatexCommand href
33970 name "endfloat"
33971 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33972
33973 \end_inset
33974
33975
33976 \series default
33977
33978 \begin_inset Index
33979 status collapsed
33980
33981 \begin_layout Plain Layout
33982 LaTeX-paquetes ! endfloat
33983 \end_layout
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Bibliography
33991 \begin_inset CommandInset bibitem
33992 LatexCommand bibitem
33993 key "wrapfig"
33994
33995 \end_inset
33996
33997 Documentación del paquete LaTeX 
33998 \series bold
33999
34000 \begin_inset CommandInset href
34001 LatexCommand href
34002 name "wrapfig"
34003 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34004
34005 \end_inset
34006
34007
34008 \series default
34009
34010 \begin_inset Index
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014 LaTeX-paquetes ! wrapfig
34015 \begin_inset ERT
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019
34020
34021 \backslash
34022
34023 \begin_inset ERT
34024 status collapsed
34025
34026 \begin_layout Plain Layout
34027
34028 {
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \begin_inset ERT
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038
34039 }
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \end_inset
34048
34049 vspace
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055 {
34056 \end_layout
34057
34058 \end_inset
34059
34060 4mm
34061 \begin_inset ERT
34062 status collapsed
34063
34064 \begin_layout Plain Layout
34065
34066 }
34067 \end_layout
34068
34069 \end_inset
34070
34071
34072 \end_layout
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Bibliography
34080 \begin_inset CommandInset bibitem
34081 LatexCommand bibitem
34082 key "footmisc"
34083
34084 \end_inset
34085
34086 Documentación del paquete LaTeX 
34087 \series bold
34088
34089 \begin_inset CommandInset href
34090 LatexCommand href
34091 name "footmisc"
34092 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34093
34094 \end_inset
34095
34096
34097 \series default
34098
34099 \begin_inset Index
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103 LaTeX-paquetes ! footmisc
34104 \end_layout
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \begin_layout Bibliography
34112 \begin_inset CommandInset bibitem
34113 LatexCommand bibitem
34114 key "hypcap"
34115
34116 \end_inset
34117
34118 Documentación del paquete LaTeX 
34119 \series bold
34120
34121 \begin_inset CommandInset href
34122 LatexCommand href
34123 name "hypcap"
34124 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34125
34126 \end_inset
34127
34128
34129 \series default
34130
34131 \begin_inset Index
34132 status collapsed
34133
34134 \begin_layout Plain Layout
34135 LaTeX-paquetes ! hyperref
34136 \end_layout
34137
34138 \end_inset
34139
34140
34141 \end_layout
34142
34143 \begin_layout Bibliography
34144 \begin_inset CommandInset bibitem
34145 LatexCommand bibitem
34146 key "hyperref"
34147
34148 \end_inset
34149
34150 Documentación del paquete LaTeX 
34151 \series bold
34152
34153 \begin_inset CommandInset href
34154 LatexCommand href
34155 name "hyperref"
34156 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34157
34158 \end_inset
34159
34160
34161 \series default
34162
34163 \begin_inset Index
34164 status collapsed
34165
34166 \begin_layout Plain Layout
34167 LaTeX-paquetes ! hyperref
34168 \end_layout
34169
34170 \end_inset
34171
34172
34173 \end_layout
34174
34175 \begin_layout Bibliography
34176 \begin_inset CommandInset bibitem
34177 LatexCommand bibitem
34178 key "koma-script"
34179
34180 \end_inset
34181
34182 Documentación del paquete LaTeX 
34183 \series bold
34184
34185 \begin_inset CommandInset href
34186 LatexCommand href
34187 name "koma-script"
34188 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34189
34190 \end_inset
34191
34192
34193 \series default
34194
34195 \begin_inset Index
34196 status collapsed
34197
34198 \begin_layout Plain Layout
34199 LaTeX-paquetes ! koma-script
34200 \end_layout
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Bibliography
34208 \begin_inset CommandInset bibitem
34209 LatexCommand bibitem
34210 key "listings"
34211
34212 \end_inset
34213
34214 Documentación del paquete LaTeX 
34215 \series bold
34216
34217 \begin_inset CommandInset href
34218 LatexCommand href
34219 name "listings"
34220 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34221
34222 \end_inset
34223
34224
34225 \series default
34226
34227 \begin_inset Index
34228 status collapsed
34229
34230 \begin_layout Plain Layout
34231 LaTeX-paquetes ! listings
34232 \end_layout
34233
34234 \end_inset
34235
34236
34237 \end_layout
34238
34239 \begin_layout Bibliography
34240 \begin_inset CommandInset bibitem
34241 LatexCommand bibitem
34242 key "marginnote"
34243
34244 \end_inset
34245
34246 Documentación del paquete LaTeX 
34247 \series bold
34248
34249 \begin_inset CommandInset href
34250 LatexCommand href
34251 name "marginnote"
34252 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34253
34254 \end_inset
34255
34256
34257 \series default
34258
34259 \begin_inset Index
34260 status collapsed
34261
34262 \begin_layout Plain Layout
34263 LaTeX-paquetes ! marginnote
34264 \end_layout
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \begin_layout Bibliography
34272 \begin_inset CommandInset bibitem
34273 LatexCommand bibitem
34274 key "pstricks"
34275
34276 \end_inset
34277
34278 Página web del paquete LaTeX 
34279 \series bold
34280
34281 \begin_inset CommandInset href
34282 LatexCommand href
34283 name "PSTricks"
34284 target "http://tug.org/PSTricks/"
34285
34286 \end_inset
34287
34288
34289 \series default
34290
34291 \begin_inset Index
34292 status collapsed
34293
34294 \begin_layout Plain Layout
34295 LaTeX-paquetes ! PSTricks
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Bibliography
34304 \begin_inset CommandInset bibitem
34305 LatexCommand bibitem
34306 key "sidecap"
34307
34308 \end_inset
34309
34310 Documentación del paquete LaTeX 
34311 \series bold
34312
34313 \begin_inset CommandInset href
34314 LatexCommand href
34315 name "sidecap"
34316 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34317
34318 \end_inset
34319
34320
34321 \series default
34322
34323 \begin_inset Index
34324 status collapsed
34325
34326 \begin_layout Plain Layout
34327 LaTeX-paquetes ! sidecap
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Bibliography
34336 \begin_inset CommandInset bibitem
34337 LatexCommand bibitem
34338 key "NewInLyX16"
34339
34340 \end_inset
34341
34342
34343 \begin_inset CommandInset href
34344 LatexCommand href
34345 name "Página wiki"
34346 target "http://wiki.lyx.org/LyX/NewInLyX16"
34347
34348 \end_inset
34349
34350  sobre características nuevas para la versión 
34351 \family sans
34352 LyX
34353 \begin_inset space ~
34354 \end_inset
34355
34356 1.6.0
34357 \family default
34358 .
34359 \end_layout
34360
34361 \begin_layout Standard
34362 \begin_inset CommandInset index_print
34363 LatexCommand printindex
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Standard
34371 \begin_inset FloatList figure
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Standard
34379 \begin_inset FloatList table
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Standard
34387 \begin_inset ERT
34388 status open
34389
34390 \begin_layout Plain Layout
34391
34392
34393 \backslash
34394 listof{algorithm}{Lista de algoritmos}
34395 \end_layout
34396
34397 \end_inset
34398
34399
34400 \begin_inset Note Note
34401 status collapsed
34402
34403 \begin_layout Plain Layout
34404 Véase la sección
34405 \begin_inset space ~
34406 \end_inset
34407
34408
34409 \begin_inset CommandInset ref
34410 LatexCommand ref
34411 reference "sub:Algoritmos-Flotantes"
34412
34413 \end_inset
34414
34415  para una descripción.
34416 \end_layout
34417
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \end_body
34424 \end_document