]> git.lyx.org Git - lyx.git/blob - lib/doc/es/EmbeddedObjects.lyx
documentation: some preamble fixes, part 2/3
[lyx.git] / lib / doc / es / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 337
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \usepackage{sidecap}
28
29 \newcommand{\TabBesBeg}{%
30  \let\MyTable\table
31  \let\MyEndtable\endtable
32  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
33
34 \newcommand{\TabBesEnd}{%
35  \let\table\MyTable
36  \let\endtable\MyEndtable}
37
38 \newcommand{\FigBesBeg}{%
39  \let\MyFigure\figure
40  \let\MyEndfigure\endfigure
41  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
42
43 \newcommand{\FigBesEnd}{%
44  \let\figure\MyFigure
45  \let\endfigure\MyEndfigure}
46
47 % enables calculation of values,
48 \usepackage{calc}
49
50 % provides special table cell alignments
51 \usepackage{dcolumn}
52
53 % increase the bottom float placement fraction
54 \renewcommand{\bottomfraction}{0.5}
55
56 % avoids that floats are placed before their
57 % corresponding section starts
58 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
59
60 % speed up the longtable calculation
61 \setcounter{LTchunksize}{100}
62
63 % used for scaled and rotated boxes
64 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
65
66 % used for colored tables
67 \@ifundefined{textcolor}
68  {\usepackage{color}}{}
69 \definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
70 \definecolor{grisclaro}{gray}{0.8}
71
72 % check for package colortbl
73 % used for colored table cells
74 \newboolean{colortbl}
75 \IfFileExists{colortbl.sty}
76  {\usepackage{colortbl}
77   \setboolean{colortbl}{true}}
78  {\setboolean{colortbl}{false}}
79
80 % used for multirows
81 \usepackage{multirow}
82 %\renewcommand{\multirowsetup}{\centering}
83
84 % used for book-style tables
85 \usepackage{booktabs}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % the pages of the TOC is numbered roman
109 % and a pdf-bookmark for the TOC is added
110 \let\myTOC\tableofcontents
111 \renewcommand\tableofcontents{%
112   \frontmatter
113   \pdfbookmark[1]{\contentsname}{}
114   \myTOC
115   \mainmatter }
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163
164 % to translate the listing label
165 % para traducir la etiqueta listing
166 \renewcommand{\lstlistingname}{Listado}
167 \end_preamble
168 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
169 \language spanish
170 \inputencoding auto
171 \font_roman default
172 \font_sans default
173 \font_typewriter default
174 \font_default_family default
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100
178 \font_tt_scale 100
179
180 \graphics default
181 \paperfontsize 12
182 \spacing single
183 \use_hyperref true
184 \pdf_title "Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos en LyX"
185 \pdf_author "LyX Team, Uwe Stöhr, Spanish translation: Ignacio Garcia"
186 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxe"
187 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
188 \pdf_bookmarks true
189 \pdf_bookmarksnumbered true
190 \pdf_bookmarksopen true
191 \pdf_bookmarksopenlevel 1
192 \pdf_breaklinks false
193 \pdf_pdfborder false
194 \pdf_colorlinks true
195 \pdf_backref false
196 \pdf_pagebackref false
197 \pdf_pdfusetitle false
198 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
199 \papersize default
200 \use_geometry false
201 \use_amsmath 2
202 \use_esint 0
203 \cite_engine basic
204 \use_bibtopic false
205 \paperorientation portrait
206 \secnumdepth 3
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language english
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle default
214 \bullet 1 1 34 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \author "" 
220 \author "" 
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 Manual detallado de Figuras, Tablas, Flotantes, Notas, Cuadros y Archivos
227  en LyX
228 \end_layout
229
230 \begin_layout Author
231 por el Equipo LyX
232 \begin_inset Foot
233 status collapsed
234
235 \begin_layout Plain Layout
236 \noindent
237 Si tienes comentarios o correcciones, por favor, escribe a la lista de correo
238  de Documentación de LyX: 
239 \begin_inset CommandInset href
240 LatexCommand href
241 name "lyx-docs@lists.lyx.org"
242 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
243 type "mailto:"
244
245 \end_inset
246
247
248 \end_layout
249
250 \end_inset
251
252
253 \begin_inset Note Note
254 status collapsed
255
256 \begin_layout Plain Layout
257 autor original: Uwe Stöhr
258 \end_layout
259
260 \end_inset
261
262
263 \begin_inset Note Note
264 status collapsed
265
266 \begin_layout Plain Layout
267 Traducción de: Ignacio García
268 \end_layout
269
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \begin_inset Newline newline
278 \end_inset
279
280
281 \family sans
282 Versión 1.6svn
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset CommandInset toc
287 LatexCommand tableofcontents
288
289 \end_inset
290
291
292 \end_layout
293
294 \begin_layout Standard
295 \begin_inset Note Note
296 status open
297
298 \begin_layout Plain Layout
299 Para exportar todas las partes de este documento a PDF, PS, o DVI, deben
300  estar instalados los paquetes LaTeX 
301 \series bold
302 arydshln
303 \series default
304
305 \series bold
306 colortbl
307 \series default
308
309 \series bold
310 marginnote
311 \series default
312  y 
313 \series bold
314 sidecap
315 \series default
316 .
317  Si no están instalados, también podrás exportar el documento, pero las
318  secciones en que dichos paquetes son necesarios no aparecen en la salida.
319 \end_layout
320
321 \begin_layout Plain Layout
322 La última versión en PDF de este documento puede encontrarse aquí:
323 \series bold
324
325 \begin_inset Newline newline
326 \end_inset
327
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Chapter
337 Figuras
338 \begin_inset CommandInset label
339 LatexCommand label
340 name "cha:Figuras"
341
342 \end_inset
343
344
345 \begin_inset Index
346 status collapsed
347
348 \begin_layout Plain Layout
349 Figuras
350 \end_layout
351
352 \end_inset
353
354
355 \begin_inset Index
356 status collapsed
357
358 \begin_layout Plain Layout
359 Gráficos|see
360 \begin_inset ERT
361 status collapsed
362
363 \begin_layout Plain Layout
364
365 {
366 \end_layout
367
368 \end_inset
369
370 Figuras
371 \begin_inset ERT
372 status collapsed
373
374 \begin_layout Plain Layout
375
376 }
377 \end_layout
378
379 \end_inset
380
381
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Section
390 Diálogo de gráficos
391 \begin_inset CommandInset label
392 LatexCommand label
393 name "sec:Diálogo-Gráficos"
394
395 \end_inset
396
397
398 \begin_inset Index
399 status collapsed
400
401 \begin_layout Plain Layout
402 Figuras ! Diálogo de gráficos
403 \end_layout
404
405 \end_inset
406
407
408 \end_layout
409
410 \begin_layout Standard
411 Para insertar una imagen en un documento, sitúa el cursor en el lugar del
412  texto que desees y haz clic en el icono 
413 \begin_inset Graphics
414         filename ../../images/dialog-show-new-inset_graphics.png
415         scale 85
416
417 \end_inset
418
419  o en el menú 
420 \family sans
421 Insertar\SpecialChar \menuseparator
422 Imagen
423 \family default
424 .
425  Aparecerá un diálogo para escoger el archivo a cargar.
426  La imagen aparecerá en el archivo de salida exactamente en la misma posición
427  en la que la has colocado.
428 \end_layout
429
430 \begin_layout Standard
431 El diálogo Gráficos puede lanzarse en cualquier momento haciendo clic-derecha
432  sobre una imagen.
433  Este diálogo tiene tres pestañas:
434 \end_layout
435
436 \begin_layout Description
437 Gráficos Aquí puedes elegir tu archivo gráfico y ajustar separadamente su
438  presentación en LyX y en la salida.
439  En el apéndice
440 \begin_inset space ~
441 \end_inset
442
443
444 \begin_inset CommandInset ref
445 LatexCommand ref
446 reference "cha:Unidades-disponibles-en"
447
448 \end_inset
449
450  se detallan las unidades disponibles para el tamaño del gráfico.
451 \begin_inset Newline newline
452 \end_inset
453
454
455 \begin_inset Index
456 status collapsed
457
458 \begin_layout Plain Layout
459 Figuras ! Rotar
460 \end_layout
461
462 \end_inset
463
464 Puedes girar los gráficos en el sentido de las agujas de reloj estableciendo
465  un ángulo y un origen de rotación.
466  La imagen también gira en LyX.
467 \begin_inset Newline newline
468 \end_inset
469
470
471 \begin_inset Index
472 status collapsed
473
474 \begin_layout Plain Layout
475 Figuras ! Escalar
476 \end_layout
477
478 \end_inset
479
480 Las imágenes se pueden escalar mediante un porcentaje o fijando explícitamente
481  la altura y la anchura.
482  Si fijas sólo la anchura o sólo la altura, la otra dimensión se establece
483  automáticamente.
484  Si fijas ambas dimensiones
485 \family sans
486 ,
487 \family default
488  la imagen se adaptará a ellas, posiblemente distorsionada.
489  Para evitar distorsión en la imagen marca la opción 
490 \family sans
491 Mantener
492 \begin_inset space ~
493 \end_inset
494
495 proporción
496 \family default
497 .
498  En ese caso la imagen será escalada de forma que su anchura y su altura
499  no excedan de las dimensiones especificadas.
500 \begin_inset Newline newline
501 \end_inset
502
503 Las imágenes se pueden abrir con un programa de tu elección pulsando el
504  botón 
505 \family sans
506 Editar
507 \family default
508 .
509  Los programas visor y editor para cada formato de imagen se pueden establecer
510  en la configuración de los formatos de archivo de las preferencias de LyX.
511 \end_layout
512
513 \begin_layout Description
514 Recorte Alternativamente al escalado, es posible establecer las coordenadas
515  de la imagen para ajustar su altura y anchura en la salida.
516  Además, las coordenadas se pueden calcular automáticamente pinchando el
517  botón 
518 \family sans
519 Obtener
520 \begin_inset space ~
521 \end_inset
522
523 de
524 \begin_inset space ~
525 \end_inset
526
527 archivo
528 \family default
529 .
530  El botón 
531 \family sans
532 Recortar
533 \begin_inset space ~
534 \end_inset
535
536 al
537 \begin_inset space ~
538 \end_inset
539
540 cuadro
541 \begin_inset space ~
542 \end_inset
543
544 delimitador
545 \family default
546  imprimirá sólo la región de la imagen comprendida en las coordenadas introducid
547 as.
548  Normalmente no necesitarás preocuparte por esto y puedes ignorar esta solapa.
549 \end_layout
550
551 \begin_layout Description
552 Opciones
553 \begin_inset space ~
554 \end_inset
555
556 extra En esta solapa puedes modificar la apariencia de la imagen en LyX,
557  y poner la imagen como subfigura de una figura flotante con su propio título.
558  Las subfiguras se explican en la sección
559 \begin_inset space ~
560 \end_inset
561
562
563 \begin_inset CommandInset ref
564 LatexCommand ref
565 reference "sec:Figuras-Flotantes"
566
567 \end_inset
568
569 .
570 \begin_inset Newline newline
571 \end_inset
572
573 Los expertos en LaTeX pueden especificar aquí opciones LaTeX adicionales.
574 \begin_inset Newline newline
575 \end_inset
576
577 La opción 
578 \family sans
579 Modo
580 \begin_inset space ~
581 \end_inset
582
583 borrador
584 \family default
585  hace que en la salida se muestre sólo un marco con el tamaño de la imagen.
586 \begin_inset Newline newline
587 \end_inset
588
589 La opción 
590 \family sans
591 No
592 \begin_inset space ~
593 \end_inset
594
595 descomprimir
596 \begin_inset space ~
597 \end_inset
598
599 al
600 \begin_inset space ~
601 \end_inset
602
603 exportar
604 \family default
605  sólo afecta a los gráficos EPS comprimidos, p.
606 \begin_inset space \thinspace{}
607 \end_inset
608
609 e.
610 \begin_inset space ~
611 \end_inset
612
613
614 \emph on
615 x.eps.gz
616 \emph default
617 .
618  Si se usa esta opción, las imágenes no serán descomprimidas al exportar,
619  puesto que LaTeX puede manejarlas como están.
620 \begin_inset Newline newline
621 \end_inset
622
623 Los gráficos EPS comprimidos sirven para ahorrar espacio de disco si se
624  utiliza PostScript como formato de salida, ver apéndice
625 \begin_inset space ~
626 \end_inset
627
628
629 \begin_inset CommandInset ref
630 LatexCommand ref
631 reference "sec:PostScript"
632
633 \end_inset
634
635 .
636  Para comprimir gráficos EPS, usa los siguientes comandos en un UNIX-shell
637  o en consola de Windows:
638 \begin_inset Newline newline
639 \end_inset
640
641
642 \series bold
643 gzip x.eps
644 \series default
645
646 \begin_inset Newline newline
647 \end_inset
648
649
650 \series bold
651 zgrep %%Bounding x.eps.gz > x.eps.bb
652 \series default
653
654 \begin_inset Newline newline
655 \end_inset
656
657 El segundo comando crea un archivo de cuadro delimitador 
658 \begin_inset Quotes eld
659 \end_inset
660
661 x.eps.bb
662 \begin_inset Quotes erd
663 \end_inset
664
665  que necesita LaTeX para gráficos comprimidos.
666 \end_layout
667
668 \begin_layout Standard
669 \begin_inset VSpace bigskip
670 \end_inset
671
672
673 \end_layout
674
675 \begin_layout Standard
676 Esto es un ejemplo de imagen en formato EPS
677 \begin_inset Foot
678 status collapsed
679
680 \begin_layout Plain Layout
681 Los formatos de imagen se explica en el sección
682 \begin_inset space ~
683 \end_inset
684
685
686 \begin_inset CommandInset ref
687 LatexCommand ref
688 reference "sec:Formatos-de-imagen"
689
690 \end_inset
691
692 .
693 \end_layout
694
695 \end_inset
696
697  en un párrafo separado centrado horizontalmente:
698 \end_layout
699
700 \begin_layout Standard
701 \align center
702 \begin_inset Graphics
703         filename ../clipart/mobius.eps
704         scale 70
705         clip
706         rotateOrigin center
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 Esta es la misma imagen pero en modo borrador:
715 \end_layout
716
717 \begin_layout Standard
718 \align center
719 \begin_inset Graphics
720         filename ../clipart/mobius.eps
721         scale 70
722         draft
723         rotateOrigin center
724
725 \end_inset
726
727
728 \end_layout
729
730 \begin_layout Section
731 Figuras flotantes
732 \begin_inset CommandInset label
733 LatexCommand label
734 name "sec:Figuras-Flotantes"
735
736 \end_inset
737
738
739 \begin_inset Index
740 status collapsed
741
742 \begin_layout Plain Layout
743 Flotantes ! Figuras
744 \end_layout
745
746 \end_inset
747
748
749 \begin_inset Index
750 status collapsed
751
752 \begin_layout Plain Layout
753 Figuras ! Flotantes
754 \end_layout
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 Para información general sobre flotantes, echa una ojeada a la sección
763 \begin_inset space ~
764 \end_inset
765
766
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "sec:IntroducciónFlotantes"
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \begin_layout Standard
777 El botón 
778 \begin_inset Graphics
779         filename ../../images/float-insert_figure.png
780         scale 85
781
782 \end_inset
783
784  y el menú 
785 \family sans
786 Insertar\SpecialChar \menuseparator
787 Flotante\SpecialChar \menuseparator
788 Figura
789 \family default
790  insertan un flotante con la etiqueta 
791 \begin_inset Quotes eld
792 \end_inset
793
794 Figura #:
795 \begin_inset Quotes erd
796 \end_inset
797
798  (# es el número actual).
799  La imagen se puede insertar sobre el título, como en la figura
800 \begin_inset space ~
801 \end_inset
802
803
804 \begin_inset CommandInset ref
805 LatexCommand ref
806 reference "fig:kill-plat"
807
808 \end_inset
809
810 , o bajo el título, como en la figura
811 \begin_inset space ~
812 \end_inset
813
814
815 \begin_inset CommandInset ref
816 LatexCommand ref
817 reference "fig:escher"
818
819 \end_inset
820
821 .
822  Más información sobre ubicación de títulos en la sección
823 \begin_inset space ~
824 \end_inset
825
826
827 \begin_inset CommandInset ref
828 LatexCommand ref
829 reference "sec:Colocación-de-leyendas"
830
831 \end_inset
832
833 .
834 \end_layout
835
836 \begin_layout Standard
837 \begin_inset Float figure
838 wide false
839 sideways false
840 status open
841
842 \begin_layout Plain Layout
843 \align center
844 \begin_inset Graphics
845         filename ../clipart/platypus.eps
846         width 50col%
847         rotateOrigin center
848
849 \end_inset
850
851
852 \end_layout
853
854 \begin_layout Plain Layout
855 \begin_inset Caption
856
857 \begin_layout Plain Layout
858 \begin_inset CommandInset label
859 LatexCommand label
860 name "fig:kill-plat"
861
862 \end_inset
863
864 Un platypus muy distorsionado en un flotante.
865 \end_layout
866
867 \end_inset
868
869
870 \end_layout
871
872 \end_inset
873
874
875 \end_layout
876
877 \begin_layout Standard
878 \begin_inset Float figure
879 wide false
880 sideways false
881 status open
882
883 \begin_layout Plain Layout
884 \begin_inset Caption
885
886 \begin_layout Plain Layout
887 \begin_inset CommandInset label
888 LatexCommand label
889 name "fig:escher"
890
891 \end_inset
892
893 M.C.
894  Escher en ácido.
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Plain Layout
903 \align center
904 \begin_inset Graphics
905         filename ../clipart/escher-lsd.eps
906         scale 80
907         rotateOrigin center
908
909 \end_inset
910
911
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \begin_layout Standard
920 \begin_inset Index
921 status collapsed
922
923 \begin_layout Plain Layout
924 Referencias ! a figuras
925 \end_layout
926
927 \end_inset
928
929 Las figuras
930 \begin_inset space ~
931 \end_inset
932
933
934 \begin_inset CommandInset ref
935 LatexCommand ref
936 reference "fig:kill-plat"
937
938 \end_inset
939
940  y 
941 \begin_inset CommandInset ref
942 LatexCommand ref
943 reference "fig:escher"
944
945 \end_inset
946
947  son ejemplos de figuras con referencias cruzadas.
948  Las figuras pueden tener referencias cruzadas en el documento mediante
949  referencia a su etiqueta.
950  Para hacerlo inserta una etiqueta en la leyenda usando el menú 
951 \family sans
952 Insertar\SpecialChar \menuseparator
953 Etiqueta
954 \family default
955  o el botón 
956 \begin_inset Graphics
957         filename ../../images/label-insert.png
958         scale 85
959
960 \end_inset
961
962 .
963  Ahora puedes referirte a la etiqueta usando el menú 
964 \family sans
965 Insertar\SpecialChar \menuseparator
966 Referencia
967 \begin_inset space ~
968 \end_inset
969
970 cruzada
971 \family default
972  o el botón 
973 \begin_inset Graphics
974         filename ../../images/dialog-show-new-inset_ref.png
975         scale 85
976
977 \end_inset
978
979 .
980  Es importante emplear referencias a flotantes, mejor que alusiones vagas
981  como 
982 \begin_inset Quotes eld
983 \end_inset
984
985 la figura de arriba
986 \begin_inset Quotes erd
987 \end_inset
988
989 , porque como LaTeX recolocará los flotantes en el documento final, podría
990  no quedar 
991 \begin_inset Quotes eld
992 \end_inset
993
994 arriba
995 \begin_inset Quotes erd
996 \end_inset
997
998  precisamente.
999 \begin_inset Newline newline
1000 \end_inset
1001
1002 Las referencias se explican con detalle en la sección
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "sec:Referencias-a-Flotantes"
1010
1011 \end_inset
1012
1013 .
1014 \end_layout
1015
1016 \begin_layout Standard
1017 Normalmente sólo se inserta una imagen en un flotante, pero es posible que
1018  en alguna ocasión queramos poner dos imágenes cada una con su subtítulo.
1019  Esto es posible mediante la solapa 
1020 \family sans
1021 Opciones
1022 \begin_inset space ~
1023 \end_inset
1024
1025 extra
1026 \family default
1027  del diálogo gráficos.
1028  Elige la opción 
1029 \family sans
1030 Subfigura
1031 \family default
1032  e introduce el subtítulo en la casilla 
1033 \family sans
1034 Descripción
1035 \family default
1036 .
1037  Ten en cuenta que sólo el título principal  del flotante se añade a la
1038  Lista de Figuras.
1039  La figura
1040 \begin_inset space ~
1041 \end_inset
1042
1043
1044 \begin_inset CommandInset ref
1045 LatexCommand ref
1046 reference "fig:Dos-imágenes-distorsionadas"
1047
1048 \end_inset
1049
1050  es un ejemplo de figura flotante con dos imágenes una junto a otra.
1051  También se pueden poner una sobre otra.
1052 \end_layout
1053
1054 \begin_layout Standard
1055 \begin_inset Float figure
1056 wide false
1057 sideways false
1058 status open
1059
1060 \begin_layout Plain Layout
1061 \begin_inset space \hfill{}
1062 \end_inset
1063
1064
1065 \begin_inset Float figure
1066 wide false
1067 sideways false
1068 status open
1069
1070 \begin_layout Plain Layout
1071 \begin_inset Caption
1072
1073 \begin_layout Plain Layout
1074 Estructura indefinible
1075 \end_layout
1076
1077 \end_inset
1078
1079
1080 \end_layout
1081
1082 \begin_layout Plain Layout
1083 \begin_inset Graphics
1084         filename ../clipart/escher-lsd.eps
1085         width 45col%
1086
1087 \end_inset
1088
1089
1090 \end_layout
1091
1092 \end_inset
1093
1094
1095 \begin_inset space \hfill{}
1096 \end_inset
1097
1098
1099 \begin_inset Float figure
1100 wide false
1101 sideways false
1102 status open
1103
1104 \begin_layout Plain Layout
1105 \begin_inset Caption
1106
1107 \begin_layout Plain Layout
1108
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Graphics
1118         filename ../clipart/platypus.eps
1119         lyxscale 60
1120         width 45col%
1121
1122 \end_inset
1123
1124
1125 \end_layout
1126
1127 \end_inset
1128
1129
1130 \begin_inset space \hfill{}
1131 \end_inset
1132
1133
1134 \end_layout
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:Dos-imágenes-distorsionadas"
1143
1144 \end_inset
1145
1146 Dos imágenes distorsionadas.
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \end_inset
1155
1156
1157 \end_layout
1158
1159 \begin_layout Section
1160 Formatos de imagen
1161 \begin_inset CommandInset label
1162 LatexCommand label
1163 name "sec:Formatos-de-imagen"
1164
1165 \end_inset
1166
1167
1168 \begin_inset Index
1169 status collapsed
1170
1171 \begin_layout Plain Layout
1172 Formatos de imagen
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \begin_inset Index
1179 status collapsed
1180
1181 \begin_layout Plain Layout
1182 Figuras ! Formatos de imagen
1183 \end_layout
1184
1185 \end_inset
1186
1187
1188 \end_layout
1189
1190 \begin_layout Standard
1191 Puedes insertar imágenes en cualquier formato.
1192  Pero como se explica en el apéndice
1193 \begin_inset space ~
1194 \end_inset
1195
1196
1197 \begin_inset CommandInset ref
1198 LatexCommand ref
1199 reference "cha:Formatos-de-Archivos-de-Salida"
1200
1201 \end_inset
1202
1203 , cada formato de archivo del documento de salida permite sólo ciertos formatos
1204  de archivo de imagen.
1205  Por eso LyX usa el programa 
1206 \family sans
1207 Imagemagick
1208 \family default
1209  en segundo plano para convertir imágenes al formato adecuado.
1210  Para aumentar el rendimiento evitando estas conversiones, puedes usar sólo
1211  los formatos de imagen admitidos en el formato de archivo de salida.
1212  Los formatos de salida se explican en el apéndice
1213 \begin_inset space ~
1214 \end_inset
1215
1216
1217 \begin_inset CommandInset ref
1218 LatexCommand ref
1219 reference "cha:Formatos-de-Archivos-de-Salida"
1220
1221 \end_inset
1222
1223 .
1224 \end_layout
1225
1226 \begin_layout Standard
1227 Como en el caso de las fuentes, hay dos tipos de formatos de imagen:
1228 \end_layout
1229
1230 \begin_layout Description
1231 Imágenes
1232 \begin_inset space ~
1233 \end_inset
1234
1235 mapa
1236 \begin_inset space ~
1237 \end_inset
1238
1239 de
1240 \begin_inset space ~
1241 \end_inset
1242
1243 bits
1244 \begin_inset space ~
1245 \end_inset
1246
1247 (Bitmap) formadas por mapas de puntos (píxeles), generalmente comprimidos.
1248  Por tanto no son totalmente escalables y se ven pixeladas a valores altos
1249  de zoom.
1250  Formatos de imágenes en bitmap bien conocidos son 
1251 \begin_inset Quotes eld
1252 \end_inset
1253
1254 Graphics Interchange Format
1255 \begin_inset Quotes erd
1256 \end_inset
1257
1258  (GIF, extensión 
1259 \begin_inset Quotes eld
1260 \end_inset
1261
1262 .gif
1263 \begin_inset Quotes erd
1264 \end_inset
1265
1266 )
1267 \begin_inset Index
1268 status collapsed
1269
1270 \begin_layout Plain Layout
1271 GIF|see
1272 \begin_inset ERT
1273 status collapsed
1274
1275 \begin_layout Plain Layout
1276
1277 {
1278 \end_layout
1279
1280 \end_inset
1281
1282 Formatos de imagen
1283 \begin_inset ERT
1284 status collapsed
1285
1286 \begin_layout Plain Layout
1287
1288 }
1289 \end_layout
1290
1291 \end_inset
1292
1293
1294 \end_layout
1295
1296 \end_inset
1297
1298
1299 \begin_inset Quotes eld
1300 \end_inset
1301
1302 Portable Network Graphics
1303 \begin_inset Quotes erd
1304 \end_inset
1305
1306  (PNG, extensión 
1307 \begin_inset Quotes eld
1308 \end_inset
1309
1310 .png
1311 \begin_inset Quotes erd
1312 \end_inset
1313
1314 )
1315 \begin_inset Index
1316 status collapsed
1317
1318 \begin_layout Plain Layout
1319 PNG|see
1320 \begin_inset ERT
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324
1325 {
1326 \end_layout
1327
1328 \end_inset
1329
1330 Formatos de imagen
1331 \begin_inset ERT
1332 status collapsed
1333
1334 \begin_layout Plain Layout
1335
1336 }
1337 \end_layout
1338
1339 \end_inset
1340
1341
1342 \end_layout
1343
1344 \end_inset
1345
1346 , y 
1347 \begin_inset Quotes eld
1348 \end_inset
1349
1350 Joint Photographic Experts Group
1351 \begin_inset Quotes erd
1352 \end_inset
1353
1354  (JPG, extensión 
1355 \begin_inset Quotes eld
1356 \end_inset
1357
1358 .jpg
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  o 
1363 \begin_inset Quotes eld
1364 \end_inset
1365
1366 .jpeg
1367 \begin_inset Quotes erd
1368 \end_inset
1369
1370 )
1371 \begin_inset Index
1372 status collapsed
1373
1374 \begin_layout Plain Layout
1375 JPG|see
1376 \begin_inset ERT
1377 status collapsed
1378
1379 \begin_layout Plain Layout
1380
1381 {
1382 \end_layout
1383
1384 \end_inset
1385
1386 Formatos de imagen
1387 \begin_inset ERT
1388 status collapsed
1389
1390 \begin_layout Plain Layout
1391
1392 }
1393 \end_layout
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \end_inset
1401
1402 .
1403 \end_layout
1404
1405 \begin_layout Description
1406 Imágenes
1407 \begin_inset space ~
1408 \end_inset
1409
1410 vectoriales se generan mediante una descripción de una serie de trazos (vectores
1411 ) y por tanto pueden escalarse a cualquier tamaño sin pérdidas.
1412  La posibilidad de escalado hace falta para crear presentaciones, porque
1413  éstas siempre son escaladas por el proyector.
1414  El escalado también es útil en los documentos en línea para permitir el
1415  zoom en diagramas.
1416 \begin_inset Newline newline
1417 \end_inset
1418
1419 Formatos de imagen escalables pueden ser 
1420 \begin_inset Quotes eld
1421 \end_inset
1422
1423 Scalable Vector Graphics
1424 \begin_inset Quotes erd
1425 \end_inset
1426
1427  (SVG, extensión 
1428 \begin_inset Quotes eld
1429 \end_inset
1430
1431 .svg
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435 )
1436 \begin_inset Index
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 SVG|see
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 {
1447 \end_layout
1448
1449 \end_inset
1450
1451 Formatos de imagen
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 }
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \begin_inset Quotes eld
1469 \end_inset
1470
1471 Encapsulated PostScript
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475  (EPS, extensión 
1476 \begin_inset Quotes eld
1477 \end_inset
1478
1479 .eps
1480 \begin_inset Quotes erd
1481 \end_inset
1482
1483 )
1484 \begin_inset Index
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488 EPS|see
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 {
1495 \end_layout
1496
1497 \end_inset
1498
1499 Formatos de imagen
1500 \begin_inset ERT
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504
1505 }
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \end_layout
1512
1513 \end_inset
1514
1515
1516 \begin_inset Quotes eld
1517 \end_inset
1518
1519 Portable Document Format
1520 \begin_inset Quotes erd
1521 \end_inset
1522
1523  (PDF, extensión 
1524 \begin_inset Quotes eld
1525 \end_inset
1526
1527 .pdf
1528 \begin_inset Quotes erd
1529 \end_inset
1530
1531 )
1532 \begin_inset Index
1533 status collapsed
1534
1535 \begin_layout Plain Layout
1536 PDF|see
1537 \begin_inset ERT
1538 status collapsed
1539
1540 \begin_layout Plain Layout
1541
1542 {
1543 \end_layout
1544
1545 \end_inset
1546
1547 Formatos de imagen
1548 \begin_inset ERT
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 }
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562
1563 , y 
1564 \begin_inset Quotes eld
1565 \end_inset
1566
1567 Windows Metafile
1568 \begin_inset Quotes erd
1569 \end_inset
1570
1571  (WMF, extensión 
1572 \begin_inset Quotes eld
1573 \end_inset
1574
1575 .wmf
1576 \begin_inset Quotes erd
1577 \end_inset
1578
1579 )
1580 \begin_inset Index
1581 status collapsed
1582
1583 \begin_layout Plain Layout
1584 WMF|see
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 {
1591 \end_layout
1592
1593 \end_inset
1594
1595 Formatos de imagen
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 }
1602 \end_layout
1603
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610
1611 .
1612  Escribimos 
1613 \begin_inset Quotes eld
1614 \end_inset
1615
1616 pueden ser
1617 \begin_inset Quotes erd
1618 \end_inset
1619
1620 , porque se puede convertir cualquier imagen bitmap a PDF o EPS y el resultado
1621  será todavía una imagen bitmap.
1622  En estos casos sólo se añade una cabecera con las propiedades de la imagen
1623  a la imagen original
1624 \begin_inset Foot
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628 En el caso de PDF, además se comprime la imagen original.
1629 \end_layout
1630
1631 \end_inset
1632
1633 .
1634  Por ejemplo, los archivos PDF generados por 
1635 \family sans
1636 Adobe Photoshop
1637 \family default
1638  son imágenes bitmap.
1639 \end_layout
1640
1641 \begin_layout Standard
1642 Normalmente no es posible convertir una imagen bitmap a escalable, sólo
1643  viceversa.
1644  Sólo los formatos de imagen PDF y EPS pueden empotrarse directamente en
1645  archivos de salida PDF y PostScript, respectivamente.
1646  Las imágenes SVG y WMF son recalculadas a bitmaps cuando se genera el archivo
1647  de salida porque actualmente no hay convertidores adecuados WMF/SVG 
1648 \begin_inset Formula $\to$
1649 \end_inset
1650
1651  PDF/EPS.
1652 \end_layout
1653
1654 \begin_layout Chapter
1655 Tablas
1656 \begin_inset CommandInset label
1657 LatexCommand label
1658 name "cha:Tablas"
1659
1660 \end_inset
1661
1662
1663 \begin_inset Index
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667 Tablas
1668 \end_layout
1669
1670 \end_inset
1671
1672
1673 \end_layout
1674
1675 \begin_layout Section
1676 Introducción
1677 \begin_inset Index
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 Tablas ! Introducción
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \begin_layout Standard
1690 Puede insertarse una tabla mediante el botón
1691 \begin_inset Graphics
1692         filename ../../images/tabular-insert.png
1693         scale 85
1694
1695 \end_inset
1696
1697  o el menú 
1698 \family sans
1699 Insertar\SpecialChar \menuseparator
1700 Tabla
1701 \family default
1702 .
1703  El botón ofrece una selección gráfica: moviendo el puntero se puede definir
1704  el número de filas y de columnas de la tabla.
1705  Si usas el menú aparece un diálogo en el que se pide el número de filas
1706  y columnas.
1707  
1708 \begin_inset Newline newline
1709 \end_inset
1710
1711 Por defecto, la tabla tiene líneas que enmarcan cada celda y la primera
1712  fila aparece separada por una línea doble: la línea inferior de la primera
1713  fila y la línea superior de la segunda fila.
1714  Ejemplo de tabla:
1715 \end_layout
1716
1717 \begin_layout Standard
1718 \align center
1719 \begin_inset Tabular
1720 <lyxtabular version="3" rows="4" columns="4">
1721 <features>
1722 <column alignment="center" valignment="top" width="0">
1723 <column alignment="center" valignment="top" width="0pt">
1724 <column alignment="center" valignment="top" width="0in">
1725 <column alignment="center" valignment="top" width="0pt">
1726 <row>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740
1741 \family roman
1742 \series medium
1743 \shape up
1744 \size normal
1745 \emph off
1746 \bar no
1747 \noun off
1748 \color none
1749 1
1750 \end_layout
1751
1752 \end_inset
1753 </cell>
1754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1755 \begin_inset Text
1756
1757 \begin_layout Plain Layout
1758 2
1759 \end_layout
1760
1761 \end_inset
1762 </cell>
1763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1764 \begin_inset Text
1765
1766 \begin_layout Plain Layout
1767 3
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 </row>
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \family roman
1780 \series medium
1781 \shape up
1782 \size normal
1783 \emph off
1784 \bar no
1785 \noun off
1786 \color none
1787 A
1788 \end_layout
1789
1790 \end_inset
1791 </cell>
1792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1793 \begin_inset Text
1794
1795 \begin_layout Plain Layout
1796
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 B
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \size normal
1854 \noun off
1855 \color none
1856  
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \family roman
1878 \series medium
1879 \shape up
1880 \size normal
1881 \emph off
1882 \bar no
1883 \noun off
1884 \color none
1885 C
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Section
1926 Diálogo de tablas
1927 \begin_inset Index
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931 Tablas ! Diálogo
1932 \end_layout
1933
1934 \end_inset
1935
1936
1937 \end_layout
1938
1939 \begin_layout Standard
1940 Una tabla se puede cambiar mediante el cuadro de diálogo que aparece al
1941  pinchar sobre ella con el botón derecho del ratón.
1942  Se pueden ajustar los parámetros de la celda y fila/columna en la que se
1943  encuentra el cursor.
1944  La mayoría de opciones también trabajan sobre una selección de celdas,
1945  de filas o de columnas.
1946  Observa que hay que diferenciar entre seleccionar una celda o seleccionar
1947  su 
1948 \emph on
1949 contenido
1950 \emph default
1951 .
1952  En el cuadro de diálogo aparecen las siguientes solapas:
1953 \end_layout
1954
1955 \begin_layout Description
1956
1957 \family sans
1958 Configuración
1959 \begin_inset space ~
1960 \end_inset
1961
1962 de
1963 \begin_inset space ~
1964 \end_inset
1965
1966 la
1967 \begin_inset space ~
1968 \end_inset
1969
1970 tabla
1971 \family default
1972  Aquí puedes establecer la alineación horizontal y la anchura de la columna
1973  actual.
1974  Una vez puesta la anchura puedes ajustar también el alineamiento vertical.
1975  Una anchura determinada permite tener saltos de línea y distintos párrafos
1976  de texto, ver sección 
1977 \begin_inset space ~
1978 \end_inset
1979
1980
1981 \begin_inset CommandInset ref
1982 LatexCommand ref
1983 reference "sub:Líneas-Múltiples-en"
1984
1985 \end_inset
1986
1987 .
1988  Si no estableces anchura, la columna será tan ancha como el contenido de
1989  la celda más ancha.
1990 \begin_inset Newline newline
1991 \end_inset
1992
1993 Además, puedes marcar una o más celdas de una fila como una celda multicolumna,
1994  ver sección
1995 \begin_inset space ~
1996 \end_inset
1997
1998
1999 \begin_inset CommandInset ref
2000 LatexCommand ref
2001 reference "sub:Multicolumnas"
2002
2003 \end_inset
2004
2005 .
2006 \begin_inset Newline newline
2007 \end_inset
2008
2009 Las casillas de giro rotan la celda actual, una selección o toda la tabla
2010  90º en el sentido de las agujas del reloj.
2011  La rotación no se ve en LyX, sí en la salida.
2012 \begin_inset Newline newline
2013 \end_inset
2014
2015
2016 \begin_inset Note Greyedout
2017 status open
2018
2019 \begin_layout Plain Layout
2020
2021 \series bold
2022 Nota:
2023 \series default
2024  no todos los visores DVI pueden mostrar rotaciones.
2025 \end_layout
2026
2027 \end_inset
2028
2029
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 También es posible introducir argumentos LaTeX necesarios para formatos
2034  especiales, ver sección
2035 \begin_inset space ~
2036 \end_inset
2037
2038
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "sub:Cálculos-en-Multicolumnas"
2042
2043 \end_inset
2044
2045  y 
2046 \begin_inset CommandInset ref
2047 LatexCommand ref
2048 reference "sec:Tablas-Coloreadas"
2049
2050 \end_inset
2051
2052 .
2053 \end_layout
2054
2055 \begin_layout Description
2056
2057 \family sans
2058 Bordes
2059 \family default
2060  En esta solapa puedes añadir y quitar bordes para la fila/columna actual.
2061 \end_layout
2062
2063 \begin_layout Description
2064
2065 \family sans
2066 Tabla
2067 \begin_inset space ~
2068 \end_inset
2069
2070 larga
2071 \family default
2072  Para hacer 
2073 \emph on
2074 tablas largas
2075 \emph default
2076  que pueden extenderse por varias páginas.
2077  La sección
2078 \begin_inset space ~
2079 \end_inset
2080
2081
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sec:Tablas-Largas"
2085
2086 \end_inset
2087
2088  describe su uso en detalle.
2089 \end_layout
2090
2091 \begin_layout Standard
2092 Si la barra de herramientas de tabla está abierta, puedes mover el cursor
2093  con las teclas de flecha de celda en celda y la propiedad de la celda actual
2094  aparecerá inmediatamente en el diálogo.
2095 \end_layout
2096
2097 \begin_layout Section
2098 Barra de herramientas de tabla
2099 \begin_inset Index
2100 status collapsed
2101
2102 \begin_layout Plain Layout
2103 Tablas ! Barra de herramientas
2104 \end_layout
2105
2106 \end_inset
2107
2108
2109 \end_layout
2110
2111 \begin_layout Standard
2112 La barra de herramientas de tabla es una alternativa al cuadro de diálogo
2113  para cambiar las tablas de manera más rápida.
2114  Normalmente debería aparecer en la parte inferior de la ventana principal
2115  de LyX cuando el cursor está dentro de una tabla.
2116  En cualquier momento se puede presentar esta barra pinchando con el botón
2117  derecho del ratón en cualquier punto de la barra principal de menú.
2118 \end_layout
2119
2120 \begin_layout Standard
2121 La barra de herramientas tiene los siguientes iconos:
2122 \end_layout
2123
2124 \begin_layout Labeling
2125 \labelwidthstring 00.00.0000
2126 \begin_inset Graphics
2127         filename ../../images/tabular-feature_append-row.png
2128
2129 \end_inset
2130
2131  añade una fila bajo la celda actual o selección
2132 \end_layout
2133
2134 \begin_layout Labeling
2135 \labelwidthstring 00.00.0000
2136 \begin_inset Graphics
2137         filename ../../images/tabular-feature_append-column.png
2138
2139 \end_inset
2140
2141  añade una columna a la derecha de la celda actual o selección
2142 \end_layout
2143
2144 \begin_layout Labeling
2145 \labelwidthstring 00.00.0000
2146 \begin_inset Graphics
2147         filename ../../images/tabular-feature_delete-row.png
2148
2149 \end_inset
2150
2151  borra la fila actual o selección
2152 \end_layout
2153
2154 \begin_layout Labeling
2155 \labelwidthstring 00.00.0000
2156 \begin_inset Graphics
2157         filename ../../images/tabular-feature_delete-column.png
2158
2159 \end_inset
2160
2161  borra la columna actual o selección
2162 \end_layout
2163
2164 \begin_layout Labeling
2165 \labelwidthstring 00.00.0000
2166 \begin_inset Graphics
2167         filename ../../images/tabular-feature_toggle-line-top.png
2168
2169 \end_inset
2170
2171  añade una línea sobre la celda/fila actual o la selección
2172 \end_layout
2173
2174 \begin_layout Labeling
2175 \labelwidthstring 00.00.0000
2176 \begin_inset Graphics
2177         filename ../../images/tabular-feature_toggle-line-bottom.png
2178
2179 \end_inset
2180
2181  añade una línea bajo la celda/fila actual o la selección
2182 \end_layout
2183
2184 \begin_layout Labeling
2185 \labelwidthstring 00.00.0000
2186 \begin_inset Graphics
2187         filename ../../images/tabular-feature_toggle-line-left.png
2188
2189 \end_inset
2190
2191  añade una línea a la izquierda de la celda/fila actual o la selección
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../../images/tabular-feature_toggle-line-right.png
2198
2199 \end_inset
2200
2201  añade una línea a la derecha de la celda/fila actual o la selección
2202 \end_layout
2203
2204 \begin_layout Labeling
2205 \labelwidthstring 00.00.0000
2206 \begin_inset Graphics
2207         filename ../../images/tabular-feature_set-all-lines.png
2208
2209 \end_inset
2210
2211  añade líneas alrededor de la celda actual o seleccionadas (si la celda
2212  actual no es multicolumna esto afecta también a la fila y a la columna)
2213 \end_layout
2214
2215 \begin_layout Labeling
2216 \labelwidthstring 00.00.0000
2217 \begin_inset Graphics
2218         filename ../../images/tabular-feature_unset-all-lines.png
2219
2220 \end_inset
2221
2222  borra todas las líneas de la celda o celdas seleccionadas (si la celda
2223  actual no es multicolumna esto afecta también a la fila y a la columna)
2224 \end_layout
2225
2226 \begin_layout Labeling
2227 \labelwidthstring 00.00.0000
2228 \begin_inset Graphics
2229         filename ../../images/tabular-feature_align-left.png
2230
2231 \end_inset
2232
2233  alinea a la izquierda el contenido de la celda/columna
2234 \end_layout
2235
2236 \begin_layout Labeling
2237 \labelwidthstring 00.00.0000
2238 \begin_inset Graphics
2239         filename ../../images/tabular-feature_align-center.png
2240
2241 \end_inset
2242
2243  centra el contenido de la celda/columna horizontalmente
2244 \end_layout
2245
2246 \begin_layout Labeling
2247 \labelwidthstring 00.00.0000
2248 \begin_inset Graphics
2249         filename ../../images/tabular-feature_align-right.png
2250
2251 \end_inset
2252
2253  alinea a la derecha el contenido de la celda/columna
2254 \end_layout
2255
2256 \begin_layout Labeling
2257 \labelwidthstring 00.00.0000
2258 \begin_inset Graphics
2259         filename ../../images/tabular-feature_valign-top.png
2260
2261 \end_inset
2262
2263  alinea arriba el contenido de la celda
2264 \end_layout
2265
2266 \begin_layout Labeling
2267 \labelwidthstring 00.00.0000
2268 \begin_inset Graphics
2269         filename ../../images/tabular-feature_valign-middle.png
2270
2271 \end_inset
2272
2273  centra verticalmente el contenido de la celda
2274 \end_layout
2275
2276 \begin_layout Labeling
2277 \labelwidthstring 00.00.0000
2278 \begin_inset Graphics
2279         filename ../../images/tabular-feature_valign-bottom.png
2280
2281 \end_inset
2282
2283  alinea abajo el contenido de la celda
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288 \begin_inset Graphics
2289         filename ../../images/tabular-feature_set-rotate-cell.png
2290
2291 \end_inset
2292
2293  gira la celda o selección 90° como las agujas de reloj
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298 \begin_inset Graphics
2299         filename ../../images/tabular-feature_set-rotate-tabular.png
2300
2301 \end_inset
2302
2303  gira toda la tabla 90° como agujas del reloj
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Graphics
2309         filename ../../images/tabular-feature_multicolumn.png
2310
2311 \end_inset
2312
2313  establece la celda actual o selección como multicolumna
2314 \end_layout
2315
2316 \begin_layout Standard
2317 \begin_inset Note Greyedout
2318 status open
2319
2320 \begin_layout Plain Layout
2321
2322 \series bold
2323 Nota:
2324 \series default
2325  En la salida se emplea la alineación vertical de la primera celda de una
2326  fila para todas las celdas restantes de la fila.
2327 \end_layout
2328
2329 \end_inset
2330
2331
2332 \end_layout
2333
2334 \begin_layout Section
2335 Menú Editar Tabla
2336 \begin_inset Index
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 Tablas ! Editar
2341 \end_layout
2342
2343 \end_inset
2344
2345
2346 \end_layout
2347
2348 \begin_layout Standard
2349 Además del diálogo y la barra de herramientas, el menú 
2350 \family sans
2351 Editar\SpecialChar \menuseparator
2352 Tabla
2353 \family default
2354  permite añadir y borrar bordes para la fila/columna actual y establecer
2355  la selección como multicolumna.
2356  El menú sólo está disponible si el cursor está en la tabla.
2357 \end_layout
2358
2359 \begin_layout Section
2360 Tablas flotantes
2361 \begin_inset CommandInset label
2362 LatexCommand label
2363 name "sec:Tablas-Flotantes"
2364
2365 \end_inset
2366
2367
2368 \begin_inset Index
2369 status collapsed
2370
2371 \begin_layout Plain Layout
2372 Flotantes ! Tablas
2373 \end_layout
2374
2375 \end_inset
2376
2377
2378 \begin_inset Index
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 Tablas ! Flotantes
2383 \end_layout
2384
2385 \end_inset
2386
2387
2388 \end_layout
2389
2390 \begin_layout Standard
2391 Para una explicación general sobre flotantes, echa un vistazo a la sección
2392 \begin_inset space ~
2393 \end_inset
2394
2395
2396 \begin_inset CommandInset ref
2397 LatexCommand ref
2398 reference "sec:IntroducciónFlotantes"
2399
2400 \end_inset
2401
2402 .
2403 \end_layout
2404
2405 \begin_layout Standard
2406 \begin_inset Float table
2407 placement h
2408 wide false
2409 sideways false
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413 \begin_inset Caption
2414
2415 \begin_layout Plain Layout
2416 \begin_inset CommandInset label
2417 LatexCommand label
2418 name "tab:una tabla flotante"
2419
2420 \end_inset
2421
2422 Una tabla flotante.
2423 \end_layout
2424
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \begin_layout Plain Layout
2431 \align center
2432 \begin_inset Tabular
2433 <lyxtabular version="3" rows="3" columns="3">
2434 <features>
2435 <column alignment="center" valignment="top" width="0pt">
2436 <column alignment="center" valignment="top" width="0pt">
2437 <column alignment="center" valignment="top" width="0pt">
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443
2444 \family roman
2445 \series medium
2446 \shape up
2447 \size normal
2448 \emph off
2449 \bar no
2450 \noun off
2451 \color none
2452 1
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461
2462 \family roman
2463 \series medium
2464 \shape up
2465 \size normal
2466 \emph off
2467 \bar no
2468 \noun off
2469 \color none
2470 2
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Plain Layout
2479
2480 \family roman
2481 \series medium
2482 \shape up
2483 \size normal
2484 \emph off
2485 \bar no
2486 \noun off
2487 \color none
2488 3
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 </row>
2494 <row>
2495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Plain Layout
2499
2500 \family roman
2501 \series medium
2502 \shape up
2503 \size normal
2504 \emph off
2505 \bar no
2506 \noun off
2507 \color none
2508 Pepe
2509 \end_layout
2510
2511 \end_inset
2512 </cell>
2513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2514 \begin_inset Text
2515
2516 \begin_layout Plain Layout
2517
2518 \family roman
2519 \series medium
2520 \shape up
2521 \size normal
2522 \emph off
2523 \bar no
2524 \noun off
2525 \color none
2526 Mari
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535
2536 \family roman
2537 \series medium
2538 \shape up
2539 \size normal
2540 \emph off
2541 \bar no
2542 \noun off
2543 \color none
2544 Teo
2545 \end_layout
2546
2547 \end_inset
2548 </cell>
2549 </row>
2550 <row>
2551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2552 \begin_inset Text
2553
2554 \begin_layout Plain Layout
2555
2556 \family roman
2557 \series medium
2558 \shape up
2559 \size normal
2560 \emph off
2561 \bar no
2562 \noun off
2563 \color none
2564 \begin_inset Formula $\int x^{2}dx$
2565 \end_inset
2566
2567
2568 \end_layout
2569
2570 \end_inset
2571 </cell>
2572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2573 \begin_inset Text
2574
2575 \begin_layout Plain Layout
2576
2577 \family roman
2578 \series medium
2579 \shape up
2580 \size normal
2581 \emph off
2582 \bar no
2583 \noun off
2584 \color none
2585 \begin_inset Formula $\left[\begin{array}{cc}
2586 a & b\\
2587 c & d\end{array}\right]$
2588 \end_inset
2589
2590
2591 \end_layout
2592
2593 \end_inset
2594 </cell>
2595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Plain Layout
2599
2600 \family roman
2601 \series medium
2602 \shape up
2603 \size normal
2604 \emph off
2605 \bar no
2606 \noun off
2607 \color none
2608 \begin_inset Formula $1+1=2$
2609 \end_inset
2610
2611
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 </row>
2617 </lyxtabular>
2618
2619 \end_inset
2620
2621
2622 \end_layout
2623
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \begin_layout Standard
2630 Las tablas flotantes pueden insertarse con el menú 
2631 \family sans
2632 Insertar\SpecialChar \menuseparator
2633 Flotante\SpecialChar \menuseparator
2634 Tabla
2635 \family default
2636  o con el botón 
2637 \begin_inset Graphics
2638         filename ../../images/float-insert_table.png
2639         scale 85
2640
2641 \end_inset
2642
2643 .
2644 \end_layout
2645
2646 \begin_layout Standard
2647 El flotante se muestra como un cuadro desplegable con la etiqueta 
2648 \begin_inset Quotes eld
2649 \end_inset
2650
2651 Tabla
2652 \begin_inset space ~
2653 \end_inset
2654
2655 #:
2656 \begin_inset Quotes erd
2657 \end_inset
2658
2659  (# es el número actual).
2660  El texto que sigue a dicha etiqueta es la leyenda de la tabla.
2661  Para insertar una tabla en el flotante se sitúa el cursor al final del
2662  texto del encabezado y se pulsa Intro.
2663  La leyenda se imprime encima de la tabla.
2664 \end_layout
2665
2666 \begin_layout Standard
2667 La tabla
2668 \begin_inset space ~
2669 \end_inset
2670
2671
2672 \begin_inset CommandInset ref
2673 LatexCommand ref
2674 reference "tab:una tabla flotante"
2675
2676 \end_inset
2677
2678  es un ejemplo de tabla flotante.
2679 \end_layout
2680
2681 \begin_layout Standard
2682 Lo habitual es poner la leyenda sobre la tabla, lo que desafortunadamente
2683  no es soportado en las clases estándar de LaTeX.
2684  Esto significa que si estás usando las clases de documento 
2685 \family sans
2686 article
2687 \family default
2688
2689 \family sans
2690 book
2691 \family default
2692
2693 \family sans
2694 letter
2695 \family default
2696  o 
2697 \family sans
2698 report
2699 \family default
2700  no habrá espacio entre la leyenda y la tabla.
2701  Para añadir un espacio entre ellos hay que poner en el preámbulo LaTeX
2702  del documento la siguiente opción al comando del paquete LaTeX 
2703 \series bold
2704 caption
2705 \series default
2706
2707 \begin_inset Index
2708 status collapsed
2709
2710 \begin_layout Plain Layout
2711 LaTeX-paquetes ! caption
2712 \end_layout
2713
2714 \end_inset
2715
2716
2717 \begin_inset Foot
2718 status open
2719
2720 \begin_layout Plain Layout
2721 Para más información ve a la sección
2722 \begin_inset space ~
2723 \end_inset
2724
2725
2726 \begin_inset CommandInset ref
2727 LatexCommand ref
2728 reference "sec:Colocación-de-leyendas"
2729
2730 \end_inset
2731
2732 .
2733 \end_layout
2734
2735 \end_inset
2736
2737 :
2738 \end_layout
2739
2740 \begin_layout Standard
2741
2742 \series bold
2743 tableposition=top
2744 \end_layout
2745
2746 \begin_layout Standard
2747 El formato de la leyenda se puede controlar mediante el paquete de LaTeX
2748  
2749 \series bold
2750 caption
2751 \series default
2752  como se describe en la sección
2753 \begin_inset space ~
2754 \end_inset
2755
2756
2757 \begin_inset CommandInset ref
2758 LatexCommand ref
2759 reference "sec:Formato-de-leyendas"
2760
2761 \end_inset
2762
2763 .
2764  
2765 \end_layout
2766
2767 \begin_layout Standard
2768 \begin_inset Index
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Referencias ! a tablas
2773 \end_layout
2774
2775 \end_inset
2776
2777 Las tablas pueden tener referencias cruzadas en el texto referenciando su
2778  etiqueta.
2779  Para hacerlo inserta una etiqueta en la leyenda con el menú 
2780 \family sans
2781 Insertar\SpecialChar \menuseparator
2782 Etiqueta
2783 \family default
2784  o con el botón 
2785 \begin_inset Graphics
2786         filename ../../images/label-insert.png
2787         scale 85
2788
2789 \end_inset
2790
2791 .
2792  Ahora puedes referenciar la etiqueta con el menú 
2793 \family sans
2794 Insertar\SpecialChar \menuseparator
2795 Referencia
2796 \begin_inset space ~
2797 \end_inset
2798
2799 cruzada
2800 \family default
2801  o con el botón 
2802 \begin_inset Graphics
2803         filename ../../images/dialog-show-new-inset_ref.png
2804         scale 85
2805
2806 \end_inset
2807
2808 .
2809 \begin_inset Newline newline
2810 \end_inset
2811
2812 Las referencias se explican con detalle en la sección
2813 \begin_inset space ~
2814 \end_inset
2815
2816
2817 \begin_inset CommandInset ref
2818 LatexCommand ref
2819 reference "sec:Referencias-a-Flotantes"
2820
2821 \end_inset
2822
2823 .
2824 \end_layout
2825
2826 \begin_layout Section
2827 Tablas largas
2828 \begin_inset CommandInset label
2829 LatexCommand label
2830 name "sec:Tablas-Largas"
2831
2832 \end_inset
2833
2834
2835 \begin_inset Index
2836 status collapsed
2837
2838 \begin_layout Plain Layout
2839 Tablas largas
2840 \end_layout
2841
2842 \end_inset
2843
2844
2845 \begin_inset Index
2846 status collapsed
2847
2848 \begin_layout Plain Layout
2849 Tablas ! Largas
2850 \end_layout
2851
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \begin_layout Standard
2858 Si la tabla es demasiado larga para una página, puedes usar la opción 
2859 \family sans
2860 Usar
2861 \begin_inset space ~
2862 \end_inset
2863
2864 tabla
2865 \begin_inset space ~
2866 \end_inset
2867
2868 larga
2869 \family default
2870  en la solapa 
2871 \family sans
2872 Tabla
2873 \begin_inset space ~
2874 \end_inset
2875
2876 larga
2877 \family default
2878  del diálogo de tablas, para repartir automáticamente la tabla en varias
2879  páginas.
2880  Al hacerlo se habilitan diversos botones opcionales en los que puedes definir:
2881 \end_layout
2882
2883 \begin_layout Description
2884
2885 \family sans
2886 Encabezado:
2887 \family default
2888  La fila actual y todas las de arriba, que no tienen ninguna opción especial
2889  definida, se definen como filas de encabezado para todas las páginas de
2890  la tabla, excepto para la primera página si 
2891 \family sans
2892 Primer
2893 \begin_inset space ~
2894 \end_inset
2895
2896 encabezado
2897 \family default
2898  está definido.
2899  Este se denomina encabezado principal.
2900 \end_layout
2901
2902 \begin_layout Description
2903
2904 \family sans
2905 Primer
2906 \begin_inset space ~
2907 \end_inset
2908
2909 encabezado:
2910 \family default
2911  La fila actual y superiores, que no tienen ninguna opción especial definida,
2912  se definen como filas cabeceras de la primera página de la tabla.
2913 \end_layout
2914
2915 \begin_layout Description
2916
2917 \family sans
2918 Pie:
2919 \family default
2920  La fila actual y todas las siguientes, que no tienen ninguna opción especial
2921  definida, se definen como filas de pie de todas las páginas de la tabla,
2922  excepto para la última página si se define 
2923 \family sans
2924 Último
2925 \begin_inset space ~
2926 \end_inset
2927
2928 pie.
2929 \end_layout
2930
2931 \begin_layout Description
2932
2933 \family sans
2934 Último
2935 \begin_inset space ~
2936 \end_inset
2937
2938 pie: L
2939 \family default
2940 a fila actual y siguientes, que no tienen ninguna opción especial definida,
2941  se definen como filas de pie de la última página de la tabla.
2942 \end_layout
2943
2944 \begin_layout Standard
2945 También se puede especificar en qué fila se ha de cortar la tabla.
2946  Si se establece más de una opción en la misma fila, habría que tener en
2947  cuenta que sólo la primera de ellas se usa en la fila dada.
2948  Las otras quedarán definidas como 
2949 \emph on
2950 vacías
2951 \emph default
2952 .
2953  En este contexto, primera significa primero en este orden: 
2954 \family sans
2955 Encabezado, Primer
2956 \begin_inset space ~
2957 \end_inset
2958
2959 encabezado
2960 \family default
2961
2962 \family sans
2963 Pie, Último
2964 \begin_inset space ~
2965 \end_inset
2966
2967 pie
2968 \family default
2969 .
2970  La siguiente tabla muestra cómo funciona:
2971 \end_layout
2972
2973 \begin_layout Standard
2974
2975 \end_layout
2976
2977 \begin_layout Standard
2978 \align center
2979 \begin_inset Tabular
2980 <lyxtabular version="3" rows="69" columns="3">
2981 <features islongtable="true">
2982 <column alignment="left" valignment="top" width="0cm">
2983 <column alignment="left" valignment="top" width="0pt">
2984 <column alignment="right" valignment="top" width="0pt">
2985 <row endfirsthead="true">
2986 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \series bold
2992 Ejemplo de lista telefónica (ignore los nombres)
2993 \end_layout
2994
2995 \end_inset
2996 </cell>
2997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2998 \begin_inset Text
2999
3000 \begin_layout Plain Layout
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3007 \begin_inset Text
3008
3009 \begin_layout Plain Layout
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 </row>
3016 <row endfirsthead="true">
3017 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021
3022 \series bold
3023 NOMBRE
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041
3042 \series bold
3043 TEL.
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row endhead="true">
3050 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \series bold
3056 Ejemplo de lista telefónica
3057 \end_layout
3058
3059 \end_inset
3060 </cell>
3061 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3062 \begin_inset Text
3063
3064 \begin_layout Plain Layout
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 </row>
3080 <row endhead="true">
3081 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3082 \begin_inset Text
3083
3084 \begin_layout Plain Layout
3085
3086 \series bold
3087 NOMBRE
3088 \end_layout
3089
3090 \end_inset
3091 </cell>
3092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3093 \begin_inset Text
3094
3095 \begin_layout Plain Layout
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105
3106 \series bold
3107 TEL.
3108 \end_layout
3109
3110 \end_inset
3111 </cell>
3112 </row>
3113 <row endfoot="true">
3114 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3115 \begin_inset Text
3116
3117 \begin_layout Plain Layout
3118  continúa en la página siguiente
3119 \end_layout
3120
3121 \end_inset
3122 </cell>
3123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3124 \begin_inset Text
3125
3126 \begin_layout Plain Layout
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 </row>
3142 <row>
3143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3144 \begin_inset Text
3145
3146 \begin_layout Plain Layout
3147
3148 \series bold
3149 Annovi
3150 \end_layout
3151
3152 \end_inset
3153 </cell>
3154 <cell alignment="center" valignment="top" usebox="none">
3155 \begin_inset Text
3156
3157 \begin_layout Plain Layout
3158 Silvia
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 111
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \series bold
3180 Bertoli
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 Stefano
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198 111
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \series bold
3211 Bozzi
3212 \end_layout
3213
3214 \end_inset
3215 </cell>
3216 <cell alignment="center" valignment="top" usebox="none">
3217 \begin_inset Text
3218
3219 \begin_layout Plain Layout
3220 Walter
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 111
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \series bold
3242 Cachia
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 Maria
3252 \end_layout
3253
3254 \end_inset
3255 </cell>
3256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260 111
3261 \end_layout
3262
3263 \end_inset
3264 </cell>
3265 </row>
3266 <row>
3267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271
3272 \series bold
3273 Cachia
3274 \end_layout
3275
3276 \end_inset
3277 </cell>
3278 <cell alignment="center" valignment="top" usebox="none">
3279 \begin_inset Text
3280
3281 \begin_layout Plain Layout
3282 Maurizio
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291 111
3292 \end_layout
3293
3294 \end_inset
3295 </cell>
3296 </row>
3297 <row>
3298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302
3303 \series bold
3304 Cinquemani
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 <cell alignment="center" valignment="top" usebox="none">
3310 \begin_inset Text
3311
3312 \begin_layout Plain Layout
3313 Giusi
3314 \end_layout
3315
3316 \end_inset
3317 </cell>
3318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322 111
3323 \end_layout
3324
3325 \end_inset
3326 </cell>
3327 </row>
3328 <row>
3329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333
3334 \series bold
3335 Colin
3336 \end_layout
3337
3338 \end_inset
3339 </cell>
3340 <cell alignment="center" valignment="top" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 Bernard
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 111
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \series bold
3366 Concli
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 Gianfranco
3376 \end_layout
3377
3378 \end_inset
3379 </cell>
3380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384 111
3385 \end_layout
3386
3387 \end_inset
3388 </cell>
3389 </row>
3390 <row>
3391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395
3396 \series bold
3397 Dal Bosco
3398 \end_layout
3399
3400 \end_inset
3401 </cell>
3402 <cell alignment="center" valignment="top" usebox="none">
3403 \begin_inset Text
3404
3405 \begin_layout Plain Layout
3406 Carolina
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 111
3416 \end_layout
3417
3418 \end_inset
3419 </cell>
3420 </row>
3421 <row>
3422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426
3427 \series bold
3428 Dalpiaz
3429 \end_layout
3430
3431 \end_inset
3432 </cell>
3433 <cell alignment="center" valignment="top" usebox="none">
3434 \begin_inset Text
3435
3436 \begin_layout Plain Layout
3437 Annamaria
3438 \end_layout
3439
3440 \end_inset
3441 </cell>
3442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446 111
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 <row>
3453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \series bold
3459 Feliciello
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 <cell alignment="center" valignment="top" usebox="none">
3465 \begin_inset Text
3466
3467 \begin_layout Plain Layout
3468 Domenico
3469 \end_layout
3470
3471 \end_inset
3472 </cell>
3473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477 111
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 <row>
3484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \series bold
3490 Focarelli
3491 \end_layout
3492
3493 \end_inset
3494 </cell>
3495 <cell alignment="center" valignment="top" usebox="none">
3496 \begin_inset Text
3497
3498 \begin_layout Plain Layout
3499 Paola
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508 111
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 </row>
3514 <row>
3515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519
3520 \series bold
3521 Galletti
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell alignment="center" valignment="top" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530 Oreste
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 111
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 </row>
3545 <row>
3546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550
3551 \series bold
3552 Gasparini
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 Franca
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 111
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 </row>
3576 <row>
3577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581
3582 \series bold
3583 Rizzardi
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell alignment="center" valignment="top" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592 Paola
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 111
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612
3613 \series bold
3614 Lassini
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 Giancarlo
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632 111
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 </row>
3638 <row>
3639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643
3644 \series bold
3645 Malfatti
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 Luciano
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663 111
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 </row>
3669 <row>
3670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676 Malfatti
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 Valeriano
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694 111
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 </row>
3700 <row>
3701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705
3706 \series bold
3707 Meneguzzo
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 Roberto
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 111
3726 \end_layout
3727
3728 \end_inset
3729 </cell>
3730 </row>
3731 <row>
3732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736
3737 \series bold
3738 Mezzadra
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 Roberto
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 111
3757 \end_layout
3758
3759 \end_inset
3760 </cell>
3761 </row>
3762 <row>
3763 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767
3768 \series bold
3769 Pirpamer
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 Erich
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 111
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 </row>
3793 <row>
3794 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798
3799 \series bold
3800 Pochiesa
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 Paolo
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 111, 222
3819 \end_layout
3820
3821 \end_inset
3822 </cell>
3823 </row>
3824 <row>
3825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829
3830 \series bold
3831 Radina
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 Claudio
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849 111
3850 \end_layout
3851
3852 \end_inset
3853 </cell>
3854 </row>
3855 <row>
3856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860
3861 \series bold
3862 Stuffer
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 Oskar
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 111
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 </row>
3886 <row>
3887 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891
3892 \series bold
3893 Tacchelli
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 Ugo
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 111
3912 \end_layout
3913
3914 \end_inset
3915 </cell>
3916 </row>
3917 <row>
3918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922
3923 \series bold
3924 Tezzele
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 Margit
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942 111
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 </row>
3948 <row>
3949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953
3954 \series bold
3955 Unterkalmsteiner
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 Frieda
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973 111
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 </row>
3979 <row>
3980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984
3985 \series bold
3986 Vieider
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 Hilde
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004 111
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 </row>
4010 <row>
4011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015
4016 \series bold
4017 Vigna
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 Jürgen
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035 111
4036 \end_layout
4037
4038 \end_inset
4039 </cell>
4040 </row>
4041 <row>
4042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046
4047 \series bold
4048 Weber
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 Maurizio
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066 111
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \series bold
4079 Winkler
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 Franz
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097 111
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 </row>
4103 <row>
4104 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108  
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 </row>
4132 <row>
4133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4134 \begin_inset Text
4135
4136 \begin_layout Plain Layout
4137
4138 \series bold
4139 Annovi
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 Silvia
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 555
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 </row>
4163 <row>
4164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4165 \begin_inset Text
4166
4167 \begin_layout Plain Layout
4168
4169 \series bold
4170 Bertoli
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 Stefano
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 555
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 </row>
4194 <row>
4195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4196 \begin_inset Text
4197
4198 \begin_layout Plain Layout
4199
4200 \series bold
4201 Bozzi
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 Walter
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 555
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \series bold
4232 Cachia
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 <cell alignment="center" valignment="top" usebox="none">
4238 \begin_inset Text
4239
4240 \begin_layout Plain Layout
4241 Maria
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 555
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 </row>
4256 <row>
4257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261
4262 \series bold
4263 Cachia
4264 \end_layout
4265
4266 \end_inset
4267 </cell>
4268 <cell alignment="center" valignment="top" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 Maurizio
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 555
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \series bold
4294 Cinquemani
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303 Giusi
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 555
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 </row>
4318 <row>
4319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323
4324 \series bold
4325 Colin
4326 \end_layout
4327
4328 \end_inset
4329 </cell>
4330 <cell alignment="center" valignment="top" usebox="none">
4331 \begin_inset Text
4332
4333 \begin_layout Plain Layout
4334 Bernard
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 555
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 </row>
4349 <row>
4350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354
4355 \series bold
4356 Concli
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 <cell alignment="center" valignment="top" usebox="none">
4362 \begin_inset Text
4363
4364 \begin_layout Plain Layout
4365 Gianfranco
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 555
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 </row>
4380 <row>
4381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385
4386 \series bold
4387 Dal Bosco
4388 \end_layout
4389
4390 \end_inset
4391 </cell>
4392 <cell alignment="center" valignment="top" usebox="none">
4393 \begin_inset Text
4394
4395 \begin_layout Plain Layout
4396 Carolina
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 555
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 <row>
4412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416
4417 \series bold
4418 Dalpiaz
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 Annamaria
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 555
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 </row>
4442 <row>
4443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447
4448 \series bold
4449 Feliciello
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 Domenico
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 555
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 </row>
4473 <row>
4474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478
4479 \series bold
4480 Focarelli
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 <cell alignment="center" valignment="top" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489 Paola
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 555
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 </row>
4504 <row>
4505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509
4510 \series bold
4511 Galletti
4512 \end_layout
4513
4514 \end_inset
4515 </cell>
4516 <cell alignment="center" valignment="top" usebox="none">
4517 \begin_inset Text
4518
4519 \begin_layout Plain Layout
4520 Oreste
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 555
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 </row>
4535 <row>
4536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540
4541 \series bold
4542 Gasparini
4543 \end_layout
4544
4545 \end_inset
4546 </cell>
4547 <cell alignment="center" valignment="top" usebox="none">
4548 \begin_inset Text
4549
4550 \begin_layout Plain Layout
4551 Franca
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 555
4561 \end_layout
4562
4563 \end_inset
4564 </cell>
4565 </row>
4566 <row>
4567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571
4572 \series bold
4573 Rizzardi
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell alignment="center" valignment="top" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Paola
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 555
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602
4603 \series bold
4604 Lassini
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 Giancarlo
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 555
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 </row>
4628 <row>
4629 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633
4634 \series bold
4635 Malfatti
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 Luciano
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 555
4654 \end_layout
4655
4656 \end_inset
4657 </cell>
4658 </row>
4659 <row>
4660 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664
4665 \series bold
4666 Malfatti
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 Valeriano
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684 555
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 </row>
4690 <row>
4691 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695
4696 \series bold
4697 Meneguzzo
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 Roberto
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715 555
4716 \end_layout
4717
4718 \end_inset
4719 </cell>
4720 </row>
4721 <row>
4722 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726
4727 \series bold
4728 Mezzadra
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 Roberto
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746 555
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757
4758 \series bold
4759 Pirpamer
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 Erich
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777 555
4778 \end_layout
4779
4780 \end_inset
4781 </cell>
4782 </row>
4783 <row>
4784 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788
4789 \series bold
4790 Pochiesa
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 Paolo
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808 555, 222
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 </row>
4814 <row>
4815 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819
4820 \series bold
4821 Radina
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 Claudio
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839 555
4840 \end_layout
4841
4842 \end_inset
4843 </cell>
4844 </row>
4845 <row>
4846 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850
4851 \series bold
4852 Stuffer
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 Oskar
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 555
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \series bold
4883 Tacchelli
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 Ugo
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 555
4902 \end_layout
4903
4904 \end_inset
4905 </cell>
4906 </row>
4907 <row>
4908 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912
4913 \series bold
4914 Tezzele
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 Margit
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932 555
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 </row>
4938 <row>
4939 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943
4944 \series bold
4945 Unterkalmsteiner
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 Frieda
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963 555
4964 \end_layout
4965
4966 \end_inset
4967 </cell>
4968 </row>
4969 <row>
4970 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974
4975 \series bold
4976 Vieider
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 Hilde
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994 555
4995 \end_layout
4996
4997 \end_inset
4998 </cell>
4999 </row>
5000 <row>
5001 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005
5006 \series bold
5007 Vigna
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 Jürgen
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025 999
5026 \end_layout
5027
5028 \end_inset
5029 </cell>
5030 </row>
5031 <row>
5032 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036
5037 \series bold
5038 Weber
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 Maurizio
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056 555
5057 \end_layout
5058
5059 \end_inset
5060 </cell>
5061 </row>
5062 <row>
5063 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067
5068 \series bold
5069 Winkler
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 Franz
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087 555
5088 \end_layout
5089
5090 \end_inset
5091 </cell>
5092 </row>
5093 <row endlastfoot="true">
5094 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 fin
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 </lyxtabular>
5123
5124 \end_inset
5125
5126
5127 \begin_inset ERT
5128 status open
5129
5130 \begin_layout Plain Layout
5131
5132
5133 \backslash
5134 addtocounter{table}{-1}
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \begin_inset Note Note
5141 status collapsed
5142
5143 \begin_layout Plain Layout
5144 Para comprender el uso de este comando, lee al final de la sección
5145 \begin_inset space ~
5146 \end_inset
5147
5148
5149 \begin_inset CommandInset ref
5150 LatexCommand ref
5151 reference "sub:Leyendas-en-Tablas"
5152
5153 \end_inset
5154
5155  la primera nota resaltada en gris.
5156  
5157 \end_layout
5158
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \begin_layout Subsection
5165 Notas al pie en tablas largas
5166 \begin_inset CommandInset label
5167 LatexCommand label
5168 name "sub:Notas-al-pie-en-Tablas-Largas"
5169
5170 \end_inset
5171
5172
5173 \begin_inset Index
5174 status collapsed
5175
5176 \begin_layout Plain Layout
5177 Tablas largas ! Notas al pie
5178 \end_layout
5179
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \begin_layout Standard
5186 Se pueden insertar notas al pie en cada celda de una tabla larga.
5187  Las notas se muestran en la parte inferior de la página en la que esté
5188  la celda con la nota.
5189  La tabla
5190 \begin_inset space ~
5191 \end_inset
5192
5193
5194 \begin_inset CommandInset ref
5195 LatexCommand ref
5196 reference "tab:DifLeyendas"
5197
5198 \end_inset
5199
5200  tiene un ejemplo de nota al pie.
5201 \end_layout
5202
5203 \begin_layout Subsection
5204 Alineación de tablas largas
5205 \begin_inset Index
5206 status collapsed
5207
5208 \begin_layout Plain Layout
5209 Tablas largas ! Alineación
5210 \end_layout
5211
5212 \end_inset
5213
5214
5215 \end_layout
5216
5217 \begin_layout Standard
5218 Las tablas largas se centran por defecto.
5219  Al contrario de la alineación de filas y columnas, la alineación de una
5220  tabla no se puede cambiar por ahora en el diálogo de tablas.
5221  Para cambiar la alineación de tablas largas debes cambiar el valor de las
5222  longitudes 
5223 \series bold
5224
5225 \backslash
5226 LTleft
5227 \series default
5228  y 
5229 \series bold
5230
5231 \backslash
5232 LTright 
5233 \series default
5234 insertando la línea siguiente como ERT antes de la correspondiente tabla
5235  larga:
5236 \end_layout
5237
5238 \begin_layout Standard
5239
5240 \series bold
5241
5242 \backslash
5243 setlength{
5244 \backslash
5245 LTleft}{valor}
5246 \end_layout
5247
5248 \begin_layout Standard
5249 donde el valor puede tener cualquiera de las unidades listadas en el cuadro
5250 \begin_inset space ~
5251 \end_inset
5252
5253
5254 \begin_inset CommandInset ref
5255 LatexCommand ref
5256 reference "tab:Unidades"
5257
5258 \end_inset
5259
5260 .
5261  
5262 \series bold
5263
5264 \backslash
5265 LTlent 
5266 \series default
5267 controla la distancia entre el borde izquierdo de la página y la tabla.
5268  
5269 \series bold
5270
5271 \backslash
5272 LTright 
5273 \series default
5274 la distancia desde el lado derecho.
5275  El valor predeterminado para ambas longitudes es 
5276 \series bold
5277
5278 \backslash
5279 fill
5280 \series default
5281 , que en este caso es lo mismo que un relleno horizontal en LyX.
5282 \end_layout
5283
5284 \begin_layout Standard
5285 La siguiente tabla larga se ha alineado a la izquierda poniendo 
5286 \series bold
5287
5288 \backslash
5289 LTleft
5290 \series default
5291  0 pt.
5292 \begin_inset ERT
5293 status collapsed
5294
5295 \begin_layout Plain Layout
5296
5297
5298 \backslash
5299 setlength{
5300 \backslash
5301 LTleft}{0pt}
5302 \end_layout
5303
5304 \end_inset
5305
5306
5307 \end_layout
5308
5309 \begin_layout Standard
5310 \begin_inset Tabular
5311 <lyxtabular version="3" rows="5" columns="5">
5312 <features islongtable="true">
5313 <column alignment="center" valignment="top" width="0">
5314 <column alignment="center" valignment="top" width="0">
5315 <column alignment="center" valignment="top" width="0">
5316 <column alignment="center" valignment="top" width="0">
5317 <column alignment="center" valignment="top" width="0">
5318 <row>
5319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 1
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5329 \begin_inset Text
5330
5331 \begin_layout Plain Layout
5332 2
5333 \end_layout
5334
5335 \end_inset
5336 </cell>
5337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5338 \begin_inset Text
5339
5340 \begin_layout Plain Layout
5341 3
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 4
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 5
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370 asd
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 s
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 s
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5394 \begin_inset Text
5395
5396 \begin_layout Plain Layout
5397 s
5398 \end_layout
5399
5400 \end_inset
5401 </cell>
5402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406 asd
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 </row>
5412 <row>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Plain Layout
5417 asd
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 s
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 s
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5441 \begin_inset Text
5442
5443 \begin_layout Plain Layout
5444 s
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 asd
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 </row>
5459 <row>
5460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5461 \begin_inset Text
5462
5463 \begin_layout Plain Layout
5464 asd
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 s
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 s
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5488 \begin_inset Text
5489
5490 \begin_layout Plain Layout
5491 s
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 asd
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 </row>
5506 <row>
5507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 asd
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 asd
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 asd
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5535 \begin_inset Text
5536
5537 \begin_layout Plain Layout
5538 asd
5539 \end_layout
5540
5541 \end_inset
5542 </cell>
5543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5544 \begin_inset Text
5545
5546 \begin_layout Plain Layout
5547 asd
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 </lyxtabular>
5554
5555 \end_inset
5556
5557
5558 \begin_inset ERT
5559 status collapsed
5560
5561 \begin_layout Plain Layout
5562
5563
5564 \backslash
5565 setlength{
5566 \backslash
5567 LTleft}{
5568 \backslash
5569 fill}
5570 \end_layout
5571
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \begin_layout Subsection
5578 Leyendas en tablas largas
5579 \begin_inset Index
5580 status collapsed
5581
5582 \begin_layout Plain Layout
5583 Tablas largas ! Leyendas
5584 \end_layout
5585
5586 \end_inset
5587
5588
5589 \begin_inset CommandInset label
5590 LatexCommand label
5591 name "sub:Leyendas-en-Tablas"
5592
5593 \end_inset
5594
5595
5596 \end_layout
5597
5598 \begin_layout Standard
5599 Una tabla larga no se puede poner flotante porque los flotantes sólo pueden
5600  estar en una página, aunque el entorno leyendas de flotantes sí puede usarse
5601  para tablas largas.
5602 \end_layout
5603
5604 \begin_layout Standard
5605 LyX todavía no soporta totalmente leyendas en tablas largas, de modo que
5606  hay que crearlos de la sigiente forma:
5607 \end_layout
5608
5609 \begin_layout Enumerate
5610 Crea una tabla larga.
5611 \end_layout
5612
5613 \begin_layout Enumerate
5614 Marca la primera fila y deshabilita su línea superior.
5615 \end_layout
5616
5617 \begin_layout Enumerate
5618 Inserta una leyenda con el menú 
5619 \family sans
5620 Insertar\SpecialChar \menuseparator
5621 Leyenda
5622 \family default
5623  en la primera celda.
5624 \begin_inset Newline newline
5625 \end_inset
5626
5627 También puedes añadir un 
5628 \family sans
5629 título breve
5630 \family default
5631  para la leyenda .
5632 \end_layout
5633
5634 \begin_layout Enumerate
5635 Inserta un 
5636 \begin_inset Quotes eld
5637 \end_inset
5638
5639
5640 \series bold
5641
5642 \backslash
5643
5644 \backslash
5645 %
5646 \series default
5647
5648 \begin_inset Quotes erd
5649 \end_inset
5650
5651  como ERT detrás de la leyenda.
5652 \end_layout
5653
5654 \begin_layout Standard
5655 En la Lista de tablas aparecerá el título breve en vez del título completo.
5656  El 
5657 \series bold
5658
5659 \begin_inset Quotes eld
5660 \end_inset
5661
5662
5663 \backslash
5664
5665 \backslash
5666 %
5667 \series default
5668
5669 \begin_inset Quotes erd
5670 \end_inset
5671
5672  detrás de la leyenda elimina las líneas verticales entre las siguientes
5673  celdas de la fila.
5674  Ahora, la primera fila de la tabla es sólo una fila postiza para la leyenda,
5675  la tabla real comienza en la segunda fila.
5676 \end_layout
5677
5678 \begin_layout Standard
5679 He aquí una pequeña tabla larga para mostrar cómo funciona:
5680 \end_layout
5681
5682 \begin_layout Standard
5683 \begin_inset Tabular
5684 <lyxtabular version="3" rows="6" columns="5">
5685 <features islongtable="true">
5686 <column alignment="center" valignment="top" width="0">
5687 <column alignment="center" valignment="top" width="0">
5688 <column alignment="center" valignment="top" width="0">
5689 <column alignment="center" valignment="top" width="0">
5690 <column alignment="center" valignment="top" width="0">
5691 <row caption="true">
5692 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5693 \begin_inset Text
5694
5695 \begin_layout Plain Layout
5696 \begin_inset Caption
5697
5698 \begin_layout Plain Layout
5699 Tabla larga con leyenda
5700 \begin_inset OptArg
5701 status open
5702
5703 \begin_layout Plain Layout
5704 Tabla larga
5705 \end_layout
5706
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713
5714
5715 \end_layout
5716
5717 \end_inset
5718 </cell>
5719 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5720 \begin_inset Text
5721
5722 \begin_layout Plain Layout
5723
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 </row>
5756 <row>
5757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 1
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 2
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 3
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 4
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 5
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 </row>
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 asd
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 s
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 s
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 s
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 asd
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 asd
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 asd
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 asd
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 s
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 asd
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row>
5945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 asd
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 asd
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 </lyxtabular>
5992
5993 \end_inset
5994
5995
5996 \end_layout
5997
5998 \begin_layout Standard
5999 \begin_inset VSpace medskip
6000 \end_inset
6001
6002
6003 \begin_inset Note Greyedout
6004 status open
6005
6006 \begin_layout Plain Layout
6007
6008 \series bold
6009 Nota
6010 \series default
6011 : El número de la tabla se incrementa para cada tabla larga, aunque no pongas
6012  leyenda en alguna de ellas.
6013  Por esto podría suceder que, p.
6014 \begin_inset space \thinspace{}
6015 \end_inset
6016
6017 e., la tabla
6018 \begin_inset space ~
6019 \end_inset
6020
6021 2.4 siga a la tabla
6022 \begin_inset space ~
6023 \end_inset
6024
6025 2.1 en la lista de tablas debido a que hay dos tablas largas sin leyenda.
6026  Para evitarlo, añade detrás de cada tabla larga sin leyenda este comando
6027  en ERT:
6028 \end_layout
6029
6030 \begin_layout Plain Layout
6031
6032 \series bold
6033
6034 \backslash
6035 addtocounter{table}{-1}
6036 \end_layout
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \begin_layout Standard
6044 \begin_inset Note Greyedout
6045 status open
6046
6047 \begin_layout Plain Layout
6048
6049 \series bold
6050 Nota:
6051 \series default
6052  Si utilizas el paquete LaTeX 
6053 \series bold
6054 hyperref
6055 \series default
6056
6057 \begin_inset Index
6058 status collapsed
6059
6060 \begin_layout Plain Layout
6061 LaTeX-paquetes ! hyperref
6062 \end_layout
6063
6064 \end_inset
6065
6066  para enlazar referencias cruzadas en la salida, los enlaces a tablas largas
6067  llevan siempre al principio del documento.
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Subsubsection
6076 Referencias a tablas largas
6077 \begin_inset Index
6078 status collapsed
6079
6080 \begin_layout Plain Layout
6081 Tablas largas ! Referencias a
6082 \end_layout
6083
6084 \end_inset
6085
6086
6087 \end_layout
6088
6089 \begin_layout Standard
6090 \begin_inset Tabular
6091 <lyxtabular version="3" rows="6" columns="5">
6092 <features islongtable="true">
6093 <column alignment="center" valignment="top" width="0">
6094 <column alignment="center" valignment="top" width="0">
6095 <column alignment="center" valignment="top" width="0">
6096 <column alignment="center" valignment="top" width="0">
6097 <column alignment="center" valignment="top" width="0">
6098 <row caption="true">
6099 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 \begin_inset Caption
6104
6105 \begin_layout Plain Layout
6106 Tabla larga referenciada
6107 \begin_inset CommandInset label
6108 LatexCommand label
6109 name "tab:RefEjemplo"
6110
6111 \end_inset
6112
6113
6114 \end_layout
6115
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6133 \begin_inset Text
6134
6135 \begin_layout Plain Layout
6136
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \end_layout
6147
6148 \end_inset
6149 </cell>
6150 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 1
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 2
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 3
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 4
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 5
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 asd
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 s
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 s
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239 s
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248 asd
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 </row>
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 asd
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 s
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 s
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 s
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 asd
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 <row>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 s
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 asd
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 </row>
6348 <row>
6349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 asd
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 sad
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 asd
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 </row>
6395 </lyxtabular>
6396
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \begin_layout Standard
6403 Para referenciar una tabla larga, inserta una etiqueta en la leyenda.
6404  Observa que tienes que añadir el prefijo 
6405 \begin_inset Quotes eld
6406 \end_inset
6407
6408
6409 \emph on
6410 tab
6411 \emph default
6412 :
6413 \begin_inset Quotes erd
6414 \end_inset
6415
6416  manualmente en el campo de etiqueta.
6417  
6418 \end_layout
6419
6420 \begin_layout Standard
6421 Esto es una referencia a la tabla
6422 \begin_inset space ~
6423 \end_inset
6424
6425
6426 \begin_inset CommandInset ref
6427 LatexCommand ref
6428 reference "tab:RefEjemplo"
6429
6430 \end_inset
6431
6432 .
6433 \end_layout
6434
6435 \begin_layout Standard
6436 El formato de la leyenda puede configurarse junto con todos las demás leyendas
6437  del documento mediante el paquete LaTeX 
6438 \series bold
6439 caption
6440 \series default
6441
6442 \begin_inset Index
6443 status collapsed
6444
6445 \begin_layout Plain Layout
6446 LaTeX-paquetes ! caption
6447 \end_layout
6448
6449 \end_inset
6450
6451 , véase sección
6452 \begin_inset space ~
6453 \end_inset
6454
6455  
6456 \begin_inset CommandInset ref
6457 LatexCommand ref
6458 reference "sec:Formato-de-leyendas"
6459
6460 \end_inset
6461
6462 .
6463 \end_layout
6464
6465 \begin_layout Subsubsection
6466 Anchura de la leyenda
6467 \begin_inset Index
6468 status collapsed
6469
6470 \begin_layout Plain Layout
6471 Tablas largas ! Anchura de la leyenda
6472 \end_layout
6473
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \begin_layout Standard
6480 La anchura máxima se define por la longitud 
6481 \series bold
6482
6483 \backslash
6484 LTcapwidth
6485 \series default
6486 .
6487  Por defecto es 4
6488 \begin_inset space \thinspace{}
6489 \end_inset
6490
6491 in (4
6492 \begin_inset space ~
6493 \end_inset
6494
6495 pulgadas).
6496  Para cambiarla añade el siguiente comando al preámbulo o como ERT en el
6497  documento antes de la tabla larga a la que afecta
6498 \end_layout
6499
6500 \begin_layout Standard
6501
6502 \series bold
6503
6504 \backslash
6505 setlength{
6506 \backslash
6507 LTcapwidth}{anchura}
6508 \end_layout
6509
6510 \begin_layout Standard
6511 donde la anchura puede ser una de las unidades listadas en el apéndice
6512 \begin_inset space ~
6513 \end_inset
6514
6515
6516 \begin_inset CommandInset ref
6517 LatexCommand ref
6518 reference "cha:Unidades-disponibles-en"
6519
6520 \end_inset
6521
6522 .
6523 \end_layout
6524
6525 \begin_layout Standard
6526 Las tablas siguientes muestran la diferencia:
6527 \end_layout
6528
6529 \begin_layout Standard
6530 \begin_inset Tabular
6531 <lyxtabular version="3" rows="6" columns="5">
6532 <features islongtable="true">
6533 <column alignment="center" valignment="top" width="0">
6534 <column alignment="center" valignment="top" width="0">
6535 <column alignment="center" valignment="top" width="0">
6536 <column alignment="center" valignment="top" width="0">
6537 <column alignment="center" valignment="top" width="0">
6538 <row caption="true">
6539 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6540 \begin_inset Text
6541
6542 \begin_layout Plain Layout
6543 \begin_inset Caption
6544
6545 \begin_layout Plain Layout
6546 Leyenda larga completa con anchura predeterminada leyenda larga completa
6547  con anchura predeterminada
6548 \begin_inset OptArg
6549 status open
6550
6551 \begin_layout Plain Layout
6552 Leyenda con anchura predeterminada
6553 \end_layout
6554
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \end_inset
6561
6562
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6577 \begin_inset Text
6578
6579 \begin_layout Plain Layout
6580
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6595 \begin_inset Text
6596
6597 \begin_layout Plain Layout
6598
6599 \end_layout
6600
6601 \end_inset
6602 </cell>
6603 </row>
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 1
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 2
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6624 \begin_inset Text
6625
6626 \begin_layout Plain Layout
6627 3
6628 \end_layout
6629
6630 \end_inset
6631 </cell>
6632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6633 \begin_inset Text
6634
6635 \begin_layout Plain Layout
6636 4
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6642 \begin_inset Text
6643
6644 \begin_layout Plain Layout
6645 5
6646 \end_layout
6647
6648 \end_inset
6649 </cell>
6650 </row>
6651 <row>
6652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 asd
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 s
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 s
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 s
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 asd
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 </row>
6698 <row>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 asd
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 s
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 s
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730 s
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 asd
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 </row>
6745 <row>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 asd
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 s
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 s
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 s
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 </row>
6792 <row>
6793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 asd
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 sad
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 asd
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 </row>
6839 </lyxtabular>
6840
6841 \end_inset
6842
6843
6844 \end_layout
6845
6846 \begin_layout Standard
6847 \begin_inset ERT
6848 status collapsed
6849
6850 \begin_layout Plain Layout
6851
6852
6853 \backslash
6854 setlength{
6855 \backslash
6856 LTcapwidth}{5cm}
6857 \end_layout
6858
6859 \end_inset
6860
6861
6862 \begin_inset Tabular
6863 <lyxtabular version="3" rows="6" columns="5">
6864 <features islongtable="true">
6865 <column alignment="center" valignment="top" width="0">
6866 <column alignment="center" valignment="top" width="0">
6867 <column alignment="center" valignment="top" width="0">
6868 <column alignment="center" valignment="top" width="0">
6869 <column alignment="center" valignment="top" width="0">
6870 <row caption="true">
6871 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 \begin_inset Caption
6876
6877 \begin_layout Plain Layout
6878 Leyenda larga completa con anchura de 5
6879 \begin_inset space \thinspace{}
6880 \end_inset
6881
6882 cm leyenda larga completa con anchura de 5
6883 \begin_inset space \thinspace{}
6884 \end_inset
6885
6886 cm leyenda larga completa con anchura de 5
6887 \begin_inset space \thinspace{}
6888 \end_inset
6889
6890 cm
6891 \begin_inset OptArg
6892 status open
6893
6894 \begin_layout Plain Layout
6895 Leyenda con anchura
6896 \begin_inset space \thinspace{}
6897 \end_inset
6898
6899 =
6900 \begin_inset space \thinspace{}
6901 \end_inset
6902
6903 5
6904 \begin_inset space \thinspace{}
6905 \end_inset
6906
6907 cm
6908 \end_layout
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \end_inset
6916
6917
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926
6927 \end_layout
6928
6929 \end_inset
6930 </cell>
6931 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6932 \begin_inset Text
6933
6934 \begin_layout Plain Layout
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6941 \begin_inset Text
6942
6943 \begin_layout Plain Layout
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Plain Layout
6953
6954 \end_layout
6955
6956 \end_inset
6957 </cell>
6958 </row>
6959 <row>
6960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6961 \begin_inset Text
6962
6963 \begin_layout Plain Layout
6964 1
6965 \end_layout
6966
6967 \end_inset
6968 </cell>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973 2
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 3
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 4
6992 \end_layout
6993
6994 \end_inset
6995 </cell>
6996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6997 \begin_inset Text
6998
6999 \begin_layout Plain Layout
7000 5
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011 asd
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 s
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 s
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038 s
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 asd
7048 \end_layout
7049
7050 \end_inset
7051 </cell>
7052 </row>
7053 <row>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 asd
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 s
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 s
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 s
7086 \end_layout
7087
7088 \end_inset
7089 </cell>
7090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7091 \begin_inset Text
7092
7093 \begin_layout Plain Layout
7094 asd
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 asd
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 s
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132 s
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 asd
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 </row>
7147 <row>
7148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 asd
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 sad
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179 asd
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 asd
7189 \end_layout
7190
7191 \end_inset
7192 </cell>
7193 </row>
7194 </lyxtabular>
7195
7196 \end_inset
7197
7198
7199 \begin_inset ERT
7200 status collapsed
7201
7202 \begin_layout Plain Layout
7203
7204
7205 \backslash
7206 setlength{
7207 \backslash
7208 LTcapwidth}{4in}
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \begin_layout Standard
7217 \begin_inset Note Greyedout
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221
7222 \series bold
7223 Nota: 
7224 \series default
7225 Si se usa el paquete LaTeX 
7226 \series bold
7227 caption
7228 \series default
7229
7230 \begin_inset Index
7231 status collapsed
7232
7233 \begin_layout Plain Layout
7234 LaTeX-paquetes ! caption
7235 \end_layout
7236
7237 \end_inset
7238
7239 , como en este documento, se usa la anchura de toda la página para el pie
7240  si utilizas el valor por defecto de 4
7241 \begin_inset space \thinspace{}
7242 \end_inset
7243
7244 in para 
7245 \series bold
7246
7247 \backslash
7248 LTcapwidth
7249 \series default
7250 .
7251  En este caso, para conseguir exactamente un pie de 4
7252 \begin_inset space \thinspace{}
7253 \end_inset
7254
7255 in, puedes poner un valor ligeramente diferente de 4.0
7256 \begin_inset space \thinspace{}
7257 \end_inset
7258
7259 in, p.
7260 \begin_inset space \thinspace{}
7261 \end_inset
7262
7263 e.
7264  3.99
7265 \begin_inset space \thinspace{}
7266 \end_inset
7267
7268 in, o el comando de LaTeX 
7269 \series bold
7270
7271 \backslash
7272 captionsetup{width=valor}
7273 \series default
7274 , suministrado por el paquete 
7275 \series bold
7276 caption
7277 \series default
7278 .
7279 \end_layout
7280
7281 \end_inset
7282
7283
7284 \end_layout
7285
7286 \begin_layout Subsubsection
7287 Leyendas distintas para cada página
7288 \begin_inset Index
7289 status collapsed
7290
7291 \begin_layout Plain Layout
7292 Tablas largas ! Leyendas distintas para cada página
7293 \end_layout
7294
7295 \end_inset
7296
7297
7298 \end_layout
7299
7300 \begin_layout Standard
7301 Si otras leyendas debieran ser diferentes de la leyenda de la primera página,
7302  inserta una leyenda con un título breve no vacío en una fila postiza marcada
7303  como primer encabezado.
7304  La leyenda para las restantes páginas se inserta sin título breve en una
7305  fila postiza de leyenda marcada como primer encabezado.
7306  Si este encabezado no ha de incluir el número de tabla, usa el comando
7307 \end_layout
7308
7309 \begin_layout Standard
7310
7311 \series bold
7312
7313 \backslash
7314 caption*{texto de la leyenda}
7315 \end_layout
7316
7317 \begin_layout Standard
7318 en vez del recuadro de leyenda de LyX.
7319  La etiqueta para referenciar la tabla se inserta en el primer encabezado.
7320  La tabla
7321 \begin_inset space ~
7322 \end_inset
7323
7324
7325 \begin_inset CommandInset ref
7326 LatexCommand ref
7327 reference "tab:DifLeyendas"
7328
7329 \end_inset
7330
7331  es un ejemplo de tabla larga con encabezados distintos donde el segundo
7332  no incluye número de tabla.
7333 \end_layout
7334
7335 \begin_layout Standard
7336 \align center
7337 \begin_inset Tabular
7338 <lyxtabular version="3" rows="60" columns="3">
7339 <features islongtable="true">
7340 <column alignment="left" valignment="top" width="0cm">
7341 <column alignment="left" valignment="top" width="0pt">
7342 <column alignment="right" valignment="top" width="0pt">
7343 <row endfirsthead="true" caption="true">
7344 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7345 \begin_inset Text
7346
7347 \begin_layout Plain Layout
7348 \begin_inset Caption
7349
7350 \begin_layout Plain Layout
7351 Ejemplo de lista telefónica
7352 \begin_inset CommandInset label
7353 LatexCommand label
7354 name "tab:DifLeyendas"
7355
7356 \end_inset
7357
7358
7359 \begin_inset OptArg
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363 Ejemplo de lista telefónica
7364 \end_layout
7365
7366 \end_inset
7367
7368
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \end_layout
7375
7376 \end_inset
7377 </cell>
7378 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7379 \begin_inset Text
7380
7381 \begin_layout Plain Layout
7382
7383 \end_layout
7384
7385 \end_inset
7386 </cell>
7387 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7388 \begin_inset Text
7389
7390 \begin_layout Plain Layout
7391
7392 \end_layout
7393
7394 \end_inset
7395 </cell>
7396 </row>
7397 <row endfirsthead="true">
7398 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7399 \begin_inset Text
7400
7401 \begin_layout Plain Layout
7402
7403 \series bold
7404 Ejemplo de lista telefónica (ignore los nombres)
7405 \end_layout
7406
7407 \end_inset
7408 </cell>
7409 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7419 \begin_inset Text
7420
7421 \begin_layout Plain Layout
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 </row>
7428 <row endfirsthead="true">
7429 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \series bold
7435 NOMBRE
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7450 \begin_inset Text
7451
7452 \begin_layout Plain Layout
7453
7454 \series bold
7455 TEL.
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row endhead="true" caption="true">
7462 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466 \begin_inset ERT
7467 status open
7468
7469 \begin_layout Plain Layout
7470
7471
7472 \backslash
7473 caption*{Continúa Ejemplo de lista telefónica}
7474 \backslash
7475
7476 \backslash
7477 %
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 </row>
7506 <row endhead="true">
7507 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513 Ejemplo de lista telefónica
7514 \end_layout
7515
7516 \end_inset
7517 </cell>
7518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row endhead="true">
7538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542
7543 \series bold
7544 NOMBRE
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \series bold
7564 TEL.
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row endfoot="true">
7571 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575 continúa en página siguiente
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 </row>
7599 <row>
7600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604
7605 \series bold
7606 Annovi
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 Silvia
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 <cell alignment="right" valignment="top" rightline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 111
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 </row>
7630 <row>
7631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635
7636 \series bold
7637 Bertoli
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646 Stefano
7647 \end_layout
7648
7649 \end_inset
7650 </cell>
7651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 111
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \series bold
7668 Bozzi
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 Walter
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 111
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \series bold
7699 Cachia
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 Maria
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 111
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 </row>
7723 <row>
7724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728
7729 \series bold
7730 Cachia
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 Maurizio
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 111
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 <row>
7755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7756 \begin_inset Text
7757
7758 \begin_layout Plain Layout
7759
7760 \series bold
7761 Cinquemani
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 Giusi
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779 111
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 </row>
7785 <row>
7786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790
7791 \series bold
7792 Colin
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 Bernard
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 111
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \series bold
7823 Concli
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 Gianfranco
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 111
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \series bold
7854 Dal Bosco
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 Carolina
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7869 \begin_inset Text
7870
7871 \begin_layout Plain Layout
7872 111
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 </row>
7878 <row>
7879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \series bold
7885 Dalpiaz
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 Annamaria
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7900 \begin_inset Text
7901
7902 \begin_layout Plain Layout
7903 111
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 </row>
7909 <row>
7910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \series bold
7916 Feliciello
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 Domenico
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 111
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 Focarelli
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 Paola
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 111
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Galletti
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 Oreste
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996 111
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row>
8003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 Gasparini
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 Franca
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027 111
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 </row>
8033 <row>
8034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \series bold
8040 Rizzardi
8041 \series default
8042
8043 \begin_inset Foot
8044 status open
8045
8046 \begin_layout Plain Layout
8047 Ejemplo de nota al pie
8048 \end_layout
8049
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 Paola
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 111
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 <row>
8077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081
8082 \series bold
8083 Lassini
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092 Giancarlo
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 111
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 </row>
8107 <row>
8108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112
8113 \series bold
8114 Malfatti
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123 Luciano
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 111
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 </row>
8138 <row>
8139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143
8144 \series bold
8145 Malfatti
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Valeriano
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 111
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 </row>
8169 <row>
8170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174
8175 \series bold
8176 Meneguzzo
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 Roberto
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 111
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 </row>
8200 <row>
8201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205
8206 \series bold
8207 Mezzadra
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 Roberto
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 111
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 </row>
8231 <row>
8232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236
8237 \series bold
8238 Pirpamer
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 Erich
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 111
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \series bold
8269 Pochiesa
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 Paolo
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 111, 222
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 </row>
8293 <row>
8294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298
8299 \series bold
8300 Radina
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Claudio
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 111
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 </row>
8324 <row>
8325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329
8330 \series bold
8331 Stuffer
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 Oskar
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 111
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 </row>
8355 <row>
8356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360
8361 \series bold
8362 Tacchelli
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 Ugo
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 111
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 </row>
8386 <row>
8387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391
8392 \series bold
8393 Tezzele
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 Margit
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 111
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 </row>
8417 <row>
8418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422
8423 \series bold
8424 Unterkalmsteiner
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 Frieda
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 111
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \series bold
8455 Vieider
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Hilde
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 111
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \series bold
8486 Vigna
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 Jürgen
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 111
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \series bold
8517 Weber
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 Maurizio
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 111
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \series bold
8548 Winkler
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 Franz
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566 111
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 </row>
8572 <row>
8573 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577  
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Annovi
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Silvia
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 555
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Bertoli
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 Stefano
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 555
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Bozzi
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 Walter
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 555
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Cachia
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 Maria
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 555
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Cachia
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 Maurizio
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 555
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Cinquemani
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Giusi
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 555
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Colin
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 Bernard
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 555
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Concli
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 Gianfranco
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 555
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Dal Bosco
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 Carolina
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 555
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Dalpiaz
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 Annamaria
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 555
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Feliciello
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 Domenico
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 555
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Focarelli
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 Paola
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 555
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Galletti
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 Oreste
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 555
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Gasparini
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 Franca
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 555
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Rizzardi
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Paola
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 555
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Lassini
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Giancarlo
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 555
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102
9103 \series bold
9104 Malfatti
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 Luciano
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 555
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \series bold
9135 Malfatti
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 Valeriano
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 555
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 </row>
9159 <row>
9160 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164
9165 \series bold
9166 Meneguzzo
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Roberto
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 555
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \series bold
9197 Mezzadra
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 Roberto
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215 555
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row endlastfoot="true">
9222 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 </lyxtabular>
9251
9252 \end_inset
9253
9254
9255 \end_layout
9256
9257 \begin_layout Standard
9258 \begin_inset Newpage newpage
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \begin_layout Section
9265 Particularidades de las tablas largas
9266 \end_layout
9267
9268 \begin_layout Subsection
9269 Cálculos
9270 \begin_inset Index
9271 status collapsed
9272
9273 \begin_layout Plain Layout
9274 Tablas largas ! Cálculos
9275 \end_layout
9276
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \begin_layout Standard
9283 LaTeX calcula la altura de las páginas con tabla y sus saltos de página
9284  utilizando los denominados 
9285 \begin_inset Quotes eld
9286 \end_inset
9287
9288 trozos
9289 \begin_inset Quotes erd
9290 \end_inset
9291
9292 , que son partes de la tabla presentes en la memoria de LaTeX.
9293  El valor predeterminado está establecido a sólo 20 filas.
9294  Si estás usando tablas largas con muchas páginas, la generación del documento
9295  puede hacerse muy lenta.
9296  No hay problema en aumentar el tamaño de los trozos hasta 100-1000 añadiendo
9297  el siguiente comando en el preámbulo del documento:
9298 \end_layout
9299
9300 \begin_layout Standard
9301
9302 \series bold
9303
9304 \backslash
9305 setcounter{LTchunksize}{100}
9306 \end_layout
9307
9308 \begin_layout Subsection
9309 Flotantes y tablas largas
9310 \begin_inset Index
9311 status collapsed
9312
9313 \begin_layout Plain Layout
9314 Tablas largas ! Flotantes
9315 \end_layout
9316
9317 \end_inset
9318
9319
9320 \end_layout
9321
9322 \begin_layout Standard
9323 Podría haber problemas si un flotante aparece en la misma página donde comienza
9324  una tabla larga.
9325  Para evitarlo, añade el comando 
9326 \series bold
9327
9328 \backslash
9329 clearpage
9330 \series default
9331  como ERT antes de la tabla.
9332 \end_layout
9333
9334 \begin_layout Subsection
9335 Saltos de página forzados
9336 \begin_inset Index
9337 status collapsed
9338
9339 \begin_layout Plain Layout
9340 Tablas largas ! Saltos de página forzados
9341 \end_layout
9342
9343 \end_inset
9344
9345
9346 \end_layout
9347
9348 \begin_layout Standard
9349 Por defecto, las tablas sólo se cortan entre filas.
9350  Si tienes una celda con líneas múltiples y necesitas un salto de página
9351  dentro de la celda, inserta el comando de nueva línea 
9352 \begin_inset Quotes eld
9353 \end_inset
9354
9355
9356 \series bold
9357
9358 \backslash
9359
9360 \backslash
9361
9362 \series default
9363
9364 \begin_inset Quotes erd
9365 \end_inset
9366
9367  como ERT en el punto en que quieras cortar.
9368  Antes del comando 
9369 \begin_inset Quotes eld
9370 \end_inset
9371
9372
9373 \series bold
9374
9375 \backslash
9376
9377 \backslash
9378
9379 \series default
9380
9381 \begin_inset Quotes erd
9382 \end_inset
9383
9384  debes insertar en ERT tantos caracteres 
9385 \begin_inset Quotes eld
9386 \end_inset
9387
9388
9389 \series bold
9390 &
9391 \series default
9392
9393 \begin_inset Quotes erd
9394 \end_inset
9395
9396  como columnas siguientes de la tabla.
9397  
9398 \series bold
9399 &
9400 \series default
9401  es el carácter para separar celdas.
9402  Escribe en ERT después de cada 
9403 \series bold
9404 &
9405 \series default
9406  el contenido de la celda siguiente correspondiente y borra el contenido
9407  de esas celdas.
9408 \begin_inset Newline newline
9409 \end_inset
9410
9411 Detrás del comando 
9412 \series bold
9413
9414 \backslash
9415
9416 \backslash
9417
9418 \series default
9419 , inserta tantos 
9420 \series bold
9421 &
9422 \series default
9423  como columnas haya delante de la actual.
9424  En la tabla
9425 \begin_inset space ~
9426 \end_inset
9427
9428
9429 \begin_inset CommandInset ref
9430 LatexCommand ref
9431 reference "tab:Saltos de Página Forzados"
9432
9433 \end_inset
9434
9435  la celda que debería cortarse está en la segunda columna seguida de otra
9436  columna.
9437  Por eso el siguiente comando se inserta en la celda como ERT detrás de
9438  
9439 \begin_inset Quotes eld
9440 \end_inset
9441
9442
9443 \emph on
9444 Castelchiodato,
9445 \emph default
9446
9447 \begin_inset Quotes erd
9448 \end_inset
9449
9450 :
9451 \end_layout
9452
9453 \begin_layout Standard
9454
9455 \series bold
9456 & 111
9457 \backslash
9458
9459 \backslash
9460
9461 \begin_inset Newline newline
9462 \end_inset
9463
9464 &
9465 \end_layout
9466
9467 \begin_layout Standard
9468 El 
9469 \begin_inset Quotes eld
9470 \end_inset
9471
9472 111
9473 \begin_inset Quotes erd
9474 \end_inset
9475
9476  en la tercera columna de la fila se ha borrado.
9477  Si la fila más baja de la tabla larga no tiene, por alguna razón, línea
9478  superior pero quisieras una línea horizontal donde se corta la celda, usa
9479  este comando alternativo:
9480 \end_layout
9481
9482 \begin_layout Standard
9483
9484 \series bold
9485 & 111
9486 \backslash
9487
9488 \backslash
9489
9490 \begin_inset Newline newline
9491 \end_inset
9492
9493
9494 \backslash
9495 hline &
9496 \end_layout
9497
9498 \begin_layout Standard
9499 Cuando la celda a cortar está en la última columna, el comando
9500 \end_layout
9501
9502 \begin_layout Standard
9503
9504 \series bold
9505
9506 \backslash
9507 setlength{
9508 \backslash
9509 parfillskip}{0pt}
9510 \end_layout
9511
9512 \begin_layout Standard
9513 debe insertarse como ERT al principio de la celda.
9514  Esto garantiza que la parte de la celda que será mostrada en la nueva página
9515  aparecerá con toda su anchura.
9516 \end_layout
9517
9518 \begin_layout Standard
9519 \align center
9520 \begin_inset Tabular
9521 <lyxtabular version="3" rows="39" columns="3">
9522 <features islongtable="true">
9523 <column alignment="left" valignment="top" width="0cm">
9524 <column alignment="left" valignment="top" width="3cm">
9525 <column alignment="right" valignment="top" width="0pt">
9526 <row endfirsthead="true" caption="true">
9527 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 \begin_inset Caption
9532
9533 \begin_layout Plain Layout
9534 Tabla con salto de página forzado en celda
9535 \begin_inset CommandInset label
9536 LatexCommand label
9537 name "tab:Saltos de Página Forzados"
9538
9539 \end_inset
9540
9541
9542 \begin_inset OptArg
9543 status collapsed
9544
9545 \begin_layout Plain Layout
9546 Tabla con salto de página forzado en celda
9547 \end_layout
9548
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560 </cell>
9561 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 </row>
9580 <row endfirsthead="true">
9581 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585
9586 \series bold
9587 Ejemplo de lista telefónica (ignore los nombres)
9588 \end_layout
9589
9590 \end_inset
9591 </cell>
9592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 </row>
9611 <row endfirsthead="true">
9612 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \series bold
9618 NOMBRE
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \series bold
9638 TEL.
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 <row endhead="true" caption="true">
9645 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 \begin_inset ERT
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653
9654
9655 \backslash
9656 caption*{Continúa tabla con salto de página forzado en celda}
9657 \backslash
9658
9659 \backslash
9660 %
9661 \end_layout
9662
9663 \end_inset
9664
9665
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row endhead="true">
9690 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694  
9695 \series bold
9696 Ejemplo de lista telefónica
9697 \end_layout
9698
9699 \end_inset
9700 </cell>
9701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 </row>
9720 <row endhead="true">
9721 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \series bold
9727 NOMBRE
9728 \end_layout
9729
9730 \end_inset
9731 </cell>
9732 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9733 \begin_inset Text
9734
9735 \begin_layout Plain Layout
9736
9737 \end_layout
9738
9739 \end_inset
9740 </cell>
9741 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 TEL.
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 </row>
9753 <row endfoot="true">
9754 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 continúa en página siguiente
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789 Annovi
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 Silvia
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 111
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \series bold
9820 Bertoli
9821 \end_layout
9822
9823 \end_inset
9824 </cell>
9825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9826 \begin_inset Text
9827
9828 \begin_layout Plain Layout
9829 Stefano
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838 111
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 </row>
9844 <row>
9845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849
9850 \series bold
9851 Bozzi
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Walter
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 111
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \series bold
9882 Cachia
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 Maria
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 111
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 </row>
9906 <row>
9907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911
9912 \series bold
9913 Cachia
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9919 \begin_inset Text
9920
9921 \begin_layout Plain Layout
9922 Maurizio
9923 \end_layout
9924
9925 \end_inset
9926 </cell>
9927 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931 111
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 <row>
9938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942
9943 \series bold
9944 Cinquemani
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953 Giusi
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962 111
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 </row>
9968 <row>
9969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973
9974 \series bold
9975 Colin
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Bernard
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 111
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \series bold
10006 Concli
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015 Gianfranco
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 111
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \series bold
10037 Dal Bosco
10038 \end_layout
10039
10040 \end_inset
10041 </cell>
10042 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046 Carolina
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 111
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \series bold
10068 Dalpiaz
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 Annamaria
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086 111
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 </row>
10092 <row>
10093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097
10098 \series bold
10099 Feliciello
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10105 \begin_inset Text
10106
10107 \begin_layout Plain Layout
10108 Domenico
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 111
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \series bold
10130 Focarelli
10131 \end_layout
10132
10133 \end_inset
10134 </cell>
10135 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 Paola
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148 111
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 </row>
10154 <row>
10155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \series bold
10161 Galletti
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170 Oreste
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179 111
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192 Gasparini
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 Franca
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 111
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \series bold
10223 Lassini
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232 Giancarlo, 11.
10233  Fürst von Montecompatri, 11.
10234  Fürst von Sulmona und Vivaro, 10.
10235  Fürst von Rossano, 5.
10236  Herzog von Canemorte, 11.
10237  Herzog von Palombara, 5.
10238  Herzog von Castelchiodato,
10239 \begin_inset ERT
10240 status open
10241
10242 \begin_layout Plain Layout
10243
10244 & 111
10245 \backslash
10246
10247 \backslash
10248
10249 \end_layout
10250
10251 \begin_layout Plain Layout
10252
10253 &
10254 \end_layout
10255
10256 \end_inset
10257
10258  11.
10259  Herzog von Poggionativo, 11.
10260  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10261  Graf von Valinfreda, 11.
10262  Baron von Cropalati, 11.
10263  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 </row>
10278 <row>
10279 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283
10284 \series bold
10285 Malfatti
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 Luciano
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303 111
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314
10315 \series bold
10316 Malfatti
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 Valeriano
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 111
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 <row>
10341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345
10346 \series bold
10347 Meneguzzo
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10353 \begin_inset Text
10354
10355 \begin_layout Plain Layout
10356 Roberto
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 111
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376
10377 \series bold
10378 Mezzadra
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387 Roberto
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 111
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \series bold
10409 Pirpamer
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 Erich
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 111
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 </row>
10433 <row>
10434 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438
10439 \series bold
10440 Pochiesa
10441 \end_layout
10442
10443 \end_inset
10444 </cell>
10445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10446 \begin_inset Text
10447
10448 \begin_layout Plain Layout
10449 Paolo
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458 111, 222
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 </row>
10464 <row>
10465 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469
10470 \series bold
10471 Radina
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 Claudio
10481 \end_layout
10482
10483 \end_inset
10484 </cell>
10485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 111
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \series bold
10502 Rizzardi
10503 \end_layout
10504
10505 \end_inset
10506 </cell>
10507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10508 \begin_inset Text
10509
10510 \begin_layout Plain Layout
10511 Paolo
10512 \end_layout
10513
10514 \end_inset
10515 </cell>
10516 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 111
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 </row>
10526 <row>
10527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531
10532 \series bold
10533 Stuffer
10534 \end_layout
10535
10536 \end_inset
10537 </cell>
10538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10539 \begin_inset Text
10540
10541 \begin_layout Plain Layout
10542 Oskar
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10548 \begin_inset Text
10549
10550 \begin_layout Plain Layout
10551 111
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 <row>
10558 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562
10563 \series bold
10564 Tacchelli
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573 Ugo
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 111
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \series bold
10595 Tezzele
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Margit
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10610 \begin_inset Text
10611
10612 \begin_layout Plain Layout
10613 111
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 <row>
10620 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10621 \begin_inset Text
10622
10623 \begin_layout Plain Layout
10624
10625 \series bold
10626 Unterkalmsteiner
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 Frieda
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644 111
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 </row>
10650 <row>
10651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657 Vieider
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 Hilde
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10672 \begin_inset Text
10673
10674 \begin_layout Plain Layout
10675 111
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \series bold
10688 Vigna
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 Jürgen
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 111
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Plain Layout
10717
10718 \series bold
10719 Weber
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 Maurizio
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10734 \begin_inset Text
10735
10736 \begin_layout Plain Layout
10737 111
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 </row>
10743 <row>
10744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748
10749 \series bold
10750 Winkler
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 Franz
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10765 \begin_inset Text
10766
10767 \begin_layout Plain Layout
10768 111
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row endlastfoot="true">
10775 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10785 \begin_inset Text
10786
10787 \begin_layout Plain Layout
10788
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 </lyxtabular>
10804
10805 \end_inset
10806
10807
10808 \end_layout
10809
10810 \begin_layout Section
10811 Líneas múltiples en columnas y filas
10812 \end_layout
10813
10814 \begin_layout Subsection
10815 Líneas múltiples en celdas
10816 \begin_inset CommandInset label
10817 LatexCommand label
10818 name "sub:Líneas-Múltiples-en"
10819
10820 \end_inset
10821
10822
10823 \begin_inset Index
10824 status collapsed
10825
10826 \begin_layout Plain Layout
10827 Líneas múltiples en celdas
10828 \end_layout
10829
10830 \end_inset
10831
10832
10833 \begin_inset Index
10834 status collapsed
10835
10836 \begin_layout Plain Layout
10837 Tablas ! Saltos de línea
10838 \end_layout
10839
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Standard
10846 \align center
10847 \begin_inset Float table
10848 placement H
10849 wide false
10850 sideways false
10851 status open
10852
10853 \begin_layout Plain Layout
10854 \begin_inset Caption
10855
10856 \begin_layout Plain Layout
10857 \begin_inset CommandInset label
10858 LatexCommand label
10859 name "tab:Tabla-con-múltiples"
10860
10861 \end_inset
10862
10863 Tabla con líneas múltiples en celda
10864 \end_layout
10865
10866 \end_inset
10867
10868
10869 \end_layout
10870
10871 \begin_layout Plain Layout
10872 \align center
10873 \begin_inset Tabular
10874 <lyxtabular version="3" rows="3" columns="3">
10875 <features>
10876 <column alignment="center" valignment="middle" width="2.5cm">
10877 <column alignment="center" valignment="middle" width="0">
10878 <column alignment="center" valignment="middle" width="0">
10879 <row>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 líneas
10885 \begin_inset Newline linebreak
10886 \end_inset
10887
10888 múltiples
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 b
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 c
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 </row>
10912 <row>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 d
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 e
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 f
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 g
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 h
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964 i
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 </lyxtabular>
10971
10972 \end_inset
10973
10974
10975 \end_layout
10976
10977 \end_inset
10978
10979
10980 \end_layout
10981
10982 \begin_layout Standard
10983 Al ajustar anchura fija en una columna se habilita la entrada de texto como
10984  párrafos con varias líneas y guionado.
10985 \end_layout
10986
10987 \begin_layout Standard
10988 Para generar la tabla
10989 \begin_inset space ~
10990 \end_inset
10991
10992
10993 \begin_inset CommandInset ref
10994 LatexCommand ref
10995 reference "tab:Tabla-con-múltiples"
10996
10997 \end_inset
10998
10999 , crea una tabla 3×3, marca la primera celda y clic-derecha sobre ella.
11000  En el diálogo que surge establece una anchura de 2.5
11001 \begin_inset space \thinspace{}
11002 \end_inset
11003
11004 cm y escoge centro en alineación vertical y horizontal.
11005  La alineación vertical se utiliza para todas las celdas de la fila.
11006  Como nuestro texto es menor de 2.5
11007 \begin_inset space \thinspace{}
11008 \end_inset
11009
11010 cm, sólo aparece una línea.
11011  Para poner dos añadimos
11012 \lang english
11013 , a justified line break (shortcut 
11014 \family sans
11015 Ctrl-Shift-Return
11016 \family default
11017 ) was added.
11018
11019 \lang spanish
11020  Si el texto es más ancho que la celda será automáticamente dividido en
11021  líneas.
11022 \end_layout
11023
11024 \begin_layout Standard
11025 Si hay una palabra larga en una celda con anchura fija, LaTeX no puede cortarla
11026  con guión si es la primera entrada.
11027  Por eso hay que insertar algo para que dicha palabra no sea la primera
11028  entrada: añade el comando
11029 \end_layout
11030
11031 \begin_layout Standard
11032
11033 \series bold
11034
11035 \backslash
11036 hspace{0pt}
11037 \end_layout
11038
11039 \begin_layout Standard
11040 en ERT antes de la palabra.
11041  Como el espacio es 0 la salida no cambia.
11042  La tabla
11043 \begin_inset space ~
11044 \end_inset
11045
11046
11047 \begin_inset CommandInset ref
11048 LatexCommand ref
11049 reference "tab:Tabla-con-y"
11050
11051 \end_inset
11052
11053  muestra el efecto.
11054 \end_layout
11055
11056 \begin_layout Standard
11057 \begin_inset Float table
11058 placement b
11059 wide false
11060 sideways false
11061 status open
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Caption
11065
11066 \begin_layout Plain Layout
11067 \begin_inset CommandInset label
11068 LatexCommand label
11069 name "tab:Tabla-con-y"
11070
11071 \end_inset
11072
11073 Tablas con y sin guión
11074 \end_layout
11075
11076 \end_inset
11077
11078
11079 \end_layout
11080
11081 \begin_layout Plain Layout
11082 \begin_inset space \hfill{}
11083 \end_inset
11084
11085
11086 \begin_inset Tabular
11087 <lyxtabular version="3" rows="3" columns="3">
11088 <features>
11089 <column alignment="center" valignment="middle" width="2.5cm">
11090 <column alignment="center" valignment="middle" width="0">
11091 <column alignment="center" valignment="middle" width="0">
11092 <row>
11093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 celdaconpalabramuylarga
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 b
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115 c
11116 \end_layout
11117
11118 \end_inset
11119 </cell>
11120 </row>
11121 <row>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 d
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 e
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 f
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 g
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 h
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 i
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 </row>
11179 </lyxtabular>
11180
11181 \end_inset
11182
11183
11184 \begin_inset space \hfill{}
11185 \end_inset
11186
11187
11188 \begin_inset Tabular
11189 <lyxtabular version="3" rows="3" columns="3">
11190 <features>
11191 <column alignment="center" valignment="middle" width="2.5cm">
11192 <column alignment="center" valignment="middle" width="0">
11193 <column alignment="center" valignment="middle" width="0">
11194 <row>
11195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 \begin_inset ERT
11200 status collapsed
11201
11202 \begin_layout Plain Layout
11203
11204
11205 \backslash
11206 hspace{0pt}
11207 \end_layout
11208
11209 \end_inset
11210
11211 celdaconpalabramuylarga
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220 b
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 c
11230 \end_layout
11231
11232 \end_inset
11233 </cell>
11234 </row>
11235 <row>
11236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11237 \begin_inset Text
11238
11239 \begin_layout Plain Layout
11240 d
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 e
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 f
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 g
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 h
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287 i
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 </row>
11293 </lyxtabular>
11294
11295 \end_inset
11296
11297
11298 \begin_inset space \hfill{}
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \begin_layout Subsection
11310 Multicolumnas
11311 \begin_inset CommandInset label
11312 LatexCommand label
11313 name "sub:Multicolumnas"
11314
11315 \end_inset
11316
11317
11318 \begin_inset Index
11319 status collapsed
11320
11321 \begin_layout Plain Layout
11322 Multicolumnas
11323 \end_layout
11324
11325 \end_inset
11326
11327
11328 \begin_inset Index
11329 status collapsed
11330
11331 \begin_layout Plain Layout
11332 Tablas ! Multicolumnas
11333 \end_layout
11334
11335 \end_inset
11336
11337
11338 \end_layout
11339
11340 \begin_layout Subsubsection
11341 Fundamentos de multicolumna
11342 \end_layout
11343
11344 \begin_layout Standard
11345 Para extender una celda sobre varias columnas, se marcan las celdas que
11346  se desee combinar y se usa el botón 
11347 \begin_inset Graphics
11348         filename ../../images/tabular-feature_multicolumn.png
11349         scale 85
11350
11351 \end_inset
11352
11353 , el menú 
11354 \family sans
11355 Editar\SpecialChar \menuseparator
11356 Tabla\SpecialChar \menuseparator
11357 Multicolumna
11358 \family default
11359 , o clic-derecha sobre las celdas marcadas y se selecciona en el diálogo,
11360  bajo la solapa 
11361 \family sans
11362 Configuración
11363 \family default
11364 , la casilla Multicolumna.
11365 \end_layout
11366
11367 \begin_layout Standard
11368 Las multicolumnas tienen su propia configuración de celdas.
11369  Esto es, los cambios de bordes, alineación y anchura sólo afectan a la
11370  multicolumna.
11371  Aquí hay un ejemplo de tabla con una multicolumna en la primera fila y
11372  otra en la última fila sin borde superior:
11373 \end_layout
11374
11375 \begin_layout Standard
11376 \align center
11377 \begin_inset Tabular
11378 <lyxtabular version="3" rows="3" columns="4">
11379 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11380 <column alignment="center" valignment="top" width="0pt">
11381 <column alignment="center" valignment="middle" width="0">
11382 <column alignment="center" valignment="top" width="0in">
11383 <column alignment="center" valignment="top" width="0pt">
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389 abc
11390 \end_layout
11391
11392 \end_inset
11393 </cell>
11394 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11395 \begin_inset Text
11396
11397 \begin_layout Plain Layout
11398 def ghi
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 jkl
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 </row>
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427
11428 \family roman
11429 \series medium
11430 \shape up
11431 \size normal
11432 \emph off
11433 \bar no
11434 \noun off
11435 \color none
11436 A
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 B
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 C
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 D
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 </row>
11469 <row>
11470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 1
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 2
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 3
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 4
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Subsubsection
11515 Cálculos en multicolumnas
11516 \begin_inset CommandInset label
11517 LatexCommand label
11518 name "sub:Cálculos-en-Multicolumnas"
11519
11520 \end_inset
11521
11522
11523 \begin_inset Index
11524 status collapsed
11525
11526 \begin_layout Plain Layout
11527 Multicolumnas ! Cálculos
11528 \end_layout
11529
11530 \end_inset
11531
11532
11533 \end_layout
11534
11535 \begin_layout Standard
11536 LyX soporta multicolumnas directamente, pero hay que prestar atención a
11537  la anchura de celda de las columnas combinadas en la celda multicolumna.
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \begin_inset Float table
11542 placement h
11543 wide false
11544 sideways false
11545 status open
11546
11547 \begin_layout Plain Layout
11548 \begin_inset Caption
11549
11550 \begin_layout Plain Layout
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "tab:Tabla-con-centrado"
11554
11555 \end_inset
11556
11557 Tabla con texto centrado en multicolumna sobre dos columnas que tienen exactamen
11558 te la mitad de anchura que la celda multicolumna
11559 \begin_inset OptArg
11560 status collapsed
11561
11562 \begin_layout Plain Layout
11563 Tabla multicolumna perfecta
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \end_inset
11572
11573
11574 \end_layout
11575
11576 \begin_layout Plain Layout
11577 \align center
11578 \begin_inset Tabular
11579 <lyxtabular version="3" rows="3" columns="3">
11580 <features>
11581 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11582 <column alignment="center" valignment="middle" width="0">
11583 <column alignment="center" valignment="top" width="0">
11584 <row>
11585 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 multicolumna línea múltiple
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 c
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 d
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 e
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 f
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647 g
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 h
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 i
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 </row>
11671 </lyxtabular>
11672
11673 \end_inset
11674
11675
11676 \end_layout
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Standard
11684 Por ejemplo, para crear la tabla
11685 \begin_inset space ~
11686 \end_inset
11687
11688
11689 \begin_inset CommandInset ref
11690 LatexCommand ref
11691 reference "tab:Tabla-con-centrado"
11692
11693 \end_inset
11694
11695 , marca las dos primeras celdas en la primera fila de una tabla 3×3 y haz
11696  clic-derecha.
11697  En el diálogo marca 
11698 \emph on
11699 multicolumna
11700 \emph default
11701
11702 \emph on
11703 alineación centro
11704 \emph default
11705  y una anchura de 2.5
11706 \begin_inset space \thinspace{}
11707 \end_inset
11708
11709 cm.
11710  Las columnas combinadas deberían tener exactamente la mitad de la anchura
11711  de la celda multicolumna, así que deberías ajustar 1.25
11712 \begin_inset space \thinspace{}
11713 \end_inset
11714
11715 cm para la primera columna.
11716  La segunda columna tendrá entonces automáticamente 1.25
11717 \begin_inset space \thinspace{}
11718 \end_inset
11719
11720 cm de anchura.
11721  Para la tabla
11722 \begin_inset space ~
11723 \end_inset
11724
11725
11726 \begin_inset CommandInset ref
11727 LatexCommand ref
11728 reference "tab:Tabla-sin-mitad"
11729
11730 \end_inset
11731
11732  se ha procedido de la siguiente manera:
11733 \end_layout
11734
11735 \begin_layout Standard
11736 \begin_inset Float table
11737 wide false
11738 sideways false
11739 status open
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Caption
11743
11744 \begin_layout Plain Layout
11745 \begin_inset CommandInset label
11746 LatexCommand label
11747 name "tab:Tabla-sin-mitad"
11748
11749 \end_inset
11750
11751 Tabla en la que las columnas combinadas no tienen exactamente la mitad de
11752  anchura que la celda multicolumna
11753 \begin_inset OptArg
11754 status open
11755
11756 \begin_layout Plain Layout
11757 Tabla multicolumna imperfecta
11758 \end_layout
11759
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \end_inset
11766
11767
11768 \end_layout
11769
11770 \begin_layout Plain Layout
11771 \align center
11772 \begin_inset Tabular
11773 <lyxtabular version="3" rows="3" columns="3">
11774 <features>
11775 <column alignment="center" valignment="top" width="1.25cm">
11776 <column alignment="center" valignment="top" width="0">
11777 <column alignment="center" valignment="top" width="0">
11778 <row>
11779 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 multicolumna línea múltiple
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11789 \begin_inset Text
11790
11791 \begin_layout Plain Layout
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 c
11802 \end_layout
11803
11804 \end_inset
11805 </cell>
11806 </row>
11807 <row>
11808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11809 \begin_inset Text
11810
11811 \begin_layout Plain Layout
11812 d
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 e
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830 f
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 </row>
11836 <row>
11837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11838 \begin_inset Text
11839
11840 \begin_layout Plain Layout
11841 g
11842 \end_layout
11843
11844 \end_inset
11845 </cell>
11846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 h
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 i
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 </row>
11865 </lyxtabular>
11866
11867 \end_inset
11868
11869
11870 \end_layout
11871
11872 \end_inset
11873
11874
11875 \end_layout
11876
11877 \begin_layout Standard
11878 Se ve que la primera columna no tiene la mitad de ancho que la celda multicolumn
11879 a, es un poco mayor.
11880  La razón es que la anchura dada para una celda 
11881 \begin_inset Formula $W_{g}$
11882 \end_inset
11883
11884  no es su anchura total 
11885 \begin_inset Formula $W_{\mathrm{tot}}$
11886 \end_inset
11887
11888  porque una celda es siempre algo mayor que la anchura dada.
11889  El apéndice
11890 \begin_inset space ~
11891 \end_inset
11892
11893
11894 \begin_inset CommandInset ref
11895 LatexCommand eqref
11896 reference "cha:Explicación-de-la-Ecuación"
11897
11898 \end_inset
11899
11900  lo explica con detalle.
11901 \end_layout
11902
11903 \begin_layout Standard
11904 La anchura dada necesaria, 
11905 \begin_inset Formula $W_{g\, n}$
11906 \end_inset
11907
11908  para combinar 
11909 \emph on
11910 n
11911 \emph default
11912  columnas puede calcularse de manera que cada columna tenga una anchura
11913  total de 
11914 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11915 \end_inset
11916
11917 :
11918 \begin_inset Formula \begin{equation}
11919 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11920
11921 \end_inset
11922
11923
11924 \end_layout
11925
11926 \begin_layout Standard
11927 En nuestro caso tenemos 
11928 \begin_inset Formula $n=2$
11929 \end_inset
11930
11931
11932 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11933 \end_inset
11934
11935
11936 \begin_inset space \thinspace{}
11937 \end_inset
11938
11939 cm y los valores predeterminados para longitudes, así la ecuación
11940 \begin_inset space ~
11941 \end_inset
11942
11943
11944 \begin_inset CommandInset ref
11945 LatexCommand ref
11946 reference "eq:Wgn"
11947
11948 \end_inset
11949
11950  queda
11951 \begin_inset Formula \begin{equation}
11952 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 Para habilitar cálculos en LaTeX, debe cargarse en el preámbulo el paquete
11961  
11962 \series bold
11963 calc
11964 \series default
11965  con la línea
11966 \begin_inset Index
11967 status collapsed
11968
11969 \begin_layout Plain Layout
11970 LaTeX-paquetes ! calc
11971 \end_layout
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979
11980 \series bold
11981
11982 \backslash
11983 usepackage{calc}
11984 \end_layout
11985
11986 \begin_layout Standard
11987 LyX no permite calcular longitudes en el campo Ancho del cuadro de diálogo.
11988  Por tanto hay que insertar un argumento LaTeX en el diálogo.
11989  He aquí un repaso de los argumentos:
11990 \end_layout
11991
11992 \begin_layout Itemize
11993
11994 \series bold
11995 p{ancho}
11996 \series default
11997  crea celdas con anchura fija, el texto alineado arriba
11998 \end_layout
11999
12000 \begin_layout Itemize
12001
12002 \series bold
12003 m{ancho}
12004 \series default
12005  crea celdas con anchura fija, el texto con alineación vertical centrada
12006  
12007 \end_layout
12008
12009 \begin_layout Itemize
12010
12011 \series bold
12012 b{ancho}
12013 \series default
12014  crea celdas con anchura fija, el texto alineado abajo
12015 \end_layout
12016
12017 \begin_layout Standard
12018 Al introducir un argumento LaTeX, todas las propiedades de celda puestas
12019  en el diálogo se ignoran.
12020 \end_layout
12021
12022 \begin_layout Standard
12023 \begin_inset Note Greyedout
12024 status open
12025
12026 \begin_layout Plain Layout
12027
12028 \series bold
12029 Nota:
12030 \series default
12031  Debido a un error, LyX muestra de todas formas estas propiedades.
12032 \end_layout
12033
12034 \end_inset
12035
12036  
12037 \end_layout
12038
12039 \begin_layout Standard
12040 El comando 
12041 \series bold
12042
12043 \backslash
12044 centering
12045 \series default
12046  centra horizontalmente el texto.
12047  Puedes entonces introducir el siguiente argumento de LaTeX para la primera
12048  columna extendida:
12049 \end_layout
12050
12051 \begin_layout Standard
12052
12053 \series bold
12054 >{
12055 \backslash
12056 centering}m{1.25cm-6.2pt}
12057 \end_layout
12058
12059 \begin_layout Standard
12060 El comando 
12061 \series bold
12062 >{ }
12063 \series default
12064  significa que los comandos entre llaves se aplican antes de crear la celda.
12065 \end_layout
12066
12067 \begin_layout Standard
12068 Aunque hemos escogido alineación centrada para el texto de la celda multicolumna
12069 , aún está alineado a la izquierda.
12070  Esto se debe a que LyX sólo aplica alineado a columnas simples.
12071  Así que para multicolumnas hemos de usar el argumento de LaTeX
12072 \end_layout
12073
12074 \begin_layout Standard
12075
12076 \series bold
12077 >{
12078 \backslash
12079 centering}m{2.5cm}
12080 \end_layout
12081
12082 \begin_layout Subsection
12083 Multifilas
12084 \begin_inset Index
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088 Multifilas
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \begin_inset Index
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 Tablas ! Multifilas
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \begin_inset Index
12105 status collapsed
12106
12107 \begin_layout Plain Layout
12108 LaTeX-paquetes ! multirow
12109 \end_layout
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \begin_layout Standard
12117 A diferencia de multicolumnas, LyX aún no soporta multifilas por lo que
12118  hace falta un poco de ERT.
12119  Hay que cargar el paquete de LaTeX 
12120 \series bold
12121 multirow
12122 \series default
12123  en el preámbulo del documento con el comando
12124 \end_layout
12125
12126 \begin_layout Standard
12127
12128 \series bold
12129
12130 \backslash
12131 usepackage{multirow}
12132 \end_layout
12133
12134 \begin_layout Standard
12135 Las multifilas se crean con el comando
12136 \end_layout
12137
12138 \begin_layout Standard
12139
12140 \series bold
12141
12142 \backslash
12143 multirow{número de filas}{ancho de celda}{entrada de celda}
12144 \end_layout
12145
12146 \begin_layout Standard
12147 Para crear la siguiente tabla:
12148 \end_layout
12149
12150 \begin_layout Standard
12151 \align center
12152 \begin_inset ERT
12153 status collapsed
12154
12155 \begin_layout Plain Layout
12156
12157
12158 \backslash
12159 renewcommand{
12160 \backslash
12161 multirowsetup}{
12162 \backslash
12163 centering}
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \begin_inset Tabular
12170 <lyxtabular version="3" rows="3" columns="3">
12171 <features>
12172 <column alignment="center" valignment="top" width="0">
12173 <column alignment="center" valignment="top" width="0">
12174 <column alignment="center" valignment="top" width="0">
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 a
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 b
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 c
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 <row>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 \begin_inset ERT
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213
12214
12215 \backslash
12216 multirow{2}{2.5cm}{
12217 \end_layout
12218
12219 \end_inset
12220
12221 entrada multifila
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227 }
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 e
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 f
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 h
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 i
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 </lyxtabular>
12286
12287 \end_inset
12288
12289
12290 \begin_inset ERT
12291 status collapsed
12292
12293 \begin_layout Plain Layout
12294
12295
12296 \backslash
12297 renewcommand{
12298 \backslash
12299 multirowsetup}{
12300 \backslash
12301 raggedright}
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 crea una tabla 3×3.
12311  Para quitar la línea sobre la última celda en la primera columna, se marca
12312  la celda como multicolumna y se quita el borde superior.
12313  Ahora se crea la multifila en la segunda fila de la primera columna insertando
12314  ahí el comando
12315 \end_layout
12316
12317 \begin_layout Standard
12318
12319 \series bold
12320
12321 \backslash
12322 multirow{2}{2.5cm}{
12323 \end_layout
12324
12325 \begin_layout Standard
12326 como ERT.
12327  Según los parámetros del comando la multifila se expande a dos filas y
12328  tiene de ancho 2.5
12329 \begin_inset space \thinspace{}
12330 \end_inset
12331
12332 cm.
12333  El contenido de la celda multifila sigue fuera del cuadro ERT y el comando
12334  finaliza con llave derecha 
12335 \series bold
12336 }
12337 \series default
12338  en otro cuadro ERT tras el texto.
12339 \end_layout
12340
12341 \begin_layout Standard
12342
12343 \series bold
12344
12345 \backslash
12346 multirow
12347 \series default
12348  alinea su contenido a la izquierda por defecto.
12349  Para cambiarlo renombra el comando 
12350 \series bold
12351
12352 \backslash
12353 multirowsetup
12354 \series default
12355  con el comando
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 renewcommand{
12364 \backslash
12365 multirowsetup}{
12366 \backslash
12367 centering}
12368 \end_layout
12369
12370 \begin_layout Standard
12371 en ERT en el preámbulo del documento.
12372  Entonces se centran todas las entradas de celdas multifila en el documento.
12373  Si sólo queremos centrar en algunas tablas, se puede renombrar el comando
12374  en ERT justo antes de la tabla en lugar de en el preámbulo.
12375  Si el texto debe estar alineado a la derecha, reemplaza 
12376 \series bold
12377
12378 \backslash
12379 centering
12380 \series default
12381  por 
12382 \series bold
12383
12384 \backslash
12385 raggedleft
12386 \series default
12387 .
12388  Para volver a alineado a la izquierda usa 
12389 \series bold
12390
12391 \backslash
12392 raggedright
12393 \series default
12394 .
12395 \end_layout
12396
12397 \begin_layout Section
12398 Tablas formales
12399 \begin_inset CommandInset label
12400 LatexCommand label
12401 name "sec:Tablas-Formales"
12402
12403 \end_inset
12404
12405
12406 \begin_inset Index
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Tablas Formales
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \begin_inset Index
12417 status collapsed
12418
12419 \begin_layout Plain Layout
12420 Tablas ! Estilo formal
12421 \end_layout
12422
12423 \end_inset
12424
12425  
12426 \end_layout
12427
12428 \begin_layout Standard
12429 En los libros, las tablas se suelen presentar en un formato como el de la
12430  tabla 
12431 \begin_inset space ~
12432 \end_inset
12433
12434
12435 \begin_inset CommandInset ref
12436 LatexCommand ref
12437 reference "tab:Ejemplo-tabla-formal"
12438
12439 \end_inset
12440
12441 .
12442  Se denominan tablas 
12443 \emph on
12444 formales
12445 \emph default
12446 .
12447  Para hacer tablas con este diseño, elige 
12448 \family sans
12449 Estilo
12450 \family default
12451
12452 \begin_inset space ~
12453 \end_inset
12454
12455
12456 \family sans
12457 Formal
12458 \family default
12459  en la solapa 
12460 \family sans
12461 Bordes
12462 \family default
12463  del cuadro de diálogo de tablas.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 \begin_inset Float table
12468 placement h
12469 wide false
12470 sideways false
12471 status open
12472
12473 \begin_layout Plain Layout
12474 \begin_inset Caption
12475
12476 \begin_layout Plain Layout
12477 \begin_inset CommandInset label
12478 LatexCommand label
12479 name "tab:Ejemplo-tabla-formal"
12480
12481 \end_inset
12482
12483 Ejemplo de tabla formal
12484 \end_layout
12485
12486 \end_inset
12487
12488
12489 \end_layout
12490
12491 \begin_layout Plain Layout
12492 \align center
12493 \begin_inset Tabular
12494 <lyxtabular version="3" rows="8" columns="4">
12495 <features booktabs="true">
12496 <column alignment="center" valignment="top" width="0">
12497 <column alignment="center" valignment="top" width="0">
12498 <column alignment="center" valignment="top" width="0">
12499 <column alignment="center" valignment="top" width="0">
12500 <row>
12501 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 System
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell alignment="center" valignment="top" topline="true" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 Medipix
12515 \begin_inset Formula $\,$
12516 \end_inset
12517
12518 1
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 Medipix
12528 \begin_inset Formula $\,$
12529 \end_inset
12530
12531 2
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 </row>
12546 <row>
12547 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 \begin_inset ERT
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555
12556
12557 \backslash
12558 cmidrule(r){2-2}
12559 \end_layout
12560
12561 \end_inset
12562
12563
12564 \begin_inset ERT
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568
12569
12570 \backslash
12571 cmidrule(l){3-4}
12572 \end_layout
12573
12574 \end_inset
12575
12576 Detector thickness [µm]
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 300
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 300
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 700
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 Edge angle [°]
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 3.55
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 2.71
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 7.99
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row topspace="default">
12648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 Spatial resolution [µm]
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 4.26
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 10.17
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 <cell alignment="center" valignment="top" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 10.56
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 </row>
12685 <row topspace="default">
12686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 MTF at 
12691 \begin_inset Formula $f_{\mathrm{max}}$
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703 0.53
12704 \end_layout
12705
12706 \end_inset
12707 </cell>
12708 <cell alignment="center" valignment="top" usebox="none">
12709 \begin_inset Text
12710
12711 \begin_layout Plain Layout
12712 0.37
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 0.39
12722 \end_layout
12723
12724 \end_inset
12725 </cell>
12726 </row>
12727 <row topspace="default">
12728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12729 \begin_inset Text
12730
12731 \begin_layout Plain Layout
12732 \begin_inset ERT
12733 status collapsed
12734
12735 \begin_layout Plain Layout
12736
12737
12738 \backslash
12739 cmidrule(l{10pt}){1-1}
12740 \end_layout
12741
12742 \end_inset
12743
12744 LSF-spatial resolution
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 <cell alignment="center" valignment="top" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 </row>
12777 <row>
12778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 in µm
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 129.7
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 52.75
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 50.78
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820 in % of pixel size
12821 \end_layout
12822
12823 \end_inset
12824 </cell>
12825 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 76.3
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 95.9
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 92.3
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 </lyxtabular>
12854
12855 \end_inset
12856
12857
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \begin_layout Standard
12866 Se puede añadir espacio adicional a las filas de la tabla mediante los botones
12867  correspondientes que se encuentran en la solapa 
12868 \family sans
12869 Bordes 
12870 \family default
12871 del diálogo
12872 \family sans
12873  Configuración
12874 \begin_inset space ~
12875 \end_inset
12876
12877 de
12878 \begin_inset space ~
12879 \end_inset
12880
12881 la
12882 \begin_inset space ~
12883 \end_inset
12884
12885 tabla
12886 \family default
12887 , como se explica en la sección
12888 \begin_inset space ~
12889 \end_inset
12890
12891
12892 \begin_inset CommandInset ref
12893 LatexCommand ref
12894 reference "sub:Espacio-adicional"
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \begin_layout Standard
12902 A diferencia de las tablas normales, las tablas formales no tienen líneas
12903  verticales.
12904  Las líneas horizontales se pueden poner o no como en las tablas normales,
12905  pero en la salida se mostrarán con distinto grosor:
12906 \begin_inset Newline newline
12907 \end_inset
12908
12909 Las líneas primera y última tienen un grosor predeterminado de 0.08
12910 \begin_inset space \thinspace{}
12911 \end_inset
12912
12913 em, las demás tienen un grosor predeterminado de 0.05
12914 \begin_inset space \thinspace{}
12915 \end_inset
12916
12917 em.
12918 \end_layout
12919
12920 \begin_layout Standard
12921 Estos valores predeterminados se pueden cambiar
12922 \series bold
12923  
12924 \series default
12925 con las líneas de preámbulo:
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 let
12934 \backslash
12935 mytoprule
12936 \backslash
12937 toprule
12938 \begin_inset Newline newline
12939 \end_inset
12940
12941
12942 \backslash
12943 renewcommand{
12944 \backslash
12945 toprule}{
12946 \backslash
12947 mytoprule[grosor]}
12948 \end_layout
12949
12950 \begin_layout Standard
12951 Este ejemplo es para la primera línea, la denominada 
12952 \series bold
12953 toprule
12954 \series default
12955 .
12956  Si quieres cambiar el grosor de la última línea, reemplaza 
12957 \series bold
12958 toprule
12959 \series default
12960  por 
12961 \series bold
12962 bottomrule
12963 \series default
12964 .
12965  Y para cambiar el grosor de las demás líneas cambia 
12966 \series bold
12967 toprule
12968 \series default
12969  por 
12970 \series bold
12971 midrule
12972 \series default
12973 .
12974  Puedes usar cualquiera de las unidades listadas en el apéndice
12975 \begin_inset space ~
12976 \end_inset
12977
12978
12979 \begin_inset CommandInset ref
12980 LatexCommand ref
12981 reference "cha:Unidades-disponibles-en"
12982
12983 \end_inset
12984
12985 para establecer el grosor.
12986 \end_layout
12987
12988 \begin_layout Standard
12989 Para dibujar líneas que no se extiendan a todas las columnas de la tabla,
12990  puedes marcarlas como celdas multicolumna y entonces ponerles borde.
12991  LyX empleará internamente el comando 
12992 \series bold
12993
12994 \backslash
12995 cmidrule
12996 \series default
12997  para dibujar la línea.
12998  El esquema completo es
12999 \end_layout
13000
13001 \begin_layout Standard
13002
13003 \series bold
13004
13005 \backslash
13006 cmidrule[grosor](recorte){inicol-fincol}
13007 \end_layout
13008
13009 \begin_layout Standard
13010 Por el momento, LyX no soporta las opciones de 
13011 \series bold
13012
13013 \backslash
13014 cmidrule
13015 \series default
13016 , así que para usarlas hay que emplear ERT.
13017  Las líneas 
13018 \series bold
13019
13020 \backslash
13021 cmidrule
13022 \series default
13023  se pueden insertar manualmente con el comando en ERT como primera entrada
13024  de la primera celda de una fila.
13025  En la salida se dibujará la línea sobre dicha fila.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 El grosor predeterminado es 0.03
13030 \begin_inset space \thinspace{}
13031 \end_inset
13032
13033 em.
13034  
13035 \series bold
13036 inicol
13037 \series default
13038  es el número de la columna en la que comienza la línea y 
13039 \series bold
13040 fincol
13041 \series default
13042  es el número de la columna en la que acaba la línea.
13043  El valor 
13044 \series bold
13045 fincol
13046 \series default
13047  debe especificarse siempre, aunque la línea se extienda sobre una sola
13048  columna.
13049  El parámetro opcional 
13050 \series bold
13051 recorte
13052 \series default
13053  debe ser 
13054 \emph on
13055 l{recorte}
13056 \emph default
13057  o 
13058 \emph on
13059 r{recorte}
13060 \emph default
13061 , donde 
13062 \emph on
13063 recorte
13064 \emph default
13065  también es opcional.
13066  Por ejemplo, el parámetro 
13067 \emph on
13068 l{2pt}
13069 \emph default
13070  significa que la línea se recorta 2
13071 \begin_inset space \thinspace{}
13072 \end_inset
13073
13074 pt por su izquierda.
13075  Si no se especifica el tamaño  las líneas se recortan por defecto en 0.5
13076 \begin_inset space \thinspace{}
13077 \end_inset
13078
13079 em.
13080
13081 \series bold
13082  
13083 \end_layout
13084
13085 \begin_layout Standard
13086
13087 \end_layout
13088
13089 \begin_layout Standard
13090 \begin_inset VSpace bigskip
13091 \end_inset
13092
13093
13094 \end_layout
13095
13096 \begin_layout Standard
13097 La tabla
13098 \begin_inset space ~
13099 \end_inset
13100
13101
13102 \begin_inset CommandInset ref
13103 LatexCommand ref
13104 reference "tab:Ejemplo-tabla-formal"
13105
13106 \end_inset
13107
13108  se ha creado con los comandos
13109 \end_layout
13110
13111 \begin_layout Standard
13112
13113 \series bold
13114
13115 \backslash
13116 cmidrule(r){2-2}
13117 \backslash
13118 cmidrule(l){3-4}
13119 \end_layout
13120
13121 \begin_layout Standard
13122 en la segunda fila, 
13123 \series bold
13124
13125 \backslash
13126 midrule
13127 \series default
13128  en la tercera, y
13129 \end_layout
13130
13131 \begin_layout Standard
13132
13133 \series bold
13134
13135 \backslash
13136 cmidrule(l{10pt}){1-1}
13137 \end_layout
13138
13139 \begin_layout Standard
13140 en la sexta fila.
13141 \end_layout
13142
13143 \begin_layout Standard
13144 \begin_inset VSpace bigskip
13145 \end_inset
13146
13147
13148 \end_layout
13149
13150 \begin_layout Standard
13151 Quizá quieras superponer líneas 
13152 \series bold
13153
13154 \backslash
13155 cmidrules
13156 \series default
13157  como en la tabla
13158 \begin_inset space ~
13159 \end_inset
13160
13161
13162 \begin_inset CommandInset ref
13163 LatexCommand ref
13164 reference "tab:Tabla-formal-especial"
13165
13166 \end_inset
13167
13168 .
13169  Esto se consigue con el comando ERT
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 morecmidrules
13178 \end_layout
13179
13180 \begin_layout Standard
13181 El comando que se ha utilizado para la segunda fila de la tabla
13182 \begin_inset space ~
13183 \end_inset
13184
13185
13186 \begin_inset CommandInset ref
13187 LatexCommand ref
13188 reference "tab:Tabla-formal-especial"
13189
13190 \end_inset
13191
13192  es
13193 \end_layout
13194
13195 \begin_layout Standard
13196
13197 \series bold
13198
13199 \backslash
13200 cmidrule(r){2-2}
13201 \backslash
13202 cmidrule(l){3-4}
13203 \backslash
13204 morecmidrules
13205 \backslash
13206 cmidrule{2-4}
13207 \end_layout
13208
13209 \begin_layout Standard
13210 El comando para la sexta fila es
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216
13217 \backslash
13218 midrule
13219 \backslash
13220 morecmidrules
13221 \backslash
13222 cmidrule{3-4}
13223 \series default
13224
13225 \begin_inset VSpace bigskip
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Standard
13232 Si de todas formas no te satisface el espaciado de los bordes, puedes usar
13233  el siguiente comando para dibujar líneas que se extienden sobre todas las
13234  columnas
13235 \end_layout
13236
13237 \begin_layout Standard
13238
13239 \series bold
13240
13241 \backslash
13242 specialrule{anchura}{espacio superior}{espacio inferior}
13243 \end_layout
13244
13245 \begin_layout Standard
13246 Para más información sobre estas características especiales, acude al manual
13247  del paquete LaTeX 
13248 \series bold
13249 booktabs
13250 \series default
13251
13252 \begin_inset CommandInset citation
13253 LatexCommand cite
13254 key "booktabs"
13255
13256 \end_inset
13257
13258 .
13259 \begin_inset Index
13260 status collapsed
13261
13262 \begin_layout Plain Layout
13263 LaTeX-paquetes ! booktabs
13264 \end_layout
13265
13266 \end_inset
13267
13268  
13269 \begin_inset VSpace bigskip
13270 \end_inset
13271
13272
13273 \end_layout
13274
13275 \begin_layout Standard
13276 \begin_inset Float table
13277 placement h
13278 wide false
13279 sideways false
13280 status open
13281
13282 \begin_layout Plain Layout
13283 \begin_inset Caption
13284
13285 \begin_layout Plain Layout
13286 \begin_inset CommandInset label
13287 LatexCommand label
13288 name "tab:Tabla-formal-especial"
13289
13290 \end_inset
13291
13292 Tabla formal especial
13293 \end_layout
13294
13295 \end_inset
13296
13297
13298 \end_layout
13299
13300 \begin_layout Plain Layout
13301 \align center
13302 \begin_inset Tabular
13303 <lyxtabular version="3" rows="8" columns="4">
13304 <features booktabs="true">
13305 <column alignment="center" valignment="top" width="0">
13306 <column alignment="center" valignment="top" width="0">
13307 <column alignment="center" valignment="top" width="0">
13308 <column alignment="center" valignment="top" width="0">
13309 <row>
13310 <cell alignment="center" valignment="top" topline="true" usebox="none">
13311 \begin_inset Text
13312
13313 \begin_layout Plain Layout
13314 System
13315 \end_layout
13316
13317 \end_inset
13318 </cell>
13319 <cell alignment="center" valignment="top" topline="true" usebox="none">
13320 \begin_inset Text
13321
13322 \begin_layout Plain Layout
13323 Medipix
13324 \begin_inset space \thinspace{}
13325 \end_inset
13326
13327 1
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 Medipix
13337 \begin_inset space \thinspace{}
13338 \end_inset
13339
13340 2
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 </row>
13355 <row>
13356 <cell alignment="center" valignment="top" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 \begin_inset ERT
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364
13365
13366 \backslash
13367 cmidrule(r){2-2}
13368 \end_layout
13369
13370 \end_inset
13371
13372
13373 \begin_inset ERT
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377
13378
13379 \backslash
13380 cmidrule(l){3-4}
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \begin_inset ERT
13387 status collapsed
13388
13389 \begin_layout Plain Layout
13390
13391
13392 \backslash
13393 morecmidrules 
13394 \end_layout
13395
13396 \end_inset
13397
13398
13399 \begin_inset ERT
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403
13404
13405 \backslash
13406 cmidrule{2-4}
13407 \end_layout
13408
13409 \end_inset
13410
13411 Detector thickness [µm]
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 300
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Plain Layout
13429 300
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 700
13439 \end_layout
13440
13441 \end_inset
13442 </cell>
13443 </row>
13444 <row>
13445 <cell alignment="center" valignment="top" topline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 Edge angle [°]
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 3.55
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" topline="true" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 2.71
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" topline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 7.99
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 </row>
13482 <row topspace="default">
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 Spatial resolution [µm]
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 4.26
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 10.17
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 <cell alignment="center" valignment="top" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 10.56
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 <row topspace="default">
13521 <cell alignment="center" valignment="top" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 MTF at 
13526 \begin_inset Formula $f_{\mathrm{max}}$
13527 \end_inset
13528
13529
13530 \end_layout
13531
13532 \end_inset
13533 </cell>
13534 <cell alignment="center" valignment="top" usebox="none">
13535 \begin_inset Text
13536
13537 \begin_layout Plain Layout
13538 0.53
13539 \end_layout
13540
13541 \end_inset
13542 </cell>
13543 <cell alignment="center" valignment="top" usebox="none">
13544 \begin_inset Text
13545
13546 \begin_layout Plain Layout
13547 0.37
13548 \end_layout
13549
13550 \end_inset
13551 </cell>
13552 <cell alignment="center" valignment="top" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 0.39
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 </row>
13562 <row>
13563 <cell alignment="center" valignment="top" topline="true" usebox="none">
13564 \begin_inset Text
13565
13566 \begin_layout Plain Layout
13567 \begin_inset ERT
13568 status collapsed
13569
13570 \begin_layout Plain Layout
13571
13572
13573 \backslash
13574 morecmidrules 
13575 \end_layout
13576
13577 \end_inset
13578
13579
13580 \begin_inset ERT
13581 status collapsed
13582
13583 \begin_layout Plain Layout
13584
13585
13586 \backslash
13587 cmidrule{3-4}
13588 \end_layout
13589
13590 \end_inset
13591
13592 LSF-spatial resolution
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 <row>
13626 <cell alignment="center" valignment="top" usebox="none">
13627 \begin_inset Text
13628
13629 \begin_layout Plain Layout
13630 in µm
13631 \end_layout
13632
13633 \end_inset
13634 </cell>
13635 <cell alignment="center" valignment="top" usebox="none">
13636 \begin_inset Text
13637
13638 \begin_layout Plain Layout
13639 129.7
13640 \end_layout
13641
13642 \end_inset
13643 </cell>
13644 <cell alignment="center" valignment="top" usebox="none">
13645 \begin_inset Text
13646
13647 \begin_layout Plain Layout
13648 52.75
13649 \end_layout
13650
13651 \end_inset
13652 </cell>
13653 <cell alignment="center" valignment="top" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 50.78
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 </row>
13663 <row>
13664 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13665 \begin_inset Text
13666
13667 \begin_layout Plain Layout
13668 in % of pixel size
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13674 \begin_inset Text
13675
13676 \begin_layout Plain Layout
13677 76.3
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686 95.9
13687 \end_layout
13688
13689 \end_inset
13690 </cell>
13691 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695 92.3
13696 \end_layout
13697
13698 \end_inset
13699 </cell>
13700 </row>
13701 </lyxtabular>
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Section
13714 Alineación vertical de tablas
13715 \begin_inset Index
13716 status collapsed
13717
13718 \begin_layout Plain Layout
13719 Tablas ! Alineación vertical
13720 \end_layout
13721
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \begin_layout Standard
13728 Para alinear tablas verticalmente en una línea de texto la tabla debe estar
13729  en un cuadro.
13730  Entonces el cuadro se puede alinear verticalmente como se describe en la
13731  sección
13732 \begin_inset space ~
13733 \end_inset
13734
13735
13736 \begin_inset CommandInset ref
13737 LatexCommand ref
13738 reference "sec:Diálogo-Cuadros"
13739
13740 \end_inset
13741
13742 .
13743  
13744 \end_layout
13745
13746 \begin_layout Standard
13747 En el ejemplo siguiente las tablas están en un cuadro de minipágina
13748 \begin_inset Foot
13749 status collapsed
13750
13751 \begin_layout Plain Layout
13752 Las minipáginas se describen en la sección
13753 \begin_inset space ~
13754 \end_inset
13755
13756
13757 \begin_inset CommandInset ref
13758 LatexCommand ref
13759 reference "sec:Minipáginas"
13760
13761 \end_inset
13762
13763 .
13764 \end_layout
13765
13766 \end_inset
13767
13768  que tiene una anchura de 15
13769 \begin_inset space \thinspace{}
13770 \end_inset
13771
13772 col%:
13773 \end_layout
13774
13775 \begin_layout Itemize
13776 test 
13777 \begin_inset Box Frameless
13778 position "t"
13779 hor_pos "c"
13780 has_inner_box 1
13781 inner_pos "c"
13782 use_parbox 0
13783 width "15col%"
13784 special "none"
13785 height "1in"
13786 height_special "totalheight"
13787 status collapsed
13788
13789 \begin_layout Plain Layout
13790 \begin_inset Tabular
13791 <lyxtabular version="3" rows="3" columns="3">
13792 <features>
13793 <column alignment="center" valignment="top" width="0">
13794 <column alignment="center" valignment="top" width="0">
13795 <column alignment="center" valignment="top" width="0">
13796 <row>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 a
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 d
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 g
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 b
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 e
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848 h
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 <row>
13855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 c
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 f
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 i
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 </row>
13883 </lyxtabular>
13884
13885 \end_inset
13886
13887
13888 \end_layout
13889
13890 \end_inset
13891
13892  test 
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898
13899 \backslash
13900 raisebox{0.85
13901 \backslash
13902 baselineskip}{
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \begin_inset Box Frameless
13909 position "t"
13910 hor_pos "c"
13911 has_inner_box 1
13912 inner_pos "c"
13913 use_parbox 0
13914 width "15col%"
13915 special "none"
13916 height "1in"
13917 height_special "totalheight"
13918 status collapsed
13919
13920 \begin_layout Plain Layout
13921 \begin_inset Tabular
13922 <lyxtabular version="3" rows="3" columns="3">
13923 <features>
13924 <column alignment="center" valignment="top" width="0">
13925 <column alignment="center" valignment="top" width="0">
13926 <column alignment="center" valignment="top" width="0">
13927 <row>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 a
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 d
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 g
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 </row>
13956 <row>
13957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 b
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13967 \begin_inset Text
13968
13969 \begin_layout Plain Layout
13970 e
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979 h
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 c
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 f
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 i
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 </lyxtabular>
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \end_inset
14022
14023
14024 \begin_inset ERT
14025 status collapsed
14026
14027 \begin_layout Plain Layout
14028
14029 }
14030 \end_layout
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Itemize
14038 test 
14039 \begin_inset Box Frameless
14040 position "c"
14041 hor_pos "c"
14042 has_inner_box 1
14043 inner_pos "c"
14044 use_parbox 0
14045 width "15col%"
14046 special "none"
14047 height "1in"
14048 height_special "totalheight"
14049 status collapsed
14050
14051 \begin_layout Plain Layout
14052 \begin_inset Tabular
14053 <lyxtabular version="3" rows="3" columns="3">
14054 <features>
14055 <column alignment="center" valignment="top" width="0">
14056 <column alignment="center" valignment="top" width="0">
14057 <column alignment="center" valignment="top" width="0">
14058 <row>
14059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 a
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14069 \begin_inset Text
14070
14071 \begin_layout Plain Layout
14072 d
14073 \end_layout
14074
14075 \end_inset
14076 </cell>
14077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081 g
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 b
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 e
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14107 \begin_inset Text
14108
14109 \begin_layout Plain Layout
14110 h
14111 \end_layout
14112
14113 \end_inset
14114 </cell>
14115 </row>
14116 <row>
14117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14118 \begin_inset Text
14119
14120 \begin_layout Plain Layout
14121 c
14122 \end_layout
14123
14124 \end_inset
14125 </cell>
14126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14127 \begin_inset Text
14128
14129 \begin_layout Plain Layout
14130 f
14131 \end_layout
14132
14133 \end_inset
14134 </cell>
14135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139 i
14140 \end_layout
14141
14142 \end_inset
14143 </cell>
14144 </row>
14145 </lyxtabular>
14146
14147 \end_inset
14148
14149
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \begin_layout Itemize
14158 test 
14159 \begin_inset Box Frameless
14160 position "b"
14161 hor_pos "c"
14162 has_inner_box 1
14163 inner_pos "c"
14164 use_parbox 0
14165 width "15col%"
14166 special "none"
14167 height "1in"
14168 height_special "totalheight"
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172 \begin_inset Tabular
14173 <lyxtabular version="3" rows="3" columns="3">
14174 <features>
14175 <column alignment="center" valignment="top" width="0">
14176 <column alignment="center" valignment="top" width="0">
14177 <column alignment="center" valignment="top" width="0">
14178 <row>
14179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 a
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14189 \begin_inset Text
14190
14191 \begin_layout Plain Layout
14192 d
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 g
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 </row>
14207 <row>
14208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 b
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 e
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14227 \begin_inset Text
14228
14229 \begin_layout Plain Layout
14230 h
14231 \end_layout
14232
14233 \end_inset
14234 </cell>
14235 </row>
14236 <row>
14237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14238 \begin_inset Text
14239
14240 \begin_layout Plain Layout
14241 c
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250 f
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Plain Layout
14259 i
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 </row>
14265 </lyxtabular>
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \end_inset
14273
14274  test 
14275 \begin_inset ERT
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279
14280
14281 \backslash
14282 raisebox{-0.32
14283 \backslash
14284 baselineskip}{
14285 \end_layout
14286
14287 \end_inset
14288
14289
14290 \begin_inset Box Frameless
14291 position "b"
14292 hor_pos "c"
14293 has_inner_box 1
14294 inner_pos "c"
14295 use_parbox 0
14296 width "15col%"
14297 special "none"
14298 height "1in"
14299 height_special "totalheight"
14300 status collapsed
14301
14302 \begin_layout Plain Layout
14303 \begin_inset Tabular
14304 <lyxtabular version="3" rows="3" columns="3">
14305 <features>
14306 <column alignment="center" valignment="top" width="0">
14307 <column alignment="center" valignment="top" width="0">
14308 <column alignment="center" valignment="top" width="0">
14309 <row>
14310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 a
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14320 \begin_inset Text
14321
14322 \begin_layout Plain Layout
14323 d
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 g
14333 \end_layout
14334
14335 \end_inset
14336 </cell>
14337 </row>
14338 <row>
14339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14340 \begin_inset Text
14341
14342 \begin_layout Plain Layout
14343 b
14344 \end_layout
14345
14346 \end_inset
14347 </cell>
14348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352 e
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 h
14362 \end_layout
14363
14364 \end_inset
14365 </cell>
14366 </row>
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 c
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 f
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14387 \begin_inset Text
14388
14389 \begin_layout Plain Layout
14390 i
14391 \end_layout
14392
14393 \end_inset
14394 </cell>
14395 </row>
14396 </lyxtabular>
14397
14398 \end_inset
14399
14400
14401 \end_layout
14402
14403 \end_inset
14404
14405
14406 \begin_inset ERT
14407 status collapsed
14408
14409 \begin_layout Plain Layout
14410
14411 }
14412 \end_layout
14413
14414 \end_inset
14415
14416
14417 \end_layout
14418
14419 \begin_layout Standard
14420 Como ves, los contenidos de la primera y última filas no se alinean correctament
14421 e con la línea de texto donde está la tabla.
14422  Para conseguir esta alineación, el cuadro (minipágina) debe ponerse en
14423  un cuadro elevado (
14424 \begin_inset Quotes eld
14425 \end_inset
14426
14427 raisebox
14428 \begin_inset Quotes erd
14429 \end_inset
14430
14431 )
14432 \begin_inset Foot
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436 El uso del comando 
14437 \series bold
14438
14439 \backslash
14440 raisebox
14441 \series default
14442  se explica en la sección
14443 \begin_inset space ~
14444 \end_inset
14445
14446
14447 \begin_inset CommandInset ref
14448 LatexCommand ref
14449 reference "sub:Alineación-Vertical"
14450
14451 \end_inset
14452
14453 .
14454 \end_layout
14455
14456 \end_inset
14457
14458 .
14459  En el ejemplo anterior, la segunda tabla del primer ítem está alineada
14460  usando el comando en ERT
14461 \end_layout
14462
14463 \begin_layout Standard
14464
14465 \series bold
14466
14467 \backslash
14468 raisebox{0.85
14469 \backslash
14470 baselineskip}{
14471 \end_layout
14472
14473 \begin_layout Standard
14474 antes del cuadro.
14475  Tras él, se pone la llave de cierre 
14476 \series bold
14477 }
14478 \series default
14479  también como ERT.
14480  Para la segunda tabla en el tercer ítem se usa el comando 
14481 \end_layout
14482
14483 \begin_layout Standard
14484
14485 \series bold
14486
14487 \backslash
14488 raisebox{-0.32
14489 \backslash
14490 baselineskip}{
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset Note Greyedout
14495 status open
14496
14497 \begin_layout Plain Layout
14498
14499 \series bold
14500 Not
14501 \series default
14502 a: La alineación del contenido de la fila con la línea del texto adyacente
14503  no es exacta.
14504  El factor necesario del comando 
14505 \series bold
14506
14507 \backslash
14508 raisebox
14509 \series default
14510  para este alineamiento depende de la fuente del documento, del tamaño de
14511  la fuente y del grosor de línea de la tabla.
14512 \end_layout
14513
14514 \end_inset
14515
14516
14517 \end_layout
14518
14519 \begin_layout Section
14520 Tablas coloreadas
14521 \begin_inset CommandInset label
14522 LatexCommand label
14523 name "sec:Tablas-Coloreadas"
14524
14525 \end_inset
14526
14527
14528 \begin_inset Index
14529 status collapsed
14530
14531 \begin_layout Plain Layout
14532 Tablas ! Coloreadas
14533 \end_layout
14534
14535 \end_inset
14536
14537
14538 \end_layout
14539
14540 \begin_layout Subsection
14541 Celdas coloreadas
14542 \begin_inset Index
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546 Tablas coloreadas ! Celdas
14547 \end_layout
14548
14549 \end_inset
14550
14551
14552 \begin_inset Index
14553 status collapsed
14554
14555 \begin_layout Plain Layout
14556 Color ! en celdas de tablas
14557 \end_layout
14558
14559 \end_inset
14560
14561
14562 \end_layout
14563
14564 \begin_layout Standard
14565 \begin_inset Float table
14566 placement h
14567 wide false
14568 sideways false
14569 status open
14570
14571 \begin_layout Plain Layout
14572 \begin_inset Caption
14573
14574 \begin_layout Plain Layout
14575 \begin_inset CommandInset label
14576 LatexCommand label
14577 name "tab:Tabla-coloreada-sin"
14578
14579 \end_inset
14580
14581 Tabla coloreada sin usar el paquete 
14582 \series bold
14583 colortbl
14584 \series default
14585
14586 \begin_inset OptArg
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590 Tabla sin colortbl
14591 \end_layout
14592
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Plain Layout
14604 \align center
14605 \begin_inset Tabular
14606 <lyxtabular version="3" rows="3" columns="3">
14607 <features>
14608 <column alignment="center" valignment="top" width="0">
14609 <column alignment="center" valignment="top" width="0">
14610 <column alignment="center" valignment="top" width="0">
14611 <row>
14612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14613 \begin_inset Text
14614
14615 \begin_layout Plain Layout
14616
14617 \color green
14618 a
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \color red
14629 b
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638
14639 \color red
14640 c
14641 \end_layout
14642
14643 \end_inset
14644 </cell>
14645 </row>
14646 <row>
14647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651
14652 \color green
14653 d
14654 \end_layout
14655
14656 \end_inset
14657 </cell>
14658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14659 \begin_inset Text
14660
14661 \begin_layout Plain Layout
14662
14663 \color blue
14664 e
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14670 \begin_inset Text
14671
14672 \begin_layout Plain Layout
14673
14674 \color blue
14675 f
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \color green
14688 g
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697
14698 \color blue
14699 h
14700 \end_layout
14701
14702 \end_inset
14703 </cell>
14704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14705 \begin_inset Text
14706
14707 \begin_layout Plain Layout
14708
14709 \color blue
14710 i
14711 \end_layout
14712
14713 \end_inset
14714 </cell>
14715 </row>
14716 </lyxtabular>
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \begin_layout Standard
14729 Si sólo necesitas color en el texto, marca las celdas y elige un color en
14730  el menú 
14731 \family sans
14732 Editar\SpecialChar \menuseparator
14733 Estilo
14734 \begin_inset space ~
14735 \end_inset
14736
14737 del
14738 \begin_inset space ~
14739 \end_inset
14740
14741 Texto
14742 \family default
14743 .
14744  Esto se ha hecho en la tabla
14745 \begin_inset space ~
14746 \end_inset
14747
14748
14749 \begin_inset CommandInset ref
14750 LatexCommand ref
14751 reference "tab:Tabla-coloreada-sin"
14752
14753 \end_inset
14754
14755 .
14756  En cualquier otro caso hay que usar el paquete LaTeX 
14757 \series bold
14758 colortbl
14759 \series default
14760 .
14761 \begin_inset Index
14762 status collapsed
14763
14764 \begin_layout Plain Layout
14765 LaTeX-paquetes ! colortbl
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779
14780 \backslash
14781 ifcolortbl
14782 \end_layout
14783
14784 \end_inset
14785
14786
14787 \begin_inset Note Note
14788 status open
14789
14790 \begin_layout Plain Layout
14791 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
14792  LaTeX 
14793 \series bold
14794 colortbl
14795 \series default
14796 .
14797 \end_layout
14798
14799 \end_inset
14800
14801
14802 \end_layout
14803
14804 \begin_layout Standard
14805 Para crear tablas coloreadas, 
14806 \series bold
14807 colortbl
14808 \series default
14809  debe cargarse en el preámbulo con la línea
14810 \end_layout
14811
14812 \begin_layout Standard
14813
14814 \series bold
14815
14816 \backslash
14817 usepackage{colortbl}
14818 \end_layout
14819
14820 \begin_layout Standard
14821 El color de una columna se define con el comando
14822 \end_layout
14823
14824 \begin_layout Standard
14825
14826 \series bold
14827
14828 \backslash
14829 columncolor{nombre del color}
14830 \end_layout
14831
14832 \begin_layout Standard
14833 dentro del comando 
14834 \series bold
14835 >{ }
14836 \series default
14837 .
14838  Más sobre el comando 
14839 \series bold
14840 >{}
14841 \series default
14842  se explica en la sección
14843 \begin_inset space ~
14844 \end_inset
14845
14846
14847 \begin_inset CommandInset ref
14848 LatexCommand ref
14849 reference "sub:Cálculos-en-Multicolumnas"
14850
14851 \end_inset
14852
14853 .
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Los siguientes nombres de color están predefinidos:
14858 \end_layout
14859
14860 \begin_layout Standard
14861
14862 \family sans
14863 red
14864 \family default
14865
14866 \family sans
14867 green
14868 \family default
14869
14870 \family sans
14871 yellow, blue
14872 \family default
14873
14874 \family sans
14875 cyan
14876 \family default
14877 \series bold
14878 ,
14879 \series default
14880  
14881 \family sans
14882 magenta, black
14883 \family default
14884
14885 \family sans
14886 white
14887 \end_layout
14888
14889 \begin_layout Standard
14890 \begin_inset VSpace medskip
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Puedes definir tus propios colores con el comando
14898 \end_layout
14899
14900 \begin_layout Standard
14901
14902 \series bold
14903
14904 \backslash
14905 definecolor{nombre del color}{modelo de color}{valores de color}
14906 \end_layout
14907
14908 \begin_layout Standard
14909 El modelo de color puede ser
14910 \end_layout
14911
14912 \begin_layout Labeling
14913 \labelwidthstring 00.00.0000
14914 cmyk: cyan, magenta, yellow, black
14915 \end_layout
14916
14917 \begin_layout Labeling
14918 \labelwidthstring 00.00.0000
14919 rgb: red, green, blue
14920 \end_layout
14921
14922 \begin_layout Labeling
14923 \labelwidthstring 00.00.0000
14924 gray: gray
14925 \end_layout
14926
14927 \begin_layout Standard
14928 y los valores de color son números separados por comas entre 0 y 1 que describen
14929  el factor para el color correspondiente del modelo de color.
14930 \end_layout
14931
14932 \begin_layout Standard
14933 Por ejemplo, puedes definir el color
14934 \series bold
14935  
14936 \series default
14937
14938 \begin_inset Quotes eld
14939 \end_inset
14940
14941
14942 \emph on
14943 verde oscuro
14944 \emph default
14945
14946 \begin_inset Quotes erd
14947 \end_inset
14948
14949  en el preámbulo con
14950 \end_layout
14951
14952 \begin_layout Standard
14953
14954 \series bold
14955
14956 \backslash
14957 definecolor{verdeoscuro}{cmyk}{0.5, 0, 1, 0.5}
14958 \end_layout
14959
14960 \begin_layout Standard
14961 y el color 
14962 \begin_inset Quotes eld
14963 \end_inset
14964
14965
14966 \emph on
14967 gris claro
14968 \emph default
14969
14970 \begin_inset Quotes erd
14971 \end_inset
14972
14973  con
14974 \end_layout
14975
14976 \begin_layout Standard
14977
14978 \series bold
14979
14980 \backslash
14981 definecolor{grisclaro}{gray}{0.8}
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset VSpace medskip
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Standard
14992 Las líneas se colorean con el comando
14993 \end_layout
14994
14995 \begin_layout Standard
14996
14997 \series bold
14998
14999 \backslash
15000 rowcolor{nombre del color}
15001 \end_layout
15002
15003 \begin_layout Standard
15004 y las celdas se colorean con el comando
15005 \end_layout
15006
15007 \begin_layout Standard
15008
15009 \series bold
15010
15011 \backslash
15012 cellcolor{nombre del color}
15013 \end_layout
15014
15015 \begin_layout Standard
15016 Ambos comandos se insertan al principio de una celda como ERT.
15017 \end_layout
15018
15019 \begin_layout Standard
15020 Para colorear caracteres en la tabla marca las celdas y usa el menú 
15021 \family sans
15022 Editar\SpecialChar \menuseparator
15023 Estilo
15024 \begin_inset space ~
15025 \end_inset
15026
15027 del
15028 \begin_inset space ~
15029 \end_inset
15030
15031 Texto
15032 \family default
15033 .
15034  Si una celda contiene ERT marca sólo los caracteres, si no el ERT con color
15035  puede ocasionar errores de LaTeX.
15036 \end_layout
15037
15038 \begin_layout Standard
15039 \begin_inset VSpace bigskip
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \begin_layout Standard
15046 Para crear la tabla
15047 \begin_inset space ~
15048 \end_inset
15049
15050
15051 \begin_inset CommandInset ref
15052 LatexCommand ref
15053 reference "tab:Tabla-coloreada-con"
15054
15055 \end_inset
15056
15057  haz lo siguiente: el color de la primera columna debe ser 
15058 \emph on
15059 verde oscuro
15060 \emph default
15061 , entonces inserta
15062 \end_layout
15063
15064 \begin_layout Standard
15065
15066 \series bold
15067 >{
15068 \backslash
15069 columncolor{verdeoscuro}
15070 \backslash
15071 centering}c
15072 \end_layout
15073
15074 \begin_layout Standard
15075 como argumento LaTeX para esta columna.
15076  La primera fila debe ser azul, por tanto inserta el comando ERT
15077 \end_layout
15078
15079 \begin_layout Standard
15080
15081 \series bold
15082
15083 \backslash
15084 rowcolow{cyan}
15085 \end_layout
15086
15087 \begin_layout Standard
15088 en la primera celda de esta fila.
15089  Observa que esto sobreescribe el color de la columna para la primera celda.
15090  La última celda de la última fila se colorea magenta insertando el comando
15091  ERT
15092 \end_layout
15093
15094 \begin_layout Standard
15095
15096 \series bold
15097
15098 \backslash
15099 cellcolor{magenta}
15100 \end_layout
15101
15102 \begin_layout Standard
15103 Ahora podrían colorearse los caracteres usando el menú 
15104 \family sans
15105 Editar\SpecialChar \menuseparator
15106 Estilo
15107 \begin_inset space ~
15108 \end_inset
15109
15110 del
15111 \begin_inset space ~
15112 \end_inset
15113
15114 Texto
15115 \family default
15116 .
15117 \end_layout
15118
15119 \begin_layout Standard
15120 \begin_inset Float table
15121 placement h
15122 wide false
15123 sideways false
15124 status open
15125
15126 \begin_layout Plain Layout
15127 \begin_inset Caption
15128
15129 \begin_layout Plain Layout
15130 \begin_inset CommandInset label
15131 LatexCommand label
15132 name "tab:Tabla-coloreada-con"
15133
15134 \end_inset
15135
15136 Tabla coloreada con el paquete 
15137 \series bold
15138 colortbl
15139 \series default
15140
15141 \begin_inset OptArg
15142 status open
15143
15144 \begin_layout Plain Layout
15145 Tabla con 
15146 \series bold
15147 colortbl
15148 \end_layout
15149
15150 \end_inset
15151
15152
15153 \end_layout
15154
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \begin_layout Plain Layout
15161 \align center
15162 \begin_inset Tabular
15163 <lyxtabular version="3" rows="3" columns="3">
15164 <features>
15165 <column alignment="center" valignment="top" width="0" special=">{\columncolor{verdeoscuro}\centering}c">
15166 <column alignment="center" valignment="top" width="0">
15167 <column alignment="center" valignment="top" width="0">
15168 <row>
15169 <cell alignment="center" valignment="top" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173 \begin_inset ERT
15174 status collapsed
15175
15176 \begin_layout Plain Layout
15177
15178
15179 \backslash
15180 rowcolor{cyan}
15181 \end_layout
15182
15183 \end_inset
15184
15185
15186 \color magenta
15187 a
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \color red
15198 b
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207
15208 \color red
15209 c
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \color yellow
15222 d
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231
15232 \color blue
15233 e
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \color blue
15244 f
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255
15256 \color yellow
15257 g
15258 \end_layout
15259
15260 \end_inset
15261 </cell>
15262 <cell alignment="center" valignment="top" usebox="none">
15263 \begin_inset Text
15264
15265 \begin_layout Plain Layout
15266
15267 \color blue
15268 h
15269 \end_layout
15270
15271 \end_inset
15272 </cell>
15273 <cell alignment="center" valignment="top" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277 \begin_inset ERT
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281
15282
15283 \backslash
15284 cellcolor{magenta}
15285 \end_layout
15286
15287 \end_inset
15288
15289
15290 \color green
15291 i
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 </lyxtabular>
15298
15299 \end_inset
15300
15301
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \end_layout
15308
15309 \begin_layout Standard
15310 \begin_inset ERT
15311 status collapsed
15312
15313 \begin_layout Plain Layout
15314
15315
15316 \backslash
15317 else
15318 \end_layout
15319
15320 \end_inset
15321
15322
15323 \begin_inset Note Note
15324 status open
15325
15326 \begin_layout Plain Layout
15327 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
15328  
15329 \series bold
15330 colortbl
15331 \series default
15332 .
15333 \end_layout
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \begin_layout Standard
15341 Debes instalar el paquete LaTeX 
15342 \series bold
15343 colortbl
15344 \series default
15345  para ver la parte siguiente en la salida.
15346 \end_layout
15347
15348 \begin_layout Standard
15349 \begin_inset ERT
15350 status collapsed
15351
15352 \begin_layout Plain Layout
15353
15354
15355 \backslash
15356 fi
15357 \end_layout
15358
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \begin_layout Subsection
15365 Líneas coloreadas
15366 \begin_inset Index
15367 status collapsed
15368
15369 \begin_layout Plain Layout
15370 Tablas coloreadas ! Líneas
15371 \end_layout
15372
15373 \end_inset
15374
15375
15376 \begin_inset Index
15377 status collapsed
15378
15379 \begin_layout Plain Layout
15380 Color ! en bordes de tabla
15381 \end_layout
15382
15383 \end_inset
15384
15385
15386 \end_layout
15387
15388 \begin_layout Standard
15389 Como se describe en la sección
15390 \begin_inset space ~
15391 \end_inset
15392
15393
15394 \begin_inset CommandInset ref
15395 LatexCommand ref
15396 reference "sub:Grosor-de-Líneas"
15397
15398 \end_inset
15399
15400 , el grosor para todas las líneas en una tabla puede ajustarse con el comando
15401  
15402 \series bold
15403
15404 \backslash
15405 arrayrulewidth
15406 \series default
15407 .
15408  Se ha puesto 1.5
15409 \begin_inset space \thinspace{}
15410 \end_inset
15411
15412 pt para todas las tablas de esta sección.
15413 \begin_inset ERT
15414 status collapsed
15415
15416 \begin_layout Plain Layout
15417
15418
15419 \backslash
15420 setlength{
15421 \backslash
15422 arrayrulewidth}{1.5pt}
15423 \end_layout
15424
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \begin_layout Standard
15431 Por ejemplo, para colorear todas las líneas verticales en verde, crea en
15432  el preámbulo del documento el siguiente formato de columna, de acuerdo
15433  a lo descrito en la sección
15434 \begin_inset space ~
15435 \end_inset
15436
15437
15438 \begin_inset CommandInset ref
15439 LatexCommand ref
15440 reference "sub:Formato-Personalizado"
15441
15442 \end_inset
15443
15444 :
15445 \end_layout
15446
15447 \begin_layout Standard
15448
15449 \series bold
15450
15451 \backslash
15452 newcolumntype{W}{!{
15453 \backslash
15454 color{green}
15455 \backslash
15456 vline}}
15457 \end_layout
15458
15459 \begin_layout Standard
15460 Para la tabla
15461 \begin_inset space ~
15462 \end_inset
15463
15464
15465 \begin_inset CommandInset ref
15466 LatexCommand ref
15467 reference "tab:Tabla-con-verticales-coloreadas"
15468
15469 \end_inset
15470
15471  se usó el argumento LaTeX
15472 \series bold
15473  WcW
15474 \series default
15475  para la última columna y
15476 \series bold
15477  Wc
15478 \series default
15479  para las demás.
15480 \end_layout
15481
15482 \begin_layout Standard
15483 Si quieres tener varios colores, define más formatos de columna.
15484 \end_layout
15485
15486 \begin_layout Standard
15487 \begin_inset Float table
15488 placement h
15489 wide false
15490 sideways false
15491 status open
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Caption
15495
15496 \begin_layout Plain Layout
15497 \begin_inset CommandInset label
15498 LatexCommand label
15499 name "tab:Tabla-con-verticales-coloreadas"
15500
15501 \end_inset
15502
15503 Tabla con líneas verticales coloreadas
15504 \end_layout
15505
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \begin_layout Plain Layout
15512 \align center
15513 \begin_inset Tabular
15514 <lyxtabular version="3" rows="3" columns="3">
15515 <features>
15516 <column alignment="center" valignment="top" width="0" special="Wc">
15517 <column alignment="center" valignment="top" width="0" special="Wc">
15518 <column alignment="center" valignment="top" width="0" special="WcW">
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524 sd
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 sd
15563 \end_layout
15564
15565 \end_inset
15566 </cell>
15567 <cell alignment="center" valignment="top" topline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 <row>
15578 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591
15592 \end_layout
15593
15594 \end_inset
15595 </cell>
15596 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600 sd
15601 \end_layout
15602
15603 \end_inset
15604 </cell>
15605 </row>
15606 </lyxtabular>
15607
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \begin_layout Standard
15619 \begin_inset VSpace bigskip
15620 \end_inset
15621
15622 Para colorear líneas horizontales, por ejemplo en rojo, como en la tabla
15623 \begin_inset space ~
15624 \end_inset
15625
15626
15627 \begin_inset CommandInset ref
15628 LatexCommand ref
15629 reference "tab:Tabla-con-horizontales-coloreadas"
15630
15631 \end_inset
15632
15633 , inserta estos comandos en ERT antes de la tabla o del flotante:
15634 \end_layout
15635
15636 \begin_layout Standard
15637
15638 \series bold
15639
15640 \backslash
15641 let
15642 \backslash
15643 myHlineC
15644 \backslash
15645 hline
15646 \begin_inset Newline newline
15647 \end_inset
15648
15649
15650 \backslash
15651 renewcommand{
15652 \backslash
15653 hline}
15654 \begin_inset Newline newline
15655 \end_inset
15656
15657
15658 \begin_inset ERT
15659 status collapsed
15660
15661 \begin_layout Plain Layout
15662
15663
15664 \backslash
15665 hphantom{ }
15666 \end_layout
15667
15668 \end_inset
15669
15670 {
15671 \backslash
15672 arrayrulecolor{red}
15673 \backslash
15674 myHlineC
15675 \backslash
15676 arrayrulecolor{black}}
15677 \end_layout
15678
15679 \begin_layout Standard
15680 \begin_inset ERT
15681 status collapsed
15682
15683 \begin_layout Plain Layout
15684
15685
15686 \backslash
15687 let
15688 \backslash
15689 myHlineC
15690 \backslash
15691 hline
15692 \end_layout
15693
15694 \begin_layout Plain Layout
15695
15696
15697 \backslash
15698 renewcommand{
15699 \backslash
15700 hline}
15701 \end_layout
15702
15703 \begin_layout Plain Layout
15704
15705  {
15706 \backslash
15707 arrayrulecolor{red}
15708 \backslash
15709 myHlineC
15710 \backslash
15711 arrayrulecolor{black}}
15712 \end_layout
15713
15714 \end_inset
15715
15716
15717 \begin_inset Float table
15718 placement h
15719 wide false
15720 sideways false
15721 status open
15722
15723 \begin_layout Plain Layout
15724 \begin_inset Caption
15725
15726 \begin_layout Plain Layout
15727 \begin_inset CommandInset label
15728 LatexCommand label
15729 name "tab:Tabla-con-horizontales-coloreadas"
15730
15731 \end_inset
15732
15733 Tabla con líneas horizontales coloreadas
15734 \end_layout
15735
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Plain Layout
15742 \align center
15743 \begin_inset Tabular
15744 <lyxtabular version="3" rows="3" columns="3">
15745 <features>
15746 <column alignment="center" valignment="top" width="0">
15747 <column alignment="center" valignment="top" width="0">
15748 <column alignment="center" valignment="top" width="0">
15749 <row>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 sd
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \end_layout
15785
15786 \end_inset
15787 </cell>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792 sd
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row>
15808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15818 \begin_inset Text
15819
15820 \begin_layout Plain Layout
15821
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 sd
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 </row>
15836 </lyxtabular>
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \begin_layout Standard
15849 Para volver al color de línea negro predeterminado inserta este comando
15850  en ERT detrás de la tabla o el flotante:
15851 \end_layout
15852
15853 \begin_layout Standard
15854
15855 \series bold
15856
15857 \backslash
15858 renewcommand{
15859 \backslash
15860 hline}{
15861 \backslash
15862 myHlineC}
15863 \end_layout
15864
15865 \begin_layout Standard
15866 La tabla
15867 \begin_inset space ~
15868 \end_inset
15869
15870
15871 \begin_inset CommandInset ref
15872 LatexCommand ref
15873 reference "tab:Tabla-con-líneas-coloreadas"
15874
15875 \end_inset
15876
15877  es un ejemplo con líneas verticales y horizontales coloreadas.
15878 \end_layout
15879
15880 \begin_layout Standard
15881 \begin_inset Float table
15882 placement h
15883 wide false
15884 sideways false
15885 status open
15886
15887 \begin_layout Plain Layout
15888 \begin_inset Caption
15889
15890 \begin_layout Plain Layout
15891 \begin_inset CommandInset label
15892 LatexCommand label
15893 name "tab:Tabla-con-líneas-coloreadas"
15894
15895 \end_inset
15896
15897 Tabla con líneas coloreadas
15898 \end_layout
15899
15900 \end_inset
15901
15902
15903 \end_layout
15904
15905 \begin_layout Plain Layout
15906 \align center
15907 \begin_inset Tabular
15908 <lyxtabular version="3" rows="3" columns="3">
15909 <features>
15910 <column alignment="center" valignment="top" width="0" special="Wc">
15911 <column alignment="center" valignment="top" width="0" special="Wc">
15912 <column alignment="center" valignment="top" width="0" special="WcW">
15913 <row>
15914 <cell alignment="center" valignment="top" topline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 sd
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 <row>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 <cell alignment="center" valignment="top" topline="true" usebox="none">
15953 \begin_inset Text
15954
15955 \begin_layout Plain Layout
15956 sd
15957 \end_layout
15958
15959 \end_inset
15960 </cell>
15961 <cell alignment="center" valignment="top" topline="true" usebox="none">
15962 \begin_inset Text
15963
15964 \begin_layout Plain Layout
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 <row>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 sd
15995 \end_layout
15996
15997 \end_inset
15998 </cell>
15999 </row>
16000 </lyxtabular>
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \end_inset
16008
16009
16010 \end_layout
16011
16012 \begin_layout Standard
16013 \begin_inset ERT
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017
16018
16019 \backslash
16020 renewcommand{
16021 \backslash
16022 hline}{
16023 \backslash
16024 myHlineC}
16025 \end_layout
16026
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \begin_layout Standard
16033 \begin_inset ERT
16034 status collapsed
16035
16036 \begin_layout Plain Layout
16037
16038
16039 \backslash
16040 setlength{
16041 \backslash
16042 arrayrulewidth}{0.4pt}
16043 \end_layout
16044
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \begin_layout Section
16051 Personalización de tablas
16052 \begin_inset Index
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056 Personalización de tablas
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \begin_inset Index
16063 status collapsed
16064
16065 \begin_layout Plain Layout
16066 Tablas ! Personalización
16067 \end_layout
16068
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \begin_layout Subsection
16075 Espacio adicional en filas
16076 \begin_inset CommandInset label
16077 LatexCommand label
16078 name "sub:Espacio-adicional"
16079
16080 \end_inset
16081
16082
16083 \begin_inset Index
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087 Personalización de tablas ! Espacio adicional en filas
16088 \end_layout
16089
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \begin_layout Standard
16096 Es posible añadir espacio vertical a las filas de una tabla en la solapa
16097  
16098 \family sans
16099 Bordes,
16100 \family default
16101  del diálogo de configuración de tablas.
16102  En el marco 
16103 \family sans
16104 Espacio
16105 \begin_inset space ~
16106 \end_inset
16107
16108 adicional
16109 \family default
16110  dispones de tres posibilidades:
16111 \end_layout
16112
16113 \begin_layout Description
16114 Superior
16115 \begin_inset space ~
16116 \end_inset
16117
16118 de
16119 \begin_inset space ~
16120 \end_inset
16121
16122 la
16123 \begin_inset space ~
16124 \end_inset
16125
16126 fila añade espacio sobre los caracteres de la fila.
16127  Si la tabla es de estilo formal
16128 \begin_inset Foot
16129 status collapsed
16130
16131 \begin_layout Plain Layout
16132 Las tablas formales se explican en la sección
16133 \begin_inset space ~
16134 \end_inset
16135
16136
16137 \begin_inset CommandInset ref
16138 LatexCommand ref
16139 reference "sec:Tablas-Formales"
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147
16148  LyX insertará 0.5
16149 \begin_inset space \thinspace{}
16150 \end_inset
16151
16152 em por defecto.
16153  Si la tabla es de estilo normal el espacio adicional destruirá las líneas
16154  verticales, como se ve en la tabla siguiente:
16155 \begin_inset VSpace medskip
16156 \end_inset
16157
16158
16159 \begin_inset Newline newline
16160 \end_inset
16161
16162
16163 \begin_inset space \hspace*{}
16164 \length 0pt
16165 \end_inset
16166
16167
16168 \begin_inset space \hfill{}
16169 \end_inset
16170
16171
16172 \begin_inset Tabular
16173 <lyxtabular version="3" rows="3" columns="1">
16174 <features>
16175 <column alignment="center" valignment="top" width="0">
16176 <row>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 A
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row topspace="3mm">
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 3
16193 \begin_inset space \thinspace{}
16194 \end_inset
16195
16196 mm sobre la fila
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 </row>
16202 <row>
16203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 C
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 </row>
16213 </lyxtabular>
16214
16215 \end_inset
16216
16217
16218 \begin_inset space \hfill{}
16219 \end_inset
16220
16221
16222 \begin_inset space \hspace*{}
16223 \length 0pt
16224 \end_inset
16225
16226
16227 \begin_inset VSpace medskip
16228 \end_inset
16229
16230
16231 \begin_inset Newline newline
16232 \end_inset
16233
16234 Así pues, insertar espacio superior en tablas normales sólo es útil en tablas
16235  sin líneas verticales.
16236 \end_layout
16237
16238 \begin_layout Description
16239 Inferior
16240 \begin_inset space ~
16241 \end_inset
16242
16243 de
16244 \begin_inset space ~
16245 \end_inset
16246
16247 la
16248 \begin_inset space ~
16249 \end_inset
16250
16251 fila añade espacio bajo los caracteres de la fila.
16252  Si la tabla es formal LyX inserta por defecto 0.5
16253 \begin_inset space \thinspace{}
16254 \end_inset
16255
16256 em; si la tabla es normal inserta 2
16257 \begin_inset space \thinspace{}
16258 \end_inset
16259
16260 pt.
16261  
16262 \end_layout
16263
16264 \begin_layout Description
16265 Entre
16266 \begin_inset space ~
16267 \end_inset
16268
16269 las
16270 \begin_inset space ~
16271 \end_inset
16272
16273 filas añade espacio entre la fila actual y la siguiente.
16274  Si la tabla es formal LyX inserta 0.5
16275 \begin_inset space \thinspace{}
16276 \end_inset
16277
16278 em por defecto.
16279  En tablas normales, el espacio adicional destruirá las líneas verticales
16280  de la tabla, como se ve en la siguiente:
16281 \begin_inset VSpace medskip
16282 \end_inset
16283
16284
16285 \begin_inset Newline newline
16286 \end_inset
16287
16288
16289 \begin_inset space \hspace*{}
16290 \length 0pt
16291 \end_inset
16292
16293
16294 \begin_inset space \hfill{}
16295 \end_inset
16296
16297
16298 \begin_inset Tabular
16299 <lyxtabular version="3" rows="3" columns="1">
16300 <features>
16301 <column alignment="center" valignment="top" width="0">
16302 <row>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 A
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row interlinespace="3mm">
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 \begin_inset Formula $\downarrow$
16319 \end_inset
16320
16321  3
16322 \begin_inset space \thinspace{}
16323 \end_inset
16324
16325 mm entre las filas
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 </row>
16331 <row>
16332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16333 \begin_inset Text
16334
16335 \begin_layout Plain Layout
16336 \begin_inset Formula $\uparrow$
16337 \end_inset
16338
16339  3
16340 \begin_inset space \thinspace{}
16341 \end_inset
16342
16343 mm entre las filas 
16344 \begin_inset Formula $\uparrow$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 </lyxtabular>
16354
16355 \end_inset
16356
16357
16358 \begin_inset space \hfill{}
16359 \end_inset
16360
16361
16362 \begin_inset space \hspace*{}
16363 \length 0pt
16364 \end_inset
16365
16366
16367 \begin_inset VSpace medskip
16368 \end_inset
16369
16370
16371 \begin_inset Newline newline
16372 \end_inset
16373
16374 Así pues, los espacios adicionales entre filas de tablas normales sólo sirven
16375  para tablas sin líneas verticales.
16376 \end_layout
16377
16378 \begin_layout Standard
16379 \begin_inset VSpace bigskip
16380 \end_inset
16381
16382 Para añadir altura vertical extra a todas las celdas de todas las tablas,
16383  utiliza los siguientes comandos en el preámbulo:
16384 \end_layout
16385
16386 \begin_layout Standard
16387
16388 \series bold
16389
16390 \backslash
16391 @ifundefined{extrarowheight}
16392 \begin_inset Newline newline
16393 \end_inset
16394
16395
16396 \begin_inset ERT
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400
16401
16402 \backslash
16403 hphantom{ }
16404 \end_layout
16405
16406 \end_inset
16407
16408 {
16409 \backslash
16410 usepackage{array}}{}
16411 \begin_inset Newline newline
16412 \end_inset
16413
16414
16415 \backslash
16416 setlength{
16417 \backslash
16418 extrarowheight}{altura}
16419 \end_layout
16420
16421 \begin_layout Standard
16422 Esto tiene el inconveniente de que el texto de las celdas no estará exactamente
16423  centrado en vertical.
16424  (Lyx cargará automáticamente el paquete 
16425 \series bold
16426 array
16427 \series default
16428  cuando uses formatos de tabla autodefinidos.
16429  Para evitar que sea cargado dos veces se pone al principio el comando 
16430 \series bold
16431
16432 \backslash
16433 @ifundefined
16434 \series default
16435 .)
16436 \end_layout
16437
16438 \begin_layout Standard
16439
16440 \end_layout
16441
16442 \begin_layout Subsection
16443 Alineación especial de celdas
16444 \begin_inset Index
16445 status collapsed
16446
16447 \begin_layout Plain Layout
16448 Personalización de tablas ! Alineación especial de celdas
16449 \end_layout
16450
16451 \end_inset
16452
16453
16454 \end_layout
16455
16456 \begin_layout Standard
16457 A veces mejora la presentación si las entradas en las celdas de una columna
16458  se alinean con un carácter determinado, p.
16459 \begin_inset space \thinspace{}
16460 \end_inset
16461
16462 e.
16463 \begin_inset space ~
16464 \end_inset
16465
16466 el separador decimal, como en la tabla
16467 \begin_inset space ~
16468 \end_inset
16469
16470
16471 \begin_inset CommandInset ref
16472 LatexCommand ref
16473 reference "tab:Tabla-con-celdas-de"
16474
16475 \end_inset
16476
16477 .
16478 \end_layout
16479
16480 \begin_layout Standard
16481 \begin_inset Float table
16482 wide false
16483 sideways false
16484 status open
16485
16486 \begin_layout Plain Layout
16487 \begin_inset Caption
16488
16489 \begin_layout Plain Layout
16490 \begin_inset CommandInset label
16491 LatexCommand label
16492 name "tab:Tabla-con-celdas-de"
16493
16494 \end_inset
16495
16496 Tabla con celdas alineadas con el separador decimal.
16497 \end_layout
16498
16499 \end_inset
16500
16501
16502 \end_layout
16503
16504 \begin_layout Plain Layout
16505 \align center
16506 \begin_inset Tabular
16507 <lyxtabular version="3" rows="4" columns="2">
16508 <features>
16509 <column alignment="right" valignment="top" width="0">
16510 <column alignment="left" valignment="top" width="0" special="@{}l">
16511 <row>
16512 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 leyenda
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 </row>
16531 <row>
16532 <cell alignment="center" valignment="top" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 12.
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 6
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 </row>
16551 <row>
16552 <cell alignment="center" valignment="top" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 0.
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 <cell alignment="center" valignment="top" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 68
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 </row>
16571 <row>
16572 <cell alignment="center" valignment="top" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 -123.
16577 \end_layout
16578
16579 \end_inset
16580 </cell>
16581 <cell alignment="center" valignment="top" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 0
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 </row>
16591 </lyxtabular>
16592
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \end_inset
16599
16600
16601 \end_layout
16602
16603 \begin_layout Standard
16604 Esta es una tabla 4×2.
16605  La leyenda es una multicolumna centrada.
16606  La primera columna está alineada a la derecha y contiene el punto decimal
16607  y los dígitos anteriores.
16608  La segunda columna está alineada a la izquierda y contiene los dígitos
16609  posteriores al punto decimal.
16610  Para omitir el espacio que hay normalmente entre dos columnas usa el siguiente
16611  argumento LaTeX para la segunda columna:
16612 \end_layout
16613
16614 \begin_layout Standard
16615
16616 \series bold
16617 @{}l
16618 \end_layout
16619
16620 \begin_layout Standard
16621 La tabla
16622 \begin_inset space ~
16623 \end_inset
16624
16625
16626 \begin_inset CommandInset ref
16627 LatexCommand ref
16628 reference "tab:Varias-alineaciones"
16629
16630 \end_inset
16631
16632  muestra varios ejemplos de alineación.
16633  Para alinear con el signo de relación debes añadir el segundo espacio matemátic
16634 o más pequeño al comienzo de la última columna para conseguir el espacio
16635  adecuado alrededor del signo.
16636 \end_layout
16637
16638 \begin_layout Standard
16639 \begin_inset Float table
16640 wide false
16641 sideways false
16642 status open
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Caption
16646
16647 \begin_layout Plain Layout
16648 \begin_inset CommandInset label
16649 LatexCommand label
16650 name "tab:Varias-alineaciones"
16651
16652 \end_inset
16653
16654 Tabla con varias alineaciones.
16655 \end_layout
16656
16657 \end_inset
16658
16659
16660 \end_layout
16661
16662 \begin_layout Plain Layout
16663 \align center
16664 \begin_inset Tabular
16665 <lyxtabular version="3" rows="4" columns="6">
16666 <features>
16667 <column alignment="right" valignment="top" width="0">
16668 <column alignment="left" valignment="top" width="0" special="@{}l">
16669 <column alignment="right" valignment="top" width="0">
16670 <column alignment="left" valignment="top" width="0" special="@{}l">
16671 <column alignment="right" valignment="top" width="0">
16672 <column alignment="left" valignment="top" width="0" special="@{}l">
16673 <row>
16674 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 unidades
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 exponentes
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 relaciones
16715 \end_layout
16716
16717 \end_inset
16718 </cell>
16719 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16720 \begin_inset Text
16721
16722 \begin_layout Plain Layout
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 </row>
16729 <row>
16730 <cell alignment="center" valignment="top" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 12×
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 24
16744 \begin_inset space \thinspace{}
16745 \end_inset
16746
16747 bottles
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 \begin_inset Formula $10\cdot$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $10^{\mbox{-}17}$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\Gamma(t)\propto$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $\:\Upsilon(t)$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 1024×
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 768
16816 \begin_inset space \thinspace{}
16817 \end_inset
16818
16819 Pixels
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $5.78\cdot$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset Formula $10^{7}$
16841 \end_inset
16842
16843
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $A\ne$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\: B_{\mathrm{red}}$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 32×
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 6
16888 \begin_inset space \thinspace{}
16889 \end_inset
16890
16891 cm
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 -
16901 \begin_inset Formula $33.5\cdot$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913 \begin_inset Formula $10^{4}$
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\sin(\alpha)\ge$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Formula $\:\sin(\beta)$
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 </lyxtabular>
16947
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \begin_layout Standard
16959 \begin_inset VSpace bigskip
16960 \end_inset
16961
16962 También hay un paquete LaTeX, 
16963 \series bold
16964 dcolumn
16965 \series default
16966
16967 \begin_inset Index
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971 LaTeX-paquetes ! dcolumn
16972 \end_layout
16973
16974 \end_inset
16975
16976 , que permite alinear el contenido de las celdas.
16977  Pero desgraciadamente trata las entradas de celda en modo matemático y
16978  no permite fórmulas en celdas: la primera columna de la tabla
16979 \begin_inset space ~
16980 \end_inset
16981
16982
16983 \begin_inset CommandInset ref
16984 LatexCommand ref
16985 reference "tab:Varias-alineaciones"
16986
16987 \end_inset
16988
16989  se verá con 
16990 \series bold
16991 dcolumn
16992 \series default
16993  como la primera columna en la tabla
16994 \begin_inset space ~
16995 \end_inset
16996
16997
16998 \begin_inset CommandInset ref
16999 LatexCommand ref
17000 reference "tab:Alineaciones-con-el"
17001
17002 \end_inset
17003
17004  y sólo con algunos trucos se consigue lo que se espera.
17005  La alineación de la segunda y tercera columnas de la tabla
17006 \begin_inset space ~
17007 \end_inset
17008
17009
17010 \begin_inset CommandInset ref
17011 LatexCommand ref
17012 reference "tab:Varias-alineaciones"
17013
17014 \end_inset
17015
17016  no es posible con 
17017 \series bold
17018 dcolumn
17019 \series default
17020 .
17021 \end_layout
17022
17023 \begin_layout Standard
17024 \begin_inset Float table
17025 placement h
17026 wide false
17027 sideways false
17028 status open
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Caption
17032
17033 \begin_layout Plain Layout
17034 \begin_inset CommandInset label
17035 LatexCommand label
17036 name "tab:Alineaciones-con-el"
17037
17038 \end_inset
17039
17040
17041 \begin_inset OptArg
17042 status open
17043
17044 \begin_layout Plain Layout
17045 Tabla alineada con 
17046 \series bold
17047 dcolumn
17048 \end_layout
17049
17050 \end_inset
17051
17052 Alineaciones con el paquete LaTeX 
17053 \series bold
17054 dcolumn
17055 \series default
17056 .
17057  Se han tenido que usar unos trucos para la alineación de las columnas en
17058  la salida.
17059 \end_layout
17060
17061 \end_inset
17062
17063
17064 \end_layout
17065
17066 \begin_layout Plain Layout
17067 \align center
17068 \begin_inset Tabular
17069 <lyxtabular version="3" rows="4" columns="3">
17070 <features>
17071 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17072 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17073 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17074 <row>
17075 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 unidades
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 unidades
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 unidades
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 </row>
17103 <row>
17104 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 12x24
17109 \begin_inset space \thinspace{}
17110 \end_inset
17111
17112 bottles
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121 12x24
17122 \begin_inset space \thinspace{}
17123 \end_inset
17124
17125
17126 \begin_inset Formula $\mbox{bottles}$
17127 \end_inset
17128
17129
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 <cell alignment="center" valignment="top" usebox="none">
17135 \begin_inset Text
17136
17137 \begin_layout Plain Layout
17138 12
17139 \begin_inset ERT
17140 status collapsed
17141
17142 \begin_layout Plain Layout
17143
17144
17145 \backslash
17146 times
17147 \end_layout
17148
17149 \end_inset
17150
17151 24~
17152 \begin_inset Formula $\mbox{bottles}$
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 </row>
17161 <row>
17162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 1024x768
17167 \begin_inset space \thinspace{}
17168 \end_inset
17169
17170 Pixels
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 1024x768
17180 \begin_inset space \thinspace{}
17181 \end_inset
17182
17183
17184 \begin_inset Formula $\mbox{Pixels}$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 <cell alignment="center" valignment="top" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196 1024
17197 \begin_inset ERT
17198 status collapsed
17199
17200 \begin_layout Plain Layout
17201
17202
17203 \backslash
17204 times
17205 \end_layout
17206
17207 \end_inset
17208
17209 768~
17210 \begin_inset Formula $\mbox{Pixels}$
17211 \end_inset
17212
17213  
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224 32x6
17225 \begin_inset space \thinspace{}
17226 \end_inset
17227
17228 cm
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237 32x6
17238 \begin_inset space \thinspace{}
17239 \end_inset
17240
17241
17242 \begin_inset Formula $\mbox{cm}$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 32
17255 \begin_inset ERT
17256 status collapsed
17257
17258 \begin_layout Plain Layout
17259
17260
17261 \backslash
17262 times
17263 \end_layout
17264
17265 \end_inset
17266
17267 6~
17268 \begin_inset Formula $\mbox{cm}$
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 </row>
17277 </lyxtabular>
17278
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Subsection
17290 Formato personalizado de celda/columna
17291 \begin_inset CommandInset label
17292 LatexCommand label
17293 name "sub:Formato-Personalizado"
17294
17295 \end_inset
17296
17297
17298 \begin_inset Index
17299 status collapsed
17300
17301 \begin_layout Plain Layout
17302 Personalización de tablas ! Formato de celda/columna
17303 \end_layout
17304
17305 \end_inset
17306
17307
17308 \end_layout
17309
17310 \begin_layout Standard
17311 El cálculo de la anchura necesaria para columnas extendidas descrito en
17312  la sección
17313 \begin_inset space ~
17314 \end_inset
17315
17316
17317 \begin_inset CommandInset ref
17318 LatexCommand ref
17319 reference "sub:Cálculos-en-Multicolumnas"
17320
17321 \end_inset
17322
17323  es muy pesado si tienes varias tablas con multicolumnas.
17324  Para hacerlo más fácil, puedes definir en el preámbulo un formato de celda/colu
17325 mna aplicable a todas las tablas del documento.
17326  El formato se define con el comando
17327 \end_layout
17328
17329 \begin_layout Standard
17330
17331 \series bold
17332
17333 \backslash
17334 newcolumntype{nombre del formato}[número de argumentos]{comandos}
17335 \end_layout
17336
17337 \begin_layout Standard
17338 El nombre de formato puede ser una sola letra.
17339  Las letras 
17340 \emph on
17341 b, c, l, m, p
17342 \emph default
17343  y 
17344 \emph on
17345 r
17346 \emph default
17347  están predefinidas y no pueden usarse.
17348  Pero se permiten todas las mayúsculas.
17349 \end_layout
17350
17351 \begin_layout Standard
17352 \begin_inset VSpace medskip
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \begin_layout Standard
17359 Para celdas multicolumna vertical y horizontalmente centradas con una anchura
17360  fija puedes definir el formato de celda
17361 \end_layout
17362
17363 \begin_layout Standard
17364
17365 \series bold
17366
17367 \backslash
17368 newcolumntype{M}[1]{>{
17369 \backslash
17370 centering
17371 \backslash
17372 hspace{0pt}}m{#1}}
17373 \end_layout
17374
17375 \begin_layout Standard
17376 donde 
17377 \series bold
17378
17379 \backslash
17380 hspace{0pt}
17381 \series default
17382  evita el problema de partir con guión la primera palabra, como se describe
17383  en la sección
17384 \begin_inset space ~
17385 \end_inset
17386
17387
17388 \begin_inset CommandInset ref
17389 LatexCommand ref
17390 reference "sub:Líneas-Múltiples-en"
17391
17392 \end_inset
17393
17394 .
17395  Ahora puedes introducir simplemente
17396 \end_layout
17397
17398 \begin_layout Standard
17399
17400 \series bold
17401 M{ancho}
17402 \end_layout
17403
17404 \begin_layout Standard
17405 como argumento LaTeX en el diálogo de tabla para crear una multicolumna.
17406 \end_layout
17407
17408 \begin_layout Standard
17409 \begin_inset VSpace bigskip
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 Para celdas extendidas en una celda multicolumna, puedes definir el formato
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 newcolumntype{S}[2]{>{
17425 \backslash
17426 centering
17427 \backslash
17428 hspace{0pt}}
17429 \begin_inset Newline newline
17430 \end_inset
17431
17432
17433 \begin_inset ERT
17434 status collapsed
17435
17436 \begin_layout Plain Layout
17437
17438
17439 \backslash
17440 phantom{
17441 \end_layout
17442
17443 \end_inset
17444
17445
17446 \backslash
17447 newcolumntype
17448 \begin_inset ERT
17449 status collapsed
17450
17451 \begin_layout Plain Layout
17452
17453 }
17454 \end_layout
17455
17456 \end_inset
17457
17458 m{(#1+(2
17459 \backslash
17460 tabcolsep+
17461 \backslash
17462 arrayrulewidth)*(1-#2))/#2}}
17463 \end_layout
17464
17465 \begin_layout Standard
17466 Este formato usa la ecuación 
17467 \begin_inset CommandInset ref
17468 LatexCommand eqref
17469 reference "eq:Wgn"
17470
17471 \end_inset
17472
17473  para calcular la anchura necesaria para que cada celda extendida tenga
17474  la misma anchura.
17475 \end_layout
17476
17477 \begin_layout Standard
17478 Ahora puedes introducir
17479 \end_layout
17480
17481 \begin_layout Standard
17482
17483 \series bold
17484 S{ancho de la celda multicolumna}{número de columnas extendidas}
17485 \end_layout
17486
17487 \begin_layout Standard
17488 como argumento LaTeX de la columna.
17489 \end_layout
17490
17491 \begin_layout Standard
17492 \begin_inset VSpace bigskip
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 Para columnas coloreadas puedes definir
17500 \end_layout
17501
17502 \begin_layout Standard
17503
17504 \series bold
17505
17506 \backslash
17507 newcolumntype{K}[1]{>{
17508 \backslash
17509 columncolor{#1}
17510 \backslash
17511 hspace{0pt}}c}
17512 \end_layout
17513
17514 \begin_layout Standard
17515 La 
17516 \begin_inset Quotes eld
17517 \end_inset
17518
17519 c
17520 \begin_inset Quotes erd
17521 \end_inset
17522
17523  al final crea una columna con anchura flexible cuyo texto está centrado
17524  horizontalmente.
17525  Ahora puedes introducir
17526 \end_layout
17527
17528 \begin_layout Standard
17529
17530 \series bold
17531 K{nombre del color}
17532 \end_layout
17533
17534 \begin_layout Standard
17535 como argumento LaTeX.
17536 \end_layout
17537
17538 \begin_layout Standard
17539 \begin_inset VSpace bigskip
17540 \end_inset
17541
17542
17543 \end_layout
17544
17545 \begin_layout Standard
17546 Para crear la tabla
17547 \begin_inset space ~
17548 \end_inset
17549
17550
17551 \begin_inset CommandInset ref
17552 LatexCommand ref
17553 reference "tab:Tabla-con-formatos-definidos-por"
17554
17555 \end_inset
17556
17557  usa los argumentos LaTeX
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563 M{2.5cm}
17564 \end_layout
17565
17566 \begin_layout Standard
17567 para la primera columna y la multicolumna,
17568 \end_layout
17569
17570 \begin_layout Standard
17571
17572 \series bold
17573 K{red}
17574 \end_layout
17575
17576 \begin_layout Standard
17577 para la última columna y
17578 \end_layout
17579
17580 \begin_layout Standard
17581
17582 \series bold
17583 S{2.5cm}{2}
17584 \end_layout
17585
17586 \begin_layout Standard
17587 para las celdas en la segunda columna.
17588 \end_layout
17589
17590 \begin_layout Standard
17591 \begin_inset Float table
17592 placement h
17593 wide false
17594 sideways false
17595 status open
17596
17597 \begin_layout Plain Layout
17598 \begin_inset Caption
17599
17600 \begin_layout Plain Layout
17601 \begin_inset CommandInset label
17602 LatexCommand label
17603 name "tab:Tabla-con-formatos-definidos-por"
17604
17605 \end_inset
17606
17607 Tabla con formatos definidos por el usuario
17608 \end_layout
17609
17610 \end_inset
17611
17612
17613 \end_layout
17614
17615 \begin_layout Plain Layout
17616 \align center
17617 \begin_inset Tabular
17618 <lyxtabular version="3" rows="3" columns="4">
17619 <features>
17620 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17621 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17622 <column alignment="center" valignment="middle" width="0">
17623 <column alignment="center" valignment="middle" width="0" special="K{red}">
17624 <row>
17625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 palabramuylargaenceldadetabla
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 multicolumna línea múltiple
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17644 \begin_inset Text
17645
17646 \begin_layout Plain Layout
17647
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 c
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 </row>
17662 <row>
17663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17664 \begin_inset Text
17665
17666 \begin_layout Plain Layout
17667 d
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 e
17677 \end_layout
17678
17679 \end_inset
17680 </cell>
17681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17682 \begin_inset Text
17683
17684 \begin_layout Plain Layout
17685 f
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17691 \begin_inset Text
17692
17693 \begin_layout Plain Layout
17694 g
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705 h
17706 \end_layout
17707
17708 \end_inset
17709 </cell>
17710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17711 \begin_inset Text
17712
17713 \begin_layout Plain Layout
17714 i
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 j
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 k
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 </row>
17738 </lyxtabular>
17739
17740 \end_inset
17741
17742
17743 \end_layout
17744
17745 \end_inset
17746
17747
17748 \end_layout
17749
17750 \begin_layout Subsection
17751 Grosor de líneas
17752 \begin_inset CommandInset label
17753 LatexCommand label
17754 name "sub:Grosor-de-Líneas"
17755
17756 \end_inset
17757
17758
17759 \begin_inset Index
17760 status collapsed
17761
17762 \begin_layout Plain Layout
17763 Personalización de tablas ! Grosor de línea
17764 \end_layout
17765
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 El grosor para todas las líneas de una tabla puede ajustarse con la longitud
17773  
17774 \series bold
17775
17776 \backslash
17777 arrayrulewidth
17778 \series default
17779 .
17780  Por ejemplo, para poner un grosor de línea de 1.5
17781 \begin_inset space \thinspace{}
17782 \end_inset
17783
17784 pt, como en la tabla
17785 \begin_inset space ~
17786 \end_inset
17787
17788
17789 \begin_inset CommandInset ref
17790 LatexCommand ref
17791 reference "tab:Tabla-con-líneas"
17792
17793 \end_inset
17794
17795 , inserta el comando
17796 \end_layout
17797
17798 \begin_layout Standard
17799
17800 \series bold
17801
17802 \backslash
17803 setlength{
17804 \backslash
17805 arrayrulewidth}{1.5pt}
17806 \end_layout
17807
17808 \begin_layout Standard
17809 en ERT antes de la tabla o flotante.
17810  Este cambio es válido para todas las siguientes tablas.
17811  Para volver al valor predeterminado, define 
17812 \series bold
17813
17814 \backslash
17815 arrayrulewidth
17816 \series default
17817  a 0.4
17818 \begin_inset space \thinspace{}
17819 \end_inset
17820
17821 pt en ERT detrás de la tabla o flotante.
17822 \end_layout
17823
17824 \begin_layout Standard
17825 \begin_inset ERT
17826 status collapsed
17827
17828 \begin_layout Plain Layout
17829
17830
17831 \backslash
17832 setlength{
17833 \backslash
17834 arrayrulewidth}{1.5pt}
17835 \end_layout
17836
17837 \end_inset
17838
17839
17840 \begin_inset Float table
17841 wide false
17842 sideways false
17843 status open
17844
17845 \begin_layout Plain Layout
17846 \begin_inset Caption
17847
17848 \begin_layout Plain Layout
17849 \begin_inset CommandInset label
17850 LatexCommand label
17851 name "tab:Tabla-con-líneas"
17852
17853 \end_inset
17854
17855 Tabla con líneas de grosor 1.5
17856 \begin_inset space \thinspace{}
17857 \end_inset
17858
17859 pt
17860 \end_layout
17861
17862 \end_inset
17863
17864
17865 \end_layout
17866
17867 \begin_layout Plain Layout
17868 \align center
17869 \begin_inset Tabular
17870 <lyxtabular version="3" rows="3" columns="3">
17871 <features>
17872 <column alignment="center" valignment="top" width="0">
17873 <column alignment="center" valignment="top" width="0">
17874 <column alignment="center" valignment="top" width="0">
17875 <row>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 sd
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 </row>
17904 <row>
17905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17906 \begin_inset Text
17907
17908 \begin_layout Plain Layout
17909
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 sd
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 </row>
17933 <row>
17934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17935 \begin_inset Text
17936
17937 \begin_layout Plain Layout
17938
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947
17948 \end_layout
17949
17950 \end_inset
17951 </cell>
17952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 sd
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 </lyxtabular>
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \begin_inset ERT
17973 status collapsed
17974
17975 \begin_layout Plain Layout
17976
17977
17978 \backslash
17979 setlength{
17980 \backslash
17981 arrayrulewidth}{0.4pt}
17982 \end_layout
17983
17984 \end_inset
17985
17986
17987 \end_layout
17988
17989 \begin_layout Standard
17990 \begin_inset VSpace bigskip
17991 \end_inset
17992
17993 Para definir un grosor de 1.5
17994 \begin_inset space \thinspace{}
17995 \end_inset
17996
17997 pt sólo para líneas horizontales, como en la tabla
17998 \begin_inset space ~
17999 \end_inset
18000
18001
18002 \begin_inset CommandInset ref
18003 LatexCommand ref
18004 reference "tab:Tabla-con-horizontales"
18005
18006 \end_inset
18007
18008 , inserta estos comandos en ERT antes de la tabla o flotante:
18009 \end_layout
18010
18011 \begin_layout Standard
18012
18013 \series bold
18014
18015 \backslash
18016 let
18017 \backslash
18018 myHline
18019 \backslash
18020 hline
18021 \begin_inset Newline newline
18022 \end_inset
18023
18024
18025 \backslash
18026 renewcommand{
18027 \backslash
18028 hline}
18029 \begin_inset Newline newline
18030 \end_inset
18031
18032  {
18033 \backslash
18034 noalign{
18035 \backslash
18036 global
18037 \backslash
18038 arrayrulewidth 1.5pt}
18039 \begin_inset Newline newline
18040 \end_inset
18041
18042   
18043 \backslash
18044 myHline
18045 \backslash
18046 noalign{
18047 \backslash
18048 global
18049 \backslash
18050 arrayrulewidth 0.4pt}}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 Para volver al grosor predeterminado, inserta este comando en ERT detrás
18055  de la tabla o flotante:
18056 \end_layout
18057
18058 \begin_layout Standard
18059
18060 \series bold
18061
18062 \backslash
18063 renewcommand{
18064 \backslash
18065 hline}{
18066 \backslash
18067 myHline}
18068 \end_layout
18069
18070 \begin_layout Standard
18071 \begin_inset ERT
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075
18076
18077 \backslash
18078 let
18079 \backslash
18080 myHline
18081 \backslash
18082 hline
18083 \end_layout
18084
18085 \begin_layout Plain Layout
18086
18087
18088 \backslash
18089 renewcommand{
18090 \backslash
18091 hline}
18092 \end_layout
18093
18094 \begin_layout Plain Layout
18095
18096  {
18097 \backslash
18098 noalign{
18099 \backslash
18100 global
18101 \backslash
18102 arrayrulewidth 1.5pt}
18103 \end_layout
18104
18105 \begin_layout Plain Layout
18106
18107   
18108 \backslash
18109 myHline
18110 \backslash
18111 noalign{
18112 \backslash
18113 global
18114 \backslash
18115 arrayrulewidth 0.4pt}}
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \begin_inset Float table
18122 wide false
18123 sideways false
18124 status open
18125
18126 \begin_layout Plain Layout
18127 \begin_inset Caption
18128
18129 \begin_layout Plain Layout
18130 \begin_inset CommandInset label
18131 LatexCommand label
18132 name "tab:Tabla-con-horizontales"
18133
18134 \end_inset
18135
18136 Tabla con líneas horizontales de 1.5
18137 \begin_inset space \thinspace{}
18138 \end_inset
18139
18140 pt
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \begin_layout Plain Layout
18149 \align center
18150 \begin_inset Tabular
18151 <lyxtabular version="3" rows="3" columns="3">
18152 <features>
18153 <column alignment="center" valignment="top" width="0">
18154 <column alignment="center" valignment="top" width="0">
18155 <column alignment="center" valignment="top" width="0">
18156 <row>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 sd
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 </row>
18185 <row>
18186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18187 \begin_inset Text
18188
18189 \begin_layout Plain Layout
18190
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 sd
18200 \end_layout
18201
18202 \end_inset
18203 </cell>
18204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18205 \begin_inset Text
18206
18207 \begin_layout Plain Layout
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 </row>
18214 <row>
18215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18225 \begin_inset Text
18226
18227 \begin_layout Plain Layout
18228
18229 \end_layout
18230
18231 \end_inset
18232 </cell>
18233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18234 \begin_inset Text
18235
18236 \begin_layout Plain Layout
18237 sd
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 </lyxtabular>
18244
18245 \end_inset
18246
18247
18248 \end_layout
18249
18250 \end_inset
18251
18252
18253 \begin_inset ERT
18254 status collapsed
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 renewcommand{
18261 \backslash
18262 hline}{
18263 \backslash
18264 myHline}
18265 \end_layout
18266
18267 \end_inset
18268
18269
18270 \end_layout
18271
18272 \begin_layout Standard
18273 \begin_inset VSpace bigskip
18274 \end_inset
18275
18276 Para establecer un grosor de 1.5 pt sólo para líneas verticales, crea el
18277  siguiente formato de columna en el preámbulo del documento, de acuerdo
18278  con lo descrito en la sección
18279 \begin_inset space ~
18280 \end_inset
18281
18282
18283 \begin_inset CommandInset ref
18284 LatexCommand ref
18285 reference "sub:Formato-Personalizado"
18286
18287 \end_inset
18288
18289 :
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 newcolumntype{V}{!{
18298 \backslash
18299 vrule width 1.5pt}}
18300 \end_layout
18301
18302 \begin_layout Standard
18303 Para la tabla
18304 \begin_inset space ~
18305 \end_inset
18306
18307
18308 \begin_inset CommandInset ref
18309 LatexCommand ref
18310 reference "tab:Tabla-con-verticales"
18311
18312 \end_inset
18313
18314  se usó el argumento LaTeX
18315 \end_layout
18316
18317 \begin_layout Standard
18318
18319 \series bold
18320 VcV
18321 \end_layout
18322
18323 \begin_layout Standard
18324 para la última columna y
18325 \end_layout
18326
18327 \begin_layout Standard
18328
18329 \series bold
18330 Vc
18331 \end_layout
18332
18333 \begin_layout Standard
18334 para las otras.
18335 \end_layout
18336
18337 \begin_layout Standard
18338 \begin_inset Float table
18339 wide false
18340 sideways false
18341 status open
18342
18343 \begin_layout Plain Layout
18344 \begin_inset Caption
18345
18346 \begin_layout Plain Layout
18347 \begin_inset CommandInset label
18348 LatexCommand label
18349 name "tab:Tabla-con-verticales"
18350
18351 \end_inset
18352
18353 Tabla con líneas verticales de 1.5
18354 \begin_inset space \thinspace{}
18355 \end_inset
18356
18357 pt de grosor
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Plain Layout
18366 \align center
18367 \begin_inset Tabular
18368 <lyxtabular version="3" rows="3" columns="3">
18369 <features>
18370 <column alignment="center" valignment="top" width="0" special="Vc">
18371 <column alignment="center" valignment="top" width="0" special="Vc">
18372 <column alignment="center" valignment="top" width="0" special="VcV">
18373 <row>
18374 <cell alignment="center" valignment="top" topline="true" usebox="none">
18375 \begin_inset Text
18376
18377 \begin_layout Plain Layout
18378 sd
18379 \end_layout
18380
18381 \end_inset
18382 </cell>
18383 <cell alignment="center" valignment="top" topline="true" usebox="none">
18384 \begin_inset Text
18385
18386 \begin_layout Plain Layout
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" topline="true" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396
18397 \end_layout
18398
18399 \end_inset
18400 </cell>
18401 </row>
18402 <row>
18403 <cell alignment="center" valignment="top" topline="true" usebox="none">
18404 \begin_inset Text
18405
18406 \begin_layout Plain Layout
18407
18408 \end_layout
18409
18410 \end_inset
18411 </cell>
18412 <cell alignment="center" valignment="top" topline="true" usebox="none">
18413 \begin_inset Text
18414
18415 \begin_layout Plain Layout
18416 sd
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 <row>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 sd
18455 \end_layout
18456
18457 \end_inset
18458 </cell>
18459 </row>
18460 </lyxtabular>
18461
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \end_inset
18468
18469
18470 \end_layout
18471
18472 \begin_layout Subsection
18473 Líneas de trazos
18474 \begin_inset Index
18475 status collapsed
18476
18477 \begin_layout Plain Layout
18478 Personalización de tablas ! Líneas de trazos
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Standard
18487 \begin_inset ERT
18488 status collapsed
18489
18490 \begin_layout Plain Layout
18491
18492
18493 \backslash
18494 ifarydshln
18495 \end_layout
18496
18497 \end_inset
18498
18499
18500 \begin_inset Note Note
18501 status open
18502
18503 \begin_layout Plain Layout
18504 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
18505  LaTeX 
18506 \series bold
18507 arydshln
18508 \series default
18509 .
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Standard
18518 \begin_inset Float table
18519 placement H
18520 wide false
18521 sideways false
18522 status open
18523
18524 \begin_layout Plain Layout
18525 \begin_inset Caption
18526
18527 \begin_layout Plain Layout
18528 \begin_inset CommandInset label
18529 LatexCommand label
18530 name "tab:Tabla-con-trazos"
18531
18532 \end_inset
18533
18534 Tabla con líneas de trazos
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \begin_layout Plain Layout
18543 \align center
18544 \begin_inset Tabular
18545 <lyxtabular version="3" rows="5" columns="5">
18546 <features>
18547 <column alignment="center" valignment="top" width="0">
18548 <column alignment="center" valignment="top" width="0">
18549 <column alignment="center" valignment="top" width="0" special=":c">
18550 <column alignment="center" valignment="top" width="0">
18551 <column alignment="center" valignment="top" width="0">
18552 <row>
18553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 a
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 b
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 c
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 d
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 e
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 </row>
18599 <row>
18600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 f
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18610 \begin_inset Text
18611
18612 \begin_layout Plain Layout
18613 g
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 h
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 i
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 j
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 <row>
18647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 hdashline 
18659 \end_layout
18660
18661 \end_inset
18662
18663 k
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672 l
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 m
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690 n
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699 o
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 <row>
18706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 \begin_inset ERT
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714
18715
18716 \backslash
18717 cdashline{4-5}
18718 \end_layout
18719
18720 \end_inset
18721
18722 p
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 q
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18737 \begin_inset Text
18738
18739 \begin_layout Plain Layout
18740 r
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749 s
18750 \end_layout
18751
18752 \end_inset
18753 </cell>
18754 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18755 \begin_inset Text
18756
18757 \begin_layout Plain Layout
18758
18759 \end_layout
18760
18761 \end_inset
18762 </cell>
18763 </row>
18764 <row>
18765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18766 \begin_inset Text
18767
18768 \begin_layout Plain Layout
18769 t
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 u
18779 \end_layout
18780
18781 \end_inset
18782 </cell>
18783 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787 v
18788 \end_layout
18789
18790 \end_inset
18791 </cell>
18792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18793 \begin_inset Text
18794
18795 \begin_layout Plain Layout
18796 w
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 x
18806 \end_layout
18807
18808 \end_inset
18809 </cell>
18810 </row>
18811 </lyxtabular>
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 En principio LyX no soporta líneas de trazos, hay que usar ERT.
18825  Hay que cargar antes en el preámbulo del documento el paquete LaTeX 
18826 \series bold
18827 arydshln
18828 \series default
18829
18830 \begin_inset Index
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834 LaTeX-paquetes ! arydshln
18835 \end_layout
18836
18837 \end_inset
18838
18839  
18840 \end_layout
18841
18842 \begin_layout Standard
18843
18844 \series bold
18845
18846 \backslash
18847 usepackage{arydshln}
18848 \end_layout
18849
18850 \begin_layout Standard
18851 Para hacer una línea vertical a trazos, introduce dos puntos 
18852 \begin_inset Quotes eld
18853 \end_inset
18854
18855 :
18856 \begin_inset Quotes erd
18857 \end_inset
18858
18859  junto con el carácter para alineación horizontal como argumento LaTeX en
18860  el diálogo de celda de tabla.
18861 \end_layout
18862
18863 \begin_layout Standard
18864 Para una línea de trazos horizontal añade el comando
18865 \end_layout
18866
18867 \begin_layout Standard
18868
18869 \series bold
18870
18871 \backslash
18872 hdashline
18873 \end_layout
18874
18875 \begin_layout Standard
18876 en ERT como primer elemento de la primera celda en la fila.
18877 \end_layout
18878
18879 \begin_layout Standard
18880 Para líneas de trazos en multicolumna usa el comando
18881 \end_layout
18882
18883 \begin_layout Standard
18884
18885 \series bold
18886
18887 \backslash
18888 cdashline{número de líneas
18889 \series default
18890 }
18891 \end_layout
18892
18893 \begin_layout Standard
18894 en ERT como primer elemento de la primera celda en la fila.
18895  Si por ejemplo tienes una multicolumna extendida sobre las columnas 2 a
18896  4 y quieres una línea de trazos por encima, añade el comando
18897 \end_layout
18898
18899 \begin_layout Standard
18900
18901 \series bold
18902
18903 \backslash
18904 cdashline{2-4}
18905 \end_layout
18906
18907 \begin_layout Standard
18908 como primer elemento de la primera celda en la fila de la multicolumna.
18909 \end_layout
18910
18911 \begin_layout Standard
18912 \begin_inset VSpace bigskip
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \begin_layout Standard
18919 La tabla
18920 \begin_inset space ~
18921 \end_inset
18922
18923
18924 \begin_inset CommandInset ref
18925 LatexCommand ref
18926 reference "tab:Tabla-con-trazos"
18927
18928 \end_inset
18929
18930  se ha hecho usando 
18931 \begin_inset Quotes eld
18932 \end_inset
18933
18934
18935 \series bold
18936 :c
18937 \series default
18938
18939 \begin_inset Quotes erd
18940 \end_inset
18941
18942  como argumento LaTeX de la tercera columna.
18943  El comando ERT 
18944 \series bold
18945
18946 \backslash
18947 hdashline
18948 \series default
18949  se ha insertado en la primera celda de la tercera fila y el comando ERT
18950 \begin_inset Newline newline
18951 \end_inset
18952
18953
18954 \series bold
18955
18956 \backslash
18957 cdashline{4-5}
18958 \series default
18959  en la primera celda de la cuarta fila.
18960 \end_layout
18961
18962 \begin_layout Standard
18963 \begin_inset Note Greyedout
18964 status open
18965
18966 \begin_layout Plain Layout
18967
18968 \series bold
18969 Nota:
18970 \series default
18971  Aparentemente el paquete LaTeX 
18972 \series bold
18973 arydshln
18974 \series default
18975  no es compatible con el paquete LaTeX 
18976 \series bold
18977 colortbl
18978 \series default
18979
18980 \begin_inset Index
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984 LaTeX-paquetes ! colortbl
18985 \end_layout
18986
18987 \end_inset
18988
18989  que se usa para tablas coloreadas en la sección
18990 \begin_inset space ~
18991 \end_inset
18992
18993
18994 \begin_inset CommandInset ref
18995 LatexCommand ref
18996 reference "sec:Tablas-Coloreadas"
18997
18998 \end_inset
18999
19000 .
19001  Esto implica que las tablas coloreadas no pueden tener líneas de trazos.
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \begin_layout Standard
19010 \begin_inset ERT
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014
19015
19016 \backslash
19017 else
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \begin_inset Note Note
19024 status open
19025
19026 \begin_layout Plain Layout
19027 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
19028  
19029 \series bold
19030 arydshln
19031 \series default
19032 .
19033 \end_layout
19034
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \begin_layout Standard
19041 Debes instalar el paquete LaTeX 
19042 \series bold
19043 arydshln
19044 \series default
19045  para ver la parte siguiente en la salida.
19046 \end_layout
19047
19048 \begin_layout Standard
19049 \begin_inset ERT
19050 status collapsed
19051
19052 \begin_layout Plain Layout
19053
19054
19055 \backslash
19056 fi
19057 \end_layout
19058
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \begin_layout Chapter
19065 Flotantes
19066 \begin_inset CommandInset label
19067 LatexCommand label
19068 name "cha:Flotantes"
19069
19070 \end_inset
19071
19072
19073 \begin_inset Index
19074 status collapsed
19075
19076 \begin_layout Plain Layout
19077 Flotantes
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Section
19086 Introducción
19087 \begin_inset CommandInset label
19088 LatexCommand label
19089 name "sec:IntroducciónFlotantes"
19090
19091 \end_inset
19092
19093
19094 \begin_inset Index
19095 status collapsed
19096
19097 \begin_layout Plain Layout
19098 Flotantes ! Introducción
19099 \end_layout
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \begin_layout Standard
19107 Un flotante es un bloque de texto asociado con alguna especie de etiqueta
19108  que no tiene posición fija.
19109  Puede 
19110 \begin_inset Quotes eld
19111 \end_inset
19112
19113 flotar
19114 \begin_inset Quotes erd
19115 \end_inset
19116
19117  adelante o atrás una o dos páginas, donde encaje mejor.
19118  Las 
19119 \family sans
19120 Notas
19121 \begin_inset space ~
19122 \end_inset
19123
19124 al
19125 \begin_inset space ~
19126 \end_inset
19127
19128 pie
19129 \family default
19130  y 
19131 \family sans
19132 Notas
19133 \begin_inset space ~
19134 \end_inset
19135
19136 al
19137 \begin_inset space ~
19138 \end_inset
19139
19140 margen
19141 \family default
19142  también son flotantes, porque pueden flotar a la página siguiente cuando
19143  hay demasiadas notas en la página.
19144 \end_layout
19145
19146 \begin_layout Standard
19147 Los flotantes hacen posible composiciones de alta calidad.
19148  Imágenes y tablas se pueden distribuir equitativamente en las páginas para
19149  impedir espacios en blanco y páginas sin texto.
19150  Como el flotante destruye a menudo el contexto entre texto e imagen/tabla,
19151  cada flotante puede ser referenciado en el texto.
19152  Por lo tanto los flotantes están numerados.
19153  Las referencias se describen en la sección
19154 \begin_inset space ~
19155 \end_inset
19156
19157
19158 \begin_inset CommandInset ref
19159 LatexCommand ref
19160 reference "sec:Referencias-a-Flotantes"
19161
19162 \end_inset
19163
19164 .
19165 \end_layout
19166
19167 \begin_layout Standard
19168 Para insertar un flotante, usa el menú 
19169 \family sans
19170 Insertar\SpecialChar \menuseparator
19171 Flotante
19172 \family default
19173 .
19174  Esto inserta un entorno 
19175 \family sans
19176 Leyenda,
19177 \family default
19178  un recuadro con una etiqueta.
19179  La etiqueta será traducida automáticamente al lenguaje del documento.
19180  Tras la etiqueta puede insertar el texto de la leyenda.
19181  La imagen o tabla se inserta encima o debajo de la leyenda en un párrafo
19182  separado dentro del flotante.
19183  Más sobre colocación de leyendas se describe en la sección
19184 \begin_inset space ~
19185 \end_inset
19186
19187
19188 \begin_inset CommandInset ref
19189 LatexCommand ref
19190 reference "sec:Colocación-de-leyendas"
19191
19192 \end_inset
19193
19194 .
19195  Para mantener legible el documento LyX, puedes abrir y cerrar el cuadro
19196  del flotante haciendo clic-izquierdo sobre él.
19197  Un cuadro cerrado se muestra así: 
19198 \begin_inset Graphics
19199         filename clipart/flotanteQt4.png
19200         scale 70
19201
19202 \end_inset
19203
19204  ---un cuadro gris con etiqueta en rojo---.
19205 \end_layout
19206
19207 \begin_layout Standard
19208 Se recomienda insertar flotantes como párrafos separados para evitar posibles
19209  errores de LaTeX si el texto circundante se formatea de modo especial.
19210 \end_layout
19211
19212 \begin_layout Standard
19213 Figuras o tablas ya existentes pueden ponerse en un flotante marcándolas
19214  y pinchando el botón correspondiente de la barra de herramientas para un
19215  flotante nuevo.
19216 \end_layout
19217
19218 \begin_layout Section
19219 Tipos de flotantes
19220 \end_layout
19221
19222 \begin_layout Standard
19223 Además de los flotantes de imagen y de tabla que se describen en la sección
19224 \begin_inset space ~
19225 \end_inset
19226
19227
19228 \begin_inset CommandInset ref
19229 LatexCommand ref
19230 reference "sec:Figuras-Flotantes"
19231
19232 \end_inset
19233
19234  y 
19235 \begin_inset CommandInset ref
19236 LatexCommand ref
19237 reference "sec:Tablas-Flotantes"
19238
19239 \end_inset
19240
19241 , respectivamente, LyX ofrece los tipos 
19242 \series bold
19243 Algoritmo
19244 \series default
19245  y 
19246 \series bold
19247 Ajustado
19248 \begin_inset space ~
19249 \end_inset
19250
19251 al
19252 \begin_inset space ~
19253 \end_inset
19254
19255 texto
19256 \series default
19257 .
19258 \end_layout
19259
19260 \begin_layout Subsection
19261 Algoritmos flotantes
19262 \begin_inset Index
19263 status collapsed
19264
19265 \begin_layout Plain Layout
19266 Flotantes ! Algoritmos
19267 \end_layout
19268
19269 \end_inset
19270
19271
19272 \begin_inset CommandInset label
19273 LatexCommand label
19274 name "sub:Algoritmos-Flotantes"
19275
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Standard
19282 \begin_inset Float algorithm
19283 placement h
19284 wide false
19285 sideways false
19286 status open
19287
19288 \begin_layout Plain Layout
19289 \begin_inset Caption
19290
19291 \begin_layout Plain Layout
19292 \begin_inset CommandInset label
19293 LatexCommand label
19294 name "alg:Ejemplo-de-Algoritmo-flotante"
19295
19296 \end_inset
19297
19298 Ejemplo de algoritmo flotante
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout LyX-Code
19307 for I in 1..N loop
19308 \begin_inset Newline newline
19309 \end_inset
19310
19311  Sum:= Sum + A(I); /*comment*/
19312 \begin_inset Newline newline
19313 \end_inset
19314
19315 end loop
19316 \begin_inset VSpace -4mm
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323
19324
19325 \end_layout
19326
19327 \begin_layout Standard
19328 Este tipo de flotante se inserta con el menú 
19329 \family sans
19330 Insertar\SpecialChar \menuseparator
19331 Flotante\SpecialChar \menuseparator
19332 Algoritmo
19333 \family default
19334 .
19335  Se usa para códigos y descripciones de algoritmos.
19336  Un posible entorno para algoritmos es 
19337 \family sans
19338 Código-LyX
19339 \family default
19340 , descrito en 
19341 \emph on
19342 Guía del usuario
19343 \emph default
19344  de LyX.
19345  El algoritmo
19346 \begin_inset space ~
19347 \end_inset
19348
19349
19350 \begin_inset CommandInset ref
19351 LatexCommand ref
19352 reference "alg:Ejemplo-de-Algoritmo-flotante"
19353
19354 \end_inset
19355
19356  es un ejemplo de algoritmo flotante en el que se ha añadido un espacio
19357  vertical de -4
19358 \begin_inset space \thinspace{}
19359 \end_inset
19360
19361 mm al final para tener la línea inferior exactamente bajo la última línea
19362  de texto.
19363 \end_layout
19364
19365 \begin_layout Standard
19366 La etiqueta de flotante no se traduce automáticamente al lenguaje del documento.
19367  Si tu documento no es en inglés, tienes que hacerlo manualmente añadiendo
19368  la siguiente línea al preámbulo del documento
19369 \series bold
19370 :
19371 \end_layout
19372
19373 \begin_layout Standard
19374
19375 \series bold
19376
19377 \backslash
19378 floatname{algorithm}{nombre}
19379 \end_layout
19380
19381 \begin_layout Standard
19382
19383 \lang english
19384 where
19385 \family sans
19386 \lang spanish
19387  nombre
19388 \family default
19389  es la palabra 
19390 \begin_inset Quotes eld
19391 \end_inset
19392
19393
19394 \emph on
19395 algorithm
19396 \emph default
19397
19398 \begin_inset Quotes erd
19399 \end_inset
19400
19401  en el lenguaje deseado.
19402 \end_layout
19403
19404 \begin_layout Standard
19405
19406 \lang english
19407 To insert the list of algorithms you can in this case not use the menu 
19408 \family sans
19409 Insert\SpecialChar \menuseparator
19410 List
19411 \begin_inset space \thinspace{}
19412 \end_inset
19413
19414 /
19415 \begin_inset space \thinspace{}
19416 \end_inset
19417
19418 TOC\SpecialChar \menuseparator
19419 List of Algorithms
19420 \family default
19421  when your document is an English one.
19422  For non-English documents, use this command in TeX-Code instead:
19423 \end_layout
19424
19425 \begin_layout Standard
19426
19427 \series bold
19428 \lang english
19429
19430 \backslash
19431 listof{algorithm}{your
19432 \begin_inset space ~
19433 \end_inset
19434
19435 name}
19436 \end_layout
19437
19438 \begin_layout Standard
19439
19440 \lang english
19441 where 
19442 \family sans
19443 your
19444 \begin_inset space ~
19445 \end_inset
19446
19447 name
19448 \family default
19449  is the word 
19450 \begin_inset Quotes eld
19451 \end_inset
19452
19453
19454 \emph on
19455 List of Algorithm
19456 \emph default
19457 s
19458 \begin_inset Quotes erd
19459 \end_inset
19460
19461  in your language.
19462 \end_layout
19463
19464 \begin_layout Standard
19465 Los algoritmos flotantes no se numeran por defecto según el esquema 
19466 \begin_inset Quotes eld
19467 \end_inset
19468
19469 capítulo.algoritmo
19470 \begin_inset Quotes erd
19471 \end_inset
19472
19473  como es el caso para tablas e imágenes flotantes en muchas clases de documento.
19474  Para numerar algoritmos flotantes según ese mismo esquema, añade este comando
19475  en el preámbulo del documento:
19476 \end_layout
19477
19478 \begin_layout Standard
19479
19480 \series bold
19481
19482 \backslash
19483 numberwithin{algorithm}{chapter}
19484 \end_layout
19485
19486 \begin_layout Standard
19487 Para poder usar el comando 
19488 \series bold
19489
19490 \backslash
19491 numberwithin
19492 \series default
19493 , marca la opción 
19494 \family sans
19495 Usar
19496 \begin_inset space ~
19497 \end_inset
19498
19499 el
19500 \begin_inset space ~
19501 \end_inset
19502
19503 paquete
19504 \begin_inset space ~
19505 \end_inset
19506
19507 AMS
19508 \family default
19509  en el menú 
19510 \family sans
19511 Documento\SpecialChar \menuseparator
19512 Configuración\SpecialChar \menuseparator
19513 Ecuaciones
19514 \family default
19515 .
19516 \end_layout
19517
19518 \begin_layout Subsection
19519 Flotantes ajustados a texto
19520 \begin_inset Index
19521 status collapsed
19522
19523 \begin_layout Plain Layout
19524 Flotantes ! Ajustados a texto
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \begin_inset CommandInset label
19531 LatexCommand label
19532 name "sub:floatflt-flotante-ajustado"
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \begin_layout Standard
19540 \begin_inset Wrap figure
19541 lines 0
19542 placement l
19543 overhang 0col%
19544 width "40col%"
19545 status open
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Graphics
19549         filename ../clipart/mobius.eps
19550         width 40col%
19551         rotateOrigin center
19552
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \begin_layout Plain Layout
19559 \begin_inset Caption
19560
19561 \begin_layout Plain Layout
19562 \begin_inset CommandInset label
19563 LatexCommand label
19564 name "fig:Esto-es-una"
19565
19566 \end_inset
19567
19568 Esto es una figura adosada, y esto la genial cabecera que la describe.
19569 \begin_inset VSpace medskip
19570 \end_inset
19571
19572
19573 \end_layout
19574
19575 \end_inset
19576
19577
19578 \end_layout
19579
19580 \end_inset
19581
19582 Este tipo de flotante se usa cuando quieres adosar una figura al texto,
19583  de manera que ocupe sólo una parte del ancho de columna.
19584  Puede insertarse usando el menú 
19585 \family sans
19586 Insertar\SpecialChar \menuseparator
19587 Flotante\SpecialChar \menuseparator
19588 Flotante
19589 \begin_inset space ~
19590 \end_inset
19591
19592 de
19593 \begin_inset space ~
19594 \end_inset
19595
19596 ajuste
19597 \begin_inset space ~
19598 \end_inset
19599
19600 de
19601 \begin_inset space ~
19602 \end_inset
19603
19604 texto
19605 \family default
19606  si está instalado el paquete LaTeX 
19607 \series bold
19608 wrapfig
19609 \series default
19610
19611 \begin_inset Index
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615 LaTeX-paquetes ! wrapfig
19616 \begin_inset ERT
19617 status collapsed
19618
19619 \begin_layout Plain Layout
19620
19621
19622 \backslash
19623
19624 \begin_inset ERT
19625 status collapsed
19626
19627 \begin_layout Plain Layout
19628
19629 {
19630 \end_layout
19631
19632 \end_inset
19633
19634
19635 \begin_inset ERT
19636 status collapsed
19637
19638 \begin_layout Plain Layout
19639
19640 }
19641 \end_layout
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649
19650 vspace
19651 \begin_inset ERT
19652 status collapsed
19653
19654 \begin_layout Plain Layout
19655
19656 {
19657 \end_layout
19658
19659 \end_inset
19660
19661 4mm
19662 \begin_inset ERT
19663 status collapsed
19664
19665 \begin_layout Plain Layout
19666
19667 }
19668 \end_layout
19669
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \end_inset
19676
19677 .
19678 \begin_inset Foot
19679 status collapsed
19680
19681 \begin_layout Plain Layout
19682 La instalación de paquetes LaTeX se explica en el manual 
19683 \emph on
19684 Configuración de LaTeX
19685 \emph default
19686 .
19687 \end_layout
19688
19689 \end_inset
19690
19691  La anchura y posición del flotante se ajusta con clic-derecha sobre el
19692  cuadro del flotante.
19693  La figura
19694 \begin_inset space ~
19695 \end_inset
19696
19697
19698 \begin_inset CommandInset ref
19699 LatexCommand ref
19700 reference "fig:Esto-es-una"
19701
19702 \end_inset
19703
19704  es un ejemplo de flotante ajustado al texto con una anchura del 40
19705 \begin_inset space \thinspace{}
19706 \end_inset
19707
19708 col%.
19709 \begin_inset Foot
19710 status collapsed
19711
19712 \begin_layout Plain Layout
19713 Ver unidades disponibles en el apéndice
19714 \begin_inset space ~
19715 \end_inset
19716
19717
19718 \begin_inset CommandInset ref
19719 LatexCommand ref
19720 reference "cha:Unidades-disponibles-en"
19721
19722 \end_inset
19723
19724 .
19725 \end_layout
19726
19727 \end_inset
19728
19729  Se ha añadido un espacio vertical bajo la leyenda para separarla mejor
19730  del texto envolvente.
19731 \end_layout
19732
19733 \begin_layout Standard
19734 \begin_inset Note Greyedout
19735 status open
19736
19737 \begin_layout Plain Layout
19738
19739 \series bold
19740 Nota:
19741 \series default
19742  ¡Los flotantes adosados a texto son frágiles! P.
19743 \begin_inset space \thinspace{}
19744 \end_inset
19745
19746 e.
19747 \begin_inset space ~
19748 \end_inset
19749
19750 si una figura está demasiado cerca de la parte inferior de la página se
19751  pueden perder cosas en el proceso de salida, el flotante puede no aparecer
19752  o situarse junto a otro texto.
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \end_layout
19759
19760 \begin_layout Standard
19761 En general:
19762 \end_layout
19763
19764 \begin_layout Itemize
19765 Los flotantes adosados no deberían situarse en párrafos que van sobre un
19766  salto de página.
19767  Esto implica que lo mejor es insertarlos en el sitio exacto cuando el documento
19768  esté casi listo y puedas prever los saltos de página.
19769 \end_layout
19770
19771 \begin_layout Itemize
19772 Los flotantes adosados deberían situarse, bien en un párrafo propio antes
19773  del párrafo al que deben ajustarse, o bien dentro de un párrafo.
19774 \end_layout
19775
19776 \begin_layout Itemize
19777 Los flotantes adosados a párrafos consecutivos pueden dar problemas, así
19778  que asegura que hay un párrafo de texto entre ellos.
19779 \end_layout
19780
19781 \begin_layout Itemize
19782 Los flotantes adosados no están permitidos en cabeceras de sección o tablas.
19783 \end_layout
19784
19785 \begin_layout Section
19786 Numeración de flotantes
19787 \begin_inset CommandInset label
19788 LatexCommand label
19789 name "sec:Numeración-de-flotantes"
19790
19791 \end_inset
19792
19793
19794 \begin_inset Index
19795 status collapsed
19796
19797 \begin_layout Plain Layout
19798 Flotantes ! Numeración
19799 \end_layout
19800
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \begin_layout Standard
19807 En general, los flotantes se numeran independientemente de las secciones
19808  en las que se encuentran o según el esquema 
19809 \begin_inset Quotes eld
19810 \end_inset
19811
19812 capítulo.número
19813 \begin_inset Quotes erd
19814 \end_inset
19815
19816  o 
19817 \begin_inset Quotes eld
19818 \end_inset
19819
19820 sección.número
19821 \begin_inset Quotes erd
19822 \end_inset
19823
19824 , dependiendo de la clase de documento utilizada.
19825 \end_layout
19826
19827 \begin_layout Standard
19828 Para cambiar la numeración independiente de la sección, puedes usar el siguiente
19829  comando en el preámbulo del documento:
19830 \end_layout
19831
19832 \begin_layout Standard
19833
19834 \series bold
19835
19836 \backslash
19837 renewcommand{
19838 \backslash
19839 thetable}{
19840 \backslash
19841 roman{table}}
19842 \end_layout
19843
19844 \begin_layout Standard
19845
19846 \series bold
19847
19848 \backslash
19849 thetable 
19850 \series default
19851 es el comando que imprime el número de la tabla, para figuras flotantes
19852  el comando sería 
19853 \series bold
19854
19855 \backslash
19856 thefigure
19857 \series default
19858 .
19859  El comando 
19860 \series bold
19861
19862 \backslash
19863 roman
19864 \series default
19865  imprime el número de tabla en números romanos en minúscula.
19866 \end_layout
19867
19868 \begin_layout Standard
19869 Para cambiar el esquema de numeración, por ejemplo a 
19870 \begin_inset Quotes eld
19871 \end_inset
19872
19873 subsección.número
19874 \begin_inset Quotes erd
19875 \end_inset
19876
19877 , usa este comando en el preámbulo:
19878 \end_layout
19879
19880 \begin_layout Standard
19881
19882 \series bold
19883
19884 \backslash
19885 numberwithin{table}{subsection}
19886 \end_layout
19887
19888 \begin_layout Standard
19889 Para poder usar el comando 
19890 \series bold
19891
19892 \backslash
19893 numberwithin
19894 \series default
19895 , debes marcar la opción 
19896 \family sans
19897 Usar
19898 \begin_inset space ~
19899 \end_inset
19900
19901 el
19902 \begin_inset space ~
19903 \end_inset
19904
19905 paquete
19906 \begin_inset space ~
19907 \end_inset
19908
19909 AMS 
19910 \family default
19911 en el apartado 
19912 \family sans
19913 Ecuaciones 
19914 \family default
19915 de las preferencias del documento.
19916 \end_layout
19917
19918 \begin_layout Standard
19919 Puedes ver más detalles y notas importantes sobre comandos de numeración
19920  en la sección
19921 \begin_inset space ~
19922 \end_inset
19923
19924
19925 \begin_inset CommandInset ref
19926 LatexCommand ref
19927 reference "sub:Numeración-de-Notas-al-Pie"
19928
19929 \end_inset
19930
19931 .
19932 \end_layout
19933
19934 \begin_layout Section
19935 Referencias a flotantes
19936 \begin_inset CommandInset label
19937 LatexCommand label
19938 name "sec:Referencias-a-Flotantes"
19939
19940 \end_inset
19941
19942
19943 \begin_inset Index
19944 status collapsed
19945
19946 \begin_layout Plain Layout
19947 Flotantes ! Referencias
19948 \end_layout
19949
19950 \end_inset
19951
19952
19953 \begin_inset Index
19954 status collapsed
19955
19956 \begin_layout Plain Layout
19957 Referencias
19958 \end_layout
19959
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \begin_layout Standard
19966 Para referirse a un flotante, inserta una etiqueta en su leyenda con el
19967  menú 
19968 \family sans
19969 Insertar\SpecialChar \menuseparator
19970 Etiqueta
19971 \family default
19972  o el botón 
19973 \begin_inset Graphics
19974         filename ../../images/label-insert.png
19975         scale 85
19976
19977 \end_inset
19978
19979 .
19980  Aparece una ventana esperando la introducción del texto de la etiqueta
19981  y se inserta un cuadro gris como este: 
19982 \begin_inset Graphics
19983         filename clipart/etiquetaQt4.png
19984         scale 85
19985
19986 \end_inset
19987
19988 .
19989  LyX ofrece como texto las primeras palabras de la leyenda con un prefijo.
19990  El prefijo depende del tipo de flotante, p.
19991 \begin_inset space \thinspace{}
19992 \end_inset
19993
19994 e.
19995 \begin_inset space ~
19996 \end_inset
19997
19998 para figuras el prefijo será 
19999 \begin_inset Quotes eld
20000 \end_inset
20001
20002
20003 \family sans
20004 fig:
20005 \family default
20006
20007 \begin_inset Quotes erd
20008 \end_inset
20009
20010 .
20011 \end_layout
20012
20013 \begin_layout Standard
20014 La etiqueta se usa como ancla y el nombre para la referencia.
20015  Puedes referenciar la etiqueta usando el menú 
20016 \family sans
20017 Insertar\SpecialChar \menuseparator
20018 Referencia
20019 \family default
20020
20021 \begin_inset space ~
20022 \end_inset
20023
20024
20025 \family sans
20026 cruzada
20027 \family default
20028  o el botón 
20029 \begin_inset Graphics
20030         filename ../../images/dialog-show-new-inset_ref.png
20031         scale 85
20032
20033 \end_inset
20034
20035 .
20036  Aparece una ventana de referencia cruzada con todas las etiquetas del documento.
20037  Si tienes abiertos varios documentos LyX, escoge aquel con el  que estás
20038  trabajando de la lista desplegable de la parte superior del diálogo.
20039  Puedes ordenar las etiquetas alfabéticamente y elegir una.
20040  Se inserta un cuadro gris como este: 
20041 \begin_inset Graphics
20042         filename clipart/referenciaQt4.png
20043         scale 85
20044
20045 \end_inset
20046
20047 .
20048  En la salida, en lugar de este cuadro aparecerá el número de la referencia.
20049 \end_layout
20050
20051 \begin_layout Standard
20052 Se recomienda poner un espacio protegido entre el nombre de la referencia
20053  cruzada y su número para evitar saltos de línea entre ellos.
20054  Si una referencia cruzada corresponde a una etiqueta inexistente verás
20055  dos interrogaciones en la salida.
20056 \end_layout
20057
20058 \begin_layout Standard
20059 En cualquier momento puedes cambiar etiquetas pulsando sobre el cuadro.
20060  Las referencias a las etiquetas cambiadas cambian automáticamente su enlace
20061  al texto de la etiqueta nueva, no te ocupes por eso.
20062 \end_layout
20063
20064 \begin_layout Standard
20065 El botón 
20066 \family sans
20067 Ir
20068 \begin_inset space ~
20069 \end_inset
20070
20071 a
20072 \begin_inset space ~
20073 \end_inset
20074
20075 la
20076 \begin_inset space ~
20077 \end_inset
20078
20079 etiqueta
20080 \family default
20081  en la ventana de referencia cruzada lleva el cursor hasta dicha etiqueta,
20082  y el texto del botón cambia a 
20083 \family sans
20084 Volver
20085 \family default
20086 , con el que se puede retornar a la referencia.
20087  Clic-derecho sobre el cuadro de la referencia también lleva el cursor hasta
20088  la etiqueta pero sin opción de volver.
20089 \end_layout
20090
20091 \begin_layout Subsection
20092 Formatos de referencia cruzada
20093 \begin_inset CommandInset label
20094 LatexCommand label
20095 name "sub:Formatos-referencia-cruzada"
20096
20097 \end_inset
20098
20099
20100 \begin_inset Index
20101 status collapsed
20102
20103 \begin_layout Plain Layout
20104 Referencias ! Formatos
20105 \end_layout
20106
20107 \end_inset
20108
20109
20110 \end_layout
20111
20112 \begin_layout Standard
20113 Hay seis variedades de referencias cruzadas:
20114 \end_layout
20115
20116 \begin_layout Description
20117 <referencia>: imprime el número flotante, esta es la opción predeterminada:
20118  
20119 \begin_inset CommandInset ref
20120 LatexCommand ref
20121 reference "fig:Dos-imágenes-distorsionadas"
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \begin_layout Description
20129 (<referencia>): imprime el número flotante entre paréntesis, es el estilo
20130  habitual para referirse a fórmulas, especialmente si se omite el nombre
20131  
20132 \begin_inset Quotes eld
20133 \end_inset
20134
20135 Ecuación
20136 \begin_inset Quotes erd
20137 \end_inset
20138
20139
20140 \begin_inset CommandInset ref
20141 LatexCommand eqref
20142 reference "eq:Wgn"
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Description
20150 <página>: imprime el número de página: Página
20151 \begin_inset space ~
20152 \end_inset
20153
20154
20155 \begin_inset CommandInset ref
20156 LatexCommand pageref
20157 reference "fig:Dos-imágenes-distorsionadas"
20158
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \begin_layout Description
20165 en
20166 \begin_inset space ~
20167 \end_inset
20168
20169 página
20170 \begin_inset space ~
20171 \end_inset
20172
20173 <página>: imprime el texto 
20174 \begin_inset Quotes eld
20175 \end_inset
20176
20177 en la página
20178 \begin_inset Quotes erd
20179 \end_inset
20180
20181  y el número de página: 
20182 \begin_inset CommandInset ref
20183 LatexCommand vpageref
20184 reference "fig:Dos-imágenes-distorsionadas"
20185
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \begin_layout Description
20192 <referencia>
20193 \begin_inset space ~
20194 \end_inset
20195
20196 en
20197 \begin_inset space ~
20198 \end_inset
20199
20200 página
20201 \begin_inset space ~
20202 \end_inset
20203
20204 <página>: imprime el número flotante, el texto 
20205 \begin_inset Quotes eld
20206 \end_inset
20207
20208 en la página
20209 \begin_inset Quotes erd
20210 \end_inset
20211
20212  y el número de página: 
20213 \begin_inset CommandInset ref
20214 LatexCommand vref
20215 reference "fig:Dos-imágenes-distorsionadas"
20216
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \begin_layout Description
20223 Referencia
20224 \begin_inset space ~
20225 \end_inset
20226
20227 con
20228 \begin_inset space ~
20229 \end_inset
20230
20231 formato: imprime un formato personalizado.
20232  
20233 \begin_inset Note Greyedout
20234 status open
20235
20236 \begin_layout Plain Layout
20237
20238 \series bold
20239 Nota:
20240 \series default
20241  Esta característica sólo está disponible si está instalado el paquete LaTeX
20242  
20243 \series bold
20244 prettyref
20245 \series default
20246 .
20247 \end_layout
20248
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \begin_layout Standard
20255 Ten en cuenta que el estilo <página>
20256 \begin_inset space \thinspace{}
20257 \end_inset
20258
20259  no imprime el número si la etiqueta está en la misma página, en la anterior
20260  o en la siguiente.
20261  En su lugar verás p.
20262 \begin_inset space \thinspace{}
20263 \end_inset
20264
20265 e.
20266 \begin_inset space ~
20267 \end_inset
20268
20269 el texto 
20270 \begin_inset Quotes eld
20271 \end_inset
20272
20273
20274 \family sans
20275 en esta página
20276 \family default
20277
20278 \begin_inset Quotes erd
20279 \end_inset
20280
20281 .
20282 \end_layout
20283
20284 \begin_layout Standard
20285 El número y página actual de la parte del documento referida es automáticamente
20286  calculado por LaTeX en la salida.
20287  Las variedades se ajustan en el campo 
20288 \family sans
20289 Formato
20290 \family default
20291  de la ventana de referencia cruzada, que aparece al pinchar sobre el cuadro.
20292 \end_layout
20293
20294 \begin_layout Subsection
20295 Designación automática de referencias
20296 \begin_inset Index
20297 status collapsed
20298
20299 \begin_layout Plain Layout
20300 Referencias ! Designación automática
20301 \end_layout
20302
20303 \end_inset
20304
20305
20306 \end_layout
20307
20308 \begin_layout Standard
20309 El paquete LaTeX 
20310 \series bold
20311 hyperref
20312 \series default
20313  dispone de una característica muy útil que permite incluir automáticamente
20314  en las referencias cruzadas el nombre de los flotantes referidos (o partes
20315  de texto como secciones).
20316  Quieres p.
20317 \begin_inset space \thinspace{}
20318 \end_inset
20319
20320 e.
20321 \begin_inset space ~
20322 \end_inset
20323
20324 escribir la palabra 
20325 \begin_inset Quotes eld
20326 \end_inset
20327
20328 Figura
20329 \begin_inset Quotes erd
20330 \end_inset
20331
20332  antes de cada cuadro de referencia.
20333  Para conseguirlo debes cargar el paquete LaTeX 
20334 \series bold
20335 hyperref
20336 \series default
20337
20338 \begin_inset Index
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342 LaTeX-paquetes ! hyperref
20343 \end_layout
20344
20345 \end_inset
20346
20347  en el preámbulo del documento con
20348 \end_layout
20349
20350 \begin_layout Standard
20351
20352 \series bold
20353
20354 \backslash
20355 usepackage[pdfborder={0 0 0}]{hyperref}
20356 \begin_inset Newline newline
20357 \end_inset
20358
20359
20360 \backslash
20361 AtBeginDocument{
20362 \backslash
20363 renewcommand{
20364 \backslash
20365 ref}[1]{
20366 \backslash
20367 mbox{
20368 \backslash
20369 autoref{#1}}}}
20370 \end_layout
20371
20372 \begin_layout Standard
20373
20374 \series bold
20375 hyperref
20376 \series default
20377  se utiliza para enlazar referencias cruzadas en las salidas DVI y PDF,
20378  esto significa que el lector del documento podrá pinchar sobre una entrada
20379  de Índice o una referencia y será inmediatamente dirigido a esa parte del
20380  documento.
20381  
20382 \series bold
20383 hyperref
20384 \series default
20385  también crea marcadores PDF para cada sección para facilitar al lector
20386  la navegación por el documento.
20387  Esto también se ha usado en este documento pero si echas una ojeada al
20388  preámbulo encontrarás varias opciones en la carga de 
20389 \series bold
20390 hyperref
20391 \series default
20392 .
20393  Para aprender más sobre ello acude a la documentación del paquete 
20394 \begin_inset CommandInset citation
20395 LatexCommand cite
20396 key "hyperref"
20397
20398 \end_inset
20399
20400 .
20401 \end_layout
20402
20403 \begin_layout Standard
20404 \begin_inset Note Greyedout
20405 status open
20406
20407 \begin_layout Plain Layout
20408
20409 \series bold
20410 Nota:
20411 \series default
20412  La designación automática de referencias no puede usarse en el estilo 
20413 \family sans
20414 Referencia
20415 \begin_inset space ~
20416 \end_inset
20417
20418 con
20419 \begin_inset space ~
20420 \end_inset
20421
20422 formato
20423 \family default
20424 , descrita en la sección
20425 \begin_inset space ~
20426 \end_inset
20427
20428
20429 \begin_inset CommandInset ref
20430 LatexCommand ref
20431 reference "sub:Formatos-referencia-cruzada"
20432
20433 \end_inset
20434
20435 .
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Subsection
20444 Colocación de referencias
20445 \begin_inset CommandInset label
20446 LatexCommand label
20447 name "sub:Colocación-de-Referencias"
20448
20449 \end_inset
20450
20451
20452 \begin_inset Index
20453 status collapsed
20454
20455 \begin_layout Plain Layout
20456 Referencias ! Colocación
20457 \end_layout
20458
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \begin_layout Standard
20465 Si usas 
20466 \series bold
20467 hyperref
20468 \series default
20469
20470 \begin_inset Index
20471 status collapsed
20472
20473 \begin_layout Plain Layout
20474 LaTeX-paquetes ! hyperref
20475 \end_layout
20476
20477 \end_inset
20478
20479  para enlazar referencias cruzadas en la salida, verás que al pinchar sobre
20480  la referencia de una imagen flotante te lleva hasta la etiqueta de la imagen.
20481  La leyenda será la primera parte del texto en pantalla, de forma que para
20482  ver la imagen debes deslizar.
20483  Se debe a que el ancla de enlace de la referencia se sitúa en la etiqueta.
20484  Usando el paquete 
20485 \series bold
20486 hypcap
20487 \series default
20488
20489 \begin_inset Index
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493 LaTeX-paquetes ! hypcap
20494 \end_layout
20495
20496 \end_inset
20497
20498 , que forma parte del paquete LaTeX 
20499 \series bold
20500 oberdiek
20501 \series default
20502
20503 \begin_inset Index
20504 status collapsed
20505
20506 \begin_layout Plain Layout
20507 LaTeX-paquetes ! oberdiek
20508 \end_layout
20509
20510 \end_inset
20511
20512 , el ancla de enlace se sitúa al comienzo de un flotante.
20513  Para usar esta característica para figuras flotantes carga 
20514 \series bold
20515 hypcap
20516 \series default
20517  en el preámbulo con
20518 \end_layout
20519
20520 \begin_layout Standard
20521
20522 \series bold
20523
20524 \backslash
20525 usepackage[figure]{hypcap}
20526 \end_layout
20527
20528 \begin_layout Standard
20529 Puedes usar 
20530 \series bold
20531 hypcap
20532 \series default
20533  para todos los flotantes aunque no se recomienda por razones de estabilidad.
20534  Más información en el manual de 
20535 \series bold
20536 hypcap
20537 \series default
20538  
20539 \begin_inset CommandInset citation
20540 LatexCommand cite
20541 key "hypcap"
20542
20543 \end_inset
20544
20545 .
20546 \end_layout
20547
20548 \begin_layout Standard
20549 \begin_inset Note Greyedout
20550 status open
20551
20552 \begin_layout Plain Layout
20553
20554 \series bold
20555 Nota: hypcap
20556 \series default
20557  debe cargarse después de 
20558 \series bold
20559 hyperref
20560 \series default
20561  en el preámbulo
20562 \series bold
20563 .
20564 \end_layout
20565
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \begin_layout Standard
20572 \begin_inset Note Greyedout
20573 status open
20574
20575 \begin_layout Plain Layout
20576
20577 \series bold
20578 Nota:
20579 \series default
20580  La colocación de referencias no afecta a las referencias a subfiguras.
20581 \end_layout
20582
20583 \end_inset
20584
20585
20586 \end_layout
20587
20588 \begin_layout Section
20589 Colocación de flotantes
20590 \begin_inset CommandInset label
20591 LatexCommand label
20592 name "sec:Colocación-de-Flotantes"
20593
20594 \end_inset
20595
20596
20597 \begin_inset Index
20598 status collapsed
20599
20600 \begin_layout Plain Layout
20601 Flotantes ! Colocación
20602 \end_layout
20603
20604 \end_inset
20605
20606
20607 \end_layout
20608
20609 \begin_layout Standard
20610 Pulsando con el botón derecho del ratón sobre un cuadro de flotante se abre
20611  un diálogo en el que pueden cambiarse las opciones de LaTeX para situar
20612  los flotantes.
20613 \begin_inset Newline newline
20614 \end_inset
20615
20616 La opción 
20617 \family sans
20618 Extender
20619 \begin_inset space ~
20620 \end_inset
20621
20622 columnas
20623 \family default
20624  sólo es aplicable a documentos de dos columnas: Si lo seleccionas, el flotante
20625  abarcará ambas columnas en lugar de una sola.
20626 \begin_inset Newline newline
20627 \end_inset
20628
20629 La opción 
20630 \family sans
20631 Girar
20632 \begin_inset space ~
20633 \end_inset
20634
20635 a
20636 \begin_inset space ~
20637 \end_inset
20638
20639 un
20640 \begin_inset space ~
20641 \end_inset
20642
20643 lado
20644 \family default
20645  sirve para girar flotantes, ver sección
20646 \begin_inset space ~
20647 \end_inset
20648
20649
20650 \begin_inset CommandInset ref
20651 LatexCommand ref
20652 reference "sec:Rotación-de-Flotantes"
20653
20654 \end_inset
20655
20656 .
20657  
20658 \end_layout
20659
20660 \begin_layout Standard
20661 Puedes usar una o más de las siguientes opciones en el diálogo para establecer
20662  la posición de un flotante si desmarcas la opción 
20663 \family sans
20664 Usar
20665 \begin_inset space ~
20666 \end_inset
20667
20668 ubicación
20669 \begin_inset space ~
20670 \end_inset
20671
20672 predeterminada
20673 \family default
20674 :
20675 \end_layout
20676
20677 \begin_layout Description
20678
20679 \family sans
20680 \series bold
20681 Aquí
20682 \begin_inset space ~
20683 \end_inset
20684
20685 si
20686 \begin_inset space ~
20687 \end_inset
20688
20689 es
20690 \begin_inset space ~
20691 \end_inset
20692
20693 posible
20694 \family default
20695 \series default
20696  intenta situar el flotante en la posición en la que se inserta
20697 \end_layout
20698
20699 \begin_layout Description
20700
20701 \family sans
20702 \series bold
20703 Principio
20704 \begin_inset space ~
20705 \end_inset
20706
20707 de
20708 \begin_inset space ~
20709 \end_inset
20710
20711 página
20712 \family default
20713 \series default
20714  intenta situar el flotante al principio de la página actual
20715 \end_layout
20716
20717 \begin_layout Description
20718
20719 \family sans
20720 \series bold
20721 Fin
20722 \begin_inset space ~
20723 \end_inset
20724
20725 de
20726 \begin_inset space ~
20727 \end_inset
20728
20729 página
20730 \family default
20731 \series default
20732  intenta situar el flotante al final de la página actual
20733 \end_layout
20734
20735 \begin_layout Description
20736
20737 \family sans
20738 \series bold
20739 Página
20740 \begin_inset space ~
20741 \end_inset
20742
20743 de
20744 \begin_inset space ~
20745 \end_inset
20746
20747 flotantes
20748 \family default
20749 \series default
20750  intenta situar el flotante en una página propia 
20751 \end_layout
20752
20753 \begin_layout Standard
20754 LaTeX usa 
20755 \emph on
20756 siempre
20757 \emph default
20758  ese orden de opciones.
20759  Significa que si usas la colocación predeterminada, LaTeX probará en primer
20760  lugar 
20761 \family sans
20762 Aquí
20763 \begin_inset space ~
20764 \end_inset
20765
20766 si
20767 \begin_inset space ~
20768 \end_inset
20769
20770 es
20771 \begin_inset space ~
20772 \end_inset
20773
20774 posible
20775 \family default
20776 , luego 
20777 \family sans
20778 Principio
20779 \begin_inset space ~
20780 \end_inset
20781
20782 de
20783 \begin_inset space ~
20784 \end_inset
20785
20786 página
20787 \family default
20788 , y después las otras.
20789  Si no usas la predeterminada, LaTeX sólo probará las opciones marcadas
20790  pero en dicho orden.
20791  Si no es posible ninguna de las 4 ubicaciones el proceso se repite internamente
20792  pero intenta poner el flotante en la página siguiente.
20793 \end_layout
20794
20795 \begin_layout Standard
20796 De forma predeterminada cada una de las opciones tiene sus propias reglas:
20797 \end_layout
20798
20799 \begin_layout Labeling
20800 \labelwidthstring 00.00.0000
20801
20802 \family sans
20803 Principio
20804 \begin_inset space ~
20805 \end_inset
20806
20807 de
20808 \begin_inset space ~
20809 \end_inset
20810
20811 página:
20812 \family default
20813  sólo si el flotante ocupa menos del 70
20814 \begin_inset space \thinspace{}
20815 \end_inset
20816
20817 % de la página puede ubicarse al principio de página (
20818 \series bold
20819
20820 \backslash
20821 topfraction
20822 \series default
20823 )
20824 \end_layout
20825
20826 \begin_layout Labeling
20827 \labelwidthstring 00.00.0000
20828
20829 \family sans
20830 Fin
20831 \begin_inset space ~
20832 \end_inset
20833
20834 de
20835 \begin_inset space ~
20836 \end_inset
20837
20838 página:
20839 \family default
20840  sólo si el flotante ocupa menos del 30
20841 \begin_inset space \thinspace{}
20842 \end_inset
20843
20844 % de la página puede ubicarse al fin de página.
20845  (
20846 \series bold
20847
20848 \backslash
20849 bottomfraction
20850 \series default
20851 )
20852 \end_layout
20853
20854 \begin_layout Labeling
20855 \labelwidthstring 00.00.0000
20856
20857 \family sans
20858 Página
20859 \begin_inset space ~
20860 \end_inset
20861
20862 de
20863 \begin_inset space ~
20864 \end_inset
20865
20866 flotantes:
20867 \family default
20868  sólo si más del 50
20869 \begin_inset space \thinspace{}
20870 \end_inset
20871
20872 % de la página se ocupa por flotantes puede haber varios juntos en la misma
20873  página.
20874  (
20875 \series bold
20876
20877 \backslash
20878 floatpagefraction
20879 \series default
20880 )
20881 \end_layout
20882
20883 \begin_layout Standard
20884 Si no te agradan estas reglas puedes ignorarlas marcando la opción adicional
20885  
20886 \family sans
20887 Ignorar
20888 \begin_inset space ~
20889 \end_inset
20890
20891 reglas
20892 \begin_inset space ~
20893 \end_inset
20894
20895 de
20896 \begin_inset space ~
20897 \end_inset
20898
20899 LaTeX
20900 \family default
20901 .
20902 \begin_inset Newline newline
20903 \end_inset
20904
20905 También puedes redefinir las reglas con los comandos LaTeX que van entre
20906  paréntesis tras la descripción de las reglas anteriores.
20907  Por ejemplo, para aumentar el valor predeterminado, quizás pequeño, de
20908  la regla 
20909 \family sans
20910 Fin
20911 \family default
20912
20913 \begin_inset space ~
20914 \end_inset
20915
20916
20917 \family sans
20918 de
20919 \family default
20920
20921 \begin_inset space ~
20922 \end_inset
20923
20924
20925 \family sans
20926 página
20927 \family default
20928  al 50
20929 \begin_inset space \thinspace{}
20930 \end_inset
20931
20932 %, añade esta línea en el preámbulo:
20933 \end_layout
20934
20935 \begin_layout Standard
20936
20937 \series bold
20938
20939 \backslash
20940 renewcommand{
20941 \backslash
20942 bottomfraction}{0.5}
20943 \end_layout
20944
20945 \begin_layout Standard
20946 En determinados casos podrías necesitar ubicar un flotante exactamente en
20947  la posición en la que se inserta.
20948  Para esto puedes usar la opción 
20949 \family sans
20950 Aquí
20951 \begin_inset space ~
20952 \end_inset
20953
20954 definitivamente
20955 \family default
20956 .
20957  Usa esta opción esporádicamente y sólo cuando el documento esté casi listo,
20958  porque el flotante ya no podrá 
20959 \begin_inset Quotes eld
20960 \end_inset
20961
20962 flotar
20963 \begin_inset Quotes erd
20964 \end_inset
20965
20966  y si haces cambios al documento se podría estropear el diseño de la página.
20967 \end_layout
20968
20969 \begin_layout Standard
20970 No hay opciones de ubicación para flotantes ajustados a texto porque siempre
20971  están rodeados por texto de un párrafo determinado.
20972 \begin_inset VSpace bigskip
20973 \end_inset
20974
20975
20976 \end_layout
20977
20978 \begin_layout Standard
20979 A veces surge el problema de que un flotante se sitúa al principio de la
20980  página mientras que su sección correspondiente empieza en mitad de la página,
20981  así que el lector podría creer que el flotante forma parte de la sección
20982  anterior.
20983  Para evitarlo puede emplearse el comando LaTeX 
20984 \series bold
20985
20986 \backslash
20987 suppressfloats
20988 \series default
20989 , que suprime la ubicación de un flotante dado en la página donde se inserta
20990  y además puede servir para evitar que el flotante se coloque antes del
20991  inicio de sección.
20992  Para ello, añade estos comandos al preámbulo:
20993 \end_layout
20994
20995 \begin_layout Standard
20996
20997 \series bold
20998
20999 \backslash
21000 let
21001 \backslash
21002 mySection
21003 \backslash
21004 section
21005 \begin_inset Newline newline
21006 \end_inset
21007
21008
21009 \backslash
21010 renewcommand{
21011 \backslash
21012 section}{
21013 \backslash
21014 suppressfloats[t]
21015 \backslash
21016 mySection}
21017 \end_layout
21018
21019 \begin_layout Standard
21020 Se puede hacer lo mismo para todas las cabeceras de sección, capítulos y
21021  subsecciones.
21022  No es recomendable para partes pequeñas de texto como subsubsecciones porque
21023  LaTeX podría tener problemas para encontrar una ubicación adecuada.
21024 \end_layout
21025
21026 \begin_layout Standard
21027 \begin_inset VSpace bigskip
21028 \end_inset
21029
21030 En ciertos casos se quieren tener todas las figuras/tablas al final del
21031  documento.
21032  Para estos casos está el paquete LaTeX 
21033 \series bold
21034 endfloat
21035 \series default
21036
21037 \begin_inset Index
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041 LaTeX-paquetes ! endfloat
21042 \end_layout
21043
21044 \end_inset
21045
21046 .
21047  Pone todas las figuras y tablas flotantes al final del documento en secciones
21048  propias.
21049  En la posición original del flotante se inserta una indicación como 
21050 \begin_inset Quotes eld
21051 \end_inset
21052
21053
21054 \family sans
21055 [Figure
21056 \begin_inset space ~
21057 \end_inset
21058
21059 3.2 about here.]
21060 \family default
21061
21062 \begin_inset Quotes erd
21063 \end_inset
21064
21065 .
21066  El paquete 
21067 \series bold
21068 endfloat
21069 \series default
21070  se carga en el preámbulo con la línea
21071 \end_layout
21072
21073 \begin_layout Standard
21074
21075 \series bold
21076
21077 \backslash
21078 usepackage[options]{endfloat}
21079 \end_layout
21080
21081 \begin_layout Standard
21082 Hay varias opciones para diseñar las secciones figura/tabla creadas.
21083  Para más información ver la documentación de 
21084 \begin_inset CommandInset citation
21085 LatexCommand cite
21086 key "endfloat"
21087
21088 \end_inset
21089
21090 .
21091 \begin_inset Newline newline
21092 \end_inset
21093
21094
21095 \begin_inset Note Greyedout
21096 status open
21097
21098 \begin_layout Plain Layout
21099
21100 \series bold
21101 Nota: endfloat
21102 \series default
21103  no traduce automáticamente la indicación, hay que hacerlo manualmente,
21104  ver sección
21105 \begin_inset space ~
21106 \end_inset
21107
21108 4 en 
21109 \begin_inset CommandInset citation
21110 LatexCommand cite
21111 key "endfloat"
21112
21113 \end_inset
21114
21115 .
21116 \end_layout
21117
21118 \end_inset
21119
21120
21121 \begin_inset Newline newline
21122 \end_inset
21123
21124
21125 \begin_inset Note Greyedout
21126 status open
21127
21128 \begin_layout Plain Layout
21129
21130 \series bold
21131 Nota:
21132 \series default
21133  Actualmente hay un error en 
21134 \series bold
21135 endfloat
21136 \series default
21137  cuando la leyenda contiene el carácter alemán 
21138 \begin_inset Quotes eld
21139 \end_inset
21140
21141 ß
21142 \begin_inset Quotes erd
21143 \end_inset
21144
21145 .
21146  Usa en ese caso el comando 
21147 \begin_inset Quotes eld
21148 \end_inset
21149
21150
21151 \series bold
21152
21153 \backslash
21154 ss
21155 \series default
21156
21157 \begin_inset Quotes erd
21158 \end_inset
21159
21160  en ERT en vez de 
21161 \begin_inset Quotes eld
21162 \end_inset
21163
21164 ß
21165 \begin_inset Quotes erd
21166 \end_inset
21167
21168 .
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Standard
21177 \begin_inset VSpace bigskip
21178 \end_inset
21179
21180 Más detalles sobre ubicación de flotantes en libros sobre LaTeX como 
21181 \begin_inset CommandInset citation
21182 LatexCommand cite
21183 key "latexcompanion,latexguide,latexbook"
21184
21185 \end_inset
21186
21187 .
21188 \end_layout
21189
21190 \begin_layout Section
21191 Rotación de flotantes
21192 \begin_inset CommandInset label
21193 LatexCommand label
21194 name "sec:Rotación-de-Flotantes"
21195
21196 \end_inset
21197
21198
21199 \begin_inset Index
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203 Flotantes ! Rotación
21204 \end_layout
21205
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \begin_layout Standard
21212 Podrías necesitar girar flotantes, especialmente con tablas grandes.
21213  Para girar todo el flotante y su leyenda, pincha sobre su cuadro y marca
21214  la opción 
21215 \family sans
21216 Girar
21217 \begin_inset space ~
21218 \end_inset
21219
21220 a
21221 \begin_inset space ~
21222 \end_inset
21223
21224 un
21225 \begin_inset space ~
21226 \end_inset
21227
21228 lado
21229 \family default
21230 .
21231 \end_layout
21232
21233 \begin_layout Standard
21234 Los flotantes girados son puestos siempre en su propia página (o columna
21235  si el documento es de dos columnas).
21236  Se rotan de forma que puedes leerlos desde el margen externo.
21237  Para forzar determinada dirección de rotación para todas las páginas, puedes
21238  añadir una de las opciones 
21239 \series bold
21240 figuresleft
21241 \series default
21242  o 
21243 \series bold
21244 figuresright
21245 \series default
21246  a las opciones de clase del documento.
21247 \end_layout
21248
21249 \begin_layout Standard
21250 Los flotantes girados se refieren igual que los normales, y el formato de
21251  la leyenda también es el mismo: un ejemplo es la tabla
21252 \begin_inset space ~
21253 \end_inset
21254
21255
21256 \begin_inset CommandInset ref
21257 LatexCommand ref
21258 reference "tab:Tabla-girada"
21259
21260 \end_inset
21261
21262 .
21263 \end_layout
21264
21265 \begin_layout Standard
21266 \begin_inset Note Greyedout
21267 status open
21268
21269 \begin_layout Plain Layout
21270
21271 \series bold
21272 Nota:
21273 \series default
21274  No todos los visores DVI pueden mostrar tablas giradas.
21275 \end_layout
21276
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \begin_layout Standard
21283 \begin_inset Float table
21284 wide false
21285 sideways true
21286 status open
21287
21288 \begin_layout Plain Layout
21289 \begin_inset Caption
21290
21291 \begin_layout Plain Layout
21292 \begin_inset CommandInset label
21293 LatexCommand label
21294 name "tab:Tabla-girada"
21295
21296 \end_inset
21297
21298 Tabla girada
21299 \end_layout
21300
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \begin_layout Plain Layout
21307 \align center
21308 \begin_inset Tabular
21309 <lyxtabular version="3" rows="1" columns="5">
21310 <features>
21311 <column alignment="center" valignment="top" width="0">
21312 <column alignment="center" valignment="top" width="0">
21313 <column alignment="center" valignment="top" width="0">
21314 <column alignment="center" valignment="top" width="0">
21315 <column alignment="center" valignment="top" width="0">
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 test
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 b
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 c
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 d
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 e
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 </row>
21363 </lyxtabular>
21364
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \begin_layout Section
21376 Flotantes adosados
21377 \begin_inset Index
21378 status collapsed
21379
21380 \begin_layout Plain Layout
21381 Flotantes ! Adosados
21382 \end_layout
21383
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \begin_layout Standard
21390 Para colocar flotantes unos junto a otros, como en la figura
21391 \begin_inset space ~
21392 \end_inset
21393
21394
21395 \begin_inset CommandInset ref
21396 LatexCommand ref
21397 reference "fig:Flotante-izquierda"
21398
21399 \end_inset
21400
21401  y 
21402 \begin_inset CommandInset ref
21403 LatexCommand ref
21404 reference "fig:Flotante-derecha"
21405
21406 \end_inset
21407
21408 , se pone 
21409 \emph on
21410 un
21411 \emph default
21412  solo flotante.
21413  En él se insertan dos cuadros tipo minipágina
21414 \begin_inset Foot
21415 status open
21416
21417 \begin_layout Plain Layout
21418 Las minipáginas se explican en la sección
21419 \begin_inset space ~
21420 \end_inset
21421
21422
21423 \begin_inset CommandInset ref
21424 LatexCommand ref
21425 reference "sec:Minipáginas"
21426
21427 \end_inset
21428
21429 .
21430 \end_layout
21431
21432 \end_inset
21433
21434 .
21435  La anchura se establece en 45-50
21436 \begin_inset space \thinspace{}
21437 \end_inset
21438
21439 % de la columna y la alineación en 
21440 \family sans
21441 Inferior
21442 \family default
21443  para cada minipágina.
21444  Las minipáginas contienen la imagen y su título, de igual forma que en
21445  los flotantes.
21446  La única diferencia es que el 
21447 \family sans
21448 Ancho
21449 \begin_inset space ~
21450 \end_inset
21451
21452 de
21453 \begin_inset space ~
21454 \end_inset
21455
21456 columna
21457 \begin_inset space ~
21458 \end_inset
21459
21460 %
21461 \family default
21462  de la imagen se calcula en este caso en relación a la anchura de la minipágina.
21463 \end_layout
21464
21465 \begin_layout Standard
21466 \begin_inset Float figure
21467 placement h
21468 wide false
21469 sideways false
21470 status open
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Box Frameless
21474 position "b"
21475 hor_pos "c"
21476 has_inner_box 1
21477 inner_pos "t"
21478 use_parbox 0
21479 width "45col%"
21480 special "none"
21481 height "1in"
21482 height_special "totalheight"
21483 status open
21484
21485 \begin_layout Plain Layout
21486 \align center
21487 \begin_inset Graphics
21488         filename ../clipart/mobius.eps
21489         lyxscale 50
21490         width 100col%
21491         scaleBeforeRotation
21492
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Caption
21500
21501 \begin_layout Plain Layout
21502 \begin_inset CommandInset label
21503 LatexCommand label
21504 name "fig:Flotante-izquierda"
21505
21506 \end_inset
21507
21508 Flotante en el lado izquierdo.
21509 \end_layout
21510
21511 \end_inset
21512
21513
21514 \end_layout
21515
21516 \end_inset
21517
21518
21519 \begin_inset space \hfill{}
21520 \end_inset
21521
21522
21523 \begin_inset Box Frameless
21524 position "b"
21525 hor_pos "c"
21526 has_inner_box 1
21527 inner_pos "t"
21528 use_parbox 0
21529 width "45col%"
21530 special "none"
21531 height "1in"
21532 height_special "totalheight"
21533 status open
21534
21535 \begin_layout Plain Layout
21536 \align center
21537 \begin_inset Graphics
21538         filename ../clipart/platypus.eps
21539         lyxscale 50
21540         width 100col%
21541         scaleBeforeRotation
21542
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \begin_layout Plain Layout
21549 \begin_inset Caption
21550
21551 \begin_layout Plain Layout
21552 \begin_inset CommandInset label
21553 LatexCommand label
21554 name "fig:Flotante-derecha"
21555
21556 \end_inset
21557
21558 Flotante en el lado derecho.
21559 \end_layout
21560
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572
21573
21574 \end_layout
21575
21576 \begin_layout Section
21577 Formato de las leyendas
21578 \begin_inset Index
21579 status collapsed
21580
21581 \begin_layout Plain Layout
21582 Leyendas ! Formato
21583 \end_layout
21584
21585 \end_inset
21586
21587
21588 \begin_inset Index
21589 status collapsed
21590
21591 \begin_layout Plain Layout
21592 Flotantes ! Formato de las leyendas
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \begin_inset Index
21599 status collapsed
21600
21601 \begin_layout Plain Layout
21602 LaTeX-paquetes ! caption
21603 \end_layout
21604
21605 \end_inset
21606
21607
21608 \begin_inset CommandInset label
21609 LatexCommand label
21610 name "sec:Formato-de-leyendas"
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \begin_layout Standard
21618 El entorno 
21619 \family sans
21620 Leyenda
21621 \family default
21622  es el predeterminado para los 
21623 \family sans
21624 Flotantes
21625 \family default
21626 .
21627  En LyX las leyendas se muestran como etiqueta, p.
21628 \begin_inset space \thinspace{}
21629 \end_inset
21630
21631 e.
21632 \begin_inset space ~
21633 \end_inset
21634
21635
21636 \begin_inset Quotes eld
21637 \end_inset
21638
21639
21640 \family sans
21641 Figura #
21642 \family default
21643 :
21644 \begin_inset Quotes erd
21645 \end_inset
21646
21647  seguida por el texto.
21648  
21649 \begin_inset Quotes eld
21650 \end_inset
21651
21652 #
21653 \begin_inset Quotes erd
21654 \end_inset
21655
21656  es el número real de referencia.
21657  Por defecto la etiqueta y el número usan la misma fuente que el texto de
21658  la leyenda y el signo dos puntos sigue al número para separar la etiqueta
21659  del texto.
21660  El formato de la leyenda no es apropiado para todos los formatos de documento.
21661  
21662 \end_layout
21663
21664 \begin_layout Standard
21665 Para cambiar el formato predeterminado carga el paquete LaTeX 
21666 \series bold
21667 caption
21668 \series default
21669
21670 \begin_inset Index
21671 status collapsed
21672
21673 \begin_layout Plain Layout
21674 LaTeX-paquetes ! caption
21675 \end_layout
21676
21677 \end_inset
21678
21679  en el preámbulo del documento con la línea:
21680 \end_layout
21681
21682 \begin_layout Standard
21683
21684 \series bold
21685
21686 \backslash
21687 usepackage[definición de formato]{caption}
21688 \end_layout
21689
21690 \begin_layout Standard
21691 Para poner, por ejemplo, la etiqueta y el número en sans-serif negrita y
21692  las leyendas de tabla siempre sobre ella como en este documento, usa el
21693  comando:
21694 \end_layout
21695
21696 \begin_layout Standard
21697
21698 \series bold
21699
21700 \backslash
21701 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21702 \end_layout
21703
21704 \begin_layout Standard
21705 También puedes definir distintos formatos de leyenda para los distintos
21706  tipos de flotantes.
21707  En ese caso carga el paquete 
21708 \series bold
21709 caption
21710 \series default
21711  sin opciones específicas y define los distintos formatos con ayuda del
21712  comando
21713 \end_layout
21714
21715 \begin_layout Standard
21716
21717 \series bold
21718
21719 \backslash
21720 captionsetup[tipo de flotante]{definición de formato}
21721 \end_layout
21722
21723 \begin_layout Standard
21724 en el preámbulo del documento.
21725  Por ejemplo las leyendas de la Figura
21726 \begin_inset space ~
21727 \end_inset
21728
21729
21730 \begin_inset CommandInset ref
21731 LatexCommand ref
21732 reference "fig:Esto-es-una-fig"
21733
21734 \end_inset
21735
21736  y la tabla
21737 \begin_inset space ~
21738 \end_inset
21739
21740
21741 \begin_inset CommandInset ref
21742 LatexCommand ref
21743 reference "tab:Esto-es-una-tab"
21744
21745 \end_inset
21746
21747  pueden crearse usando los siguientes comandos en el preámbulo:
21748 \end_layout
21749
21750 \begin_layout Standard
21751
21752 \series bold
21753
21754 \backslash
21755 usepackage[tableposition=top]{caption}
21756 \series default
21757
21758 \begin_inset Newline newline
21759 \end_inset
21760
21761
21762 \series bold
21763
21764 \backslash
21765 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21766 \begin_inset Newline newline
21767 \end_inset
21768
21769
21770 \begin_inset ERT
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774
21775
21776 \backslash
21777 hphantom{
21778 \backslash
21779
21780 \backslash
21781 captionsetup[figure]
21782 \backslash
21783 {}
21784 \end_layout
21785
21786 \end_inset
21787
21788  labelsep=period}
21789 \begin_inset Newline newline
21790 \end_inset
21791
21792
21793 \backslash
21794 captionsetup[table]{labelfont={bf,sf}}
21795 \end_layout
21796
21797 \begin_layout Standard
21798 \begin_inset Note Greyedout
21799 status open
21800
21801 \begin_layout Plain Layout
21802
21803 \series bold
21804 Nota: 
21805 \series default
21806 La opción 
21807 \series bold
21808 tableposition=top
21809 \series default
21810  no tiene efecto si se usa una clase de documento 
21811 \series bold
21812 koma-script
21813 \series default
21814 .
21815  En este caso debe utilizarse la opción de clase de documento 
21816 \series bold
21817 tablecaptionabove
21818 \series default
21819 .
21820  
21821 \end_layout
21822
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \begin_layout Standard
21829 Para más información sobre el paquete 
21830 \series bold
21831 caption
21832 \series default
21833  acude a su documentación 
21834 \begin_inset CommandInset citation
21835 LatexCommand cite
21836 key "caption,caption-de"
21837
21838 \end_inset
21839
21840 .
21841 \end_layout
21842
21843 \begin_layout Standard
21844 Para cambiar el nombre de la etiqueta de 
21845 \begin_inset Quotes eld
21846 \end_inset
21847
21848 Figura
21849 \begin_inset Quotes erd
21850 \end_inset
21851
21852  a 
21853 \begin_inset Quotes eld
21854 \end_inset
21855
21856 Imagen
21857 \begin_inset Quotes erd
21858 \end_inset
21859
21860 , p.
21861 \begin_inset space \thinspace{}
21862 \end_inset
21863
21864 e., usa el siguiente comando de preámbulo:
21865 \end_layout
21866
21867 \begin_layout Standard
21868
21869 \series bold
21870
21871 \backslash
21872 renewcommand{
21873 \backslash
21874 fnum@figure}{Imagen~
21875 \backslash
21876 thefigure}
21877 \end_layout
21878
21879 \begin_layout Standard
21880 donde 
21881 \series bold
21882
21883 \backslash
21884 thefigure
21885 \series default
21886  inserta el número de figura y 
21887 \series bold
21888
21889 \begin_inset Quotes eld
21890 \end_inset
21891
21892
21893 \series default
21894 ~
21895 \series bold
21896
21897 \begin_inset Quotes erd
21898 \end_inset
21899
21900
21901 \series default
21902  genera un espacio protegido.
21903
21904 \series bold
21905  
21906 \end_layout
21907
21908 \begin_layout Standard
21909 \begin_inset VSpace bigskip
21910 \end_inset
21911
21912 Si estás usando la clase de documento 
21913 \series bold
21914 koma-script
21915 \series default
21916
21917 \begin_inset Index
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921 LaTeX-paquetes ! koma-script
21922 \end_layout
21923
21924 \end_inset
21925
21926  (
21927 \family sans
21928 article (koma-script)
21929 \family default
21930
21931 \family sans
21932 book (koma-script)
21933 \family default
21934
21935 \family sans
21936 letter (koma-script)
21937 \family default
21938 , o 
21939 \family sans
21940 report (koma-script)
21941 \family default
21942
21943 \begin_inset space \thinspace{}
21944 \end_inset
21945
21946 ), puedes emplear en vez del paquete 
21947 \series bold
21948 caption
21949 \series default
21950  el comando 
21951 \series bold
21952
21953 \backslash
21954 setkomafont
21955 \series default
21956  incluido en 
21957 \series bold
21958 koma-script
21959 \series default
21960 .
21961  Por ejemplo, para poner en negrita la etiqueta de la leyenda añade este
21962  comando en el preámbulo del documento:
21963 \end_layout
21964
21965 \begin_layout Standard
21966
21967 \series bold
21968
21969 \backslash
21970 setkomafont{captionlabel}{
21971 \backslash
21972 bfseries}
21973 \end_layout
21974
21975 \begin_layout Standard
21976 Más información sobre 
21977 \series bold
21978
21979 \backslash
21980 setkomafont
21981 \series default
21982  en la documentación de 
21983 \series bold
21984 koma-script
21985 \series default
21986  
21987 \begin_inset CommandInset citation
21988 LatexCommand cite
21989 key "koma-script"
21990
21991 \end_inset
21992
21993 .
21994 \end_layout
21995
21996 \begin_layout Standard
21997 \begin_inset ERT
21998 status open
21999
22000 \begin_layout Plain Layout
22001
22002
22003 \backslash
22004 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22005 }
22006 \end_layout
22007
22008 \end_inset
22009
22010
22011 \begin_inset Note Note
22012 status open
22013
22014 \begin_layout Plain Layout
22015 El formato de la leyenda se ha cambiado sólo para este ejemplo.
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Standard
22024 \begin_inset Float figure
22025 placement !p
22026 wide false
22027 sideways false
22028 status open
22029
22030 \begin_layout Plain Layout
22031 \align center
22032 \begin_inset Graphics
22033         filename ../clipart/mobius.eps
22034         lyxscale 50
22035         scale 50
22036
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Caption
22044
22045 \begin_layout Plain Layout
22046 \begin_inset CommandInset label
22047 LatexCommand label
22048 name "fig:Esto-es-una-fig"
22049
22050 \end_inset
22051
22052
22053 \begin_inset OptArg
22054 status open
22055
22056 \begin_layout Plain Layout
22057 Figura con leyenda muy larga
22058 \end_layout
22059
22060 \end_inset
22061
22062 Este es un ejemplo de figura con una leyenda que es mayor de una línea para
22063  mostrar el formato diferente.
22064  Aquí se usa una leyenda personalizada.
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 \begin_inset ERT
22079 status open
22080
22081 \begin_layout Plain Layout
22082
22083
22084 \backslash
22085 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22086 on}
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \begin_layout Standard
22095 \begin_inset Float table
22096 placement !p
22097 wide false
22098 sideways false
22099 status collapsed
22100
22101 \begin_layout Plain Layout
22102 \begin_inset Caption
22103
22104 \begin_layout Plain Layout
22105 \begin_inset CommandInset label
22106 LatexCommand label
22107 name "tab:Esto-es-una-tab"
22108
22109 \end_inset
22110
22111
22112 \begin_inset OptArg
22113 status collapsed
22114
22115 \begin_layout Plain Layout
22116 Tabla con leyenda muy larga
22117 \end_layout
22118
22119 \end_inset
22120
22121 Este es un ejemplo de leyenda de tabla mayor que una línea para mostrar
22122  el formato diferente.
22123  Aquí se usa el formato de leyenda estándar para las tablas.
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Plain Layout
22132 \align center
22133 \begin_inset Tabular
22134 <lyxtabular version="3" rows="1" columns="5">
22135 <features>
22136 <column alignment="center" valignment="top" width="0">
22137 <column alignment="center" valignment="top" width="0">
22138 <column alignment="center" valignment="top" width="0">
22139 <column alignment="center" valignment="top" width="0">
22140 <column alignment="center" valignment="top" width="0">
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 a
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155 b
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 c
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 d
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 e
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 </lyxtabular>
22189
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \begin_layout Section
22201 Colocación de leyendas
22202 \begin_inset Index
22203 status collapsed
22204
22205 \begin_layout Plain Layout
22206 Leyendas ! Colocación
22207 \end_layout
22208
22209 \end_inset
22210
22211
22212 \begin_inset Index
22213 status collapsed
22214
22215 \begin_layout Plain Layout
22216 Flotantes ! Colocación de leyendas
22217 \end_layout
22218
22219 \end_inset
22220
22221
22222 \begin_inset CommandInset label
22223 LatexCommand label
22224 name "sec:Colocación-de-leyendas"
22225
22226 \end_inset
22227
22228
22229 \end_layout
22230
22231 \begin_layout Standard
22232 La norma habitual para colocar las leyendas es:
22233 \end_layout
22234
22235 \begin_layout Description
22236 Figura: La leyenda al pie de la figura
22237 \end_layout
22238
22239 \begin_layout Description
22240 Tabla: La leyenda sobre la tabla
22241 \end_layout
22242
22243 \begin_layout Standard
22244 Desafortunadamente, las clases estándar de LaTeX no soportan leyendas sobre
22245  la tabla.
22246  Esto implica que si usas las clases de documento 
22247 \family sans
22248 article
22249 \family default
22250
22251 \family sans
22252 book
22253 \family default
22254
22255 \family sans
22256 letter
22257 \family default
22258 , o 
22259 \family sans
22260 report
22261 \family default
22262  no habrá espacio entre la leyenda y la tabla.
22263  Para insertar el espacio adecuado añade la siguiente opción al comando
22264  del paquete LaTeX 
22265 \series bold
22266 caption
22267 \series default
22268  en el preámbulo del documento
22269 \begin_inset Foot
22270 status collapsed
22271
22272 \begin_layout Plain Layout
22273 Ver la sección
22274 \begin_inset space ~
22275 \end_inset
22276
22277
22278 \begin_inset CommandInset ref
22279 LatexCommand ref
22280 reference "sec:Formato-de-leyendas"
22281
22282 \end_inset
22283
22284  para más información sobre el paquete 
22285 \series bold
22286 caption
22287 \series default
22288 .
22289 \end_layout
22290
22291 \end_inset
22292
22293 :
22294 \end_layout
22295
22296 \begin_layout Standard
22297
22298 \series bold
22299 tableposition=top
22300 \end_layout
22301
22302 \begin_layout Standard
22303 Si estás usando la clase 
22304 \series bold
22305 koma-script
22306 \series default
22307
22308 \begin_inset Index
22309 status collapsed
22310
22311 \begin_layout Plain Layout
22312 LaTeX-paquetes ! koma-script
22313 \end_layout
22314
22315 \end_inset
22316
22317  (
22318 \family sans
22319 article (koma-script)
22320 \family default
22321
22322 \family sans
22323 book (koma-script)
22324 \family default
22325
22326 \family sans
22327 letter (koma-script)
22328 \family default
22329 , o 
22330 \family sans
22331 report (koma-script)
22332 \family default
22333
22334 \begin_inset space \thinspace{}
22335 \end_inset
22336
22337 ), en vez de 
22338 \series bold
22339 caption
22340 \series default
22341  puedes poner la opción 
22342 \series bold
22343 tablecaptionabove
22344 \series default
22345  de la clase de documento.
22346 \end_layout
22347
22348 \begin_layout Standard
22349 \begin_inset VSpace bigskip
22350 \end_inset
22351
22352 También es posible poner la leyenda junto a una figura o tabla.
22353  Para conseguirlo hay que cargar el paquete LaTeX 
22354 \series bold
22355 sidecap
22356 \series default
22357
22358 \begin_inset Index
22359 status collapsed
22360
22361 \begin_layout Plain Layout
22362 LaTeX-paquetes ! sidecap
22363 \end_layout
22364
22365 \end_inset
22366
22367  añadiendo en el preámbulo del documento la línea
22368 \end_layout
22369
22370 \begin_layout Standard
22371
22372 \series bold
22373
22374 \backslash
22375 usepackage[option]{sidecap}
22376 \end_layout
22377
22378 \begin_layout Standard
22379 Si no se especifica opción, la leyenda se ubica del lado del margen externo
22380  de la página ---a la derecha en páginas impares, a la izquierda en las
22381  pares---.
22382  Puedes cambiar la colocación al margen interno con la opción 
22383 \series bold
22384 innercaption
22385 \series default
22386 .
22387  Para forzar la ubicación siempre a la derecha o a la izquierda, usa las
22388  opciones 
22389 \series bold
22390 rightcaption
22391 \series default
22392  o 
22393 \series bold
22394 leftcaption
22395 \series default
22396 , respectivamente.
22397 \end_layout
22398
22399 \begin_layout Standard
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 ifsidecap
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \begin_inset Note Note
22414 status open
22415
22416 \begin_layout Plain Layout
22417 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
22418  LaTeX 
22419 \series bold
22420 sidecap
22421 \series default
22422 .
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 Para situar en LyX la leyenda de un flotante al lado, es necesario añadir
22432  estos comandos al preámbulo del documento:
22433 \end_layout
22434
22435 \begin_layout Standard
22436
22437 \lyxline
22438
22439 \end_layout
22440
22441 \begin_layout Standard
22442
22443 \series bold
22444
22445 \backslash
22446 newcommand{
22447 \backslash
22448 TabBesBeg}{%
22449 \begin_inset Newline newline
22450 \end_inset
22451
22452
22453 \begin_inset ERT
22454 status collapsed
22455
22456 \begin_layout Plain Layout
22457
22458
22459 \backslash
22460 hphantom{ }
22461 \end_layout
22462
22463 \end_inset
22464
22465
22466 \backslash
22467 let
22468 \backslash
22469 MyTable
22470 \backslash
22471 table
22472 \begin_inset Newline newline
22473 \end_inset
22474
22475
22476 \begin_inset ERT
22477 status collapsed
22478
22479 \begin_layout Plain Layout
22480
22481
22482 \backslash
22483 hphantom{ }
22484 \end_layout
22485
22486 \end_inset
22487
22488
22489 \backslash
22490 let
22491 \backslash
22492 MyEndtable
22493 \backslash
22494 endtable
22495 \begin_inset Newline newline
22496 \end_inset
22497
22498
22499 \begin_inset ERT
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503
22504
22505 \backslash
22506 hphantom{ }
22507 \end_layout
22508
22509 \end_inset
22510
22511
22512 \backslash
22513 renewenvironment{table}{
22514 \backslash
22515 begin{SCtable}}{
22516 \backslash
22517 end{SCtable}}}
22518 \end_layout
22519
22520 \begin_layout Standard
22521
22522 \series bold
22523
22524 \backslash
22525 newcommand{
22526 \backslash
22527 TabBesEnd}{%
22528 \begin_inset Newline newline
22529 \end_inset
22530
22531
22532 \begin_inset ERT
22533 status collapsed
22534
22535 \begin_layout Plain Layout
22536
22537
22538 \backslash
22539 hphantom{ }
22540 \end_layout
22541
22542 \end_inset
22543
22544
22545 \backslash
22546 let
22547 \backslash
22548 table
22549 \backslash
22550 MyTable
22551 \begin_inset Newline newline
22552 \end_inset
22553
22554
22555 \begin_inset ERT
22556 status collapsed
22557
22558 \begin_layout Plain Layout
22559
22560
22561 \backslash
22562 hphantom{ }
22563 \end_layout
22564
22565 \end_inset
22566
22567
22568 \backslash
22569 let
22570 \backslash
22571 endtable
22572 \backslash
22573 MyEndtable
22574 \end_layout
22575
22576 \begin_layout Standard
22577
22578 \series bold
22579
22580 \backslash
22581 newcommand{
22582 \backslash
22583 FigBesBeg}{%
22584 \begin_inset Newline newline
22585 \end_inset
22586
22587
22588 \begin_inset ERT
22589 status collapsed
22590
22591 \begin_layout Plain Layout
22592
22593
22594 \backslash
22595 hphantom{ }
22596 \end_layout
22597
22598 \end_inset
22599
22600
22601 \backslash
22602 let
22603 \backslash
22604 MyFigure
22605 \backslash
22606 figure
22607 \begin_inset Newline newline
22608 \end_inset
22609
22610
22611 \begin_inset ERT
22612 status collapsed
22613
22614 \begin_layout Plain Layout
22615
22616
22617 \backslash
22618 hphantom{ }
22619 \end_layout
22620
22621 \end_inset
22622
22623
22624 \backslash
22625 let
22626 \backslash
22627 MyEndfigure
22628 \backslash
22629 endfigure
22630 \begin_inset Newline newline
22631 \end_inset
22632
22633
22634 \begin_inset ERT
22635 status collapsed
22636
22637 \begin_layout Plain Layout
22638
22639
22640 \backslash
22641 hphantom{ }
22642 \end_layout
22643
22644 \end_inset
22645
22646
22647 \backslash
22648 renewenvironment{figure}{
22649 \backslash
22650 begin{SCfigure}}{
22651 \backslash
22652 end{SCfigure}}}
22653 \end_layout
22654
22655 \begin_layout Standard
22656
22657 \series bold
22658
22659 \backslash
22660 newcommand{
22661 \backslash
22662 FigBesEnd}{%
22663 \begin_inset Newline newline
22664 \end_inset
22665
22666
22667 \begin_inset ERT
22668 status collapsed
22669
22670 \begin_layout Plain Layout
22671
22672
22673 \backslash
22674 hphantom{ }
22675 \end_layout
22676
22677 \end_inset
22678
22679
22680 \backslash
22681 let
22682 \backslash
22683 figure
22684 \backslash
22685 MyFigure
22686 \begin_inset Newline newline
22687 \end_inset
22688
22689
22690 \begin_inset ERT
22691 status collapsed
22692
22693 \begin_layout Plain Layout
22694
22695
22696 \backslash
22697 hphantom{ }
22698 \end_layout
22699
22700 \end_inset
22701
22702
22703 \backslash
22704 let
22705 \backslash
22706 endfigure
22707 \backslash
22708 MyEndfigure}
22709 \end_layout
22710
22711 \begin_layout Standard
22712
22713 \lyxline
22714
22715 \end_layout
22716
22717 \begin_layout Standard
22718 Estos comandos permiten redefinir los flotantes de modo que la leyenda aparezca
22719  en un lado.
22720  Para figuras flotantes usa el comando
22721 \end_layout
22722
22723 \begin_layout Standard
22724
22725 \series bold
22726
22727 \backslash
22728 FigBesBeg
22729 \end_layout
22730
22731 \begin_layout Standard
22732 en ERT antes del flotante.
22733  Detrás del flotante inserta
22734 \end_layout
22735
22736 \begin_layout Standard
22737
22738 \series bold
22739
22740 \backslash
22741 FigBesEnd
22742 \end_layout
22743
22744 \begin_layout Standard
22745 en ERT para volver a la definición original de flotantes.
22746 \end_layout
22747
22748 \begin_layout Standard
22749 Para tablas flotantes usa los comandos correspondientes
22750 \end_layout
22751
22752 \begin_layout Standard
22753
22754 \series bold
22755
22756 \backslash
22757 TabBesBeg
22758 \series default
22759  y 
22760 \series bold
22761
22762 \backslash
22763 TabBesEnd
22764 \end_layout
22765
22766 \begin_layout Standard
22767 La figura
22768 \begin_inset space ~
22769 \end_inset
22770
22771
22772 \begin_inset CommandInset ref
22773 LatexCommand ref
22774 reference "fig:encab-al-lado"
22775
22776 \end_inset
22777
22778  y la tabla
22779 \begin_inset space ~
22780 \end_inset
22781
22782
22783 \begin_inset CommandInset ref
22784 LatexCommand ref
22785 reference "tab:encab-al-lado"
22786
22787 \end_inset
22788
22789  son ejemplos en los que el título se sitúa al lado.
22790 \end_layout
22791
22792 \begin_layout Standard
22793 En los ejemplos puedes ver que el texto del título aparece encima del flotante
22794  en tablas flotantes y debajo en las figuras flotantes.
22795  Para cambiarlo, puedes usar el comando
22796 \end_layout
22797
22798 \begin_layout Standard
22799
22800 \series bold
22801
22802 \backslash
22803 sidecaptionvpos{tipo de flotante}{colocación}
22804 \end_layout
22805
22806 \begin_layout Standard
22807 en el preámbulo o en ERT antes del flotante.
22808  El tipo de flotante es 
22809 \family sans
22810 figure
22811 \family default
22812  o 
22813 \family sans
22814 table
22815 \family default
22816 , la colocación puede ser 
22817 \begin_inset Quotes eld
22818 \end_inset
22819
22820
22821 \family sans
22822 t
22823 \family default
22824
22825 \begin_inset Quotes erd
22826 \end_inset
22827
22828  por 
22829 \begin_inset Quotes eld
22830 \end_inset
22831
22832 top
22833 \begin_inset Quotes erd
22834 \end_inset
22835
22836  (arriba), 
22837 \begin_inset Quotes eld
22838 \end_inset
22839
22840
22841 \family sans
22842 c
22843 \family default
22844
22845 \begin_inset Quotes erd
22846 \end_inset
22847
22848  por 
22849 \begin_inset Quotes eld
22850 \end_inset
22851
22852 center
22853 \begin_inset Quotes erd
22854 \end_inset
22855
22856  (centro), o 
22857 \begin_inset Quotes eld
22858 \end_inset
22859
22860
22861 \family sans
22862 b
22863 \family default
22864
22865 \begin_inset Quotes erd
22866 \end_inset
22867
22868  por 
22869 \begin_inset Quotes eld
22870 \end_inset
22871
22872 bottom
22873 \begin_inset Quotes erd
22874 \end_inset
22875
22876  (abajo).
22877  Para tener, por ejemplo, el título de figuras flotantes verticalmente centrado,
22878  usa el comando
22879 \end_layout
22880
22881 \begin_layout Standard
22882
22883 \series bold
22884
22885 \backslash
22886 sidecaptionvpos{figure}{c}
22887 \end_layout
22888
22889 \begin_layout Standard
22890 Esto se ha hecho en la figura
22891 \begin_inset space ~
22892 \end_inset
22893
22894
22895 \begin_inset CommandInset ref
22896 LatexCommand ref
22897 reference "fig:encab-al-lado-de-fig"
22898
22899 \end_inset
22900
22901 .
22902 \end_layout
22903
22904 \begin_layout Standard
22905 \begin_inset VSpace medskip
22906 \end_inset
22907
22908 Más información sobre el paquete 
22909 \series bold
22910 sidecap
22911 \series default
22912  en su documentación 
22913 \begin_inset CommandInset citation
22914 LatexCommand cite
22915 key "sidecap"
22916
22917 \end_inset
22918
22919 .
22920 \end_layout
22921
22922 \begin_layout Standard
22923 \begin_inset Note Greyedout
22924 status open
22925
22926 \begin_layout Plain Layout
22927
22928 \series bold
22929 Nota:
22930 \series default
22931  El paquete LaTeX 
22932 \series bold
22933 hypcap
22934 \series default
22935
22936 \begin_inset Index
22937 status collapsed
22938
22939 \begin_layout Plain Layout
22940 LaTeX-paquetes ! hypcap
22941 \end_layout
22942
22943 \end_inset
22944
22945 , descrito en la sección
22946 \begin_inset space ~
22947 \end_inset
22948
22949
22950 \begin_inset CommandInset ref
22951 LatexCommand ref
22952 reference "sub:Colocación-de-Referencias"
22953
22954 \end_inset
22955
22956 , no afecta a flotantes con la leyenda al lado.
22957 \end_layout
22958
22959 \end_inset
22960
22961
22962 \end_layout
22963
22964 \begin_layout Standard
22965 \begin_inset ERT
22966 status collapsed
22967
22968 \begin_layout Plain Layout
22969
22970
22971 \backslash
22972 FigBesBeg 
22973 \end_layout
22974
22975 \end_inset
22976
22977
22978 \end_layout
22979
22980 \begin_layout Standard
22981 \begin_inset Float figure
22982 wide false
22983 sideways false
22984 status open
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Graphics
22988         filename ../clipart/escher-lsd.eps
22989         scale 75
22990
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \begin_layout Plain Layout
22997 \begin_inset Caption
22998
22999 \begin_layout Plain Layout
23000 \begin_inset CommandInset label
23001 LatexCommand label
23002 name "fig:encab-al-lado"
23003
23004 \end_inset
23005
23006 Leyenda al lado de una figura.
23007 \end_layout
23008
23009 \end_inset
23010
23011
23012 \end_layout
23013
23014 \end_inset
23015
23016
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024
23025
23026 \backslash
23027 TabBesBeg 
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \begin_layout Standard
23036 \begin_inset Float table
23037 wide false
23038 sideways false
23039 status open
23040
23041 \begin_layout Plain Layout
23042 \begin_inset Caption
23043
23044 \begin_layout Plain Layout
23045 \begin_inset CommandInset label
23046 LatexCommand label
23047 name "tab:encab-al-lado"
23048
23049 \end_inset
23050
23051 Leyenda al lado de una tabla.
23052 \end_layout
23053
23054 \end_inset
23055
23056
23057 \end_layout
23058
23059 \begin_layout Plain Layout
23060 \begin_inset Tabular
23061 <lyxtabular version="3" rows="4" columns="5">
23062 <features>
23063 <column alignment="center" valignment="top" width="0">
23064 <column alignment="center" valignment="top" width="0">
23065 <column alignment="center" valignment="top" width="0">
23066 <column alignment="center" valignment="top" width="0">
23067 <column alignment="center" valignment="top" width="0">
23068 <row>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 a
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 b
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 c
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 <row>
23116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120
23121 \end_layout
23122
23123 \end_inset
23124 </cell>
23125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129 d
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 e
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 </row>
23162 <row>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167 f
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185 g
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23191 \begin_inset Text
23192
23193 \begin_layout Plain Layout
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 h
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23220 \begin_inset Text
23221
23222 \begin_layout Plain Layout
23223 i
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 j
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 </row>
23256 </lyxtabular>
23257
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \begin_layout Standard
23269 \begin_inset ERT
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273
23274
23275 \backslash
23276 TabBesEnd
23277 \end_layout
23278
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \begin_layout Standard
23285 \begin_inset ERT
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289
23290
23291 \backslash
23292 sidecaptionvpos{figure}{c}
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \begin_inset Float figure
23299 wide false
23300 sideways false
23301 status open
23302
23303 \begin_layout Plain Layout
23304 \begin_inset Graphics
23305         filename ../clipart/escher-lsd.eps
23306         scale 75
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Plain Layout
23314 \begin_inset Caption
23315
23316 \begin_layout Plain Layout
23317 \begin_inset CommandInset label
23318 LatexCommand label
23319 name "fig:encab-al-lado-de-fig"
23320
23321 \end_inset
23322
23323 Leyenda centrada verticalmente junto a una figura.
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \begin_layout Standard
23337 \begin_inset ERT
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341
23342
23343 \backslash
23344 FigBesEnd
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \begin_layout Standard
23353 \begin_inset ERT
23354 status collapsed
23355
23356 \begin_layout Plain Layout
23357
23358
23359 \backslash
23360 else
23361 \end_layout
23362
23363 \end_inset
23364
23365
23366 \begin_inset Note Note
23367 status open
23368
23369 \begin_layout Plain Layout
23370 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
23371  
23372 \series bold
23373 sidecap
23374 \series default
23375 .
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Standard
23384 Debes instalar el paquete LaTeX 
23385 \series bold
23386 sidecap
23387 \series default
23388  para ver la parte siguiente en la salida.
23389 \end_layout
23390
23391 \begin_layout Standard
23392 \begin_inset ERT
23393 status collapsed
23394
23395 \begin_layout Plain Layout
23396
23397
23398 \backslash
23399 fi
23400 \end_layout
23401
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \begin_layout Section
23408 Lista de flotantes
23409 \begin_inset CommandInset label
23410 LatexCommand label
23411 name "sec:Lista-de-Flotantes"
23412
23413 \end_inset
23414
23415
23416 \begin_inset Index
23417 status collapsed
23418
23419 \begin_layout Plain Layout
23420 Flotantes ! Lista de
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \begin_layout Standard
23429 Igual que en el índice general se listan las secciones del documento, hay
23430  listas para todos los tipos de flotantes, como las figuras.
23431  Se pueden insertar mediante los submenús 
23432 \family sans
23433 Insertar\SpecialChar \menuseparator
23434 Lista / IG
23435 \family default
23436 .
23437 \end_layout
23438
23439 \begin_layout Standard
23440 Las entradas de la lista son los títulos del flotante o su título corto,
23441  el número de flotante, y el número de la página del documento en la que
23442  aparecen.
23443 \end_layout
23444
23445 \begin_layout Standard
23446 Puedes encontrar las listas de figuras y tablas al final de este documento.
23447 \end_layout
23448
23449 \begin_layout Chapter
23450 Notas
23451 \end_layout
23452
23453 \begin_layout Section
23454 Notas en LyX 
23455 \begin_inset CommandInset label
23456 LatexCommand label
23457 name "sec:Notas-en-LyX"
23458
23459 \end_inset
23460
23461
23462 \begin_inset Index
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466 Notas ! Notas en LyX
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \begin_layout Standard
23475 Las notas se insertan con el botón 
23476 \begin_inset Graphics
23477         filename ../../images/note-insert.png
23478         scale 85
23479
23480 \end_inset
23481
23482  o con el menú 
23483 \family sans
23484 Insertar\SpecialChar \menuseparator
23485 Nota
23486 \family default
23487 .
23488  Hay cinco tipos de notas:
23489 \end_layout
23490
23491 \begin_layout Description
23492 Nota
23493 \begin_inset space ~
23494 \end_inset
23495
23496 LyX Este tipo es para notas internas que no han de aparecer en la salida.
23497  Su cuadro se muestra como este:
23498 \begin_inset Newline newline
23499 \end_inset
23500
23501
23502 \begin_inset Newline newline
23503 \end_inset
23504
23505
23506 \begin_inset Graphics
23507         filename clipart/NotaLyXImagenQt4.png
23508         display false
23509         scale 85
23510
23511 \end_inset
23512
23513  
23514 \begin_inset Note Note
23515 status collapsed
23516
23517 \begin_layout Plain Layout
23518 Este es un texto en un recuadro que no se muestra en la salida.
23519 \end_layout
23520
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \begin_layout Description
23527 Comentario Esta nota tampoco se muestra en la salida pero aparece como un
23528  comentario de LaTeX, cuando exportas el documento a LaTeX vía menú 
23529 \family sans
23530 Archivo\SpecialChar \menuseparator
23531 Exportar\SpecialChar \menuseparator
23532 LaTeX (pdflatex) / (plain)
23533 \family default
23534 .
23535  Su recuadro se ve así:
23536 \begin_inset Newline newline
23537 \end_inset
23538
23539
23540 \begin_inset Newline newline
23541 \end_inset
23542
23543
23544 \begin_inset Graphics
23545         filename clipart/ComentNotaImagenQt4.png
23546         display false
23547         scale 85
23548
23549 \end_inset
23550
23551  
23552 \begin_inset Note Comment
23553 status collapsed
23554
23555 \begin_layout Plain Layout
23556 Una nota comentario que sólo aparece como comentario en archivos LaTeX.
23557 \end_layout
23558
23559 \end_inset
23560
23561
23562 \end_layout
23563
23564 \begin_layout Description
23565 Resaltado
23566 \begin_inset space ~
23567 \end_inset
23568
23569 en
23570 \begin_inset space ~
23571 \end_inset
23572
23573 gris Esta nota aparece en la salida como texto resaltado en gris.
23574  Su recuadro se parece a este:
23575 \begin_inset Newline newline
23576 \end_inset
23577
23578
23579 \begin_inset Newline newline
23580 \end_inset
23581
23582
23583 \begin_inset Graphics
23584         filename clipart/GrisNotaImagenQt4.png
23585         display false
23586         scale 85
23587
23588 \end_inset
23589
23590
23591 \begin_inset Newline newline
23592 \end_inset
23593
23594
23595 \begin_inset ERT
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599
23600
23601 \backslash
23602 renewenvironment{lyxgreyedout}
23603 \end_layout
23604
23605 \begin_layout Plain Layout
23606
23607 {
23608 \backslash
23609 textcolor[gray]{0.8}
23610 \backslash
23611 bgroup}{
23612 \backslash
23613 egroup}
23614 \end_layout
23615
23616 \end_inset
23617
23618
23619 \begin_inset Note Greyedout
23620 status open
23621
23622 \begin_layout Plain Layout
23623 Este es el texto
23624 \begin_inset Foot
23625 status open
23626
23627 \begin_layout Plain Layout
23628 Esto es un ejemplo de nota al pie en una nota resaltada en gris.
23629 \end_layout
23630
23631 \end_inset
23632
23633  de un comentario que se muestra resaltado en gris.
23634 \end_layout
23635
23636 \end_inset
23637
23638
23639 \begin_inset ERT
23640 status collapsed
23641
23642 \begin_layout Plain Layout
23643
23644
23645 \backslash
23646 renewenvironment{lyxgreyedout}
23647 \end_layout
23648
23649 \begin_layout Plain Layout
23650
23651 {
23652 \backslash
23653 textcolor{blue}
23654 \backslash
23655 bgroup}{
23656 \backslash
23657 egroup}
23658 \end_layout
23659
23660 \end_inset
23661
23662
23663 \begin_inset Note Note
23664 status collapsed
23665
23666 \begin_layout Plain Layout
23667 La nota resaltada en gris se ha redefinido aquí para mostrarla con la definición
23668  original de LyX, ya que en el preámbulo de este documento se han redefinido
23669  estas notas para que salgan en azul, como se indica más adelante.
23670 \end_layout
23671
23672 \end_inset
23673
23674
23675 \begin_inset Newline newline
23676 \end_inset
23677
23678
23679 \begin_inset Newline newline
23680 \end_inset
23681
23682 Como se ve en el ejemplo, la primera línea de las notas resaltadas en gris
23683  está un poco sangrada, y por otra parte pueden tener notas al pie.
23684 \end_layout
23685
23686 \begin_layout Description
23687 Enmarcado Este tipo de notas aparecerá en la salida como un texto enmarcado.
23688  Su recuadro se verá como este:
23689 \begin_inset Newline newline
23690 \end_inset
23691
23692
23693 \begin_inset Newline newline
23694 \end_inset
23695
23696
23697 \family roman
23698 \series medium
23699
23700 \begin_inset Graphics
23701         filename clipart/NotaEnmarcadaImg.png
23702         display false
23703
23704 \end_inset
23705
23706
23707 \family default
23708 \series default
23709  
23710 \family roman
23711 \series medium
23712
23713 \begin_inset Box Framed
23714 position "t"
23715 hor_pos "c"
23716 has_inner_box 0
23717 inner_pos "t"
23718 use_parbox 0
23719 width "100col%"
23720 special "none"
23721 height "1in"
23722 height_special "totalheight"
23723 status open
23724
23725 \begin_layout Plain Layout
23726
23727 \family roman
23728 Este texto en un cuadro de nota se verá enmarcado en la salida.
23729 \end_layout
23730
23731 \end_inset
23732
23733
23734 \family default
23735 \series default
23736  
23737 \family roman
23738 \series medium
23739
23740 \family default
23741 \series default
23742 diferencia de los cuadros enmarcados
23743 \begin_inset Foot
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747 Los cuadros enmarcados se describen en la sección
23748 \begin_inset space ~
23749 \end_inset
23750
23751
23752 \begin_inset CommandInset ref
23753 LatexCommand ref
23754 reference "sec:Cuadros-Enmarcados"
23755
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762
23763 , este marco emplea siempre la anchura total de página y la nota va en su
23764  propio párrafo.
23765 \end_layout
23766
23767 \begin_layout Description
23768 Sombreado Este tipo de nota se verá en la salida con un fondo de color rojo.
23769  Su recuadro se verá como este:
23770 \begin_inset Newline newline
23771 \end_inset
23772
23773
23774 \begin_inset Newline newline
23775 \end_inset
23776
23777
23778 \family roman
23779 \series medium
23780
23781 \begin_inset Graphics
23782         filename clipart/NotaSombreadaImg.png
23783         display false
23784
23785 \end_inset
23786
23787  
23788 \begin_inset Box Shaded
23789 position "t"
23790 hor_pos "c"
23791 has_inner_box 0
23792 inner_pos "t"
23793 use_parbox 0
23794 width "100col%"
23795 special "none"
23796 height "1in"
23797 height_special "totalheight"
23798 status open
23799
23800 \begin_layout Plain Layout
23801
23802 \family roman
23803 Este texto en un cuadro de nota se verá en la salida sobre fondo en rojo.
23804 \end_layout
23805
23806 \end_inset
23807
23808  A diferencia de los cuadros coloreados
23809 \family default
23810 \series default
23811
23812 \begin_inset Foot
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816 Los cuadros coloreados se describen en la sección
23817 \begin_inset space ~
23818 \end_inset
23819
23820
23821 \begin_inset CommandInset ref
23822 LatexCommand ref
23823 reference "sec:Cuadros-Coloreados"
23824
23825 \end_inset
23826
23827 .
23828 \end_layout
23829
23830 \end_inset
23831
23832 , este cuadro de nota siempre usa toda la anchura de página y va en su propio
23833  párrafo.
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset VSpace bigskip
23838 \end_inset
23839
23840 Si usas el botón de la barra de herramientas 
23841 \begin_inset Graphics
23842         filename ../../images/note-insert.png
23843         scale 85
23844
23845 \end_inset
23846
23847  para insertar notas, se inserta una 
23848 \family sans
23849 Nota
23850 \begin_inset space ~
23851 \end_inset
23852
23853 LyX
23854 \family default
23855 .
23856  Puedes cambiar entre los cinco tipos de nota con clic-derecho sobre el
23857  recuadro.
23858  
23859 \family roman
23860 \series medium
23861 \bar no
23862 Si quieres convertir un texto presente a nota, márcalo y pincha sobre el
23863  botón de herramienta 
23864 \family sans
23865 \series default
23866 \bar default
23867 Nota
23868 \family default
23869 .
23870  Para cambiar una nota a texto, pulsa la tecla 
23871 \family sans
23872 Retroceso
23873 \family default
23874  cuando el cursor está en la primera posición de una nota, o la tecla 
23875 \family sans
23876 Supr
23877 \family default
23878  cuando el cursor está en la última posición de la nota, respectivamente.
23879 \end_layout
23880
23881 \begin_layout Standard
23882 \begin_inset VSpace bigskip
23883 \end_inset
23884
23885 Se puede cambiar el color del 
23886 \family sans
23887 Resaltado en gris
23888 \family default
23889  poniendo en el preámbulo el comando:
23890 \end_layout
23891
23892 \begin_layout Standard
23893
23894 \series bold
23895
23896 \backslash
23897 renewenvironment{lyxgreyedout}
23898 \begin_inset Newline newline
23899 \end_inset
23900
23901
23902 \begin_inset ERT
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906
23907
23908 \backslash
23909 hphantom{ }
23910 \end_layout
23911
23912 \end_inset
23913
23914 {
23915 \backslash
23916 textcolor{color}
23917 \backslash
23918 bgroup}{
23919 \backslash
23920 egroup}
23921 \end_layout
23922
23923 \begin_layout Standard
23924 Los colores disponibles y el método para definir nuestros propios colores
23925  se explica en la sección
23926 \begin_inset space ~
23927 \end_inset
23928
23929
23930 \begin_inset CommandInset ref
23931 LatexCommand ref
23932 reference "sec:Tablas-Coloreadas"
23933
23934 \end_inset
23935
23936 .
23937 \end_layout
23938
23939 \begin_layout Standard
23940 Las notas en azul en este documento se han hecho con notas del tipo 
23941 \family sans
23942 Resaltado en gris
23943 \family default
23944  pero definiendo el color del texto en azul.
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset VSpace bigskip
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \begin_layout Standard
23955 El estilo de texto en las notas de tipo 
23956 \family sans
23957 Enmarcado
23958 \family default
23959  y 
23960 \family sans
23961 Sombreado
23962 \family default
23963  se puede establecer en el diálogo 
23964 \family sans
23965 Estilo del texto.
23966 \end_layout
23967
23968 \begin_layout Standard
23969 El grosor predeterminado del marco en las notas 
23970 \family sans
23971 Enmarcadas
23972 \family default
23973  es 0.4
23974 \begin_inset space \thinspace{}
23975 \end_inset
23976
23977 pt; se puede cambiar con el comando 
23978 \backslash
23979
23980 \series bold
23981 FrameRule
23982 \series default
23983 .
23984  El espacio entre el contenido y el marco es 9
23985 \series bold
23986
23987 \begin_inset space \thinspace{}
23988 \end_inset
23989
23990
23991 \series default
23992 pt por defecto; se puede cambiar con 
23993 \series bold
23994
23995 \backslash
23996 FrameSep
23997 \series default
23998 .
23999  Por ejemplo, el marco de la siguiente nota 
24000 \family sans
24001 Enmarcada
24002 \family default
24003  está hecho con los comandos ERT
24004 \series bold
24005  
24006 \end_layout
24007
24008 \begin_layout Standard
24009
24010 \series bold
24011
24012 \backslash
24013 FrameRule 5pt 
24014 \backslash
24015 FrameSep 0.5cm
24016 \end_layout
24017
24018 \begin_layout Standard
24019 \begin_inset ERT
24020 status collapsed
24021
24022 \begin_layout Plain Layout
24023
24024
24025 \backslash
24026 FrameRule 5pt 
24027 \backslash
24028 FrameSep 0.5cm
24029 \end_layout
24030
24031 \end_inset
24032
24033
24034 \begin_inset Box Framed
24035 position "t"
24036 hor_pos "c"
24037 has_inner_box 0
24038 inner_pos "t"
24039 use_parbox 0
24040 width "100col%"
24041 special "none"
24042 height "1in"
24043 height_special "totalheight"
24044 status open
24045
24046 \begin_layout Plain Layout
24047 Texto en una nota 
24048 \family sans
24049 Enmarcada
24050 \family default
24051 .
24052 \end_layout
24053
24054 \end_inset
24055
24056
24057 \begin_inset ERT
24058 status collapsed
24059
24060 \begin_layout Plain Layout
24061
24062
24063 \backslash
24064 FrameRule 0.4pt 
24065 \backslash
24066 FrameSep 9pt
24067 \end_layout
24068
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \begin_layout Standard
24075 \begin_inset VSpace bigskip
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Standard
24082 Para las notas 
24083 \family sans
24084 Sombreadas
24085 \family default
24086  el espacio entre el contenido y el borde es 3
24087 \begin_inset space \thinspace{}
24088 \end_inset
24089
24090 pt por defecto; se puede cambiar con 
24091 \series bold
24092
24093 \backslash
24094 fboxsep
24095 \series default
24096 .
24097 \begin_inset Newline newline
24098 \end_inset
24099
24100 El color rojo predeterminado se puede cambiar con el comando 
24101 \series bold
24102
24103 \backslash
24104 def\SpecialChar \textcompwordmark{}
24105 inecolor{shadebox}
24106 \series default
24107 .
24108  El esquema del comando 
24109 \series bold
24110
24111 \backslash
24112 def\SpecialChar \textcompwordmark{}
24113 inecolor
24114 \series default
24115  se explica en la sección
24116 \begin_inset space ~
24117 \end_inset
24118
24119
24120 \begin_inset CommandInset ref
24121 LatexCommand ref
24122 reference "sec:Tablas-Coloreadas"
24123
24124 \end_inset
24125
24126
24127 \begin_inset Foot
24128 status collapsed
24129
24130 \begin_layout Plain Layout
24131 Observa que 
24132 \series bold
24133
24134 \backslash
24135 def\SpecialChar \textcompwordmark{}
24136 inecolor 
24137 \series default
24138 requiere el paquete LaTeX 
24139 \series bold
24140 color
24141 \series default
24142  en el preámbulo,  véase la sección
24143 \series bold
24144
24145 \begin_inset space ~
24146 \end_inset
24147
24148
24149 \begin_inset CommandInset ref
24150 LatexCommand ref
24151 reference "sec:Cuadros-Coloreados"
24152
24153 \end_inset
24154
24155
24156 \series default
24157 .
24158
24159 \series bold
24160  
24161 \end_layout
24162
24163 \end_inset
24164
24165 .
24166 \end_layout
24167
24168 \begin_layout Standard
24169 Por ejemplo, la siguiente nota 
24170 \family sans
24171 Sombreada
24172 \family default
24173  se ha hecho con los comandos ERT
24174 \end_layout
24175
24176 \begin_layout Standard
24177
24178 \series bold
24179
24180 \backslash
24181 fboxsep 0.5cm
24182 \begin_inset Newline newline
24183 \end_inset
24184
24185
24186 \backslash
24187 def\SpecialChar \textcompwordmark{}
24188 inecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24189 \end_layout
24190
24191 \begin_layout Standard
24192 \begin_inset ERT
24193 status collapsed
24194
24195 \begin_layout Plain Layout
24196
24197
24198 \backslash
24199 fboxsep 0.5cm
24200 \end_layout
24201
24202 \end_inset
24203
24204
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \begin_inset Box Shaded
24219 position "t"
24220 hor_pos "c"
24221 has_inner_box 0
24222 inner_pos "t"
24223 use_parbox 0
24224 width "100col%"
24225 special "none"
24226 height "1in"
24227 height_special "totalheight"
24228 status open
24229
24230 \begin_layout Plain Layout
24231
24232 \color yellow
24233 Texto amarillo en una nota 
24234 \family sans
24235 Sombreada
24236 \family default
24237  
24238 \begin_inset space ~
24239 \end_inset
24240
24241 con fondo verde oscuro.
24242 \end_layout
24243
24244 \end_inset
24245
24246
24247 \begin_inset ERT
24248 status collapsed
24249
24250 \begin_layout Plain Layout
24251
24252
24253 \backslash
24254 fboxsep 3pt
24255 \end_layout
24256
24257 \end_inset
24258
24259
24260 \begin_inset ERT
24261 status collapsed
24262
24263 \begin_layout Plain Layout
24264
24265
24266 \backslash
24267 definecolor{shadecolor}{rgb}{1,0,0}
24268 \end_layout
24269
24270 \end_inset
24271
24272
24273 \end_layout
24274
24275 \begin_layout Section
24276 Notas al pie
24277 \begin_inset CommandInset label
24278 LatexCommand label
24279 name "sec:Notas-al-pie"
24280
24281 \end_inset
24282
24283
24284 \begin_inset Index
24285 status collapsed
24286
24287 \begin_layout Plain Layout
24288 Notas ! al pie
24289 \end_layout
24290
24291 \end_inset
24292
24293
24294 \begin_inset Index
24295 status collapsed
24296
24297 \begin_layout Plain Layout
24298 Notas al pie
24299 \end_layout
24300
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \begin_layout Standard
24307 Las notas al pie se insertan con el botón 
24308 \begin_inset Graphics
24309         filename ../../images/footnote-insert.png
24310         scale 85
24311
24312 \end_inset
24313
24314  o el menú 
24315 \family sans
24316 Insertar\SpecialChar \menuseparator
24317 Nota
24318 \begin_inset space ~
24319 \end_inset
24320
24321 al
24322 \begin_inset space ~
24323 \end_inset
24324
24325 pie
24326 \family default
24327 .
24328  
24329 \family roman
24330 \series medium
24331 \bar no
24332 Aparece un recuadro como este:
24333 \family default
24334 \series default
24335 \bar default
24336  
24337 \begin_inset Graphics
24338         filename clipart/notapieQt4.png
24339         scale 80
24340
24341 \end_inset
24342
24343  
24344 \family roman
24345 \series medium
24346 \bar no
24347 donde puedes introducir el texto.
24348  Si quieres convertir un texto existente en nota al pie, márcalo y pincha
24349  sobre el
24350 \family default
24351 \series default
24352 \bar default
24353  
24354 \family roman
24355 \series medium
24356 \bar no
24357 botón
24358 \family default
24359 \series default
24360 \bar default
24361 .
24362  Para cambiar una nota al pie a texto, pulsa la tecla 
24363 \family sans
24364 Retroceso
24365 \family default
24366  cuando el cursor está en la primera posición de la nota al pie, o la tecla
24367  
24368 \family sans
24369 Supr
24370 \family default
24371  cuando el cursor está en la última posición de la nota, respectivamente.
24372 \end_layout
24373
24374 \begin_layout Standard
24375 Aquí hay un ejemplo de nota al pie:
24376 \family roman
24377 \series medium
24378 \bar no
24379
24380 \begin_inset Foot
24381 status open
24382
24383 \begin_layout Plain Layout
24384 \begin_inset CommandInset label
24385 LatexCommand label
24386 name "pie:Esto-es-una"
24387
24388 \end_inset
24389
24390 Ejemplo de nota al pie.
24391 \end_layout
24392
24393 \end_inset
24394
24395
24396 \family default
24397 \series default
24398 \bar default
24399
24400 \begin_inset ERT
24401 status collapsed
24402
24403 \begin_layout Plain Layout
24404
24405
24406 \backslash
24407 newcounter{MyRepeatFoot}
24408 \end_layout
24409
24410 \begin_layout Plain Layout
24411
24412
24413 \backslash
24414 setcounter{MyRepeatFoot}{
24415 \backslash
24416 thefootnote}
24417 \end_layout
24418
24419 \end_inset
24420
24421
24422 \end_layout
24423
24424 \begin_layout Standard
24425 En la salida, el pie se muestra como número exponente en el lugar del texto
24426  donde se coloca el recuadro.
24427  El texto se coloca al final de la página actual.
24428  Los números de las notas son calculados por LaTeX, y son consecutivos.
24429  Si comienza o no el recuento en cada capítulo depende de la clase de documento.
24430 \end_layout
24431
24432 \begin_layout Standard
24433 Las notas al pie pueden referenciarse como flotantes: inserta una etiqueta
24434  en la nota y pon una referencia cruzada a esta etiqueta en el texto como
24435  se describe en la sección
24436 \begin_inset space ~
24437 \end_inset
24438
24439
24440 \begin_inset CommandInset ref
24441 LatexCommand ref
24442 reference "sec:Referencias-a-Flotantes"
24443
24444 \end_inset
24445
24446 .
24447 \begin_inset Newline newline
24448 \end_inset
24449
24450 Esto es una referencia cruzada a la Nota al pie
24451 \begin_inset space ~
24452 \end_inset
24453
24454
24455 \begin_inset CommandInset ref
24456 LatexCommand ref
24457 reference "pie:Esto-es-una"
24458
24459 \end_inset
24460
24461 .
24462 \begin_inset Newline newline
24463 \end_inset
24464
24465
24466 \begin_inset Note Greyedout
24467 status open
24468
24469 \begin_layout Plain Layout
24470
24471 \series bold
24472 Nota:
24473 \series default
24474  LyX no suministra prefijos para etiquetas en notas al pie, así que has
24475  de insertar un prefijo, p.
24476 \begin_inset space \thinspace{}
24477 \end_inset
24478
24479 e.
24480 \begin_inset space ~
24481 \end_inset
24482
24483
24484 \family sans
24485
24486 \begin_inset Quotes eld
24487 \end_inset
24488
24489 pie:
24490 \family default
24491
24492 \begin_inset Quotes erd
24493 \end_inset
24494
24495  manualmente cuando quieras usar el estilo 
24496 \family sans
24497 Referencia
24498 \begin_inset space ~
24499 \end_inset
24500
24501 con
24502 \begin_inset space ~
24503 \end_inset
24504
24505 formato
24506 \family default
24507 .
24508 \end_layout
24509
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \begin_layout Standard
24516 \begin_inset VSpace defskip
24517 \end_inset
24518
24519 Para poner notas al pie en tablas, tienes que usar minipáginas, ver sección
24520 \begin_inset space ~
24521 \end_inset
24522
24523
24524 \begin_inset CommandInset ref
24525 LatexCommand ref
24526 reference "sec:Minipáginas"
24527
24528 \end_inset
24529
24530 .
24531  Los pies en tablas largas en la sección
24532 \begin_inset space ~
24533 \end_inset
24534
24535
24536 \begin_inset CommandInset ref
24537 LatexCommand ref
24538 reference "sub:Notas-al-pie-en-Tablas-Largas"
24539
24540 \end_inset
24541
24542 .
24543 \end_layout
24544
24545 \begin_layout Standard
24546 \begin_inset VSpace defskip
24547 \end_inset
24548
24549 Para crear sólo una marca para una nota al pie, puedes usar el comando 
24550 \series bold
24551
24552 \backslash
24553 footnotemark[número]
24554 \series default
24555  en ERT.
24556  Esto se emplea si tienes la misma anotación varias veces en el texto pero
24557  no quieres imprimir el pie cada vez.
24558 \begin_inset Newline newline
24559 \end_inset
24560
24561 Como no sabes el número del pie que se repite mientras escribes el texto,
24562  tienes que guardarlo.
24563  Para el siguiente ejemplo de marca de pie, se han insertado estos comandos
24564  en ERT detrás de Nota
24565 \begin_inset space ~
24566 \end_inset
24567
24568 al
24569 \begin_inset space ~
24570 \end_inset
24571
24572 pie
24573 \begin_inset space ~
24574 \end_inset
24575
24576
24577 \begin_inset CommandInset ref
24578 LatexCommand ref
24579 reference "pie:Esto-es-una"
24580
24581 \end_inset
24582
24583  para guardar el número de pie:
24584 \end_layout
24585
24586 \begin_layout Standard
24587
24588 \series bold
24589
24590 \backslash
24591 newcounter{MyRepeatFoot}
24592 \begin_inset Newline newline
24593 \end_inset
24594
24595
24596 \backslash
24597 setcounter{MyRepeatFoot}{
24598 \backslash
24599 thefootnote}
24600 \end_layout
24601
24602 \begin_layout Standard
24603 La marca de pie se crea entonces con el comando:
24604 \end_layout
24605
24606 \begin_layout Standard
24607
24608 \series bold
24609
24610 \backslash
24611 footnotemark[
24612 \backslash
24613 theMyRepeatFoot]
24614 \end_layout
24615
24616 \begin_layout Standard
24617 Aquí hay un ejemplo de marca de pie:
24618 \family roman
24619 \series medium
24620 \bar no
24621
24622 \begin_inset ERT
24623 status collapsed
24624
24625 \begin_layout Plain Layout
24626
24627
24628 \backslash
24629 footnotemark[
24630 \backslash
24631 theMyRepeatFoot]
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout Subsection
24640 Numeración de notas al pie
24641 \begin_inset CommandInset label
24642 LatexCommand label
24643 name "sub:Numeración-de-Notas-al-Pie"
24644
24645 \end_inset
24646
24647
24648 \begin_inset Index
24649 status collapsed
24650
24651 \begin_layout Plain Layout
24652 Notas al pie ! Numeración
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661 Para reiniciar el número de pie a 1 en cada sección añade este 
24662 \family roman
24663 comando en el preámbulo:
24664 \end_layout
24665
24666 \begin_layout Standard
24667
24668 \series bold
24669
24670 \backslash
24671 @addtoreset{footnote}{section}
24672 \end_layout
24673
24674 \begin_layout Standard
24675 \begin_inset VSpace bigskip
24676 \end_inset
24677
24678 El siguiente comando en el preámbulo cambia el estilo de numeración del
24679  pie a números romanos en minúsculas:
24680 \end_layout
24681
24682 \begin_layout Standard
24683
24684 \series bold
24685
24686 \backslash
24687 renewcommand{
24688 \backslash
24689 thefootnote}{
24690 \backslash
24691 roman{footnote}}
24692 \end_layout
24693
24694 \begin_layout Standard
24695 \begin_inset ERT
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699
24700
24701 \backslash
24702 renewcommand{
24703 \backslash
24704 thefootnote}{
24705 \backslash
24706 roman{footnote}}
24707 \end_layout
24708
24709 \end_inset
24710
24711  Nota al pie en números romanos:
24712 \begin_inset Foot
24713 status open
24714
24715 \begin_layout Plain Layout
24716 Ejemplo de nota al pie en números romanos.
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \begin_inset ERT
24723 status collapsed
24724
24725 \begin_layout Plain Layout
24726
24727
24728 \backslash
24729 renewcommand{
24730 \backslash
24731 thefootnote}{
24732 \backslash
24733 arabic{footnote}}
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \end_layout
24740
24741 \begin_layout Standard
24742 Para cambiar el estilo de número a romanos en mayúscula cambia el comando
24743  
24744 \series bold
24745
24746 \backslash
24747 roman
24748 \series default
24749  por 
24750 \series bold
24751
24752 \backslash
24753 Roman
24754 \series default
24755 .
24756  Para ordenar las notas al pie con letras mayúsculas o minúsculas usa 
24757 \series bold
24758
24759 \backslash
24760 Alph
24761 \series default
24762  o 
24763 \series bold
24764
24765 \backslash
24766 alph
24767 \series default
24768 , respectivamente.
24769  Para ordenar las notas al pie con símbolos usa 
24770 \series bold
24771
24772 \backslash
24773 fnsymbol
24774 \series default
24775 .
24776 \end_layout
24777
24778 \begin_layout Standard
24779 \begin_inset Note Greyedout
24780 status open
24781
24782 \begin_layout Plain Layout
24783
24784 \series bold
24785 Nota:
24786 \series default
24787  sólo puedes ordenar hasta 26 pies con letras, porque está limitado a letras
24788  simples.
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \begin_inset Newline newline
24795 \end_inset
24796
24797
24798 \begin_inset Note Greyedout
24799 status open
24800
24801 \begin_layout Plain Layout
24802
24803 \series bold
24804 Nota:
24805 \series default
24806  sólo puedes ordenar hasta 9 pies con símbolos.
24807 \end_layout
24808
24809 \end_inset
24810
24811
24812 \end_layout
24813
24814 \begin_layout Standard
24815 Para volver al estilo de numeración predeterminado cuando has cambiado a
24816  otro estilo, usa 
24817 \series bold
24818
24819 \backslash
24820 arabic
24821 \series default
24822  en vez de 
24823 \series bold
24824
24825 \backslash
24826 roman
24827 \series default
24828  en el comando anterior.
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 renewcommand{
24837 \backslash
24838 thefootnote}{
24839 \backslash
24840 arabic{footnote}}
24841 \end_layout
24842
24843 \end_inset
24844
24845
24846 \end_layout
24847
24848 \begin_layout Standard
24849 \begin_inset VSpace bigskip
24850 \end_inset
24851
24852
24853 \end_layout
24854
24855 \begin_layout Standard
24856 Si quieres numerar notas al pie en el esquema 
24857 \begin_inset Quotes eld
24858 \end_inset
24859
24860 capítulo.nota
24861 \begin_inset Quotes erd
24862 \end_inset
24863
24864 , añade el siguiente comando al preámbulo del documento:
24865 \end_layout
24866
24867 \begin_layout Standard
24868
24869 \series bold
24870
24871 \backslash
24872 numberwithin{footnote}{chapter}
24873 \end_layout
24874
24875 \begin_layout Standard
24876 Para poder usar el comando 
24877 \series bold
24878
24879 \backslash
24880 numberwithin
24881 \series default
24882 , marca la opción 
24883 \family sans
24884 Usar
24885 \family default
24886
24887 \begin_inset space ~
24888 \end_inset
24889
24890
24891 \family sans
24892 el
24893 \family default
24894
24895 \begin_inset space ~
24896 \end_inset
24897
24898
24899 \family sans
24900 paquete
24901 \family default
24902
24903 \begin_inset space ~
24904 \end_inset
24905
24906
24907 \family sans
24908 AMS
24909 \family default
24910  en la solapa 
24911 \family sans
24912 Ecuaciones
24913 \family default
24914  de la configuración del documento.
24915 \end_layout
24916
24917 \begin_layout Standard
24918 \begin_inset ERT
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922
24923
24924 \backslash
24925 numberwithin{footnote}{chapter}
24926 \end_layout
24927
24928 \end_inset
24929
24930 Esto es otro ejemplo de nota al pie:
24931 \series bold
24932
24933 \begin_inset Foot
24934 status open
24935
24936 \begin_layout Plain Layout
24937 Nota al pie numerada en el esquema 
24938 \begin_inset Quotes eld
24939 \end_inset
24940
24941 capítulo.nota
24942 \begin_inset Quotes erd
24943 \end_inset
24944
24945 .
24946 \end_layout
24947
24948 \end_inset
24949
24950
24951 \series default
24952
24953 \begin_inset ERT
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957
24958
24959 \backslash
24960 renewcommand{
24961 \backslash
24962 thefootnote}{
24963 \backslash
24964 arabic{footnote}}
24965 \end_layout
24966
24967 \end_inset
24968
24969
24970 \end_layout
24971
24972 \begin_layout Standard
24973 \begin_inset Note Greyedout
24974 status open
24975
24976 \begin_layout Plain Layout
24977
24978 \series bold
24979 Nota: 
24980 \backslash
24981 numberwithin 
24982 \series default
24983 siempre imprime el número de nota al pie en números arábigos; las redefiniciones
24984  previas para obtener números no arábigos se sobreescriben.
24985 \end_layout
24986
24987 \end_inset
24988
24989
24990 \end_layout
24991
24992 \begin_layout Standard
24993 Así, para obtener por ejemplo el esquema 
24994 \begin_inset Quotes eld
24995 \end_inset
24996
24997 capítulo.
24998 \backslash
24999 Roman{footnote}
25000 \begin_inset Quotes erd
25001 \end_inset
25002
25003 , usa este comando en vez de 
25004 \series bold
25005
25006 \backslash
25007 numberwithin
25008 \series default
25009 :
25010 \end_layout
25011
25012 \begin_layout Standard
25013
25014 \series bold
25015
25016 \backslash
25017 renewcommand{
25018 \backslash
25019 thefootnote}{
25020 \backslash
25021 thechapter.
25022 \backslash
25023 Roman{footnote}}
25024 \end_layout
25025
25026 \begin_layout Subsection
25027 Colocación de notas al pie
25028 \begin_inset Index
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032 Notas al pie ! Colocación
25033 \end_layout
25034
25035 \end_inset
25036
25037
25038 \end_layout
25039
25040 \begin_layout Standard
25041 Si tienes varias notas al pie de una página, se muestran sin espacio vertical
25042  entre ellas al final de la página.
25043  Para hacerlas más legibles puedes añadir p.
25044 \begin_inset space \thinspace{}
25045 \end_inset
25046
25047 e.
25048 \begin_inset space ~
25049 \end_inset
25050
25051 1.5
25052 \begin_inset space \thinspace{}
25053 \end_inset
25054
25055 mm con el comando siguiente en el preámbulo:
25056 \end_layout
25057
25058 \begin_layout Standard
25059
25060 \series bold
25061
25062 \backslash
25063 let
25064 \backslash
25065 myFoot
25066 \backslash
25067 footnote
25068 \begin_inset Newline newline
25069 \end_inset
25070
25071
25072 \backslash
25073 renewcommand{
25074 \backslash
25075 footnote}[1]{
25076 \backslash
25077 myFoot{#1
25078 \backslash
25079 vspace{1.5mm}}}
25080 \end_layout
25081
25082 \begin_layout Standard
25083 \begin_inset VSpace bigskip
25084 \end_inset
25085
25086 En documentos a dos columnas la nota al pie aparece al final de cada columna,
25087  ver la figura
25088 \begin_inset space ~
25089 \end_inset
25090
25091
25092 \begin_inset CommandInset ref
25093 LatexCommand ref
25094 reference "fig:Colocación-standard-del-pie"
25095
25096 \end_inset
25097
25098 .
25099  Si las notas debieran mostrarse sólo al final de la columna derecha, como
25100  en la figura
25101 \begin_inset space ~
25102 \end_inset
25103
25104
25105 \begin_inset CommandInset ref
25106 LatexCommand ref
25107 reference "fig:Colocación-del-pie-en"
25108
25109 \end_inset
25110
25111 , usa el paquete LaTeX 
25112 \series bold
25113 ftnright
25114 \series default
25115
25116 \begin_inset Index
25117 status collapsed
25118
25119 \begin_layout Plain Layout
25120 LaTeX-paquetes ! ftnright
25121 \end_layout
25122
25123 \end_inset
25124
25125  con este comando en el preámbulo:
25126 \end_layout
25127
25128 \begin_layout Standard
25129
25130 \series bold
25131
25132 \backslash
25133 usepackage{ftnright}
25134 \end_layout
25135
25136 \begin_layout Standard
25137 \begin_inset Float figure
25138 placement !h
25139 wide false
25140 sideways false
25141 status open
25142
25143 \begin_layout Plain Layout
25144 \begin_inset ERT
25145 status collapsed
25146
25147 \begin_layout Plain Layout
25148
25149
25150 \backslash
25151 framebox{
25152 \end_layout
25153
25154 \end_inset
25155
25156
25157 \begin_inset Graphics
25158         filename ../clipart/without_fntright.pdf
25159         width 100col%
25160
25161 \end_inset
25162
25163
25164 \begin_inset ERT
25165 status collapsed
25166
25167 \begin_layout Plain Layout
25168
25169 }
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Plain Layout
25178 \begin_inset Caption
25179
25180 \begin_layout Plain Layout
25181 \begin_inset CommandInset label
25182 LatexCommand label
25183 name "fig:Colocación-standard-del-pie"
25184
25185 \end_inset
25186
25187 Colocación estándar de notas al pie en documentos a dos columnas.
25188 \end_layout
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \end_inset
25196
25197
25198 \end_layout
25199
25200 \begin_layout Standard
25201 \begin_inset Float figure
25202 placement !h
25203 wide false
25204 sideways false
25205 status open
25206
25207 \begin_layout Plain Layout
25208 \begin_inset ERT
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212
25213
25214 \backslash
25215 framebox{
25216 \end_layout
25217
25218 \end_inset
25219
25220
25221 \begin_inset Graphics
25222         filename ../clipart/with_fntright.pdf
25223         width 100col%
25224
25225 \end_inset
25226
25227
25228 \begin_inset ERT
25229 status collapsed
25230
25231 \begin_layout Plain Layout
25232
25233 }
25234 \end_layout
25235
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \begin_layout Plain Layout
25242 \begin_inset Caption
25243
25244 \begin_layout Plain Layout
25245 \begin_inset CommandInset label
25246 LatexCommand label
25247 name "fig:Colocación-del-pie-en"
25248
25249 \end_inset
25250
25251 Colocación de la nota al pie en documentos a dos columnas cuando se usa
25252  el paquete LaTeX 
25253 \series bold
25254 ftnright
25255 \series default
25256 .
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \end_inset
25265
25266
25267 \end_layout
25268
25269 \begin_layout Standard
25270 \begin_inset VSpace bigskip
25271 \end_inset
25272
25273 En alguna literatura científica es habitual reunir las notas para imprimirlas
25274  en un párrafo separado al final de la sección, como en la figura
25275 \begin_inset space ~
25276 \end_inset
25277
25278
25279 \begin_inset CommandInset ref
25280 LatexCommand ref
25281 reference "fig:Notas-al-final----notas-al-pie"
25282
25283 \end_inset
25284
25285 .
25286  Para usar notas finales
25287 \begin_inset Index
25288 status collapsed
25289
25290 \begin_layout Plain Layout
25291 Notas finales
25292 \end_layout
25293
25294 \end_inset
25295
25296  en vez de notas al pie, carga el paquete LaTeX 
25297 \series bold
25298 endnotes
25299 \series default
25300
25301 \begin_inset Index
25302 status collapsed
25303
25304 \begin_layout Plain Layout
25305 LaTeX-paquetes ! endnotes
25306 \end_layout
25307
25308 \end_inset
25309
25310  con las siguientes líneas en el preámbulo de tu documento:
25311 \end_layout
25312
25313 \begin_layout Standard
25314
25315 \series bold
25316
25317 \backslash
25318 usepackage{endnotes}
25319 \begin_inset Newline newline
25320 \end_inset
25321
25322
25323 \backslash
25324 let
25325 \backslash
25326 footnote
25327 \backslash
25328 endnote
25329 \end_layout
25330
25331 \begin_layout Standard
25332 Para insertar la colección de notas, escribe el comando
25333 \end_layout
25334
25335 \begin_layout Standard
25336
25337 \series bold
25338
25339 \backslash
25340 theendnotes
25341 \end_layout
25342
25343 \begin_layout Standard
25344 en ERT al final de una sección o capítulo.
25345 \end_layout
25346
25347 \begin_layout Standard
25348 \begin_inset Float figure
25349 wide false
25350 sideways false
25351 status open
25352
25353 \begin_layout Plain Layout
25354 \align center
25355 \begin_inset ERT
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359
25360
25361 \backslash
25362 framebox{
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \begin_inset Graphics
25369         filename ../clipart/endnotes.pdf
25370
25371 \end_inset
25372
25373
25374 \begin_inset ERT
25375 status collapsed
25376
25377 \begin_layout Plain Layout
25378
25379 }
25380 \end_layout
25381
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \begin_layout Plain Layout
25388 \begin_inset Caption
25389
25390 \begin_layout Plain Layout
25391 \begin_inset CommandInset label
25392 LatexCommand label
25393 name "fig:Notas-al-final----notas-al-pie"
25394
25395 \end_inset
25396
25397 Notas al final: notas impresas en párrafo separado al final de la sección
25398  o del capítulo.
25399 \end_layout
25400
25401 \end_inset
25402
25403
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Standard
25412 \begin_inset VSpace medskip
25413 \end_inset
25414
25415 La cabecera de párrafo para las notas finales no se traduce automáticamente
25416  al lenguaje del documento, hay que hacerlo manualmente.
25417   El siguiente comando de preámbulo traduce el nombre en inglés 
25418 \begin_inset Quotes eld
25419 \end_inset
25420
25421 Notes
25422 \begin_inset Quotes erd
25423 \end_inset
25424
25425  al español 
25426 \begin_inset Quotes eld
25427 \end_inset
25428
25429 Notas
25430 \begin_inset Quotes erd
25431 \end_inset
25432
25433 :
25434 \end_layout
25435
25436 \begin_layout Standard
25437
25438 \series bold
25439
25440 \backslash
25441 renewcommand{
25442 \backslash
25443 notesname}{Notas}
25444 \end_layout
25445
25446 \begin_layout Standard
25447 \begin_inset VSpace medskip
25448 \end_inset
25449
25450 La numeración de notas finales puede cambiarse como la de las notas al pie,
25451  como se describe en la sección
25452 \begin_inset space ~
25453 \end_inset
25454
25455
25456 \begin_inset CommandInset ref
25457 LatexCommand ref
25458 reference "sub:Numeración-de-Notas-al-Pie"
25459
25460 \end_inset
25461
25462 ; sólo hay que reemplazar el comando 
25463 \series bold
25464
25465 \backslash
25466 thefootnote
25467 \series default
25468  por 
25469 \series bold
25470
25471 \backslash
25472 theendnote
25473 \series default
25474 .
25475  Para restablecer la numeración usa el comando 
25476 \series bold
25477
25478 \backslash
25479 @addtoreset
25480 \series default
25481  como se describe en la sección
25482 \begin_inset space ~
25483 \end_inset
25484
25485
25486 \begin_inset CommandInset ref
25487 LatexCommand ref
25488 reference "sub:Numeración-de-Notas-al-Pie"
25489
25490 \end_inset
25491
25492  y sustituye el parámetro de comando 
25493 \series bold
25494 footnote
25495 \series default
25496  por 
25497 \series bold
25498 endnote
25499 \series default
25500 .
25501 \end_layout
25502
25503 \begin_layout Standard
25504 Para crear sólo una marca para una nota final, usa el comando 
25505 \series bold
25506
25507 \backslash
25508 endnotemark[número]
25509 \series default
25510  similar al comando 
25511 \series bold
25512
25513 \backslash
25514 footnotemark
25515 \series default
25516 , descrito en la sección
25517 \begin_inset space ~
25518 \end_inset
25519
25520
25521 \begin_inset CommandInset ref
25522 LatexCommand ref
25523 reference "sec:Notas-al-pie"
25524
25525 \end_inset
25526
25527 .
25528 \end_layout
25529
25530 \begin_layout Standard
25531 \begin_inset VSpace bigskip
25532 \end_inset
25533
25534 Las notas al pie también pueden colocarse al margen de la página y la alineación
25535  del texto del pie también puede cambiarse, véase el paquete LaTeX 
25536 \series bold
25537 footmisc
25538 \series default
25539
25540 \begin_inset Index
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544 LaTeX-paquetes ! footmisc
25545 \end_layout
25546
25547 \end_inset
25548
25549  
25550 \begin_inset CommandInset citation
25551 LatexCommand cite
25552 key "footmisc"
25553
25554 \end_inset
25555
25556  para más información.
25557 \end_layout
25558
25559 \begin_layout Standard
25560 Para otras posibilidades de diseño de notas al pie mira en libros de LaTeX,
25561  
25562 \begin_inset CommandInset citation
25563 LatexCommand cite
25564 key "latexcompanion,latexguide,latexbook"
25565
25566 \end_inset
25567
25568 .
25569 \end_layout
25570
25571 \begin_layout Section
25572 Notas al margen
25573 \begin_inset Index
25574 status collapsed
25575
25576 \begin_layout Plain Layout
25577 Notas ! al margen
25578 \end_layout
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \begin_layout Standard
25586 Las notas al margen se ven y se comportan en LyX como notas al pie.
25587  Se insertan con el menú 
25588 \family sans
25589 Insertar\SpecialChar \menuseparator
25590 Nota
25591 \begin_inset space ~
25592 \end_inset
25593
25594 al
25595 \begin_inset space ~
25596 \end_inset
25597
25598 margen
25599 \family default
25600  o con el botón 
25601 \begin_inset Graphics
25602         filename ../../images/marginalnote-insert.png
25603         scale 85
25604
25605 \end_inset
25606
25607 .
25608  Aparece un cuadro gris con la etiqueta 
25609 \family roman
25610 \series medium
25611
25612 \begin_inset Quotes eld
25613 \end_inset
25614
25615 margen
25616 \begin_inset Quotes erd
25617 \end_inset
25618
25619  en color rojo y un marco en el que puedes escribir el texto de la nota.
25620 \end_layout
25621
25622 \begin_layout Standard
25623 Al lado hay un ejemplo de nota al margen.
25624
25625 \family roman
25626 \series medium
25627  
25628 \begin_inset Marginal
25629 status open
25630
25631 \begin_layout Plain Layout
25632 Esto es una nota al margen.
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \begin_layout Standard
25641 Estas notas salen en el margen derecho en documentos a una cara.
25642  En documentos a doble cara se muestran en el margen externo ---margen izquierdo
25643  en páginas pares, derecho en páginas impares---.
25644  El texto de las notas se ajusta a la parte opuesta al margen ---se ajusta
25645  a la derecha si la nota aparece en el margen izquierdo---.
25646  La primera línea de la nota se sitúa en la posición de la línea del texto
25647  en la que se inserta en el documento.
25648 \end_layout
25649
25650 \begin_layout Standard
25651 \begin_inset VSpace bigskip
25652 \end_inset
25653
25654 Para colocar la nota en el margen interno añade el comando
25655 \end_layout
25656
25657 \begin_layout Standard
25658
25659 \series bold
25660
25661 \backslash
25662 reversemarginpar
25663 \end_layout
25664
25665 \begin_layout Standard
25666 en ERT antes de la nota.
25667  La nueva colocación es válida para todas las siguientes notas al margen.
25668  
25669 \begin_inset ERT
25670 status collapsed
25671
25672 \begin_layout Plain Layout
25673
25674
25675 \backslash
25676 reversemarginpar 
25677 \end_layout
25678
25679 \end_inset
25680
25681
25682 \begin_inset Marginal
25683 status open
25684
25685 \begin_layout Plain Layout
25686 Esto es una nota en el margen interno.
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \series bold
25693
25694 \begin_inset Newline newline
25695 \end_inset
25696
25697
25698 \series default
25699
25700 \begin_inset Note Greyedout
25701 status open
25702
25703 \begin_layout Plain Layout
25704
25705 \series bold
25706 Nota:
25707 \series default
25708  A veces no hay espacio suficiente en el margen interno, por lo que la nota
25709  no se mostrará correctamente en la salida.
25710 \end_layout
25711
25712 \end_inset
25713
25714
25715 \end_layout
25716
25717 \begin_layout Standard
25718 Para volver a la ubicación predeterminada inserta en ERT el comando
25719 \begin_inset ERT
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723
25724
25725 \backslash
25726 normalmarginpar 
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \end_layout
25733
25734 \begin_layout Standard
25735
25736 \series bold
25737
25738 \backslash
25739 normalmarginpar
25740 \end_layout
25741
25742 \begin_layout Standard
25743 \begin_inset Note Greyedout
25744 status open
25745
25746 \begin_layout Plain Layout
25747
25748 \series bold
25749 Nota:
25750 \series default
25751  El comando se ignora si en el mismo párrafo está también presente el comando
25752  
25753 \series bold
25754
25755 \backslash
25756 reversemarginpar
25757 \series default
25758 .
25759 \end_layout
25760
25761 \end_inset
25762
25763
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset VSpace bigskip
25768 \end_inset
25769
25770
25771 \family roman
25772 \series medium
25773
25774 \begin_inset Marginal
25775 status open
25776
25777 \begin_layout Plain Layout
25778 PalabraMuyLargaAlMargen no partida con guión.
25779 \end_layout
25780
25781 \end_inset
25782
25783
25784 \family default
25785 \series default
25786  Como en el caso descrito en la sección
25787 \begin_inset space ~
25788 \end_inset
25789
25790
25791 \begin_inset CommandInset ref
25792 LatexCommand ref
25793 reference "sub:Líneas-Múltiples-en"
25794
25795 \end_inset
25796
25797 , una palabra larga no puede partirse con guión cuando es la primera en
25798  la nota al margen.
25799  Para evitar esto, inserta el comando
25800 \end_layout
25801
25802 \begin_layout Standard
25803
25804 \series bold
25805
25806 \backslash
25807 hspace{0pt}
25808 \end_layout
25809
25810 \begin_layout Standard
25811 en ERT antes de la palabra
25812 \family roman
25813 \series medium
25814 .
25815  
25816 \begin_inset Marginal
25817 status open
25818
25819 \begin_layout Plain Layout
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 hspace{0pt}
25828 \end_layout
25829
25830 \end_inset
25831
25832 PalabraMuyLargaAlMargen partida con guión.
25833 \end_layout
25834
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \begin_layout Standard
25841 \begin_inset VSpace bigskip
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Standard
25848 \begin_inset Note Greyedout
25849 status open
25850
25851 \begin_layout Plain Layout
25852
25853 \series bold
25854 Nota:
25855 \series default
25856  Normalmente no pueden utilizarse notas al margen en tablas, flotantes y
25857  notas al pie.
25858 \end_layout
25859
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \begin_layout Standard
25866 \begin_inset VSpace bigskip
25867 \end_inset
25868
25869
25870 \end_layout
25871
25872 \begin_layout Standard
25873 \begin_inset ERT
25874 status collapsed
25875
25876 \begin_layout Plain Layout
25877
25878
25879 \backslash
25880 ifmarginnote
25881 \end_layout
25882
25883 \end_inset
25884
25885
25886 \begin_inset Note Note
25887 status open
25888
25889 \begin_layout Plain Layout
25890 La siguiente sección sólo se mostrará en pantalla si está instalado el paquete
25891  LaTeX 
25892 \series bold
25893 marginnote
25894 \series default
25895 .
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 Esta restricción se puede salvar con el paquete LaTeX 
25905 \series bold
25906 marginnote
25907 \series default
25908
25909 \begin_inset Index
25910 status collapsed
25911
25912 \begin_layout Plain Layout
25913 LaTeX-paquetes ! marginnote
25914 \end_layout
25915
25916 \end_inset
25917
25918 .
25919  Poniendo estas dos líneas en el preámbulo, el comando usado por LyX para
25920  notas al margen es redefinido para usar el comando provisto por el paquete
25921  
25922 \series bold
25923 marginnote
25924 \series default
25925 :
25926 \end_layout
25927
25928 \begin_layout Standard
25929
25930 \series bold
25931
25932 \backslash
25933 usepackage{marginnote}
25934 \begin_inset Newline newline
25935 \end_inset
25936
25937
25938 \backslash
25939 let
25940 \backslash
25941 marginpar
25942 \backslash
25943 marginnote
25944 \end_layout
25945
25946 \begin_layout Standard
25947 Esto se ha utilizado en el presente documento porque 
25948 \series bold
25949 marginnote
25950 \series default
25951  tiene una característica adicional útil: Puedes imponer un offset vertical
25952  a la nota.
25953  A veces esto hace falta si hay demasiadas notas juntas o para mejorar el
25954  diseño de la página.
25955  El offset se determina en LyX como ERT directamente tras la nota al margen
25956  en el esquema
25957 \end_layout
25958
25959 \begin_layout Standard
25960
25961 \series bold
25962 [offset]
25963 \end_layout
25964
25965 \begin_layout Standard
25966 donde offset es una longitud en una de las unidades de la tabla
25967 \begin_inset space ~
25968 \end_inset
25969
25970
25971 \begin_inset CommandInset ref
25972 LatexCommand ref
25973 reference "tab:Unidades"
25974
25975 \end_inset
25976
25977 .
25978  Un valor negativo desplaza la nota hacia arriba, un valor positivo hacia
25979  abajo.
25980  
25981 \family roman
25982 \series medium
25983 Por ejemplo la nota adjunta a esta línea de texto está desplazada 1.5
25984 \begin_inset space \thinspace{}
25985 \end_inset
25986
25987 cm arriba con el comando ERT 
25988 \begin_inset Quotes eld
25989 \end_inset
25990
25991
25992 \family default
25993 \series bold
25994 [-1.5cm]
25995 \family roman
25996 \series medium
25997
25998 \begin_inset Quotes erd
25999 \end_inset
26000
26001
26002 \begin_inset Marginal
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006 Esta nota está 1.5
26007 \begin_inset space \thinspace{}
26008 \end_inset
26009
26010 cm por encima de su posición original.
26011 \end_layout
26012
26013 \end_inset
26014
26015
26016 \family default
26017 \series default
26018
26019 \begin_inset ERT
26020 status collapsed
26021
26022 \begin_layout Plain Layout
26023
26024 [-1.5cm]
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \begin_layout Standard
26033 \begin_inset VSpace medskip
26034 \end_inset
26035
26036 Con 
26037 \series bold
26038 marginnote
26039 \series default
26040  también puedes cambiar la alineación del texto en el margen.
26041  Por ejemplo los comandos
26042 \end_layout
26043
26044 \begin_layout Standard
26045
26046 \series bold
26047
26048 \backslash
26049 renewcommand*{
26050 \backslash
26051 raggedleftmarginnote}{
26052 \backslash
26053 centering}
26054 \begin_inset Newline newline
26055 \end_inset
26056
26057
26058 \backslash
26059 renewcommand*{
26060 \backslash
26061 raggedrightmarginnote}{
26062 \backslash
26063 centering}
26064 \end_layout
26065
26066 \begin_layout Standard
26067 producen alineación centrada.
26068  
26069 \series bold
26070
26071 \backslash
26072 raggedleftmarginnote
26073 \series default
26074  identifica las notas que aparecen al lado izquierdo.
26075 \family roman
26076 \series medium
26077
26078 \begin_inset ERT
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082
26083
26084 \backslash
26085 renewcommand*{
26086 \backslash
26087 raggedleftmarginnote}{
26088 \backslash
26089 centering}
26090 \end_layout
26091
26092 \begin_layout Plain Layout
26093
26094
26095 \backslash
26096 renewcommand*{
26097 \backslash
26098 raggedrightmarginnote}{
26099 \backslash
26100 centering}
26101 \end_layout
26102
26103 \end_inset
26104
26105
26106 \begin_inset Marginal
26107 status open
26108
26109 \begin_layout Plain Layout
26110 El texto de esta nota está centrado.
26111 \end_layout
26112
26113 \end_inset
26114
26115
26116 \family default
26117 \series default
26118  El valor predeterminado es 
26119 \end_layout
26120
26121 \begin_layout Standard
26122
26123 \series bold
26124
26125 \backslash
26126 renewcommand*{
26127 \backslash
26128 raggedleftmarginnote}{
26129 \backslash
26130 raggedleft}
26131 \begin_inset Newline newline
26132 \end_inset
26133
26134
26135 \backslash
26136 renewcommand*{
26137 \backslash
26138 raggedrightmarginnote}{
26139 \backslash
26140 raggedright}
26141 \family roman
26142 \series medium
26143
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 renewcommand*{
26152 \backslash
26153 raggedleftmarginnote}{
26154 \backslash
26155 raggedleft}
26156 \end_layout
26157
26158 \begin_layout Plain Layout
26159
26160
26161 \backslash
26162 renewcommand*{
26163 \backslash
26164 raggedrightmarginnote}{
26165 \backslash
26166 raggedright}
26167 \end_layout
26168
26169 \end_inset
26170
26171
26172 \end_layout
26173
26174 \begin_layout Standard
26175 \begin_inset VSpace medskip
26176 \end_inset
26177
26178 Para otras características de 
26179 \series bold
26180 marginnote
26181 \series default
26182  mira en su documentación 
26183 \begin_inset CommandInset citation
26184 LatexCommand cite
26185 key "marginnote"
26186
26187 \end_inset
26188
26189 .
26190 \end_layout
26191
26192 \begin_layout Standard
26193 \begin_inset VSpace bigskip
26194 \end_inset
26195
26196 El diseño de las notas al margen puede ser redefinido.
26197  Por ejemplo, para crear una cabecera para todas las notas con el texto
26198  
26199 \begin_inset Quotes eld
26200 \end_inset
26201
26202
26203 \series bold
26204 \bar under
26205 ¡
26206 \family sans
26207 Atención
26208 \family default
26209 !
26210 \series default
26211 \bar default
26212
26213 \begin_inset Quotes erd
26214 \end_inset
26215
26216 , subrayado, sans-serif en negrita, añade lo siguiente en el preámbulo:
26217 \end_layout
26218
26219 \begin_layout Standard
26220
26221 \series bold
26222
26223 \backslash
26224 let
26225 \backslash
26226 myMarginpar
26227 \backslash
26228 marginpar
26229 \begin_inset Newline newline
26230 \end_inset
26231
26232
26233 \backslash
26234 renewcommand{
26235 \backslash
26236 marginpar}[1]{
26237 \backslash
26238 myMarginpar{%
26239 \begin_inset Newline newline
26240 \end_inset
26241
26242
26243 \begin_inset ERT
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247
26248
26249 \backslash
26250 hphantom{ }
26251 \end_layout
26252
26253 \end_inset
26254
26255
26256 \backslash
26257 hspace{0pt}
26258 \backslash
26259 textsf{
26260 \backslash
26261 textbf{
26262 \backslash
26263 underbar{¡Atención!}}}%
26264 \begin_inset Newline newline
26265 \end_inset
26266
26267
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 hphantom{ }
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \backslash
26282 vspace{1.5mm}
26283 \backslash
26284
26285 \backslash
26286 #1}}
26287 \end_layout
26288
26289 \begin_layout Standard
26290
26291 \family roman
26292 \series medium
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 let
26301 \backslash
26302 myMarginpar
26303 \backslash
26304 marginpar
26305 \end_layout
26306
26307 \begin_layout Plain Layout
26308
26309
26310 \backslash
26311 renewcommand{
26312 \backslash
26313 marginpar}[1]{
26314 \backslash
26315 myMarginpar{%
26316 \end_layout
26317
26318 \begin_layout Plain Layout
26319
26320    
26321 \backslash
26322 textsf{
26323 \backslash
26324 textbf{
26325 \backslash
26326 underbar{¡Atención!}}}%
26327 \end_layout
26328
26329 \begin_layout Plain Layout
26330
26331    
26332 \backslash
26333 vspace{1.5mm}
26334 \backslash
26335
26336 \backslash
26337 #1}}
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \begin_inset Marginal
26344 status open
26345
26346 \begin_layout Plain Layout
26347 Esta es una nota con una cabecera definida.
26348 \end_layout
26349
26350 \end_inset
26351
26352
26353 \family default
26354 \series default
26355
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361 [-1.5cm]
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \family roman
26368 \series medium
26369
26370 \begin_inset ERT
26371 status collapsed
26372
26373 \begin_layout Plain Layout
26374
26375
26376 \backslash
26377 renewcommand{
26378 \backslash
26379 marginpar}[1]{
26380 \backslash
26381 myMarginpar{#1}}
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \family default
26388 \series default
26389
26390 \begin_inset Note Note
26391 status collapsed
26392
26393 \begin_layout Plain Layout
26394 El formato de la nota al margen se ha cambiado sólo para este ejemplo.
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \begin_layout Standard
26403 \begin_inset ERT
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407
26408
26409 \backslash
26410 else
26411 \end_layout
26412
26413 \end_inset
26414
26415
26416 \begin_inset Note Note
26417 status open
26418
26419 \begin_layout Plain Layout
26420 Lo siguiente se mostrará en pantalla si no está instalado el paquete LaTeX
26421  
26422 \series bold
26423 marginnote
26424 \series default
26425 .
26426 \end_layout
26427
26428 \end_inset
26429
26430
26431 \end_layout
26432
26433 \begin_layout Standard
26434 Debes instalar el paquete LaTeX 
26435 \series bold
26436 marginnote
26437 \series default
26438  para ver la parte siguiente en la salida.
26439 \end_layout
26440
26441 \begin_layout Standard
26442 \begin_inset ERT
26443 status collapsed
26444
26445 \begin_layout Plain Layout
26446
26447
26448 \backslash
26449 fi
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \begin_layout Chapter
26458 Cuadros
26459 \end_layout
26460
26461 \begin_layout Section
26462 Introducción
26463 \begin_inset Index
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467 Cuadros ! Introducción
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \end_layout
26474
26475 \begin_layout Standard
26476 Los cuadros se emplean para dar formato a bloques de texto.
26477  Se pueden usar para escribir documentos con varios lenguajes, ver sección
26478 \begin_inset space ~
26479 \end_inset
26480
26481
26482 \begin_inset CommandInset ref
26483 LatexCommand ref
26484 reference "sec:Minipáginas"
26485
26486 \end_inset
26487
26488 , enmarcar textos, ver sección
26489 \begin_inset space ~
26490 \end_inset
26491
26492
26493 \begin_inset CommandInset ref
26494 LatexCommand ref
26495 reference "sec:Cuadros-Enmarcados"
26496
26497 \end_inset
26498
26499 , evitar la división de palabras, ver sección
26500 \begin_inset space ~
26501 \end_inset
26502
26503
26504 \begin_inset CommandInset ref
26505 LatexCommand ref
26506 reference "sec:Evitar-la-Partición"
26507
26508 \end_inset
26509
26510 , alinear texto, ver sección
26511 \begin_inset space ~
26512 \end_inset
26513
26514
26515 \begin_inset CommandInset ref
26516 LatexCommand ref
26517 reference "sub:Alineación-Vertical"
26518
26519 \end_inset
26520
26521 , o para poner color de fondo a un texto, ver sección
26522 \begin_inset space ~
26523 \end_inset
26524
26525
26526 \begin_inset CommandInset ref
26527 LatexCommand ref
26528 reference "sec:Cuadros-Coloreados"
26529
26530 \end_inset
26531
26532 .
26533 \end_layout
26534
26535 \begin_layout Standard
26536 Se insertan con el menú 
26537 \family sans
26538 Insertar\SpecialChar \menuseparator
26539 Cuadro
26540 \family default
26541  o con el botón 
26542 \begin_inset Graphics
26543         filename ../../images/box-insert.png
26544         scale 85
26545
26546 \end_inset
26547
26548 .
26549  Surge un recuadro gris con la etiqueta 
26550 \family sans
26551 Cuadro (Minipágina)
26552 \family default
26553
26554 \begin_inset Graphics
26555         filename clipart/CuadroMinipagQt4.png
26556         scale 75
26557         keepAspectRatio
26558
26559 \end_inset
26560
26561 .
26562  El tipo de cuadro se puede elegir al hacer clic-derecho sobre él.
26563  Sale un diálogo en el que 
26564 \family sans
26565 Cuadro
26566 \family default
26567
26568 \begin_inset space ~
26569 \end_inset
26570
26571
26572 \family sans
26573 interior
26574 \family default
26575  permite escoger los tipos 
26576 \family sans
26577 Parbox (
26578 \family default
26579
26580 \begin_inset Quotes eld
26581 \end_inset
26582
26583
26584 \family sans
26585 Párrafo
26586 \family default
26587
26588 \begin_inset Quotes erd
26589 \end_inset
26590
26591
26592 \family sans
26593 )
26594 \family default
26595  y 
26596 \family sans
26597 Minipágina
26598 \family default
26599 .
26600  
26601 \family sans
26602 Minipágina
26603 \family default
26604  es el predeterminado para nuevos cuadros y se explica en la sección
26605 \begin_inset space ~
26606 \end_inset
26607
26608
26609 \begin_inset CommandInset ref
26610 LatexCommand ref
26611 reference "sec:Minipáginas"
26612
26613 \end_inset
26614
26615 ; el tipo 
26616 \family sans
26617 Parbox
26618 \family default
26619  se describe en la sección
26620 \begin_inset space ~
26621 \end_inset
26622
26623
26624 \begin_inset CommandInset ref
26625 LatexCommand ref
26626 reference "sec:Cuadros-de-Párrafo"
26627
26628 \end_inset
26629
26630 .
26631 \end_layout
26632
26633 \begin_layout Standard
26634 Los cuadros no se numeran y por tanto no se pueden referenciar como los
26635  flotantes o las notas al pie.
26636 \end_layout
26637
26638 \begin_layout Standard
26639 \begin_inset Note Greyedout
26640 status open
26641
26642 \begin_layout Plain Layout
26643
26644 \series bold
26645 Nota:
26646 \series default
26647  Los cuadros no deben ser el ítem en un entorno 
26648 \family sans
26649 Enumeración
26650 \family default
26651  o 
26652 \family sans
26653 Descripción
26654 \family default
26655 .
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \begin_layout Standard
26664 \begin_inset Note Greyedout
26665 status open
26666
26667 \begin_layout Plain Layout
26668
26669 \series bold
26670 Nota:
26671 \series default
26672  Por razones desconocidas sólo se puede poner el tipo 
26673 \family sans
26674 Cuadro
26675 \begin_inset space ~
26676 \end_inset
26677
26678 interior
26679 \family default
26680  en 
26681 \family sans
26682 Ninguno
26683 \family default
26684  cuando se emplea un cuadro enmarcado.
26685  Los cuadros sin ningún tipo de 
26686 \family sans
26687 Cuadro
26688 \begin_inset space ~
26689 \end_inset
26690
26691 interior
26692 \family default
26693  y sin marcos se explican en la sección
26694 \begin_inset space ~
26695 \end_inset
26696
26697
26698 \begin_inset CommandInset ref
26699 LatexCommand ref
26700 reference "sec:Evitar-la-Partición"
26701
26702 \end_inset
26703
26704 .
26705 \end_layout
26706
26707 \end_inset
26708
26709
26710 \end_layout
26711
26712 \begin_layout Section
26713 Diálogo de cuadros
26714 \begin_inset CommandInset label
26715 LatexCommand label
26716 name "sec:Diálogo-Cuadros"
26717
26718 \end_inset
26719
26720
26721 \begin_inset Index
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725 Cuadros ! Configuración
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \begin_layout Subsection
26734 Tamaño
26735 \begin_inset Index
26736 status collapsed
26737
26738 \begin_layout Plain Layout
26739 Cuadros ! Tamaño
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \begin_layout Standard
26748 En el diálogo puedes ajustar la geometría del cuadro en los campos 
26749 \family sans
26750 Ancho
26751 \family default
26752  y 
26753 \family sans
26754 Alto
26755 \family default
26756 .
26757  Las unidades disponibles para la geometría se explican en la tabla
26758 \begin_inset space ~
26759 \end_inset
26760
26761
26762 \begin_inset CommandInset ref
26763 LatexCommand ref
26764 reference "tab:Unidades"
26765
26766 \end_inset
26767
26768 .
26769  El campo 
26770 \family sans
26771 Alto
26772 \family default
26773  ofrece los siguientes tamaños adicionales:
26774 \end_layout
26775
26776 \begin_layout Description
26777 Profundidad Este es el texto plano 
26778 \begin_inset Quotes eld
26779 \end_inset
26780
26781 alto
26782 \begin_inset Quotes erd
26783 \end_inset
26784
26785 .
26786  Ignora la profundidad total cuando hay múltiples líneas de texto en el
26787  cuadro:
26788 \begin_inset Newline newline
26789 \end_inset
26790
26791
26792 \begin_inset Newline newline
26793 \end_inset
26794
26795
26796 \begin_inset Newline newline
26797 \end_inset
26798
26799
26800 \begin_inset Box Boxed
26801 position "c"
26802 hor_pos "c"
26803 has_inner_box 1
26804 inner_pos "c"
26805 use_parbox 0
26806 width "12col%"
26807 special "none"
26808 height "1in"
26809 height_special "depth"
26810 status open
26811
26812 \begin_layout Plain Layout
26813 \align center
26814 Cuadro con altura establecida en 1
26815 \begin_inset space \thinspace{}
26816 \end_inset
26817
26818 Profundidad
26819 \end_layout
26820
26821 \end_inset
26822
26823
26824 \begin_inset Newline newline
26825 \end_inset
26826
26827
26828 \begin_inset Newline newline
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \begin_layout Description
26835 Alto Es la altura del texto que está dentro del cuadro.
26836  Un valor de, p.
26837 \begin_inset space \thinspace{}
26838 \end_inset
26839
26840 e.
26841 \begin_inset space ~
26842 \end_inset
26843
26844 2 para este tamaño fijará la altura del cuadro a 2 veces la altura del texto:
26845  
26846 \begin_inset Box Boxed
26847 position "c"
26848 hor_pos "c"
26849 has_inner_box 1
26850 inner_pos "c"
26851 use_parbox 0
26852 width "20col%"
26853 special "none"
26854 height "2in"
26855 height_special "height"
26856 status open
26857
26858 \begin_layout Plain Layout
26859 \align center
26860 Cuadro con altura puesta en 2
26861 \begin_inset space \thinspace{}
26862 \end_inset
26863
26864 Alto
26865 \end_layout
26866
26867 \end_inset
26868
26869
26870 \end_layout
26871
26872 \begin_layout Description
26873 Alto
26874 \begin_inset space ~
26875 \end_inset
26876
26877 total Esto es el Alto
26878 \begin_inset space \thinspace{}
26879 \end_inset
26880
26881 +
26882 \begin_inset space \thinspace{}
26883 \end_inset
26884
26885 Profundidad: 
26886 \begin_inset Box Boxed
26887 position "c"
26888 hor_pos "c"
26889 has_inner_box 1
26890 inner_pos "c"
26891 use_parbox 0
26892 width "20col%"
26893 special "none"
26894 height "1in"
26895 height_special "totalheight"
26896 status open
26897
26898 \begin_layout Plain Layout
26899 \align center
26900 Cuadro con altura puesta a 1
26901 \begin_inset space \thinspace{}
26902 \end_inset
26903
26904 Alto
26905 \begin_inset space ~
26906 \end_inset
26907
26908 total
26909 \end_layout
26910
26911 \end_inset
26912
26913
26914 \end_layout
26915
26916 \begin_layout Description
26917 Ancho Esto determina al ancho del cuadro como altura: 
26918 \begin_inset Box Boxed
26919 position "c"
26920 hor_pos "c"
26921 has_inner_box 1
26922 inner_pos "c"
26923 use_parbox 0
26924 width "12col%"
26925 special "none"
26926 height "1in"
26927 height_special "width"
26928 status open
26929
26930 \begin_layout Plain Layout
26931 \align center
26932 Cuadro con altura puesta en 1
26933 \begin_inset space \thinspace{}
26934 \end_inset
26935
26936 Ancho
26937 \end_layout
26938
26939 \end_inset
26940
26941
26942 \end_layout
26943
26944 \begin_layout Subsection
26945 Alineación
26946 \begin_inset Index
26947 status collapsed
26948
26949 \begin_layout Plain Layout
26950 Cuadros ! Alineación
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \begin_layout Standard
26959 Si has elegido un 
26960 \family sans
26961 Cuadro
26962 \begin_inset space ~
26963 \end_inset
26964
26965 interior
26966 \family default
26967 , la alineación vertical del cuadro puede ser:
26968 \end_layout
26969
26970 \begin_layout Description
26971 Superior Ejemplo de línea de texto.
26972  
26973 \begin_inset Box Boxed
26974 position "t"
26975 hor_pos "c"
26976 has_inner_box 1
26977 inner_pos "c"
26978 use_parbox 0
26979 width "12col%"
26980 special "none"
26981 height "1in"
26982 height_special "totalheight"
26983 status collapsed
26984
26985 \begin_layout Plain Layout
26986 \align center
26987 Cuadro alineado arriba.
26988 \end_layout
26989
26990 \end_inset
26991
26992  Ejemplo de línea de texto.
26993 \end_layout
26994
26995 \begin_layout Description
26996 Medio Ejemplo de línea de texto.
26997  
26998 \begin_inset Box Boxed
26999 position "c"
27000 hor_pos "c"
27001 has_inner_box 1
27002 inner_pos "c"
27003 use_parbox 0
27004 width "12col%"
27005 special "none"
27006 height "1in"
27007 height_special "totalheight"
27008 status collapsed
27009
27010 \begin_layout Plain Layout
27011 \align center
27012 Cuadro alineado en medio.
27013 \end_layout
27014
27015 \end_inset
27016
27017  Ejemplo de línea de texto.
27018 \end_layout
27019
27020 \begin_layout Description
27021 Inferior Ejemplo de línea de texto.
27022  
27023 \begin_inset Box Boxed
27024 position "b"
27025 hor_pos "c"
27026 has_inner_box 1
27027 inner_pos "c"
27028 use_parbox 0
27029 width "12col%"
27030 special "none"
27031 height "1in"
27032 height_special "totalheight"
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036 \align center
27037 Cuadro alineado abajo.
27038 \end_layout
27039
27040 \end_inset
27041
27042  Ejemplo de línea de texto.
27043 \end_layout
27044
27045 \begin_layout Standard
27046 \begin_inset Note Greyedout
27047 status open
27048
27049 \begin_layout Plain Layout
27050
27051 \series bold
27052 Nota:
27053 \series default
27054  La alineación vertical puede desaparecer en la salida si hay dos cuadros
27055  en una línea y, p.
27056 \begin_inset space \thinspace{}
27057 \end_inset
27058
27059 e., uno de ellos tiene sombreado y el otro no.
27060 \end_layout
27061
27062 \end_inset
27063
27064
27065 \end_layout
27066
27067 \begin_layout Standard
27068 La alineación horizontal del cuadro puede establecerse en el diálogo de
27069  configuración de párrafo de LyX si colocas el cuadro en su propio párrafo.
27070 \end_layout
27071
27072 \begin_layout Standard
27073 \begin_inset VSpace bigskip
27074 \end_inset
27075
27076 Si has escogido un 
27077 \family sans
27078 Cuadro
27079 \begin_inset space ~
27080 \end_inset
27081
27082 interior
27083 \family default
27084 , el contenido puede alinearse verticalmente a:
27085 \end_layout
27086
27087 \begin_layout Description
27088 Superior Ejemplo de línea de texto.
27089  
27090 \begin_inset Box Boxed
27091 position "c"
27092 hor_pos "c"
27093 has_inner_box 1
27094 inner_pos "t"
27095 use_parbox 0
27096 width "12col%"
27097 special "none"
27098 height "1.5in"
27099 height_special "totalheight"
27100 status collapsed
27101
27102 \begin_layout Plain Layout
27103 \align center
27104 Cuadro con texto alineado arriba.
27105 \end_layout
27106
27107 \end_inset
27108
27109  Ejemplo de línea de texto.
27110 \end_layout
27111
27112 \begin_layout Description
27113 Medio Ejemplo de línea de texto.
27114  
27115 \begin_inset Box Boxed
27116 position "c"
27117 hor_pos "c"
27118 has_inner_box 1
27119 inner_pos "c"
27120 use_parbox 0
27121 width "12col%"
27122 special "none"
27123 height "1.5in"
27124 height_special "totalheight"
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128 \align center
27129 Cuadro con texto alineado en medio.
27130 \end_layout
27131
27132 \end_inset
27133
27134  Ejemplo de línea de texto.
27135 \end_layout
27136
27137 \begin_layout Description
27138 Inferior Ejemplo de línea de texto.
27139  
27140 \begin_inset Box Boxed
27141 position "c"
27142 hor_pos "c"
27143 has_inner_box 1
27144 inner_pos "b"
27145 use_parbox 0
27146 width "12col%"
27147 special "none"
27148 height "1.5in"
27149 height_special "totalheight"
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153 \align center
27154 Cuadro con texto alineado abajo.
27155 \end_layout
27156
27157 \end_inset
27158
27159  Ejemplo de línea de texto.
27160 \end_layout
27161
27162 \begin_layout Description
27163 Estirado Ejemplo de línea de texto.
27164  
27165 \begin_inset Box Boxed
27166 position "c"
27167 hor_pos "c"
27168 has_inner_box 1
27169 inner_pos "s"
27170 use_parbox 0
27171 width "12col%"
27172 special "none"
27173 height "1.5in"
27174 height_special "totalheight"
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178 \align center
27179 Este texto
27180 \end_layout
27181
27182 \begin_layout Plain Layout
27183 \align center
27184 está
27185 \end_layout
27186
27187 \begin_layout Plain Layout
27188 \align center
27189 estirado.
27190 \end_layout
27191
27192 \end_inset
27193
27194  Ejemplo de línea de texto.
27195 \end_layout
27196
27197 \begin_layout Standard
27198 Para estirar el contenido debe tener más de un párrafo.
27199  En el ejemplo anterior cada línea de texto está en un párrafo propio.
27200 \end_layout
27201
27202 \begin_layout Standard
27203 \begin_inset VSpace bigskip
27204 \end_inset
27205
27206 Para estirar horizontalmente el contenido usa el diálogo de párrafos de
27207  LyX cuando hayas escogido un 
27208 \family sans
27209 Cuadro
27210 \begin_inset space ~
27211 \end_inset
27212
27213 interior
27214 \family default
27215 .
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \align center
27220 \begin_inset Box Boxed
27221 position "c"
27222 hor_pos "c"
27223 has_inner_box 1
27224 inner_pos "s"
27225 use_parbox 0
27226 width "15col%"
27227 special "none"
27228 height "1.25in"
27229 height_special "totalheight"
27230 status open
27231
27232 \begin_layout Plain Layout
27233 \align left
27234 Cuadro
27235 \end_layout
27236
27237 \begin_layout Plain Layout
27238 \align center
27239 con texto
27240 \end_layout
27241
27242 \begin_layout Plain Layout
27243 \align right
27244 estirado
27245 \end_layout
27246
27247 \end_inset
27248
27249
27250 \end_layout
27251
27252 \begin_layout Standard
27253 Si no has establecido un 
27254 \family sans
27255 Cuadro
27256 \begin_inset space ~
27257 \end_inset
27258
27259 interior
27260 \family default
27261 , puedes alinear horizontalmente el contenido del cuadro en el diálogo de
27262  cuadro.
27263 \end_layout
27264
27265 \begin_layout Standard
27266 \align center
27267 \begin_inset Box Boxed
27268 position "c"
27269 hor_pos "s"
27270 has_inner_box 0
27271 inner_pos "s"
27272 use_parbox 0
27273 width "90col%"
27274 special "none"
27275 height "1.25in"
27276 height_special "totalheight"
27277 status open
27278
27279 \begin_layout Plain Layout
27280 \align left
27281 Texto estirado horizontalmente.
27282 \end_layout
27283
27284 \end_inset
27285
27286
27287 \end_layout
27288
27289 \begin_layout Section
27290 Cuadros enmarcados
27291 \begin_inset CommandInset label
27292 LatexCommand label
27293 name "sec:Cuadros-Enmarcados"
27294
27295 \end_inset
27296
27297
27298 \begin_inset Index
27299 status collapsed
27300
27301 \begin_layout Plain Layout
27302 Cuadros ! Marcos
27303 \end_layout
27304
27305 \end_inset
27306
27307
27308 \end_layout
27309
27310 \begin_layout Standard
27311 El estilo de marco del cuadro se puede determinar en la lista desplegable
27312  
27313 \family sans
27314 Tipo
27315 \family default
27316  del diálogo de cuadros.
27317  Son posibles los siguientes marcos:
27318 \end_layout
27319
27320 \begin_layout Description
27321 Marco
27322 \begin_inset space ~
27323 \end_inset
27324
27325 rectangular Dibuja un marco rectangular alrededor del cuadro.
27326  El grosor del marco depende de 
27327 \series bold
27328
27329 \backslash
27330 fboxrule
27331 \series default
27332 .
27333  
27334 \begin_inset Box Boxed
27335 position "c"
27336 hor_pos "c"
27337 has_inner_box 1
27338 inner_pos "c"
27339 use_parbox 0
27340 width "25col%"
27341 special "none"
27342 height "1in"
27343 height_special "totalheight"
27344 status open
27345
27346 \begin_layout Plain Layout
27347 \align center
27348 Cuadro rectangular
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \begin_layout Description
27357 Marco
27358 \begin_inset space ~
27359 \end_inset
27360
27361 ovalado,
27362 \begin_inset space ~
27363 \end_inset
27364
27365 fino Dibuja un marco ovalado cuya línea tiene un grosor de 0.4
27366 \begin_inset space \thinspace{}
27367 \end_inset
27368
27369 pt.
27370  
27371 \begin_inset Box ovalbox
27372 position "c"
27373 hor_pos "c"
27374 has_inner_box 1
27375 inner_pos "c"
27376 use_parbox 0
27377 width "25col%"
27378 special "none"
27379 height "1in"
27380 height_special "totalheight"
27381 status open
27382
27383 \begin_layout Plain Layout
27384 \align center
27385 Marco ovalado, fino
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Description
27394 Marco
27395 \begin_inset space ~
27396 \end_inset
27397
27398 ovalado,
27399 \begin_inset space ~
27400 \end_inset
27401
27402 grueso Dibuja un marco ovalado cuya línea tiene un grosor de 0.8
27403 \begin_inset space \thinspace{}
27404 \end_inset
27405
27406 pt.
27407  
27408 \begin_inset Box Ovalbox
27409 position "c"
27410 hor_pos "c"
27411 has_inner_box 1
27412 inner_pos "c"
27413 use_parbox 0
27414 width "30col%"
27415 special "none"
27416 height "1in"
27417 height_special "totalheight"
27418 status open
27419
27420 \begin_layout Plain Layout
27421 \align center
27422 Cuadro ovalado, grueso
27423 \end_layout
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \begin_layout Description
27431 Marco
27432 \begin_inset space ~
27433 \end_inset
27434
27435 con
27436 \begin_inset space ~
27437 \end_inset
27438
27439 sombra Dibuja un cuadro rectangular con sombra alrededor del cuadro.
27440  El grosor de la línea tiene el tamaño dado por 
27441 \series bold
27442
27443 \backslash
27444 fboxrule
27445 \series default
27446 , la sombra tiene una anchura de 4
27447 \begin_inset space \thinspace{}
27448 \end_inset
27449
27450 pt.
27451  
27452 \begin_inset Box Shadowbox
27453 position "c"
27454 hor_pos "c"
27455 has_inner_box 1
27456 inner_pos "c"
27457 use_parbox 0
27458 width "20col%"
27459 special "none"
27460 height "1in"
27461 height_special "totalheight"
27462 status open
27463
27464 \begin_layout Plain Layout
27465 \align center
27466 Marco sombrado
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Description
27475 Marco
27476 \begin_inset space ~
27477 \end_inset
27478
27479 doble Dibuja un rectángulo de línea doble alrededor del cuadro.
27480  El grosor de la línea interior es 0.75
27481 \begin_inset space \thinspace{}
27482 \end_inset
27483
27484
27485 \series bold
27486
27487 \backslash
27488 fboxrule
27489 \series default
27490 , el de la línea exterior es 1.5
27491 \begin_inset space \thinspace{}
27492 \end_inset
27493
27494
27495 \series bold
27496
27497 \backslash
27498 fboxrule
27499 \series default
27500 .
27501  La distancia entre líneas es 1.5
27502 \begin_inset space \thinspace{}
27503 \end_inset
27504
27505
27506 \series bold
27507
27508 \backslash
27509 fboxrule
27510 \series default
27511
27512 \begin_inset space \thinspace{}
27513 \end_inset
27514
27515 +
27516 \begin_inset space \thinspace{}
27517 \end_inset
27518
27519 0.5
27520 \begin_inset space \thinspace{}
27521 \end_inset
27522
27523 pt.
27524  
27525 \begin_inset Box Doublebox
27526 position "c"
27527 hor_pos "c"
27528 has_inner_box 1
27529 inner_pos "c"
27530 use_parbox 0
27531 width "20col%"
27532 special "none"
27533 height "1in"
27534 height_special "totalheight"
27535 status open
27536
27537 \begin_layout Plain Layout
27538 \align center
27539 Marco doble
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \begin_layout Standard
27548 \begin_inset VSpace bigskip
27549 \end_inset
27550
27551 La etiqueta del recuadro en LyX cambiará según el estilo de marco elegido.
27552  Para poder utilizar los distintos marcos, debe estar instalado el paquete
27553  LaTeX 
27554 \series bold
27555 fancybox
27556 \series default
27557
27558 \begin_inset Index
27559 status collapsed
27560
27561 \begin_layout Plain Layout
27562 LaTeX-paquetes ! fancybox
27563 \end_layout
27564
27565 \end_inset
27566
27567 .
27568 \end_layout
27569
27570 \begin_layout Standard
27571 \begin_inset VSpace bigskip
27572 \end_inset
27573
27574 El valor predeterminado por 
27575 \series bold
27576
27577 \backslash
27578 fboxrule
27579 \series default
27580  es 0.4
27581 \begin_inset space \thinspace{}
27582 \end_inset
27583
27584 pt.
27585  Puede cambiarse con el siguiente comando en ERT, p.
27586 \begin_inset space \thinspace{}
27587 \end_inset
27588
27589 e.
27590 \begin_inset space ~
27591 \end_inset
27592
27593 a
27594 \begin_inset space ~
27595 \end_inset
27596
27597 2
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 pt:
27602 \end_layout
27603
27604 \begin_layout Standard
27605
27606 \series bold
27607
27608 \backslash
27609 setlength{
27610 \backslash
27611 fboxrule}{2pt}
27612 \end_layout
27613
27614 \begin_layout Standard
27615 \begin_inset ERT
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619
27620
27621 \backslash
27622 setlength{
27623 \backslash
27624 fboxrule}{2pt}
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \begin_inset Box Boxed
27631 position "c"
27632 hor_pos "c"
27633 has_inner_box 1
27634 inner_pos "c"
27635 use_parbox 0
27636 width "25col%"
27637 special "none"
27638 height "1in"
27639 height_special "totalheight"
27640 status open
27641
27642 \begin_layout Plain Layout
27643 \align center
27644 Cuadro rectangular con 
27645 \series bold
27646
27647 \backslash
27648 fboxrule
27649 \series default
27650
27651 \begin_inset space \thinspace{}
27652 \end_inset
27653
27654 =
27655 \begin_inset space \thinspace{}
27656 \end_inset
27657
27658 2
27659 \begin_inset space \thinspace{}
27660 \end_inset
27661
27662 pt
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \begin_inset ERT
27669 status collapsed
27670
27671 \begin_layout Plain Layout
27672
27673
27674 \backslash
27675 setlength{
27676 \backslash
27677 fboxrule}{0.4pt}
27678 \end_layout
27679
27680 \end_inset
27681
27682
27683 \end_layout
27684
27685 \begin_layout Standard
27686 \begin_inset VSpace bigskip
27687 \end_inset
27688
27689 El espacio entre el marco y el contenido del cuadro es 3
27690 \begin_inset space \thinspace{}
27691 \end_inset
27692
27693 pt por defecto para todos los estilos.
27694  Se puede cambiar mediante la longitud 
27695 \series bold
27696
27697 \backslash
27698 fboxsep
27699 \series default
27700 .
27701  Por ejemplo el comando
27702 \end_layout
27703
27704 \begin_layout Standard
27705
27706 \series bold
27707
27708 \backslash
27709 setlength{
27710 \backslash
27711 fboxsep}{10pt}
27712 \end_layout
27713
27714 \begin_layout Standard
27715 determina un valor de 10
27716 \begin_inset space \thinspace{}
27717 \end_inset
27718
27719 pt, como en el siguiente cuadro:
27720 \end_layout
27721
27722 \begin_layout Standard
27723 \begin_inset ERT
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727
27728
27729 \backslash
27730 setlength{
27731 \backslash
27732 fboxsep}{10pt}
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \begin_inset Box Boxed
27739 position "c"
27740 hor_pos "c"
27741 has_inner_box 1
27742 inner_pos "c"
27743 use_parbox 0
27744 width "25col%"
27745 special "none"
27746 height "1in"
27747 height_special "totalheight"
27748 status open
27749
27750 \begin_layout Plain Layout
27751 \align center
27752 Cuadro rectangular con 
27753 \series bold
27754
27755 \backslash
27756 fboxsep
27757 \series default
27758
27759 \begin_inset space \thinspace{}
27760 \end_inset
27761
27762 =
27763 \begin_inset space \thinspace{}
27764 \end_inset
27765
27766 10
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 pt
27771 \end_layout
27772
27773 \end_inset
27774
27775
27776 \begin_inset ERT
27777 status collapsed
27778
27779 \begin_layout Plain Layout
27780
27781
27782 \backslash
27783 setlength{
27784 \backslash
27785 fboxsep}{3pt}
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \begin_layout Standard
27794 \begin_inset VSpace bigskip
27795 \end_inset
27796
27797 El diámetro de las esquinas de los cuadros ovalados se puede modificar con
27798  el comando 
27799 \series bold
27800
27801 \backslash
27802 cornersize
27803 \series default
27804 .
27805  El comando
27806 \end_layout
27807
27808 \begin_layout Standard
27809
27810 \series bold
27811
27812 \backslash
27813 cornersize*{1cm}
27814 \end_layout
27815
27816 \begin_layout Standard
27817 establece un diámetro de 1
27818 \begin_inset space \thinspace{}
27819 \end_inset
27820
27821 cm.
27822  El comando
27823 \end_layout
27824
27825 \begin_layout Standard
27826
27827 \series bold
27828
27829 \backslash
27830 cornersize{num}
27831 \end_layout
27832
27833 \begin_layout Standard
27834 fija el diámetro en 
27835 \family sans
27836 num
27837 \begin_inset space \thinspace{}
27838 \end_inset
27839
27840 ×
27841 \begin_inset space \thinspace{}
27842 \end_inset
27843
27844 mínimo
27845 \family default
27846  
27847 \family sans
27848 (ancho y alto del cuadro)
27849 \family default
27850 .
27851  Por defecto es 
27852 \series bold
27853
27854 \backslash
27855 cornersize{0.5}
27856 \series default
27857 .
27858 \end_layout
27859
27860 \begin_layout Standard
27861 \begin_inset ERT
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865
27866
27867 \backslash
27868 cornersize*{1.5cm}
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset Box Ovalbox
27875 position "c"
27876 hor_pos "c"
27877 has_inner_box 1
27878 inner_pos "c"
27879 use_parbox 0
27880 width "28col%"
27881 special "none"
27882 height "1in"
27883 height_special "totalheight"
27884 status open
27885
27886 \begin_layout Plain Layout
27887 \align center
27888 Cuadro ovalado con 
27889 \series bold
27890
27891 \backslash
27892 cornersize
27893 \series default
27894
27895 \begin_inset space \thinspace{}
27896 \end_inset
27897
27898 =
27899 \begin_inset space \thinspace{}
27900 \end_inset
27901
27902 1.5
27903 \begin_inset space \thinspace{}
27904 \end_inset
27905
27906 cm
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 cornersize{0.5}
27920 \end_layout
27921
27922 \end_inset
27923
27924
27925 \end_layout
27926
27927 \begin_layout Standard
27928 \begin_inset VSpace bigskip
27929 \end_inset
27930
27931 El tamaño de la sombra se puede ajustar cambiando la longitud 
27932 \series bold
27933
27934 \backslash
27935 shadowsize
27936 \series default
27937 .
27938  Este comando la ajusta a 2
27939 \begin_inset space \thinspace{}
27940 \end_inset
27941
27942 pt en el cuadro siguiente:
27943 \end_layout
27944
27945 \begin_layout Standard
27946
27947 \series bold
27948
27949 \backslash
27950 setlength{
27951 \backslash
27952 shadowsize}{2pt}
27953 \end_layout
27954
27955 \begin_layout Standard
27956 \begin_inset ERT
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960
27961
27962 \backslash
27963 setlength{
27964 \backslash
27965 shadowsize}{2pt}
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \begin_inset Box Shadowbox
27972 position "c"
27973 hor_pos "c"
27974 has_inner_box 1
27975 inner_pos "c"
27976 use_parbox 0
27977 width "28col%"
27978 special "none"
27979 height "1in"
27980 height_special "totalheight"
27981 status open
27982
27983 \begin_layout Plain Layout
27984 \align center
27985 Cuadro sombreado con 
27986 \series bold
27987
27988 \backslash
27989 shadowsize
27990 \series default
27991
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 =
27996 \begin_inset space \thinspace{}
27997 \end_inset
27998
27999 2
28000 \begin_inset space \thinspace{}
28001 \end_inset
28002
28003 pt
28004 \end_layout
28005
28006 \end_inset
28007
28008
28009 \begin_inset ERT
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013
28014
28015 \backslash
28016 setlength{
28017 \backslash
28018 shadowsize}{4pt}
28019 \end_layout
28020
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Standard
28027 \begin_inset VSpace bigskip
28028 \end_inset
28029
28030 Los cambios en las dimensiones son válidos para todos los cuadros que siguen
28031  a los comandos.
28032 \end_layout
28033
28034 \begin_layout Section
28035 Minipáginas
28036 \begin_inset CommandInset label
28037 LatexCommand label
28038 name "sec:Minipáginas"
28039
28040 \end_inset
28041
28042
28043 \begin_inset Index
28044 status collapsed
28045
28046 \begin_layout Plain Layout
28047 Cuadros ! Minipáginas
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Standard
28056 Las minipáginas son tratadas por LaTeX como páginas dentro de páginas y
28057  por tanto pueden tener, por ejemplo, sus propias notas al pie.
28058 \end_layout
28059
28060 \begin_layout Standard
28061 Las minipáginas son útiles para escribir documentos con distintos lenguajes.
28062 \end_layout
28063
28064 \begin_layout Standard
28065 A continuación hay dos ejemplos de minipáginas adosadas.
28066  Su anchura está puesta en 45
28067 \begin_inset space \thinspace{}
28068 \end_inset
28069
28070 col% y separadas por un relleno horizontal, insertado vía el menú 
28071 \family sans
28072 Insertar\SpecialChar \menuseparator
28073 Formato
28074 \begin_inset space ~
28075 \end_inset
28076
28077
28078 \family default
28079 es
28080 \family sans
28081 pecial
28082 \begin_inset space ~
28083 \end_inset
28084
28085 \SpecialChar \menuseparator
28086 Relleno
28087 \begin_inset space ~
28088 \end_inset
28089
28090 horizontal
28091 \family default
28092 .
28093 \end_layout
28094
28095 \begin_layout Standard
28096 \begin_inset Box Frameless
28097 position "t"
28098 hor_pos "c"
28099 has_inner_box 1
28100 inner_pos "c"
28101 use_parbox 0
28102 width "45col%"
28103 special "none"
28104 height "1in"
28105 height_special "totalheight"
28106 status open
28107
28108 \begin_layout Plain Layout
28109
28110 \lang german
28111 Dies ist ein deutscher Text.
28112  Dies ist ein deutscher Text.
28113  Dies ist ein deutscher Text.
28114  Dies ist ein deutscher Text.
28115  Dies ist ein deutscher Text.
28116  Dies ist ein deutscher Text.
28117  Dies ist ein deutscher Text.
28118  Dies ist ein deutscher Text.
28119  Dies ist ein deutscher Text.
28120  Dies ist ein deutscher Text.
28121  Dies ist ein deutscher Text.
28122  Dies ist ein deutscher Text.
28123  Dies ist ein deutscher Text
28124 \begin_inset Foot
28125 status collapsed
28126
28127 \begin_layout Plain Layout
28128
28129 \lang german
28130 Dies ist eine deutsche Fußnote.
28131 \end_layout
28132
28133 \end_inset
28134
28135 .
28136  Dies ist ein deutscher Text.
28137  Dies ist ein deutscher Text.
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \begin_inset space \hfill{}
28144 \end_inset
28145
28146
28147 \begin_inset Box Frameless
28148 position "t"
28149 hor_pos "c"
28150 has_inner_box 1
28151 inner_pos "c"
28152 use_parbox 0
28153 width "45col%"
28154 special "none"
28155 height "1in"
28156 height_special "totalheight"
28157 status open
28158
28159 \begin_layout Plain Layout
28160 This is an English Text.
28161  This is an English Text.
28162  This is an English Text.
28163  This is an English Text.
28164  This is an English Text.
28165  This is an English Text.
28166  This is an English Text.
28167  This is an English Text.
28168  This is an English Text.
28169  This is an English Text.
28170  This is an English Text.
28171  This is an English Text.
28172  This is an English Text.
28173  This is an English Text.
28174  This is an English Text.
28175  This is an English Text.
28176 \begin_inset Foot
28177 status collapsed
28178
28179 \begin_layout Plain Layout
28180 This is an English footnote.
28181 \end_layout
28182
28183 \end_inset
28184
28185  This is an English Text.
28186  
28187 \end_layout
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Standard
28195 \begin_inset VSpace bigskip
28196 \end_inset
28197
28198 Otra aplicación de los cuadros son las notas a pie en tablas.
28199  Debido a una restricción de LaTeX las notas a pie en tablas no aparecen
28200  al final de la página actual.
28201  Pero si pones la tabla con notas al pie en una minipágina, las notas aparecen
28202  en la parte inferior, ordenadas con letras.
28203  La ordenación de las notas al pie se restablece en cada minipágina pero
28204  no fuera de las minipáginas.
28205 \end_layout
28206
28207 \begin_layout Standard
28208 La nota al pie en esta tabla no aparece: 
28209 \begin_inset Tabular
28210 <lyxtabular version="3" rows="3" columns="4">
28211 <features>
28212 <column alignment="center" valignment="top" width="0pt">
28213 <column alignment="center" valignment="top" width="0pt">
28214 <column alignment="center" valignment="top" width="0pt">
28215 <column alignment="center" valignment="top" width="0pt">
28216 <row>
28217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28218 \begin_inset Text
28219
28220 \begin_layout Plain Layout
28221 1
28222 \end_layout
28223
28224 \end_inset
28225 </cell>
28226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28227 \begin_inset Text
28228
28229 \begin_layout Plain Layout
28230 2
28231 \end_layout
28232
28233 \end_inset
28234 </cell>
28235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28236 \begin_inset Text
28237
28238 \begin_layout Plain Layout
28239 3
28240 \begin_inset Foot
28241 status open
28242
28243 \begin_layout Plain Layout
28244 Nota al pie en una tabla.
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \end_inset
28253 </cell>
28254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28255 \begin_inset Text
28256
28257 \begin_layout Plain Layout
28258 4
28259 \end_layout
28260
28261 \end_inset
28262 </cell>
28263 </row>
28264 <row>
28265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28266 \begin_inset Text
28267
28268 \begin_layout Plain Layout
28269 a
28270 \end_layout
28271
28272 \end_inset
28273 </cell>
28274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28275 \begin_inset Text
28276
28277 \begin_layout Plain Layout
28278 b
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 c
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28293 \begin_inset Text
28294
28295 \begin_layout Plain Layout
28296 d
28297 \end_layout
28298
28299 \end_inset
28300 </cell>
28301 </row>
28302 <row>
28303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Plain Layout
28307 e
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 f
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28322 \begin_inset Text
28323
28324 \begin_layout Plain Layout
28325 g
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334 h
28335 \end_layout
28336
28337 \end_inset
28338 </cell>
28339 </row>
28340 </lyxtabular>
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_layout Standard
28348 \align center
28349 \begin_inset Box Frameless
28350 position "t"
28351 hor_pos "c"
28352 has_inner_box 1
28353 inner_pos "c"
28354 use_parbox 0
28355 width "30col%"
28356 special "none"
28357 height "1in"
28358 height_special "totalheight"
28359 status open
28360
28361 \begin_layout Plain Layout
28362 \align center
28363 \begin_inset Tabular
28364 <lyxtabular version="3" rows="3" columns="4">
28365 <features>
28366 <column alignment="center" valignment="top" width="0pt">
28367 <column alignment="center" valignment="top" width="0pt">
28368 <column alignment="center" valignment="top" width="0pt">
28369 <column alignment="center" valignment="top" width="0pt">
28370 <row>
28371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28372 \begin_inset Text
28373
28374 \begin_layout Plain Layout
28375 1
28376 \end_layout
28377
28378 \end_inset
28379 </cell>
28380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28381 \begin_inset Text
28382
28383 \begin_layout Plain Layout
28384 2
28385 \end_layout
28386
28387 \end_inset
28388 </cell>
28389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28390 \begin_inset Text
28391
28392 \begin_layout Plain Layout
28393 3
28394 \begin_inset Foot
28395 status open
28396
28397 \begin_layout Plain Layout
28398 Nota al pie en una tabla..
28399 \end_layout
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \end_inset
28407 </cell>
28408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28409 \begin_inset Text
28410
28411 \begin_layout Plain Layout
28412 4
28413 \end_layout
28414
28415 \end_inset
28416 </cell>
28417 </row>
28418 <row>
28419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28420 \begin_inset Text
28421
28422 \begin_layout Plain Layout
28423 a
28424 \end_layout
28425
28426 \end_inset
28427 </cell>
28428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28429 \begin_inset Text
28430
28431 \begin_layout Plain Layout
28432 b
28433 \end_layout
28434
28435 \end_inset
28436 </cell>
28437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28438 \begin_inset Text
28439
28440 \begin_layout Plain Layout
28441 c
28442 \end_layout
28443
28444 \end_inset
28445 </cell>
28446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28447 \begin_inset Text
28448
28449 \begin_layout Plain Layout
28450 d
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 </row>
28456 <row>
28457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Plain Layout
28461 e
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 f
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 g
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28485 \begin_inset Text
28486
28487 \begin_layout Plain Layout
28488 h
28489 \end_layout
28490
28491 \end_inset
28492 </cell>
28493 </row>
28494 </lyxtabular>
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Standard
28507 \begin_inset VSpace bigskip
28508 \end_inset
28509
28510 La configuración global de párrafos se ignora en las minipáginas.
28511  Esto significa que en las mismas no habrá espacio entre párrafos aunque
28512  pongas p.
28513 \begin_inset space \thinspace{}
28514 \end_inset
28515
28516 e.
28517 \begin_inset space ~
28518 \end_inset
28519
28520
28521 \family sans
28522 Salto
28523 \begin_inset space ~
28524 \end_inset
28525
28526 medio
28527 \family default
28528  en la configuración del documento.
28529 \end_layout
28530
28531 \begin_layout Standard
28532 Las minipáginas también sirven para poner un color de fondo para partes
28533  de texto, ver sección
28534 \begin_inset space ~
28535 \end_inset
28536
28537
28538 \begin_inset CommandInset ref
28539 LatexCommand ref
28540 reference "sub:Color-en-Párrafos"
28541
28542 \end_inset
28543
28544 .
28545 \end_layout
28546
28547 \begin_layout Standard
28548 \begin_inset Note Greyedout
28549 status open
28550
28551 \begin_layout Plain Layout
28552
28553 \series bold
28554 Nota:
28555 \series default
28556  No puedes tener flotantes o notas al margen en minipáginas pero sí puedes
28557  tener minipáginas en tablas, flotantes, y otros cuadros.
28558 \end_layout
28559
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \begin_layout Section
28566 Cuadros de párrafo
28567 \begin_inset CommandInset label
28568 LatexCommand label
28569 name "sec:Cuadros-de-Párrafo"
28570
28571 \end_inset
28572
28573
28574 \begin_inset Index
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 Cuadros ! de párrafo
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \begin_layout Standard
28587 Los cuadros de párrafo son similares a las minipáginas con la diferencia
28588  de que no pueden contener notas al pie.
28589   La diferencia principal es que las minipáginas no son verdaderos cuadros
28590  sino entornos de LaTeX.
28591 \end_layout
28592
28593 \begin_layout Standard
28594 \align center
28595 \begin_inset Box Frameless
28596 position "t"
28597 hor_pos "c"
28598 has_inner_box 1
28599 inner_pos "t"
28600 use_parbox 1
28601 width "33col%"
28602 special "none"
28603 height "1in"
28604 height_special "totalheight"
28605 status collapsed
28606
28607 \begin_layout Plain Layout
28608 Texto en un cuadro de párrafo.
28609  Texto en un cuadro de párrafo.
28610  Esta nota no aparece:
28611 \begin_inset Foot
28612 status open
28613
28614 \begin_layout Plain Layout
28615 Esta es una nota en cuadro de párrafo y por eso no aparecerá.
28616 \end_layout
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \end_inset
28624
28625
28626 \end_layout
28627
28628 \begin_layout Section
28629 Cuadros para palabras y caracteres
28630 \begin_inset Index
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634 Cuadros ! para palabras y caracteres
28635 \end_layout
28636
28637 \end_inset
28638
28639
28640 \end_layout
28641
28642 \begin_layout Subsection
28643 Evitar la partición de palabras
28644 \begin_inset CommandInset label
28645 LatexCommand label
28646 name "sec:Evitar-la-Partición"
28647
28648 \end_inset
28649
28650
28651 \begin_inset Index
28652 status collapsed
28653
28654 \begin_layout Plain Layout
28655 Cuadros ! para evitar la partición de palabras
28656 \end_layout
28657
28658 \end_inset
28659
28660
28661 \end_layout
28662
28663 \begin_layout Standard
28664 Hay un tipo especial de cuadro para impedir que una palabra sea partida
28665  con guión.
28666 \begin_inset Newline newline
28667 \end_inset
28668
28669 He aquí un ejemplo:
28670 \end_layout
28671
28672 \begin_layout Standard
28673 Esta línea es un ejemplo para mostrar cómo evitar la división de 
28674 \begin_inset Quotes eld
28675 \end_inset
28676
28677 estalarguísimapalabra
28678 \begin_inset Quotes erd
28679 \end_inset
28680
28681 .
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Para evitar su división usa el comando
28686 \end_layout
28687
28688 \begin_layout Standard
28689
28690 \series bold
28691
28692 \backslash
28693 mbox{
28694 \end_layout
28695
28696 \begin_layout Standard
28697 en ERT antes de la palabra.
28698  Tras ella inserta una llave de cierre 
28699 \begin_inset Quotes eld
28700 \end_inset
28701
28702
28703 \series bold
28704 }
28705 \series default
28706
28707 \begin_inset Quotes erd
28708 \end_inset
28709
28710  en ERT.
28711 \end_layout
28712
28713 \begin_layout Standard
28714 Este es el resultado:
28715 \end_layout
28716
28717 \begin_layout Standard
28718 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28719 \begin_inset ERT
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723
28724
28725 \backslash
28726 mbox{
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \begin_inset Quotes eld
28733 \end_inset
28734
28735 estalarguísimapalabra
28736 \begin_inset Quotes erd
28737 \end_inset
28738
28739 .
28740 \begin_inset ERT
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744
28745 }
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 Como alternativa puedes poner el comando 
28755 \begin_inset Quotes eld
28756 \end_inset
28757
28758
28759 \series bold
28760
28761 \backslash
28762 -
28763 \series default
28764
28765 \begin_inset Quotes grd
28766 \end_inset
28767
28768  en ERT directamente antes de la palabra:
28769 \end_layout
28770
28771 \begin_layout Standard
28772 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28773 \begin_inset Quotes eld
28774 \end_inset
28775
28776
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782
28783 \backslash
28784 -
28785 \end_layout
28786
28787 \end_inset
28788
28789 estalarguísimapalabra
28790 \begin_inset Quotes erd
28791 \end_inset
28792
28793 .
28794 \end_layout
28795
28796 \begin_layout Standard
28797 Por supuesto, la palabra sobresale del margen.
28798  Para evitarlo añade, con el menú 
28799 \family sans
28800 Insertar\SpecialChar \menuseparator
28801 Formato
28802 \begin_inset space ~
28803 \end_inset
28804
28805 especial
28806 \begin_inset space ~
28807 \end_inset
28808
28809 \SpecialChar \menuseparator
28810 Salto
28811 \begin_inset space ~
28812 \end_inset
28813
28814 de
28815 \begin_inset space ~
28816 \end_inset
28817
28818
28819 \family default
28820 línea (atajo 
28821 \series bold
28822 Ctrl-Intro
28823 \series default
28824 ), un salto de línea antes de la palabra:
28825 \end_layout
28826
28827 \begin_layout Standard
28828 Esta línea es un ejemplo para mostrar cómo prevenir la división de 
28829 \begin_inset Newline newline
28830 \end_inset
28831
28832
28833 \begin_inset ERT
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837
28838
28839 \backslash
28840 mbox{
28841 \end_layout
28842
28843 \end_inset
28844
28845
28846 \begin_inset Quotes eld
28847 \end_inset
28848
28849 estalarguísimapalabra
28850 \begin_inset Quotes erd
28851 \end_inset
28852
28853 .
28854 \begin_inset ERT
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858
28859 }
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \begin_layout Subsection
28868 Alineación vertical
28869 \begin_inset CommandInset label
28870 LatexCommand label
28871 name "sub:Alineación-Vertical"
28872
28873 \end_inset
28874
28875
28876 \begin_inset Index
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 Cuadros ! para alineación vertical
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 Con ayuda del comando 
28890 \series bold
28891
28892 \backslash
28893 raisebox
28894 \series default
28895  puedes alinear verticalmente con el texto circundante palabras o caracteres.
28896  
28897 \series bold
28898
28899 \backslash
28900 raisebox
28901 \series default
28902  se utiliza según el esquema:
28903 \end_layout
28904
28905 \begin_layout Standard
28906
28907 \series bold
28908
28909 \backslash
28910 raisebox{elevación}[altura][profundidad]{contenido del cuadro}
28911 \end_layout
28912
28913 \begin_layout Standard
28914 La elevación puede ser un valor positivo para subir el cuadro o negativo
28915  para bajarlo.
28916 \end_layout
28917
28918 \begin_layout Standard
28919 Para alinear una palabra, p.
28920 \begin_inset space \thinspace{}
28921 \end_inset
28922
28923 e
28924 \begin_inset space ~
28925 \end_inset
28926
28927
28928 \begin_inset Quotes eld
28929 \end_inset
28930
28931 prevención
28932 \begin_inset Quotes erd
28933 \end_inset
28934
28935  para que la parte inferior de la letra más 
28936 \begin_inset Quotes eld
28937 \end_inset
28938
28939 profunda
28940 \begin_inset Quotes erd
28941 \end_inset
28942
28943  
28944 \begin_inset Quotes eld
28945 \end_inset
28946
28947 p
28948 \begin_inset Quotes erd
28949 \end_inset
28950
28951  esté en la línea de base, inserta el comando
28952 \end_layout
28953
28954 \begin_layout Standard
28955
28956 \series bold
28957
28958 \backslash
28959 raisebox{
28960 \backslash
28961 depth}{
28962 \end_layout
28963
28964 \begin_layout Standard
28965 en ERT antes de la palabra.
28966  Detrás de la palabra inserta una llave de cierre 
28967 \begin_inset Quotes eld
28968 \end_inset
28969
28970
28971 \series bold
28972 }
28973 \series default
28974
28975 \begin_inset Quotes erd
28976 \end_inset
28977
28978  en ERT.
28979 \begin_inset Newline newline
28980 \end_inset
28981
28982 Este es el resultado:
28983 \end_layout
28984
28985 \begin_layout Standard
28986 Esto es una línea de texto con la palabra 
28987 \begin_inset ERT
28988 status collapsed
28989
28990 \begin_layout Plain Layout
28991
28992
28993 \backslash
28994 raisebox{
28995 \backslash
28996 depth}{
28997 \end_layout
28998
28999 \end_inset
29000
29001
29002 \begin_inset Quotes eld
29003 \end_inset
29004
29005 prevención
29006 \begin_inset Quotes erd
29007 \end_inset
29008
29009
29010 \begin_inset ERT
29011 status collapsed
29012
29013 \begin_layout Plain Layout
29014
29015 }
29016 \end_layout
29017
29018 \end_inset
29019
29020  elevada.
29021 \end_layout
29022
29023 \begin_layout Standard
29024 \begin_inset VSpace bigskip
29025 \end_inset
29026
29027 Al subir o bajar caracteres en una línea, se modifica el espacio entre líneas:
29028 \end_layout
29029
29030 \begin_layout Standard
29031 Esto es una línea de texto con la palabra 
29032 \begin_inset ERT
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036
29037
29038 \backslash
29039 raisebox{-
29040 \backslash
29041 depth}{
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \begin_inset Quotes eld
29048 \end_inset
29049
29050 prevención
29051 \begin_inset Quotes erd
29052 \end_inset
29053
29054
29055 \begin_inset ERT
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059
29060 }
29061 \end_layout
29062
29063 \end_inset
29064
29065  como palabra más baja.
29066 \begin_inset Newline newline
29067 \end_inset
29068
29069 Esto es una línea de texto con la palabra 
29070 \begin_inset ERT
29071 status collapsed
29072
29073 \begin_layout Plain Layout
29074
29075
29076 \backslash
29077 raisebox{0.5cm}{
29078 \end_layout
29079
29080 \end_inset
29081
29082
29083 \begin_inset Quotes eld
29084 \end_inset
29085
29086 testigo
29087 \begin_inset Quotes erd
29088 \end_inset
29089
29090
29091 \begin_inset ERT
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095
29096 }
29097 \end_layout
29098
29099 \end_inset
29100
29101  como palabra más alta.
29102 \end_layout
29103
29104 \begin_layout Standard
29105 Si por alguna razón quieres impedir esto, pon la altura de cuadro a cero.
29106  Por ejemplo
29107 \end_layout
29108
29109 \begin_layout Standard
29110
29111 \series bold
29112
29113 \backslash
29114 raisebox{-
29115 \backslash
29116 depth}[0pt]{
29117 \end_layout
29118
29119 \begin_layout Standard
29120 Esto es una línea de texto con la palabra 
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126
29127 \backslash
29128 raisebox{-
29129 \backslash
29130 depth}[0pt]{
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \begin_inset Quotes eld
29137 \end_inset
29138
29139 prevención
29140 \begin_inset Quotes erd
29141 \end_inset
29142
29143
29144 \begin_inset ERT
29145 status collapsed
29146
29147 \begin_layout Plain Layout
29148
29149 }
29150 \end_layout
29151
29152 \end_inset
29153
29154  como palabra más baja.
29155 \begin_inset Newline newline
29156 \end_inset
29157
29158 Esto es una línea de texto con la palabra 
29159 \begin_inset ERT
29160 status collapsed
29161
29162 \begin_layout Plain Layout
29163
29164
29165 \backslash
29166 raisebox{0.5cm}[0pt]{
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \begin_inset Quotes eld
29173 \end_inset
29174
29175 testigo
29176 \begin_inset Quotes erd
29177 \end_inset
29178
29179
29180 \begin_inset ERT
29181 status collapsed
29182
29183 \begin_layout Plain Layout
29184
29185 }
29186 \end_layout
29187
29188 \end_inset
29189
29190  como palabra más alta.
29191 \end_layout
29192
29193 \begin_layout Section
29194 Cuadros coloreados
29195 \begin_inset CommandInset label
29196 LatexCommand label
29197 name "sec:Cuadros-Coloreados"
29198
29199 \end_inset
29200
29201
29202 \begin_inset Index
29203 status collapsed
29204
29205 \begin_layout Plain Layout
29206 Cuadros ! Color
29207 \end_layout
29208
29209 \end_inset
29210
29211
29212 \end_layout
29213
29214 \begin_layout Subsection
29215 Color en texto
29216 \begin_inset Index
29217 status collapsed
29218
29219 \begin_layout Plain Layout
29220 Color ! en texto
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Standard
29229 Para colorear el fondo de un texto, éste debe ponerse en un cuadro coloreado.
29230  Esto requiere cargar el paquete LaTeX 
29231 \series bold
29232 color
29233 \series default
29234
29235 \begin_inset Index
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 LaTeX-paquetes ! color
29240 \end_layout
29241
29242 \end_inset
29243
29244  en el preámbulo del documento con
29245 \end_layout
29246
29247 \begin_layout Standard
29248
29249 \series bold
29250
29251 \backslash
29252 @ifundef\SpecialChar \textcompwordmark{}
29253 ined{textcolor}
29254 \begin_inset Newline newline
29255 \end_inset
29256
29257
29258 \begin_inset ERT
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262
29263
29264 \backslash
29265 hphantom{ }
29266 \end_layout
29267
29268 \end_inset
29269
29270 {
29271 \backslash
29272 usepackage{color}}{}
29273 \end_layout
29274
29275 \begin_layout Standard
29276 LyX cargará automáticamente el paquete 
29277 \series bold
29278 color
29279 \series default
29280  cuando colorees texto
29281 \begin_inset Foot
29282 status collapsed
29283
29284 \begin_layout Plain Layout
29285 Para evitar cargarlo dos veces se usa el comando 
29286 \series bold
29287
29288 \backslash
29289 @ifundef\SpecialChar \textcompwordmark{}
29290 ined
29291 \series default
29292 .
29293 \end_layout
29294
29295 \end_inset
29296
29297 .
29298 \end_layout
29299
29300 \begin_layout Standard
29301 \begin_inset VSpace medskip
29302 \end_inset
29303
29304 Los cuadros coloreados se crean con el comando 
29305 \series bold
29306
29307 \backslash
29308 colorbox
29309 \series default
29310 , de acuerdo con el siguiente esquema:
29311 \end_layout
29312
29313 \begin_layout Standard
29314
29315 \series bold
29316
29317 \backslash
29318 colorbox{color}{contenido del cuadro}
29319 \end_layout
29320
29321 \begin_layout Standard
29322 El contenido también puede ser un cuadro y los cuadros coloreados también
29323  pueden estar en otros cuadros.
29324 \end_layout
29325
29326 \begin_layout Standard
29327 Los siguientes colores están predefinidos:
29328 \begin_inset Newline newline
29329 \end_inset
29330
29331
29332 \family sans
29333 red
29334 \family default
29335
29336 \family sans
29337 green
29338 \family default
29339
29340 \family sans
29341 yellow, blue
29342 \family default
29343
29344 \family sans
29345 cyan
29346 \family default
29347 \series bold
29348 ,
29349 \series default
29350  
29351 \family sans
29352 magenta, black
29353 \family default
29354
29355 \family sans
29356 white
29357 \family default
29358 .
29359 \begin_inset Newline newline
29360 \end_inset
29361
29362 También puedes definir tus propios colores según se explica en la sección
29363 \begin_inset space ~
29364 \end_inset
29365
29366
29367 \begin_inset CommandInset ref
29368 LatexCommand ref
29369 reference "sec:Tablas-Coloreadas"
29370
29371 \end_inset
29372
29373 .
29374 \end_layout
29375
29376 \begin_layout Standard
29377 Por ejemplo, para poner fondo rojo a una palabra, inserta el comando
29378 \end_layout
29379
29380 \begin_layout Standard
29381
29382 \series bold
29383
29384 \backslash
29385 colorbox{red}{
29386 \end_layout
29387
29388 \begin_layout Standard
29389 en ERT antes de la palabra.
29390  Tras la palabra inserta una llave de cierre 
29391 \begin_inset Quotes eld
29392 \end_inset
29393
29394
29395 \series bold
29396 }
29397 \series default
29398
29399 \begin_inset Quotes erd
29400 \end_inset
29401
29402  en ERT.
29403 \begin_inset Newline newline
29404 \end_inset
29405
29406 Este es el resultado:
29407 \end_layout
29408
29409 \begin_layout Standard
29410 Línea en la que la palabra 
29411 \begin_inset ERT
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415
29416
29417 \backslash
29418 colorbox{red}{
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \begin_inset Quotes eld
29425 \end_inset
29426
29427 ¡Atención!
29428 \begin_inset Quotes erd
29429 \end_inset
29430
29431
29432 \begin_inset ERT
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436
29437 }
29438 \end_layout
29439
29440 \end_inset
29441
29442  tiene fondo rojo.
29443 \end_layout
29444
29445 \begin_layout Standard
29446 \begin_inset VSpace bigskip
29447 \end_inset
29448
29449 Si quieres un marco de distinto color, puedes emplear el comando 
29450 \series bold
29451
29452 \backslash
29453 fcolorbox
29454 \series default
29455  con el esquema siguiente:
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 fcolorbox{color del marco}{color del cuadro}{contenido del cuadro}
29464 \end_layout
29465
29466 \begin_layout Standard
29467
29468 \series bold
29469
29470 \backslash
29471 fcolorbox
29472 \series default
29473  es una extensión de 
29474 \series bold
29475
29476 \backslash
29477 colorbox
29478 \series default
29479 .
29480  El grosor del marco y el espacio entre él y el contenido se puede ajustar
29481  con las longitudes 
29482 \series bold
29483
29484 \backslash
29485 fboxrule
29486 \series default
29487  y 
29488 \series bold
29489
29490 \backslash
29491 fboxsep
29492 \series default
29493 , respectivamente, como se describe en la sección
29494 \begin_inset space ~
29495 \end_inset
29496
29497
29498 \begin_inset CommandInset ref
29499 LatexCommand ref
29500 reference "sec:Cuadros-Enmarcados"
29501
29502 \end_inset
29503
29504 .
29505 \end_layout
29506
29507 \begin_layout Standard
29508 Para el ejemplo siguiente se ha utilizado el comando
29509 \end_layout
29510
29511 \begin_layout Standard
29512
29513 \series bold
29514
29515 \backslash
29516 fcolorbox{cyan}{magenta}{
29517 \end_layout
29518
29519 \begin_layout Standard
29520 Este es un ejemplo en el que se ha puesto un grosor de 1
29521 \begin_inset space \thinspace{}
29522 \end_inset
29523
29524 mm para la línea del marco:
29525 \begin_inset Newline newline
29526 \end_inset
29527
29528
29529 \begin_inset ERT
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533
29534
29535 \backslash
29536 fboxrule 1mm 
29537 \backslash
29538 fboxsep 1mm
29539 \end_layout
29540
29541 \end_inset
29542
29543
29544 \begin_inset ERT
29545 status collapsed
29546
29547 \begin_layout Plain Layout
29548
29549
29550 \backslash
29551 fcolorbox{cyan}{magenta}{
29552 \end_layout
29553
29554 \end_inset
29555
29556 Texto en un marco coloreado y enmarcado.
29557 \begin_inset ERT
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561
29562 }
29563 \end_layout
29564
29565 \end_inset
29566
29567
29568 \end_layout
29569
29570 \begin_layout Standard
29571 \begin_inset VSpace bigskip
29572 \end_inset
29573
29574 Por supuesto también puedes colorear el texto en un marco coloreado:
29575 \begin_inset Newline newline
29576 \end_inset
29577
29578
29579 \begin_inset ERT
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583
29584
29585 \backslash
29586 fcolorbox{cyan}{magenta}{
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \color yellow
29593 Texto coloreado en un marco sombreado y coloreado.
29594 \color none
29595
29596 \begin_inset ERT
29597 status collapsed
29598
29599 \begin_layout Plain Layout
29600
29601 }
29602 \end_layout
29603
29604 \end_inset
29605
29606
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 fboxrule 0.4pt 
29615 \backslash
29616 fboxsep 3pt
29617 \end_layout
29618
29619 \end_inset
29620
29621
29622 \end_layout
29623
29624 \begin_layout Standard
29625
29626 \series bold
29627 \begin_inset VSpace medskip
29628 \end_inset
29629
29630
29631 \end_layout
29632
29633 \begin_layout Standard
29634 \begin_inset Note Greyedout
29635 status open
29636
29637 \begin_layout Plain Layout
29638
29639 \series bold
29640 Nota:
29641 \series default
29642  El texto en cuadros coloreados no puede tener saltos de línea.
29643  Para colorear líneas o párrafos múltiples, usa un cuadro dentro de un cuadro
29644  coloreado como se describe a continuación.
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Subsection
29653 Color en párrafos
29654 \begin_inset CommandInset label
29655 LatexCommand label
29656 name "sub:Color-en-Párrafos"
29657
29658 \end_inset
29659
29660
29661 \begin_inset Index
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665 Color ! en párrafos
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Para poner color de fondo en más de una línea, pon el texto en una minipágina.
29675  Antes de la minipágina inserta el comando 
29676 \series bold
29677
29678 \backslash
29679 colorbox
29680 \end_layout
29681
29682 \begin_layout Standard
29683
29684 \series bold
29685
29686 \backslash
29687 colorbox{color}{
29688 \end_layout
29689
29690 \begin_layout Standard
29691 en ERT.
29692  Detrás de la minipágina inserta una llave de cierre 
29693 \begin_inset Quotes eld
29694 \end_inset
29695
29696
29697 \series bold
29698 }
29699 \series default
29700
29701 \begin_inset Quotes erd
29702 \end_inset
29703
29704  en ERT.
29705 \end_layout
29706
29707 \begin_layout Standard
29708 \begin_inset ERT
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712
29713
29714 \backslash
29715 colorbox{grisclaro}{
29716 \end_layout
29717
29718 \end_inset
29719
29720
29721 \begin_inset Box Frameless
29722 position "t"
29723 hor_pos "c"
29724 has_inner_box 1
29725 inner_pos "t"
29726 use_parbox 0
29727 width "100col%"
29728 special "none"
29729 height "1in"
29730 height_special "totalheight"
29731 status collapsed
29732
29733 \begin_layout Plain Layout
29734 Texto con color de fondo.
29735  Texto con color de fondo.
29736 \end_layout
29737
29738 \begin_layout Plain Layout
29739 \begin_inset VSpace defskip
29740 \end_inset
29741
29742 El texto puede tener notas al pie
29743 \begin_inset Foot
29744 status open
29745
29746 \begin_layout Plain Layout
29747 Otro ejemplo de nota
29748 \end_layout
29749
29750 \end_inset
29751
29752  y puede incluir tablas y figuras.
29753 \end_layout
29754
29755 \begin_layout Plain Layout
29756 \align center
29757 \begin_inset Tabular
29758 <lyxtabular version="3" rows="3" columns="3">
29759 <features>
29760 <column alignment="center" valignment="top" width="0">
29761 <column alignment="center" valignment="top" width="0">
29762 <column alignment="center" valignment="top" width="0">
29763 <row>
29764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29765 \begin_inset Text
29766
29767 \begin_layout Plain Layout
29768 a
29769 \end_layout
29770
29771 \end_inset
29772 </cell>
29773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29774 \begin_inset Text
29775
29776 \begin_layout Plain Layout
29777 !
29778 \end_layout
29779
29780 \end_inset
29781 </cell>
29782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29783 \begin_inset Text
29784
29785 \begin_layout Plain Layout
29786 3
29787 \end_layout
29788
29789 \end_inset
29790 </cell>
29791 </row>
29792 <row>
29793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Plain Layout
29797 <
29798 \end_layout
29799
29800 \end_inset
29801 </cell>
29802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29803 \begin_inset Text
29804
29805 \begin_layout Plain Layout
29806 b2
29807 \begin_inset Quotes erd
29808 \end_inset
29809
29810 |
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout Plain Layout
29819 >
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 </row>
29825 <row>
29826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29827 \begin_inset Text
29828
29829 \begin_layout Plain Layout
29830 1
29831 \end_layout
29832
29833 \end_inset
29834 </cell>
29835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29836 \begin_inset Text
29837
29838 \begin_layout Plain Layout
29839 §
29840 \end_layout
29841
29842 \end_inset
29843 </cell>
29844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29845 \begin_inset Text
29846
29847 \begin_layout Plain Layout
29848 c
29849 \end_layout
29850
29851 \end_inset
29852 </cell>
29853 </row>
29854 </lyxtabular>
29855
29856 \end_inset
29857
29858
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \begin_inset ERT
29865 status collapsed
29866
29867 \begin_layout Plain Layout
29868
29869 }
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \end_layout
29876
29877 \begin_layout Section
29878 Cuadros rotados y escalados
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Para poder usar los comandos descritos en esta sección hay que cargar el
29883  paquete LaTeX 
29884 \series bold
29885 graphicx
29886 \begin_inset Index
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890 LaTeX-paquetes ! graphicx
29891 \end_layout
29892
29893 \end_inset
29894
29895
29896 \series default
29897  en el preámbulo del documento, con el comando
29898 \end_layout
29899
29900 \begin_layout Standard
29901
29902 \series bold
29903
29904 \backslash
29905 @ifundefined{rotatebox}
29906 \begin_inset Newline newline
29907 \end_inset
29908
29909
29910 \begin_inset ERT
29911 status collapsed
29912
29913 \begin_layout Plain Layout
29914
29915
29916 \backslash
29917 hphantom{ }
29918 \end_layout
29919
29920 \end_inset
29921
29922 {
29923 \backslash
29924 usepackage{graphicx}}{}
29925 \end_layout
29926
29927 \begin_layout Standard
29928 \begin_inset Note Greyedout
29929 status open
29930
29931 \begin_layout Plain Layout
29932
29933 \series bold
29934 Nota: 
29935 \series default
29936 Algunos visores DVI no pueden mostrar material rotado o escalado.
29937 \end_layout
29938
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \begin_layout Standard
29945 \begin_inset Note Greyedout
29946 status open
29947
29948 \begin_layout Plain Layout
29949
29950 \series bold
29951 Nota:
29952 \series default
29953  Los cuadros rotados o escalados no pueden contener flotantes.
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \end_layout
29960
29961 \begin_layout Subsection
29962 Cuadros rotados
29963 \begin_inset Index
29964 status collapsed
29965
29966 \begin_layout Plain Layout
29967 Cuadros ! Rotar
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset Index
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 Material rotado
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \begin_inset Index
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Figuras ! Rotar
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Index
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997 Tablas ! Rotar
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 Para rotar material debes ponerlo en un cuadro rotado.
30007  Los cuadros rotados se crean con el comando 
30008 \series bold
30009
30010 \backslash
30011 rotatebox
30012 \series default
30013  en código TeX, según el esquema:
30014 \end_layout
30015
30016 \begin_layout Standard
30017
30018 \series bold
30019
30020 \backslash
30021 rotatebox[origen de rotación]{ángulo de rotación}{contenido del cuadro}
30022 \end_layout
30023
30024 \begin_layout Standard
30025 El origen de rotación se especifica en la forma 
30026 \series bold
30027 origin=position
30028 \series default
30029 .
30030  Son posibles las posiciones siguientes: 
30031 \emph on
30032 c
30033 \emph default
30034  (center), 
30035 \emph on
30036 l
30037 \emph default
30038  (left), 
30039 \emph on
30040 r
30041 \emph default
30042  (right), 
30043 \emph on
30044 b
30045 \emph default
30046  (bottom), 
30047 \emph on
30048 t
30049 \emph default
30050  (top), así como combinaciones adecuadas de las posiciones básicas.
30051  Por ejemplo, 
30052 \emph on
30053 lt
30054 \emph default
30055  significa que el origen de rotación es la esquina superior izquierda del
30056  cuadro.
30057  Si no se especifica origen de rotación se usará la posición 
30058 \emph on
30059 l
30060 \emph default
30061 .
30062  El ángulo de rotación es un número de grados, y puede ser negativo.
30063  El sentido de giro es contrario al de las agujas del reloj.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 En el siguiente ejemplo se ha insertado el comando 
30068 \series bold
30069
30070 \backslash
30071 rotatebox[origin=c]{60}{ 
30072 \series default
30073 como código TeX delante del texto «con rotación»; después del texto, el
30074  cuadro se ha cerrado con llave de cierre en código TeX.
30075 \end_layout
30076
30077 \begin_layout Standard
30078 Esta línea contiene texto 
30079 \begin_inset ERT
30080 status collapsed
30081
30082 \begin_layout Plain Layout
30083
30084
30085 \backslash
30086 rotatebox[origin=c]{60}{
30087 \end_layout
30088
30089 \end_inset
30090
30091 con rotación
30092 \begin_inset ERT
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096
30097 }
30098 \end_layout
30099
30100 \end_inset
30101
30102 .
30103 \end_layout
30104
30105 \begin_layout Standard
30106 El contenido del cuadro puede ser también otro cuadro o una ecuación en
30107  línea:
30108 \end_layout
30109
30110 \begin_layout Standard
30111 En esta línea hay texto enmarcado 
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117
30118 \backslash
30119 rotatebox[origin=r]{-60}{
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset Box Doublebox
30126 position "c"
30127 hor_pos "c"
30128 has_inner_box 0
30129 inner_pos "c"
30130 use_parbox 0
30131 width "1in"
30132 special "width"
30133 height "1in"
30134 height_special "totalheight"
30135 status open
30136
30137 \begin_layout Plain Layout
30138 con rotación
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset ERT
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148
30149 }
30150 \end_layout
30151
30152 \end_inset
30153
30154  y 
30155 \begin_inset ERT
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160
30161 \backslash
30162 rotatebox[origin=lb]{60}{
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30169 \end_inset
30170
30171
30172 \begin_inset ERT
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176
30177 }
30178 \end_layout
30179
30180 \end_inset
30181
30182  una ecuación.
30183 \end_layout
30184
30185 \begin_layout Standard
30186 O una imagen o una tabla:
30187 \end_layout
30188
30189 \begin_layout Standard
30190 Aquí hay una imagen girada 
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 rotatebox[origin=lb]{90}{
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \begin_inset Graphics
30205         filename ../clipart/platypus.eps
30206         lyxscale 50
30207         width 25col%
30208
30209 \end_inset
30210
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217 }
30218 \end_layout
30219
30220 \end_inset
30221
30222  y una tabla girada 
30223 \begin_inset ERT
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227
30228
30229 \backslash
30230 rotatebox[origin=l]{-90}{
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \begin_inset Tabular
30237 <lyxtabular version="3" rows="2" columns="2">
30238 <features>
30239 <column alignment="center" valignment="top" width="0">
30240 <column alignment="center" valignment="top" width="0">
30241 <row>
30242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30243 \begin_inset Text
30244
30245 \begin_layout Plain Layout
30246 q
30247 \end_layout
30248
30249 \end_inset
30250 </cell>
30251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30252 \begin_inset Text
30253
30254 \begin_layout Plain Layout
30255 w
30256 \end_layout
30257
30258 \end_inset
30259 </cell>
30260 </row>
30261 <row>
30262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30263 \begin_inset Text
30264
30265 \begin_layout Plain Layout
30266 e
30267 \end_layout
30268
30269 \end_inset
30270 </cell>
30271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30272 \begin_inset Text
30273
30274 \begin_layout Plain Layout
30275 r
30276 \end_layout
30277
30278 \end_inset
30279 </cell>
30280 </row>
30281 </lyxtabular>
30282
30283 \end_inset
30284
30285
30286 \begin_inset ERT
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290
30291 }
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \end_layout
30298
30299 \begin_layout Subsection
30300 Cuadros escalados
30301 \begin_inset Index
30302 status collapsed
30303
30304 \begin_layout Plain Layout
30305 Cuadros ! Escalar
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Index
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315 Material escalado
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \begin_inset Index
30322 status collapsed
30323
30324 \begin_layout Plain Layout
30325 Figuras ! Escalar
30326 \end_layout
30327
30328 \end_inset
30329
30330
30331 \begin_inset Index
30332 status collapsed
30333
30334 \begin_layout Plain Layout
30335 Tablas ! Escalar
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 Para escalar material se pueden usar los comandos 
30345 \series bold
30346
30347 \backslash
30348 scalebox
30349 \series default
30350  y 
30351 \series bold
30352
30353 \backslash
30354 resizebox 
30355 \series default
30356 en código TeX.
30357 \end_layout
30358
30359 \begin_layout Standard
30360
30361 \series bold
30362
30363 \backslash
30364 scalebox
30365 \series default
30366  se usa con el esquema siguiente:
30367 \end_layout
30368
30369 \begin_layout Standard
30370
30371 \series bold
30372
30373 \backslash
30374 scalebox{horizontal}[vertical]{contenido del cuadro}
30375 \end_layout
30376
30377 \begin_layout Standard
30378 Horizontal y vertical son los factores de escala correspondientes.
30379  Si no se especifica factor vertical, su valor será el mismo que el factor
30380  de escala horizontal.
30381  
30382 \end_layout
30383
30384 \begin_layout Standard
30385 Por ejemplo, el comando 
30386 \series bold
30387
30388 \backslash
30389 scalebox{2}{Hola} 
30390 \series default
30391 crea un 
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 scalebox{2}{
30400 \end_layout
30401
30402 \end_inset
30403
30404 Hola
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410 }
30411 \end_layout
30412
30413 \end_inset
30414
30415  de doble tamaño que el texto normal del documento.
30416 \end_layout
30417
30418 \begin_layout Standard
30419 El comando 
30420 \series bold
30421
30422 \backslash
30423 scalebox{2}[1]{Hola} 
30424 \series default
30425 distorsiona el 
30426 \begin_inset ERT
30427 status collapsed
30428
30429 \begin_layout Plain Layout
30430
30431
30432 \backslash
30433 scalebox{2}[1]{
30434 \end_layout
30435
30436 \end_inset
30437
30438 Hola
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444 }
30445 \end_layout
30446
30447 \end_inset
30448
30449 .
30450 \end_layout
30451
30452 \begin_layout Standard
30453 Si un factor de escala es negativo el contenido del cuadro es reflejado.
30454  Por eso el comando 
30455 \series bold
30456
30457 \backslash
30458 scalebox{-1}[1]{Hola} 
30459 \series default
30460 puede usarse para reflejar un texto: 
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466
30467 \backslash
30468 scalebox{-1}[1]{
30469 \end_layout
30470
30471 \end_inset
30472
30473 Hola
30474 \begin_inset ERT
30475 status collapsed
30476
30477 \begin_layout Plain Layout
30478
30479 }
30480 \end_layout
30481
30482 \end_inset
30483
30484 .
30485 \end_layout
30486
30487 \begin_layout Standard
30488
30489 \series bold
30490
30491 \backslash
30492 scalebox{1}[-1]{Hola} 
30493 \series default
30494 refleja el 
30495 \begin_inset ERT
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499
30500
30501 \backslash
30502 scalebox{1}[-1]{
30503 \end_layout
30504
30505 \end_inset
30506
30507 Hola
30508 \begin_inset ERT
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512
30513 }
30514 \end_layout
30515
30516 \end_inset
30517
30518  sobre la base.
30519 \end_layout
30520
30521 \begin_layout Standard
30522 El comando 
30523 \series bold
30524
30525 \backslash
30526 scalebox{-1}[1]{contenido del cuadro} 
30527 \series default
30528 puede sustituirse por 
30529 \series bold
30530
30531 \begin_inset Newline newline
30532 \end_inset
30533
30534
30535 \backslash
30536 reflectbox{contenido del cuadro}
30537 \begin_inset VSpace defskip
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 El comando 
30545 \series bold
30546
30547 \backslash
30548 resizebox
30549 \series default
30550  sirve para escalar el cuadro a una altura y anchura definidas, según el
30551  esquema:
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \series bold
30557
30558 \backslash
30559 resizebox{anchura}{altura}{contenido del cuadro}
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Si uno de los argumentos del comando es un signo de exclamación, 
30564 \series bold
30565 !
30566 \series default
30567 , la escala se produce de forma que se mantiene la relación de las dimensiones
30568  originales del contenido del cuadro.
30569  
30570 \end_layout
30571
30572 \begin_layout Standard
30573 El comando 
30574 \series bold
30575
30576 \backslash
30577 resizebox{2cm}{1cm}{Hola}
30578 \series default
30579  genera: 
30580 \begin_inset ERT
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584
30585
30586 \backslash
30587 resizebox{2cm}{1cm}{
30588 \end_layout
30589
30590 \end_inset
30591
30592 Hola
30593 \begin_inset ERT
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597
30598 }
30599 \end_layout
30600
30601 \end_inset
30602
30603
30604 \begin_inset Newline newline
30605 \end_inset
30606
30607 El comando 
30608 \series bold
30609
30610 \backslash
30611 resizebox{2cm}{!}{Hola}
30612 \series default
30613  genera: 
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619
30620 \backslash
30621 resizebox{2cm}{!}{
30622 \end_layout
30623
30624 \end_inset
30625
30626 Hola
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632 }
30633 \end_layout
30634
30635 \end_inset
30636
30637
30638 \end_layout
30639
30640 \begin_layout Standard
30641 \begin_inset VSpace defskip
30642 \end_inset
30643
30644
30645 \end_layout
30646
30647 \begin_layout Standard
30648 \begin_inset Note Greyedout
30649 status open
30650
30651 \begin_layout Plain Layout
30652
30653 \series bold
30654 Nota: 
30655 \series default
30656 Si los argumentos de 
30657 \series bold
30658
30659 \backslash
30660 scalebox
30661 \series default
30662  o 
30663 \series bold
30664
30665 \backslash
30666 resizebox
30667 \series default
30668  son cero, no se generan errores de LaTeX al exportar el documento, pero
30669  puede suceder que la salida no se muestre o que sea incompleta.
30670  
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \begin_inset VSpace defskip
30677 \end_inset
30678
30679
30680 \end_layout
30681
30682 \begin_layout Standard
30683 Los cuadros se pueden combinar en cualquier orden.
30684  Por ejemplo, el comando
30685 \series bold
30686
30687 \begin_inset Newline newline
30688 \end_inset
30689
30690
30691 \backslash
30692 rotatebox[origin=c]{-45}{
30693 \backslash
30694 resizebox{2cm}{!}{
30695 \backslash
30696 reflectbox{Hola}}}
30697 \begin_inset Newline newline
30698 \end_inset
30699
30700
30701 \series default
30702 genera:
30703 \end_layout
30704
30705 \begin_layout Standard
30706 \noindent
30707 \align center
30708 \begin_inset ERT
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712
30713
30714 \backslash
30715 rotatebox[origin=c]{-45}{
30716 \backslash
30717 resizebox{2cm}{!}{
30718 \backslash
30719 reflectbox{
30720 \end_layout
30721
30722 \end_inset
30723
30724 Hola
30725 \begin_inset ERT
30726 status collapsed
30727
30728 \begin_layout Plain Layout
30729
30730 }}}
30731 \end_layout
30732
30733 \end_inset
30734
30735
30736 \end_layout
30737
30738 \begin_layout Standard
30739 \noindent
30740 Un cuadro puede contener imágenes, tablas y ecuaciones en línea:
30741 \end_layout
30742
30743 \begin_layout Standard
30744 \noindent
30745
30746 \end_layout
30747
30748 \begin_layout Standard
30749 \align center
30750 \begin_inset ERT
30751 status collapsed
30752
30753 \begin_layout Plain Layout
30754
30755
30756 \backslash
30757 rotatebox[origin=c]{-30}{
30758 \backslash
30759 resizebox{2cm}{!}{
30760 \backslash
30761 reflectbox{
30762 \end_layout
30763
30764 \end_inset
30765
30766
30767 \begin_inset Graphics
30768         filename ../clipart/platypus.eps
30769         lyxscale 50
30770         width 25col%
30771
30772 \end_inset
30773
30774
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780 }}}
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 rotatebox[origin=c]{-45}{
30794 \backslash
30795 resizebox{2cm}{!}{
30796 \backslash
30797 reflectbox{
30798 \end_layout
30799
30800 \end_inset
30801
30802
30803 \begin_inset Tabular
30804 <lyxtabular version="3" rows="2" columns="2">
30805 <features>
30806 <column alignment="center" valignment="top" width="0">
30807 <column alignment="center" valignment="top" width="0">
30808 <row>
30809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30810 \begin_inset Text
30811
30812 \begin_layout Plain Layout
30813 q
30814 \end_layout
30815
30816 \end_inset
30817 </cell>
30818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30819 \begin_inset Text
30820
30821 \begin_layout Plain Layout
30822 w
30823 \end_layout
30824
30825 \end_inset
30826 </cell>
30827 </row>
30828 <row>
30829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Plain Layout
30833 e
30834 \end_layout
30835
30836 \end_inset
30837 </cell>
30838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30839 \begin_inset Text
30840
30841 \begin_layout Plain Layout
30842 r
30843 \end_layout
30844
30845 \end_inset
30846 </cell>
30847 </row>
30848 </lyxtabular>
30849
30850 \end_inset
30851
30852
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858 }}}
30859 \end_layout
30860
30861 \end_inset
30862
30863
30864 \begin_inset ERT
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868
30869
30870 \backslash
30871 rotatebox[origin=c]{-45}{
30872 \backslash
30873 resizebox{2cm}{!}{
30874 \backslash
30875 reflectbox{
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30882 \end_inset
30883
30884
30885 \begin_inset ERT
30886 status collapsed
30887
30888 \begin_layout Plain Layout
30889
30890 }}}
30891 \end_layout
30892
30893 \end_inset
30894
30895
30896 \end_layout
30897
30898 \begin_layout Standard
30899 Si se usa el estilo global 
30900 \series bold
30901 fleqn
30902 \series default
30903  para las ecuaciones del documento
30904 \begin_inset Foot
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 Si «fleqn» se añade a las opciones de clase del documento.
30909 \end_layout
30910
30911 \end_inset
30912
30913 , también pueden escalarse las ecuaciones en estilo presentación.
30914 \end_layout
30915
30916 \begin_layout Chapter
30917 Archivo
30918 \begin_inset Index
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 Archivo, insertar
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 Con el menú 
30932 \family sans
30933 Insertar\SpecialChar \menuseparator
30934 Archivo 
30935 \family default
30936 se pueden insertar archivos externos en un documento.
30937  Estos pueden ser:
30938 \end_layout
30939
30940 \begin_layout Description
30941 Documento
30942 \begin_inset space ~
30943 \end_inset
30944
30945 LyX Otro documento LyX; su contenido se inserta directamente en tu documento.
30946 \end_layout
30947
30948 \begin_layout Description
30949 Texto
30950 \begin_inset space ~
30951 \end_inset
30952
30953 simple
30954 \begin_inset space ~
30955 \end_inset
30956
30957 como
30958 \begin_inset space ~
30959 \end_inset
30960
30961 líneas Un documento de texto; cada línea del mismo se inserta en tu documento
30962  como un nuevo párrafo.
30963 \end_layout
30964
30965 \begin_layout Description
30966 Texto
30967 \begin_inset space ~
30968 \end_inset
30969
30970 simple
30971 \begin_inset space ~
30972 \end_inset
30973
30974 como
30975 \begin_inset space ~
30976 \end_inset
30977
30978 párrafos Un documento de texto; cada línea del texto se inserta tal como
30979  está, formando un solo párrafo.
30980  Las líneas vacías generan un nuevo párrafo en tu documento.
30981 \end_layout
30982
30983 \begin_layout Description
30984 Material
30985 \begin_inset space ~
30986 \end_inset
30987
30988 externo Archivos en diversos formatos.
30989 \end_layout
30990
30991 \begin_layout Description
30992 Documento
30993 \begin_inset space ~
30994 \end_inset
30995
30996 hijo Documentos LyX, LaTeX o texto simple.
30997 \end_layout
30998
30999 \begin_layout Section
31000 Material externo
31001 \begin_inset Index
31002 status collapsed
31003
31004 \begin_layout Plain Layout
31005 Material externo
31006 \end_layout
31007
31008 \end_inset
31009
31010
31011 \end_layout
31012
31013 \begin_layout Standard
31014 Esta característica te permite insertar archivos en tu documento sin convertirlo
31015 s previamente a un formato legible en la salida, ya que LyX se ocupa de
31016  las necesarias conversiones.
31017  Esto es parecido a la inserción de imágenes en diversos formatos en los
31018  documentos LyX.
31019 \end_layout
31020
31021 \begin_layout Standard
31022 El material externo se puede insertar mediante el diálogo que surge a partir
31023  del menú 
31024 \family sans
31025 Insertar\SpecialChar \menuseparator
31026 Archivo\SpecialChar \menuseparator
31027 Material
31028 \begin_inset space ~
31029 \end_inset
31030
31031 externo
31032 \family default
31033 .
31034  Actualmente se permiten los siguientes tipos de archivo (
31035 \family sans
31036 Plantillas
31037 \family default
31038 ):
31039 \end_layout
31040
31041 \begin_layout Description
31042 Diagrama
31043 \begin_inset space ~
31044 \end_inset
31045
31046 de
31047 \begin_inset space ~
31048 \end_inset
31049
31050 ajedrez Esta plantilla soporta diagramas posicionales de ajedrez hechos
31051  con el programa 
31052 \series bold
31053
31054 \begin_inset CommandInset href
31055 LatexCommand href
31056 name "XBoard"
31057 target "http://en.wikipedia.org/wiki/XBoard"
31058
31059 \end_inset
31060
31061
31062 \series default
31063 .
31064 \end_layout
31065
31066 \begin_layout Description
31067 Fecha Esta inserta la fecha en el formato 
31068 \emph on
31069 Día-Mes-Año.
31070
31071 \emph default
31072  A continuación hay una fecha insertada como material externo: 
31073 \begin_inset External
31074         template Date
31075         filename .
31076
31077 \end_inset
31078
31079
31080 \lang english
31081
31082 \begin_inset space ~
31083 \end_inset
31084
31085
31086 \begin_inset Note Note
31087 status open
31088
31089 \begin_layout Plain Layout
31090
31091 \lang english
31092 Remove the protected space when bug 4398 is fixed!
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \lang spanish
31099
31100 \begin_inset Newline newline
31101 \end_inset
31102
31103 La fecha no se muestra en LyX, sólo en la salida.
31104  Hay otros dos métodos de insertar una fecha, con el menú 
31105 \family sans
31106 Insertar\SpecialChar \menuseparator
31107 Fecha
31108 \family default
31109  y con el comando LaTeX 
31110 \series bold
31111
31112 \backslash
31113 today
31114 \series default
31115  en ERT.
31116  Los distintos métodos se comparan en la tabla
31117 \begin_inset space ~
31118 \end_inset
31119
31120
31121 \begin_inset CommandInset ref
31122 LatexCommand ref
31123 reference "tab:Comparación-de"
31124
31125 \end_inset
31126
31127 .
31128 \end_layout
31129
31130 \begin_layout Description
31131 LilyPond Esta plantilla sirve para tipografiar notación musical con el programa
31132 \begin_inset Newline linebreak
31133 \end_inset
31134
31135
31136 \series bold
31137
31138 \begin_inset CommandInset href
31139 LatexCommand href
31140 name "LilyPond"
31141 target "http://en.wikipedia.org/wiki/LilyPond"
31142
31143 \end_inset
31144
31145
31146 \series default
31147 .
31148 \end_layout
31149
31150 \begin_layout Description
31151 RasterImage Sirve para insertar imágenes bitmap.
31152  Casi todos los formatos populares de imágenes están soportados.
31153  Las imágenes se pueden tratar en el diálogo 
31154 \family sans
31155 Material Externo
31156 \family default
31157  como las que habitualmente se incluyen mediante el diálogo 
31158 \family sans
31159 Gráficos
31160 \family default
31161 , tal como se explica en la sección
31162 \begin_inset space ~
31163 \end_inset
31164
31165
31166 \begin_inset CommandInset ref
31167 LatexCommand ref
31168 reference "sec:Diálogo-Gráficos"
31169
31170 \end_inset
31171
31172 .
31173  La diferencia es que sólo se permiten imágenes bitmap, por tanto las imágenes
31174  PDF y EPS no están soportadas.
31175 \end_layout
31176
31177 \begin_layout Description
31178 XFig Esta plantilla soporta imágenes creadas con el programa 
31179 \series bold
31180
31181 \begin_inset CommandInset href
31182 LatexCommand href
31183 name "Xfig"
31184 target "http://en.wikipedia.org/wiki/Xfig"
31185
31186 \end_inset
31187
31188
31189 \series default
31190 .
31191 \end_layout
31192
31193 \begin_layout Standard
31194 \begin_inset Float table
31195 placement h
31196 wide false
31197 sideways false
31198 status open
31199
31200 \begin_layout Plain Layout
31201 \begin_inset Caption
31202
31203 \begin_layout Plain Layout
31204 \begin_inset CommandInset label
31205 LatexCommand label
31206 name "tab:Comparación-de"
31207
31208 \end_inset
31209
31210 Comparación de los métodos de inserción de fecha.
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \end_layout
31217
31218 \begin_layout Plain Layout
31219 \align center
31220 \begin_inset Tabular
31221 <lyxtabular version="3" rows="4" columns="4">
31222 <features>
31223 <column alignment="center" valignment="top" width="0">
31224 <column alignment="center" valignment="top" width="0">
31225 <column alignment="center" valignment="top" width="0">
31226 <column alignment="center" valignment="top" width="0">
31227 <row>
31228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31229 \begin_inset Text
31230
31231 \begin_layout Plain Layout
31232 Tipo del Documento
31233 \end_layout
31234
31235 \end_inset
31236 </cell>
31237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31238 \begin_inset Text
31239
31240 \begin_layout Plain Layout
31241
31242 \family sans
31243 Material Externo\SpecialChar \menuseparator
31244 Fecha
31245 \end_layout
31246
31247 \end_inset
31248 </cell>
31249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31250 \begin_inset Text
31251
31252 \begin_layout Plain Layout
31253
31254 \family sans
31255 Insertar\SpecialChar \menuseparator
31256 Fecha
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265 comando 
31266 \series bold
31267
31268 \backslash
31269 today
31270 \end_layout
31271
31272 \end_inset
31273 </cell>
31274 </row>
31275 <row>
31276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31277 \begin_inset Text
31278
31279 \begin_layout Plain Layout
31280 LyX
31281 \end_layout
31282
31283 \end_inset
31284 </cell>
31285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31286 \begin_inset Text
31287
31288 \begin_layout Plain Layout
31289 como cuadro
31290 \end_layout
31291
31292 \end_inset
31293 </cell>
31294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31295 \begin_inset Text
31296
31297 \begin_layout Plain Layout
31298 como fecha
31299 \end_layout
31300
31301 \end_inset
31302 </cell>
31303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31304 \begin_inset Text
31305
31306 \begin_layout Plain Layout
31307 como cuadro ERT
31308 \end_layout
31309
31310 \end_inset
31311 </cell>
31312 </row>
31313 <row>
31314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31315 \begin_inset Text
31316
31317 \begin_layout Plain Layout
31318 LaTeX
31319 \end_layout
31320
31321 \end_inset
31322 </cell>
31323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31324 \begin_inset Text
31325
31326 \begin_layout Plain Layout
31327 como fecha
31328 \end_layout
31329
31330 \end_inset
31331 </cell>
31332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31333 \begin_inset Text
31334
31335 \begin_layout Plain Layout
31336 como fecha
31337 \end_layout
31338
31339 \end_inset
31340 </cell>
31341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31342 \begin_inset Text
31343
31344 \begin_layout Plain Layout
31345 como comando
31346 \end_layout
31347
31348 \end_inset
31349 </cell>
31350 </row>
31351 <row>
31352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31353 \begin_inset Text
31354
31355 \begin_layout Plain Layout
31356 DVI, PDF, PS
31357 \end_layout
31358
31359 \end_inset
31360 </cell>
31361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31362 \begin_inset Text
31363
31364 \begin_layout Plain Layout
31365 como fecha
31366 \end_layout
31367
31368 \end_inset
31369 </cell>
31370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31371 \begin_inset Text
31372
31373 \begin_layout Plain Layout
31374 como fecha
31375 \end_layout
31376
31377 \end_inset
31378 </cell>
31379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31380 \begin_inset Text
31381
31382 \begin_layout Plain Layout
31383 como fecha
31384 \end_layout
31385
31386 \end_inset
31387 </cell>
31388 </row>
31389 </lyxtabular>
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \end_inset
31397
31398
31399 \end_layout
31400
31401 \begin_layout Standard
31402 Si utilizas la opción 
31403 \family sans
31404 Borrador
31405 \family default
31406  en la solapa 
31407 \family sans
31408 Archivo
31409 \family default
31410  del diálogo 
31411 \family sans
31412 Material Externo
31413 \family default
31414 , en el documento de salida sólo se muestra la ruta al archivo insertado.
31415 \family sans
31416
31417 \begin_inset Newline newline
31418 \end_inset
31419
31420
31421 \family default
31422 El material externo se muestra en LyX como un cuadro del tipo:
31423 \family sans
31424  
31425 \family default
31426
31427 \begin_inset Graphics
31428         filename clipart/MaterialExternoQt4.png
31429         scale 80
31430
31431 \end_inset
31432
31433  o como imagen, según la configuración elegida en la solapa 
31434 \family sans
31435 Vista
31436 \begin_inset space ~
31437 \end_inset
31438
31439 LyX 
31440 \family default
31441 del diálogo 
31442 \family sans
31443 Material Externo.
31444 \end_layout
31445
31446 \begin_layout Standard
31447 En el manual 
31448 \emph on
31449 Personalización
31450 \emph default
31451  se explica cómo definir tus propias plantillas.
31452 \end_layout
31453
31454 \begin_layout Section
31455 Documento hijo
31456 \begin_inset CommandInset label
31457 LatexCommand label
31458 name "sec:Documento-Hijo"
31459
31460 \end_inset
31461
31462
31463 \begin_inset Index
31464 status collapsed
31465
31466 \begin_layout Plain Layout
31467 Documento hijo
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \begin_layout Standard
31476 Los documentos hijos se emplean en el caso de tener un documento extenso
31477  compuesto por varias partes o secciones más grandes.
31478  Para trabajar en este tipo de documentos es útil, y a veces obligado, dividirlo
31479  en varios archivos que pueden ser revisados por separado.
31480  Estos archivos se conocen como documentos hijos, y el llamado documento
31481  maestro los conecta con el fin de imprimirlos como un todo o por partes.
31482  
31483 \end_layout
31484
31485 \begin_layout Standard
31486 Los documentos incluidos como hijos se muestran en la pantalla de LyX como
31487  cuadros del tipo: 
31488 \begin_inset Graphics
31489         filename clipart/DocumentoHijoQt4.png
31490         scale 80
31491
31492 \end_inset
31493
31494 .
31495  Para incluir documentos hijos en un documento maestro utiliza el menú 
31496 \family sans
31497 Insertar
31498 \family default
31499 \SpecialChar \menuseparator
31500
31501 \family sans
31502 Archivo
31503 \family default
31504 \SpecialChar \menuseparator
31505
31506 \family sans
31507 Documento
31508 \begin_inset space ~
31509 \end_inset
31510
31511 hijo
31512 \family default
31513 .
31514  Surge un diálogo en el que puedes elegir entre cuatro métodos de inclusión:
31515 \end_layout
31516
31517 \begin_layout Description
31518 Incluir Puedes incluir documentos LyX y documentos LaTeX.
31519  Al pulsar el botón 
31520 \family sans
31521 Cargar
31522 \family default
31523  en el diálogo 
31524 \family sans
31525 Documento hijo
31526 \family default
31527 , los documentos incluidos se abrirán en una nueva solapa de archivo en
31528  la ventana de LyX y así puedes modificarlos si quieres.
31529 \end_layout
31530
31531 \begin_layout Standard
31532 Aquí hay un archivo insertado con el método 
31533 \family sans
31534 Incluir
31535 \family default
31536
31537 \begin_inset CommandInset include
31538 LatexCommand include
31539 filename "DocumentoPostizo1.lyx"
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Standard
31547 La numeración de secciones tiene en cuenta las secciones de los archivos
31548  incluidos en el orden en que están insertados en el documento maestro.
31549  El documento incluido de ejemplo tiene una subsección que se numera como
31550  subsección de la presente sección.
31551  Las etiquetas de los documentos incluidos se pueden referenciar: Subsección
31552 \begin_inset space ~
31553 \end_inset
31554
31555
31556 \begin_inset CommandInset ref
31557 LatexCommand ref
31558 reference "sub:Subsección-Externa-1"
31559
31560 \end_inset
31561
31562 .
31563 \end_layout
31564
31565 \begin_layout Standard
31566 El preámbulo del documento hijo se ignora, sólo se utiliza el preámbulo
31567  del documento maestro.
31568  Los documentos incluidos se insertan comenzando una página nueva y acabando
31569  con un salto de página.
31570 \end_layout
31571
31572 \begin_layout Standard
31573 Con el comando LaTeX 
31574 \series bold
31575
31576 \backslash
31577 includeonly
31578 \series default
31579  puedes determinar qué documentos hijos serán procesados al generar la salida.
31580  Esto es útil si, por ejemplo, estás trabajando sólo cierto capítulo de
31581  un extenso documento y quieres ahorrar tiempo de compilación.
31582  
31583 \series bold
31584
31585 \backslash
31586 includeonly 
31587 \series default
31588 se inserta en el preámbulo del documento maestro, poniendo como argumento
31589  una lista de los nombres de archivo separados con comas, p.
31590 \begin_inset space \thinspace{}
31591 \end_inset
31592
31593 e.
31594  la orden:
31595 \end_layout
31596
31597 \begin_layout Standard
31598
31599 \series bold
31600
31601 \backslash
31602 includeonly{capítulo1,capítulo5}
31603 \end_layout
31604
31605 \begin_layout Standard
31606 hará que sólo se procesen los archivos incluidos cuyos nombres son 
31607 \begin_inset Quotes eld
31608 \end_inset
31609
31610 capítulo1.lyx
31611 \begin_inset Quotes erd
31612 \end_inset
31613
31614  (o 
31615 \begin_inset Quotes eld
31616 \end_inset
31617
31618 capítulo1.tex
31619 \begin_inset Quotes erd
31620 \end_inset
31621
31622 ) y 
31623 \begin_inset Quotes eld
31624 \end_inset
31625
31626 capítulo5.lyx
31627 \begin_inset Quotes erd
31628 \end_inset
31629
31630 .
31631 \end_layout
31632
31633 \begin_layout Standard
31634 \begin_inset Note Greyedout
31635 status open
31636
31637 \begin_layout Plain Layout
31638
31639 \series bold
31640 Nota:
31641 \series default
31642  Si has incluido un archivo LyX o LaTeX cuya clase de documento es distinta
31643  a la del documento maestro, recibirás una advertencia al exportar/ver el
31644  documento, ya que esto podría dar resultados inesperados.
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Description
31653 Entrada Este método es muy parecido al método 
31654 \family sans
31655 Incluir
31656 \family default
31657 .
31658  Las diferencias son:
31659 \end_layout
31660
31661 \begin_deeper
31662 \begin_layout Itemize
31663 Los archivos del tipo Entrada no comienzan en página nueva ni acaban con
31664  un salto de página.
31665 \end_layout
31666
31667 \begin_layout Itemize
31668 Los archivos del tipo Entrada se pueden visualizar en LyX si la 
31669 \family sans
31670 Vista
31671 \begin_inset space ~
31672 \end_inset
31673
31674 preliminar
31675 \begin_inset space ~
31676 \end_inset
31677
31678 inmediata 
31679 \family default
31680 está activada en el diálogo 
31681 \family sans
31682 Herramientas\SpecialChar \menuseparator
31683 Preferencias
31684 \family default
31685 , apartado 
31686 \family sans
31687 Apariencia\SpecialChar \menuseparator
31688 Gráficos
31689 \family default
31690 .
31691 \end_layout
31692
31693 \begin_layout Itemize
31694 No se puede utilizar el comando LaTeX 
31695 \series bold
31696
31697 \backslash
31698 includeonly
31699 \series default
31700 .
31701 \end_layout
31702
31703 \end_deeper
31704 \begin_layout Standard
31705 Aquí hay un documento hijo insertado con el método 
31706 \family sans
31707 Entrada
31708 \family default
31709 :
31710 \end_layout
31711
31712 \begin_layout Standard
31713 \begin_inset CommandInset include
31714 LatexCommand input
31715 filename "DocumentoPostizo2.lyx"
31716
31717 \end_inset
31718
31719
31720 \end_layout
31721
31722 \begin_layout Description
31723 Literal Con este método se puede incluir todo archivo de texto.
31724  El archivo aparece en la salida con su código fuente, y si contiene comandos
31725  no se ejecutan.
31726  Con la opción 
31727 \family sans
31728 Marcar espacios en la salida
31729 \family default
31730  cada espacio en el código fuente se muestra en la salida con el carácter
31731  
31732 \begin_inset Quotes eld
31733 \end_inset
31734
31735
31736 \begin_inset ERT
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741
31742 \backslash
31743 textvisiblespace
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \begin_inset Quotes erd
31750 \end_inset
31751
31752 .
31753  La diferencia con el método de inserción mediante el menú 
31754 \family sans
31755 Insertar
31756 \family default
31757 \SpecialChar \menuseparator
31758
31759 \family sans
31760 Archivo
31761 \family default
31762 \SpecialChar \menuseparator
31763
31764 \family sans
31765 Texto
31766 \begin_inset space ~
31767 \end_inset
31768
31769 simple
31770 \family default
31771  es que en este caso el contenido del archivo se ve en LyX, mientras que
31772  en modo 
31773 \family sans
31774 Literal 
31775 \family default
31776 no se muestra el contenido, sino un recuadro con el nombre.
31777
31778 \family sans
31779  
31780 \end_layout
31781
31782 \begin_layout Standard
31783 Aquí se inserta un documento hijo en modo Literal:
31784 \begin_inset CommandInset include
31785 LatexCommand verbatiminput
31786 filename "DocumentoTextoPostizo.txt"
31787
31788 \end_inset
31789
31790
31791 \begin_inset VSpace bigskip
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Aquí se inserta un documento hijo en modo Literal con la opción 
31799 \family sans
31800 Marcar espacios en la salida
31801 \family default
31802 :
31803 \begin_inset CommandInset include
31804 LatexCommand verbatiminput*
31805 filename "DocumentoTextoPostizo.txt"
31806
31807 \end_inset
31808
31809
31810 \begin_inset VSpace bigskip
31811 \end_inset
31812
31813
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset Note Greyedout
31818 status open
31819
31820 \begin_layout Plain Layout
31821
31822 \series bold
31823 Nota:
31824 \series default
31825  Como puedes ver en los ejemplos anteriores, el texto de los documentos
31826  incluidos en modo 
31827 \family sans
31828 literal
31829 \family default
31830  no contiene saltos de línea, a no ser que se incluyan expresamente en el
31831  archivo de texto.
31832 \end_layout
31833
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \begin_layout Description
31840 Listado
31841 \begin_inset space ~
31842 \end_inset
31843
31844 de
31845 \begin_inset space ~
31846 \end_inset
31847
31848 programa Este tipo se describe en el capítulo
31849 \begin_inset space ~
31850 \end_inset
31851
31852
31853 \begin_inset CommandInset ref
31854 LatexCommand ref
31855 reference "cha:Listado-de-programa"
31856
31857 \end_inset
31858
31859 .
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \begin_inset Note Greyedout
31864 status open
31865
31866 \begin_layout Plain Layout
31867
31868 \series bold
31869 Nota:
31870 \series default
31871  Incluir el mismo documento dos veces  con métodos diferentes podría causar
31872  problemas en LaTeX.
31873 \end_layout
31874
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Chapter
31881 Listado de programa
31882 \begin_inset CommandInset label
31883 LatexCommand label
31884 name "cha:Listado-de-programa"
31885
31886 \end_inset
31887
31888
31889 \begin_inset Index
31890 status collapsed
31891
31892 \begin_layout Plain Layout
31893 Listado de programa
31894 \end_layout
31895
31896 \end_inset
31897
31898
31899 \begin_inset Index
31900 status collapsed
31901
31902 \begin_layout Plain Layout
31903 Listado de programa ! list@
31904 \emph on
31905 listings
31906 \end_layout
31907
31908 \end_inset
31909
31910
31911 \begin_inset Index
31912 status collapsed
31913
31914 \begin_layout Plain Layout
31915 Flotantes ! Listado de programa
31916 \end_layout
31917
31918 \end_inset
31919
31920
31921 \end_layout
31922
31923 \begin_layout Standard
31924 Para incluir y tipografiar código de programación puedes usar la opción
31925  de menú disponible en 
31926 \family sans
31927 Insertar\SpecialChar \menuseparator
31928 Listado
31929 \begin_inset space ~
31930 \end_inset
31931
31932 de
31933 \begin_inset space ~
31934 \end_inset
31935
31936 programa.
31937  
31938 \family default
31939 El paquete LaTeX 
31940 \series bold
31941 listings
31942 \series default
31943
31944 \begin_inset Index
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948 LaTeX-paquetes ! listings
31949 \end_layout
31950
31951 \end_inset
31952
31953  provee un mecanismo potente y flexible para insertar código fuente en tu
31954  documento.
31955 \end_layout
31956
31957 \begin_layout Standard
31958 Al hacer clic-derecho sobre un recuadro de listado surge un cuadro de diálogo
31959  en el que puedes establecer el formato del mismo.
31960 \end_layout
31961
31962 \begin_layout Standard
31963 Por defecto, al insertar un listado de programa se inicia un párrafo nuevo.
31964  La opción de ubicación 
31965 \family sans
31966 Listado
31967 \begin_inset space ~
31968 \end_inset
31969
31970 insertado
31971 \family default
31972  lo imprime en la línea, como este ejemplo: 
31973 \begin_inset listings
31974 lstparams "language={C++}"
31975 inline true
31976 status open
31977
31978 \begin_layout Plain Layout
31979
31980 \lang english
31981 int a=5;
31982 \end_layout
31983
31984 \end_inset
31985
31986
31987 \family sans
31988
31989 \begin_inset Newline newline
31990 \end_inset
31991
31992
31993 \family default
31994 La opción 
31995 \family sans
31996 Flotante
31997 \family default
31998  crea un listado flotante cuya colocación se puede especificar mediante
31999  las opciones 
32000 \begin_inset Quotes erd
32001 \end_inset
32002
32003
32004 \family sans
32005 h
32006 \family default
32007
32008 \begin_inset Quotes erd
32009 \end_inset
32010
32011
32012 \begin_inset Quotes eld
32013 \end_inset
32014
32015
32016 \family sans
32017 t
32018 \family default
32019
32020 \begin_inset Quotes erd
32021 \end_inset
32022
32023
32024 \begin_inset Quotes eld
32025 \end_inset
32026
32027
32028 \family sans
32029 b
32030 \family default
32031
32032 \begin_inset Quotes erd
32033 \end_inset
32034
32035  y 
32036 \begin_inset Quotes eld
32037 \end_inset
32038
32039
32040 \family sans
32041 p
32042 \family default
32043
32044 \begin_inset Quotes erd
32045 \end_inset
32046
32047 , correspondientes a las opciones de colocación de flotantes descritas en
32048  la sección
32049 \family sans
32050
32051 \begin_inset space ~
32052 \end_inset
32053
32054
32055 \begin_inset CommandInset ref
32056 LatexCommand ref
32057 reference "sec:Colocación-de-Flotantes"
32058
32059 \end_inset
32060
32061
32062 \family default
32063 .
32064  Las opciones de colocación se pueden mezclar y se escriben sin separación,
32065  p.
32066 \family sans
32067
32068 \begin_inset space \thinspace{}
32069 \end_inset
32070
32071
32072 \family default
32073 e.
32074 \begin_inset space ~
32075 \end_inset
32076
32077
32078 \begin_inset Quotes eld
32079 \end_inset
32080
32081
32082 \family sans
32083 htbp
32084 \family default
32085
32086 \begin_inset Quotes erd
32087 \end_inset
32088
32089 .
32090  La opción 
32091 \begin_inset Quotes eld
32092 \end_inset
32093
32094
32095 \family sans
32096 h
32097 \family default
32098
32099 \begin_inset Quotes erd
32100 \end_inset
32101
32102  a veces no tiene efecto, pero no necesitas usar la opción 
32103 \family sans
32104 Flotante
32105 \family default
32106  en ese caso puesto que los listados de programa no flotantes también pueden
32107  tener leyendas y ser referenciadas.
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Se puede añadir una leyenda a un listado de programa con el menú 
32112 \family sans
32113 Insertar\SpecialChar \menuseparator
32114 Leyenda
32115 \family default
32116
32117 \begin_inset Foot
32118 status open
32119
32120 \begin_layout Plain Layout
32121 Para traducir la etiqueta 
32122 \begin_inset Quotes eld
32123 \end_inset
32124
32125 Listado
32126 \begin_inset Quotes erd
32127 \end_inset
32128
32129  de la leyenda, se añade al preámbulo del documento el comando 
32130 \series bold
32131
32132 \backslash
32133 renewcommand{
32134 \backslash
32135 lstlistingname}{Listado}
32136 \series default
32137 .
32138  (
32139 \emph on
32140 N.
32141 \begin_inset space \thinspace{}
32142 \end_inset
32143
32144 del t.
32145 \emph default
32146 )
32147 \end_layout
32148
32149 \end_inset
32150
32151 .
32152  Los listados de programa se pueden referenciar como los flotantes: Listado
32153 \begin_inset space ~
32154 \end_inset
32155
32156
32157 \begin_inset CommandInset ref
32158 LatexCommand ref
32159 reference "lst:Ejemplo-de-listado-de-programa"
32160
32161 \end_inset
32162
32163
32164 \end_layout
32165
32166 \begin_layout Standard
32167 \begin_inset listings
32168 lstparams "language=Python"
32169 inline false
32170 status collapsed
32171
32172 \begin_layout Plain Layout
32173
32174 \lang english
32175 \begin_inset Caption
32176
32177 \begin_layout Plain Layout
32178 \begin_inset CommandInset label
32179 LatexCommand label
32180 name "lst:Ejemplo-de-listado-de-programa"
32181
32182 \end_inset
32183
32184 Ejemplo de listado de programa flotante
32185 \end_layout
32186
32187 \end_inset
32188
32189 # Ejemplo de listado flotante
32190 \end_layout
32191
32192 \begin_layout Plain Layout
32193
32194 \lang english
32195 def func(param):
32196 \end_layout
32197
32198 \begin_layout Plain Layout
32199
32200 \lang english
32201     'this is a python function'
32202 \end_layout
32203
32204 \begin_layout Plain Layout
32205
32206 \lang english
32207     pass
32208 \end_layout
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 Una vez que has escogido un lenguaje de programación en el cuadro de diálogo
32217  de listado de programa, las palabras clave de ese lenguaje serán reconocidas
32218  y tipografiadas de manera especial en la salida.
32219  En el ejemplo, la clave de Python 
32220 \begin_inset Quotes eld
32221 \end_inset
32222
32223 def
32224 \begin_inset Quotes erd
32225 \end_inset
32226
32227  es reconocida y se imprimirá en negrita.
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset Note Greyedout
32232 status collapsed
32233
32234 \begin_layout Plain Layout
32235
32236 \series bold
32237 Nota:
32238 \series default
32239  Si no consigues caracteres en negrita cuando usas fuentes typewriter, se
32240  debe probablemente a que dicha fuente no suministra negritas.
32241  En este caso selecciona una fuente distinta en el menú 
32242 \family sans
32243 Documento
32244 \family default
32245 \SpecialChar \menuseparator
32246
32247 \family sans
32248 Configuración
32249 \family default
32250 \SpecialChar \menuseparator
32251
32252 \family sans
32253 Fuentes.
32254  
32255 \family default
32256 (Las fuentes 
32257 \emph on
32258 LuxiMono, BeraMono
32259 \emph default
32260  y 
32261 \emph on
32262 Courier 
32263 \emph default
32264 suministran negritas.)
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \begin_layout Standard
32273 En la sección 
32274 \family sans
32275 Numeración
32276 \begin_inset space ~
32277 \end_inset
32278
32279 de
32280 \begin_inset space ~
32281 \end_inset
32282
32283 líneas
32284 \family default
32285  del diálogo puedes elegir el estilo de numeración de las líneas.
32286  En el campo 
32287 \family sans
32288 Paso 
32289 \family default
32290 puedes insertar un número para determinar qué líneas se numeran.
32291  Por ejemplo, si pones 
32292 \begin_inset Quotes eld
32293 \end_inset
32294
32295 3
32296 \begin_inset Quotes erd
32297 \end_inset
32298
32299 , se numera sólo una de cada tres líneas.
32300  
32301 \end_layout
32302
32303 \begin_layout Standard
32304 Además, puedes especificar un rango de líneas para que sólo éstas aparezcan
32305  en la salida.
32306  La opción 
32307 \family sans
32308 Tabla
32309 \begin_inset space ~
32310 \end_inset
32311
32312 de
32313 \begin_inset space ~
32314 \end_inset
32315
32316 caracteres
32317 \begin_inset space ~
32318 \end_inset
32319
32320 extendida
32321 \family default
32322  debería emplearse si se usan en el código caracteres nacionales como la
32323  diéresis alemana.
32324 \begin_inset Newline newline
32325 \end_inset
32326
32327 A continuación hay un ejemplo con numeración de líneas a la izquierda, paso
32328  
32329 \begin_inset Quotes eld
32330 \end_inset
32331
32332 3
32333 \begin_inset Quotes erd
32334 \end_inset
32335
32336 , lenguaje 
32337 \begin_inset Quotes eld
32338 \end_inset
32339
32340 Python
32341 \begin_inset Quotes erd
32342 \end_inset
32343
32344 , opciones de estilo 
32345 \begin_inset Quotes eld
32346 \end_inset
32347
32348 Tabla de caracteres extendida
32349 \begin_inset Quotes erd
32350 \end_inset
32351
32352  y 
32353 \begin_inset Quotes eld
32354 \end_inset
32355
32356 Espacio como símbolo
32357 \begin_inset Quotes erd
32358 \end_inset
32359
32360 , rango de líneas 3-8:
32361 \begin_inset listings
32362 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32363 inline false
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367
32368 \lang english
32369 def func(param):
32370 \end_layout
32371
32372 \begin_layout Plain Layout
32373
32374 \lang english
32375     'this is a python function'
32376 \end_layout
32377
32378 \begin_layout Plain Layout
32379
32380 \lang english
32381     pass
32382 \end_layout
32383
32384 \begin_layout Plain Layout
32385
32386 \lang english
32387 def func(param):
32388 \end_layout
32389
32390 \begin_layout Plain Layout
32391
32392 \lang english
32393 'This is a German word: Tschüß'
32394 \end_layout
32395
32396 \begin_layout Plain Layout
32397
32398 \lang english
32399 pass
32400 \end_layout
32401
32402 \begin_layout Plain Layout
32403
32404 \lang english
32405 def func(param):
32406 \end_layout
32407
32408 \begin_layout Plain Layout
32409
32410 \lang english
32411 'this is a python function'
32412 \end_layout
32413
32414 \begin_layout Plain Layout
32415
32416 \lang english
32417 pass
32418 \end_layout
32419
32420 \end_inset
32421
32422
32423 \end_layout
32424
32425 \begin_layout Standard
32426 \begin_inset Note Greyedout
32427 status open
32428
32429 \begin_layout Plain Layout
32430
32431 \series bold
32432 Nota:
32433 \series default
32434  Debido a un error en el paquete 
32435 \series bold
32436 listings
32437 \series default
32438  la numeración de líneas cambia en una línea por cada listado previo.
32439  Por esto en el ejemplo de arriba se numeran las líneas 2 y 5 y no las líneas
32440  3 y 6.
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \end_layout
32447
32448 \begin_layout Standard
32449 \begin_inset VSpace bigskip
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Standard
32456 También es posible imprimir como listado de programa líneas de un archivo.
32457  Para hacer esto, usa el menú 
32458 \family sans
32459 Insertar\SpecialChar \menuseparator
32460 Archivo\SpecialChar \menuseparator
32461 Documento
32462 \begin_inset space ~
32463 \end_inset
32464
32465 hijo 
32466 \family default
32467 y elige el tipo 
32468 \family sans
32469 Listado de programa
32470 \family default
32471 .
32472 \begin_inset Foot
32473 status collapsed
32474
32475 \begin_layout Plain Layout
32476 Los restantes tipos de documento hijo se describen en la sección
32477 \begin_inset space ~
32478 \end_inset
32479
32480
32481 \begin_inset CommandInset ref
32482 LatexCommand ref
32483 reference "sec:Documento-Hijo"
32484
32485 \end_inset
32486
32487 .
32488 \end_layout
32489
32490 \end_inset
32491
32492  En el diálogo de documento hijo puedes especificar los parámetros del listado
32493  en el cuadro de texto.
32494  Para ver una lista de los parámetros disponibles teclea una interrogación
32495  
32496 \begin_inset Quotes eld
32497 \end_inset
32498
32499 ?
32500 \begin_inset Quotes erd
32501 \end_inset
32502
32503  en el cuadro.
32504 \end_layout
32505
32506 \begin_layout Standard
32507 Para referenciar un documento hijo tipo listado, escribe el texto de la
32508  etiqueta en el campo correspondiente del diálogo de documento hijo.
32509  Después se puede referenciar la etiqueta con el menú 
32510 \family sans
32511 Insertar\SpecialChar \menuseparator
32512 Referencia cruzada.
32513 \end_layout
32514
32515 \begin_layout Standard
32516 A continuación hay un ejemplo, Listado
32517 \begin_inset space ~
32518 \end_inset
32519
32520
32521 \begin_inset CommandInset ref
32522 LatexCommand ref
32523 reference "lst:archivo-listado"
32524
32525 \end_inset
32526
32527 , de inserción de líneas de un archivo; en él se incluye el rango de las
32528  líneas 10
32529 \begin_inset space \thinspace{}
32530 \end_inset
32531
32532 -
32533 \begin_inset space \thinspace{}
32534 \end_inset
32535
32536 15 de este archivo LyX.
32537 \end_layout
32538
32539 \begin_layout Standard
32540 \begin_inset CommandInset include
32541 LatexCommand lstinputlisting
32542 filename "EmbeddedObjects.lyx"
32543 lstparams "breaklines=true,caption={Líneas  10 - 15 de este archivo LyX},firstline=10,label={lst:archivo-listado},language={[LaTeX]TeX},lastline=15"
32544
32545 \end_inset
32546
32547
32548 \begin_inset VSpace bigskip
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Standard
32555 Las preferencias globales se pueden establecer en el diálogo 
32556 \family sans
32557 Documento\SpecialChar \menuseparator
32558 Configuración\SpecialChar \menuseparator
32559 Diseño
32560 \begin_inset space ~
32561 \end_inset
32562
32563 del
32564 \begin_inset space ~
32565 \end_inset
32566
32567 texto.
32568  
32569 \family default
32570 Para ver ahí una lista de las opciones disponibles, escribe una interrogación
32571  
32572 \begin_inset Quotes eld
32573 \end_inset
32574
32575 ?
32576 \begin_inset Quotes erd
32577 \end_inset
32578
32579  en el campo de texto.
32580 \end_layout
32581
32582 \begin_layout Standard
32583 Para más información sobre el paquete 
32584 \series bold
32585 listings
32586 \series default
32587 , consulta su documentación
32588 \begin_inset space ~
32589 \end_inset
32590
32591
32592 \begin_inset CommandInset citation
32593 LatexCommand cite
32594 key "listings"
32595
32596 \end_inset
32597
32598 .
32599 \end_layout
32600
32601 \begin_layout Standard
32602 \begin_inset Newpage newpage
32603 \end_inset
32604
32605
32606 \end_layout
32607
32608 \begin_layout Chapter
32609 \start_of_appendix
32610 Unidades disponibles en LyX
32611 \begin_inset Index
32612 status collapsed
32613
32614 \begin_layout Plain Layout
32615 Unidades
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \begin_inset CommandInset label
32622 LatexCommand label
32623 name "cha:Unidades-disponibles-en"
32624
32625 \end_inset
32626
32627
32628 \end_layout
32629
32630 \begin_layout Standard
32631 Para comprender las unidades utilizadas en este manual, el cuadro
32632 \begin_inset space ~
32633 \end_inset
32634
32635
32636 \begin_inset CommandInset ref
32637 LatexCommand ref
32638 reference "tab:Unidades"
32639
32640 \end_inset
32641
32642  describe todas las unidades disponibles en LyX.
32643 \end_layout
32644
32645 \begin_layout Standard
32646 \begin_inset Float table
32647 placement h
32648 wide false
32649 sideways false
32650 status open
32651
32652 \begin_layout Plain Layout
32653 \begin_inset Caption
32654
32655 \begin_layout Plain Layout
32656 \begin_inset CommandInset label
32657 LatexCommand label
32658 name "tab:Unidades"
32659
32660 \end_inset
32661
32662 Unidades
32663 \end_layout
32664
32665 \end_inset
32666
32667
32668 \end_layout
32669
32670 \begin_layout Plain Layout
32671 \begin_inset VSpace medskip
32672 \end_inset
32673
32674
32675 \end_layout
32676
32677 \begin_layout Plain Layout
32678 \align center
32679 \begin_inset Tabular
32680 <lyxtabular version="3" rows="20" columns="2">
32681 <features>
32682 <column alignment="center" valignment="top" width="0">
32683 <column alignment="center" valignment="top" width="0">
32684 <row>
32685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 unidad
32690 \end_layout
32691
32692 \end_inset
32693 </cell>
32694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32695 \begin_inset Text
32696
32697 \begin_layout Plain Layout
32698 nombre/descripción
32699 \end_layout
32700
32701 \end_inset
32702 </cell>
32703 </row>
32704 <row>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 mm
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718 milímetro
32719 \end_layout
32720
32721 \end_inset
32722 </cell>
32723 </row>
32724 <row>
32725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 cm
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32735 \begin_inset Text
32736
32737 \begin_layout Plain Layout
32738 centímetro
32739 \end_layout
32740
32741 \end_inset
32742 </cell>
32743 </row>
32744 <row>
32745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 in
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32755 \begin_inset Text
32756
32757 \begin_layout Plain Layout
32758 pulgada
32759 \end_layout
32760
32761 \end_inset
32762 </cell>
32763 </row>
32764 <row>
32765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 pt
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32775 \begin_inset Text
32776
32777 \begin_layout Plain Layout
32778 punto (72.27
32779 \begin_inset space \thinspace{}
32780 \end_inset
32781
32782 pt = 1
32783 \begin_inset space \thinspace{}
32784 \end_inset
32785
32786 in)
32787 \end_layout
32788
32789 \end_inset
32790 </cell>
32791 </row>
32792 <row>
32793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32794 \begin_inset Text
32795
32796 \begin_layout Plain Layout
32797 pc
32798 \end_layout
32799
32800 \end_inset
32801 </cell>
32802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806 pica (1
32807 \begin_inset space \thinspace{}
32808 \end_inset
32809
32810 pc = 12
32811 \begin_inset space \thinspace{}
32812 \end_inset
32813
32814 pt)
32815 \end_layout
32816
32817 \end_inset
32818 </cell>
32819 </row>
32820 <row>
32821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32822 \begin_inset Text
32823
32824 \begin_layout Plain Layout
32825 sp
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834 punto escalado (65536
32835 \begin_inset space \thinspace{}
32836 \end_inset
32837
32838 sp = 1
32839 \begin_inset space \thinspace{}
32840 \end_inset
32841
32842 pt)
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 </row>
32848 <row>
32849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32850 \begin_inset Text
32851
32852 \begin_layout Plain Layout
32853 bp
32854 \end_layout
32855
32856 \end_inset
32857 </cell>
32858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32859 \begin_inset Text
32860
32861 \begin_layout Plain Layout
32862 punto grande (72
32863 \begin_inset space \thinspace{}
32864 \end_inset
32865
32866 bp = 1
32867 \begin_inset space \thinspace{}
32868 \end_inset
32869
32870 in)
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 </row>
32876 <row>
32877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32878 \begin_inset Text
32879
32880 \begin_layout Plain Layout
32881 dd
32882 \end_layout
32883
32884 \end_inset
32885 </cell>
32886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32887 \begin_inset Text
32888
32889 \begin_layout Plain Layout
32890 didot (1
32891 \begin_inset space \thinspace{}
32892 \end_inset
32893
32894 dd 
32895 \begin_inset Formula $\approx$
32896 \end_inset
32897
32898  0.376
32899 \begin_inset space \thinspace{}
32900 \end_inset
32901
32902 mm)
32903 \end_layout
32904
32905 \end_inset
32906 </cell>
32907 </row>
32908 <row>
32909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913 cc
32914 \end_layout
32915
32916 \end_inset
32917 </cell>
32918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32919 \begin_inset Text
32920
32921 \begin_layout Plain Layout
32922 cicero (1
32923 \begin_inset space \thinspace{}
32924 \end_inset
32925
32926 cc = 12
32927 \begin_inset space \thinspace{}
32928 \end_inset
32929
32930 dd)
32931 \end_layout
32932
32933 \end_inset
32934 </cell>
32935 </row>
32936 <row>
32937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32938 \begin_inset Text
32939
32940 \begin_layout Plain Layout
32941 Scale%
32942 \end_layout
32943
32944 \end_inset
32945 </cell>
32946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32947 \begin_inset Text
32948
32949 \begin_layout Plain Layout
32950 % de anchura original de la imagen
32951 \end_layout
32952
32953 \end_inset
32954 </cell>
32955 </row>
32956 <row>
32957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32958 \begin_inset Text
32959
32960 \begin_layout Plain Layout
32961 text%
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 % de anchura de texto
32971 \end_layout
32972
32973 \end_inset
32974 </cell>
32975 </row>
32976 <row>
32977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32978 \begin_inset Text
32979
32980 \begin_layout Plain Layout
32981 col%
32982 \end_layout
32983
32984 \end_inset
32985 </cell>
32986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32987 \begin_inset Text
32988
32989 \begin_layout Plain Layout
32990 % de anchura de columna
32991 \end_layout
32992
32993 \end_inset
32994 </cell>
32995 </row>
32996 <row>
32997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001 page%
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33007 \begin_inset Text
33008
33009 \begin_layout Plain Layout
33010 % de anchura de página
33011 \end_layout
33012
33013 \end_inset
33014 </cell>
33015 </row>
33016 <row>
33017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 line%
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Plain Layout
33030 % de anchura de línea
33031 \end_layout
33032
33033 \end_inset
33034 </cell>
33035 </row>
33036 <row>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041 theight%
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33047 \begin_inset Text
33048
33049 \begin_layout Plain Layout
33050 % de altura de texto
33051 \end_layout
33052
33053 \end_inset
33054 </cell>
33055 </row>
33056 <row>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 pheight%
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33067 \begin_inset Text
33068
33069 \begin_layout Plain Layout
33070 % de altura de página
33071 \end_layout
33072
33073 \end_inset
33074 </cell>
33075 </row>
33076 <row>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 ex
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33087 \begin_inset Text
33088
33089 \begin_layout Plain Layout
33090 altura de la letra 
33091 \emph on
33092 x
33093 \emph default
33094  en la fuente actual
33095 \end_layout
33096
33097 \end_inset
33098 </cell>
33099 </row>
33100 <row>
33101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33102 \begin_inset Text
33103
33104 \begin_layout Plain Layout
33105 em
33106 \end_layout
33107
33108 \end_inset
33109 </cell>
33110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33111 \begin_inset Text
33112
33113 \begin_layout Plain Layout
33114 anchura de la letra 
33115 \emph on
33116 M
33117 \emph default
33118  en la fuente actual
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 </row>
33124 <row>
33125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33126 \begin_inset Text
33127
33128 \begin_layout Plain Layout
33129 mu
33130 \end_layout
33131
33132 \end_inset
33133 </cell>
33134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33135 \begin_inset Text
33136
33137 \begin_layout Plain Layout
33138 unidad matemática (1
33139 \begin_inset space \thinspace{}
33140 \end_inset
33141
33142 mu = 1/18
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 em)
33147 \end_layout
33148
33149 \end_inset
33150 </cell>
33151 </row>
33152 </lyxtabular>
33153
33154 \end_inset
33155
33156
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Chapter
33165 Formatos de archivos de salida con gráficos
33166 \begin_inset CommandInset label
33167 LatexCommand label
33168 name "cha:Formatos-de-Archivos-de-Salida"
33169
33170 \end_inset
33171
33172
33173 \end_layout
33174
33175 \begin_layout Section
33176 DVI
33177 \begin_inset Index
33178 status collapsed
33179
33180 \begin_layout Plain Layout
33181 Formatos de archivo ! DVI
33182 \end_layout
33183
33184 \end_inset
33185
33186
33187 \begin_inset Index
33188 status collapsed
33189
33190 \begin_layout Plain Layout
33191 DVI|see
33192 \begin_inset ERT
33193 status collapsed
33194
33195 \begin_layout Plain Layout
33196
33197 {
33198 \end_layout
33199
33200 \end_inset
33201
33202 Formatos de archivo
33203 \begin_inset ERT
33204 status collapsed
33205
33206 \begin_layout Plain Layout
33207
33208 }
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Standard
33222 Este tipo de archivo tiene la extensión 
33223 \begin_inset Quotes eld
33224 \end_inset
33225
33226
33227 \family typewriter
33228 .dvi
33229 \family default
33230
33231 \begin_inset Quotes erd
33232 \end_inset
33233
33234 .
33235  Se denomina 
33236 \begin_inset Quotes eld
33237 \end_inset
33238
33239 device-independent
33240 \begin_inset Quotes erd
33241 \end_inset
33242
33243  (DVI), porque es completamente portable; se pueden mover de una máquina
33244  a otra sin necesidad de conversión alguna.
33245  En la época en que se desarrolló este formato, esto no era un asunto baladí.
33246  Los DVI se usan para vistas preliminares rápidas y como preparación para
33247  otros formatos de salida como PostScript.
33248 \end_layout
33249
33250 \begin_layout Standard
33251 \begin_inset Note Greyedout
33252 status open
33253
33254 \begin_layout Plain Layout
33255
33256 \series bold
33257 Nota:
33258 \series default
33259  Los archivos DVI no contienen imágenes, sino enlaces a ellas.
33260 \end_layout
33261
33262 \end_inset
33263
33264  Por tanto no debes olvidar esto si mueves archivos 
33265 \family typewriter
33266 .dvi
33267 \family default
33268  a otro ordenador.
33269  Esta característica también puede retardar la visualización del archivo,
33270  porque el visor DVI tiene que convertir la imagen en segundo plano para
33271  hacerla visible al deslizar el visor.
33272  Así pues recomendamos usar PDF para archivos con muchas imágenes.
33273 \end_layout
33274
33275 \begin_layout Standard
33276 Un documento se exporta a DVI con el menú 
33277 \family sans
33278 Archivo\SpecialChar \menuseparator
33279 Exportar\SpecialChar \menuseparator
33280 DVI
33281 \family default
33282 .
33283  Puedes ver la salida del documento en DVI con el menú 
33284 \family sans
33285 Ver\SpecialChar \menuseparator
33286 DVI 
33287 \family default
33288 o con el botón
33289 \begin_inset space ~
33290 \end_inset
33291
33292
33293 \begin_inset Graphics
33294         filename ../../images/buffer-view_dvi.png
33295         scale 85
33296
33297 \end_inset
33298
33299 .
33300 \end_layout
33301
33302 \begin_layout Section
33303 PostScript
33304 \begin_inset CommandInset label
33305 LatexCommand label
33306 name "sec:PostScript"
33307
33308 \end_inset
33309
33310
33311 \begin_inset Index
33312 status collapsed
33313
33314 \begin_layout Plain Layout
33315 Formatos de archivo ! PostScript
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \begin_inset Index
33322 status collapsed
33323
33324 \begin_layout Plain Layout
33325 PostScript|see
33326 \begin_inset ERT
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330
33331 {
33332 \end_layout
33333
33334 \end_inset
33335
33336 Formatos de archivo
33337 \begin_inset ERT
33338 status collapsed
33339
33340 \begin_layout Plain Layout
33341
33342 }
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 Este tipo de archivo tiene la extensión 
33357 \begin_inset Quotes eld
33358 \end_inset
33359
33360
33361 \family typewriter
33362 .ps
33363 \family default
33364
33365 \begin_inset Quotes erd
33366 \end_inset
33367
33368 .
33369  PostScript fue desarrollado por la compañía 
33370 \family typewriter
33371 Adobe
33372 \family default
33373  como lenguaje para impresoras.
33374  Por eso estos archivos contienen comandos que usa la impresora para imprimirlos.
33375  PostScript puede considerarse como un 
33376 \begin_inset Quotes eld
33377 \end_inset
33378
33379 lenguaje de programación
33380 \begin_inset Quotes erd
33381 \end_inset
33382
33383 ; con él puedes calcular y dibujar imágenes y diagramas
33384 \begin_inset Foot
33385 status collapsed
33386
33387 \begin_layout Plain Layout
33388 Si estás interesado en este tema acude al paquete LaTeX 
33389 \series bold
33390 PSTricks
33391 \series default
33392  
33393 \begin_inset CommandInset citation
33394 LatexCommand cite
33395 key "pstricks"
33396
33397 \end_inset
33398
33399 .
33400 \end_layout
33401
33402 \end_inset
33403
33404 .
33405  Por esto los archivos suelen ser más grandes que los PDF.
33406 \end_layout
33407
33408 \begin_layout Standard
33409 Los archivos PostScript sólo pueden contener imágenes en el formato 
33410 \begin_inset Quotes eld
33411 \end_inset
33412
33413 Encapsulated PostScript
33414 \begin_inset Quotes erd
33415 \end_inset
33416
33417  (EPS, extensión 
33418 \begin_inset Quotes eld
33419 \end_inset
33420
33421
33422 \family typewriter
33423 .eps
33424 \family default
33425
33426 \begin_inset Quotes erd
33427 \end_inset
33428
33429 ).
33430  Como LyX permite usar cualquier formato de imagen conocido, tiene que trabajar
33431  en segundo plano para convertir las imágenes a EPS.
33432  Si por ejemplo, el documento tiene 50 imágenes, LyX ha de hacer 50 conversiones
33433  cada vez que veas o exportes el documento.
33434  Esto ralentizará mucho el trabajo, así que si piensas usar PostScript,
33435  puedes evitar el problema insertando las imágenes directamente en EPS.
33436 \end_layout
33437
33438 \begin_layout Standard
33439 El documento se puede exportar a PostScript con el menú 
33440 \family sans
33441 Archivo\SpecialChar \menuseparator
33442 Exportar\SpecialChar \menuseparator
33443 Postscript
33444 \family default
33445 .
33446  Se puede ver la salida en PostScript con el menú 
33447 \family sans
33448 Ver\SpecialChar \menuseparator
33449 Postscript 
33450 \family default
33451 o con el botón
33452 \begin_inset space ~
33453 \end_inset
33454
33455
33456 \begin_inset Graphics
33457         filename ../../images/buffer-view_ps.png
33458
33459 \end_inset
33460
33461 .
33462 \end_layout
33463
33464 \begin_layout Section
33465 PDF
33466 \begin_inset CommandInset label
33467 LatexCommand label
33468 name "sec:PDF"
33469
33470 \end_inset
33471
33472
33473 \begin_inset Index
33474 status collapsed
33475
33476 \begin_layout Plain Layout
33477 Formatos de archivo ! PDF
33478 \end_layout
33479
33480 \end_inset
33481
33482
33483 \begin_inset Index
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487 PDF
33488 \end_layout
33489
33490 \end_inset
33491
33492
33493 \end_layout
33494
33495 \begin_layout Standard
33496 Este tipo de archivo tiene la extensión 
33497 \begin_inset Quotes eld
33498 \end_inset
33499
33500
33501 \family typewriter
33502 .pdf
33503 \family default
33504
33505 \begin_inset Quotes erd
33506 \end_inset
33507
33508 .
33509  El formato 
33510 \begin_inset Quotes eld
33511 \end_inset
33512
33513 Portable Document Format
33514 \begin_inset Quotes erd
33515 \end_inset
33516
33517  (PDF) fue desarrollado por 
33518 \family typewriter
33519 Adobe
33520 \family default
33521  como derivado de PostScript.
33522  Es más comprimido y utiliza muchos menos comandos que PostScript.
33523  Como su nombre 
33524 \begin_inset Quotes eld
33525 \end_inset
33526
33527 portable
33528 \begin_inset Quotes erd
33529 \end_inset
33530
33531  indica, puede ser procesado por cualquier sistema operativo y la salida
33532  impresa se muestra exactamente igual.
33533 \end_layout
33534
33535 \begin_layout Standard
33536 PDF puede contener imágenes en su propio formato PDF, en el formato 
33537 \begin_inset Quotes eld
33538 \end_inset
33539
33540 Joint Photographic Experts Group
33541 \begin_inset Quotes erd
33542 \end_inset
33543
33544  (JPG, extensión 
33545 \begin_inset Quotes eld
33546 \end_inset
33547
33548
33549 \family typewriter
33550 .jpg
33551 \family default
33552
33553 \begin_inset Quotes erd
33554 \end_inset
33555
33556  o 
33557 \begin_inset Quotes eld
33558 \end_inset
33559
33560
33561 \family typewriter
33562 .jpeg
33563 \family default
33564
33565 \begin_inset Quotes erd
33566 \end_inset
33567
33568 ), y en el formato 
33569 \begin_inset Quotes eld
33570 \end_inset
33571
33572 Portable Network Graphics
33573 \begin_inset Quotes erd
33574 \end_inset
33575
33576  (PNG, extensión 
33577 \begin_inset Quotes eld
33578 \end_inset
33579
33580
33581 \family typewriter
33582 .png
33583 \family default
33584
33585 \begin_inset Quotes erd
33586 \end_inset
33587
33588 ).
33589  Aunque puedes poner cualquier otro formato de imagen, porque LyX los convierte
33590  en segundo plano a alguno de los anteriores.
33591  Pero como se ha comentado en la sección sobre PostScript, la conversión
33592  de gráficos ralentiza el trabajo.
33593  Por tanto se recomienda utilizar alguno de los tres formatos de imagen
33594  mencionados.
33595 \end_layout
33596
33597 \begin_layout Standard
33598 Un documento se puede exportar a PDF con el menú 
33599 \family sans
33600 Archivo\SpecialChar \menuseparator
33601 Exportar
33602 \family default
33603  en tres modos diferentes:
33604 \end_layout
33605
33606 \begin_layout Description
33607 PDF
33608 \begin_inset space ~
33609 \end_inset
33610
33611 (ps2pdf) Este utiliza el programa 
33612 \family typewriter
33613 ps2pdf
33614 \family default
33615  que crea un PDF a partir de una versión PostScript del archivo.
33616  La versión PostScript es producida por el programa 
33617 \family typewriter
33618 dvips
33619 \family default
33620  que usa una versión DVI como paso intermedio.
33621  Así que este modo de exportación consta de tres conversiones.
33622 \end_layout
33623
33624 \begin_layout Description
33625 PDF
33626 \begin_inset space ~
33627 \end_inset
33628
33629 (dvipdfm) Este utiliza el programa 
33630 \family typewriter
33631 dvipdfm
33632 \family default
33633  que convierte el archivo a DVI en segundo plano y en un segundo paso a
33634  PDF.
33635 \end_layout
33636
33637 \begin_layout Description
33638 PDF
33639 \begin_inset space ~
33640 \end_inset
33641
33642 (pdflatex) Este utiliza el programa 
33643 \family typewriter
33644 pdftex
33645 \family default
33646  que convierte directamente el archivo a PDF.
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Se recomienda usar 
33651 \family sans
33652 PDF
33653 \begin_inset space ~
33654 \end_inset
33655
33656 (pdflatex)
33657 \family default
33658  porque 
33659 \family typewriter
33660 pdftex
33661 \family default
33662  soporta todas las características de las versiones actuales de PDF, es
33663  rápido y estable.
33664  El programa 
33665 \family typewriter
33666 dvipdfm
33667 \family default
33668  ya no se desarrolla y está un poco obsoleto.
33669 \end_layout
33670
33671 \begin_layout Standard
33672 La salida en formato PDF se puede ver con el menú 
33673 \family sans
33674 Ver 
33675 \family default
33676 o con el botón
33677 \begin_inset space ~
33678 \end_inset
33679
33680
33681 \begin_inset Graphics
33682         filename ../../images/buffer-view_pdf2.png
33683         scale 85
33684
33685 \end_inset
33686
33687  (que usa 
33688 \family sans
33689 PDF
33690 \begin_inset space ~
33691 \end_inset
33692
33693 (pdflatex)
33694 \family default
33695 ).
33696 \end_layout
33697
33698 \begin_layout Chapter
33699 Explicación de la ecuación
33700 \begin_inset space ~
33701 \end_inset
33702
33703
33704 \begin_inset CommandInset ref
33705 LatexCommand eqref
33706 reference "eq:Wgn"
33707
33708 \end_inset
33709
33710
33711 \begin_inset CommandInset label
33712 LatexCommand label
33713 name "cha:Explicación-de-la-Ecuación"
33714
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 La anchura total de 
33722 \emph on
33723 n
33724 \emph default
33725  celdas de una tabla 
33726 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33727 \end_inset
33728
33729  puede calcularse con
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \begin_inset Formula \begin{equation}
33734 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}
33735
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \begin_layout Standard
33742 donde 
33743 \begin_inset Formula $W_{g\, n}$
33744 \end_inset
33745
33746  es el ancho dado de todas las celdas.
33747  
33748 \series bold
33749
33750 \backslash
33751 tabcolsep
33752 \series default
33753  es la longitud LaTeX entre el texto y el borde de la celda, 6
33754 \begin_inset space \thinspace{}
33755 \end_inset
33756
33757 pt por defecto.
33758  
33759 \series bold
33760
33761 \backslash
33762 arrayrulewidth
33763 \series default
33764  es el grosor de línea del borde, 0.4
33765 \begin_inset space \thinspace{}
33766 \end_inset
33767
33768 pt por defecto.
33769 \end_layout
33770
33771 \begin_layout Standard
33772 Procediendo como en la ecuación
33773 \begin_inset space ~
33774 \end_inset
33775
33776
33777 \begin_inset CommandInset ref
33778 LatexCommand eqref
33779 reference "eq:Wtot_n"
33780
33781 \end_inset
33782
33783 , el ancho total de una multicolumna, 
33784 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33785 \end_inset
33786
33787  es
33788 \end_layout
33789
33790 \begin_layout Standard
33791 \begin_inset Formula \begin{equation}
33792 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Standard
33800 Igualando las ecuaciones
33801 \begin_inset space ~
33802 \end_inset
33803
33804
33805 \begin_inset CommandInset ref
33806 LatexCommand eqref
33807 reference "eq:Wtot_n"
33808
33809 \end_inset
33810
33811  y 
33812 \begin_inset CommandInset ref
33813 LatexCommand eqref
33814 reference "eq:Wtot_mult"
33815
33816 \end_inset
33817
33818  podemos calcular el ancho dado necesario 
33819 \begin_inset Formula $W_{g\, n}$
33820 \end_inset
33821
33822  cuando se expanden 
33823 \emph on
33824 n
33825 \emph default
33826  columnas, de forma que cada una de ellas tiene una anchura total  
33827 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33828 \end_inset
33829
33830 :
33831 \end_layout
33832
33833 \begin_layout Standard
33834 \begin_inset Formula \begin{equation}
33835 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33836
33837 \end_inset
33838
33839
33840 \end_layout
33841
33842 \begin_layout Bibliography
33843 \begin_inset CommandInset bibitem
33844 LatexCommand bibitem
33845 key "latexcompanion"
33846
33847 \end_inset
33848
33849 Frank Mittelbach and Michel Goossens: 
33850 \emph on
33851 The LaTeX Companion Second Edition.
33852
33853 \emph default
33854  Addison-Wesley, 2004
33855 \end_layout
33856
33857 \begin_layout Bibliography
33858 \begin_inset CommandInset bibitem
33859 LatexCommand bibitem
33860 key "latexguide"
33861
33862 \end_inset
33863
33864 Helmut Kopka and Patrick W.
33865  Daly: 
33866 \emph on
33867 A Guide to LaTeX Fourth Edition.
33868
33869 \emph default
33870  Addison-Wesley, 2003
33871 \end_layout
33872
33873 \begin_layout Bibliography
33874 \begin_inset CommandInset bibitem
33875 LatexCommand bibitem
33876 key "latexbook"
33877
33878 \end_inset
33879
33880 Leslie Lamport: 
33881 \emph on
33882 LaTeX: A Document Preparation System.
33883
33884 \emph default
33885  Addison-Wesley, second edition, 1994
33886 \end_layout
33887
33888 \begin_layout Bibliography
33889 \begin_inset CommandInset bibitem
33890 LatexCommand bibitem
33891 key "booktabs"
33892
33893 \end_inset
33894
33895 Documentación del paquete LaTeX 
33896 \series bold
33897
33898 \begin_inset CommandInset href
33899 LatexCommand href
33900 name "booktabs"
33901 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33902
33903 \end_inset
33904
33905
33906 \series default
33907
33908 \begin_inset Index
33909 status collapsed
33910
33911 \begin_layout Plain Layout
33912 LaTeX-paquetes ! booktabs
33913 \end_layout
33914
33915 \end_inset
33916
33917
33918 \end_layout
33919
33920 \begin_layout Bibliography
33921 \begin_inset CommandInset bibitem
33922 LatexCommand bibitem
33923 key "caption"
33924
33925 \end_inset
33926
33927 Documentación del paquete LaTeX 
33928 \series bold
33929
33930 \begin_inset CommandInset href
33931 LatexCommand href
33932 name "caption"
33933 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33934
33935 \end_inset
33936
33937
33938 \series default
33939
33940 \begin_inset Index
33941 status collapsed
33942
33943 \begin_layout Plain Layout
33944 LaTeX-paquetes ! caption
33945 \end_layout
33946
33947 \end_inset
33948
33949
33950 \end_layout
33951
33952 \begin_layout Bibliography
33953 \begin_inset CommandInset bibitem
33954 LatexCommand bibitem
33955 key "endfloat"
33956
33957 \end_inset
33958
33959 Documentación del paquete LaTeX 
33960 \series bold
33961
33962 \begin_inset CommandInset href
33963 LatexCommand href
33964 name "endfloat"
33965 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33966
33967 \end_inset
33968
33969
33970 \series default
33971
33972 \begin_inset Index
33973 status collapsed
33974
33975 \begin_layout Plain Layout
33976 LaTeX-paquetes ! endfloat
33977 \end_layout
33978
33979 \end_inset
33980
33981
33982 \end_layout
33983
33984 \begin_layout Bibliography
33985 \begin_inset CommandInset bibitem
33986 LatexCommand bibitem
33987 key "wrapfig"
33988
33989 \end_inset
33990
33991 Documentación del paquete LaTeX 
33992 \series bold
33993
33994 \begin_inset CommandInset href
33995 LatexCommand href
33996 name "wrapfig"
33997 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33998
33999 \end_inset
34000
34001
34002 \series default
34003
34004 \begin_inset Index
34005 status collapsed
34006
34007 \begin_layout Plain Layout
34008 LaTeX-paquetes ! wrapfig
34009 \begin_inset ERT
34010 status collapsed
34011
34012 \begin_layout Plain Layout
34013
34014
34015 \backslash
34016
34017 \begin_inset ERT
34018 status collapsed
34019
34020 \begin_layout Plain Layout
34021
34022 {
34023 \end_layout
34024
34025 \end_inset
34026
34027
34028 \begin_inset ERT
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032
34033 }
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \end_inset
34042
34043 vspace
34044 \begin_inset ERT
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048
34049 {
34050 \end_layout
34051
34052 \end_inset
34053
34054 4mm
34055 \begin_inset ERT
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059
34060 }
34061 \end_layout
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \begin_layout Bibliography
34074 \begin_inset CommandInset bibitem
34075 LatexCommand bibitem
34076 key "footmisc"
34077
34078 \end_inset
34079
34080 Documentación del paquete LaTeX 
34081 \series bold
34082
34083 \begin_inset CommandInset href
34084 LatexCommand href
34085 name "footmisc"
34086 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34087
34088 \end_inset
34089
34090
34091 \series default
34092
34093 \begin_inset Index
34094 status collapsed
34095
34096 \begin_layout Plain Layout
34097 LaTeX-paquetes ! footmisc
34098 \end_layout
34099
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \begin_layout Bibliography
34106 \begin_inset CommandInset bibitem
34107 LatexCommand bibitem
34108 key "hypcap"
34109
34110 \end_inset
34111
34112 Documentación del paquete LaTeX 
34113 \series bold
34114
34115 \begin_inset CommandInset href
34116 LatexCommand href
34117 name "hypcap"
34118 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34119
34120 \end_inset
34121
34122
34123 \series default
34124
34125 \begin_inset Index
34126 status collapsed
34127
34128 \begin_layout Plain Layout
34129 LaTeX-paquetes ! hyperref
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Bibliography
34138 \begin_inset CommandInset bibitem
34139 LatexCommand bibitem
34140 key "hyperref"
34141
34142 \end_inset
34143
34144 Documentación del paquete LaTeX 
34145 \series bold
34146
34147 \begin_inset CommandInset href
34148 LatexCommand href
34149 name "hyperref"
34150 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34151
34152 \end_inset
34153
34154
34155 \series default
34156
34157 \begin_inset Index
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 LaTeX-paquetes ! hyperref
34162 \end_layout
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Bibliography
34170 \begin_inset CommandInset bibitem
34171 LatexCommand bibitem
34172 key "koma-script"
34173
34174 \end_inset
34175
34176 Documentación del paquete LaTeX 
34177 \series bold
34178
34179 \begin_inset CommandInset href
34180 LatexCommand href
34181 name "koma-script"
34182 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34183
34184 \end_inset
34185
34186
34187 \series default
34188
34189 \begin_inset Index
34190 status collapsed
34191
34192 \begin_layout Plain Layout
34193 LaTeX-paquetes ! koma-script
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Bibliography
34202 \begin_inset CommandInset bibitem
34203 LatexCommand bibitem
34204 key "listings"
34205
34206 \end_inset
34207
34208 Documentación del paquete LaTeX 
34209 \series bold
34210
34211 \begin_inset CommandInset href
34212 LatexCommand href
34213 name "listings"
34214 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34215
34216 \end_inset
34217
34218
34219 \series default
34220
34221 \begin_inset Index
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225 LaTeX-paquetes ! listings
34226 \end_layout
34227
34228 \end_inset
34229
34230
34231 \end_layout
34232
34233 \begin_layout Bibliography
34234 \begin_inset CommandInset bibitem
34235 LatexCommand bibitem
34236 key "marginnote"
34237
34238 \end_inset
34239
34240 Documentación del paquete LaTeX 
34241 \series bold
34242
34243 \begin_inset CommandInset href
34244 LatexCommand href
34245 name "marginnote"
34246 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34247
34248 \end_inset
34249
34250
34251 \series default
34252
34253 \begin_inset Index
34254 status collapsed
34255
34256 \begin_layout Plain Layout
34257 LaTeX-paquetes ! marginnote
34258 \end_layout
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Bibliography
34266 \begin_inset CommandInset bibitem
34267 LatexCommand bibitem
34268 key "pstricks"
34269
34270 \end_inset
34271
34272 Página web del paquete LaTeX 
34273 \series bold
34274
34275 \begin_inset CommandInset href
34276 LatexCommand href
34277 name "PSTricks"
34278 target "http://tug.org/PSTricks/"
34279
34280 \end_inset
34281
34282
34283 \series default
34284
34285 \begin_inset Index
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 LaTeX-paquetes ! PSTricks
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Bibliography
34298 \begin_inset CommandInset bibitem
34299 LatexCommand bibitem
34300 key "sidecap"
34301
34302 \end_inset
34303
34304 Documentación del paquete LaTeX 
34305 \series bold
34306
34307 \begin_inset CommandInset href
34308 LatexCommand href
34309 name "sidecap"
34310 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34311
34312 \end_inset
34313
34314
34315 \series default
34316
34317 \begin_inset Index
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 LaTeX-paquetes ! sidecap
34322 \end_layout
34323
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \begin_layout Bibliography
34330 \begin_inset CommandInset bibitem
34331 LatexCommand bibitem
34332 key "NewInLyX16"
34333
34334 \end_inset
34335
34336
34337 \begin_inset CommandInset href
34338 LatexCommand href
34339 name "Página wiki"
34340 target "http://wiki.lyx.org/LyX/NewInLyX16"
34341
34342 \end_inset
34343
34344  sobre características nuevas para la versión 
34345 \family sans
34346 LyX
34347 \begin_inset space ~
34348 \end_inset
34349
34350 1.6.0
34351 \family default
34352 .
34353 \end_layout
34354
34355 \begin_layout Standard
34356 \begin_inset CommandInset index_print
34357 LatexCommand printindex
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Standard
34365 \begin_inset FloatList figure
34366
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \begin_layout Standard
34373 \begin_inset FloatList table
34374
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \begin_layout Standard
34381 \begin_inset ERT
34382 status open
34383
34384 \begin_layout Plain Layout
34385
34386
34387 \backslash
34388 listof{algorithm}{Lista de algoritmos}
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \begin_inset Note Note
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 Véase la sección
34399 \begin_inset space ~
34400 \end_inset
34401
34402
34403 \begin_inset CommandInset ref
34404 LatexCommand ref
34405 reference "sub:Algoritmos-Flotantes"
34406
34407 \end_inset
34408
34409  para una descripción.
34410 \end_layout
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \end_body
34418 \end_document